.prl-6 {
    padding-left: 6px;
    padding-right: 6px;
}
.specials h2{
    margin: 0;
    line-height: 53px;
    padding: 0;
}
/* .btn-tab-show-more {
    float: right;
    margin: 0 !important;
} */
.best_block.tab_slider_wrapp .top_blocks {
    height: auto !important;
    min-height: 50px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1024px) {
    .lmu-block:nth-of-type(n+5) {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .best_block.tab_slider_wrapp .top_blocks {
        flex-direction: column;
        justify-content: center;
        border-bottom: none !important;
        padding-bottom: 0;
    }
}
