#left_column #field_bestsellers, #right_column #field_bestsellers {
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 0 1px #fff inset;
    min-height: 340px;
    overflow: hidden;
    padding: 10px 20px;
}
#field_bestsellers .item-content{
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 1px #fff;
    margin: 20px 0 0;
    padding-bottom: 20px;
}
#field_bestsellers .item-content:last-child{
    border-bottom: 0;
    box-shadow: none;
}
#right_column #best-sellers_block_right.block.title_center .title_block{
    margin-bottom:20px;
}
@media(min-width:992px) and (max-width:1199px){
    #field_bestsellers  .left-content{
        float:none;
        text-align: center;
        margin: 0;
    }
    #field_bestsellers  .right-content{
        float:none;
        padding-top:15px;
        text-align: center;
    }
    #field_bestsellers .owl-buttons > div{display: none;}
}
@media(max-width:991px){
    #right_column #best-sellers_block_right{border:1px solid #e5e5e5;padding:0 10px;}
    #right_column #best-sellers_block_right.block.title_center .title_block{text-align: left;font-family: 'arialregular';margin:0;padding:10px 0 6px 0;}
}