.for-mobile {
    display: none
}
.for-desktop {
    display: flex;
}

@media screen and (min-width:991px) and (max-width:1366px) {

}

@media only screen and (max-width:991px) {
    .for-mobile {
        display: flex;
    }
    .for-desktop {
        display: none;
    }
    .container-fluid {
        padding: 0 15px;
    }
    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .banner-image img {
        height: auto;
    }
    .list-shop-banner {
        display: none;
    }
    .section-heading p {
        margin-top: 5px;
        line-height: 22px;
    }
    .filter-sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 400px;
        height: 100vh;
        z-index: 9999;
        overflow-y: auto;
        transition: right 0.35s ease;
    }
    .filter-sidebar.active {
        right: 0;
        border-radius: 0;
        height: stretch;
    }
    .category-page .grid-category {
        display: grid;
        gap: 15px;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        padding: 0;
    }
    .filter-closed-btn {
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .shop-content .sub-heading {
        font-size: 14px;
        line-height: 20px;
        align-items: baseline;
    }
    .shop-grid {
        grid-gap: 10px;
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
    .shop-logo {
        width: 200px;
        height: 150px;
    }
    .shop-short-details .shop-item-review {
        font-size: 18px;
        display: inline-block;
    }
    .font-increase div {
        font-size: 16px;
    }
    .shop-address {
        font-size: 16px;
        display: inline-block;
        margin-top: 10px !important;
    }
    .shop-short-details .sub-heading {
        margin-bottom: 15px;
    }
    .shop-details-card {
        min-height: auto;
        margin-bottom: 15px;
    }
    .shop-details-images {
        height: auto;
    }
    .shop-details-images a img {
        height: 100px;
    }
    .product__media--nav__items--img {
        object-fit: cover;
    }
    .offer-details .shop-address {
        margin-top: 0 !important;
    }
    .grid-category {
        grid-template-columns: repeat(4, minmax(0px, 1fr));
    }
    .why-choose-item {
        align-items: center;
        flex-direction: column;
        text-align: center;
        gap: 5px;
        padding: 20px;
    }
    .why-choose-section {
        grid-gap: 15px;
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .why-choose-item .main-head {
        font-size: 18px;
        margin-bottom: 0;
        line-height: 26px;
    }
    .sm-center-heading {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .uo-category-card {
        min-height: 140px;
    }
    .footer-section .container-fluid {
        padding: 0;
    }
    .footer-contact-info {
        gap: 15px;
    }
    .footer-title {
        font-size: 20px;
    }
    .item-space-2 {
        padding-left: 0;
    }
    .footer-item {
        padding-right: 15px;
    }
    .footer-contact-text h5 {
        font-weight: 600;
    }
    .offer-grid {
        grid-gap: 10px;
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
    .offer-box .shop-address {
        margin-top: 0 !important;
    }
    .footer-fixed {
        display: grid;
    }
    .footer-section {
        padding-bottom: 85px;
    }
    .short-name {
        font-size: 20px;
        background: #e8eaf6;
        padding: 5px 10px;
        border-radius: 6px;
        letter-spacing: 0.5px;
        font-weight: 500;
        gap: 5px;
        font-family: var(--heading-font);
    }
    .short-name i {
        position: relative;
        top: 2px;
    }



}

@media (max-width: 767px) {
    .popup-login-box {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .offer-grid {
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .shop-img img {
        height: 135px;
    }
    .shop-grid .shop-address {
        margin-top: 0 !important;
    }
    .shop-content .main-btn {
        padding: 10px 10px;
    }
    .main-head {
        font-size: 26px;
    }
    .footer-contact-info {
        flex-direction: column;
    }
    .shop-grid {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .grid-category {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding-bottom: 5px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }
    .grid-category::-webkit-scrollbar {
        display: none;
    }
    .grid-category .category-item {
        flex: 0 0 90px;
        min-width: 90px;
        text-align: center;
    }
    .offer-top-section .wp-btn-2 {
        width: 100%;
    }
    .offer-top-section .btn-3 {
        width: 100%;
    }
    .offer-top-section {
        flex-direction: column;
    }
    .shop-details-top-section .container-fluid {
        flex-direction: column;
    }

}

@media (max-width: 480px) {


}
