@media only screen and (max-width: 600px) {
    .fazwpN {
        grid-template-columns: repeat(2, 1fr);
    }

    .cutom-border {

        width: 365px;
    }

    .w-75_mobile {
        width: 75% !important;
    }

    /* .img-select{
        display: flex;
    } */

}

.product-content h2 {
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2em;
    height: 2.4em;
}

.grid_layout_givebackhome {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}






/* 28commit  */

.price_selection .product-wrap_selection .packaging_style ul li {
    font-size: 13px;
    line-height: 15PX;
    padding: 5PX 5PX;
    border-radius: 4px;
    margin: 4px;
}
.product-wrap_selection .packaging_style ul li.selcted_class {
    background-color: ORANGE;
    color: white;
}
.product-wrap_selection .packaging_style ul li {
    list-style: none;
    /* color: #a29f9f; */
    font-size: 10px;
    line-height: 15PX;
    padding: 0PX 2PX;
    margin: 1px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid;
}
button.accordion-button {
    font-size: 15px;
    font-weight: 500;
}
.badge_style_favourites {
    background: #1a65d5;
    padding: 5px;
    border-radius: 4px;
    color: white;
    font-size: 10px;
    font-weight: 500;
}

.product-wrap_selection .packaging_style {
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    /* min-height: 2rem; */
}
.product-wrap_selection .packaging_style ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
/* .price_selection .product-wrap .packaging_style{
    height: 0;
} */
.product_delivery_section .delviery_input {
    padding: 4px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}


.fs_20{
    font-size: 20px;
}


/* .footer_filter {
    background: white;
    padding: 10px;
} */
.footer_filter .product_category_content a {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 10px;
    text-decoration: none;
    color: #220322;
}
ul.sorting_repsonsive li a {
    color: #220322;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
}

ul.sorting_repsonsive li{
    margin-bottom: 10px;
}
.footer_filter .product_category_number a {
    font-size: 12px;
    text-decoration: none;
    color: #7d7777;
    margin-right: 5px;
}



  @media only screen and (max-width: 600px) {
    .fazwpN {
        grid-template-columns: repeat(2, 1fr);
    }

    .cutom-border {

        width: 365px;
    }

    .w-75_mobile {
        width: 75% !important;
    }

    /* .img-select{
        display: flex;
    } */

}

/* @media screen and (min-width: 992px) {
    .bd-layout {
        grid-template-columns: 1fr 5fr;
    } */

    /* grid-area: sidebar; */
    /* 
    .bd-sidebar {
        width: 26%;
        background-color: #f5f7fd;;
    } */

/* } */

@media screen and (min-width: 768px) {
    .bd-layout {
        display: flex;
        gap: 1rem;
        /* display: grid;
        gap: 1.5rem;
        grid-template-areas: "sidebar main"; */
        /* grid-template-columns: 1fr 3fr; */
        /* grid-template-columns: 1fr 5fr; */
    }

    .bd-links {
        position: -webkit-sticky;
        position: sticky;
        top: 5rem;
        display: block !important;
        height: calc(100vh - 7rem);
        padding-left: 0.25rem;
        margin-left: -0.25rem;
        overflow-y: auto;
    }

    .bd-sidebar {
        /* grid-area: sidebar; */
        width: 23%;
        background-color: #f5f7fd;
        ;
    }

    main.bd-main.order-1 {
        width: 77%;
    }
}

@media (max-width: 1024px) {
    ul.product_listing_page {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px 10px;
    }

    .category_images {
        list-style: none;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 10px 20px;
    }

    /* .category_images .cat_icon img {
    height: 17vh;
} */
    /* .product-wrap .product_custom_height {
        height: 20vh;
    }

    .product-image img {
        height: 19vh;
    } */
}

@media (max-width: 576px) {
    .top_brands ul {
        /* display: flex;  */
        list-style: none;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;

        gap: 10px 20px;
    }

    .category_images {
        list-style: none;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px 20px;
    }

    /* .main-header .hamburger {
        display: block;
    } */

    ul.product_listing_page {
        grid-template-columns: 1fr 1fr;
        gap: 10px 10px;
    }

    .product-price span.price_color {
        font-size: 11px;
        font-weight: 500;
    }

    .product-price .product_size_price {
        font-size: 9px;
    }

    .cst-button-color {
        font-size: 11px;
        padding: 0.355rem;
    }

    /* .category_images .cat_icon img {
    height: 14vh;
} */
}

@media (min-width: 40rem) {
    .refer_friend ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

    .refer_friend ul::before {
        grid-column: 2;
    }

    .refer_friend ul li:nth-child(odd) {
        grid-column: 1;
    }

    .refer_friend ul li:nth-child(even) {
        grid-column: 3;
    }

    /* start second card */
    .refer_friend ul li:nth-child(2) {
        grid-row: 2/4;
    }

    .refer_friend ul li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }

    .refer_friend ul li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }

    .refer_friend ul li:nth-child(odd) .date {
        border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
    }
}


