/* #################################### Public Section  ####################  */
body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden; /* Prevent horizontal scroll */
}

a {
    text-decoration: none;
    color: black;
}
.custom-container {
    padding: 10px 56px;
}
.text-color {
    color: #bacc5e;
}
button {
    border: none !important;
    font-size: 20px;
}
button:hover {
    background-color: #8bbb3f !important;
    color: #ffffff !important;
}
h1 {
    font-size: 48px;
    font-weight: 700;
}
h2 {
    font-size: 36px;
    font-weight: 600;
}
h3 {
    font-size: 28px;
    font-weight: 500;
}
h5 {
    font-size: 20px;
    font-weight: 500;
}
p {
    font-size: 14px;
}

/* #################################### Header  ####################  */
/* Top Header */
.top-header {
    height: 100px;
    padding: 10px 56px;
    font-family: Roboto, sans-serif;
    /* font-weight: 500; */
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
}
.top-header .logo {
    width: 100px;
    height: 70px;
    margin-top: -15px;
}
.top-header .title {
    font-size: 20px;
    font-weight: 500;
    color: #bacc5e;
    /* margin-left: 10px; */
}
.top-header .logo-title {
    display: flex;
    align-items: center;
}

.top-header .search-box {
    position: relative;
    width: 100%;
    max-width: 340px;
}
.top-header .search-box input {
    padding-right: 40px;
    border: 1px solid #bacc5e;
    color: #bacc5e;
}
.top-header .search-box input::placeholder {
    color: #bacc5e;
}
.top-header .search-box .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: normal;
    color: #bacc5e;
}
.top-header .search-box .microphone-icon {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: normal;
    color: #bacc5e;
}

.top-header .search-box .same-day-delivery {
    position: absolute;
    left: 30%;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: 400;
    text-decoration: underline !important;
    margin-top: 3px;
}

/* Bottom Header */
.bottom-header {
    font-size: 18px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 56px;
    background-color: #f4f4f4;
}
.nav-links {
    display: flex;
    gap: 20px;
}
.nav-links a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}
.nav-links a:hover {
    color: #bacc5e;
}
/* .header-icons span i {
  font-size: 36px;
} */
.header-icons span,
.header-icons button {
    margin-left: 30px;
}
.header-icons span:hover {
    color: #bacc5e;
    cursor: pointer;
}
.customer-service {
    text-align: center;
    flex: 1;
    color: #000;
    font-size: 18px;
}
.my-list {
    text-align: right;
}
.my-list img {
    height: 40px;
    width: 40px;
}

.my-list span {
    color: #525252;
    font-size: 20px;
    margin-left: 14px;
}

/* ###############################  */
.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}

.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}

.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}

.search-model-form {
    padding: 0 15px;
}

.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: 0 0;
    color: #999;
}

.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header {
    background-color: #f4f4f4;
}

.header__top {
    background: #111111;
    padding: 10px 0;
}

.header__top__left p {
    color: #ffffff;
    margin-bottom: 0;
}

.header__top__right {
    text-align: right;
}

.header__top__links {
    display: inline-block;
    margin-right: 25px;
}

.header__top__links a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 28px;
    display: inline-block;
}

.header__top__links a:last-child {
    margin-right: 0;
}

.header__top__hover {
    display: inline-block;
    position: relative;
}

.header__top__hover:hover ul {
    top: 24px;
    opacity: 1;
    visibility: visible;
}

.header__top__hover span {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    cursor: pointer;
}

.header__top__hover span i {
    font-size: 20px;
    position: relative;
    top: 3px;
    right: 2px;
}

.header__top__hover ul {
    background: #ffffff;
    display: inline-block;
    padding: 2px 0;
    position: absolute;
    left: 0;
    top: 44px;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.header__top__hover ul li {
    list-style: none;
    font-size: 13px;
    color: #111111;
    padding: 2px 15px;
    cursor: pointer;
}

.header__logo {
    padding: 30px 0;
}

.header__logo a {
    display: inline-block;
}

.header__menu {
    text-align: center;
    padding: 26px 0 25px;
}

.header__menu ul li {
    list-style: none;
    display: inline-block;
    margin-right: 32px;
    position: relative;
}

.header__menu ul li.active a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header__menu ul li .dropdown li.active a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header__menu ul li:hover a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header__menu ul li .dropdown li a:hover a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.header__menu ul li:hover .dropdown {
    top: 32px;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.header__menu ul li:last-child {
    margin-right: 0;
}

.header__menu ul li .dropdown {
    position: absolute;
    left: 0;
    top: 56px;
    width: 243px;
    /* background: #111111; */
    background: #ffffff;
    text-align: left;
    padding: 5px 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
    display: block;
    margin-right: 0;
}

.header__menu ul li .dropdown li a {
    font-size: 20px;
    /* color: #ffffff; */
    color: #333333;
    font-weight: 400;
    padding: 5px 20px;
    /* text-transform: capitalize; */
}

.header__menu ul li .dropdown li a:hover {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #bacc5e; /* Change underline color */
    text-decoration-thickness: 2px;
}

/* .header__menu ul li .dropdown li a:after {
  display: none;
} */

.header__menu ul li a {
    font-size: 18px;
    color: #333333;
    display: block;
    font-weight: 400;
    position: relative;
    margin-top: 5px;
    /* padding: 3px 0; */
}

.header__menu ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #bacc5e;
    content: "";
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.header__menu ul li .dropdown li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #bacc5e;
    content: "";
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.header__nav__option {
    text-align: right;
    padding: 30px 0;
}

.header__nav__option a {
    display: inline-block;
    margin-right: 26px;
    position: relative;
}

.header__nav__option a span {
    color: #0d0d0d;
    font-size: 11px;
    position: absolute;
    left: 5px;
    top: 8px;
}

.header__nav__option a:last-child {
    margin-right: 0;
}

.header__nav__option .price {
    font-size: 15px;
    color: #111111;
    font-weight: 700;
    display: inline-block;
    margin-left: -20px;
    position: relative;
    top: 3px;
}

.offcanvas-menu-wrapper {
    display: none;
}

.canvas__open {
    display: none;
}
/* <!-- Shop Dropdown2 menu  --> */
#shop-dropdown-menu {
    width: max-content !important;
}

#dropdown-menu2-section {
    padding: 20px;
}
.dropdown-menu2 {
    text-align: center;
}
.dropdown-menu2 img {
    height: 147px;
    width: 100%;
    object-fit: cover;
}
.dropdown-menu2-title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin-top: 10px;
}

/* #################################### Footer  ####################  */

/* Top footer  */
.top-footer .title {
    color: #bacc5e;
    /* font-size: 2rem; */
    font-weight: bold;
    font-size: 48px;
    line-height: 1.1;
}

.button {
    background-color: #bacc5e;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px !important;
    border-radius: 5px;
}

.store-link {
    color: #bacc5e;
    text-decoration: underline;
    font-weight: bold;
}

.border-left-custom {
    border-left: 3px solid #bacc5e;
    height: 80%;
    margin: auto;
}

.google-map-icon {
    width: 40px;
    height: 40px;
}

.image-placeholder {
    /* background-color: #f0f0f0; */
    width: 100%;
    height: auto;
}
/* ###################################  */
/* bottom footer  */

.footer {
    background-color: #bacc5e;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer h3 {
    font-size: 28px;
    font-weight: 500;
}

.footer a:hover {
    text-decoration: underline;
    color: green;
}

.top-footer {
    min-height: 233px;
    display: flex;
    justify-content: space-between;
}

