#left_column #field_bestsellers, #right_column #field_bestsellers {
    border: none;
    min-height: 340px;
    overflow: hidden;
}
#field_bestsellers .item-content:last-child{
    border-bottom: 0;
    box-shadow: none;
}
#field_bestsellers .owl-buttons {
    display: inline-block;
    overflow: hidden;
    position: absolute;
    width: 70px;
    top: -7px;
    right: 0px;
}
#best-sellers_block_right h4.title_font {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccccce;
}
#best-sellers_block_right h4.title_font:before {
    content: "";
    border-top: 3px solid #beae59;
    height: 0;
    position: absolute;
    width: 98px;
    top: 27px;
}
#left_column #best-sellers_block_right .left-content a img,
#right_column #best-sellers_block_right .left-content a img{
    width: 110px;
    height: auto;
}
#category #best-sellers_block_right .item-content .comments_note {
    margin: 40px 0 0 0;
}
/***************** responsive ***************/
@media(max-width:1199px){
    #left_column #best-sellers_block_right .left-content a img, 
    #right_column #best-sellers_block_right .left-content a img {
        width: 80px;
        height: auto;
    }
    #left_column #best-sellers_block_right .item-content .comments_note,
    #right_column #best-sellers_block_right .item-content .comments_note{
        margin: 20px 0 0 0;
    }
    #left_column .old-price,
    #right_column .old-price{
        margin-right: 5px;
    }
}
@media(max-width:991px){
    #category #best-sellers_block_right,
    #product #best-sellers_block_right{
        margin-bottom: 0px;
    }
}
