@media screen and (min-width: 992px) {
    .shop-page .offcanvas.offcanvas-start {
        position: relative !important;
        transform: none !important;
    }

    .shop-page .offcanvas {
        position: relative !important;
        visibility: visible;
        z-index: 1;
        opacity: 1;
        background-color: transparent !important;
        border: none !important;
    }

    /* .header_menu .nav-item:first-child .nav-link {
        padding-left: 0 !important;
    } */





}

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

    .offcanvas_body {
        padding: 15px;
        overflow-y: auto;
        overflow-x: hidden !important;
        scrollbar-width: thin;
    }

    .banner-content h1 {
        font-size: 35px;
    }

    .single-banner-item {
        padding: 100px 0px;
    }

    .ecom-nav .navbar .navbar-nav .nav-item a {
        padding: 20px 12px;
    }

    .navbar-brand img {
        max-width: 115px;
    }

    .header_search .form-control {
        width: 350px;
    }

    .cart-page .products-image img {
        width: 60px;
    }


    /* .ecom-nav .option-item {
        padding: 0px 10px;
    } */

    /* .mdiv {
        width: 33%;
        display: flex;
        justify-content: space-between;
    }

    .mdiv.others-option {
        justify-content: end !important;
    } */

    .header_menu .nav-link {
        display: block !important;
        padding: 12px 12px !important;
        border-bottom: 1px solid #EEE;
        font-size: 15px;
    }


    .header_search .form-control {
        width: auto !important;
    }

    .ecom-nav .offcanvas {
        width: 300px !important;
    }

    .ecom-nav .offcanvas-title img {
        max-width: 110px;
        width: 100%;
    }

    .ecom-nav .navbar .navbar-nav .nav-item a {
        padding: 14px 20px;
        border-bottom: 1px solid #f3f3f3;
    }

    .ecom-nav .nav-item {
        width: 100%;
    }

    .offer-nav-btn.discount-btn:before {
        width: 45px;
        height: 46px;
    }

    .special_menu {
        margin-right: 22px;
    }

    .nav_icon {
        background: #ffffff;
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
    }


}

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



    .banner-content h1 {
        font-size: 25px;
    }

    .single-banner-item {
        padding: 100px 0px;
    }

    .slider_arrows {
        position: relative;
        width: 150px;
        margin: auto;
        top: -37px;
    }

    .slider_arrows svg {
        width: 40px;
        height: 40px;
    }

    .slider_prev svg {
        left: 5px;
    }

    /* right arrow */
    .slider_next svg {
        right: 5px;
    }

    .order_success h2 {
        font-size: 20px;
    }

    .order_success p {
        font-size: 14px;
    }

    .products-details-desc h1 {
        font-size: 20px;
    }

    .slider_sec .small-arrow {
        width: 36px;
        height: 36px;
    }

    .slider_sec .small-arrow svg {
        width: 20px;
        height: 20px;
    }


    .navbar-expand-md .navbar-nav {
        overflow: hidden;
    }




}