.bottom-footer {
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

hr {
    /* color: black; */
    background-color: black;
    height: 1px; /* Adjust height if needed */
    border: none; /* Remove the default border */
}

.email-input {
    max-width: 300px;
}

.footer .gap {
    gap: 35px;
}

.footer h5,
.footer p {
    margin: 0;
}
.list-unstyled > li {
    gap: 30px;
    font-size: 14px;
}

/* For Footer Fiexd Button  */

.footer-buttons {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 500;
    background-color: #f4f4f4;
    border: 2px solid #bacc5e !important;
}
.footer-buttons .btn {
    color: #bacc5e !important;
    border-radius: 0px;
    font-size: 20px;
}
.footer-buttons .btn a i {
    color: #333333 !important;
}

.footer-buttons .btn:hover {
    background-color: #bacc5e;
    color: #ffffff;
}

/* ####################################  Home page Start ####################  */

/* ##################### */
/* Hero section styling */
.hero-section {
    position: relative;
    /* max-height: 608px; */
    overflow: hidden;
    max-height: 100vh !important;
}

.hero-video {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    color: white;
    z-index: 2;
}

.hero-content h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.hero-content .btn {
    background-color: #bacc5e;
    color: #ffffff;
    border: none;
    padding: 0.8rem 4.4rem;
    text-transform: uppercase;
    font-size: 1rem;
}

.sound-icon {
    position: absolute;
    bottom: 5%;
    right: 56px;
    z-index: 3;
    cursor: pointer;
}

.sound-icon i {
    font-size: 24px;
    color: white;
}

/* #################################### promo section ####################  */

.promo .card {
    text-align: center;
    background-color: #ddd;
    padding: 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.promo .card-icon {
    margin-bottom: 8px;
}
.promo .card-icon i {
    font-size: 18px;
    color: #525252;
    padding-right: 5px;
}
.promo .card-icon span {
    font-size: 20px;
    font-weight: 500;
    color: #525252;
}

/* #################################### offer-card Section ####################  */
.offer-card {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.offer-card img {
    max-width: 100%;
    height: 118px;
}
.center-text {
    margin-top: 20px;
    text-align: center;
}

/* #################################### Christmas Section ####################  */

.banner {
    background-color: #f0e68c;
    text-align: center;
    padding: 20px 0px;
    /* padding: 40px 20px; */
}
.christmas .title h2 {
    font-size: 36px;
    color: #f0e68c;
    /* margin-bottom: 20px; */
    margin: 0;
    padding: 0;
}
.christmas .title p {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}
.banner h2 {
    color: #333333;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 10px;
}
.banner h3 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 10px;
}
.banner p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 20px;
}
.banner a {
    font-size: 14px;
    color: #333333;
    text-decoration: underline;
    font-weight: 400;
}

/* #################################### Seasonal Offers Section ####################  */

.product-card {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    text-align: left;
    position: relative;
    transition: border-color 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* min-height: 734px; */
    height: 100%;
}
.product-card:hover {
    border-color: #bacc5e;
}
.product-image {
    width: 100%;
    /* max-height: 150px; */
    height: 323px;
    object-fit: contain;
    margin-bottom: 15px;
}
.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #c12c2b;
    color: white;
    padding: 5px 10px;
    font-size: 28px;
    font-weight: 500;
    border-radius: 5px;
}

.product-card .kg {
    position: absolute;
    top: 0px !important;
    left: 10px;
    background-color: transparent !important;
    color: white;
    padding: 5px 10px;
    font-size: 28px;
    font-weight: 500;
    border-radius: 5px;
}

.product-card .kg-icon {
    height: auto;
    width: 70px;
}

.love-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    stroke: #bacc5e;
    /* font-size: 3rem; */
    height: 40px;
    width: 40px;
}

.product-content .price {
    color: #bacc5e;
    font-size: 28px;
    font-weight: 500;
}
.product-content .old-price {
    /* text-decoration: line-through; */
    color: #525252;
    font-size: 18px !important;
    font-weight: 400;
}
.product-content .product-title {
    color: #525252;
    font-size: 28px;
    font-weight: 500;
}
.product-content .product-weight {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
}
.product-content .product-quantity {
    color: #bacc5e;
    font-size: 14px;
    font-weight: 400;
}
.product-card .add-btn {
    /* padding: 10px !important; */
    font-size: 28px;
    font-weight: 500;
}

.product-badge-offer {
    /* position: absolute; */
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75px;
    text-align: center;
}
.product-badge-offer .unit {
    background-color: #c12c2b;
    color: white;
    font-weight: bold;
    padding: 2px 5px;
    width: 100%;
    margin: 0;
    font-size: 14px;
}
.product-badge-offer .discount {
    background-color: white;
    color: #c12c2b;
    font-weight: bold;
    padding: 2px 5px;
    width: 100%;
    margin: 0;
    font-size: 20px;
}

.product-badge-desp p {
    font-size: 14px;
    font-weight: 400;
}
.product-cart3-desp .add-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.quantity-input {
    width: 60px;
    text-align: center;
    margin: 0 10px;
    font-size: 24px;
    font-weight: 500;
}
.add-cart-btn {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.custom-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #bacc5e;
    border-radius: 5px;
    background-color: #ffffff;
    /* padding: 5px; */
    padding: 0;
    margin: 0;
    font-size: 20px;
}
.custom-button .icon {
    background-color: #bacc5e;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px 0 0 5px;
}
.custom-button input {
    border: none;
    text-align: center;
    width: 100%;
    margin: 0;
    height: 100%;
    /* padding: 0px; */
}
.custom-button .plus-button,
.custom-button .minus-button,
.custom-button .remove-button {
    background-color: #bacc5e;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    font-size: 24px;
}

.product-card .product-total-price {
    font-size: 14px;
    color: #525252;
    font-weight: 400;
}

/* #################################### Shop By Category Section ####################  */
.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 372px;
    background-color: #fff;
}
.badge-offer {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75px;
    text-align: center;
}
.badge-offer .unit {
    background-color: #c12c2b;
    color: white;
    font-weight: bold;
    padding: 2px 5px;
    width: 100%;
    margin: 0;
    font-size: 14px;
}
.badge-offer .discount {
    background-color: white;
    color: #c12c2b;
    font-weight: bold;
    padding: 2px 5px;
    width: 100%;
    margin: 0;
    font-size: 20px;
}
.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.btn-custom {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #bacc5e;
    color: white;
    border: none;
    z-index: 10;
    width: 90%;
    font-size: 20px;
    font-weight: 500;
}
.btn-custom:hover {
    color: white;
}

/* #################################### Notice with marquee ####################  */

.marquee-line {
    /* padding: 0.75rem 0; */
    border-top: 1px solid #525252;
    border-bottom: 1px solid #525252;
    overflow: hidden;
    height: 73px;
    display: flex;
    align-items: center;
}

.marquee-line ul li {
    margin-right: 4.56rem;
    font-size: 28px;
    font-weight: 500;
}

.marquee-line ul li:nth-last-child(1) {
    margin-right: 0;
}

.marquee-line li {
    font-size: 1.375rem;
}

.marquee-line li a {
    font-weight: 600;
}

.marquee-line--green {
    background-color: #bacc5e;
}

.marquee-line--green li:nth-child(odd) {
    color: #333333;
    font-weight: 500;
}

.marquee-line--green:not(.marquee-line--links) li:nth-child(even) {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #365002;
    color: transparent;
}

.marquee-line--white {
    background-color: #f4f4f4;
}

.marquee-line--white li:nth-child(odd) {
    color: #bacc5e;
}

.marquee-line--white li a {
    transition: color 0.3s;
}

.marquee-line--white li a:hover {
    color: #748e1d;
}

.marquee-line--white:not(.marquee-line--links) li:nth-child(even) {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #365002;
    color: transparent;
}

.marquee-line__wrapper {
    position: relative;
    display: -ms-flex;
    display: flex;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
}

