﻿
body {
    --heading-font: 'Circular Std';
    --heading-font-weight: 400;
    --heading-color: #111;
    --heading-line-height: 1.24;
    --swiper-theme-color: #8C907E;
    /* bootstrap */
    --bs-body-font-family: 'Circular Std Book';
    --bs-body-font-size: 16px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #383838;
    --bs-body-color-rgb: 143, 143, 143;
    --bs-primary: #500082;
    --bs-secondary: #73b858;
    --bs-black: #000;
    --bs-light: #F1F1F0;
    --bs-dark: #212529;
    --bs-gray: #9aa1a7;
    --bs-gray-dark: #51565b;
    --bs-primary-rgb: 140, 144, 126;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-black-rgb: 17, 17, 17;
    --bs-light-rgb: 241, 241, 240;
    --bs-dark-rgb: 33, 37, 41;
    --bs-link-color: #111;
    --bs-link-color-rgb: 17, 17, 17;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #111;
    --bs-link-hover-color-rgb: 17, 17, 17;
}

body, button, input, select, textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: var(--bs-body-font-family);
    letter-spacing: 0.025em;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
}

section {
    display: block;
    clear: both;
    width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
    color: var(--heading-color);
    line-height: var(--heading-line-height);
}

    h1.light,
    .h1,
    h2.light,
    .h2,
    h3.light,
    .h3,
    h4.light,
    .h4,
    h5.light,
    .h5,
    h6.light,
    .h6 {
        color: var(--light-color);
    }

h1,
h2,
h3 {
    margin: 25px 0;
}

h5,
h6 {
    letter-spacing: 0;
}

h1,
.h1 {
    font-size: 4.5rem;
}

h2,
.h2 {
    font-size: 50px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 2.8rem;
}

h4,
.h4 {
    font-size: 1.8rem;
}

h5,
.h5 {
    font-size: 1.4rem;
}

h6,
.h6 {
    font-size: 1rem;
}

a {
    text-decoration: none;
}

/* container fluid */
.container-fluid {
    /* width: 98%; */
    max-width: 1800px;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

.navbar-brand img.nutra_logo {
    width: 100%;
    max-width: 160px;
}
/* Dropdown */
.dropdown-menu {
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-border-width: 0;
}

.navbar-nav .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: #fff;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        box-shadow: 0 10px 20px #00000017;
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.navbar-toggler {
    padding: 0;
    border: 0;
}

.dropdown-item {
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-link-color: var(--bs-black);
    --bs-dropdown-item-border-radius: 0;
}

    .dropdown-item.active,
    .dropdown-item:active {
        --bs-dropdown-link-active-color: var(--bs-light);
        --bs-dropdown-link-active-bg: var(--bs-black);
    }


/* list group */
.list-group-item {
    --bs-list-group-item-padding-x: 0;
    --bs-list-group-border-width: 0;
}

/* btn */
.btn {
    --bs-btn-border-radius: 0;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #8C907E;
    --bs-btn-border-color: #8C907E;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5e624e;
    --bs-btn-hover-border-color: #5e624e;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5e624e;
    --bs-btn-active-border-color: #5e624e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #8C907E;
    --bs-btn-disabled-border-color: #8C907E;
}

.pagination {
    --bs-pagination-active-bg: var(--bs-black);
    --bs-pagination-border-width: 0;
    --bs-pagination-border-radius: 0;
}

/* breadcrumb */
.breadcrumb {
    --bs-breadcrumb-item-padding-x: 1em;
}

/* text white */
.text-white {
    --heading-color: var(--bs-light);
    --bs-breadcrumb-item-active-color: var(--bs-light);
    --bs-breadcrumb-divider-color: var(--bs-light);
    --bs-link-color-rgb: var(--bs-light-rgb);
    --bs-link-hover-color-rgb: var(--bs-light-rgb);
}

    .text-white .nav-link {
        --bs-nav-link-color: var(--bs-light);
        --bs-nav-link-hover-color: var(--bs-light);
        --bs-nav-link-active-color: var(--bs-light);
        --bs-navbar-active-color: var(--bs-light);
    }


.nav-link {
    color: var(--bs-black);
    display: inline-block;
    padding: 3px 10px;
    -webkit-text-decoration: none;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}

/* accordion */
.accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-padding-y: 0.1rem;
    --bs-accordion-btn-color: var(--bs-dark);
    --bs-accordion-btn-bg: transparent;
    --bs-accordion-btn-focus-border-color: var(--bs-dark);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0.1rem;
    --bs-accordion-active-color: transparent;
    --bs-accordion-active-bg: transparent;
}

/* form control */
.form-control:focus {
    border-color: #ccc;
    box-shadow: 0 0 0 0.25rem rgba(200, 200, 200, .25);
}

/* dark theme */
[data-bs-theme=dark] body {
    color-scheme: dark;
    --heading-color: #fff;
    --bs-link-color: #fff;
    --bs-link-hover-color: #fff;
    --bs-link-color-rgb: 255, 255, 255;
    --bs-link-hover-color-rgb: 255, 255, 255;
    --bs-body-color: #d1d1d1;
    --bs-body-bg: #111;
    --bs-body-bg-rgb: 17, 17, 41;
}

[data-bs-theme=dark] .dropdown-item {
    --bs-dropdown-link-color: var(--bs-light);
    --bs-dropdown-link-hover-color: var(--bs-white);
}

[data-bs-theme=dark] .bg-white,
[data-bs-theme=dark] .bg-light {
    --bs-bg-opacity: 0.1;
}

/* end of Bootstrap Color Theme */