@media screen and (max-width:575px) {
    .section_heading h4 {
        font-size: 15px;
    }

    .slider_sec .small-arrow,
    .brand_sec .swiper_prev,
    .brand_sec .swiper_next,
    .brand_sec .swiper-prev,
    .brand_sec .swiper-next,
    .testimonial_sec .review_swiper_prev,
    .testimonial_sec .review_swiper_next,
    .related_swiper_prev,
    .suggest_swiper_prev,
    .related_swiper_next,
    .suggest_swiper_next,
    .category_sec .swiper_prev,
    .category_sec .swiper_next,
    .reel_swiper_prev,
    .reel_swiper_next {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        line-height: 28px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .slider_sec .small-arrow svg,
    .brand_sec .swiper_prev i,
    .brand_sec .swiper_next i,
    .brand_sec .swiper_prev svg,
    .brand_sec .swiper_next svg,
    .testimonial_sec .review_swiper_prev i,
    .testimonial_sec .review_swiper_next i,
    .testimonial_sec .review_swiper_prev svg,
    .testimonial_sec .review_swiper_next svg,
    .related_swiper_prev i,
    .suggest_swiper_prev i,
    .related_swiper_next i,
    .suggest_swiper_next i,
    .related_swiper_prev svg,
    .suggest_swiper_prev svg,
    .related_swiper_next svg,
    .suggest_swiper_next svg,
    .category_sec .swiper_prev i,
    .category_sec .swiper_next i,
    .category_sec .swiper_prev svg,
    .category_sec .swiper_next svg,
    .reel_swiper_prev i,
    .reel_swiper_next i,
    .reel_swiper_prev svg,
    .reel_swiper_next svg {
        width: 14px !important;
        height: 14px !important;
    }

    /* Mobile Add to Cart & Wishlist icons */
    .d-lg-none .nav_icon i,
    .d-lg-none .nav_icon svg {
        width: 18px !important;
        height: 18px !important;
    }

    .product_card .add_to_wishlist .wishlist-toggle-btn,
    .product_card .add_to_cart .add-to-cart-overlay-btn,
    .product-item .add_to_wishlist .wishlist-toggle-btn,
    .product-item .add_to_cart .add-to-cart-overlay-btn {
        padding: 8px 8px !important;
    }

    .product_card .add_to_wishlist svg,
    .product_card .add_to_cart svg,
    .product-item .add_to_wishlist svg,
    .product-item .add_to_cart svg,
    .wishlist-toggle-btn svg,
    .add-to-cart-overlay-btn svg,
    .add-to-cart-btn svg {
        width: 16px !important;
        height: 16px !important;
    }

    .single-contact-info-box h3 {
        font-size: 18px;
    }

    .footer-bottom-area {
        margin-bottom: 66px;
    }


    .footer-area {
        text-align: center;
    }

    .single-footer-widget h3::before {
        margin: auto;
        left: 0;
        right: 0;
    }

    .single-footer-widget h3 {
        font-size: 14px;
    }

    .single-footer-widget .link-list li a {
        font-size: 15px;
    }

    .single-footer-widget .footer-contact-info li {
        font-size: 14px;
    }

    .slider_arrows {
        width: 100px;
    }

    .single-facility-box h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .single-facility-box .icon svg {
        width: 25px;
        height: 25px;
    }

    .single-facility-box {
        padding-left: 35px;
    }

    .slider_sec .carousel-indicators [data-bs-target] {
        width: 6px;
        height: 6px;
    }

    .category_card {
        padding: 14px 5px;
    }

    .category_card h4 a {
        font-size: 14px;
    }

    .products-add-to-cart .secondary-btn {
        width: 100%;
    }

    .products-add-to-cart svg {
        width: 20px;
        height: 20px;
    }

    #scrollToTopBtn {
        bottom: 80px;
        width: 44px;
        height: 44px;
    }

    .purchased_notification {
        max-width: 250px;
        width: 100%;
    }

    .product_card .primary-btn {
        font-size: 12px;
        padding: 8px 10px;
    }

    .product_card .secondary-btn {
        font-size: 12px;
        padding: 8px 10px;
    }

    .flashsale-tag {
        width: 60px;
        height: 60px;

    }

    .flashsale-tag span.value {
        font-size: 26px;
        left: -10px;
    }

    .flashsale-tag span.percent {
        right: 12px;
        top: 15px;
        font-size: 14px;
    }

    .flashsale-tag span.off {
        right: 6px;
        bottom: 10px;
        font-size: 12px;
    }

    .checkoutModal .modal-content {
        height: 650px !important;
    }
        .newsletter-title {
        font-size: 18px;
    }



}

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


    /* .ecom-nav .option-item {
        padding: 0px 8px;
    } */



    .banner_sec {
        min-height: 300px;
    }

    .product_card .product_name h3 {
        margin: 0;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .product_card .product_name h3 a {
        font-size: 14px;
    }

    .product_card .pro_price {
        font-size: 12px;
    }

    .product_card .form-check-label {
        font-size: 12px;
        padding: 3px 10px !important;
        height: auto;
    }

    .product_card .primary-btn {
        font-size: 12px;
        padding: 8px 5px;
    }

    .product_card .secondary-btn {
        font-size: 12px;
        padding: 8px 5px;
    }

    .pro_btn svg {
        width: 16px;
        height: 16px;
    }

    .product_card .size {
        font-size: 12px;
    }

    .product_info h3 {
        font-size: 14px;
    }

    .product_info del {
        font-size: 12px;
    }

    .product_info span {
        font-size: 12px;
    }

    .pro_tag {
        font-size: 11px;
    }

    .testimonial-card {
        padding: 20px 20px;
    }

    .products-details-tabs .nav .nav-item .nav-link {
        font-size: 14px;
    }

    .mobile_nav span {
        font-size: 12px;
    }

    .products-add-to-cart .secondary-btn {
        padding: 12px 0px !important;
        font-size: 14px;
    }

    .products-add-to-cart .qty_option {
        width: 180px;
    }

    .ecom-nav .option-item {
        padding: 0px 5px;
    }

    .flash-countdown .time {
        width: 33px !important;
        height: 29px !important;
        font-size: 13px;
    }

    .flash-countdown small {
        font-size: 14px !important;
    }

    .flash_sale_wrap .flash-badge {
        font-size: 14px !important;
    }



    .nav_icon {
        width: 20px;
        height: 20px;
    }

    .nav_icon svg {
        width: 17px;
        height: 17px;
    }
}

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

    .product_card .secondary-btn,
    .product_card .primary-btn {
        font-size: 10px;
        padding: 6px 10px;
    }

    .flashsale-tag span.value {
        font-size: 26px;
        left: -10px;
    }

    .flashsale-tag span.percent {
        right: 12px;
        top: 15px;
        font-size: 14px;
    }

    .flashsale-tag span.off {
        right: 6px;
        bottom: 10px;
        font-size: 12px;
    }

    .flashsale-tag {
        width: 50px;
        height: 50px;

    }

    .flashsale-tag span.value {
        font-size: 22px;
        left: -10px;
    }

    .flashsale-tag span.percent {
        right: 12px;
        top: 13px;
        font-size: 12px;
    }

    .flashsale-tag span.off {
        right: 7px;
        bottom: 5px;
        font-size: 10px;
    }


    .ecom-nav .option-item svg {
        width: 18px;
        height: 18px;
    }

    .reel-modal-wrapper {
        padding: 0;
    }
}