/*
----------------------------------------------------------------
----------------------- Header Section  CSS ------------------
----------------------------------------------------------------
*/
/*large device*/
@media all and (max-width: 1400px) {
    #header .hamburger {
        margin-right: 10px;
    }
}

@media all and (max-width: 1200px) {
    #header .login-btn {
        min-width: 85px;
    }

    .menu-slider .slick-prev {
        left: 30px;
    }
    .menu-slider .slick-next {
        right: 30px;
    }
}

@media all and (max-width: 850px) {
    .header-btn-group,
    .cart-btn,
    .search-box {
        display: none !important;
    }


    .mobile-view-btn-group {
        display: flex !important;
    }

    #header .hamburger {
        margin-right: 5px;
    }
    #ratingFilterModal .modal-content,
    #priceFilterModal .modal-content {
        max-width: 100% !important;
    }
}

@media all and (max-width: 576px) {
    #header .open-app-btn {
        padding: 5px;
    }
    .dosher-card-title {
        font-size: 2rem!important;
    }
    #header .hamburger {
        margin-right: 0;
    }
    #promoModal .modal-content,
    #addressModal .modal-content,
    #signInSignUpModal .modal-content {
        border-radius: 0 !important;
        height: 100vh;
        width: 100vw;
        overflow-y:auto;
    }
    #promoModal .modal-dialog,
    #signInSignUpModal .modal-dialog,
    #addressModal .modal-dialog{
        max-width: 100% !important;
        margin:0;
    }
    #signInSignUpModal .modal-dialog,
    #ratingFilterModal .modal-dialog,
    #priceFilterModal .modal-dialog{
        margin: 0;
    }
    #cartOffcanvas {
        max-width: 100%;
        width: 100%;
    }
    .home-header .logo-main{
        width:100px;
     }
}

/*
----------------------------------------------------------------
----------------------- Category Section  CSS ------------------
----------------------------------------------------------------
*/
/*lage device*/
@media all and (min-width: 1366px) {
    #category .col-lg-1 {
        width: 11.1%;
    }
}

/*mediaum device*/
@media all and (max-width: 767px) {
    #header .header-left .search-box {
        width: 40%;
    }

    #header .header-left .search-box .location-icon {
        right: -8.5rem !important;
    }

    .header-right .bars {
        font-size: 2rem;
        margin-left: 0;
    }

    #category {
        padding-top: 3rem;
    }

    #category .categori-item h4 {
        margin-top: 1.5rem;
    }
}

/*mediaum device*/
@media all and (max-width: 575px) {
    .dropdown-toggle::after {
        display: none;
    }

    #header .header-left .search-box .location-icon {
        right: 9px !important;
    }

    #header .header-left .search-box {
        width: 100%;
        margin-right: 0.5rem;
    }

    #category .categori-item {
        margin-bottom: 3rem;
    }

    .privacy-policy-area ul {
        gap: 1rem;
        flex-direction: column;
    }

    .social-media-icons {
        padding-bottom: 1rem;
    }

    .footer-protected-owner-details ul {
        flex-direction: column;
        gap: 1rem;
    }

    #header .toggle-btn {
        position: absolute;
        top: -58px;
        right: 0;
    }

    .res-search-list .transactions-list-wrap {
        width: 100%;
    }
}

/*small device*/
@media all and (max-width: 430px) {
    #header .header-left .search-box .location-icon {
        right: -7.8rem;
    }

    #header .header-left .search-box input {
        width: 100%;
        border: 0.1rem solid #fff;
        padding: 0.4rem 3.2rem 0.4rem 1rem;
    }

    #header .header-left .search-box .location-icon {
        top: 0.3rem;
    }

    #header .header-left .logo {
        max-width: 11rem;
    }

    #header .header-left .logo a {
        max-width: 1rem;
    }

}
