#left_column #field_bestsellers,
#right_column #field_bestsellers {
    min-height: 340px;
    overflow: hidden;
}
#field_bestsellers .item-content:last-child{
    border-bottom: 0;
    box-shadow: none;
}
#left_column #field_bestsellers .item-content:last-child,
#right_column #field_bestsellers .item-content:last-child{
    padding-bottom:0;
    border-bottom:0;
    box-shadow:none;
}
#left_column #best-sellers_block_right,
#right_column #best-sellers_block_right {
    display:inline-block;
    width:100%;
    padding:0;
    margin-bottom:0;
}
@media(max-width:991px){
#left_column #best-sellers_block_right,
#right_column #best-sellers_block_right {
    margin-bottom:10px;
}
}