/*Carousel product style*/
.carousels-pack .product-container{
    position: relative;
}
.carousels-pack li.ajax_block_product{
    border: 3px solid transparent;
    margin-right: 5px;
    margin-bottom: 5px !important;
    height: auto !important;
}
.carousels-pack .right-block{
    padding-top: 5px;
}

.carousels-pack .product-name{
    min-height: 46px;
}
.carousels-pack .price-percent-reduction{
    /*
    position: absolute;
    */
    top: 0;
    right: 0;
}
.carousels-pack .product-desc{
    display: none;
}
.carousels-pack .product-image-container{
    text-align: center;
}
.carousels-pack .product-image-container .img-responsive, .carousels-pack .right-block{

}
.carousels-pack .product-image-container .quick-view {
    display: none;
    font: 700 13px/16px Arial, Helvetica, sans-serif;
    color: #777676;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    padding: 13px 0 0;
    background: rgba(255, 255, 255, 0.82);
    width: 107px;
    height: 43px;
    text-align: center;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0 2px 8px; 
}
.carousels-pack li.ajax_block_product:hover .quick-view{
    display: block;
    top: 20%
}
.carousels-pack .product-image-container .product-stock {
    padding: 2px 10px 2px 10px;
    color: #fff;
    background: #00ac19; 
    opacity: 0;
}
.carousels-pack li.ajax_block_product:hover .product-stock{
    opacity: 1
}
.carousels-pack ul.product_list .availability span {
    margin-bottom: 0px;
}
.carousel_content .left-block{
    position: relative;
}
.carousel_content .left-block .button-container{
    background: #143E68;
}
.carousel_content .left-block .button-container{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #143E68;
    text-align: center;
    width: 100%;
    height: 0px;
    white-space: nowrap;
    opacity: 0;
    transition-duration: 0.5s;
}
.carousel_content .left-block .button-container{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #143E68;
    text-align: center;
    width: 100%;
    height: 0px;
    white-space: nowrap;
    opacity: 0;
    transition-duration: 0.5s;
}
.carousel_content li:hover a.add_to_wishlist,
.carousel_content li:hover a.quick_view{
    height: 53px;
    opacity: 1;
}
.button-container .add_to_wishlist a.add_to_wishlist{
    display: inline-block;
    width: 60px;
    background-image: url(../img/functional.png);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 19px -48px;

}
.button-container .quick_view a.quick_view{
    display: inline-block;
    width: 60px;
    background-image: url(../img/functional.png);
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: -98px 17px;

}
.star_content {
    display: inline-block;
}
.product-container .comments_note{
    text-align: center !important;
}