@media screen and (max-width:1599px) {}

@media screen and (max-width:1399px) {}

@media screen and (max-width:1199px) {
     ::-webkit-scrollbar {
        width: 5px;
    }
     ::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #f1f3f4;
    }
     ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: var(--theme-primary);
    }
    .site-nav-link {
        font-size: 13px;
    }
    .site-nav li ul li a {
        font-size: 13px;
        line-height: 20px;
    }
    .brand-wraps li img {
        width: 150px;
    }
    .brand-wraps li {
        text-align: center;
    }
}

@media screen and (max-width:991px) {
    .slick-prev, .slick-next {
        z-index: 11;
    }
    
    .footer-menus {
        padding-bottom: 10px;
    }
    /* header-css */
    .mobile-toggler {
        display: block;
    }
    .bottom-header-inner {
        display: none;
    }
    .brand-img {
        height: 40px;
    }
    .bottom-header {
        padding: 7px 0;
    }
    .main-footer {
        padding: 20px 0 20px;
    }
    .footer-icon {
        margin-right: 10px;
        font-size: 18px;
    }
    .footer-brand {
        padding: 0 0px 10px;
    }
    .mobile-sidebar-wrapper {
        width: 300px;
        overflow: hidden;
    }
    .site-nav {
        padding: 0;
        flex-direction: column;
    }
    .mobile-header {
        display: flex;
    }
    .site-nav-link::after {
        display: none;
    }
    .megamenu-fig {
        display: none;
    }
    .megamenu-fig-wrap {
        display: none;
    }
    .brand-wraps {
        display: none;
    }
    .site-nav-link {
        font-size: 14px;
        line-height: 18px;
    }
    .site-nav li ul {
        margin-bottom: 0;
    }
    .site-nav li ul li a {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 14px;
        border-bottom: 1px solid #ddd;
        display: block;
    }
    .bg-card {
        background-image: none;
    }
    .mobile-sidebar-wrapper .container {
        width: auto;
        margin-right: -12px;
        margin-left: -12px;
    }
    .site-nav li .site-dropdown-title {
        padding: 10px 20px;
        display: block;
        border-bottom: 1px solid #ddd;
        font-weight: 500;
        font-size: 12px;
    }
    .slide .slide-content-heading .title {
        font-size: 30px;
    }
}

@media screen and (max-width:767px) {
    
    .slick-next {
        right: 0;
    }
    .product-slider .slick-prev {
        left: 0;
    }
    .top-header-title-sm {
        display: none;
    }
    .footer-menus {
        padding-bottom: 0;
    }
    .top-header-content {
        justify-content: center;
    }
    .slide .slide-content-heading .title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #banneSlider {
        height: 250px;
    }
    .slick-list {
        height: 100%;
    }
    .slick-track {
        height: 100%;
    }
    .slide {
        height: 100%;
    }
    .banner-slider-area .slick-slide div {
        height: 100%;
    }
    .slide .slide-img {
        height: 100%;
    }
    .slide .slide-img img {
        height: 100%;
        object-fit: cover;
    }
    .slick-nav {
        width: 30px;
        height: 30px;
        top: calc(50% - 30px);
    }
    .slick-nav svg {
        width: 30px;
        height: 30px;
        stroke-width: 1px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    .section {
        padding: 30px 0 0;
    }
    .category-filter {
        border: none;
        padding: 0;
        /* box-shadow: 0 1px 3px rgb(0 0 0 / 10%); */
    }
    .category-filter .select-modify {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .category-img {
        width: 100px;
        height: 100px;
    }
    .category-list {
        margin: 30px -12px 0;
        justify-content: center;
    }
    .category-list li {
        text-align: center;
    }
    .category-title {
        font-size: 14px;
    }
    .promo-banner-wrap .megamenu-fig {
        height: 250px;
    }
    .promo-collection {
        padding-bottom: 6px;
    }
    .megamenu-fig-caps {
        top: 30px;
        left: 30px;
    }
    .slide .slide-content.slide-content-left {
        left: 15%;
        transform: translate(0%, -25%);
    }
    .slide .slide-content.slide-content-right {
        left: 15%;
        transform: translate(-0%, -25%);
    }
    .title-lg {
        font-size: 22px;
        line-height: 30px;
    }
    .title-wrap {
        margin-bottom: 20px;
    }
    .featured-product-wrap {
        padding: 0px 0 30px;
    }
    .promo-banner-area {
        position: relative;
        padding: 50px 0;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .promo-banner-content .promo-title {
        line-height: 22px;
        font-size: 22px;
    }
    .promo-banner-content .promo-para {
        font-size: 14px;
        margin: 10px 0;
    }
    .video-area iframe {
        height: 300px;
    }
    .widget_shopping_cart_content .woocommerce-mini-cart__total {
        font-size: 16px;
    }
    .product-slider .slick-prev:before, .product-slider .slick-next:before {
        font-size: 20px;
    }
}