﻿

@media screen and (max-width: 991px) {

    .homepage-banner{
        display:none
    }

    .slider-category {
        padding: 10px 10px;
    }

        .slider-category .category-name {
            font-size: 12px;
        }


        .slider-category .swiper-slide {
            width: 100px !important;
        }

        .slider-category img {
            width: 90px;
            height: 90px;
        }
    .main-header {
        background-color: white;
        height: 90px;
        padding: 0;
        position: fixed;
        right: 0;
        top: 0;
        left: 0;
        transition: all 0.5s;
        box-shadow: none;
    }

    .main-header .web-logo {
        height: 43px !important;
        padding: 10px 15px;
        z-index: 10001;
        position: fixed;
        width: 100%;
        top: 0;
        display: inline-block;
        text-align: center;
    }
    #dvheadersearchbar {
        display: block !important;
        background: var(--white);
        width: 100% !important;
        border: none !important;
        padding: 5px 10px !important;
    }
    .top-menu, #last-searches {
        display: none;
    }

    .main-header .web-logo img {
        max-width: 50%;
        max-height: 33px;
    }
    .body-content {
        top: 96px;
        background: var(--white) !important;
        position: relative;
    }
}