.marquee-line.marquee-line--links .marquee-line__wrapper {
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.marquee-line:not(.marquee-line--links) .marquee-line__list {
    animation-name: marquee;
    animation-duration: 25s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
}

.marquee-line__list li {
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
    font-family: "Aeroport", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

/* #################################### Slogan 0 ####################  */

.slogan p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}
.salgon-img img {
    /* max-height: 876px; */

    height: 876px;
    width: 100%;
    padding: 0;
    border-radius: 0px;
}

.card-img-top {
    height: 258px;
    width: 100%;
}
.btn-add-to-cart {
    background-color: #bacc5e;
    color: #ffffff;
    border: none;
    font-size: 20px;
}
.btn-add-to-cart:hover {
    color: #ffffff;
}

.stars {
    color: #bacc5e;
    font-size: 20px;
}

.price {
    color: #bacc5e;
    font-size: 28px;
    font-weight: 500;
}

/* .discount-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: red;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 8px;
  border-radius: 4px;
} */
.product-content {
    text-align: left;
}

.scroll-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
}

.scroll-container::-webkit-scrollbar {
    height: 8px;
}

.scroll-container::-webkit-scrollbar-thumb {
    background-color: #bacc5e;
    border-radius: 4px;
    cursor: pointer;
}

.scroll-container::-webkit-scrollbar-track {
    background: #f0f0f0;
}

/* #################################### Slogan 1 ####################  */
.slogan-container {
    background-color: #bacc5e;
    color: white;
    height: 126px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 36px;
    font-weight: 500;
}

/* #################################### Slogan 3 ####################  */
.slogan-3 .title {
    color: #bacc5e;
    font-size: 36px;
}
.slogan-3 p {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.btn-slogan-3 {
    background-color: #bacc5e;
    color: white;
    border: none;
    font-size: 20px;
}
.btn-slogan-3:hover {
    /* background-color: #a8b54f; */
    color: white;
}
.text-black {
    /* color: black; */
}
.image-section img {
    width: 100%;
    max-height: 584px;
}

/* #################################### testimonial ####################  */

.testimonial-style {
    background-color: #bacc5e; /* Set the green background */
    color: white;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}
.testimonial-quote {
    font-size: 1.5rem;
    margin-bottom: 60px;
    margin-top: 20px;
}
.testimonial-logo-container {
    display: flex;
    justify-content: center;
    gap: 35px;
    flex-wrap: wrap;
}
.testimonial-logo-container img {
    width: 100px;
    height: 100px;
}

/* #################################### Cart ####################  */

.cart-widget {
    /* max-width: 720px; */
    max-width: 550px;
    margin: auto;
    padding: 0;
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}
#cart-widget {
    position: absolute;
    top: 70px; /* Adjust this value to position the cart below the icon */
    right: 56px; /* Adjust as needed to align with your cart icon */
    z-index: 1000; /* Ensure it's on top of other elements */
}

.cart-header {
    background-color: #f4f4f4;
    padding: 10px 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-body {
    padding: 20px 33px;
}

.cart-header h4 {
    margin: 0;
    font-weight: bold;
}

.cart-header .close-btn {
    color: red;
    font-size: 32px;
    cursor: pointer;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 161px; */
    height: auto;
    /* margin: 15px 0; */
    padding: 10px 0px;
    background-color: #f4f4f4;
    padding-bottom: 15px;
    border-radius: 10px;
    padding-bottom: 0px;
}

.cart-item .item-details {
    flex: 1;
    margin-left: 10px;
}

.cart-item .item-details h5 {
    font-size: 16px;
    font-weight: bold;
    color: black;
    margin: 0;
}

.cart-item .item-price {
    display: flex;
    align-items: center;
}

.cart-item .item-price .btn {
    background-color: #bacc5e;
    color: red;
    border: none;
    font-weight: bold;
}

.suggest-section {
    margin: 40px 0;
}

.suggest-section h6 {
    font-weight: bold;
    font-size: 20px;
}

.suggest-item {
    text-align: left;
}

.suggest-item img {
    max-width: 100%;
    height: 153px;
    border-radius: 8px;
}

.summary-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.summary-section p,
.summary-section button {
    font-size: 28px;
}
.checkout-btn,
.add-product-btn {
    width: 100%;
    padding: 10px;
    /* font-size: 16px; */
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    margin-top: 15px;
}

.checkout-btn {
    background-color: #333333;
    color: white;
}

.add-product-btn {
    background-color: #bacc5e;
    color: white;
}

/* ------------------------ Product Page   -------------------------*/

/*
.hero-section {
  height: 393px;
  background-image: url("../images/products/product-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-content {
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.title-text {
  color: white;
  text-align: center;
  font-size: 3rem;
}
.banner-btn {
  background-color: #bacc5e;
  width: 100%;
  padding: 5px 80px;
  border: none;
  font-size: 30px;
  border-radius: 10px;
  color: white;
}
.banner-btn:hover {
  background-color: #a9b958;
  color: white;
} */

/* ###################  */

/* #################################### Hero area ####################  */

.hero {
    position: relative;
    height: 393px;
    background-image: url("../images/products/product-banner.png");
    background-size: cover;
    background-position: bottom;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 100px;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.hero-content {
    /* position: relative; */
    z-index: 2;
}
.hero h1 {
    font-size: 48px;
    font-weight: bold;
}
.hero .btn {
    margin-top: 10px;
    background-color: #a4d65e;
    border: none;
    padding: 5px 40px;
    font-size: 20px;
}

/* #################################### Tab Area ####################  */
.navbar-custom-tab {
    background-color: #bacc5e;
    height: 70px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}
.navbar-custom-tab .navbar-nav-tab {
    gap: 1px;
}
.navbar-nav-tab .nav-link {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    /* margin-right: 30px; */
}

/* #################################### Product Show Area ####################  */

.sidebar {
    width: 347px;
    background-color: #ffffff;
    padding: 20px;
    border-right: 2px solid #bacc5e;
    text-align: left;
}
.content-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.sidebar-title h3 {
    color: #bacc5e;
    font-weight: 500;
    font-size: 28px;
}
.sidebar-title ul {
    list-style: none;
    padding: 0;
}
.sidebar-title li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 18px;
}
.sidebar-title li input[type="checkbox"] {
    margin-right: 10px;
    cursor: pointer;
}
.sidebar-title li span {
    flex-grow: 1;
    font-size: 16px;
}
.preferences {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    width: 300px;
    height: 46px;
    text-align: center;
    color: #525252;
    font-size: 20px;
}
.product-card {
    text-align: center;
    margin-bottom: 20px;
}
/* .product-card img {
  max-width: 100%;
  height: auto;
} */
/* .product-card .price {
    font-size: 18px;
    color: #bacc5e;
    font-weight: 500;
} */
.product-card .discount {
    color: red;
    font-size: 16px;
}
.arrow-icon {
    font-size: 12px;
}
.hero {
    width: 100%;
    padding: 20px;
    background-color: #e9ecef;
    text-align: center;
}
.sidebar,
.products {
    flex: 1;
}
.text-20 {
    font-size: 20px;
    font-weight: 500px;
}
.preferences-btn {
    font-size: 24px;
    padding-left: 15px;
}

.load-more-btn {
    border: 2px solid #bacc5e !important;
    color: #bacc5e;
    background-color: transparent;
    border-radius: 5px;
    padding: 0px 15px;
    font-size: 16px;
    /* font-weight: bold; */
    transition: background-color 0.3s ease, color 0.3s ease;
}
.load-more-btn:hover {
    background-color: #bacc5e;
    color: #ffffff;
}

/* Search Box  */

.sidebar .search-box {
    position: relative;
    width: 100%;
    max-width: 317px;
    margin: 20px 0px;
}
.sidebar .search-box input {
    padding-right: 40px;
    border: 1px solid #bacc5e;
    color: #bacc5e;
}
.sidebar .search-box input::placeholder {
    color: #bacc5e;
}
.sidebar .search-box .search-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-weight: normal;
}
.sidebar .ratting i {
    height: 14px;
    width: 14px;
    margin-right: 10px;
    color: #333333;
}

