@media only screen and ( min-width: 1400px ) and ( max-width: 1799px ) {

    .product_detail_btns_main {
        grid-template-columns: 1fr 1fr;
    }

}


@media only screen and ( min-width: 1200px ) and ( max-width: 1399px ) {


    .dailydealSlider .product_card .product_text p {
        -webkit-line-clamp: 4;
    }
    .delivery_card {
        grid-template-columns: 50px 1fr;
    }
    .delivery_info_content h6 {
        font-size: 16px;  
    }

}

@media only screen and ( min-width: 1200px ) and ( max-width: 1399px ) {


    .dailydealSlider .product_card .product_text p {
        -webkit-line-clamp: 4;
    }
    .delivery_card {
        grid-template-columns: 40px 1fr;
        padding: 15px;
    }
    .delivery_info_content h6 {
        font-size: 15px;  
    }
    .product_detail_btns_main {
        grid-template-columns: 1fr 1fr;
    }
    .cart_summary_footer {
        max-width: 524px;
    }
    .hero_slider_img {
        padding: 200px 0;
    }

}


@media only screen and  (max-width: 1199px ) {

    .cart_summary_footer  {
        max-width: 100%;
    }

}


@media only screen and ( min-width: 992px ) and ( max-width: 1199px ) {

    .delivery_info_main {
        grid-template-columns: 1fr 1fr;
    }

    .footer_main {
        grid-template-columns: 1.2fr 3fr;
    }
    .clientSlider {
        padding-left: 20px;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    .footer_bottom {
        padding-left: 30px;
    }
    .newsletter_box {
        margin-top: 30px;
    }
    .feature_heading .main_heading {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    .product_detail_btns_main {
        grid-template-columns: 1fr;
    }
    .order_id_detail {
        grid-template-columns: 1fr 1fr;
    }
    .order_id_box {
        padding-right: 0;
        border-right: 0;
    }
    /* .cart_items_list .shopp_cart_list {
        grid-template-columns: 1fr;
    } */
    .hero_slider_img {
        padding: 150px 0;
    }

}


@media only screen and ( max-width: 991px ) {

    .bottom_header {
        display: none;
    }
    
    
    .sidebar_main_wrapp {
        grid-template-columns: 1fr;
    }
    .sidebar, 
    .sidebar_left {
        position: relative;
        width: 100%;
        display: grid;
    }
    /* .sidebar_left {
        grid-template-columns: 1fr 1fr;
    }  */
    .sidebar_left .sidebar_left_imgs {
        display: none;
    }
    .sidebar_left {
        margin-top: 40px;
    }
    .sidebar_right {
        order: -1;
    }
    .feature_heading .main_heading {
        flex-direction: column;
        gap: 20px;
        align-items: start;
    }

    .footer_main {
        grid-template-columns: 1fr;
        padding-bottom: 30px;
    }
    .footer_right {
        border-left: none;
    }
    .footer_menu_main {
        margin-bottom: 30px;
    }
    .clientSlider, 
    .footer_bottom {
        padding-left: 0;
    }

    .header_right_bg {
        width: 320px !important;
        padding: 20px;
    }
    .btnclose {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
    }
    .btnclose .togglercloseicon {
        width: 30px;
        height: 30px;
        background-color: var(--body-white-color);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .btnclose .togglercloseicon:before, 
    .btnclose .togglercloseicon:after {
        content: '';
        background-color: var(--header-text-color);
        height: 70%;
        width: 2px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .btnclose .togglercloseicon::before {
        transform: rotate(-45deg);
    }
    .btnclose .togglercloseicon:after {
        transform: rotate(45deg);
    }
    
    .header_right_bg ul {
        height: 100%;
        overflow-y: scroll;
    }
    .header_right_bg ul li {
        display: inline-block;
        width: 100%;
    }
    .header_right_bg ul li a {
        color: var(--body-text-color);
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0 10px;
        padding: 10px;
        border-bottom: 1px solid var(--border-color);
    }
    .header_right_bg ul li .submenu {
        display: none;
        background-color: var(--body-bg-color);
    }
    .header_right_bg ul li:hover>.menu_item span {
        transform: rotate(90deg);
    }
    .header_right_bg ul li .menu_item span {
        transition: transform 0.3s ease;
    }
    .product_slider_detail .social_media {
        justify-content: start;
    }

    .faq_imgs {
        margin-top: 40px;
    }
    .checkout_wrapp {
        margin: 10px 0 30px;
    }
    .top_header>.header_search {
        display: none;
    }
    .search_weapp {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9;
        background-color: var(--body-bg-color);
        padding: 0 15px 15px;
    }
    .top_header {
        display: flex;
        gap: 0 20px;
        justify-content: space-between;
    }
    

}


@media only screen and ( min-width: 768px ) and ( max-width: 991px ) {

    .delivery_info_main {
        grid-template-columns: 1fr 1fr;
    }
    .header_right>ul {
        gap: 0 30px;
    }
    .search_weapp .header_search .search_group {
        max-width: 100%;
    }
    .mobile_header_right {
        order: 1;
    }
    .header_right>ul>li.search_btn {
        display: none;
    }
    /* .search_weapp {
        display: block !important;
    } */
    .top_header>.header_search {
        display: block !important;
    }
    .search_group .button_main {
        padding: 10px 20px;
    }
    .order_id_detail {
        grid-template-columns: 1fr 1fr;
    }
    .order_id_box {
        padding-right: 0;
        border-right: 0;
    }
    .hero_slider_img {
        padding: 100px 0;
    }
    .main_heading h2 {
        font-size: 24px;
    }
    


}


@media only screen and ( max-width: 767px ) {

    .delivery_info_main {
        grid-template-columns: 1fr;
    }
    
    .footer_nav {
        justify-content: center;
        margin-bottom: 15px;
    }
    .copyright_text {
        text-align: center;
    }  
    .clientSlider {
        padding-bottom: 10px;
    } 
    .search_weapp {
        width: 100%;
    }
    .search_weapp .header_search {
        margin-top: 10px;
    }
    .filter_card {
        position: static;
    }
    .filter_box {
        width: 100%;
        left: 0;
        right: 0;
    }
    .filter_left {
        width: 100%;
    }
    .contact_info_detail {
        margin-top: 30px;
    }
    .order_id_detail {
        grid-template-columns: 1fr;
    }
    .order_id_box {
        padding-right: 0;
        border-right: 0;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--border-color);
    }
    .order_id_box:last-child { 
        border-bottom: none;
        padding-bottom: 0;
    }
    .returns_table {
        grid-template-columns: 1fr;
    }
    .main_heading h2 {
        font-size: 22px;
    }

}


@media only screen and ( min-width: 577px ) and ( max-width: 767px ) {

    .header_right>ul {
        gap: 0 35px;
    }
    .hero_slider_img {
        padding: 70px 0;
    }
    .product_detail_btns_main {
        grid-template-columns: 1fr 1fr;
    }

}


@media only screen and ( max-width: 576px ) {

    .footer_menu_main {
        grid-template-columns: 1fr 1fr;
    }
    .dailydealSlider .product_card {
        grid-template-columns: 1fr;
    }
    .dailydealSlider .product_card .products_content {
        text-align: center;
    }
    .dailydealSlider .product_card .products_content .product_price {
        justify-content: center;
    }
    .header_right {
        margin-top: 6px;
    } 

    .cart_items_list .shopp_cart_list {
        gap: 5px 10px;
    }
    .shopp_cart_list li {
        font-size: 12px;
    }
    .qr_code_main, 
    .order_tracking_warpp .form_group {
        grid-template-columns: 1fr;
    }
    .bard_logo a img {
        width: 120px;
    }
    .hero_slider_img {
        padding: 50px 0;
    }
    .product_detail_btns_main {
        grid-template-columns: 1fr;
    }
    .filter_card_group  {
        gap: 0 20px;
    }


}

@media only screen and ( min-width: 481px ) and ( max-width: 576px ) {

    .header_right>ul {
        gap: 0 25px;
    }

}

@media only screen and ( min-width: 375px ) and ( max-width: 480px ) {

    .header_right>ul {
        gap: 0 20px;
    }
    .header_right>ul>li {
        font-size: 20px;
    }
    .whitelist_items, .cart_items {
        top: -10px;
        left: 7px;
    }
    .header_right {
        padding-right: 5px;
    } 

}

@media only screen and ( max-width: 374px ) {

    .mobile_header .bard_logo {
        justify-content: space-between;
        width: 100%;
    }
    .mobile_header .bard_logo .navbartoggle {
        order: 1;
    }
    .mobile_header_right {
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid var(--border-color);
        padding-top: 15px;
    }
    .header_right {
        padding-right: 0px;
        text-align: center;
    }
    .header_right>ul {
        justify-content: center;
    }
    .product_list_view .product_card {
        grid-template-columns: 1fr;
    }
    .cart_items_price .cartbtns .button_main {
        padding: 10px 20px;
    }
    .cart_main {
        width: 100% !important;
        min-width: 100% !important;   
    }
    .cart_items_list .shopp_cart_list {
        grid-template-columns: 1fr;
    }
    .header_right>ul {
        gap: 0 20px;
    }
    

}


@media only screen and ( min-width: 1800px ) {

    .container {
        max-width: 1560px;
    }

}

@media (min-width: 1024px) {
    .sidebar_active {
        position: relative;
        transform: translate3d(0px, 32px, 0px);
    }
}

@media only screen and ( min-width: 992px ) {

    .mobile_header_wrapp {
        display: none;
    }
    .bard_logo .navbartoggle {
        display: none;
    }
    .search_btn {
        display: none;
    }

}