/* Theme Styles */

@media screen and (min-width: 992px) {
    .nivoSlider {
        height: 600px;
    }
}

@media screen and (min-width: 1200px) {
    .active-best-sell,
    .active-best-sell-2 {
        display: grid;
        grid-template-columns: repeat(4,1fr);
    }
}