/* #################################### Shop Page ####################  */

/* ------------------------ Shop Page   -------------------------*/
.shop-hero {
    height: 526px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 133px;
    background-color: #f9f9f9;
    background-image: url("../images/products/drink-ur-beauty.png");
    background-size: cover;
    background-position: right;
}

/* Shop Tab Area */
.single-shop-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 90px; */
    position: relative;
}

.single-shop-tab {
    flex: 1;
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    padding: 25px 15px;
    text-align: center;
    cursor: pointer;
    background-color: #f4f4f4;
    position: relative;
}

.single-shop-tab.active {
    background-color: #bacc5e;
}

.single-shop-tab.active::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 3px;
    background-color: #333333;
}

.tab-content {
    display: none;
    padding: 0px;
}

.tab-content.active {
    display: block;
}

/* Collapse Items */
.shop-tab-area {
    padding: 0;
    margin: 0;
}
.shop-collapse-title {
    color: #333333 !important;
}
.collapse-container {
    padding-left: 71px;
    padding-right: 30px;
}
.shop-collapse-text {
    color: #525252;
    font-size: 14px;
}
.shop-collapse-icon {
    float: right;
    cursor: pointer;
    font-size: 36px;
}
.shop-collapse-image {
    width: 100%;
    /* border-radius: 8px; */
    height: 508px;
    /* height: 100%; */
}
.shop-collapse-image-container {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.shop-collapse-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.shop-collapse-content.show {
    display: block;
    opacity: 1;
}
.shop-collapse-image-container.show {
    display: block;
    opacity: 1;
}

/* ------------------------ Shop-2 (Blue Beauty) Page   -------------------------*/
.sustainability-sub-title {
    font-size: 14px;
    color: #525252;
}
.shop2-collapse-img {
    width: 100%;
    height: 126px;
}

/* shop4 fell good card  */
.shop4-feel-gd {
    max-height: 950px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.shop4-feel-gd::-webkit-scrollbar {
    display: none;
}

.shop4-feel-gd-card {
    padding-bottom: 10px;
    cursor: pointer;
}
.shop4-feel-gd-card img {
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: border 0.3s;
    border: 1px solid #bacc5e;
    height: 258px;

    /* width: 210px !important; */
}

/* .shop4-feel-gd-card:hover {
  border: 1px solid #bacc5e;
} */

.shop4-blue-renew-title {
    color: #bacc5e;
}

.shop4-blue-renew-image {
    height: 140px !important;
    width: 140px !important;
    border-radius: 50%;
    border: 3px solid #bacc5e;
}

.shop4-blue-renew-subtitle {
    font-size: 20px;
    color: #525252;
}

.shop4-blue-renew-scroll {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-color: #bacc5e transparent;
    /* height: 8px; */
}

.shop4-blue-renew-scroll::-webkit-scrollbar {
    height: 8px;
}

.shop4-blue-renew-scroll::-webkit-scrollbar-thumb {
    background-color: #bacc5e;
    border-radius: 4px;
}

.shop4-blue-renew-nutrition {
    height: 349px;
    width: auto;
}

.shop4-blue-renew-ingredients {
    font-size: 18px;
    color: #525252;
}

.shop4-blue-renew-logo {
    height: 76px !important;
    width: 76px !important;
}

.shop4-blue-renew-allergy {
    font-size: 20px;
    color: #525252;
}

.shop4-feel-gd-card.active {
    background-color: #f3fdc0;
    border-radius: 8px;
}

/* ------------------------ Shop-3 (JUICED GELATO) Page   -------------------------*/
.shop3-hero {
    height: 526px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 133px;
    background-color: #f9f9f9;
    background-image: url("../images/shop/shop3-hero-area.png");
    background-size: cover;
    background-position: center;
}
.tab-title-area img {
    max-height: 150px;
    max-width: 484px;
    width: 100%;
    height: 100%;
}

.shop3-card {
    padding-bottom: 10px;
    cursor: pointer;
}
.shop3-card img {
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: border 0.3s;
    height: 373px;
}

.shop3-card:hover {
    border: 2px solid #333333;
    border-radius: 8px;
}
.shop3-card-title {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}
.shop3-modal-left img {
    height: 640px;
    /* width: 427px; */
    object-fit: cover;
    width: 100%;
}
.shop3-modal-title {
    color: #bacc5e;
    /* font-size: 24px;
  font-weight: bold; */
    /* text-align: right; */
}
#shop3Modal hr {
    border: 1px solid #bacc5e;
    background-color: #bacc5e;
}
#btn-close {
    float: right;
    margin: 10px;
    background-color: transparent;
    /* right: 10px; */
}
#btn-close:hover {
    color: #bacc5e !important;
    background-color: transparent !important;
}

.shop3-nutrition-card,
.shop3-ingredients-card {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 8px;
    /* display: flex; */
    align-items: center;
    margin: auto;
    justify-content: center;
    height: 100%;
}
.shop3-nutrition-card img {
    height: 347px;
    width: 100%;
}
.shop3-ingredients-text {
    color: #bacc5e;
    font-size: 14px;
    margin-top: 10px;
}
.shop3-ingredients-title {
    color: #bacc5e;
    font-size: 20px;
    margin-bottom: 20px;
}
.shop3-ingredients {
    display: flex;
    /* gap: 10px; */
    overflow-x: auto;
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 8px;
    /* max-width: 276px; */
    white-space: nowrap;
    justify-content: space-between;
}
.shop3-ingredients img {
    height: 120px;
    width: 120px;
    object-fit: contain;
}
.shop3-ingredients p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #bacc5e;
    text-align: center;
}
.shop3-ingredients-card p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #bacc5e;
    /* text-align: center; */
}
.shop3-ingredients-card p span {
    font-size: 14px;
}
.ingredients-logo img {
    height: 100px;
    width: 100px;
    margin-right: 10px;
}

/* ------------------------ Shop-4 Page   -------------------------*/

.vital-stats-table {
    border: 1px solid #525252 !important;
    width: 100%;
}
.vital-stats-table th,
.vital-stats-table td {
    text-align: center;
    vertical-align: middle;
    align-items: center;
    height: 98px;
    align-content: center;
}
.vital-stats-table td {
    border: 1px solid #525252;
}
.vital-stats-table td:first-child {
    border-right: 0 !important;
}
.vital-stats-table td:last-child {
    border-left: 0 !important;
}
.vital-stats-table .title {
    color: #333333;
    font-weight: 500;
}
.vital-stats-table .content {
    font-size: 14px;
    color: #525252;
}
.vital-stats-table .logo {
    width: 60px;
    height: 60px;
}
.vital-stats-table .read-more {
    color: #bacc5e;
    text-decoration: none;
}
.vital-stats-table .read-more:hover {
    text-decoration: underline;
}
.shop4-tab-area {
    /* height: 151px; */
    background-color: #bacc5e;
    padding: 10px 0px;
}
.shop4-tab-area h3 {
    color: #333333;
}
.shop4-tab-area img {
    height: 115px;
    border-radius: 0px;
}
.shop4-tab-responsive {
    padding: 10px;
    padding-left: 120px;
}

/* ------------------------ Shop-all Page   -------------------------*/
.shop-hero-section {
    height: 526px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 133px;
    background-color: #f9f9f9;
    background-image: url("../images/shop/shop-all-hero.png");
    background-size: cover;
    background-position: right;
}
.shop-hero-content {
    max-width: 522px;
}
.shop-all-title {
    color: #bacc5e;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.shop-title {
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}
.description {
    color: #525252;
    font-size: 18px;
}
@media (max-width: 768px) {
    .shop-hero-section {
        padding: 0 30px;
        text-align: center;
        justify-content: center;
    }
}
.category-card:hover {
    border: #bacc5e solid 1px;
}