@media (max-width: 768px) {
    /* font-size */
    body {
        font-size: 12px; /* Adjust base font size for even smaller screens */
      }
      .fs_18 {
        font-size: 14px;
      }
  
      .fs_15 {
        font-size: 13px;
      }
  
      .fs_22 {
        font-size: 18px;
      }
  
      .fs_10 {
        font-size: 9px;
      }
  
      .fs_12 {
        font-size: 10px;
      }
  
      .fs_13 {
        font-size: 11px;
      }
  
      .fs_25 {
        font-size: 20px;
      }
  
      .fs_40 {
        font-size: 30px;
      }
      .fs_20{
        font-size: 17px;
    }
/* font-size */

    .grid_layout_givebackhome {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .cart .offcanvas-header {
        padding: 13px 10px 13px 10px;
    }
    .product-wrap .discount_offers_off {
        font-size: 9px;
        line-height: 10px;
    }
    .discount_offers svg{
        width: 30px;
        height: 26px;
    }
    .product_delivery_section .m_w_100{
        width: 100%!;
    }
    .product-wrap .veg_stripe {
        margin-right: 3px;
        border: 1px solid #4C9B16;
    }
    .product-wrap .veg_icon {
        height: 7px;
        width: 7px;
    }
    .product-content h2{
        font-size: 12px;
        font-weight: 600;
    }
    .footer_postion_fixed{
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #f8f9fa;
        /* padding: 10px; */
        z-index: 9;
        display: block;
    }
  
    .product-content {
        padding: 0;
    }
    .delivery_modal .modal-dialog-centered {
        display: flex;
        align-items: center;
        min-height: -webkit-fill-available;
        position: relative;
        /* top: calc(100% - 90%); */
        /* bottom: 100px; */
        top: auto;
        margin: 0px;
        left: auto;
    }
    .offcanvas-bottom.delivery_location {
            /* background-image: linear-gradient(#fdfdfd, #f6f6f6); */
    background-color: #f5f7fd;
    /* background-image: url(./images/dog_bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: hard-light; 
    }
    .home_search input.form-control.shadow-none{
        height: 30px;
        padding-left: 28px;
    }
    .home_search i.fa-solid.fa-magnifying-glass {
        top: 12px;
        left: 10px;
    }
    label.toggle.toggle-yes.cat_image.cat_mode {
        width: 25px;
        height: 29px;
        left: 2px;
    }
    .tw-toggle span {
        height: 30px;
        width: 30px;
    }
    .tw-toggle{
        width: 95px;
    }
    label.toggle.toggle-yes.dog_mode {
        height: 29px;
        width: 25px;
        position: relative;
        left: 11px;
    }
    label.toggle.toggle-yes.general_mode {
        position: relative;
        width: 25px;
        height: 25px;
        left: 7px;
    }
    .tw-toggle input[value="-1"]:checked~span {
        background: transparent;
        left: 35px;
        top: 5px;
        width: 25px;
        height: 25px;
    }
    .tw-toggle input[value="true"]:checked~span {
        left: 61px;
    }
    .tw-toggle input[value="true"] {
        left: 63px;
    }
    .tw-toggle input[value="-1"] {
        left: 33px;
    }
   
    .text_align {
        padding: 0px 5px;
        justify-content: flex-start;
    }
    footer ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
    footer ul li a{
        position: relative;
        padding: 3px 6px;
    }
    footer ul li a:after {
        position: absolute;
        content: "|";
        top: 3px;
        /* left: 10px; */
        right: -2px;
        /* background-color: red; */
    }
    .footer__list-social li a:after{
        display: none;
    } 
    /* .offcanvas-bottom.delivery_location {
        --bs-offcanvas-height: 35vh;
    } */
    .offcanvas-bottom.delivery_location .offcanvas-body{
        overflow-y: hidden;
    }
        .story_insta.owl-carousel{
            width: 100%;
        }
        footer .heading_footer_list {
            font-size: 13px;
            margin-bottom: 10px;
        }
        .footer_filters {
            margin: 0px 0px;
            background-color: #1a65d5;
            color: white;
            position: absolute;
            bottom: 53px;
            width: 100%;
        }
        .footer_filters.footer_checkout {
            margin: 0px 0px;
            /* background-color: #1a65d5; */
            background-color: white;
            color: white;
            position: fixed;
            bottom: 53px;
            width: 100%;
            z-index: 9;
        }
        .accounts .grid_block_ {
            display: grid;
            grid-template-columns: 1fr;
        }
        .delivery_pincode ul {
            grid-template-columns: 1fr 1fr;
            gap: 10px 10px;
        }
        .home_search i.fa-solid.fa-magnifying-glass{
            top: 13px!important;
        }
        .main-header .hamburger {
            display: block;
        }
        .m_w_100{
            width: 100%!important;
        }
        .story .story-item{
            width: 99%;
        }
        .offcanvas-bottom.delivery_location.offcanvas {
            --bs-offcanvas-height: white;
        }
        .price_grid{
            grid-template-columns: 1fr 1fr;
            gap: 5px;
        }
        .grid_section .grid_pet_section{
            grid-template-columns: 1fr 1fr 1fr;
        }
        .order_notification {
            top: -2px;
            right: -4px;
            left: inherit;
        }
        .hamburger{
            display: block!important;
        }
        .story_forstory .image-container .image {
            border: 0.09rem solid transparent;
        }
        .story_insta .story_forstory.live .image {
            padding: 2px;
        }
       .story_insta .story_forstory .image-container {
            margin: 0px;
        }
        .breadcumd_design{
            margin-bottom: 0px;
        }
        .footer_filter {
            /* background: white; */
            padding: 5px;
        }
        ul.sorting_repsonsive li{
            position: relative;
        }
        ul.sorting_repsonsive li:hover:before {
            content: "";
            width: 2px;
            height: 19px;
            background: #1a65d5;
            position: absolute;
        }    
        ul.sorting_repsonsive li.active:before {
            content: "";
            width: 2px;
            height: 19px;
            background: #1a65d5;
            position: absolute;
        }  
        ul.sorting_repsonsive li:hover a{
            color: #1a65d5;
        }  
        ul.sorting_repsonsive li.active a {
            color: #1a65d5;
        }
        .checkout_progress #progress-bar {
            padding: 10px 0px 0;
        }
        .checkout_progress #progress-bar li {
            width: 100%;
            font-size: 8px;
            font-weight: 600;
        }
        .checkout_progress #progress-bar li:before {
            width: 27px;
            height: 27px;           
            line-height: 27px;
            font-size: 15px;
        }
        .checkout_progress #progress-bar li:after {
            height: 6px;
            top: 11px;
        }
        .font-size40 {
            font-size: 20px;
            font-weight: 600;
            text-align: center;
            width: 100% !important;
        }
        .mobile_responsive_delivery img {
            width: 310px;
            height: 310px;
            object-fit: contain;
        }
        .search-bar-container {
            position: relative;
            top: 0%;
            left: 50%;
            transform: translate(-50%, 0%);
            text-align: center;
            margin-top: 20px;
            width: 100% !important;
        }
        .child_content_carrer {
            font-size: 26px;
            font-weight: 600;
            color: white;
        }
        .p_absoute_banner{
            position: relative;
        }
        .about_banner .about-banner-content{
            display: none;
        }
        /* .banner-title, .banner-title , .banner-title {
            display: none;
        } */
        .la-header-de.mobile_size{
            font-size: 8px;
        }
    }
    @media screen and (max-width: 992px) {
    .hamburger {
        display: block !important;
    }
}
@media screen and (min-width: 992px) {

    /* .card-wrapper .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    } */
    .product-imgs {
        display: flex;
        flex-direction: row-reverse;
    }

    .product-content {
        padding-top: 0;
    }

    .product-imgs {
        width: 100;
        /* height: 100vh; */
        overflow: auto;
        position: -webkit-sticky;
        position: sticky;
        /* top: 30%; */
    }

    .img-select {
        display: block;
        height: 398px;
        overflow-y: scroll;
        padding-right: 9px;
        scroll-behavior: smooth;
    }
    /* .img-select::-webkit-scrollbar {
        display: none;
      } */
      /* .img-select .img-item img{
        width: 200px;
    } */
      .img-select::-webkit-scrollbar {
        width: 10px;
        height: 10px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .img-select::-webkit-scrollbar-track {
        background: transparent;
    }

    .img-select::-webkit-scrollbar-thumb {
        background: #dee2e6;
        border-radius: 10px;
    }

    .img-select::-webkit-scrollbar-thumb:hover {
        background: rgba(0, 123, 255, 1);
    }

    .sub-images .owl-stage-outer .owl-stage{
        display: grid;
    }
    .sub-images .owl-item {
        width: 20px!important;
    }
    .sub-images .owl-item .story-item {
        width: 80px;
    }
    /* .last-header ul {
        font-size: 10px;
        font-weight: 800;
    } */
    .pincode_box1 {
        background-color: white;
        /* background-image: linear-gradient(rgb(255 255 255), rgb(244 248 255)); */
        border-radius: 10px;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
        padding: 20px;
    }
}

@media only screen and (max-width: 1370px) {
    .main-header .header_heading span {
        display: none;
    }
}

@media only screen and (max-width: 1116px) {
    .last-header {
        display: none;
    }

    /* .la-header-de {
        padding-top: 67px !important;
    } */
    .home_search i.fa-solid.fa-magnifying-glass {
        position: absolute;
        top: 11px;
        left: 12px;
    }
    .last-header ul {
        font-size: 11px;
        font-weight: 700;
    }
}
