/* OLD FONT= font-family: space-grotesk-variable, sans-serif; */
@font-face {
    font-family: 'HafferSQLTrial-Bold';
    src: url('/assets/fonts/Haffer-font/HafferSQLTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'HafferSQLTrial-BoldItalic';
    src: url('/assets/fonts/Haffer-font/HafferSQLTrial-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
  }
  
  @font-face {
    font-family: 'HafferSQLTrial-Heavy';
    src: url('/assets/fonts/Haffer-font/HafferSQLTrial-Heavy.woff') format('woff');
    font-weight: 800; /* Assuming it's a "heavy" weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'HafferSQLTrial-HeavyItalic';
    src: url('/assets/fonts/Haffer-font/HafferSQLTrial-HeavyItalic.woff') format('woff');
    font-weight: 800; /* Assuming it's a "heavy" weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: 'HafferSQLTrial-Medium';
    src: url('/assets/fonts/Haffer-font/HafferSQTRIAL-Medium.woff') format('woff');
    font-weight: 500; /* Assuming it's a "medium" weight */
    font-style: normal;
  }
  
  @font-face {
    font-family: 'HafferSQLTrial-MediumItalic';
    src: url('/assets/fonts/Haffer-font/HafferSQLTrial-MediumItalic.woff') format('woff');
    font-weight: 500; /* Assuming it's a "medium" weight */
    font-style: italic;
  }
  
  @font-face {
    font-family: 'HafferSQLTrial-SemiBoldItalic';
    src: url('/assets/fonts/Haffer-font/HafferSQLTrial-SemiBoldItalic.woff') format('woff');
    font-weight: 600; /* Assuming it's a "semi-bold" weight */
    font-style: italic;
  }
  
  

.body {
    font-family: HafferSQLTrial-Medium, sans-serif !important;
    /* font-family: HafferSQTRIAL-Medium, sans-serif; */
    font-variation-settings: "wght" 300;
    text-transform: uppercase !important;
    overflow-x: hidden !important;
}
.navbar-custom {
    height: 5rem;
    /* background-color: #f8f9fa; */
    background-color: #ffffff !important;
    /* padding: 0.5rem ;  */
    padding-left: 1.5rem;
    padding-right: 1rem;
    z-index: 999;
}
@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.nav-logo {
    animation: rotate360 infinite 6s linear;
}

.nav-logo {
    height: 60px;
}

.navbar-nav {
    display: -webkit-inline-box;
    -webkit-box-align: center;
}
.delivery-input-group {
    position: relative;
    width: 30rem;
    border-radius: 2rem;
    background-color: #dfdfdf;
    padding: 10px 15px;
    font-size: 14px;
}

.delivery-input-group .input-location {
    position: relative;
    padding-left: 30px;
    line-height: 1.4;
}

.delivery-input-group::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("/assets/image/download.png");
    background-size: cover;
    height: 26px;
    width: 20px;
}

.navbar-button {
    background-color: #36479d;
    border: none;
    padding: 0.6rem;
    border-radius: 40px;
    color: white;
}

.navbar-button:hover {
    color: white;
    background-color: #36479d;
}
.hide-scrollbar {
    overflow-x: auto;
    scrollbar-width: auto; /* For Firefox */
    -ms-overflow-style: auto; /* For Internet Explorer and Edge */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}
.nav-item-icon {
    color: #000000;
}
.register {
    /* background-color: #e9e9e9;v */
    border: none;
    /* margin-right: 1rem;
    padding-top: 0.1rem; */
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 80%;
}
.register a,
i {
    color: #36479d !important;
}
.register:hover {
    color: black;
}
.carousel-item {
    padding: 0.8rem;
}

.slider-img {
    border-radius: 1.5rem;
}
.category-list {
    background-color: #fff;
    padding: 10px;
}

.category-item {
    padding: 5px 0;
    cursor: pointer;
}

/* .category-item.active, .category-item:hover {
  color: #36479d;
  background-color: #f8f9fa;
} */

.product-card {
    width: 19rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    margin-right: 1.5rem;
    overflow: hidden;
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 400;
}
/* .logo_text{
    font-family: space-grotesk-variable, sans-serif;
    font-variation-settings: "wght" 400;
    font-size: 0.9rem;
    padding-top: 0.2rem;
    padding-left: 1rem;
}
.navbar-brand{
    padding-top: 1.5rem;
} */
.product-image {
    border-radius: 1rem;
    width: 100%;
    height: auto;
}

.product-info {
    padding: 15px 15px 5px 15px;
    background: #fff;
}
.product-info h5 span {
    margin-left: 53%;
}

.product-price {
    color: #36479d;
    font-weight: bold;
}
.tablinks {
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 300;

    /* width: 100%; */
    background-color: #fff;
    /* color: white; */
    border: none;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    padding-bottom: 0.4rem; 
}
.tablinkss {
    position: relative;
    /* width: 100%; */
    background-color: #fff;
    /* color: white; */
    border: none !important;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.tablinks:hover {
    color: white;
    background-color: #36479d !important;
}
.add-to-cart-btn {
    width: 100%;
    background-color: #36479d;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    cursor: pointer;
}
.back_button {
    width: 8%;
    height: 2rem;
    background-color: #36479d;
    color: white;
    border: none;
    /* padding: 5px 10px !important; */
    border-radius: 15px;
    cursor: pointer;
}

.add-to-cart-btn:hover {
    background-color: dark#36479d;
}

/* .headingg{
  color:  #36479d;
  font-family: 'Gill Sans','Gill Sans MT','Trebuchet MS',sans-serif !important ;
} */

.sidebar {
    position: sticky;
    top: 0;
    height: calc(80vh - 50px) !important;
    overflow-y: auto;
    /* background-color: #fff; */
    padding: 10px;
    z-index: 1000px;
}
.sidebar a {
    text-decoration: none;
    color: #000000;
}
.category-item {
    padding-left: 2rem;
    width: 15rem;
    border-radius: 1.5rem;
    padding: 5px 0;
    cursor: pointer;
    transition: all 0.4s;
    justify-content: space-between;
    display: flex;
    align-items: center;
}
h2 {
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 300;
}
.category-item span {
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 300;

    margin-left: 1.6rem;
    font-weight: 500;
}
.category-item i {
    margin-right: -50px;
}

/* .category-item.active {
    color: white !important;
    background-color: #36479d !important;
    transform: translateX(15px); 
} */

.category-item:hover {
    color: black;
    background-color: #e0e0e0;
    transform: translateX(
        15px
    ); /* Move all items to the right by 5px on hover */
}
.category-item i {
    margin-left: -15px;
    display: none;
}
.fa-long-arrow-right {
    color: white !important;
}
.fa-long-arrow-left {
    color: white !important;
}
.category-item.active i {
    display: inline;
}
.arrow-container {
    width: 18px; /* Set the width as needed */
}
.favorite-icon {
    color: #f8d319; /* Adjust color as needed */
    margin-right: 5px; /* Adjust margin as needed */
}

.cart-sidebar {
    position: fixed;
    top: 10%;
    right: -100%;
    width: 860px;
    background-color: #fff;
    z-index: 1000;
    transition: right 0.5s;
    overflow-y: auto;
}

.cart-sidebar.active {
    right: 0;
}
.sidebar-footer {
    margin-bottom: 0;
}
.sidebar-header,
.sidebar-footer {
    padding: 1rem;
    /* background-color: #f8f9fa; */
}
.sidebar-header {
    padding: 0.3rem !important;
    justify-content: space-between !important;
}

.sidebar-header h3 {
    width: max-content;
    font-size: 1.3rem;
}

.sidebar-body {
    padding: 1rem;
    height: 50vh;
    /* height: calc(100vh- 120px); */
    overflow-y: auto;
}

.sidebar-table {
    width: 100%;
    background-color: #fefefe;
}

.cart-item {
    width: 100%;
    margin-bottom: 1rem;
}

.cart-item h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

.cart-item p {
    width: 100%;
    font-size: 0.9rem;
    margin-bottom: -0.1rem;
}
.cart-item span {
    justify-content: flex-end;
    color: #bdbdbd;
    font-size: 0.8rem;
}

.cart-quantity {
    display: flex;
    align-items: center;
}
/* .minus_btn , .plus_btn{
  border-radius: 1rem;
  background-color: #36479d;
  color: #fff;
  size: 1.5rem;
}
.minus_btn{
  content: "-";
} */

/* .cart-quantity button{
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
} */
.plus-icon::before {
    content: "+";
    font-size: 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    background-color: #36479d;
    border-radius: 1rem;
}

/* Minus Icon */
.minus-icon::before {
    content: "-";
    color: #fff;
    font-size: 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    background-color: #36479d;
    border-radius: 1rem;
}
.delete-icon::before {
    content: "\1F5D1"; /* Unicode character for trash bin */
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 24px;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}
.deletee {
    width: 100%;
    justify-content: space-between !important;
}
.cart-quantity input {
    width: 40px;
    border-radius: 0.2rem;
    text-align: center;
    margin: 0 10px;
}
.sidebar-footer .price-row {
    margin-bottom: -0.7rem;
    display: flex;
    justify-content: space-between;
}

.sidebar-footer .total h3 {
    margin-bottom: 0;
    font-size: 1.3rem;
}

.add-to-cart-btn {
    font-family: neue-haas-unica, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 1rem;
}

.add-to-cart-btn i {
    margin-right: 8px; /* Space between spinner and text */
}
/* ,..................................................................... */

/* .risan-product-menu_container__eGxZt {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px 15px;
    max-width: 1400px;
}

.risan-product-menu_container__eGxZt
    .risan-product-menu_flexItem__AoDFk:last-child {
    flex-grow: 1;
}

.risan-product-menu_productSectionWrapper__QqGdg {
    flex-wrap: wrap;
    margin: 0 -5px 6px;
} */

.risan-product-menu_productSections__Lubvk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    width: 265px;
    padding: 50px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
}
.headingg {
    color: #36479d;
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 20px;
}
.risan-product-menu_productSections__Lubvk h2 {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 20px;
}

/* .risan-product-menu_productSections__Lubvk .risan-product-menu_wrapper__3rrll {
    padding-right: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
} */

/* .risan-product-menu_productSections__Lubvk
    .risan-product-menu_wrapper__3rrll::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    background-color: transparent;
}

.risan-product-menu_productSections__Lubvk
    .risan-product-menu_wrapper__3rrll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #e0e0e0;
} */

.risan-product-menu_productSections__Lubvk ul {
    list-style: none;
    padding: 0;
}
/* 
.risan-product-menu_productSectionLink__Vv_Je {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    padding: 6px 0;
    cursor: pointer;
    transition: all 0.2s;
} */
/* 
.risan-product-menu_productSectionLink__Vv_Je .risan-product-menu_icon__6ujbW {
    animation-name: risan-product-menu_fadeInRight__9__FZ;
    animation-duration: 0.3s;
}

.risan-product-menu_productSectionLink__Vv_Je.risan-product-menu_active__33AtV {
    padding: 10px 24px;
    border-radius: 25px;
}

.risan-product-menu_productSectionLink__Vv_Je:not(
        .risan-product-menu_active__33AtV
    ):hover {
    padding: 6px 24px;
    background-color: #e0e0e0 !important;
    border-radius: 25px;
}

.risan-product-menu_productSectionsMobile__T1bHy {
    font-size: 0.9375rem;
    animation-name: risan-product-menu_slideInRight__lveHv;
    animation-duration: 0.2s;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 200;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.risan-product-menu_productSectionsMobile__T1bHy h2 {
    font-size: 1.25rem;
}

.risan-product-menu_tabsWrapper__5dq5h {
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}

.risan-product-menu_tabsWrapper__5dq5h:not(.risan-product-menu_sticky__W5hhm) {
    margin-bottom: 20px;
    border-radius: 50px;
}

.risan-product-menu_tabsWrapper__5dq5h.risan-product-menu_sticky__W5hhm {
    position: sticky;
    top: 66px;
    margin: 0 -15px;
    z-index: 99;
}

.risan-product-menu_tabsWrapper__5dq5h.risan-product-menu_pushDownSticky___aAKp {
    top: 100px;
}

.risan-product-menu_tabs__IO77L {
    padding: 6px 0;
    min-height: unset;
}

.risan-product-menu_tab__GkueB {
    padding: 8px 16px;
}

.risan-product-menu_sectionHeading__pAd1R {
    margin-top: 0;
    font-size: 1.25rem;
}

.risan-product-menu_productSearch__PySNd {
    margin-bottom: 40px;
    border-radius: 30px;
    background-color: #e9e9e9;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #e9e9e9;
}

.risan-product-menu_btnMobileProductMenu__k0dVy {
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    z-index: 99;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.risan-product-menu_skeletonContainerInner__x7ddw {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.risan-product-menu_productSectionMenuSkeletonWrapper__oRytD {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-grow: 1;
    margin-bottom: 20px;
    border-radius: 50px;
    overflow: hidden;
    background-color: #e1e1e1;
}

.risan-product-menu_productItemSkeletonWrapper__9sX41 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

/* @keyframes risan-product-menu_slideInRight__lveHv {
  0% {
      transform: translateX(-300px)
  }
  to {
      transform: translateX(0)
  }
}

@keyframes risan-product-menu_fadeInRight__9__FZ {
  0% {
      opacity: 0;
      transform: translateX(-10px)
  }
  to {
      opacity: 1;
      transform: translateX(0)
  }
} */
/* 
@media only screen and (min-width: 0) {
    .risan-product-menu_tabsWrapper__5dq5h {
        padding: 4px 8px;
    }
    .risan-product-menu_tab__GkueB {
        font-size: 0.75rem;
        min-height: unset;
        padding: 12px 16px;
    }
}

@media only screen and (max-width: 460px) {
    .risan-product-menu_productSearch__PySNd {
        margin-bottom: 26px;
        overflow: hidden;
    }
    .risan-product-menu_productSectionWrapper__QqGdg {
        margin: 0 -5px 8px;
    }
    .risan-product-menu_sectionHeading__pAd1R {
        margin: 10px 0;
        padding-top: 0;
    }
}

@media only screen and (min-width: 600px) {
    .risan-product-menu_tabsWrapper__5dq5h {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .risan-product-menu_productSectionWrapper__QqGdg {
        margin: 0 -15px 6px;
    }
    .risan-product-menu_sectionHeading__pAd1R {
        margin-top: 0;
        font-size: 1.5rem;
    }
    .risan-product-menu_tab__GkueB {
        font-size: 0.875rem;
        min-height: 0;
        min-height: auto;
    }
} */

@media (min-width: 960px) {
    /* .risan-product-menu_container__eGxZt {
      flex-direction: row;
      padding: 50px 15px
  } */
    .risan-product-menu_productSections__Lubvk {
        position: sticky;
        top: 110px;
        margin-right: 40px;
        width: 265px;
        padding: 0;
        background-color: transparent;
    }
    /* html[dir="rtl"] .risan-product-menu_productSections__Lubvk {
        margin-right: 0;
        margin-left: 50px;
    } */
    /* .risan-product-menu_skeletonContainerInner__x7ddw {
        margin-top: 50px;
        flex-direction: row;
    }
    .risan-product-menu_productSectionMenuSkeletonWrapper__oRytD {
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 50px;
        padding-right: 60px;
        min-width: 350px;
        border-radius: 0;
        overflow: auto;
        background-color: transparent;
    } */
}

@media only screen and (min-width: 1200px) {
    .risan-product-menu_productSections__Lubvk {
        top: 140px;
    }
}

/* .risan-product-menu_container__eGxZt {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 20px 15px;
  max-width: 1400px
} */

/* .risan-product-menu_container__eGxZt .risan-product-menu_flexItem__AoDFk:last-child {
  flex-grow: 1
} */

/* .risan-product-menu_productSectionWrapper__QqGdg {
    flex-wrap: wrap;
    margin: 0 -5px 6px;
} */

.risan-product-menu_productSections__Lubvk {
    position: fixed;
    /* top: 0; */
    left: 0;
    width: 100%;
    width: 265px;
    padding: 50px 30px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
}

.risan-product-menu_productSections__Lubvk h2 {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 20px;
}
/* 
.risan-product-menu_productSections__Lubvk .risan-product-menu_wrapper__3rrll {
    padding-right: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
}

.risan-product-menu_productSections__Lubvk
    .risan-product-menu_wrapper__3rrll::-webkit-scrollbar {
    width: 8px;
    height: 6px;
    background-color: transparent;
}

.risan-product-menu_productSections__Lubvk
    .risan-product-menu_wrapper__3rrll::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #e0e0e0;
} */

.risan-product-menu_productSections__Lubvk ul {
    list-style: none;
    padding: 0;
}

/* .risan-product-menu_productSectionLink__Vv_Je {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    padding: 6px 0;
    cursor: pointer;
    
} */
/* 
.risan-product-menu_productSectionLink__Vv_Je .risan-product-menu_icon__6ujbW {
  animation-name: risan-product-menu_fadeInRight__9__FZ;
  animation-duration: .3s
} */
/* 
.risan-product-menu_productSectionLink__Vv_Je.risan-product-menu_active__33AtV {
    padding: 10px 24px;
    border-radius: 25px;
}

.risan-product-menu_productSectionLink__Vv_Je:not(
        .risan-product-menu_active__33AtV
    ):hover {
    padding: 6px 24px;
    background-color: #e0e0e0 !important;
    border-radius: 25px;
}

.risan-product-menu_productSectionsMobile__T1bHy {
    font-size: 0.9375rem;
    animation-name: risan-product-menu_slideInRight__lveHv;
    animation-duration: 0.2s;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 200;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.risan-product-menu_productSectionsMobile__T1bHy h2 {
    font-size: 1.25rem;
}

.risan-product-menu_tabsWrapper__5dq5h {
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
}

.risan-product-menu_tabsWrapper__5dq5h:not(.risan-product-menu_sticky__W5hhm) {
    margin-bottom: 20px;
    border-radius: 50px;
}

.risan-product-menu_tabsWrapper__5dq5h.risan-product-menu_sticky__W5hhm {
    position: sticky;
    top: 66px;
    margin: 0 -15px;
    z-index: 99;
}

.risan-product-menu_tabsWrapper__5dq5h.risan-product-menu_pushDownSticky___aAKp {
    top: 100px;
}

.risan-product-menu_tabs__IO77L {
    padding: 6px 0;
    min-height: unset;
}

.risan-product-menu_tab__GkueB {
    padding: 8px 16px;
}

.risan-product-menu_sectionHeading__pAd1R {
    margin-top: 0;
    font-size: 1.25rem;
}

.risan-product-menu_productSearch__PySNd {
    margin-bottom: 40px;
    border-radius: 30px;
    background-color: #e9e9e9;
    overflow: hidden;
    height: 50px;
    display: flex;
    align-items: center;
    border: 1px solid #e9e9e9;
}

.risan-product-menu_btnMobileProductMenu__k0dVy {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    z-index: 99;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}

.risan-product-menu_skeletonContainerInner__x7ddw {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.risan-product-menu_productSectionMenuSkeletonWrapper__oRytD {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-grow: 1;
    margin-bottom: 20px;
    border-radius: 50px;
    overflow: hidden;
    background-color: #e1e1e1;
} */

/* .risan-product-menu_productItemSkeletonWrapper__9sX41 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */
/* 
@keyframes risan-product-menu_slideInRight__lveHv {
  0% {
      transform: translateX(-300px)
  }
  to {
      transform: translateX(0)
  }
}

@keyframes risan-product-menu_fadeInRight__9__FZ {
  0% {
      opacity: 0;
      transform: translateX(-10px)
  }
  to {
      opacity: 1;
      transform: translateX(0)
  }
} */
/* 
@media only screen and (min-width: 0) {
    .risan-product-menu_tabsWrapper__5dq5h {
        padding: 4px 8px;
    }
    .risan-product-menu_tab__GkueB {
        font-size: 0.75rem;
        min-height: unset;
        padding: 12px 16px;
    }
}

@media only screen and (max-width: 460px) {
    .risan-product-menu_productSearch__PySNd {
        margin-bottom: 26px;
        overflow: hidden;
    }
    .risan-product-menu_productSectionWrapper__QqGdg {
        margin: 0 -5px 8px;
    }
    .risan-product-menu_sectionHeading__pAd1R {
        margin: 10px 0;
        padding-top: 0;
    }
}

@media only screen and (min-width: 600px) {
    .risan-product-menu_tabsWrapper__5dq5h {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .risan-product-menu_productSectionWrapper__QqGdg {
        margin: 0 -15px 6px;
    }
    .risan-product-menu_sectionHeading__pAd1R {
        margin-top: 0;
        font-size: 1.5rem;
    }
    .risan-product-menu_tab__GkueB {
        font-size: 0.875rem;
        min-height: 0;
        min-height: auto;
    }
} */

@media only screen and (min-width: 960px) {
    /* .risan-product-menu_container__eGxZt {
        flex-direction: row;
        padding: 50px 15px;
    } */
    .risan-product-menu_productSections__Lubvk {
        position: sticky;
        top: 110px;
        margin-right: 10px;
        width: 265px;
        padding: 0;
        background-color: transparent;
    }
    html[dir="rtl"] .risan-product-menu_productSections__Lubvk {
        margin-right: 0;
        margin-left: 50px;
    }
    /* .risan-product-menu_skeletonContainerInner__x7ddw {
        margin-top: 50px;
        flex-direction: row;
    }
    .risan-product-menu_productSectionMenuSkeletonWrapper__oRytD {
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: 50px;
        padding-right: 60px;
        min-width: 350px;
        border-radius: 0;
        overflow: auto;
        background-color: transparent;
    } */
}

@media only screen and (min-width: 1200px) {
    .risan-product-menu_productSections__Lubvk {
        top: 140px;
    }
}
/* 
@media only screen and (max-width: 468px){
  .product-card{
    width: 11rem ;
  }
  /* .product-image {
     
  } */
@media only screen and (max-width: 768px) {
    .product-card {
        /* Adjust the padding and size as needed for tablet screens */
        padding: 10rem;
    }
    .product-card .product-image {
        /* Adjust the size of the image */
        width: 4%;
        height: auto;
    }
}
@media only screen and (min-width: 350px) and (max-width: 800px) {
    .cart-sidebar {
        right: -240%;
        width: 389px;
    }
    .mobile_logo{
        width: 2rem !important;
        height: 2rem !important;
    }
    .mobile_text{
        width: 5rem !important;
        height: 2.5rem !important;
    }
    .custom_nav_item{
        margin: 0 !important;
    }
    .header_responsive{
        margin: 0 !important;
    }
    .Custom_iframe{
        margin-left: 0px !important;
        margin-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .carousel-item {
        padding: 0px !important ;
    }
    .custom_slider_row{
        margin-top: 5rem !important;
    }
    .top_nav_text{
        /* font-size: 15px; */
        height: 3.5rem !important;
    }
    .top_nav_text a{
        font-size: 15px !important;
    }
    .top_nav_img{
        height: 3.777rem !important;
    }
    .top_head_res_row{
        margin-left: 24px !important;
        margin-right: 24px !important;
    }
    /* .custom_Top_head{
        width: max-content !important;
    } */
    .custom_Top_head1{
        width: max-content !important;
        margin-right: 26px !important;
        margin-left: 0px !important;
    }
    .custom_Top_head2{
        width: max-content !important;
        padding: 0 0 0 12px;
    }
    .custom_Top_head3{
        padding: 0;
        /* width: max-content !important; */
        /* width: 100% !important; */
    }
    #fixed-container{
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }
    .tab_custtom{
        margin-right: 1rem !important;
    }
    .tabs button {
        font-size: 8px !important;
    }
    .tab button {
        font-size:9px !important;
    }
    .tablinks{
        width: 5rem !important;
    }
    .risan-product-menu_productSections__Lubvk{
        display: none !important;
   }
   .img-box {
        height: 10rem !important;
    }
    .product-card {
        width: 10.5rem;
    }
    .scrolling-text {
        font-size: .7rem !important;
    }
    .add-to-cart-btn{
        font-size: 0.8rem !important;
    }
    .hahahah {
        padding-bottom: 8rem;
    }
    .mobile_custom_view{
        display: flow-root !important;
    }
    .details{
        width: 20rem !important;
        padding-left: 0px !important;
        padding-top: 9px !important;
        margin-bottom: 0px !important;
    }
    .SKU_IMAGE_CUSTOM{
        width: 20rem !important;
        height: 11rem !important;
    }
    .custom_price-button{
        justify-content: left !important;
        text-align: left !important;
        align-items: left !important;
        flex-direction: row !important;
        width: 20rem !important;
    }
    .price-container{
        width: 20rem !important;
    }
    .sas {
        margin-left: 0rem !important;
    }
    .custom_cart_row{
        font-size: 9px !important;
    }
    .container_custom_css{
        /* padding-left: 0 !important; */
        width: -webkit-fill-available !important;
        padding-left: 1.1rem !important;
    }
    .sidebar-body {
        font-size: 0.7rem !important;
    }
    .quantity-left-minus{
        padding: 0px 8px 0px 8px;
    }
    .quantity-right-plus{
        padding: 0px 8px 0px 8px;
    }
    .plus , .fa-plus {
        color: green !important;
        font-size: x-small !important;
    }
    .minus , .fa-minus {
        color: red !important;
        font-size: x-small !important;
    }
    .price_res{
        font-size: 0.7rem !important;
    }
    .cart_res_custom{
        width: min-content !important;
    }
    .custom_head_res{
        font-size: xx-small !important;
    }
    .sku_quantity_res{
        font-size: xx-small !important;
        padding: 0 !important;
    }
    .custom-res_button{
        padding: 2px;
    }
    .month_cusom{
        padding: 3px;
    font-size: xx-small;
    }
    .modal-contenttt{
        margin-left: -144px !important;
        margin-top: 93px !important;
        width: 52% !important;
    }
}
@media only screen and (min-width: 500px) and (max-width: 900px) {
    .cart-sidebar {
        right: -110%;
        width: 773px;
    }
    .product_catalogue{
        font-size: 26px !important;
    }
    .risan-product-menu_productSections__Lubvk{
        position: sticky;
        width: 218px;
    padding: 50px 0px;
    }
    .risan-product-menu_productSections__Lubvk {
        top: 95px;
    }
    .category-item span {
        font-size: 0.9rem;
    }
    .category-item:hover {
        width: 11.7rem;
    }
    .img-box {
        height: 10rem !important;
    }
    .scrolling-text {
        font-size: .9rem;
    }
    .top_nav_img{
        height: 84px !important;
    }
    .top_nav_text{
        height: 77.89px !important;
    }
    .SKU_IMAGE_CUSTOM{
        width: 10rem !important;
        height: 8rem !important;
        margin-right: 1rem !important;
    }
    .hahahah {
        padding-bottom: 4rem;
    }
    .sidebar-body {
        height: 18vh;
    }
    
    .modal-contenttt {
        margin-left: 801px !important;
        margin-top: 174px !important;
    }
    .hh{
        font-size: 0.6rem !important;
    }
    .hh span {
        font-size: 0.6rem !important;
    }
    .new_btn{
        font-size: 0.6rem !important;
    }
    .top_head_left{
        padding-left: 6rem !important;
    } 
    .Custom_iframe{
        margin-left: -16px !important;
        margin-top: -4px !important;
        padding-bottom: 26px !important;
    }  
    .custom_slider_row{
        margin-top: 5rem !important;
    }
    .sas{
        max-width: 99% !important;
    }
}
@media only screen and (min-width: 500px) and (max-width: 1367px) {
    .product-card {
        max-width: 32.4% !important;
        /* width: 9rem; */
        height: min-content;
    }
    .top_head_left{
        padding-left: 4rem;
    }    
    .product-imageres{
        width: 95% ;
    }
    .img-box {
        width: -webkit-fill-available;
        /* width: 19rem !important; */
        height: 18rem ;
    }
    /* .product-image {
        width: 18rem !important;
        height: 9rem !important;
    } */
    .product-info h5,
    /* p {
        font-size: 0.8rem;
    } */
    /* .add-to-cart-btn {
        padding-top: 2%;
    } */
    .brand-button {
        /* padding-top: 1% !important; */
        /* padding-bottom: 3%; */
        /* padding-bottom: 0%; */
        font-size: 0.8rem;
    }
    .bt {
        padding-bottom: 4px;
    }
    .klkl {
        margin-top: -0.2rem;
    }
    .heart-icon {
        font-size: 0.5rem;
    }
    .truncate-text {
        font-size: 1rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 20ch; /* Limits to 15 characters */
    }
    .back_button {
        width: max-content;
    }

    .tablinkss,
    .tablinks {
        font-size: 1rem;
    }
    .navbar.fixed-top {
        position: fixed;
        top: 0;
        width: 91%;
    }
    .right-nave {
        margin-left: -3.8rem;
    }
}
.carrd {
    padding-top: 8rem !important;
}

.modal-dialog {
    /* max-width: 700px; */
    align-items: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    border-radius: 10px;
}

.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

@media (max-width: 500px) {
    .modal-dialog {
        margin: 10px;
    }

    .close {
        top: 10px;
        right: 10px;
    }
}

/* Adjustments for Extra Small Screens */
@media (max-width: 400px) {
    .modal-dialog {
        margin: 5px;
    }
}
.hidden-content {
    display: none;
}
.pt-6 {
    padding-top: 6%;
}
.navbar {
    border-top-right-radius: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 1000; /* Set a higher z-index to ensure it stays above other content */
}

.navbar.fixed-top {
    position: fixed;
    top: 0;
    width: 100%;
}

.nav-relattive {
    background-color: #bb9632;
    height: 3rem;
    text-align: end;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-left: -2rem;
}
.nav-absolutte {
    margin-top: -1.5rem;
    margin-right: -2.2rem;
    border-radius: 0.4rem;
}
.navbar {
    width: 100rem;
}
.sss {
    background-color: #075273;
    height: 3rem;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.ssss {
    margin-top: -2.4rem;
    width: 100%;
    margin-right: -3rem;
}

/* Style the tab */
/* .tab {
  overflow: hidden;
  background-color: #f1f1f1;
} */

/* Style the buttons inside the tab */
.tab button {
    border: 1px solid #36479d;
    justify-content: center;
    width: max-content;
    background-color: inherit;
    float: left;
    /* border: none; */
    outline: none;
    cursor: pointer;
    /* padding: 14px; */
    transition: 0.3s;
    font-size: 17px;
    position: relative; /* Position relative for the pseudo-element */
}

.tabs button {
    border: 1px solid #36479d;
    justify-content: center;
    width: max-content;
    background-color: inherit;
    float: left;
    /* border: none; */
    outline: none;
    cursor: pointer;
    /* padding: 14px; */
    transition: 0.3s;
    font-size: 17px;
    padding-top: 7px;
}
.tabs button.active {
    color: white;
    background-color: #36479d; /* Change to desired color */
}

.tab button.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #36479d; /* Change to desired color */
}

/* Style the tab content */
/* .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
} */
.fixed-container {
    position: fixed;
    top: 5rem;
    width: 100%;
    background-color: #fff; /* Adjust background color as needed */
    z-index: 1000;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

/* Add margin to the main content to prevent overlap with the fixed container */
.main-content {
    width: 100%;
    /* margin-top: 3.8rem  Height of your fixed container; */
}
.cart-info {
    width: 100%;
    justify-content: space-between !important;
}
.cart-item {
    margin-right: 2rem !important;
}

/* Add this CSS in your stylesheet or in a <style> tag in your HTML */

.cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.cart-table th,
.cart-table td {
    border: 1px solid #ddd; /* Border color for table cells */
    padding: 8px;
    text-align: left;
}

.cart-table th {
    /* color: white; */
    /* background-color: #f2f2f2;  */
}

.cart-table-sku {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.cart-table-sku th,
.cart-table-sku td {
    border: 1px solid #ddd; /* Border color for table cells */
    padding: 8px;
    text-align: left;
}

.cart-table-sku th {
    /* color: white; */
    /* background-color: #f2f2f2;  */
}

.product-image {
    display: block;
    margin: auto;
}

/* Optional: Add some spacing and styling to the quantity input and dropdowns */
.quantity-input,
.container-type-dropdown,
.container-size-dropdown {
    width: 50px;
    margin: 0;
}

.cbm-column,
.utilization-column {
    text-align: center;
}

.w-100 {
    width: 100%;
}
/* body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
} */

.main-navigation {
    /* background-color: #333;/ */
    padding: 10px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

li {
    margin: 0 20px;
}

a {
    text-decoration: none;
    color: #36479d;
    font-weight: bold;
    font-size: 16px;
    transition: color 0.3s ease-in-out;
}

a:hover {
    color: #36479d; /* Change the color on hover */
}

.detail {
    margin-top: 6px;
    font-size: 0.9rem;
}
.sas {
    padding: 10px;
    /* padding-bottom: 2px !important; */
    width: fit-content;
    /* border-radius: 6px; */
    border: 1px solid #075273 !important;
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 300;
    /* font-weight: 400; */
    /* font-style: normal; */
}
.hh {
    margin-bottom: 0.2rem !important;
    margin-top: 0.2rem !important;
}
.table-quen {
    justify-content: flex-end !important;
}
table > :not(caption) > * > * {
    padding: 0rem 0rem !important;
}
table {
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 300;

    margin-top: 8px;
}
.text-bold {
    font-weight: bold;
}

.border-none {
    border: none;
}

.customerName {
    padding: 9px;
}

.custom-select {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 16px;
    width: 100%; /* Adjust the width as needed */
    height: 50px; /* Adjust the height as needed */
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Style the arrow */
.custom-select::after {
    /* content: "\25BC";  */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/* Hide the default arrow on Firefox */
.custom-select::-ms-expand {
    display: none;
}

/* Style the select options */
.custom-select select {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.row {
    display: flex;
    margin: 10px;
}

.col-5 {
    flex: -1%;
}

.col-7 {
    flex: 1%;
}

input[type="radio"] {
    margin: 3px;
}

.btn-footer {
    margin-right: 15px;
    margin-bottom: 10px;
}

.b-radius-6 {
    border-radius: 6px;
}
.sidebar-tab {
    background-color: #36479d;
    color: #fff;
}
.sidebar-header {
    background-color: #fff;
    color: #36479d;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.sidebar-header h3 {
    margin: 0;
    font-size: 1rem;
}

.mt-10 {
    margin-top: 6rem;
}
.container_count {
    margin-left: 1rem;
    border-radius: 4px;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #36479d;
    text-align: center;
    color: white;
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 500;
}
.btn-remove {
    border: none;
}
.plus {
    color: green !important;
}
.minus {
    color: red !important;
}
.input_padding {
    margin-top: -0.2rem !important;
}
.input-number {
    padding: 1%;
    width: 1.8rem !important;
}
.cbm {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.btn-primary {
    background-color: #36479d !important;
}
/* option {
    margin-top: 1rem !important;
    min-height: max-content !important;
} */
/* .form-control{
    border:none;
} */
.cart-button {
    justify-content: center;
    width: 10rem;
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 300;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* Modal Background */
.modell p {
    font-size: medium;
}
.modell {
    width: 15rem;
    justify-content: space-between !important;
}
/* Existing Styles */
.customer_cart {
    color: #075273;
    padding: 2rem;
    width: 21rem;
    height: 15rem;
    /* border: 2px solid #979797; */
    background-color: #e9ecef;
    border-radius: 12px;
    /* display: flex; */
    align-items: center !important;
    justify-content: center !important;
    z-index: 999; /* Increased z-index */
    position: fixed; /* Use fixed positioning */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for exact centering */
}
.border_less {
    margin-top: 0% !important ;
    border: none !important;
}
.notpad_user{
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 300;
    
}
.modal_heading {
    font-weight: bold;
    font-size: larger;
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 300;
}
.btn{
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 500;
    font-size: 1rem;
}
#newContainerSelect {
    border: none;
    padding: 0.4rem;
    border-radius: 4px;
    color: #075273;

}
#dry_ref_ContainerSelect {
    color: #075273;
    border: none;
    padding: 0.4rem;
    border-radius: 4px;
}

/* Modal styles */
.modall {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-contentt {
    border-radius: 6px;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 300;
}

.close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#notepadTextarea {
    width: 100%;
    height: 300px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    resize: none;
}

/* .slider_video{
        width: 20rem ;
        height: 85%;
} */

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    /* .header_responsive{
    } */
  
    .navbar-custom{
        overflow-x: hidden;
        overflow-y: hidden;
    }
    /* .slider_video{
        width: 37rem ;
        height: 85%;
    } */
    #slider{
        overflow-x: hidden;
    }
    /* .hahahah{
        overflow-x: hidden;
    } */
    #fixed-container{
        overflow-x: hidden;
        padding-right: 0rem !important;
    }
    /* .right-nave{
        margin-right: -2.5rem;
    } */
}
.right-nave{
    max-height: 3rem;
}
/* Style the dropdown container */
.jsuites-dropdown {
    position: relative;
    display: inline-block;

}

.jdropdown-container{
    width: 20%;
}

.jdropdown {
    width: 100%;
}

/* Style the input field */
/* .jsuites-dropdown input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.jsuites-dropdown .jsuites-dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
}

.jsuites-dropdown .jsuites-dropdown-list-item {
    padding: 8px;
    cursor: pointer;
}

.jsuites-dropdown .jsuites-dropdown-item {
    background-color: #f0f0f0;
    padding: 4px;
    margin: 2px;
    border-radius: 4px;
    display: inline-block;
}

.jsuites-dropdown .jsuites-dropdown-item .jsuites-dropdown-item-close {
    margin-left: 4px;
    cursor: pointer;
}

.jsuites-dropdown .jsuites-dropdown-arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
} */
/* .slider-container {
    width: 60rem;
    overflow: hidden;
  } */
  
.details{
    margin-top: auto;
}
.sku_btn{

    /* padding-top: 9px !important; */
    /* padding: 12px; */
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 500;
}
.custom-select{
    mask-image: none;
}
#salePerson{
    width:inherit;
    border: none;
}
.thankyou_box{
    overflow-x: hidden;
    position: relative;
}
.buttonn-box{
    position: absolute;
    margin-top: -10rem;
    justify-content: center;
}
.gotohome{
    /* justify-content: center; */
    border-radius: 6px;
    border: none;
    background-color: #fd0005;
    padding: 6px 16px 6px 16px;
    color: white;
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 400;
}
.custom_font{
    font-family: HafferSQLTrial-Medium, sans-serif;
    font-variation-settings: "wght" 400;
}
@media only screen and (min-width: 1400px) and (max-width: 3000px) {
    .product-card{
        max-width: 24.5% !important;
    }
    .truncate-text{
        font-size: 1.1rem;
    }
    .thankyou_img{
        height: 800px;
    }
}
.closeCart{
    font-size:0.9rem;
}
#goToCartBtn{
    font-size:0.9rem;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    align-items: center;
    border: none;
}
.fa-lg {
    font-size: 1em !important;
    line-height: 2.75em !important;
    /* vertical-align: -15%; */
}
.btn-primary{
    padding-bottom: 0.1rem !important;
}
/* .add-to-cart-btn{
    padding-bottom: 0.1rem !important;

} */
/* .brand-button{
    padding-bottom: 0.5rem !important;

} */

.custom-select-wrapper {
    position: relative;
    width: 200px;
    font-family: Arial, sans-serif;
}

.custom-select-search {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.custom-select-options {
    position: absolute;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    max-height: 200px;
    overflow-y: auto;
}

.custom-select-option {
    padding: 10px;
    background: #fff;
    cursor: pointer;
}

.custom-select-option:hover {
    background: #f0f0f0;
}


.infomodall {
    position: absolute;
    justify-content: center;
    display: none;
    position: fixed;
    z-index: 1000;
    left: 310px;
    top: 50;
    width: 50%;
    height: 100%;
    overflow: auto;
    /* /* background-color: rgb(0,0,0); */
}

.modal-contenttt {
      background-color: rgba(0,0,0,0.4);
    position: fixed;
    justify-content: center;
    background-color: #fefefe;
    margin: 13% 34%auto;
    padding: 20px;
    /* border: 1px solid #888; */
    width: 20%;
    border-radius: 9px;
  }
.cart-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1001;
}
.scrolling-text {
    width: 100%; /* Allow natural width */
    white-space: nowrap;
    overflow: hidden;
}

.scrolling-animation {
    animation: scroll 7s linear infinite ; /* Adjust speed (10s here) */
}

@keyframes scroll {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.login_custom_img {
    max-width: 100%;
    height: 50%;
    border-radius: 5px;
}
.img-box{
    height: 18rem;
}