/* #################################### Menu Page ####################  */
/* menu style start */
.menu-tab {
    color: #525252;
}

.menu-card {
    cursor: pointer;
}

.menu-card-title {
    font-size: 20px;
    font-weight: 500;
}

/* menu tab style  */
.navbar-custom-tab .navbar-nav-tab {
    gap: 20px;
}

/* grand tab style  */
.navbar-nav-tab .nav-link-grand {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    /* margin-right: 30px; */
}

/* father tab style  */
.navbar-nav-tab .nav-link-father {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    /* margin-right: 30px; */
}

.navbar-nav-tab .nav-link-son {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    /* margin-right: 30px; */
}

/* Add this CSS to define the underline effect for the active link */

/* grand underline effect  */
.nav-link-grand {
    cursor: pointer;
    position: relative;
    text-decoration: none;
    color: inherit;
}

/* Underline effect for the active link */
.nav-link-grand.active::after {
    content: "";
    /* Creates the underline */
    position: absolute;
    left: 5px;
    bottom: -8px;
    /* 5px below the text */
    width: 90%;
    /* Full width of the link */
    height: 3px;
    /* Thickness of the underline */
    background-color: #333333;
    /* Color of the underline */
}

/* father underline effect  */
.nav-link-father {
    cursor: pointer;
    position: relative;
    /* Required for positioning the ::after pseudo-element */
    text-decoration: none;
    /* Remove default underline */
    color: inherit;
    /* Keep default text color */
}

/* Underline effect for the active link */
.nav-link-father.active::after {
    content: "";
    /* Creates the underline */
    position: absolute;
    left: 5px;
    bottom: -8px;
    /* 5px below the text */
    width: 90%;
    /* Full width of the link */
    height: 3px;
    /* Thickness of the underline */
    background-color: #333333;
    /* Color of the underline */
}

/* son underline effect  */
.nav-link-son {
    cursor: pointer;
    position: relative;
    /* Required for positioning the ::after pseudo-element */
    text-decoration: none;
    /* Remove default underline */
    color: inherit;
    /* Keep default text color */
}

/* Underline effect for the active link */
.nav-link-son.active::after {
    content: "";
    /* Creates the underline */
    position: absolute;
    left: 5px;
    bottom: -8px;
    /* 5px below the text */
    width: 90%;
    /* Full width of the link */
    height: 3px;
    /* Thickness of the underline */
    background-color: #333333;
    /* Color of the underline */
}

.menu-pg-card-img {
    height: 372px;
    width: 100%;
}
/* product details for menu page start  */
.menu-product-details {
    position: relative;
}

#cross {
    position: absolute;
    top: 10px; /* Add 'px' to specify the unit */
    right: 10px; /* Add 'px' to specify the unit */
}
.menu-video {
    border: 1px solid #525252;
    font-size: 20px;
    font-weight: 500;
    padding: 5px;
    width: 60%;
    text-align: center;
    border-radius: 10px;
}
.menu-details-title {
    font-size: 36px;
    font-weight: 600;
    color: #bacc5e;
    margin: 20px 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #bacc5e;
}
.menu-price {
    background-color: #bacc5e;
    border-radius: 10px;
    padding: 10px 30px;
    width: 70%;
}
.menu-price span {
    color: white;
    font-size: 28px;
}
.menu-amount a {
    border: 1px solid black;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
    width: 100px;
    padding: 5px;
}
/* product details for menu page end */
/* coditional detain view  */
.menu-amount-link {
    cursor: pointer;
    position: relative;
    /* Required for positioning the ::after pseudo-element */
    text-decoration: none;
    /* Remove default underline */
    color: inherit;
    /* Keep default text color */
}

/* Underline effect for the active link */
.menu-amount-link.active::after {
    content: "";
    /* Creates the underline */
    position: absolute;
    left: 5px;
    bottom: -8px;
    /* 5px below the text */
    width: 90%;
    /* Full width of the link */
    height: 3px;
    /* Thickness of the underline */
    background-color: #333333;
    /* Color of the underline */
}
.menu-amount-btn {
    cursor: pointer;
}
/*menu style end */
/* #################################### /Menu Page ####################  */

/* #################################### Blog Page ####################  */

.blog-body img {
    /* height: 494px; */
    max-height: 494px;
    width: 100%;
}

.blog-body .blog-content {
    /* padding: 0px 133px; */
    padding: 0px 56px;
}

@media (max-width: 768px) {
    .blog-body .blog-content {
        padding: 20px 56px;
    }
}

/* #################################### Check Out Page ####################  */
.checkout-body {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    background-color: #ffffff;
    margin: 0;
    color: #525252;
    margin-bottom: 50px;
}
.checkout-card {
    width: 100%;
    max-width: 538px;
    padding: 2rem;
    /* background-color: #fff; */
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}
h2.checkout-title {
    font-size: 36px;
    font-weight: 500;
    color: #525252;
    text-align: center;
    margin-bottom: 50px;
}
.checkout-info-text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1rem;
}
.btn-checkout-register {
    background-color: #525252;
    color: white;
    font-size: 18px;
    width: 100%;
    padding: 5px;
}
.btn-checkout-register i {
    margin-right: 8px;
}
.checkout-form-control {
    height: 50px;
    font-size: 14px;
}
.btn-checkout-payment {
    background-color: #bacc5e;
    color: white;
    font-size: 18px;
    width: 100%;
    padding: 5px;
    border: none;
}
.btn-checkout-payment:hover {
    background-color: #bacc5e;
}
.form-check-input {
    height: 32px;
    width: 32px;
}
.checkout-terms {
    font-size: 20px;
    margin-left: 20px;
    padding-top: 5px;
    /* justify-content: center; */
}
.checkout-terms input {
    margin-right: 8px;
    font-size: 14px;
}
label.checkout-label {
    font-size: 18px;
    color: #333333;
    margin-bottom: 0.5rem;
}

/* #################################### Place Order ####################  */
/* Left Side Cards */
.place-order-card {
    background-color: #f4f4f4;
    height: 196px;
    /* height: 173px; */
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    position: relative;
}
.place-order-card h3 {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.place-order-card p {
    color: #333333;
    font-size: 18px;
}
.place-order-card .btn-edit {
    background-color: #bacc5e;
    color: #ffffff;
    font-size: 20px;
    border: none;
    border-radius: 5px;
    padding: 5px 15px;
    width: 73px;
    position: absolute;
    top: 65%;
    right: 20px;
}

/* Right Side Payment Section */
.place-order-payment {
    border: 1px solid #525252;
    padding: 15px;
    border-radius: 8px;
}
.place-order-payment h3 {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
}

.place-order-payment .place-order-btn {
    color: #525252 !important;
    /* border-color: #525252 !important; */
    margin-bottom: 10px;
    width: 100%;
}

/* Order Summary */
.place-order-summary {
    border: 1px solid #525252;
    /* padding: 15px; */
    border-radius: 8px;
}
.place-order-summary h3 {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    padding: 15px;
    background-color: #f4f4f4;
    border-radius: 8px 8px 0px 0px;
}
.place-order-summary .summary-header {
    background-color: #f4f4f4;
    height: 79px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 8px;
}
.place-order-summary .summary-card {
    border: 1px solid #525252;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
}
.place-order-summary .btn {
    background-color: #333333;
    color: #ffffff;
    width: 100%;
    font-size: 18px;
    padding: 10px;
}

/* #################################### Location Page ####################  */

.location-title h2 {
    margin-left: 10%;
    color: #333333;
    font-weight: 600;
}

.location-item #location-item-img {
    max-width: 300px !;
    max-height: 169px;
    width: 100%;
    height: 100%;
}
.location-item hr {
    border: 1px solid #bacc5e;
    margin: 0;
    padding: 0;
}

