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

@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;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .haeder_account {
        display: none !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;
    }
}

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

    .header_user {
        display: none !important;
    }

    .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 {


        width: 300px;

        position: absolute;
        top: 50px;
        left: 65px;
    }

    .cart {
        width: 26px;
    }

    .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: 500px !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;
    }

    .shop_grid_product_area,
    .single_product_desc {
        margin-top: 100px;
    }

    .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: 480px) and (max-width: 767px) {
    .top_logo a img {
        max-width: 120px;
    }
}

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

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

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

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

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

    .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 {
        width: 26px;
        position: absolute;
        top: 46px;
        right: 19px;
    }

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

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

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

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

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

    .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 {
        width: 26px;
        position: absolute;
        top: 51px;
        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;
    }
}

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

    .welcome_slides.owl-carousel .owl-dots {
        display: none !important;
    }

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

    .header_user {
        display: none !important;
    }

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

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

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

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

    .header-social-area {
        top: -54px;
        left: 45px;
    }

    .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: 33px;
        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;
    }
}