/* preloader */
.preloader {
    position: fixed;
    z-index: 99;
    background: #111;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

    .preloader.loaded {
        height: 0;
    }

/* navbar */
.navbar.fixed-top {
    transition: background-color 0.6s ease-out;
}

/* slideshow */
.slideshow {
    overflow: hidden;
}

    /* .slideshow .swiper-slide {
  background-position-x: -300px;
  transition: background-position-x 1.6s ease-out;
  background-repeat: no-repeat;background-size: cover;
}
.slideshow .swiper-slide.swiper-slide-active {
  background-position-x: 0px;
} */
    .slideshow .swiper-slide {
        /* background-size: 100%; */
        background-position: center;
        background-origin: padding-box;
        background-repeat: no-repeat;
        background-size: cover;
        transition: background-size 1s ease-in-out;
    }

    /* .slideshow .swiper-slide.swiper-slide-active {
  background-size: 120%;
} */

    /* fade in */
    .slideshow.fade-in .swiper-slide .banner-content {
        opacity: 0;
        transition: opacity 0.3s ease-out;
        transition-delay: 600ms;
    }

    .slideshow.fade-in .swiper-slide.swiper-slide-active .banner-content {
        opacity: 1;
    }

/* slide in */
.slide-in .swiper-slide .banner-content h2,
.slide-in .swiper-slide .banner-content p,
.slide-in .swiper-slide .banner-content .btn {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.slide-in .swiper-slide .banner-content h2 {
    transition-delay: 600ms;
}

.slide-in .swiper-slide .banner-content p {
    transition-delay: 800ms;
}

.slide-in .swiper-slide .banner-content .btn {
    transition-delay: 1000ms;
}

.slide-in .swiper-slide.swiper-slide-active .banner-content h2,
.slide-in .swiper-slide.swiper-slide-active .banner-content p,
.slide-in .swiper-slide.swiper-slide-active .banner-content .btn {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* swiper slide-clip */
.slide-clip .swiper-slide .image-holder img {
    transform: scale(1.2);
    transition: transform 1s ease-in-out;
}

.slide-clip .swiper-slide.swiper-slide-active .image-holder img {
    transform: scale(1);
}

.slide-clip .swiper-slide .image-holder {
    clip-path: inset(100% 0 0 0);
    display: block;
}

.slide-clip .swiper-slide.swiper-slide-active .image-holder {
    animation: 1s slide-clip forwards;
}

.slide-clip .swiper-slide.swiper-slide-prev .image-holder,
.slide-clip .swiper-slide.swiper-slide-next .image-holder {
    animation: 1s slide-down;
}

@keyframes slide-clip {
    0% {
        clip-path: inset(100% 0 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes slide-down {
    0% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(100% 0 0 0);
    }
}


/* swipe animation */
.swipe-up {
    clip-path: inset(0 0 100% 0);
    display: block;
}

.aos-animate .swipe-up {
    animation: 1s swipe-up forwards;
}

/*.down-leave-active { animation: 1s down-leave; }*/
@keyframes swipe-up {
    0% {
        clip-path: inset(0 0 100% 0);
    }

    100% {
        clip-path: inset(0);
    }
}

/* polygon */
.polygon {
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
}

.aos-animate .polygon {
    animation: 1s polygon forwards;
}

@keyframes polygon {
    0% {
        clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0% 20%);
    }

    100% {
        clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    }
}

/* open-up */
.open-up {
    clip-path: inset(48% 34% 36% 35%);
}

.aos-animate.open-up {
    animation: 1s open-up forwards;
}

@keyframes open-up {
    0% {
        clip-path: inset(48% 34% 36% 35%);
    }

    100% {
        clip-path: inset(0% 0% 0% 0%);
    }
}

/*@keyframes down-leave {
  0% { clip-path: inset(0); }
  100% { clip-path: inset(100% 0 0 0); }
}*/
.swipe-up {
    --delay: 0.05s;
}

.swipe-up {
    animation-delay: 1s;
    /* animation-delay: data(swipe-delay); */
}

/* Text Effects */
.txt-fx {
    overflow: hidden;
    line-height: 1;
}

    .txt-fx.zoom {
        overflow: visible;
    }

    .txt-fx .word {
        overflow: hidden;
        transform-origin: 0 100%;
        display: inline-block;
        line-height: 1em;
    }

    .txt-fx .letter {
        transform-origin: 0 100%;
        display: inline-block;
        line-height: 1em;
    }

.txt-fx {
    --delay: 50ms;
    --easing: cubic-bezier(.5, 0, .53, 1);
}

    /* fade right */
    .txt-fx.fade-right .letter {
        transform: translate3d(-50px, 0, 0);
        opacity: 0;
        transition: transform 0.6s var(--easing), opacity 0.6s var(--easing);
    }

.aos-animate .txt-fx.fade-right .letter {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* slide up */
.txt-fx.slide-up .letter {
    transform: translate3d(0, 1.2em, 0);
    transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.slide-up .letter,
.aos-animate .txt-fx.slide-up .letter {
    transform: translate3d(0, 0, 0);
}

/* domino */
.txt-fx.domino .letter {
    transform-origin: 50% 0;
    transform: rotateY(90deg);
    transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.domino .letter,
.aos-animate .txt-fx.domino .letter {
    transform: rotateY(0);
}

/* zoom */
.txt-fx.zoom .letter {
    transform-origin: 50% 0;
    transform: scale(3);
    transition: transform 0.9s var(--easing);
}

.swiper-slide-active .txt-fx.zoom .letter,
.aos-animate .txt-fx.zoom .letter {
    transform: scale(1);
}

/* .txt-fx .letter:nth-child(1) {
  transition-delay: calc(var(--delay) * 1);
}

.txt-fx .letter:nth-child(2) {
  transition-delay: calc(var(--delay) * 2);
}

.txt-fx .letter:nth-child(3) {
  transition-delay: calc(var(--delay) * 3);
}

.txt-fx .letter:nth-child(4) {
  transition-delay: calc(var(--delay) * 4);
}

.txt-fx .letter:nth-child(5) {
  transition-delay: calc(var(--delay) * 5);
}

.txt-fx .letter:nth-child(6) {
  transition-delay: calc(var(--delay) * 6);
}

.txt-fx .letter:nth-child(7) {
  transition-delay: calc(var(--delay) * 7);
}

.txt-fx .letter:nth-child(8) {
  transition-delay: calc(var(--delay) * 8);
}

.txt-fx .letter:nth-child(9) {
  transition-delay: calc(var(--delay) * 9);
}

.txt-fx .letter:nth-child(10) {
  transition-delay: calc(var(--delay) * 10);
}

.txt-fx .letter:nth-child(11) {
  transition-delay: calc(var(--delay) * 11);
}

.txt-fx .letter:nth-child(12) {
  transition-delay: calc(var(--delay) * 12);
}

.txt-fx .letter:nth-child(13) {
  transition-delay: calc(var(--delay) * 13);
}

.txt-fx .letter:nth-child(14) {
  transition-delay: calc(var(--delay) * 14);
}

.txt-fx .letter:nth-child(15) {
  transition-delay: calc(var(--delay) * 15);
}

.txt-fx .letter:nth-child(16) {
  transition-delay: calc(var(--delay) * 16);
} */


/** Search Popup
--------------------------------------------------------------*/
.search-popup {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

    .search-popup.is-visible {
        opacity: 1;
        visibility: visible;
        cursor: -webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x, url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x), pointer;
        cursor: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"), pointer;
        -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0s;
    }

.search-popup-container {
    background-color: transparent;
    position: relative;
    top: 50%;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    max-width: 800px;
    text-align: center;
    box-shadow: none;
    cursor: default;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.is-visible .search-popup-container {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-popup-form {
    position: relative;
    margin: 0 0 3em 0;
}

    .search-popup-form .form-control {
        padding: 0 0 .375em 0;
        font-size: 2em;
    }

    .search-popup-form #search-popup-submit {
        display: none;
    }

.search-popup .search-popup-close {
    display: block;
    position: absolute;
    top: 2em;
    right: 2em;
    margin: -0.5em;
    padding: 0.5em;
    line-height: 0;
}

    .search-popup .search-popup-close:hover {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .search-popup .search-popup-close i {
        display: block;
        position: relative;
        width: 1em;
        height: 1em;
        fill: rgba(0,0,0,0.5);
    }

    .search-popup .search-popup-close:hover i {
        fill: rgba(0,0,0,1);
    }

.search-popup .cat-list-title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 0.6em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.search-popup .cat-list {
    margin: 0;
    list-style-type: none;
}

.search-popup .cat-list-item {
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 0.015em;
    font-size: 2em;
}

    .search-popup .cat-list-item a {
        position: relative;
    }

        .search-popup .cat-list-item a::after {
            background: none repeat scroll 0 0 #fff;
            content: "";
            height: 1px;
            border-bottom: 1px solid #ff9697;
            left: 0;
            opacity: 0;
            position: absolute;
            top: 100%;
            width: 100%;
            -webkit-transition: height 0.3s,opacity 0.3s,-webkit-transform 0.3s;
            transition: height 0.3s,opacity 0.3s,transform 0.3s;
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
        }

        .search-popup .cat-list-item a:hover::after {
            height: 1px;
            opacity: 1;
            -webkit-transform: translateY(2px);
            transform: translateY(2px);
        }

    .search-popup .cat-list-item::after {
        content: "/";
        padding: 0 5px;
        line-height: 1;
        color: rgba(0, 0, 0, 0.5);
        vertical-align: text-top;
    }

    .search-popup .cat-list-item:last-child::after {
        display: none;
    }

@media only screen and (max-width: 991px) {
    .search-popup .cat-list-item,
    .search-popup-form .form-control {
        font-size: 1.425em;
    }

    h2.section-title {
        font-size: 30px;
    }

    h3.element-title {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .search-popup .search-popup-close {
        top: 1em;
        right: 1em;
    }
}

@media only screen and (max-width: 575px) {
    .search-popup .cat-list-item,
    .search-popup-form .form-control {
        font-size: 1.125em;
    }

    .search-popup .search-popup-close {
        top: 1em;
        right: 1em;
    }
}

.search-popup input[type="search"] {
    font-size: 24px;
    height: 60px;
    padding: 26px;
}

.search-popup .search-form button {
    top: 12px;
    right: 15px;
}

    .search-popup .search-form button svg {
        height: 28px;
        width: 28px;
    }


/* Swiper */
/* - Swiper Slide Arrows 1
------------------------------------------------------------- */
.icon-arrow {
    position: absolute;
    top: 50%;
    font-size: 2em;
    color: var(--dark-color);
    z-index: 8;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease-out;
}

    .icon-arrow:hover {
        opacity: 1;
    }

    .icon-arrow.icon-arrow-left {
        left: 30px;
    }

    .icon-arrow.icon-arrow-right {
        right: 30px;
    }

@media (max-width: 991px) {
    .icon-arrow.icon-arrow-left,
    .icon-arrow.icon-arrow-right {
        display: none;
    }

    .swiper-pagination {
        position: relative;
    }
}

/** Swiper Slide Arrows 2
--------------------------------------------------------------*/
.icon-arrow.no-outline {
    top: 40%;
    font-size: 1.7em;
    color: var(--grey-color);
    border: none;
}

    .icon-arrow.no-outline:hover {
        background: none;
        color: var(--dark-color);
    }

.icon-arrow.light-arrow.no-outline {
    color: var(--light-color);
    opacity: 0.7;
}

    .icon-arrow.light-arrow.no-outline:hover {
        opacity: 1;
    }

.swiper-button-normal {
    background: transparent;
}

    .swiper-button-normal .icon {
        font-size: 1.6em;
        color: var(--dark-color);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }

/** Swiper Slide Arrows with background 3
--------------------------------------------------------------*/
.icon-arrow {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

/*--- Image hover Effects
-----------------------------------------------*/
.image-zoom-effect {
    display: flex;
    flex-wrap: wrap;
}

    .image-zoom-effect .image-holder {
        width: 100%;
        height: auto;
        overflow: hidden;
        transform: scale(1);
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .image-zoom-effect:hover .image-holder {
        transform: scale(0.95);
    }

    .image-zoom-effect img {
        transform: scale(1);
        will-change: transform;
        transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 0;
    }

    .image-zoom-effect:hover img {
        transform: scale(1.1);
    }


/* - Border Hover Effects
------------------------------------------------------------- */
.border-animation a,
.border-animation a:after,
.border-animation a:before {
    transition: all .5s;
}

.border-animation a {
    position: relative;
}

    .border-animation a:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 0;
        content: '.';
        color: transparent;
        background: var(--bs-primary);
        height: 2px;
    }

    .border-animation a:hover:after {
        width: 100%;
    }

.content-light .border-animation a:hover:after,
.content-light .border-animation li.active a:after {
    background: var(--bs-primary);
}

/* - Border Hover No Effects
------------------------------------------------------------- */
.border-animation .no-effect a:after {
    background: none;
}

/* - Border Hover Effects 2
------------------------------------------------------------- */
.border-animation-left .item-anchor {
    position: relative;
    margin-bottom: 20px;
}

    .border-animation-left .item-anchor:after {
        content: "";
        position: absolute;
        width: 0;
        height: 1px;
        left: 0;
        bottom: 0;
        z-index: 9;
        background: var(--bs-dark);
        transition: all 0.5s ease;
    }

    .border-animation-left.light-border .item-anchor:after,
    .border-animation-left .item-anchor:after {
        background: var(--bs-dark);
    }

    .border-animation-left .item-anchor:hover:after,
    .border-animation-left .item-anchor:focus:after {
        width: 100%;
    }

/* background */
.background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 600px;
}

    .background.pattern-bg {
        background: url(images/pattern-bg.png) no-repeat;
    }

    .background.normal-bg {
        background: url(images/newsletter-image.jpg) no-repeat;
    }

/* large text */
.title-xlarge {
    font-size: calc(2rem + 10vw);
    /* 10.4em; */
    font-family: var(--heading-font);
    color: var(--bs-gray-300);
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 0;
}

/*--------------------------------------------------------------
/** 7.8 Video Section
--------------------------------------------------------------*/
.video .video-content {
    position: relative;
}

.video .video-player {
    position: absolute;
}

.video .video-player {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .video .video-player a {
        position: relative;
    }

    .video .video-player svg {
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

@media (max-width: 600px) {
    .video .video-player img.text-pattern {
        width: 60%;
        display: flex;
        margin: 0 auto;
    }
}

/*--------------------------------------------------------------
/** 7.9 Testimonial Slider
--------------------------------------------------------------*/
.testimonials .section-title {
    font-weight: 700;
    line-height: 1;
}

.testimonial-swiper .testimonial-item blockquote {
    font-size: 1.2em;
}

    .testimonial-swiper .testimonial-item blockquote > p {
        margin: 0;
    }

.testimonial-swiper .testimonial-item .testimonial-img img {
    border-radius: 500px;
    max-width: 100px;
}

.testimonials .review-title {
    font-size: 14px;
}

.testimonial-swiper .swiper-slide {
    opacity: 0.2;
    width: 42% !important;
}

.testimonial-swiper.swiper-3d .swiper-slide-shadow-left,
.testimonial-swiper.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.testimonial-swiper .swiper-slide-active {
    opacity: 1;
}

.testimonials .swiper-pagination {
    left: 0;
    right: 0;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background: #8C907E;
    }

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
    .testimonial-swiper .testimonial-item blockquote {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 999px) {
    .testimonial-swiper .testimonial-item blockquote {
        font-size: 1em;
    }
}


/** 7.13 Instagram
--------------------------------------------------------------*/
.instagram .insta-item {
    position: relative;
    margin-bottom: 20px;
}

    .instagram .insta-item a:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 0;
        transition: 0.6s ease-out;
    }

/* Link Effect
 - Place anywhere you want your link to animate
 - Add data-after="Any text" to the link within the class
 - Use span within the anchor tag for the effect to work
------------------------------------------------------------- */
.link-effect a {
    position: relative;
    padding: 0;
    overflow: hidden;
    transition: transform 0.5s;
    display: block;
}

    .link-effect a::after {
        content: attr(data-after);
        display: inline-block;
        transform: translateY(100%);
        position: absolute;
        left: 0;
        font-size: 1rem;
        text-align: inherit;
        text-transform: uppercase;
        transition: inherit;
    }

    .link-effect a > span {
        display: inline-block;
        transform: translateY(0%);
        transition: inherit;
    }

.link-effect:hover a > span {
    transform: translateY(-100%);
}

.link-effect:hover a::after {
    transform: translateY(0%);
}

/* product item */
.product-item .btn-wishlist {
    display: block;
    z-index: 111;
    position: absolute;
    top: 5px;
    padding: 10px;
    color: var(--bs-black);
    background: var(--bs-white);
    right: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.product-item:hover .btn-wishlist {
    opacity: 1;
}

/* rotating text */
.text-rotate {
    animation: rotation 50s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/* single product */
/* product-thumbnail-slider */
.product-thumbnail-slider {
    height: 790px;
}

@media screen and (max-width:992px) {

    .product-thumbnail-slider {
        margin-top: 20px;
        height: auto;
    }

    .navbar-brand img.nutra_logo {
        max-width: 120px;
    }

    .subpage_banner_wrapper_2 {
        min-height: 200px !important;
        padding: 20px 0 !important;
        height: 100%;
    }

        .subpage_banner_wrapper_2 img {
            height: 100%;
            background-position: center center;
        }

        .subpage_banner_wrapper_2 h2 {
            font-size: 25px;
        }
}

@media screen and (min-width:992px) {
    .product-thumbnail-slider {
        height: 590px;
    }
}

@media screen and (min-width:1200px) {
    .product-thumbnail-slider {
        height: 790px;
    }
}
/* 
.product-thumbnail-slider .swiper-slide {
  height: 200px;
} */

/* ------ Quantity ------*/
.product-quantity .qty-number {
    margin-right: 20px;
}

.product-quantity .input-group .btn {
    height: 48px;
    border: 1px solid #ccc;
}

.qty-number .quntity-button {
    min-width: 40px;
    height: 40px;
    font-size: 1.8em;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
    background-color: var(--accent-dim-color);
    transition: .5s all ease-in-out;
}

    .qty-number .quntity-button:hover {
        background-color: var(--accent-lit-color);
    }

.qty-number input {
    font-size: 1.4em;
    width: 50px;
    height: 40px;
    text-align: center;
    border-radius: 0;
    border: 1px solid var(--dark-color);
}

.qty-field .regular-price {
    display: none;
}

/*--------------------------------------------------------------
/** Single Product
--------------------------------------------------------------*/
.single-product-template .breadcrumbs li {
    font-size: 1.5em;
    padding-right: 15px;
}

.single-product-template .breadcrumbs span {
    padding-left: 15px;
}

.product-preview .swiper-slide {
    padding-bottom: 15px;
}

/*---- Single Product Information ----------*/
.rating-container .rating {
    color: var(--bs-yellow);
    font-size: 1.4em;
}

.product-info .product-price strong {
    font-size: 1.6em;
    color: var(--accent-color);
    padding-right: 10px;
}

.product-info .product-price del {
    color: var(--accent-color);
}

.product-info .color-product-options .color-item {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border: 1px solid var(--bs-gray);
    padding: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
}

    .product-info .color-product-options .color-item span {
        border: 1px solid var(--dark-color);
        display: block;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .product-info .color-product-options .color-item:hover {
        border: 1px dotted var(--bs-gray-300);
    }

.product-info .item-title {
    width: 100%;
}

.swatch-element .swatch-label {
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    min-width: 50px;
    height: 50px;
    border: 2px solid var(--bs-gray-300);
    transition: all 0.3s;
    cursor: pointer;
    padding: 8px;
}

.swatch-element .swatch-input {
    display: none;
}

    .swatch-element .swatch-input:checked + .swatch-label {
        border: 2px solid var(--bs-gray);
    }

/*---- Single Product Accordion ----------*/
.review-style1 .review-item .rating-container .rating {
    font-size: 1em;
}

.review-style1 .review-item span.author-name {
    font-weight: 600;
}

/* button */
.btn-link {
    font-size: 0.875rem;
    font-family: var(--bs-body-font-family);
    letter-spacing: 0.0875rem;
    text-transform: uppercase;
    text-decoration: none;
}

a.btn-link,
a.btn-link:after {
    transition: all .5s;
}

a.btn-link {
    position: relative;
}

    a.btn-link:before,
    a.btn-link:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        background-color: var(--bs-dark);
        height: 1px;
    }

[data-bs-theme=dark] a.btn-link:after {
    background-color: var(--bs-white);
}

a.btn-link:before {
    background-color: var(--bs-gray);
    width: 100%;
}

a.btn-link.is-checked:after,
a.btn-link:hover:after {
    width: 100%;
}

a.btn-link.text-white:after {
    background-color: var(--bs-white);
}

a.btn-link.text-light:after {
    background-color: var(--bs-light);
}




/* Hide the browser's default radio button */
.form-check-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #111;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.form-check-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.form-check-label input:checked ~ .checkmark {
    background-color: #A226F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-check-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.form-check-label .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #444;
}

.form-check-label.red input ~ .checkmark {
    background-color: #CA7A7A;
}

.form-check-label.brown input ~ .checkmark {
    background-color: #D5BB96;
}

.form-check-label.green input ~ .checkmark {
    background-color: #A5BC73;
}

.form-check-label.aqua input ~ .checkmark {
    background-color: #779B9D;
}

/* sidebar accordion */
.product-info .accordion {
    --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
}

.product-filter .accordion {
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11h-6V5a1 1 0 0 0-2 0v6H5a1 1 0 0 0 0 2h6v6a1 1 0 0 0 2 0v-6h6a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M19 11H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2Z"%2F%3E%3C%2Fsvg%3E');
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-active-color: #8C907E;
}

.product-filter .accordion-body > div,
.product-filter .accordion-body a {
    display: block;
    padding: 10px;
    margin-bottom: 1.25rem;
    border: 1px solid #EBEBEA;
}

    .product-filter .accordion-body a:hover {
        border: 1px solid #999;
    }

/* image zoom */
.image-zoom {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .3s ease-out;
}


.cart-count-badge {
    width: 15px;
    height: 15px;
    position: absolute;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    box-shadow: 1px 1px 3px #0000004d;
    opacity: 1;
    transition: .3s ease-in-out;
    background-color: #27398f;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    top: -5px;
    right: -9px;
}


.product-title {
    margin-bottom: 10px !important;
    color: #222222;
    line-height: 1;
    font-weight: 600;
}

.product-price-box {
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
}

    .product-price-box ins {
        color: #f11212;
        margin-left: 6px;
        display: inline-block;
        text-decoration: none;
    }

ol, ul {
    margin-top: 0;
    margin-inline-end: 0px;
    margin-bottom: 17.5px;
    margin-inline-start: 16px;
    padding-inline-start: 0;
}

.deal-tag {
    display: inline-flex;
    align-items: center;
    padding: 3px 25px;
    background-color: #FCD7D7;
    color: #FF0000;
    font-size: 20px;
    font-weight: Normal;
    border-radius: 10px;
    background-image: url('images/Confetti_blast.gif');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .deal-tag::before {
        content: '';
        display: block;
        width: 0;
        height: 0;
    }


.discount-section {
    border: 1px solid #3b5998;
    border-radius: 8px;
    padding: 15px;
    font-family: Arial, sans-serif;
    max-width: 400px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.discount-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.icon-215 {
    font-size: 28px;
    color: #fff;
    background-color: #2B3C90;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
}

span-215 {
    flex-grow: 1;
    font-size: 14px;
    color: #333;
}

.icon-215 img {
    width: 18px;
    height: 18px;
}

button.copy-code {
    border: 1px dashed #3b5998;
    border-radius: 5px;
    padding: 5px 10px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    color: #3b5998;
    display: flex;
    align-items: center;
    gap: 5px;
}

.divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 10px 0;
}

button.copy-code.copied {
    background-color: #e6ffe6;
    color: #006400;
    border: 1px solid #006400;
}

.product-form__buttons .quantity-wrapper {
    min-width: 120px;
    width: 120px;
    height: 40px;
    border: 1px solid #222;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    order: 1;
    border-radius: 40px;
}

.quantity-wrapper button {
    position: absolute;
    display: block;
    padding: 0;
    top: -2px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: 0 0;
    color: #222;
}

.quantity-wrapper .is--minus {
    left: 0;
    text-align: left;
    padding-left: 15px;
}

.quantity-wrapper .is--plus {
    right: 0;
    text-align: right;
    padding-right: 15px;
}

.quantity-wrapper input.quantity-input[type=number] {
    width: 35px;
    border: 0px;
    height: 38px;
    background: 0px 0px;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    text-align: center;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.quantity-wrapper button svg {
    width: 12px;
    height: 12px;
    stroke-width: 2;
}

input.quantity-input[type=number]::-webkit-inner-spin-button,
input.quantity-input[type=number]::-webkit-outer-spin-button,
input.quantity-input[type=number] {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input:focus,
input:not([type=submit]):not([type=checkbox]):focus,
select:focus, textarea:focus {
    border-color: rgba(var(--text-color-rgb),.8);
    outline: none;
}

.product-form__submit {
    font-size: 14px;
    font-weight: 600;
    min-height: 40px;
    padding: 5px 25px;
    cursor: pointer;
    margin-top: 20px;
    order: 4;
    text-transform: uppercase;
}

@media (min-width: 1025px) {
    .product-form__submit {
        margin-top: 0;
        order: 2;
    }
}

.product-form__submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    line-height: 1;
    transition: .3s ease-in-out;
    color: #fff;
    background-color: #27398f;
    border: 0;
    font-weight: 600;
    border-radius: 60px;
}

    .product-form__submit:hover {
        background-color: #27398f;
    }

@media (-moz-touch-enabled: 0), (hover: hover) {
    .btn-effect-sweep-to-top:hover:before {
        transform: scale(1);
        background-color: #172153;
        opacity: 1;
        visibility: visible;
    }
}

.btn-effect-sweep-to-top {
    position: relative;
}

    .btn-effect-sweep-to-top:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 1;
        visibility: visible;
        transform: scaleX(0);
        transform-origin: 0 0;
        transition-duration: .5s;
        transition-property: transform;
        transition-timing-function: ease-out;
        transition: .3s ease-in-out;
        transform-origin: 100% 100%;
        transform: scaleX(1) scaleY(0);
    }

    .btn-effect-sweep-to-top:before {
        content: "";
        position: absolute;
        z-index: -1;
        border-radius: inherit;
        opacity: 0;
        visibility: hidden;
    }

.pr-wishlist {
    position: relative;
    border-radius: 40px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    color: #222222;
    border: 1px solid #222222;
    text-align: center;
    transition: all .3s ease 0s;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
}

    .pr-wishlist.is--added {
        color: #e81e1e;
        border-color: #e81e1e;
    }

        .pr-wishlist.is--added svg {
            fill: #e81e1e;
        }

    .pr-wishlist svg {
        width: 15px;
        height: 15px;
        fill: #222222;
        pointer-events: none;
    }


/*banner*/


.subpage_banner_wrapper {
    width: 100%;
    display: block;
    float: left;
    border-radius: 0;
    overflow: hidden;
}

    .subpage_banner_wrapper .item {
        position: relative;
        border-radius: 0;
        overflow: hidden;
    }

        .subpage_banner_wrapper .item img {
            width: 100%;
            object-fit: cover;
        }

        .subpage_banner_wrapper .item .cover {
            padding: 70px;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.4);
            display: flex;
            align-items: center;
        }

            .subpage_banner_wrapper .item .cover .hero-content {
                position: relative;
                padding: 56px;
                overflow: hidden;
            }

                /* .subpage_banner_wrapper .item .cover .hero-content h2 {
                font-weight: 300;
                font-size: 22px;
                color: #fff;
            }*/

                .subpage_banner_wrapper .item .cover .hero-content h1 {
                    font-size: 45px;
                    font-weight: 600;
                    margin: 0px 0 15px;
                    word-spacing: 3px;
                    color: #fff;
                }

                .subpage_banner_wrapper .item .cover .hero-content h4 {
                    font-size: 16px;
                    font-weight: 300;
                    line-height: normal;
                    color: #fff;
                }

    .subpage_banner_wrapper .owl-item.active h1 {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInDown;
        animation-delay: 0.3s;
    }

    .subpage_banner_wrapper .owl-item.active h2 {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInDown;
        animation-delay: 0.3s;
    }

    .subpage_banner_wrapper .owl-item.active h4 {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInUp;
        animation-delay: 0.3s;
    }

    .subpage_banner_wrapper .owl-item.active .line {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        animation-name: fadeInLeft;
        animation-delay: 0.3s;
    }

    .subpage_banner_wrapper .owl-nav .owl-prev {
        position: absolute;
        left: 15px;
        top: 43%;
        opacity: 0;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        /*background: rgba(0, 0, 0, 0.5) !important;*/
        width: 40px;
        cursor: pointer;
        height: 40px;
        position: absolute;
        display: block;
        z-index: 1000;
        border-radius: 0;
    }




        .subpage_banner_wrapper .owl-nav .owl-prev span {
            font-size: 1.6875rem;
            color: #fff;
        }

        .subpage_banner_wrapper .owl-nav .owl-prev:focus {
            outline: 0;
        }

        .subpage_banner_wrapper .owl-nav .owl-prev:hover,
        .subpage_banner_wrapper .owl-nav .owl-next:hover {
            background: none !important;
            color: #fff !important;
        }

    .subpage_banner_wrapper .owl-nav .owl-prev,
    .subpage_banner_wrapper .owl-nav .owl-next {
        color: #fff !important;
        font-size: 30px !important;
    }

    .subpage_banner_wrapper .owl-nav .owl-next {
        position: absolute;
        right: 15px;
        top: 43%;
        opacity: 0;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
        /*background: rgba(0, 0, 0, 0.5) !important;*/
        width: 40px;
        cursor: pointer;
        height: 40px;
        position: absolute;
        display: block;
        z-index: 1000;
        border-radius: 0;
    }

        .subpage_banner_wrapper .owl-nav .owl-next span {
            font-size: 1.6875rem;
            color: #fff;
        }

        .subpage_banner_wrapper .owl-nav .owl-next:focus {
            outline: 0;
        }

    .subpage_banner_wrapper:hover .owl-prev {
        left: 50px;
        opacity: 1;
    }

    .subpage_banner_wrapper:hover .owl-next {
        right: 50px;
        opacity: 1;
    }

    .subpage_banner_wrapper .owl-theme .owl-nav {
        margin-top: 0;
    }

@media(max-width:575px) {
    .subpage_banner_wrapper .owl-nav .owl-prev {
        top: 20%;
    }

    .subpage_banner_wrapper .owl-nav .owl-next {
        top: 20%;
    }
}

.subpage_banner_wrapper_2 {
    width: 100%;
    min-height: 396px;
    position: relative;
    padding: 80px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .subpage_banner_wrapper_2 img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .subpage_banner_wrapper_2:before {
        content: "";
        background: #000;
        position: absolute;
        inset: 0;
        z-index: 2;
        opacity: 0.2;
    }

    .subpage_banner_wrapper_2 [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    .subpage_banner_wrapper_2 .container {
        position: relative;
        z-index: 3;
    }

.bg-primary {
    background-color: var(--bs-primary) !important
}

.bg-secondary {
    background-color: var(--bs-secondary) !important
}

.trendingSearchBox a.trending-searches {
    border: 1px solid #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    border-radius: 62px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: left;
    line-height: 1;
    padding: 10px;
}

    .trendingSearchBox a.trending-searches:hover {
        background-color: #500082;
        color: #fff;
    }

    .trendingSearchBox a.trending-searches .number svg {
        fill: #000;
    }

    .trendingSearchBox a.trending-searches:hover .number svg {
        fill: #fff;
    }

.category_shop_1 {
    border-radius: 35px;
    background: #fff;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
    box-shadow: 0 0 0 rgba(0,0,0,.5);
}


    .category_shop_1 a:hover .catg-title {
        bottom: 30px;
        transition: all .5s ease;
    }


    .category_shop_1 a:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 0;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 40%,#474747 100%);
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 40%,#474747);
        background: linear-gradient(180deg,rgba(0,0,0,0) 40%,#474747);
    }

    .category_shop_1 img {
        min-width: 100%;
        height: 100%;
    }

    .category_shop_1 .catg-title {
        font-size: 16px;
        width: 100%;
        text-align: left;
        position: absolute;
        bottom: 15px;
        padding: 15px;
        line-height: 20px;
        color: #fff;
        transition: all .5s ease;
        z-index: 1;
        text-transform: uppercase;
        text-align: center;
        letter-spacing: 2px;
        font-weight: 300;
    }


        .category_shop_1 .catg-title strong,
        .category_shop_1 .catg-title small {
            display: block;
            font-style: normal;
            font-weight: 600;
        }


        .category_shop_1 .catg-title strong {
            font-size: 18px;
        }




/*filter product*/

/* .container{ border: 2px solid green }
.grid-item{ border: 2px solid red; padding: 20px;}
.grid{ border: 1px solid blue} */


.filters ul::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
    height: 4px;
    border-radius: 0;
}


.filters ul::-webkit-scrollbar-thumb {
    background-color: silver;
}

.filters ul {
    margin: 0;
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 20px;
    overflow-x: scroll;
}

@media only screen and (min-width: 769px) {
    .filters ul {
        overflow-x: auto;
        overflow: hidden;
    }

        .filters ul:hover {
            overflow-x: scroll;
            overflow: auto;
        }
}

.filters ul li {
    position: relative;
    display: inline-block;
    font-size: 1.0625em;
    line-height: 1.35;
    letter-spacing: .05em;
    color: #000;
    padding: .5em 1.05em;
    border-radius: 4px;
    background: #fff;
    transition: all .3s ease-in;
    outline: none !important;
    cursor: pointer;
    margin: 0 6px;
    border: 1px #000 solid;
}

    .filters ul li:first-child {
        margin-left: 0;
    }

    .filters ul li:last-child {
        margin-right: 0;
    }

    .filters ul li.is-checked {
        background: #000 !important;
        color: #fff !important;
    }

    .filters ul li:last-child {
        margin-right: 0;
    }


.product-item {
    margin-bottom: 15px;
    margin-top: 15px;
    box-shadow: none;
    border: 1px solid #cccccc;
    border-radius: 10px;
    overflow: hidden;
    transition: height .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1);
}

    .product-item .product-thumb {
        align-items: center;
        display: flex;
        overflow: hidden;
        position: relative;
        min-height: 350px;
        justify-content: center;
        width: 100%;
        padding: 0;
    }

        .product-item .product-thumb .offer_badge {
            position: absolute;
            left: 0;
            top: 0;
            border-bottom-right-radius: 10px;
            background-color: #000;
            padding: 5px;
            z-index: 10;
        }

        .product-item .product-thumb .save_tag {
            margin-bottom: 10px;
            line-height: 1;
            width: 100%;
            clear: both;
            float: left;
            color: #fff;
        }

        .product-item .product-thumb .badge_modal_qty p.make-upto {
            font-size: 8px;
            color: #fff;
        }

        .product-item .product-thumb .badge_modal_qty p.qty {
            font-size: 28px;
            color: #ffde00;
        }

        .product-item .product-thumb .badge_modal_qty p.modals {
            font-size: 11px;
            color: #fff;
        }

.product-thumb .swap-on-hover {
    position: relative;
    width: 100%;
}

    .product-thumb .swap-on-hover .swap-on-hover__front-image {
        z-index: 1;
        transition: opacity .1s ease-in-out,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
        cursor: pointer;
    }

.product-thumb:hover > .swap-on-hover .swap-on-hover__back-image {
    opacity: 1;
    transform: translate(-50%, -50%) scale3d(1.1,1.1,1.1) translateZ(0);
    transition: opacity .1s ease-in-out,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
    z-index: 9;
}

.product-thumb .swap-on-hover img {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    transition: opacity .1s ease-in-out,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
}

.product-thumb .swap-on-hover .swap-on-hover__back-image {
    opacity: 0;
    transition: opacity .1s ease-in-out,transform 1.1s cubic-bezier(.15,.75,.5,1) 0s;
}

.product-item .product-info {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    min-height: 117px;
    padding: 30px;
}

.product_desc p {
    margin-bottom: 10px;
    line-height: 1;
    width: 100%;
    clear: both;
    float: left;
}

.product-item .product-info .title {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    color: #000000;
    font-weight: bold;
}

.price_line_through {
    font-size: 16px;
    color: #949494;
    font-weight: bold;
    text-decoration: line-through;
}

.price_actual {
    font-size: 16px;
    color: #de0101;
    font-weight: bold;
}

.product-item .product-info .title {
    font-family: "Rubik", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

    .product-item .product-info .title a {
        color: #000;
    }

.product_stock_level {
    font-size: 14px;
    color: #3c9342;
}

.product-item .product-info .prices {
    clear: both;
    display: flex;
    justify-content: space-between;
}

.starrr {
    display: inline-block;
}

    .starrr i {
        font-size: 16px;
        padding: 0 1px;
        cursor: pointer;
        color: #ffd119;
    }

        .starrr i.fa-star.on {
            font-weight: 600;
        }

        .starrr i.fa-star.off {
            font-weight: normal;
        }

.add-to-cart {
    background-color: #62b841;
    border-color: #62b841;
    color: #fff;
    border-radius: 30px;
}

    .add-to-cart:hover,
    .add-to-cart:focus,
    .add-to-cart:active,
    .add-to-cart.active {
        background-color: #58a53a;
        border-color: #4e9234;
        color: #fff;
    }

    .add-to-cart.disabled:hover,
    .add-to-cart.disabled:focus,
    .add-to-cart.disabled:active,
    .add-to-cart.disabled.active,
    .add-to-cart[disabled]:hover,
    .add-to-cart[disabled]:focus,
    .add-to-cart[disabled]:active,
    .add-to-cart[disabled].active,
    fieldset[disabled] .add-to-cart:hover,
    fieldset[disabled] .add-to-cart:focus,
    fieldset[disabled] .add-to-cart:active,
    fieldset[disabled] .add-to-cart.active {
        background-color: #62b841;
        border-color: #62b841;
    }

.features h6.element-title {
    font-size: 18px;
    letter-spacing: .02em;
    line-height: 1.3;
}

.features img.icon {
    max-width: 100px;
}

.enlarge-text {
    font-size: 20px;
}

    .enlarge-text p em {
        font-family: DomaineDisplay-MediumItalic;
        font-weight: 400 !important;
    }

.form_login .modal-content,
.morning_nutrition_filter .modal-content {
    background: #fff;
    border-radius: 18px;
    border: 0;
}


.modal-content .modal-header {
    position: relative;
    padding: 0;
    border: none;
}

.modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.form_login .modal-body input.form-control {
    border-color: #353535;
    color: #353535;
    border: 2px solid #000;
    border-radius: 6px;
    background: 0 0;
    color: #000;
    letter-spacing: .2px;
}

    .form_login .modal-body input.form-control:focus {
        box-shadow: none !important;
    }


.form_login p.safe {
    color: #2d8d04 !important;
    font-size: 12px;
}

.form_login img.data-secure {
    width: 25px;
    height: 25px;
}

.form_login .mobile-combo .form-select {
    width: 25px;
    border-color: #000;
    border-width: 2px;
    background-color: transparent;
    max-width: 90px;
    text-align: left;
}

.form_login .mobile-combo .form-control {
    border-left: 0 !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


.form_login .btn-default-outline:hover {
    color: #fff !important;
    z-index: 1;
}

.form_login .btn-default-outline::before {
    z-index: -1;
}

.form_login .modal-header .btn-close,
.morning_nutrition_filter .modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    outline: 0;
    box-shadow: none;
}

.btn-green {
    background-color: #73b858;
    border-color: #73b858;
    color: #fff;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active,
    .btn-green.active {
        background-color: #004e86;
        border-color: #003f6c;
        color: #fff;
    }

    .btn-green.disabled:hover,
    .btn-green.disabled:focus,
    .btn-green.disabled:active,
    .btn-green.disabled.active,
    .btn-green[disabled]:hover,
    .btn-green[disabled]:focus,
    .btn-green[disabled]:active,
    .btn-green[disabled].active,
    fieldset[disabled] .btn-green:hover,
    fieldset[disabled] .btn-green:focus,
    fieldset[disabled] .btn-green:active,
    fieldset[disabled] .btn-green.active {
        background-color: #73b858;
        border-color: #73b858;
    }

.btn-blue {
    background-color: #500082;
    border-color: #500082;
    color: #fff;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active {
        background-color: #004e86;
        border-color: #003f6c;
        color: #fff;
    }

    .btn-blue.disabled:hover,
    .btn-blue.disabled:focus,
    .btn-blue.disabled:active,
    .btn-blue.disabled.active,
    .btn-blue[disabled]:hover,
    .btn-blue[disabled]:focus,
    .btn-blue[disabled]:active,
    .btn-blue[disabled].active,
    fieldset[disabled] .btn-blue:hover,
    fieldset[disabled] .btn-blue:focus,
    fieldset[disabled] .btn-blue:active,
    fieldset[disabled] .btn-blue.active {
        background-color: #500082;
        border-color: #500082;
    }

#footer a, #footer p, #footer span {
    color: white;
}

#footer .copyright_box {
    border-top: 1px solid #2f2f2f;
}

#footer .footer-intro .footer_logo {
    max-width: 200px;
}

.breadcrumb a:first-child {
    color: #a4a4a4;
}

@media only screen and (min-width: 769px) {
    .breadcrumb_1 .breadcrumb {
        text-align: left;
    }
}

.breadcrumb_1 nav.breadcrumb {
    display: flex;
    align-items: center;
    margin: 0;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .breadcrumb_1 nav.breadcrumb svg {
        transform: rotate(270deg);
        width: 9px;
        color: #000;
        margin-right: 5px;
        margin-left: 5px;
    }

.breadcrumb_1 a.collectionbread-sec.breadcrumb {
    margin: 0;
    color: #a4a4a4;
}



/*Product Gallery*/

.sr-text {
}

.thumb-nav .slick-prev:before,
.thumb-nav .slick-next:before {
    font-family: 'themify';
}

.thumb-nav .slick-prev:before {
    content: "\e64a";
}

.thumb-nav .slick-next:before {
    content: "\e649";
}

.thumb-nav.slick-slider .slick-prev {
    left: 0;
}

.thumb-nav.slick-slider .slick-next {
    right: 0;
}

.wrapper strong {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 1.2em;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0;
    color: #666;
}

.product-images {
    width: 100%;
    margin: 0 auto;
}

    .product-images .row {
        margin: 0;
    }

    .product-images [class*="col-"] {
        padding: 0;
    }



    .product-images li,
    .product-images figure,
    .product-images a,
    .product-images img {
        display: block;
        outline: none;
        border: none;
    }

    .product-images .main-img-slider figure {
        margin-bottom: 0;
        border-radius: 0;
    }

        .product-images .main-img-slider figure a {
            cursor: pointer;
            cursor: zoom-in;
        }

            .product-images .main-img-slider figure a img {
                width: 100%;
                margin: 0 auto;
                border-radius: 0;
            }

    .product-images .thumb-nav {
        padding: 0;
        text-align: center;
        z-index: 1;
        margin-bottom: 0;
        margin-top: 15px;
        margin-left: 0;
    }

        .product-images .thumb-nav.slick-slider .slick-prev,
        .product-images .thumb-nav.slick-slider .slick-next {
            height: 100%;
            width: 30px;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            z-index: 1;
            top: 0;
        }

        .product-images .thumb-nav .slick-prev:before,
        .product-images .thumb-nav .slick-next:before {
            top: 0;
            color: #fff;
            font-size: 15px;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        }

        .product-images .thumb-nav.slick-slider .slick-prev.slick-disabled,
        .product-images .thumb-nav.slick-slider .slick-next.slick-disabled {
            opacity: .70;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            cursor: no-drop;
        }

        .product-images .thumb-nav.slick-slider .slick-prev {
            border-top-left-radius: 0;
        }

        .product-images .thumb-nav.slick-slider .slick-next {
            bottom: 0;
            border-bottom-right-radius: 0;
        }

.main-img-slider .slick-prev,
.main-img-slider .slick-next {
    width: 25px;
    height: 42px;
    text-align: center;
    z-index: 1;
}

.main-img-slider .slick-prev {
    left: 10px;
}

.main-img-slider .slick-next {
    right: 10px;
}

    .main-img-slider .slick-next:before,
    .main-img-slider .slick-prev:before {
        font-size: 19px;
        font-family: 'themify';
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #000;
    }

.main-img-slider .slick-prev:before {
    content: "\e64a";
}

.main-img-slider .slick-next:before {
    content: "\e649";
}

.product-images .thumb-nav li {
    display: block;
    cursor: pointer;
    margin-top: 0;
    border-radius: 0;
}

/* the slides */
.product-images .thumb-nav .slick-slide {
    margin: 0 10px;
}
/* the parent */
.product-images .thumb-nav .slick-list {
    margin: 0 -10px;
}

.product-images .thumb-nav li img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    -webkit-transition: border-color .25s;
    transition: border-color .25s;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-images .thumb-nav li.slick-current {
    position: relative;
}

    .product-images .thumb-nav li.slick-current:after {
        bottom: 0;
        box-shadow: inset 0 0 0 2px #000;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

.product-images .thumb-nav li.slick-current {
    border-color: #000000;
}

.zoomWindow {
    margin-left: 30px;
    border: 1px solid #ebebeb !important;
}

.zoomLens {
    border: 1px solid #ebebeb !important;
    cursor: zoom-in !important;
}

@media(max-width: 767px) {
    .product-images [class*="col-"]:last-child {
        padding-left: 5px;
    }

    .main-img-slider .slick-prev,
    .main-img-slider .slick-next {
        display: none !important;
    }
}

p.nurturer-product.product-type-italic {
    margin-bottom: 7px;
    color: #7ea4b1;
    font-style: italic;
    font-family: DomaineDisplay-MediumItalic;
    text-align: left;
}

.h4.product-single__title {
    font-weight: 600;
    text-align: left;
}

.product_tabs {
}

    .product_tabs .tab-content {
        font-size: 14px;
        text-align: left;
    }

    .product_tabs .nav-tabs li.nav-item a.nav-link {
        background-color: #eef5ef;
        border-radius: 0;
        margin-right: 5px;
    }

        .product_tabs .nav-tabs li.nav-item a.nav-link.active {
            background-color: #fff;
        }

.wn-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.description_icons {
    justify-content: flex-start !important;
}

.description_icons {
    font-size: 1em;
    flex-wrap: wrap;
    row-gap: .75rem;
    padding-bottom: 1em;
    padding-top: .5em;
    line-height: 1.3;
    display: flex;
}

.desc_icon_box {
    flex: 0 0 33.33333333%;
    display: flex;
    align-items: center;
    column-gap: .5em;
    padding-right: .5em;
}

    .desc_icon_box img {
        max-width: 2.25rem;
        height: auto;
    }

.var_desc {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.variant-desc.c_color {
    background: linear-gradient(90deg, #fbf3f1, #ddf1ff);
}

.variant-desc {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: normal;
    padding: .25em .625em;
    margin-bottom: .5em;
    border-radius: 5px;
}

.product-block {
    margin-bottom: 25px;
    text-align: left;
}

.visually-hidden {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

span.videotxt {
    position: relative;
    right: 0;
    margin-right: 10px;
}

.product__price--compare {
    font-size: 16px;
    opacity: .5;
    display: inline-block;
    padding-right: 5px;
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
}

.product__price {
    color: var(--colorPrice);
    font-size: calc(var(--typeBaseSize) + 3px);
    margin-right: 5px;
}

    .product__price.on-sale {
        padding-right: 5px;
    }

.product__price-savings {
    color: #7ea4b1;
    white-space: nowrap;
}

.information-popup-button-wrapper {
    display: flex;
}

.suppliment-button, .ingredient-button {
    cursor: pointer;
    color: black;
    text-align: center;
    font-size: 16px;
    padding: 18px 0px;
    transition: background-image 3s ease-in-out;
    margin-right: 8px;
    text-decoration: underline;
    font-style: italic;
}

@media only screen and (min-width: 769px) {
    .faux-select,
    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
    }

    .variant-input-wrap label {
        font-size: 16px;
    }

    .product-single__sticky {
        position: sticky;
        top: 20px;
        z-index: 1;
    }
}

.hr--large, .hr--medium, .hr--small, hr {
    border: 0;
    border-top: 1px solid;
    border-top-color: var(--colorBorder);
    height: 1px;
}

.label, label:not(.variant__button-label):not(.text-label) {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.variant__label[for] {
    cursor: default;
    display: block;
    margin-bottom: 10px;
}

label[for] {
    cursor: pointer;
}

.variant-input-wrap {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.variant-input {
    display: inline-block;
}

.variant-input-wrap input {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
}

.variant-input-wrap input[type=radio]:checked + label {
    box-shadow: 0 0 0 2px #1a1818;
}

[data-center-text=true] .variant-input-wrap label {
    margin: 0 4px 12px;
}

.variant-input-wrap label {
    background-color: var(--colorBody);
    box-shadow: 0 0 0 1px #e8e8e1;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.025em;
    line-height: 1.4;
    margin: 0 8px 12px 0;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
}

.payment-buttons .add-to-cart {
    border: 1px solid;
    border-color: #1a1818;
    min-height: 50px;
    padding: 13px 20px;
    transition: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .3em;
    line-height: 1.42;
    background-color: transparent;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
}

.payment-buttons .btn-buy-now {
    background: #000 !important;
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: .3em;
    line-height: 1;
    border: none;
    padding: 15px 10px;
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
    height: 50px;
    text-transform: uppercase;
    transition-delay: .25s;
    transition: background .2s ease 0s;
    overflow: hidden;
    position: relative;
}

    .payment-buttons .btn-buy-now:after {
        background-image: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, .25), transparent);
        content: "";
        height: 100%;
        left: 150%;
        position: absolute;
        top: 0;
        transform: skew(-20deg);
        width: 200%;
    }

    .payment-buttons .btn-buy-now:hover:after {
        animation: shine .75s cubic-bezier(.01,.56,1,1);
    }

@keyframes shine {
    to {
        left: -200%
    }
}

@keyframes overlay-on {
    0% {
        opacity: 0
    }

    to {
        opacity: .6
    }
}

.related-productinner {
    text-align: center;
}

    .related-productinner h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

.slider-productsec {
    margin-top: 20px;
    padding-bottom: 15px;
}

.proudctinner_seclist {
    text-align: center;
    width: 100%;
    min-width: 132px;
}

.text-link, a {
    background: transparent;
    color: #1a1818;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.proudctinner_seclist img {
    background: #f1f1f1;
    max-width: 96px;
    margin: 0 auto 10px;
    border-radius: 5px;
}

.proudctinner_seclist span {
    font-size: 14px;
    line-height: normal;
    display: block;
}

.hm2-accordion {
    width: 100%;
    display: block;
    position: relative;
}



    .hm2-accordion .accordion-item {
        border: 2px dashed rgba(94,112,125,0.2);
        background-color: transparent;
        border-left: 0;
        border-right: 0;
    }

        .hm2-accordion .accordion-item:last-child {
            border-bottom: 0;
        }

        .hm2-accordion .accordion-item:not(:first-of-type) {
            border-top: 0;
        }

        .hm2-accordion .accordion-item .accordion-header a {
            background-color: transparent;
            box-shadow: none;
            border: none;
            padding: 20px 0;
            margin: 0;
            font-size: 20px;
            font-weight: 400;
            color: #000;
            position: relative;
            display: flex;
            align-items: center;
            width: 100%;
        }



            .hm2-accordion .accordion-item .accordion-header a::after {
                flex-shrink: 0;
                width: 1.15rem;
                height: 1.15rem;
                margin-left: auto;
                content: "";
                background-image: url(svg/icon-plus.svg);
                background-repeat: no-repeat;
                background-size: 1.15rem;
                transition: transform .2s ease-in-out;
            }

            .hm2-accordion .accordion-item .accordion-header a:not(.collapsed)::after {
                background-image: url(svg/icon-minus.svg);
                transform: rotate(-180deg);
            }

        .hm2-accordion .accordion-item .accordion-body {
            padding: 15px 0;
        }

.zoomContainer {
    display: none;
}

.icon_imgsec {
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
}

    .icon_imgsec img {
        width: 55px;
        margin: 0 auto 7px;
    }

.stats .stats-item {
    padding: 30px;
    width: 100%;
    border: 1px solid #b8b8b8;
    border-radius: 15px;
}

    .stats .stats-item span {
        font-size: 48px;
        display: block;
        color: var(--bs-primary-rgb);
        font-weight: 700;
    }

    .stats .stats-item p {
        color: #000;
        padding: 0;
        margin: 0;
    }



/*    --------------------------------------*/

.cust_review {
    background: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    padding: 25px;
    margin-top: 50px;
    box-shadow: 0px 5px 25px 0px #e1e1e1;
    border-radius: 15px;
}

    .cust_review .hedding-title h1 {
        margin: 0px;
        padding: 0px 0px 10px 0px;
        font-size: 25px;
    }

.average-rating {
    float: left;
    text-align: center;
}

    .average-rating h2 {
        margin: 0px;
        font-size: 80px;
    }

    .average-rating p {
        margin: 0px;
        font-size: 20px;
    }

.cust_review .fa-star,
.cust_review .fa-star-o,
.cust_review .fa-star-half-o,
.cust_review .fa-star-half-alt {
    color: #FDC91B;
    font-size: 15px !important;
}

.progress, .progress-2, .progress-3, .progress-4, .progress-5 {
    background: #F5F5F5;
    border-radius: 13px;
    height: 18px;
    width: 97%;
    padding: 3px;
    margin: 5px 0px 3px 0px;
}

    .progress:after, .progress-2:after, .progress-3:after, .progress-4:after, .progress-5:after {
        content: '';
        display: block;
        background: #337AB7;
        width: 80%;
        height: 100%;
        border-radius: 9px;
    }

    .progress-2:after {
        width: 60%;
    }

    .progress-3:after {
        width: 40%;
    }

    .progress-4:after {
        width: 20%;
    }

    .progress-5:after {
        width: 10%;
    }

.loder-ratimg {
    display: inline-block;
    width: 100%;
}

.start-part {
}

    .start-part span {
        color: #337AB7;
        font-size: 16px;
    }

    .start-part i.fa-star.on {
        font-weight: 600;
    }

    .start-part i.fa-star.off {
        font-weight: normal;
    }


.reviews h1 {
    margin: 0;
}

.user-img img {
    height: 50px;
    width: 50px;
    border: 1px solid blue;
    border-radius: 50%;
}

.comment_container {
}

.user-img-part {
    float: left;
    width: 100%;
}

.user-img {
    float: left;
    margin-right: 15px;
}

.user-text {
    float: left;
}

    .user-text h4,
    .user-text p {
        margin: 0px 0px 5px 0px;
    }

    .user-text p {
        font-size: 16px;
        font-weight: bold;
    }

    .user-text h4, .user-text span {
        color: #B3B5B4;
    }

.comment_container, .rating_block {
    width: 100%;
    display: block;
    float: left;
}

.collection-filter {
}

    .collection-filter .btn:not(.btn--tertiary-active),
    .collection-filter select {
        background: #d9eaff;
        border-color: #500082;
    }

    .collection-filter .btn {
        border: 1px solid;
        border-color: #500082;
        padding: 0 20px;
        font-size: 16px;
        height: 44px;
    }

        .collection-filter .btn .icon {
            margin-right: 10px;
            position: relative;
            top: -2px;
            fill: #000;
            display: inline-block;
            height: 20px;
            vertical-align: middle;
            width: 20px;
            fill: none;
            stroke-width: 2px;
            stroke: #000;
            stroke-linejoin: var(--iconLinecaps);
        }

    .collection-filter select {
        display: block;
        width: 100%;
    }

    .collection-filter .btn,
    .collection-filter select {
        font-size: 16px;
        height: 40px;
    }

    .collection-filter .label,
    .collection-filter label:not(.variant__button-label):not(.text-label) {
        font-size: 16px;
        letter-spacing: 1px;
        text-transform: capitalize;
    }

    .collection-filter label[for] {
        cursor: pointer;
    }

    .collection-filter .hidden-label {
        clip: rect(0 0 0 0);
        border: 0;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .collection-filter input, .collection-filter select, .collection-filter textarea {
        border-radius: 0;
        max-width: 100%;
        padding: 8px 10px;
    }

.no-bullets {
    list-style: none outside;
    margin-left: 0;
}

.accordion_product h2.accordion-item {
    display: block;
    font-size: .8em;
    letter-spacing: .3em;
    padding: 15px 10px 15px 0;
    text-transform: uppercase;
    width: 100%;
}

label.text-label {
    display: flex;
}

.tag-list a, .tag-list label {
    cursor: pointer;
    display: block;
    line-height: 1.4;
    margin-bottom: 10px;
}

.tag__input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.tag__checkbox {
    padding-left: 25px;
    position: relative;
}

    .tag__checkbox:before {
        border: 1px solid;
        border-color: #000;
        height: 16px;
        width: 16px;
    }

    .tag__checkbox:after {
        height: 10px;
        left: 3px !important;
        width: 10px;
    }

    .tag__checkbox:after,
    .tag__checkbox:before {
        content: "";
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.tag--active .tag__checkbox:after,
.tag-list--checkboxes .tag--active a:after,
input:checked ~ .tag__checkbox:after {
    background-color: #000;
    border-color: #000;
}

input:checked ~ .tag__checkbox + span {
    font-weight: 900;
}

.accordion_product .accordion-button:not(.collapsed) {
    color: #000;
}

.filter_drawer .offcanvas-header,
.filter_drawer .accordion-item {
    border-bottom: 1px solid #e8e8e1;
    margin-bottom: 0;
    width: 100%;
}

.filter_drawer .accordion-header {
    display: block;
    padding: 15px 10px 15px 0;
    width: 100%;
}

    .filter_drawer .accordion-header .accordion-button {
        font-size: .8em;
        letter-spacing: .3em;
        text-transform: uppercase;
    }


.filter_drawer .slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}


/* Style for the slider track */
#slider-range {
    height: 7px;
    background: #ddd;
    border-radius: 5;
    position: relative;
    /* margin: 20px 0; */
}

    /* Style for the range bar (between handles) */
    #slider-range .ui-slider-range {
        background: linear-gradient(90deg, #4caf50, #81c784);
        border-radius: 5px;
    }

    /* Style for the slider handles */
    #slider-range .ui-slider-handle {
        width: 16px;
        height: 16px;
        background: #ffffff;
        border: 2px solid #4caf50;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        top: -0.4em;
    }

        /* Add hover effect on slider handles */
        #slider-range .ui-slider-handle:hover {
            background: #81c784;
        }

/* Style for price labels */
.slider-labels {
    color: #333;
    margin-top: 10px;
}

.rounded-100 {
    border-radius: 1000px !important;
}

.about-btn {
    color: #000;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid;
    border-bottom-color: rgba(26, 24, 24, .15);
    padding: 5px;
}


    .about-btn::before {
        position: absolute;
        content: "";
        height: 1px;
        bottom: 0;
        width: 88%;
        background: #000;
        border-bottom: 2px solid currentColor;
        bottom: -2px;
        left: 0;
        position: absolute;
        transition: width .5s ease;
        width: 0;
    }

    .about-btn:hover:before {
        width: 100%;
    }

.rts-nbg-btn.btn-arrow span {
    transform: rotate(-35deg);
    margin-left: 5px;
    display: inline-block;
    transition: all 0.4s ease;
}

.rts-nbg-btn.btn-arrow:hover span {
    transform: rotate(0);
}

.button_badge {
    text-decoration: none;
    text-transform: uppercase;
    padding: 4px 7px;
    font-style: italic;
    border-radius: 4px;
    background-color: #73b858;
    color: #fff;
}

    .button_badge:hover {
        background-color: #6bd044;
    }


.main-banner-nutration {
    font-size: 22px;
    line-height: 32px;
    color: #0c1f47;
    text-align: center;
}

.boxslider-sec {
}

    .boxslider-sec img {
        width: 100px;
        height: 100px;
    }

    .boxslider-sec p {
        font-size: 22px;
        text-align: center;
        line-height: 1.6;
        margin-top: 15px;
        margin-bottom: 0;
    }

.consult-btn-part {
    font-size: 1.125em;
    font-weight: 500;
    line-height: normal;
    color: #500082;
    letter-spacing: normal;
    text-transform: capitalize;
    background-color: transparent;
    border: .125em solid #500082;
    border-radius: 100px;
    outline: none;
    padding: .875em 1.5em;
    display: inline-block;
}

    .consult-btn-part:hover {
        background: #500082;
        color: #fff;
    }

.top-banner {
    background: #fff;
    box-shadow: 0 0 15px 1px #b1b1b175;
    border-radius: 15px;
    padding: 50px;
}

.banner-title {
    font-size: 38px;
    line-height: 48px;
    color: #500082;
    text-align: center;
    padding-bottom: 40px;
    letter-spacing: normal;
    text-transform: unset;
}

.banner-max-size {
    max-width: 100%;
    margin: 0 auto;
}

.banner-flex {
}

.max-block {
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
}

.range-div-block {
    position: relative;
    padding: 25px 0;
    max-width: 740px;
    margin: 0 auto;
}

.range-dots {
    position: absolute;
    max-width: 30px;
    height: 30px;
    background: #cacaca;
    width: 100%;
    top: 52%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.dots-1 {
    left: 0;
    margin: 0 auto;
}

.dots-2 {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.dots-3 {
    right: 0;
}

.range-div-block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #cacaca;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.svg-icon-label.max-block {
    font-size: 21px;
    line-height: normal;
}

@media (max-width: 767px) {
    .top-banner {
        padding: 25px 25px;
        margin-bottom: 3rem;
    }

    .banner-title {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 15px;
    }

    .svg-icon svg {
        width: 55px;
        height: auto;
    }

    .svg-icon-label.max-block {
        font-size: 15px;
        line-height: 18px;
        margin-right: 0;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .svg-icon.max-block {
        padding-bottom: 20px;
        text-align: left;
    }

    .main-banner-nutration {
        font-size: 16px;
        line-height: normal;
        padding: 0 1rem;
    }

    .boxslider-sec img {
        width: 60px;
        height: 60px;
    }

    .boxslider-sec p {
        font-size: 18px;
    }

    .consult-testimonial .testimonial-item {
        min-height: auto !important;
    }

    .testimonials .section-title {
        font-weight: 500;
        font-size: 20px;
    }
}

.consult-testimonial {
    position: relative;
}

    .consult-testimonial .testimonial-item {
        box-sizing: content-box;
        min-height: 300px;
        position: relative;
        box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
        background-color: #fff;
        padding: 15px;
    }

        .consult-testimonial .testimonial-item .testimonial-img {
            width: 90px;
            height: 90px;
            border-radius: 50px;
            border: 6px solid #fff;
            margin-right: 10px;
        }

        .consult-testimonial .testimonial-item h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0 5px 0;
        }

        .consult-testimonial .testimonial-item h4 {
            color: color-mix(in srgb, var(--default-color), transparent 50%);
            font-size: 14px;
            margin: 0;
        }

        .consult-testimonial .testimonial-item .stars {
            margin: 10px 0;
        }

            .consult-testimonial .testimonial-item .stars i {
                color: #ffc107;
                margin: 0 1px;
            }

        .consult-testimonial .testimonial-item p {
            font-style: italic;
            margin: 15px auto 15px auto;
        }

        .consult-testimonial .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .consult-testimonial .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
            transform: scale(-1, -1);
        }

        .consult-testimonial .testimonial-item .quote-icon-left,
        .consult-testimonial .testimonial-item .quote-icon-right {
            color: color-mix(in srgb, var(--accent-color), transparent 60%);
            font-size: 26px;
            line-height: 0;
        }

    .consult-testimonial .owl-prev, .consult-testimonial .owl-next {
        position: absolute;
        background: none;
        z-index: 100;
        top: 50%;
        transform: translate(0%, -50%);
        width: 40px;
        height: 40px;
        border-radius: 40px !important;
        background-color: transparent !important;
        border: 1px solid #d1d1d1;
    }

        .consult-testimonial .owl-prev i, .consult-testimonial .owl-next i {
            font-size: 1rem;
            color: #cecece;
            line-height: 30px;
        }

    .consult-testimonial .owl-prev {
        left: -40px;
    }

    .consult-testimonial .owl-next {
        right: -40px;
    }

.HeaderMeetingInfo .HeaderText {
    font-weight: 600;
    font-size: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: #5a5a5a;
}

    .HeaderMeetingInfo .HeaderText svg {
        height: 18px;
        width: 18px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        color: #999;
    }

.appointment_form label:not(.form-check-label) {
    text-transform: uppercase !important;
    font-size: 12px !important;
    color: rgba(0, 0, 0, 1) !important;
}

.appointment_form .form-check-label {
    font-size: 14px !important;
}
/* Calendar Styling */
.ui-datepicker {
    background: linear-gradient(to bottom, #ffffff, #f4f4f9);
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.ui-datepicker-header {
    background-color: #500082 !important;
    color: #fff !important;
    border-radius: 12px 12px 0 0;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ui-datepicker-title {
    font-size: 18px;
}

.ui-state-default {
    background: #f9f9f9;
    color: #333;
    border-radius: 8px;
    padding: 5px;
    transition: all 0.3s ease;
}

    .ui-state-default:hover {
        background-color: #007BFF;
        color: #fff;
        transform: scale(1.1);
    }

.ui-state-active {
    background-color: #0056b3;
    color: #fff;
    border-radius: 8px;
}

.ui-datepicker-prev, .ui-datepicker-next {
    color: #fff;
    background-color: #0056b3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .ui-datepicker-prev:hover, .ui-datepicker-next:hover {
        background-color: #004494;
    }

.ui-datepicker-calendar td {
    padding: 1px;
}

.bg-light-sky-1 {
    background-color: #e4e8f4;
}

.bg-light-green-1 {
    background-color: #e8f4e4;
}

.ingredients_Section .image-wrap {
    width: 100%;
    min-height: 200px;
    border: 1px solid #e1e1e1;
    display: block;
}

    .ingredients_Section .image-wrap p {
        text-align: center;
        margin-top: 10px;
    }

.content-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    .content-table thead tr {
        background-color: #73b858;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
    }

    .content-table th,
    .content-table td {
        padding: 12px 15px;
    }

    .content-table tbody tr {
        border-bottom: 1px solid #73b858;
    }

        .content-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .content-table tbody tr:last-of-type {
            border-bottom: 2px solid #73b858;
        }

        .content-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }


ul.bullet_tick {
    padding: 0;
    margin: 0;
    list-style: none;
    column-count: 2;
}

    ul.bullet_tick li {
        margin: 0;
        position: relative;
        margin-left: 30px;
        color: #000;
    }

        ul.bullet_tick li:not(:last-child) {
            margin-bottom: 20px;
        }

        ul.bullet_tick li::before {
            position: absolute;
            content: "";
            background-image: url(assets/svg/check.svg?v=1.07);
            left: -30px;
            height: 12px;
            width: 18px;
            background-repeat: no-repeat;
            top: 5px;
        }

.timeline_outer p {
    font-size: 20px;
    line-height: 29px;
}

.timeline {
    padding-top: 1rem;
    margin: 10px 0;
}

.tl-item {
    display: block;
    position: relative;
    padding-left: 1.5em;
}

    .tl-item:not(:last-child) {
        border-left: 1px solid #1a1818;
        padding-bottom: 1em;
    }

    .tl-item:before {
        content: "";
        position: absolute;
        left: -3.5px;
        width: 7px;
        height: 7px;
        background: #1a1818;
        border-radius: 100%;
        top: -3.5px;
    }

.tl-item-inner {
    transform: translateY(-.75em);
}

    .tl-item-inner h5 {
        font-size: 20px;
        letter-spacing: normal;
        text-transform: unset;
        font-weight: 900;
    }

.timeline .tl-item-inner p {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
}

.checkoutPopup {
    font-family: 'Metropolis';
    font-weight: normal;
}

    .checkoutPopup .modal-dialog {
    }

    .checkoutPopup .modal-content {
        height: 100%;
        background: #f9f9f9;
        border: 0;
    }

    .checkoutPopup .summary_box .accordion {
        background-color: #fff;
        border-radius: 10px;
        padding: 0 1rem;
    }

    .checkoutPopup .modal-dialog-scrollable .modal-body {
        height: 100%;
        overflow-y: auto;
        scrollbar-width: none;
    }

    .checkoutPopup .accordion-header .accordion-button::after {
        margin-left: 0;
    }

    .checkoutPopup .summary-title-inner {
        display: flex;
        padding: .75rem 0;
        cursor: pointer;
        align-items: center;
        justify-content: space-between;
    }

        .checkoutPopup .summary-title-inner .accordion-button span.globalImg {
            width: 24px;
            height: 24px;
            background-position: 0px -4px;
            display: inline-block;
        }

        .checkoutPopup .summary-title-inner .title {
            margin: 0;
            color: #000;
            font-weight: 400;
            font-size: 14px;
            line-height: 14px;
            text-transform: capitalize;
        }

        .checkoutPopup .summary-title-inner .cart-amount {
            font-size: 16px;
            line-height: 18px;
            display: flex;
            flex-direction: column;
            align-items: end;
        }

        .checkoutPopup .summary-title-inner .accordion-button::after {
            background-size: 0.75rem;
            width: 0.75rem;
            height: 0.75rem;
        }

.order-summary-wrapper {
    height: auto;
    display: inline;
}


.cart-product .cart-product-details ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .cart-product .cart-product-details ul li {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .cart-product .cart-product-details ul li:last-child {
            margin-bottom: 0;
        }

        .cart-product .cart-product-details ul li .product-img {
            height: 75px;
            overflow: hidden;
            width: 70px;
            position: relative;
            border-radius: 10px;
        }

            .cart-product .cart-product-details ul li .product-img img {
                width: 70px;
                height: auto;
            }

.cart-product .product-details {
    width: calc(100% - 70px);
    padding: 5px 10px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    box-sizing: border-box;
    color: #000;
}

.cart-product .cart-product-details .title {
    overflow: hidden;
}

.cart-product .cart-product-details .price .strike-through {
    font-weight: bold;
    color: green;
    background: rgba(0,0,0,0);
    font-size: 1.02em;
    padding-left: 0;
}

.order-summary-wrapper .order-summary .order-summary-details {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding-bottom: 10px;
}

    .order-summary-wrapper .order-summary .order-summary-details ul.total-container {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .order-summary-wrapper .order-summary .order-summary-details ul.total-container li {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

.discount-main-container {
    position: relative;
}

    .discount-main-container .discounts {
        width: 100%;
        border-radius: .75rem;
        border: 1px solid #e5e7eb;
        background: #fcfcfd;
        margin: 1rem 0;
        overflow: hidden;
        box-sizing: border-box;
    }

.discounts .discount-coupon {
    width: 100%;
    position: relative;
}

.discount-coupon-input {
    width: 100%;
    padding: .2rem .5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: .5rem;
}

    .discount-coupon-input .discount-coupon-container {
        border-radius: 8px;
        background: #f3f4f6;
        display: flex;
        padding: 10px;
        align-items: center;
        box-sizing: border-box;
        justify-content: space-between;
        width: 100%;
        line-height: 1;
        gap: .25rem;
    }

        .discount-coupon-input .discount-coupon-container .discount-coupon-inner {
            display: flex;
            align-items: center;
            gap: .25rem;
            min-width: 100%;
        }

            .discount-coupon-input .discount-coupon-container .discount-coupon-inner .img-wrap {
                position: absolute;
            }

            .discount-coupon-input .discount-coupon-container .discount-coupon-inner .discount-box {
                color: #00325e;
                font-size: .75rem;
                letter-spacing: -0.2px;
                text-transform: uppercase;
                font-family: "metropolismedium";
                position: relative;
                width: 100%;
            }

                .discount-coupon-input .discount-coupon-container .discount-coupon-inner .discount-box input.discount-input-field {
                    border: none;
                    background: none;
                    padding-left: 25px;
                    width: 80%;
                }

                .discount-coupon-input .discount-coupon-container .discount-coupon-inner .discount-box label {
                    position: absolute;
                    top: 0;
                    left: 25px;
                    height: 100%;
                }

.view-offer-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
}

    .view-offer-wrap .loader-div {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border-radius: 24px;
    }

    .view-offer-wrap button {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 10px;
        box-sizing: border-box;
        border: none;
        border-top: 1px solid #e5e7eb;
    }

    .view-offer-wrap .loader-div span {
        font-size: .75rem;
        font-family: 'Metropolis';
        font-weight: normal;
    }

        .view-offer-wrap .loader-div span.view-offer {
            font-family: "metropolisbold";
            font-size: .75rem;
            letter-spacing: -0.015rem;
            color: #004b8d;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: .25rem;
        }

            .view-offer-wrap .loader-div span.view-offer .globalImg {
                width: 6.25px;
                height: 10px;
                background-position: -221px -117px;
            }

.globalImg {
    background-image: url('./assets/svg/icons_sprit.svg');
    background-repeat: no-repeat;
}

.discount-coupon-input .discount-coupon-container .discount-coupon-inner .discount-box label {
    max-width: 90%;
    width: 90%;
    display: flex;
    align-items: center;
    background: #f3f4f6;
    white-space: nowrap;
    color: #00325e;
    font-size: .75rem;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    font-family: 'Metropolis';
    font-weight: 500;
}

.discount-coupon-input .discount-coupon-container .discount-coupon-inner .discount-box input:focus ~ label {
    display: none;
}

.view-offer-wrap .loader-div span.view-offer {
    font-family: 'Metropolis';
    font-weight: 500;
    font-size: .75rem;
    letter-spacing: -0.015rem;
    color: #004b8d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .25rem;
}

.discountIconGreen.discountIconGreen {
    width: 18px;
    height: 18px;
    background-position: -200px -266px;
}

.payment-options-wrapper {
    height: 100vh;
    max-height: 375px;
    align-items: center;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 0px;
    max-height: initial;
    align-items: initial;
}

    .payment-options-wrapper .payment-options {
        box-sizing: border-box;
        position: relative;
        padding: 0;
        padding-bottom: 0px;
        margin-bottom: 5px;
        display: flex;
        flex-direction: column;
        padding-top: 0;
        width: 100%;
    }

.phone-number-strip-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 25px;
}

.phone-number-strip.payment-page {
    padding: 0px;
    display: inline-flex;
}

.phone-number-strip span {
    font-family: 'Metropolis';
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

    .phone-number-strip span span.text_numb {
        font-family: 'Metropolis';
        font-weight: 500;
        font-style: normal;
    }

.phone-number-strip.payment-page button {
    margin-left: .3rem;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    color: #004b8d;
    font-size: .75rem;
    padding: 3px 10px;
    line-height: 1;
    border-radius: 10px;
    font-family: 'Metropolis';
    font-weight: 500;
    font-style: normal;
    background: #e6edf4;
}

.address-card {
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    padding: 15px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #d0d5da;
    display: block;
    text-transform: capitalize;
    margin-top: 12px;
}

    .address-card .head {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: .5rem;
    }

        .address-card .head .heading {
            font-size: 1rem;
            height: fit-content;
            font-family: 'Metropolis';
            font-weight: bold;
        }

        .address-card .head .act {
            position: relative;
        }

            .address-card .head .act ul.dropdown-menu {
                background: #ffffff;
                border-radius: 5px;
                border: 1px solid #ededed;
                margin: 0;
                padding: 0;
            }

            .address-card .head .act button.dropdown-item {
                width: 100%;
                text-align: left;
                padding: 8px 10px;
                margin: 0;
                border: none;
                font-size: .75rem;
                white-space: nowrap;
                font-family: 'Metropolis';
                font-weight: normal;
            }

            .address-card .head .act .btn {
                padding: 0;
                margin: 0;
                border: none;
                color: #004b8d;
                font-size: .75rem;
                padding: 3px 10px;
                line-height: 1;
                border-radius: 10px;
                font-family: "Metropolis";
                font-weight: normal;
                font-style: normal;
                background: #e6edf4;
            }

.add-info .name-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

    .add-info .name-container .name {
        font-size: .95rem;
        line-height: 1.25rem;
        font-family: 'Metropolis';
        font-weight: 500;
        font-style: normal;
        color: #000;
        align-items: center;
        display: flex;
        gap: .75rem;
    }

.add-info .address-details {
    font-size: .75rem;
    color: #405065;
    line-height: 1.25rem;
    word-break: break-word;
    font-weight: 300;
    margin: 0;
}

.add-info .address-email {
    display: block;
    width: max-content;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    border: none;
    color: #004b8d;
    font-size: .75rem;
    padding: 3px 10px;
    line-height: 1.5;
    border-radius: 10px;
    font-weight: 500;
    font-style: normal;
    background: #e6edf4;
    white-space: nowrap;
    text-transform: none;
}

.add-info .phone {
    font-size: .8rem;
    margin-top: 5px;
    color: #405065;
}

.payment-options-wrapper .payment-options .title {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    margin: .75rem 0;
    display: flex;
    flex-direction: column;
    font-family: 'Metropolis';
    font-weight: 500;
}

    .payment-options-wrapper .payment-options .title .boat-title {
        display: block;
        font-size: 16px;
        line-height: 24px;
        align-items: center;
        color: #101828;
        font-family: 'Metropolis';
        font-weight: 500;
        font-style: normal;
    }

.payment-options-wrapper .payment-btn-group {
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

    .payment-options-wrapper .payment-btn-group .option-button {
        gap: 0 !important;
        position: relative;
        padding: .9rem .5rem !important;
        width: 100%;
        border: 0;
        background-color: var(--bs-primary);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .675rem;
        font-family: 'Metropolis';
        font-weight: normal;
        min-height: 60px;
        border-radius: 6px !important;
        color: #fff;
        letter-spacing: .1px;
        font-size: 16px;
    }

        .payment-options-wrapper .payment-btn-group .option-button .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }

            .payment-options-wrapper .payment-btn-group .option-button .container .label-wrapper,
            .payment-options-wrapper .payment-btn-group .option-button .container .price-wrapper {
                display: flex;
                align-items: center;
                gap: .375rem;
            }

                .payment-options-wrapper .payment-btn-group .option-button .container .label-wrapper .new-icon {
                    max-height: 25px;
                    max-width: 24px;
                    overflow: hidden;
                }

                .payment-options-wrapper .payment-btn-group .option-button .container .label-wrapper .new-title {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: center;
                }

            .payment-options-wrapper .payment-btn-group .option-button .container .price-wrapper {
                gap: 2px;
            }

                .payment-options-wrapper .payment-btn-group .option-button .container .price-wrapper .price {
                    display: flex;
                    flex-direction: column;
                    font-size: 16px;
                    overflow: hidden;
                }

                .payment-options-wrapper .payment-btn-group .option-button .container .price-wrapper .arrow-icon {
                }

.checkoutPopup .modal-footer {
    display: block;
}

.checkoutPopup .main-footer {
    position: relative;
    display: flex;
    padding-bottom: 0;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1px;
    margin-top: 2px;
}

    .checkoutPopup .main-footer .tnc-area {
        max-width: 4.5rem;
        font-size: 10px;
        font-weight: 400;
        color: #000;
    }

    .checkoutPopup .main-footer .footer-info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
    }

        .checkoutPopup .main-footer .footer-info .icon {
            width: 60px;
            height: 25px;
        }

            .checkoutPopup .main-footer .footer-info .icon.pciDss {
                background-position: -1px -26px;
            }

            .checkoutPopup .main-footer .footer-info .icon.securedPayments {
                background-position: -62px -26px;
            }

            .checkoutPopup .main-footer .footer-info .icon.verified {
                background-position: -124px -26px;
            }

    .checkoutPopup .main-footer .powered-container {
        display: flex;
        flex-direction: column;
        min-width: 4.5rem;
        max-width: 4.5rem;
        align-items: flex-end;
        gap: .2rem;
    }

        .checkoutPopup .main-footer .powered-container .powered-by {
            font-size: 8px;
            color: #666;
        }

.main-footer .powered-container a .globalImg {
    width: 57px;
    height: 16px;
    background-position: -108px -6px;
}

.address-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    box-sizing: border-box;
    overflow: auto;
}

    .address-container .address-title {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: .5px solid #e0e0e0;
        font-size: 10px;
        text-transform: capitalize;
        margin-bottom: 1rem;
    }

        .address-container .address-title .heading {
            font-family: "metropolismedium";
            font-size: 16px;
            line-height: 22px;
            font-family: 'Metropolis';
            font-weight: 500;
        }

    .address-container .warning-text {
        color: #df912c !important;
        margin-top: 0px;
        font-size: 12px;
        padding: 0px 5px 10px 5px;
    }

.form-wrap .line-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .form-wrap .line-inputs .address-type-text {
        color: #000;
        font-size: 14px;
        line-height: 21px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .form-wrap .line-inputs .button-group-wrap {
        display: flex;
        width: 100%;
    }

        .form-wrap .line-inputs .button-group-wrap .add-type {
            margin-right: 1rem;
            font-family: 'Metropolis';
            font-weight: 500;
            font-size: 14px;
        }

        .form-wrap .line-inputs .button-group-wrap input[type=radio] {
            display: none;
        }

            .form-wrap .line-inputs .button-group-wrap input[type=radio] + label {
                background: #fafafa;
                border-radius: 5px;
                position: relative;
                padding: 10px 40px 10px 35px;
                line-height: 20px;
                border: 1px solid #909090;
                color: #909090;
                cursor: pointer;
            }

                .form-wrap .line-inputs .button-group-wrap input[type=radio] + label:before {
                    content: "";
                    position: absolute;
                    left: 10px;
                    top: 30%;
                    display: inline-block;
                    width: 16px;
                    height: 16px;
                    padding: 2px;
                    margin-right: 5px;
                    background-clip: content-box;
                    border: 1px solid #bbb;
                    background-color: #e7e6e7;
                    border-radius: 50%;
                }

.button-group-wrap input[type=radio]:checked + label:before {
    border-color: #000 !important;
    background-color: #000 !important;
}

.button-group-wrap input[type=radio]:checked + label {
    color: #000 !important;
    border-color: #000 !important;
}

.shipping-method p {
    font-size: 14px;
    color: #050038;
    line-height: 21px;
    margin: 0;
}

.address-container .address-wrapper .shipping-wrapper {
    width: 100%;
    box-sizing: border-box;
    margin-top: 1rem;
}

.shipping-options {
    display: flex;
}

    .shipping-options .option-group input {
        display: none;
    }

    .shipping-options .option-group label {
        position: relative;
        width: 100%;
        margin-top: 10px;
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding-left: 25px;
        cursor: pointer;
        font-family: 'Metropolis';
        font-weight: bold;
        margin-bottom: 5px;
    }

        .shipping-options .option-group label:before {
            content: "";
            width: 16px;
            height: 16px;
            border: 1px solid #000;
            position: absolute;
            top: 2px;
            left: 2px;
            border-radius: 50%;
        }

        .shipping-options .option-group label:after {
            content: "";
            width: 10px;
            height: 10px;
            background-color: #000;
            position: absolute;
            top: 5px;
            left: 5px;
            border-radius: 50%;
            opacity: 0;
            transition: opacity .25s;
        }

    .shipping-options .option-group input:checked + label:after {
        opacity: 1;
    }


.modal-footer .btn-wrapper {
    margin: 0 auto;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row-reverse;
    flex-flow: row-reverse;
    flex: 2;
}

    .modal-footer .btn-wrapper .continue-button {
        display: inline-flex;
        width: 100%;
        height: 50px;
        align-items: center;
        font-size: 16px;
        border-radius: 8px;
        padding: 1rem;
        min-height: 60px;
        color: #fff;
        justify-content: center;
        background: var(--bs-primary);
        border: none;
        margin-bottom: .4rem;
    }

        .modal-footer .btn-wrapper .continue-button .globalImg {
            width: 20px;
            height: 11px;
            background-position: -195px -9px;
            display: flex;
            margin-left: 1rem;
        }

.order-tracking {
    text-align: center;
    width: 33.33%;
    position: relative;
    display: block;
}

    .order-tracking .is-complete {
        display: block;
        position: relative;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        border: 0px solid #AFAFAF;
        background-color: #bfcade;
        margin: 0 auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
        z-index: 2;
    }

        .order-tracking .is-complete:after {
            display: block;
            position: absolute;
            content: '';
            height: 14px;
            width: 7px;
            top: -2px;
            bottom: 0;
            left: 5px;
            margin: auto 0;
            border: 0px solid #AFAFAF;
            border-width: 0px 2px 2px 0;
            transform: rotate(45deg);
            opacity: 0;
        }

    .order-tracking.completed .is-complete {
        border-color: #27aa80;
        border-width: 0px;
        background-color: #27aa80;
    }

        .order-tracking.completed .is-complete:after {
            border-color: #fff;
            border-width: 0px 3px 3px 0;
            width: 7px;
            left: 11px;
            opacity: 1;
        }

    .order-tracking p {
        color: #A4A4A4;
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 20px;
    }

        .order-tracking p span {
            font-size: 14px;
        }

    .order-tracking.completed p {
        color: #000;
    }

    .order-tracking::before {
        content: '';
        display: block;
        height: 3px;
        width: calc(100% - 40px);
        background-color: #bfcade;
        top: 13px;
        position: absolute;
        left: calc(-50% + 20px);
        z-index: 0;
    }

    .order-tracking:first-child:before {
        display: none;
    }

    .order-tracking.completed:before {
        background-color: #27aa80;
    }


.StepProgress {
    position: relative;
    padding-left: 45px;
    list-style: none;
    margin: 0;
}

    .StepProgress::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        width: 10px;
        height: 100%;
        border-left: 2px solid #CCC;
    }

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

    .StepProgress-item:not(:last-child) {
        padding-bottom: 20px;
    }

    .StepProgress-item::before {
        display: inline-block;
        content: '';
        position: absolute;
        left: -30px;
        height: 100%;
        width: 10px;
    }

    .StepProgress-item::after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: -42px;
        width: 25px;
        height: 25px;
        border: 2px solid #CCC;
        border-radius: 50%;
        background-color: #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .StepProgress-item.is-done::before {
        border-left: 2px solid #73b858;
    }

    .StepProgress-item.is-done::after {
        content: "✔";
        font-size: 10px;
        color: #FFF;
        text-align: center;
        border: 2px solid #73b858;
        background-color: #73b858;
    }

    .StepProgress-item.current::before {
        border-left: 2px solid #73b858;
    }

    .StepProgress-item.current::after {
        content: counter(list);
        padding-top: 1px;
        width: 25px;
        height: 25px;
        top: -4px;
        left: -42px;
        font-size: 14px;
        text-align: center;
        color: green;
        border: 2px solid #73b858;
        background-color: white;
    }

.StepProgress strong {
    display: block;
}


.cart_drawer .offcanvas-header {
    border-bottom: 1px solid;
    border-bottom-color: #e8e8e1;
}

.cart_drawer .drawer__inner, .drawer__scrollable {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    overflow-y: hidden;
}

.cart_drawer .drawer__footer {
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.cart_drawer .cart_drawer .list-group li.list-group-item {
    border-bottom: 1px solid;
    border-bottom-color: #e8e8e1;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.cart_drawer .list-group li.list-group-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.cart_drawer .cart__item {
    display: flex;
    margin-bottom: 15px;
}



.cart_drawer .cart__image {
    flex: 0 0 100px;
    margin-right: 22px;
    position: relative;
}

    .cart_drawer .cart__image a {
        display: block;
        height: 100px;
        position: relative;
        width: 100%;
    }

.cart_drawer .cart__item-details {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
}

.cart_drawer .drawer .cart__item-title {
    font-size: calc(16px*.85);
}

.cart_drawer .cart__item-titleinner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cart_drawer .cart__remove a {
    margin: 0;
}

.cart_drawer .icon.icon-close {
    fill: currentColor;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px;
    stroke: currentColor;
    stroke-linecap: miter;
    stroke-linejoin: miter;
}

.cart_drawer .cart__item--variants span {
    font-weight: 700;
}

.cart_drawer .cart__item-title {
    margin-bottom: 10px;
    font-size: 14px;
}

.cart_drawer .cart__item-sub {
    display: flex;
    flex: 1 1 100%;
    justify-content: space-between;
    line-height: 1;
}

.cart_drawer .js-qty__wrapper {
    background-color: transparent;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    color: #000;
    display: inline-block;
    max-width: 80px;
    min-width: 60px;
    overflow: visible;
    position: relative;
}

.cart_drawer .hidden-label {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cart_drawer .js-qty__adjust {
    fill: #1a1818;
    backface-visibility: hidden;
    background: none;
    border: 0 none;
    bottom: 0;
    cursor: pointer;
    display: block;
    line-height: 1;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: background-color .1s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2;
}

.cart_drawer .js-qty__num {
    background: none;
    border: 0;
    display: block;
    margin: 0;
    padding: 5px 20px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.cart_drawer .js-qty__adjust--minus {
    left: 0;
}

.cart_drawer .js-qty__adjust--plus {
    right: 0;
}

.cart_drawer .drawer .js-qty__adjust {
    fill: #000000;
    color: #000000;
}

.cart_drawer .icon__fallback-text {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.cart_drawer .js-qty__adjust .icon {
    fill: inherit;
    display: block;
    font-size: 8px;
    height: 10px;
    vertical-align: middle;
    width: 10px;
}

.cart_drawer .btn-cart_drawer {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
    font-size: 14px !important;
    font-family: "Circular Std Book", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3.9px;
}

.btn-cart_drawer:hover,
.btn-cart_drawer:focus,
.btn-cart_drawer:active,
.btn-cart_drawer.active {
    background-color: #454545;
    border-color: #393939;
    color: #fff;
}

.btn-cart_drawer.disabled:hover,
.btn-cart_drawer.disabled:focus,
.btn-cart_drawer.disabled:active,
.btn-cart_drawer.disabled.active,
.btn-cart_drawer[disabled]:hover,
.btn-cart_drawer[disabled]:focus,
.btn-cart_drawer[disabled]:active,
.btn-cart_drawer[disabled].active,
fieldset[disabled] .btn-cart_drawer:hover,
fieldset[disabled] .btn-cart_drawer:focus,
fieldset[disabled] .btn-cart_drawer:active,
fieldset[disabled] .btn-cart_drawer.active {
    background-color: #525252;
    border-color: #525252;
}

.cart_drawer .docapp-coupon-input--input-container {
    display: flex;
    margin: 0;
}

    .cart_drawer .docapp-coupon-input--input-container input[type=text] {
        background: #fff;
        background-image: none !important;
        border: 1px solid #ccc !important;
        color: #333;
        display: block;
        flex: 1;
        height: auto !important;
        line-height: 2.5em;
        margin: 0 10px 0 0 !important;
        max-height: none;
        max-width: none;
        min-height: 10px;
        min-width: 20px;
        outline: none !important;
        padding: 0 10px !important;
        pointer-events: all;
        text-indent: 0 !important;
        width: auto;
    }


.title-component__category_list {
    align-items: center;
    background: #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    padding: 10px 17px;
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.healthyLivingPLP__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.selectedNeedsSection__container {
    width: 100%;
}

    .selectedNeedsSection__container .selectedNeedsSection__needs_chips_desktop {
        align-items: center;
        display: flex;
    }

    .selectedNeedsSection__container .selectedNeedsSection__inner_container .selectedNeedsSection__heading {
        color: #2c2c2c;
        font-size: 24px;
        font-weight: 500;
        font-weight: 400;
        line-height: 21px;
        width: 200px;
    }

.chip__container {
    align-items: center;
    background: #fff;
    border: .774px solid #e4e4e4;
    border-radius: 36px;
    display: flex;
    gap: 8px;
    height: 36px;
    justify-content: flex-start;
    padding: 12px;
}

    .chip__container .chip__text {
        color: #2c2c2c;
        font-size: 14px;
        font-weight: 400;
        line-height: 11.617px;
        white-space: nowrap;
    }

    .chip__container .chip__delete_icon {
        cursor: pointer;
        display: flex;
    }

        .chip__container .chip__delete_icon .icon__icon {
            display: inline-flex;
            position: relative;
            width: fit-content;
        }

            .chip__container .chip__delete_icon .icon__icon .icon__svg_wrapper {
                align-items: center;
                display: flex;
                justify-content: center;
            }

        .chip__container .chip__delete_icon div[class*=icon__icon] div[class*=icon__svg_wrapper] svg {
            height: 7px;
            width: 7px;
        }

.morning_nutrition_filter .modal-header span {
    font-family: 'Metropolis';
    font-weight: normal;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    padding-right: 0;
    max-width: 90%;
}

.morning_nutrition_filter .filter_p_button {
    align-items: center;
    background: #fff;
    border: .774px solid #e4e4e4;
    border-radius: 8px;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    height: 36px;
    padding: 8px 12px;
}

    .morning_nutrition_filter .filter_p_button .icon__icon {
        display: inline-flex;
        position: relative;
        width: fit-content;
    }

        .morning_nutrition_filter .filter_p_button .icon__icon .icon__svg_wrapper {
            align-items: center;
            display: flex;
            justify-content: center;
        }

    .morning_nutrition_filter .filter_p_button .needsListModal__label {
        color: #2c2c2c;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 11.617px;
        margin-left: 8px;
    }

    .morning_nutrition_filter .filter_p_button .needsListModal__quatity {
        color: #2c2c2c;
        font-size: 10.842px;
        font-style: normal;
        font-weight: 700;
        line-height: 11.617px;
        margin-left: 5px;
    }

    .morning_nutrition_filter .filter_p_button.selected {
        background: #f1f2ff;
        border: .774px solid #38539a;
        color: #38539a;
    }

    .morning_nutrition_filter .filter_p_button.listModal__default {
        background: #e4e4e4;
        border: .774px solid #5e5e5e;
    }

.morning_nutrition_filter .button_container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 13px;
    justify-content: flex-start;
    margin-top: 0;
    overflow-y: auto;
}

.img_circle {
    display: flex;
}

    .img_circle img {
        width: 200px;
        height: 100%;
        object-fit: cover;
        max-width: initial;
        max-height: 200px;
        border-radius: 100%;
        overflow: hidden;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.contact .info-wrap {
    background-color: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.contact .info-item {
    margin-bottom: 15px;
}

    .contact .info-item i {
        font-size: 20px;
        color: #10bc69;
        background: color-mix(in srgb, #10bc69, transparent 92%);
        width: 44px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
        margin-right: 15px;
    }

    .contact .info-item:hover i {
        background: #10bc69;
        color: #fff;
    }

    .contact .info-item h3 {
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 5px;
        margin-top: 0;
    }

    .contact .info-item p {
        padding: 0;
        margin-bottom: 0;
        font-size: 14px;
    }

.contact .php-email-form {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