.location-list {
    max-height: 800px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.location-list::-webkit-scrollbar {
    display: none;
}

.location-item {
    cursor: pointer;
    margin-bottom: 20px;
}

.location-item:hover {
    background-color: #f9f9f9;
}

.location-item.active {
    background-color: #f3fdc0;
    /* border-left: 5px solid #bacc5e; */
}

.location-right {
    /* border-left: 1px solid #ddd; */
    padding-left: 20px;
}
.location-right img,
.popup-content img {
    width: 100%;
    height: 232px;
    /* height: 100%; */
}
#location-details h3,
#location-details-mobile-view h3 {
    color: #333333;
    font-weight: 500;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.location-sub-details p {
    color: #333333;
    margin-bottom: 18px;
}
.location-sub-details h5 {
    color: #333333;
    margin-bottom: 20px;
    font-weight: 500;
}
.location-sub-details li {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
}

#location-details .map-container,
#location-details-mobile-view .map-container {
    margin-top: 20px;
}

@media (min-width: 769px) {
    .location-right {
        display: block;
    }
}

/* #################################### Contact Us Page ####################  */

.contact-us-container {
    max-width: 955px;
    width: 100%;
    padding: 20px;
    background: white;
    border-radius: 8px;
}
.contact-us-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #bacc5e;
    margin-bottom: 20px;
}
.contact-us-label {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
}
.contact-us-input {
    height: 50px;
    font-size: 14px;
    color: #525252;
    font-weight: 400;
}
.contact-us-btn {
    background-color: #bacc5e;
    color: #ffffff;
    font-size: 28px;
    font-weight: 500;
}

/* ####################################  Company Page ####################  */

/* ##################### */
/* Hero section styling */
.video-section {
    position: relative;
    max-height: 483px;
    overflow: hidden;
}
.company-notice {
    height: 168px;
    background-color: #bacc5e;
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-notice .description h3 {
    color: white;
    max-width: 786px;
    /* margin: auto; */
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}

/* Compnay blog section */

.company-blog-left-column h1 {
    font-size: 48px;
    font-weight: 700;
    color: #bacc5e;
}

.company-blog-left-column h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
}

.company-blog-left-column p {
    font-size: 18px;
    font-weight: 400;
    color: #525252;
}

.company-blog-left-column .company-blog-btn {
    background-color: #bacc5e;
    color: white;
    font-size: 20px;
    width: 277px;
    border-radius: 5px;
    padding: 5px;
}

.company-blog-right-column img {
    height: 100%;
    /* max-height: 702px; */
    height: 702px;
    width: 100%;
    object-fit: cover;
}

/* @media (max-width: 768px) {
  .company-blog-left-column,
  .company-blog-right-column {
    width: 100%;
  }
} */

/* Fortune Section  */
.company-fortune img {
    width: 100%;
    /* height: auto; */
    height: 353px;
}
.company-fortune h3 {
    text-align: center;
    tab-size: 28px;
    font-weight: 500;
    margin-top: 10px;
}

/* ####################################  Gift it Good ####################  */
.gift-hero-section {
    height: 526px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 133px;
    background-color: #f9f9f9;
    background-image: url("../images/shop/gift-it-card-hero-area.png");
    background-size: cover;
    background-position: center;
}
.gift-hero-content {
    max-width: 500px;
}

.gift-it-card .now,
.gift-it-card .later {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
}

/* ####################################  Login Page ####################  */

.login-card {
    max-width: 538px;
    width: 100%;
    margin: auto;
    /* padding: 2rem; */
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.login-logo {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    display: block;
    margin-top: -50px;
}

.login-card .login-title {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 1rem;
}

.login-card .form-label {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.login-card .form-control {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    height: 50px;
}
#remember {
    height: 15px;
    width: 15px;
}

.login-card .remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
}

.login-card .create-account {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

.login-card .create-account a {
    color: #bacc5e;
    text-decoration: none;
}

.login-card .password-wrapper {
    position: relative;
}

.login-card .toggle-password {
    position: absolute;
    top: 75%;
    right: 10px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    color: #333;
}

/* #################################### Product Details Page ####################  */
/*=========================================================
	08 -> PRODUCT DETAILS PAGE
===========================================================*/

/*----------------------------*\
	Product view
\*----------------------------*/

#product-main-img .slick-prev {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    left: 15px;
}

#product-main-img .slick-next {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    right: 15px;
}

#product-main-img .slick-prev,
#product-main-img .slick-next {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

#product-main-img:hover .slick-prev,
#product-main-img:hover .slick-next {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
    visibility: visible;
}

.product-preview img {
    width: 100%;
    max-height: 572px;
    height: 572px;
    /* width: 422px; */
    /* height: 100%; */
}

#product-main-img .zoomImg {
    background-color: #fff;
}

#product-imgs .product-preview {
    margin: 5px 5px;
    /* border: 1px solid #e4e7ed; */
    /* border-radius: 50%; */
}
#product-imgs .product-preview img {
    /* margin: 5px 5px; */
    /* border: 1px solid red; */
    height: 130px;
    /* width: 130px; */
    border-radius: 50%;
}

#product-imgs .product-preview.slick-current {
    border-color: #bacc5e;
    border-radius: 50%;
}

#product-imgs .slick-prev {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#product-imgs .slick-next {
    top: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#product-imgs .slick-prev:before {
    content: "\f106";
}

#product-imgs .slick-next:before {
    content: "\f107";
}

/*=========================================================
	12 -> SLICK STYLE
===========================================================*/

/*----------------------------*\
	Arrows
\*----------------------------*/

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    border: 1px solid #e4e7ed;
    background-color: #fff;
    border-radius: 50%;
    z-index: 22;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #bacc5e;
    border-color: #bacc5e;
}

.slick-prev:before,
.slick-next:before {
    font-family: FontAwesome;
    color: #333333;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    color: #fff;
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: -20px;
}

/*----------------------------*\
	Dots
\*----------------------------*/

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
    width: 10px;
    height: 10px;
}

.slick-dots li button:before {
    content: "";
    opacity: 1;
    background: #e4e7ed;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    background-color: #bacc5e;
}

.custom-dots .slick-dots {
    position: static;
    margin: 15px 0px;
}
@media only screen and (max-width: 991px) {
    #product-imgs {
        margin-bottom: 60px;
        margin-top: 15px;
    }
}

/*----------------------------*\
	 Product details
\*----------------------------*/
.product-details h1 {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
}

.product-details h3 {
    color: #bacc5e;
    font-size: 24px;
    font-weight: 500;
}

.product-details p {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    margin-top: 25px;
}

.product-details .product-details-subtitle {
    color: #525252;
    font-size: 18px;
    text-align: center;
    margin-top: 40px !important;
    width: 270px;
    margin: auto;
}

.product-details hr {
    border: 1px solid #525252;
}

.product-details-price {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
}

.product-details-order-btn {
    color: #ffffff;
    background-color: #bacc5e;
    width: 277px;
    height: 45px;
    border-radius: 12px;
    border: none;
}

.product-details-fixed-footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.product-details-footer-btn {
    color: #bacc5e;
    border: 2px solid #bacc5e;
    border-radius: 12px;
    padding: 10px 20px;
    background: none;
}

.product-details-logo {
    width: 118px;
    height: 26px;
    display: block;
    margin-top: 15px !important;
    margin: auto;
}

/* ################## About The Book  ############3*/
.about-the-book h1 {
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}
.about-the-book img {
    height: 392px;
    /* max-width: 289px; */
    width: 100%;
}
.about-the-book h3 {
    font-size: 28px;
    font-weight: 500;
    color: #bacc5e;
}
.about-the-book h3 span {
    font-size: 20px;
    font-weight: 500;
    color: #525252;
}
.about-the-book p {
    font-size: 18px;
    font-weight: 400;
    color: #525252;
}

