/*Field_Themes_Design*/
.field-bestsellers-product-slider{padding-right:0;margin-top:30px;}
.field-bestsellers-product-slider .right-block{text-align:left;}
.field-bestsellers-product-slider-title h2{
    color: #444444;
    font-size: 24px;
    margin: 0 0 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border-color: #e2dfdf;
    border-style: solid;
    border-width: 0 0 1px;
    box-shadow: 0 1px rgba(255, 255, 255, 1);
    padding-bottom: 5px;
    text-align:left;
}
.field-bestsellers-product-slider .content_price{text-align:left;margin-top:10px; display:block;}
.field-bestsellers-product-slider .old-price.product-price, .field-bestsellers-product-slider .price-percent-reduction {
    margin-left: 2px;
}
.field-bestsellers-product-slider .carousel-inner li{width:100%;margin:20px 0 0; border-bottom: 1px solid #d6d4d4;box-shadow: 0 1px #fff; padding:0 0 17px 0;}
.field-bestsellers-product-slider .carousel-inner li:last-child{ box-shadow: none; border: 0; padding-bottom:5px;}
.field-bestsellers-product-slider .carousel-inner li:first-child{margin-top:0;}
.field-bestsellers-product-slider .left-block{float:left;margin-right:20px;}
.field-bestsellers-product-slider .right-block h4{margin:0 0 5px;text-transform: capitalize;text-align:left;}
.field-bestsellers-product-slider .right-block h4 a{
     color: #1e1e21;
    font-size: 15px;}
.field-bestsellers-product-slider .right-block h4 a:hover{color:#ffbb33;transition:all 0.2s ease-in-out 0s;-webkit-transition:all 0.2s ease-in-out 0s;-moz-transition:all 0.2s ease-in-out 0s;-o-transition:all 0.2s ease-in-out 0s;}
.field-bestsellers-product-slider .right-block h4 small{display:block;margin-top:5px;font-size:75%;}
.field-bestsellers-product-slider .nb-comments{display:none;}
.field-bestsellers-product-slider .comments_note{display:inline-block; margin-left:0;}
#left_column #field_bestellersproduct{
    overflow:hidden;
    border: 1px solid #d6d4d4;
    box-shadow: 0 0 0 1px #fff inset;
    padding:15px;}
#field_bestellersproduct .carousel-inner li .item-inner{background:transparent;}

@media(max-width:991px){
    .field-bestsellers-product-slider{width:270px; display:inline-block;}
}

@media(max-width:767px){
    .field-bestsellers-product-slider{width:50%;display:inline-block;}
}
@media(max-width:580px){
    .field-bestsellers-product-slider{width:100%;display:inline-block;}
}