@media only screen and (min-width: 1199px) and (max-width: 2450px) {
    .haeder_account {
        display: none !important;
    }

    .add-to-cart-btn {
        background-color: transparent;
        color: #333;
        /* dark gray text */
        border: 1px solid #000;
        /* thin black border */
        height: 52px;
        width: 265px;
        text-align: center;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .add-to-cart-btn:hover {
        background-color: #f0f0f0;
    }

    .cod-btn {
        margin-top: 10px;
        background-color: #111;
        color: white;
        border: 2px solid orange;
        border-radius: 8px;
        padding: 12px 24px;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .cod-btn:hover {
        background-color: #1a1a1a;
        border-color: #ffa65c;
    }

    @keyframes vibrate {
        0% {
            transform: translate(0);
        }

        20% {
            transform: translate(-2px, 2px);
        }

        40% {
            transform: translate(-2px, -2px);
        }

        60% {
            transform: translate(2px, 2px);
        }

        80% {
            transform: translate(2px, -2px);
        }

        100% {
            transform: translate(0);
        }
    }

    .cod-btn.vibrating {
        animation: vibrate 0.3s ease;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome_slide_text > h2,
    .single_catagory_area h2 {
        font-size: 70px;
    }

    .haeder_account {
        display: none !important;
    }

    .add-to-cart-btn {
        background-color: transparent;
        color: #333;
        /* dark gray text */
        border: 1px solid #000;
        /* thin black border */
        height: 52px;
        width: 265px;
        text-align: center;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .add-to-cart-btn:hover {
        background-color: #f0f0f0;
    }

    .cod-btn {
        margin-top: 10px;
        background-color: #111;
        color: white;
        border: 2px solid orange;
        border-radius: 8px;
        padding: 12px 24px;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .cod-btn:hover {
        background-color: #1a1a1a;
        border-color: #ffa65c;
    }

    @keyframes vibrate {
        0% {
            transform: translate(0);
        }

        20% {
            transform: translate(-2px, 2px);
        }

        40% {
            transform: translate(-2px, -2px);
        }

        60% {
            transform: translate(2px, 2px);
        }

        80% {
            transform: translate(2px, -2px);
        }

        100% {
            transform: translate(0);
        }
    }

    .cod-btn.vibrating {
        animation: vibrate 0.3s ease;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .haeder_account {
        display: none !important;
    }

    .single_slide.height-800 {
        height: 600px !important;
    }

    .navbar-toggler {
        padding: 0;
        font-size: 20px;
        line-height: 1;
        border: none;
        border-radius: 0;
        width: 80px;
        height: 35px;
        color: #3dcdff;
        line-height: 28px;
    }

    #karl-navbar {
        padding: 15px;
        background-color: #f4f2f8;
    }

    .single_footer_area {
        margin-bottom: 100px;
    }

    .welcome_slide_text > h2,
    .single_catagory_area h2 {
        font-size: 50px;
    }

    .add-to-cart-btn {
        background-color: transparent;
        color: #333;
        /* dark gray text */
        border: 1px solid #000;
        /* thin black border */
        height: 52px;
        width: 265px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .add-to-cart-btn:hover {
        background-color: #f0f0f0;
    }

    .cod-btn {
        margin-top: 10px;
        background-color: #111;
        color: white;
        border: 2px solid orange;
        border-radius: 8px;
        padding: 12px 24px;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .cod-btn:hover {
        background-color: #1a1a1a;
        border-color: #ffa65c;
    }

    @keyframes vibrate {
        0% {
            transform: translate(0);
        }

        20% {
            transform: translate(-2px, 2px);
        }

        40% {
            transform: translate(-2px, -2px);
        }

        60% {
            transform: translate(2px, 2px);
        }

        80% {
            transform: translate(2px, -2px);
        }

        100% {
            transform: translate(0);
        }
    }

    .cod-btn.vibrating {
        animation: vibrate 0.3s ease;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .fillter-bar-wrapper {
        flex-direction: column;
    }

    .catagories-side-menu {
        width: 260px;
    }

    #wrapper.karl-side-menu-open {
        left: 260px;
    }

    .top_logo a img {
        max-width: 80px;
    }

    .cart > a {
        font-size: 12px;
    }

    .header-right-side-menu > a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .header-social-area {
        position: absolute;
        top: 28px;
        right: 35px;
    }

    .cart {
    }

    .main_header_area {
        height: auto;
        /* padding: 30px 0; */
    }

    .navbar-toggler {
        padding: 0;
        font-size: 20px;
        line-height: 1;
        border: none;
        border-radius: 0;
        width: 9%;
        height: 35px;
        color: #3dcdff;
        line-height: 28px;
        position: absolute;
        top: -97px;
        left: -8px;
    }

    #karl-navbar {
        padding: 15px;
        background-color: #f4f2f8;
        margin-bottom: 30px;
    }

    .single_footer_area {
        margin-bottom: 100px;
    }

    .footer_social_area > a {
        font-size: 18px;
        padding: 0 15px;
    }

    .subscribtion_form .submit {
        padding: 0 20px;
    }

    .top-discount-area .single-discount-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 40px 15px;
        background-color: #b8b8b8;
        text-align: center;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .welcome_slide_text > h2,
    .single_catagory_area h2 {
        font-size: 30px;
    }

    .single_slide.height-800 {
        height: 300px !important;
    }

    .single_catagory_area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }

    .section_heading h2,
    .offer-content-area h2 {
        font-size: 24px;
    }

    .offer-product-price h3 {
        font-size: 18px;
    }

    .cart_area .update-checkout a,
    .cart_area .back-to-shop a {
        display: block;
        height: 40px;
        line-height: 36px;
        min-width: 100px;
        padding: 0 5px;
        font-size: 10px;
        font-weight: 700;
    }

    .cart_area .update-checkout a:first-child {
        margin-bottom: 10px;
    }

    .order-details-confirmation {
        margin-top: 100px;
        padding: 20px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .top_logo a img {
        max-width: 120px;
    }

    .add-to-cart-btn {
        background-color: transparent;
        color: #333;
        /* dark gray text */
        border: 1px solid #000;
        /* thin black border */
        height: 52px;
        width: 265px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .add-to-cart-btn:hover {
        background-color: #f0f0f0;
    }

    .cod-btn {
        margin-top: 10px;
        background-color: #111;
        color: white;
        border: 2px solid orange;
        border-radius: 8px;
        padding: 12px 24px;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .cod-btn:hover {
        background-color: #1a1a1a;
        border-color: #ffa65c;
    }

    @keyframes vibrate {
        0% {
            transform: translate(0);
        }

        20% {
            transform: translate(-2px, 2px);
        }

        40% {
            transform: translate(-2px, -2px);
        }

        60% {
            transform: translate(2px, 2px);
        }

        80% {
            transform: translate(2px, -2px);
        }

        100% {
            transform: translate(0);
        }
    }

    .cod-btn.vibrating {
        animation: vibrate 0.3s ease;
    }
}

@media only screen and (max-width: 425px) {
    .top_logo {
        width: 30%;
        text-align: center;
    }
    .single_slide.height-800 {
        height: 250px !important;
    }
    .icons {
        gap: 20px !important;
    }

    .top_logo a img {
        max-width: 100px;
    }

    .main_header_area {
        height: auto;
        padding: 0;
    }

    .header-social-area {
        width: 300px;
        position: absolute;
        top: 28px;
        left: 300px;
    }

    .search-bar-wrapper {
        max-width: 500px;
        margin: 0 auto;
        border: 1px solid #ddd;
        border-radius: 50px;
        overflow: hidden;
        background-color: #fff;
        padding: 0px 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .search-btn {
        border: none;
        background-color: #3dcdff;
        color: #fff;
        padding: 4px 9px;
        border-radius: 50px;
        font-size: 13px;
        transition: background-color 0.3s;
    }

    .cart {
        position: absolute;
        top: 0px;
        right: 19px;
    }

    .cart > a > i {
        font-size: 20px;
    }

    .add-to-cart-btn {
        background-color: transparent;
        color: #333;
        /* dark gray text */
        border: 1px solid #000;
        /* thin black border */
        height: 52px;
        width: 265px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .add-to-cart-btn:hover {
        background-color: #f0f0f0;
    }

    .cod-btn {
        margin-top: 10px;
        background-color: #111;
        color: white;
        border: 2px solid orange;
        border-radius: 8px;
        padding: 12px 24px;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .cod-btn:hover {
        background-color: #1a1a1a;
        border-color: #ffa65c;
    }

    @keyframes vibrate {
        0% {
            transform: translate(0);
        }

        20% {
            transform: translate(-2px, 2px);
        }

        40% {
            transform: translate(-2px, -2px);
        }

        60% {
            transform: translate(2px, 2px);
        }

        80% {
            transform: translate(2px, -2px);
        }

        100% {
            transform: translate(0);
        }
    }

    .cod-btn.vibrating {
        animation: vibrate 0.3s ease;
    }
}

@media only screen and (max-width: 375px) {
    .top_logo {
        width: 30%;
        text-align: center;
    }

    .main_header_area {
        height: auto;
        padding: 0;
    }
    .single_slide.height-800 {
        height: 250px !important;
    }
    .icons {
        gap: 20px !important;
    }

    .header-social-area {
        width: 245px;
        position: absolute;
        top: 28px;
        left: 250px;
    }

    .search-bar-wrapper {
        max-width: 500px;
        margin: 0 auto;
        border: 1px solid #ddd;
        border-radius: 50px;
        overflow: hidden;
        background-color: #fff;
        padding: 0px 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    .salebtn {
        padding: 8px 50px !important;
        font-size: 14px !important;
        margin-bottom: 10px !important;
        background-color: red !important;
    }
    .search-btn {
        border: none;
        background-color: #3dcdff;
        color: #fff;
        padding: 4px 9px;
        border-radius: 50px;
        font-size: 13px;
        transition: background-color 0.3s;
    }

    .cart {
        position: absolute;
        top: 0px;
        right: 19px;
    }

    .cart > a > i {
        font-size: 20px;
    }

    .navbar-toggler {
        padding: 0;
        font-size: 20px;
        line-height: 1;
        border: none;
        border-radius: 0;
        width: 12%;
        /* height: 35px; */
        color: #3dcdff;
        line-height: 28px;
        /* margin-bottom: 30px; */
        margin-top: 7px;
        position: absolute;
        top: -97px;
        left: -8px;
    }

    .add-to-cart-btn {
        background-color: transparent;
        color: #333;
        /* dark gray text */
        border: 1px solid #000;
        /* thin black border */
        height: 52px;
        width: 265px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .add-to-cart-btn:hover {
        background-color: #f0f0f0;
    }

    .cod-btn {
        margin-top: 10px;
        background-color: #111;
        color: white;
        border: 2px solid orange;
        border-radius: 8px;
        padding: 12px 24px;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .cod-btn:hover {
        background-color: #1a1a1a;
        border-color: #ffa65c;
    }

    @keyframes vibrate {
        0% {
            transform: translate(0);
        }

        20% {
            transform: translate(-2px, 2px);
        }

        40% {
            transform: translate(-2px, -2px);
        }

        60% {
            transform: translate(2px, 2px);
        }

        80% {
            transform: translate(2px, -2px);
        }

        100% {
            transform: translate(0);
        }
    }

    .cod-btn.vibrating {
        animation: vibrate 0.3s ease;
    }
}

@media only screen and (max-width: 320px) {
    .welcome_slides.owl-carousel .owl-dots {
        display: none !important;
    }

    .top_logo a img {
        max-width: 80px;
    }

    .catagories-side-menu {
        width: 260px;
    }

    #wrapper.karl-side-menu-open {
        left: 260px;
    }

    .top_logo {
        width: 30%;
        text-align: center;
    }

    .main_header_area {
        height: auto;
        padding: 0;
    }

    .header-social-area {
        top: 28px;
        left: 242px;
    }

    .navbar-toggler {
        padding: 0;
        font-size: 20px;
        line-height: 1;
        border: none;
        border-radius: 0;
        width: 12%;
        /* height: 35px; */
        color: #3dcdff;
        line-height: 28px;
        /* margin-bottom: 30px; */
        margin-top: 7px;
        position: absolute;
        top: -97px;
        left: -8px;
    }

    .search-bar-wrapper {
        max-width: 500px;
        margin: 0 auto;
        border: 1px solid #ddd;
        border-radius: 50px;
        overflow: hidden;
        background-color: #fff;
        padding: 0px 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .search-input {
        border: none;
        outline: none;
        box-shadow: none;
        width: 100%;
        padding: 1px 4px;
        font-size: 16px;
        border-radius: 50px;
    }

    .search-btn {
        border: none;
        background-color: #3dcdff;
        color: #fff;
        padding: 4px 9px;
        border-radius: 50px;
        font-size: 13px;
        transition: background-color 0.3s;
    }

    .cart {
        /* width: 26px; */
        position: absolute;
        top: 0px;
        right: 11px;
    }

    .cart > a > i {
        font-size: 20px;
    }

    .search-toggle-btn {
        border: none;
        background-color: none !important;
        color: #3dcdff;
        height: 40px;
        width: 40px;
        font-size: 16px;
        cursor: pointer;
        border-radius: 50%;
        background-color: none;
    }

    .search-container {
        position: absolute;
        top: 50px;
        left: -61px;
        padding: 10px;
        border-radius: 5px;
        display: none;
        animation: slideIn 0.3s forwards;
        z-index: 1000;
    }

    .search-bar-wrapper input.search-txt {
        width: 200px;
        padding: 6px;
        background: #fff;
        color: #000;
        border: none;
        border-radius: 4px;
        margin-right: 8px;
    }

    .search-btn {
        background: #3dcdff !important;
        color: white;
        border: none;
        padding: 6px 10px;
        border-radius: 4px;
    }

    @keyframes slideIn {
        from {
            transform: translateX(-100%);
            opacity: 0;
        }

        to {
            transform: translateX(0);
            opacity: 1;
        }
    }

    .cart-sidebar {
        width: 320px !important;
    }

    .add-to-cart-btn {
        background-color: transparent;
        color: #333;
        /* dark gray text */
        border: 1px solid #000;
        /* thin black border */
        height: 52px;
        width: 265px;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .add-to-cart-btn:hover {
        background-color: #f0f0f0;
    }

    .cod-btn {
        margin-top: 10px;
        background-color: #111;
        color: white;
        border: 2px solid orange;
        border-radius: 8px;
        padding: 12px 24px;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }

    .cod-btn:hover {
        background-color: #1a1a1a;
        border-color: #ffa65c;
    }

    @keyframes vibrate {
        0% {
            transform: translate(0);
        }

        20% {
            transform: translate(-2px, 2px);
        }

        40% {
            transform: translate(-2px, -2px);
        }

        60% {
            transform: translate(2px, 2px);
        }

        80% {
            transform: translate(2px, -2px);
        }

        100% {
            transform: translate(0);
        }
    }

    .cod-btn.vibrating {
        animation: vibrate 0.3s ease;
    }
}