/* ################## drink-ur-beauty  ############*/
.drink-ur-beauty {
    height: 343px;
    background-color: #bacc5e;
}
.drink-ur-beauty img {
    max-width: 737px;
    width: 100%;
    max-height: 269px;
    height: 100%;
}

/* Contributors  */
/* Title styling */
.product-contributors-title {
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    text-align: right;
    margin-bottom: 35px;
}

/* Image container */
.product-contributors-image-container {
    position: relative;
    width: 100%;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.product-contributors-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: 0.3s ease;
}

.product-contributors-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 180, 37, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: 0.3s ease;
    text-align: center;
    font-size: 16px;
    padding: 15px;
}

.product-contributors-image-container:hover .product-contributors-overlay {
    opacity: 1;
}

.product-contributors-name {
    font-size: 28px;
    color: #bacc5e;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}

/* ################## Look Inside  ############*/

.look-inside {
    background-color: #bacc5e;
}
.look-inside-title {
    color: #333333;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

#look-inside-content::-webkit-scrollbar {
    height: 8px;
    cursor: pointer;
}
#look-inside-content::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 5px;
    cursor: pointer;
}
#look-inside-content::-webkit-scrollbar-track {
    background-color: #bacc5e;
}
.look-inside-image {
    width: 734px;
    height: 409px;
    display: inline-block;
}
/* ################## BOOK BUZZ  ############*/

.book-buzz-container {
    text-align: center;
}

.book-buzz-container h1 {
    font-size: 48px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 35px;
    margin-top: 20px;
}

.book-buzz-slide img {
    height: 306px;
    object-fit: cover;
    width: 100%;
    transition: transform 0.3s ease;
}

.book-buzz-title {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
}

/* Reviews  */
.reviews-title {
    color: #333333;
    font-size: 48px;
    font-weight: 700;
}
.reviews-leave-review {
    color: #bacc5e;
    border: 2px solid #bacc5e !important;
    background-color: white !important;
    width: 332px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
}
.reviews-divider {
    border-color: #525252;
}
.reviews-star {
    color: #bacc5e;
    font-size: 25px;
}
.reviews-text {
    font-size: 14px;
    color: #525252;
}
.reviews-pagination {
    font-size: 28px;
    font-weight: 500;
    color: #333333;
}
.reviews-pagination .page-link {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}
.reviews-pagination .page-link:hover {
    color: #bacc5e;
}
.reviews-read-all {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
}

/* ################## COLLECTION PAGE  ############*/
.collection-salma-image {
    height: 932px;
    object-fit: cover;
}
.collection-salma-title {
    color: #bacc5e;
    font-size: 28px;
    font-weight: 500;
}
.collection-salma-heading {
    color: #333333;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.collection-salma-paragraph {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
}
.collection-salma-quote {
    color: #525252;
    font-size: 18px;
    font-weight: 400;
    margin: 20px 8%;
}
.collection-salma-signature {
    width: 176px;
    height: 128px;
    float: right;
    margin-right: 56px;
}

/* ################## CAREER PAGE  ############*/
.career-hero-section {
    height: 526px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 133px;
    background-color: #f9f9f9;
    background-image: url("../images/career/career-hero-area.png");
    background-size: cover;
    background-position: right;
}

.thirsty-section {
    height: 393px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 133px;
    background-color: #f9f9f9;
    background-image: url("../images/shop/shop-all-hero.png");
    background-size: cover;
    background-position: center;
    transform: rotate(180deg);
}
.thirsty-section .thirsty-content {
    transform: rotate(180deg);
    margin-left: -130px;
}

/* ################## sustainability page  ############*/

.sustainability-hero-section {
    height: 623px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 133px;
    background-color: #f9f9f9;
    background-image: url("../images/sustainability/sustainability-hero.png");
    background-size: cover;
    background-position: left;
}
.sustainability-hero-content {
    max-width: 522px;
    /* background-color: #ffffff; */
    /* height: 100%; */
}
.sustainability-sub-title {
    font-size: 20px;
    color: #525252;
}
/* ################## GROWING IT BACK page  ############*/
.growing-hero-section {
    height: 623px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 133px;
    background-color: #f9f9f9;
    background-image: url("../images/growing-it-back/growing-it-back-hero.png");
    background-size: cover;
    background-position: right;
}

.growing-image-container {
    text-align: center;
}

#growing-image-slider .book-buzz-slide:hover img {
    transform: scale(1.2);
    cursor: pointer;
}
/* <!-- Harlem Grown --> */
.harlem-responsive {
    padding-left: 120px;
    padding-right: 30px;
}
#growing-image-slider2 .book-buzz-slide:hover img {
    transform: scale(1.2);
    cursor: pointer;
}

/* ################## INGREDIENTS PAGE  ############*/

.ingredients-hero p {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
}
.seed-to-sip-product {
    cursor: pointer;
}

.seed-to-sip-product img {
    height: 300px;
    max-width: 300px;
    width: 100%;
    border-radius: 50%;
    margin: auto;
}
.seed-to-sip-product p {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}

#ingredientsModalImage {
    max-height: 590px;
    height: 100%;
    width: 100%;
}

.ingredients-modal-title {
    color: #333333;
}

.ingredients-modal-des {
    margin-top: 20px;
    color: #525252;
    font-size: 18px;
}
.ingredients-modal-product img {
    height: 140px;
    width: 140px;
}
.ingredients-modal-product p {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
.ingredients-modal-product-contents {
    display: flex;
    overflow-x: auto;
    padding: 10px;
    border-radius: 8px;
    white-space: nowrap;
    justify-content: space-between;
}

.in-plants-card {
    padding-bottom: 10px;
    cursor: pointer;
}
.in-plants-card img {
    border: 1px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    transition: border 0.3s;
    border-radius: 50%;
    height: 250px;
    width: 250px !important;
}

.in-plants-card:hover img {
    border: 2px solid #333333;
    border-radius: 50%;
}
.in-plants-card-title {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}
.in-plants-modal-left {
    background-color: #f4f4f4;
    color: #525252;
}
.in-plants-modal-left p {
    color: #525252;
    font-size: 18px;
    text-align: center;
}
.in-plants-modal-left h1 {
    color: #525252 !important;
}
.in-plants-modal-left img {
    height: 230px;
    width: 250px;
    border-radius: 50%;
}

.in-plants-modal-product img {
    height: 258px;
    width: 218px;
}
.in-plants-modal-product p {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
.in-plants-modal-product {
    border: 1px solid #bacc5e;
}

/* Allergens  */
.allergens-des {
    color: #525252;
    font-size: 18px;
}

.allergens-product-category {
    height: 867px !important;
}
.allergens-product-details {
    height: 830px !important;
    width: 2367px;
    margin-top: 35px;
}

/* ################## SAME DAY DELIVERY PAGE  ############*/

.same-day-delivery-title {
    font-size: 20px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}

.same-day-delivery-dropdown {
    height: 50px;
    font-size: 14px;
    color: #333333;
}

.same-day-delivery-dropdown option {
    color: #333333;
}

.same-day-delivery-dropdown::after {
    color: #bacc5e;
}

.same-day-delivery-subtitle {
    font-size: 20px;
    text-align: center;
    color: #333333;
    margin: 20px 0;
}

.same-day-delivery-card-title {
    width: 180px;
    height: 86px;
    align-items: center;
    font-size: 20px;
    text-align: center;
    color: #333333;

    margin: 5px;
    font-weight: 500;
    padding: 10px;
}

.same-day-delivery-card-title span {
    color: #ff5722;
}

.same-day-delivery-card {
    /* width: 147px; */
    width: 180px;
    height: 86px;
    /* display: flex; */
    align-items: center;
    /* justify-content: center; */
    font-size: 20px;
    text-align: center;
    color: #333333;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    margin: 5px;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px;
}

.same-day-delivery-card .full {
    color: #ff5722;
}

.same-day-delivery-scroll {
    overflow-x: auto;
    white-space: nowrap;
}

.same-day-delivery-scroll .same-day-delivery-card {
    display: inline-block;
}

.same-day-delivery-scroll .same-day-delivery-card-title {
    display: inline-block;
}

/* Custom scrollbar styling */
.same-day-delivery-scroll::-webkit-scrollbar {
    height: 8px;
}

.same-day-delivery-scroll::-webkit-scrollbar-thumb {
    background-color: #bacc5e;
    border-radius: 4px;
    cursor: pointer;
}

.same-day-delivery-scroll::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}
/* #################################### Order Ahead ####################  */
.order-ahead-container {
    display: flex;
    height: 100%;
}

.order-ahead-left {
    background-color: #ffffff;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.order-ahead-left-content {
    text-align: center;
    /* max-width: 300px; */
}

.order-ahead-title {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 20px;
}

.order-ahead-input-group {
    margin-bottom: 15px;
    position: relative;
}

.order-ahead-input-group input,
.order-ahead-input-group select {
    height: 50px;
    font-size: 14px;
    color: #333333;
    padding-left: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.order-ahead-input-group .input-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #bacc5e;
    font-size: 18px;
}

.order-ahead-input-group .dropdown-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #bacc5e;
    font-size: 18px;
}

.order-ahead-button {
    background-color: #bacc5e;
    color: #ffffff;
    border: none;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.order-ahead-right {
    height: 84vh;
    margin: 0;
    padding: 0;
    width: 100%;
}

/* #################################### Current Shop Page ####################  */
.current-shop-title {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.current-shop-heart {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px;
    /* align-items: end; */
}

.current-shop-hours {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
}

.current-shop-distance {
    font-size: 18px;
    color: #bacc5e;
    font-weight: 400;
}

.current-shop-button {
    background-color: #bacc5e;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 5px 20px;
    /* float: right; */
}

/* .current-shop-button:hover {
  background-color: #a6b54e;
} */

.current-shop-card {
    position: relative;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: left;
    background-color: #f4f4f4;
}
/* #################################### Hail to Kale (Product-1) ####################  */
.hail-to-kale-card img {
    max-height: 323px;
    height: 100%;
    width: 100%;
}

.hail-to-kale-card h2 {
    color: #525252;
    font-weight: 600;
    font-size: 36px;
}
.hail-to-kale-card h3 {
    color: #525252;
    font-weight: 500;
    font-size: 28px;
}
/* Choose Size Change It UP?  */
.choose-change-products h3 {
    font-weight: 500;
    color: #333333;
    display: inline-block;
    margin-bottom: 0;
}

.choose-change-products .bordered {
    border-bottom: 3px solid #333333;
    display: inline-block;
    width: auto;
    padding-bottom: 5px;
}

.choose-change-products .size-button {
    font-size: 20px;
    font-weight: 500;
    color: #bacc5e;
    border: 1px solid #bacc5e !important;
    background-color: white;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    max-width: 382px;
    width: 100%;
}

.choose-change-products .size-button .price {
    font-size: 28px;
    display: block;
}

.choose-change-products .change-text {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 20px;
}

.choose-change-products .change-button {
    font-size: 28px;
    font-weight: 500;
    color: #bacc5e;
    border: 1px solid #bacc5e !important;
    background-color: white !important;
    padding: 5px;
    margin: 5px;
    border-radius: 10px;
    max-width: 382px;
    width: 100%;
}

.choose-change-products .go-back-button {
    background-color: #ff5722;
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 20px;
    border: none;
    border-radius: 10px;
}

.choose-change-products .quantity-container {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #525252;
    border-radius: 10px;
}

.choose-change-products .quantity-container button,
.choose-change-products .quantity-container input {
    font-size: 20px;
    color: #525252;
    border: 1px solid #525252;
    background-color: white;
    width: 50px;
    text-align: center;
    border-radius: 10px;
    font-weight: 500;
}

.choose-change-products .quantity-container button:hover {
    background-color: transparent !important;
}

.choose-change-products .quantity-container input {
    width: 60px;
    border: none;
}

.choose-change-products .add-to-cart-button {
    background-color: #bacc5e;
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 20px;
    border: none;
    border-radius: 10px;
    /* width: 447px; */
}
/* #################################### Product-2 (Fresh Juices) ####################  */
.product2-info-card {
    background-color: #f4f4f4;
    height: 297px;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.product2-info-title {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.product2-info-links {
    font-size: 18px;
    color: #bacc5e;
    font-weight: 500;
    text-decoration: none;
}

.product2-info-timing {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
}

.product2-info-heart {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product2-info-buttons .btn {
    background-color: #bacc5e;
    color: #ffffff;
    border: none;
    width: 230.5px;
    max-width: 100%;
}

.product2-info-buttons .btn {
    background-color: #bacc5e;
    color: #ffffff;
    border: none;
    width: 230.5px;
    max-width: 100%;
    font-size: 20px;
    font-weight: 500;
}

.product2-info-buttons .invite-others {
    background-color: #ffffff;
    color: #bacc5e;
    border: none;
    width: 230.5px;
    max-width: 100%;
}

.product2-info-buttons .btn:hover {
    background-color: #a5b958;
}

/* menu view  */

.view-full-menu-text {
    font-size: 20px;
    font-weight: 500;
    color: #525252;
}
.view-full-menu-switch {
    width: 40px;
    height: 20px;
    /* background-color: #e9ecef; */
    border-radius: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #525252;
    padding: 10px;
}
.view-full-menu-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.view-full-menu-slider {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-color: #525252;
    border-radius: 50%;
    transition: all 0.3s;
}
.view-full-menu-switch input:checked + .view-full-menu-slider {
    left: 19px;
}
.view-full-menu-search {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 5px 10px;
    color: #525252;
    font-size: 16px;
}
.view-full-menu-search:focus {
    outline: none;
    border-color: #a8a8a8;
}

/* Fresh Juices Products */
.product2-fresh-juices-title {
    color: #333333;
    font-size: 36px;
    font-weight: 500;
}

.product2-fresh-juices-subtitle {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
}

.product2-fresh-juices-view-all button {
    /* color: #5cb85c; */
    font-size: 28px;
    font-weight: 500;
}

.product2-fresh-juices-item img {
    height: 323px;
    width: 100%;
    object-fit: cover;
}

.product2-fresh-juices-item-title {
    font-weight: 500;
    color: #525252;
}

.product2-fresh-juices-item-description {
    font-size: 18px;
    color: #525252;
    font-weight: 400;
}

/* Invite othe modal  */
.invite-others-modal .modal-header {
    background-color: #f4f4f4;
}
.invite-others-modal .modal-title {
    font-weight: 500;
    font-size: 1.75rem;
    color: #525252;
    display: flex;
    align-items: center;
}
.invite-others-modal .modal-title i {
    font-size: 26px;
    color: #333333;
    margin-right: 10px;
}
.invite-others-modal .btn-close {
    color: #ff5722;
    font-size: 24px;
}
.invite-others-modal .modal-body {
    background-color: #ffffff;
    text-align: center;
}
.invite-others-modal .modal-body p {
    font-size: 20px;
    font-weight: 500;
    color: #525252;
}
.invite-others-modal .qr-code {
    width: 100%;
    height: 420px;
    margin: 0px auto;
    margin-top: -30px;
}
.invite-others-modal .btn-share-link {
    background-color: #525252;
    color: #ffffff;
    max-width: 538px;
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 20px;
}
.invite-others-modal .copy-link {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin-top: 10px;
}

#inviteOthersModal .btn-close:hover {
    background-color: transparent !important;
}

/* ######################################################  */
/* Horizontal scrolling for smaller devices */
.scrollable-container {
    display: flex;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding: 0 10px;
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: #ccc #f4f4f4;
    overflow-y: hidden;
    justify-content: space-around;
    /* Thumb and track colors */
}
