@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Jost:wght@100..900&family=Montserrat:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #E6B023;
    --secondary: #40AF45;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}


body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Roboto", sans-serif;
}

@font-face {
    font-family: 'Baskerville Old Face';
    src: url('../fonts/BaskOldFace.eot');
    src: url('../fonts/BaskOldFace.eot?#iefix') format('embedded-opentype'), url('../fonts/BaskOldFace.woff2') format('woff2'), url('../fonts/BaskOldFace.woff') format('woff'), url('../fonts/BaskOldFace.ttf') format('truetype'), url('../fonts/BaskOldFace.svg#BaskOldFace') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

section {
    position: relative;
    padding: 6rem 1rem;
    overflow: clip;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2 {
    font-family: "Inter", sans-serif;
}

h3,
h4,
h5,
h6 {
    color: #000;
    font-family: "Roboto", sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--white);
}


/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--white);
    font-size: 1.125rem;
    color: var(--secondary);
    text-transform: capitalize;
    font-weight: 400;
    display: inline-block;
    padding: 0.8em 1.5em;
    border-radius: 0.375rem;
    line-height: normal;
}

.themeBtn:hover {
    background: var(--primary);
    color: #fff
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}


/* navigation css */

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    width: 260px;
}

.navbar-brand > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topImg {
    position: absolute;
    left: -130px;
    top: -100px;
}

.topBar p {
    color: #fff;
    margin: 0;
}

.topBar {
    padding: 0.7rem 0;
    background: var(--black);
    transition: all 0.5s ease;
}

.header.active .topbar {
    display: none;
}

.navbar-nav {
    width: auto;
    align-items: center;
    justify-content: flex-start;
    gap: 3.5rem;
    margin-right: 1rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 0;
    display: flex;
    font-family: "Inter", sans-serif;
    align-items: center;
    gap: 0.4rem;
}

.an-navbar {
    background: var(--white);
    padding: 1rem 3rem;
}

.form-inline {
    flex-flow: unset;
    gap: 1rem;
    width: 100%;
    justify-content: flex-end;
}

.navbar-collapse {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-left: 3rem;
}

.dropdown-items-card {
    display: block;
    width: 100%;
    min-width: 450px;
    padding: 1rem;
    background: var(--white);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    position: absolute;
    left: 0;
    top: calc(100% + 40px);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 6px;
}

.dropdown-items:hover .dropdown-items-card {
    opacity: 1;
    top: 40px;
    left: 0;
    visibility: visible;
}

.dropdown-items-card h4 {
    font-size: 1.5em;
    font-weight: 500;
    line-height: 2.2rem;
    letter-spacing: -.08rem;
    color: #5B5D62;
    border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 1.25rem;
    padding-bottom: 0.5rem;
}

.dropdown-items-card ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0;
    margin-bottom: 1rem;
}

.dropdown-items-card ul li a {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.06rem;
    color: #5B5D62;
}

.dropdown-items-card ul li a:hover {
    color: var(--primary);
}

.dropdown-items-card--sublist {
    background: #F4F4F4;
    padding: 1rem;
    border-radius: 6px;
}

.dropdown-deal .dropdown-items-card {
    min-width: 760px;
}

.dropdown-deal ul {
    gap: 0.5rem;
    margin-top: 1rem;
}

.dropdown-deal ul li a {
    background: var(--white);
    border-radius: 6px;
    border: 1px solid rgb(225, 225, 225);
    text-align: left;
    height: 72px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dropdown-deal ul li a:hover {
    color: #5B5D62;
    border-color: var(--primary);
}

.dropdown-deal ul li a figure {
    width: 56px;
    height: 56px;
    background: rgb(253, 234, 204);
    flex-shrink: 0;
    border-radius: 2px;
    margin: 8px;
}

.dropdown-deal ul li a figure img {
    width: inherit;
    height: inherit;
    border-radius: 4px;
    object-fit: cover;
}

.dropdown-deal ul li a span {
    padding-left: 8px;
    margin-right: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.all-deal-btn {
    margin: 1rem 0 0.25rem;
    font-weight: 500;
    text-decoration: underline !important;
    color: var(--primary) !important;
}

.cart {
    margin: 0 0rem 0 0;
}

.cart {
    width: 50px;
    height: 50px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    position: relative;
    color: #000000;
}

.cart span {
    position: absolute;
    top: -8px;
    right: -10px;
    width: 25px;
    height: 25px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 0.833125rem;
    color: var(--white);
}

.cart a i {
    font-size: 1.3rem;
    font-weight: 500;
}

.topBar select {
    background: #EFEFEF;
    width: 58.83px;
    height: 28.73px;
    border: 0;
    font-size: 1rem;
    text-align: center;
    border-radius: 5px;
}

.themeBtn.secondary {
    background: var(--secondary);
    color: var(--white);
}

.form-inline .themeBtn.secondary, .form-inline .themeBtn.primary {
    padding: 0.8em 0.96em;
    flex-shrink: 0;
}

.form-inline .themeBtn.primary {
    background: var(--primary);
    color: var(--white);
}

.topbar {
    background: var(--primary);
    text-align: center;
    padding: 18px 0;
    position: relative;
    z-index: -1;
}

.topbar p {
    margin: 0;
    font-size: 14px;
    color: var(--white);
}

.topbar p a {
    font-style: italic;
    font-weight: bold;
    color: var(--white);
    text-decoration: underline !important;
}

.supplySlider .swiper-button-prev {
    left: 23rem;
}

.supplySlider .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--white);
}

.supplySlider .swiper-button-next {
    right: 26rem;
}

.supplySlider .swiper-button-next:after {
    font-size: 1rem;
    color: var(--white);
}


/* navigation css */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 100vh;
}


/* .slideOne {
    margin-left: -6rem;
} */

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
    /* max-width: 1872px; */
    right: 0;
    margin: auto;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 2rem;
    width: fit-content;
    left: 15rem;
}

.homeSlider .swiper-pagination-bullet {
    height: 8px;
    width: 32px;
    display: inline-block;
    margin: 0 0.4rem !important;
    /* opacity: 1; */
    border: 0;
    background: #fff;
    border-radius: 10px;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding-bottom: 5rem;
}

.slide-inner.slide-inner--dark {
    background-size: 95% 100%;
    background-color: #000;
}

.slide-inner.slide-inner--dark .slideOne {
    margin-top: 28rem;
    margin-left: -6rem;
}

.slideOne h2 {
    font-family: 'Baskerville Old Face';
    font-size: 5rem;
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9;
}

.slideOne p {
    font-size: 1.25rem;
    color: var(--white);
    margin: 0 0 2.5rem;
}

.slideOne h2 {
    font-family: 'Baskerville Old Face';
    font-size: 5rem;
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9;
}

.slideOne p {
    font-size: 1.25rem;
    color: var(--white);
    margin: 0 0 2.5rem;
}

.homeSlider.swiper-container .swiper-button-prev {
    width: 60px;
    height: 50px;
    background: var(--white);
    left: 0;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
}

.homeSlider.swiper-container .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--primary);
    font-weight: 600;
}

.homeSlider.swiper-container .swiper-button-next {
    width: 60px;
    height: 50px;
    background: var(--white);
    right: 0;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.homeSlider.swiper-container .swiper-button-next:after {
    font-size: 1rem;
    color: var(--primary);
    font-weight: 600;
}

.slideOne {
    text-align: center;
}

.slideOne .themeBtn {
    background: var(--secondary);
    color: var(--white);
}

.slideOne .themeBtn:hover {
    background: var(--primary);
}

/* !MAIN HERO SLIDER CSS */

.flower-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.flower-heading h3 {
    font-size: 2rem;
    color: #5B5D62;
    font-weight: 400;
    margin: 0;
}

.flower-heading a span {
    font-size: 14px;
    color: #5B5D62;
    font-style: italic;
    font-weight: 900;
}

.flower-heading a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flower-heading a i {
    color: #5B5D62;
    font-weight: 500;
}

#product-list .col-md-6{
    margin-bottom: 2rem;
}

.flower-card {
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    padding:  1rem ;
    height: 100%;
}

.flower-card figure {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 15px;
}
/* .flower-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.flower-card figure span {
    background: #E13933;
    font-size: 12px;
    color: var(--white);
    font-weight: 400;
    width: 155px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
    position: absolute;
    left: 0px;
    top: 15px;
}

.flower-content {
    /* padding: 0 1rem 1.5rem; */
}
.flowerSlider .swiper-slide {
    height: auto;
}

.flower-content h3 {
    font-size: 12px;
    color: #979797;
    font-weight: 400;
}

.flower-content h4 {
    font-size: 1.125rem;
    color: #5B5D62;
    font-weight: 400;
    margin: 0 0 1rem;
}

.flower-content h5 {
    font-size: 1.125rem;
    color: #E13933;
    display: flex;
    align-items: center;
    gap: 2px;
    margin: 0 0 0.3rem;
}

.flower-content h5 small {
    font-size: 14px;
    color: #8A8A8A;
    margin: 0;
    border-right: 1px solid #8A8A8A;
    padding-right: 10px;
    margin-right: 10px;
}

.flower-content h5 del {
    color: #5B5D62;
}

.flower-content .d-flex {
    align-items: center;
    gap: 1rem;
}

.flower-content .d-flex span {
    width: 54px;
    height: 24px;
    background: #E0E6ED;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 12px;
    color: #305A88;
    font-weight: 400;
}

.flower-content .d-flex h6 {
    font-size: 12px;
    color: #979797;
    margin: 0;
}

.flowerSlider {
    margin-right: -8.5rem;
    padding-bottom: 1.5rem;
}

.flower-content .d-flex span.medium {
    font-weight: 500;
}

.flower-content .d-flex .italic {
    font-style: italic;
    font-weight: 800;
}

.flower-content .d-flex span.green {
    color: #789D4A;
    background: #EBF0E4;
}

.flowerSlider .swiper-pagination {
    top: inherit;
    bottom: 0;
    background: #D9D9D9;
    width: 90%;
    margin: auto;
    left: 0;
}

.flowerSlider .swiper-pagination .swiper-pagination-progressbar-fill {
    background: var(--secondary);
}

.deals-card figure img {
    height: 300px;
    object-fit: contain;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
}

.deals-card {
    background: var(--white);
    border-radius: 6px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
}

.deals-main {
    background: #F4F4F4;
    padding: 2rem 1rem;
}

.dealSlider {
    margin-right: -21rem;
}

.deals-content {
    padding: 2rem 1.5rem;
    height: 250px;
    position: relative;
}

.deals-content h2 {
    font-size: 1.5rem;
    color: #5B5D62;
    font-style: italic;
    font-weight: 800;
    margin: 0;
}

.deals-content p {
    font-size: 14px;
    color: #5B5D62;
    line-height: 1.25rem;
    margin: 1rem 0 2rem;
}

.deals-content a {
    background: #E1E1E1;
    font-size: 14px;
    color: #5B5D62;
    padding: 0.4em 0.85em;
    border-radius: 6px;
    display: table;
    margin-left: auto;
    position: absolute;
    bottom: 2rem;
    right: 1.5rem;
}

.dealSlider {
    padding: 2rem 0;
}

.deals-main .swiper-button-prev {
    width: 60px;
    height: 50px;
    background: var(--white);
    left: 0;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.deals-main .swiper-button-prev:after {
    font-size: 1rem;
    color: var(--primary);
    font-weight: 600;
}

.deals-main .swiper-button-next {
    width: 60px;
    height: 50px;
    background: var(--white);
    right: 0;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.deals-main .swiper-button-next:after {
    font-size: 1rem;
    color: var(--primary);
    font-weight: 600;
}

.dealSlider .swiper-pagination {
    top: inherit;
    bottom: 0;
    background: #D9D9D9;
    width: 90%;
    margin: auto;
    left: 0;
}

.dealSlider .swiper-pagination .swiper-pagination-progressbar-fill {
    background: var(--secondary);
}

.shop-card a {
    height: 350px;
    background: var(--secondary);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 6px;
}
shop-card img{
    width: 100%;
    object-fit: cover;
}


.shop-card a span {
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 400;
}

.shopSlider .swiper-slide:nth-child(odd) .shop-card a {
    background: var(--primary);
}

.shop-main {
    padding: 3rem 1rem;
}

.flower-main.edibles-main {
    background: #F4F4F4;
    padding: 3rem 1rem;
}

.flower-main.edibles-main .flower-card {
    background: var(--white);
}

footer {
    background: var(--secondary);
    padding: 3rem 1rem 4rem;
}

.quickList h3 {
    font-size: 1.5rem;
    color: var(--white);
    font-weight: 400;
    border-bottom: 2px solid #AEDDB0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.quickList h4 {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline !important;
    margin: 0 0 1.2rem;
}

.quickList .d-flex {
    gap: 3rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.quickList ul li a {
    font-size: 1.125rem;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 15px;
}

.quickList ul li + li {
    margin: 10px 0 0;
}

.copyRight {
    padding: 1.5rem 1rem;
}

.copyRight p {
    font-size: 12px;
    color: #979797;
    margin: 0;
}

.copyRight .foternav {
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: center;
}

.copyRight .foternav li a {
    font-size: 12px;
    color: #979797;
    font-weight: 800;
    font-style: italic;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.footer-social li a {
    color: #979797;
    font-size: 1.5rem;
}

.quickList ul li a:hover,
.copyRight .foternav li a:hover {
    color: var(--primary);
}


/* ageGate */

.ageGate {
    position: fixed;
    inset: 0;
    z-index: 999999;
    height: 100 dvh;
    overflow: clip;
    background: var(--white);
    display: none;
    transition: all .5s ease-in-out;
}

.ageGate.remove,
.ageGate.remove * {
    display: none;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    pointer-events: none;
}

.ageGate-wrapper {
    display: grid;
    grid-template: "image content";
}

.ageGate-img {
    grid-area: image;
    height: 100 dvh;
    width: 50vw;
}

.ageGate-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ageGate-content {
    grid-area: content;
    padding: 3em;
    align-self: center;
    max-width: 500px;
    display: grid;
    row-gap: 1rem;
}

.ageGate-content h3 {
    color: #5B5D62;
    font-size: 1.75rem;
    letter-spacing: -.1rem;
    line-height: 2.6rem;
    margin-bottom: 0.75rem;
}

.ageGate-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.ageGate-checkbox input {
    accent-color: var(--primary);
    cursor: pointer;
}

.ageGate-checkbox span {
    color: #5B5D62;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: -4px;
    user-select: none;
}

.ageGate-bottom .enterButton {
    width: 100%;
    padding: 1em 2.125em;
    font-size: 1.125rem;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 0.2px;
    color: #979797;
    background: #E1E1E1;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0 0 1.5rem;
}

.ageGate-bottom .enterButton.active {
    background: var(--primary);
    color: var(--white);
}

.ageGate-bottom h6 {
    font-size: 13px;
    font-weight: 600;
    color: #979797;
}

.ageGate-bottom h6 a {
    color: var(--primary);
    text-decoration: underline !important;
}


/* Inner Pages Css Start */

.innerBanner {
    position: relative;
    height: 600px;
}

.innerBanner > img {
    object-fit: cover;
}

.innerBanner__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 4rem;
}

.innerBanner .heading {
    font-family: 'Baskerville Old Face';
    font-size: 5rem;
    color: var(--white);
    text-transform: uppercase;
    margin: 0;
    line-height: 0.9;
}


/* .contactInner label {
    font-size: 1rem;
    display: block;
    margin: 0.3rem 0;
}

.contactInner input {
    width: 100%;
    height: 3.5rem;
    background: #eeeeee;
    border: none;
    padding-left: 1rem;
}

.contactInner textarea {
    width: 100%;
    height: 200px;
    background: #eeeeee;
    border: none;
    padding: 1rem;
}

.contactInner form {
    background: #f8f8f8;
    padding: 3rem;
}

.contactInfo p {
    color: #595959a8;
    font-size: 1rem;
}

.contactInfo a {
    font-size: 1.2rem;
    color: var(--secondary);
    font-weight: 500;
    margin: 0.5rem 0;
    display: inline-block;
}

.contactInfo h4 {
    font-size: 1.25rem;
    color: #001f3c;
    font-weight: 400;
    margin: 1rem 0;
}

.callBtn {
    font-size: 1.5625rem !important;
    color: #001f3c !important;
}

ul.socialIcon {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

ul.socialIcon li a {
    color: #001f3c;
    font-size: 2.5rem;
} */

.cardBtn {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.cardBtn a {
    font-size: 14px;
    color: var(--secondary);
    font-weight: 500;
    border-bottom: 1px solid #40af46;
}

.nav-page {
    margin-top: 2rem;
}

.nav-page .page-link {
    position: relative;
    display: block;
    padding: 0.8rem 1.3rem;
    color: #000;
    border: none;
    font-weight: 500;
}

.nav-page .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--secondary);
    border-color: var(--secondary);
    border-radius: 0;
}

.cbdContents {
    padding: 0 1rem 1rem;
}

.faqSec h4 {
    font-size: 3rem;
    text-align: center;
}

.reviewInner {
    background: #edf3f3;
}

.reviewInner .testimonialWrap {
    margin-bottom: 12rem;
}

.reviewInner input {
    width: 100%;
    height: 4rem;
    padding-left: 1.3rem;
    border: none;
    color: #000;
    border-radius: 10px;
    margin: 1rem 0;
}

.reviewInner textarea {
    width: 100%;
    height: 200px;
    padding: 1.3rem;
    border: none;
    color: #000;
    border-radius: 10px;
    margin: 1rem 0;
}

.reviewInner input::placeholder,
.reviewInner textarea::placeholder {
    color: #000;
}

.reviewInner button {
    border: none;
    background: #40af46;
}


/*PRoduct Details*/


/* .Proreview h2 {
    text-align: left;
    margin: 1rem 0;
    font-size: 3rem;
}

.Proreview ul {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 2rem;
    color: #f7c00c;
    margin-bottom: 1rem;
}

.Proreview ul li span {
    color: #000;
    font-weight: 600;
    padding-right: 1rem;
}

.Proreview p {
    font-size: 1.75rem;
    color: #000;
}

.Proreview h5 {
    font-size: 2.1875rem;
}

.star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star li span::before {
    content: "";
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

ul.star li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.star li span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--secondary);
    top: 7px;
    left: 8rem;
    height: 25px;
    width: 70%;
    border-radius: 10px 0 0 10px;
}

.star2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star2 li span::before {
    content: "";
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

.star2 li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.star2 li span::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--secondary);
    top: 7px;
    left: 8rem;
    height: 25px;
    width: 10%;
    border-radius: 10px 0 0 10px;
}

.star3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.star3 li span::before {
    content: "";
    position: absolute;
    background: #f2f2f2;
    width: 80%;
    height: 25px;
    top: 7px;
    left: 8rem;
    border-radius: 10px;
}

ul.star3 li {
    margin: 0;
    color: #000;
    font-size: 1.875rem;
}

.startProduct ul {
    margin: 1.4rem 0;
}

.reviewSec {
    background: #fff;
    border-radius: 10px;
    padding: 3rem;
} */

.Proreview {
    padding: 14rem 160px 70px 160px;
}

.reviewImg {
    display: flex;
    align-items: center;
    margin: 4rem 0;
}

.content-wraper h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
}

.content-wraper {
    margin-left: 2rem;
}

.content-wraper h4 {
    margin: 0.9rem 0;
    font-size: 1rem;
    color: #726f6f;
    font-weight: 600;
}

.content-wraper span {
    margin-left: 10px;
    font-size: 0.95rem;
    color: #a4a4a4;
    font-weight: 600;
}

.content-wraper p {
    font-size: 1rem;
}

.Proreview .row + .row {
    margin: 5rem 0;
}

.reviewSec textarea {
    width: 100%;
    height: 160px;
    padding: 1rem;
    background: #f8f8f8;
    border-color: #ebebeb;
}

.wishlistPro {
    background: #f8f6f6;
    padding-top: 0;
}

.productSlider-for,
.productSlider-nav {
    overflow: hidden;
}

.productNav figure {
    background: var(--white);
    border-radius: 10px;
    padding: 2rem;
    margin: 0.7rem 0;
    border: 1px solid #E1E1E1 !important;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 25%);
}

.productSlider-for .swiper-slide .productImgContainer img {
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: contain;
}

.productSlider-nav .swiper-slide .productImgContainer {
    padding: 1rem;
}

.productSlider-nav .swiper-slide .productImgContainer img {
    width: 100%;
    aspect-ratio: 4/4;
    object-fit: contain;
}

figure.product-for {
    padding: 6rem 1rem;
}

ul.stckst li {
    font-size: 1.25rem;
    color: #39b24a;
    font-weight: 600;
}

.productNav figure:hover {
    border: 1px solid var(--secondary);
}

.rating-box {
    display: flex;
    align-items: center;
}

.rating-box .rating-container {
    direction: rtl !important;
}

.rating-box .rating-container label {
    display: inline-block;
    margin: 0;
    color: #d4d4d4;
    cursor: pointer;
    font-size: 2.2rem;
    transition: color 0.2s linear;
}

.rating-box .rating-container input {
    display: none;
}

.rating-box .rating-container label:hover,
.rating-box .rating-container label:hover ~ label,
.rating-box .rating-container input:checked ~ label {
    color: gold;
}

.rating-box span {
    font-size: 1.3rem;
    color: #747474;
    font-weight: 500;
    padding-left: 0.5rem;
}

.prodtl-txt p {
    font-size: 1.125rem;
    color: #7e7e7e;
}

.quantitySec h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.quantitySec .number {
    padding: 0.7rem;
    font-size: 1rem;
}

.quantitySec .number .minus {
    padding: 0.5rem;
}

.quantitySec .number .plus {
    padding: 0.5rem;
}

.quantitySec .number input {
    width: 100px;
}

.number {
    background: #f7f6fb;
    padding: 1rem 0;
    border: 1px solid #cccccc;
    border-radius: 7px;
    width: 100%;
    color: #282828;
}

.number input {
    background: #f7f6fb;
    border: none;
    height: 2rem;
    width: 50px;
    text-align: center;
    user-select: none;
}

.number .minus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    user-select: none;
    cursor: pointer;
}

.number .plus {
    padding: 1rem 2rem;
    font-size: 1.2rem;
    font-weight: 600;
    user-select: none;
    cursor: pointer;
}

.blogDetails h4 {
    font-size: 36px;
    text-transform: capitalize;
    margin: 2rem 0;
}

.blogDetails p {
    color: #595959;
    margin: 2rem 0;
}

.blogDetails h5 {
    font-size: 1.2rem;
    font-weight: 700;
    border-left: 8px solid #40af46;
    padding: 1rem 2rem;
}

.blogDetails img {
    border-top: 15px solid #000;
    padding-top: 1.5rem;
}

.cardBox {
    justify-content: space-between;
    display: flex;
    align-items: center;
    border-bottom: 3px solid #D1D1D1;
    padding: 2rem 0;
    margin-right: 3rem;
}

.cardimg {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.cardimg img {
    width: 180px;
    object-fit: cover;
    padding: 1rem;
}


/* .cardimg h4 {
    font-size: 25px;
    line-height: 1.7;
} */

.cardimg h4 span {
    display: block;
    color: var(--primary);
}

.cardContnt a i {
    font-size: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    background: #40af46;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

section.cardInner h6 {
    font-size: 30px;
}

section.cardInner h6 span {
    font-size: 1rem;
    padding-left: 2rem;
    font-weight: 400;
}


/* section.cardInner p {
    font-size: 1rem;
    color: #282828;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 1rem;
} */

.special li {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 600;
}

.browseList #accordion .card {
    border: none;
    border-bottom: 1px solid #dfdfe0;
    background: transparent;
    border-radius: unset;
    padding: 0.9rem 0;
    margin-bottom: 0;
}

.browseList #accordion .card .btn-link {
    --height: 5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    border: 0;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
    border-bottom-left-radius: 0;
    font-size: 1.125rem;
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
}

.browseList #accordion .card .btn-link.collapsed i {
    color: #949494;
    height: 2rem;
    width: 2rem;
    font-size: 1rem;
}

.browseList #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    width: var(--width);
    height: var(--height);
    margin-left: auto;
    border-radius: 50%;
    background: 000;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
}

.browseList #accordion .card .btn-link i::before {
    content: "\f106";
}

.browseList #accordion .card .btn-link.collapsed i::before {
    content: "\f107";
}

.browseList #accordion .card .card-body {
    padding: 1rem 0;
}

.check-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.browseList #accordion .card .card-body ul li a {
    font-size: 1rem;
    color: #000;
    font-weight: 500;
}

.browseList #accordion .card .card-body .btn-group {
    gap: 1rem;
}

.browseList #accordion .card .card-body .btn-group .btn.btn-secondary {
    border-radius: 50px;
    font-size: 14px;
}

.browseList #accordion .card .card-body .btn-group .btn.btn-secondary.active {
    background: var(--secondary);
    border-color: var(--secondary);
}


/* shop-page */


.shop-page .col-md-9 {
    padding: 0 5rem;
}

.browseList {
    position: sticky;
    top: 15%;
    overflow-y: scroll;
    width: 100%;
    max-width: 415px;
    padding-right: 2rem;
}

.rabge-set {
    padding: 1rem 0.625rem 0;
}

.rabge-set label {
    display: flex;
    align-items: center;
    color: var(--black);
    margin: 1rem 0;
    font-weight: 400;
    font-size: 40px;
    justify-content: space-between;
}

.rabge-set .range-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.rabge-set .range-input input {
    width: 50px;
    font-size: 1rem;
    font-weight: 400;
    background: none;
    border: none;
    color: #5B5D62;
    text-align: left;
}

.rabge-set .range-input input:last-child {
    text-align: end;
}

.rabge-set .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    background: var(--white);
    border-radius: 50%;
    border: 0;
    top: -8px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.13), 0 0 0 1px rgba(0, 0, 0, 0.02);
}

.rabge-set .ui-slider-horizontal .ui-slider-range {
    height: 4px;
    background: var(--primary);
    border: 0;
    width: 100% !important;
    left: 0 !important;
}

.rabge-set .ui-widget.ui-widget-content {
    border: 0;
    margin: 0 0 1rem;
    background: transparent;
    position: relative;
}

.product-for img,
.product-for-nav img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}


/*===========================================CheckOut 1 css start=====================================*/

.fields-row .form-control {
    height: 54px;
    padding-left: 14px;
}

.check-out-form .mainHead {
    font-size: 3.125rem;
    font-weight: 500;
    color: var(--black);
}

.check-out-form .primary-heading span {
    color: #fd4242;
}

.check-out-form p {
    line-height: 1rem;
    margin: 1.25rem 0 0;
}

.check-out-form .checkout-subheading a {
    color: var(--secondary);
    font-weight: 500;
}

.check-out-form .form-control {
    min-height: 60px;
    border: 1px solid #8D8176;
    border-radius: 0;
    margin-bottom: 1.125rem;
    outline: none !important;
    box-shadow: none;
}

.check-out-form form,
.check-out-form .order-summery {
    padding: 1.5rem 0 0;
    text-align: left;
}

.check-out-section input[type="checkbox"] {
    display: none;
}

.check-out-section input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.check-out-section input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

.check-out-section input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid var(--secondary);
    position: absolute;
    left: 0;
    top: 4px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.check-out-section input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: 0;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check-out-form form .checkbox label {
    color: #828282;
    font-weight: 500;
    text-transform: capitalize;
}

.check-out-form form .checkbox {
    margin-bottom: 1.25rem;
}

.bb-1 {
    border-bottom: 1px solid #5c514630;
    padding: 1rem 0;
}

.order-summery input.form-control {
    margin: 0;
}

.order-summery .row span {
    font-size: 1.125rem;
    font-weight: 500;
    color: #828282;
}

.check-out-form form label,
.check-out-form.check-out-3 label {
    font-size: 1.125rem;
    font-weight: 500;
    color: #828282;
    text-transform: capitalize;
}

.check-out-form .themeBtn {
    border: none;
    outline: none;
    min-height: 60px;
}

.check-out-form .themeBtn:hover {
}


/*===========================================CheckOut 1 css End=====================================*/


/*===========================================CheckOut 2 css statr=====================================*/

.check-out-form.check-out-3 .tabs-row {
    box-shadow: 0 0 10px 0px #5c51467d;
    text-align: left;
}

.tabs-row {
    padding: 40px 30px;
    margin-top: 50px;
}

.check-out-form.check-out-3 .tabs-row .form-control {
    box-shadow: none;
}

.fields-row .form-control {
    height: 54px;
    padding-left: 14px;
}

.check-out-form.check-out-3 input[type="checkbox"] + label:before {
    display: block;
    width: 40px;
    height: 40px;
}

.check-out-form.check-out-3 input[type="checkbox"]:checked + label:before {
    width: 20px;
}

.check-out-form.check-out-3 input[type="checkbox"] + label {
    padding-left: 3.5rem;
    font-size: 1rem;
}

.check-out-form.check-out-3 .checkbox {
    margin-top: 15px;
}

.check-out-form.check-out-3 .mt-25 {
    margin-top: 25px !important;
}

.check-out-form.check-out-3 .checkbox h5 {
    font-size: 1.125rem;
    text-transform: capitalize;
    color: var(--secondary);
    margin: 0;
}


/* New Css Start */

.shop-page {
    background: #F4F4F4;
    padding-top: 6rem;
}

.shopSearch input {
    border: unset;
    background: unset;
    outline: unset;
    box-shadow: unset;
    font-size: 0.9375rem;
    color: #A2A2A2;
}

.shopSearch input::placeholder {
    color: #A2A2A2;
}

.shopSearch {
    border: 1px solid #E1E1E1;
    border-radius: 7px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem 0 2rem;
    background: var(--white);
}

.shopSearch button {
    outline: unset;
    border: unset;
    background: transparent;
    color: #A2A2A2;
    font-size: 1.25rem;
}

.sortWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sortWrap span {
    color: #979797;
    font-size: 1.375rem;
    font-weight: 600;
    font-family: 'Inter';
}

.sortWrap select {
    border: 1px solid #E1E1E1;
    width: 290px;
    border-radius: 7px;
    height: 53px;
    outline: unset;
    padding: 0 1rem;
    font-size: 0.9375rem;
    color: #605D62;
    font-weight: 500;
}

.cardInner {
    padding: 15rem 10rem 8rem 10rem;
}

.cartName p {
    margin: 0;
    font-size: 1.25rem;
    color: #5B5D62;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}

.cartName p span {
    color: #979797;
    font-size: 1rem;
}

.cartName h4,
.cardInner .heading {
    margin: 0;
    font-size: 2.25rem;
    font-weight: 600;
    color: #5B5D62;
    font-family: 'Inter';
}

.cardContnt {
    display: flex;
    align-items: center;
    gap: 7rem;
}

.cardContnt span {
    color: #5B5D62;
    font-size: 1.5625rem;
    font-weight: 600;
    font-family: 'Inter';
}

.totals {
    color: var(--primary) !important;
}

.priceWraps span {
    color: #5B5D62;
    font-size: 1.25rem;
    font-family: 'Inter';
    font-weight: 600;
    text-transform: capitalize;
}

.priceWraps ul {
    display: flex;
    justify-content: space-between;
    gap: 0.6rem;
}

.priceWraps {
    border-bottom: 3px solid #D1D1D1;
    padding-bottom: 1rem;
    margin: 0 3rem 0 0.5rem;
}

.updateBtn {
    background: var(--primary) !important;
    color: var(--white) !important;
    border-color: var(--primary) !important;
}

.updatesCarts .themeBtn {
    border: 1px solid #1C1C1C;
    color: #1C1C1C;
}

.updatesCarts {
    display: flex;
    gap: 1rem;
    margin-top: 3rem;
}

.shippingBox {
    border: 1px solid #F2F2F2;
    box-shadow: 0 4px 9px 0 rgb(180 180 180 / 25%);
}

.cartGap {
    padding: 0 1.5625rem 2.1875rem 1.5625rem;
}

.shippingBox h2 {
    display: flex;
    align-items: center;
    gap: 1.4375rem;
    font-size: 1.25rem;
    font-weight: 600;
    background: var(--black);
    margin: 0;
    color: var(--white);
    padding: 0.9375rem 0;
    justify-content: center;
}

.cartGap h3 {
    font-size: 1.5625rem;
    color: #5B5D62;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Inter';
    margin: 0;
    padding: 1.5625rem 0;
}

.shippingWraps span,
.subtotals,
.cartGap h5 {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'Inter';
    color: #5B5D62;
}

.subtotals {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 1rem 0;
}

.subtotals span {
    font-weight: 500;
}

.shippingWraps select {
    border: 1px solid #D1D1D1;
    height: 26px;
    font-size: 0.75rem;
    font-family: 'Inter';
    color: #8F9090;
    outline: unset;
}

.shippingWraps {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cartGap small {
    font-size: 0.875rem;
    font-weight: 600;
    color: #5B5D62;
    font-family: 'Inter';
    text-align: right;
    display: block;
    padding: 0.625rem 0;
}

.cartGap h5 {
    text-align: right;
    color: #F1633C;
    margin-bottom: 1.5625rem;
}

.eliglible h3 {
    font-size: 0.875rem;
    font-weight: 600;
    color: #5B5D62;
    font-family: 'Inter';
    margin: 0;
    display: flex;
    gap: 7px;
    justify-content: center;
}

.priceBar small {
    display: contents;
}

.priceBar span {
    background: #0A9970;
    width: 240px;
    display: block;
    height: 6px;
    border-radius: 10px;
}

.priceBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amazonBox {
    border: 1px solid #A3A3A3;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F3;
    margin: 1.5rem 0 1rem 0;
    outline: unset !important;
    width: 100%;
}

.cartGap h6 {
    color: #5B5D62;
    font-size: 0.875rem !important;
    font-weight: 600;
    font-family: 'Inter';
    text-align: center;
    margin-bottom: 0.75rem;
}

.cartGap .themeBtn {
    border: unset;
    background: var(--primary);
    color: var(--white);
    font-size: 0.9375rem;
    font-weight: 500;
    font-family: 'Inter';
    width: 100%;
    border-radius: 10px;
    height: 50px;
    outline: unset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carts {
    text-align: center;
    padding: 0.875rem 0;
}

.paypal {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    outline: unset !important;
    border: unset;
    background: #EAEBEE;
}

.contactInner h2 {
    text-align: center;
    font-size: 3.5rem;
    color: #5B5D62;
    font-weight: 600;
}

.selectionBox {
    border: 1px solid #979797;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 1rem;
    margin: 1rem 0 3rem 0;
}

.selectionBox h3 span {
    font-size: 1rem;
    font-weight: bold;
    color: #5B5D62;
    display: block;
}

.selectionBox h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #8A8A8A;
    margin: 0;
    line-height: 1.5;
}

.selectionBox i {
    color: #5B5D62;
    font-size: 1.5rem;
}

.contactInner #accordion {
    margin-bottom: 2.5rem;
}

.contactInner #accordion .card {
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    border-radius: 0px;
    padding: 1rem 0rem;
    background: transparent;
}

.contactInner #accordion .card .btn-link {
    --height: 5rem;
    --width: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: var(--black);
    padding: 0;
    border: 0;
    font-size: 1.5rem;
    border-radius: 0px;
    text-decoration: none;
    overflow: hidden;
    padding-left: 0rem;
    border-bottom-left-radius: 0;
    font-weight: 400;
    border-bottom: 0;
}

.contactInner #accordion .card .btn-link span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--height);
    margin-right: 1rem;
    font-size: 2.125rem;
}

.contactInner #accordion .card .btn-link i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    margin-left: auto;
    font-size: 1.2rem;
    font-weight: 700;
}

.contactInner #accordion .card .btn-link i::before {
    content: '\f077';
}

.contactInner #accordion .card .btn-link.collapsed i::before {
    content: '\f078';
}

.contactInner #accordion .card .btn-link.collapsed i {
    color: var(--black);
}

.contactInner #accordion .card + .card {
    margin-top: 0;
}

.contactInner #accordion .card .card-body {
    padding: 0rem 1rem 0.5rem 0rem;
}

.card .card-body p {
    color: var(--black);
    font-size: 1rem;
    font-weight: 400;
    padding-left: 0;
    margin: 0;
    line-height: 1.7;
    padding-top: 0.5rem;
}

.letStart h3 {
    font-size: 2rem;
    color: var(--black);
}

.letStart p {
    font-size: 1rem;
    color: #767676;
    font-family: 'Inter';
    font-weight: 500;
}

.contactForm .form-control {
    border: 1px solid #979797;
    border-radius: 10px;
    outline: unset;
    box-shadow: unset;
    padding-left: 1.25rem;
    font-size: 1.375rem;
    color: #8A8A8A;
    margin-bottom: 1.25rem;
}

.contactForm input {
    height: 5rem;
}

.contactForm .form-control::placeholder {
    color: #8A8A8A;
}

.contactForm textarea {
    height: 235px;
    padding-top: 1rem;
}

.contactForm button {
    border: unset;
    outline: unset;
    background: var(--primary);
    color: var(--white);
    font-size: 1.75rem;
    border-radius: 10px;
    width: 100%;
    padding: 1rem 0;
}

.dealboxOne {
    background: #FF9801;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 1rem 3.125rem;
    align-items: center;
    margin-top: 1.25rem;
}

.dealboxOne h3 {
    color: var(--white);
    font-size: 3.125rem;
    font-weight: 600;
    font-family: 'Inter';
    margin: 0;
}

.dealboxOne h3 span {
    display: block;
    font-size: 1.875rem;
}

.dealBoxs h3 span {
    font-size: 1.625rem;
    text-align: center;
    width: 81%;
    margin: auto;
}

.dealBoxs {
    padding: 3.125rem 0;
    display: block;
}

.dealsCart {
    padding: 5.625rem 0 4.375rem 0;
}

.vapeSect {
    padding: 0 1.6875rem;
}

.vapeWraps {
    position: relative;
}

.vapeText {
    position: absolute;
    bottom: 1.875rem;
    left: 1.875rem;
}

.vapeText h3 {
    color: var(--white);
    font-size: 3.125rem;
    font-weight: 600;
    font-family: 'Inter';
    margin: 0;
}

.vapeRight {
    left: inherit;
    right: 1.875rem;
}

.dealIcons h4 {
    font-size: 1.875rem;
    font-weight: 600;
    font-family: 'Inter';
    margin-top: 10px;
}

.dealIcons {
    text-align: center;
}

.dealIcons p {
    color: #767676;
    line-height: 1.8;
    width: 89%;
    margin: auto;
}

.dealInner .row {
    gap: 2.5rem 0;
}

.dealInner {
    padding: 4.375rem 0;
}

.readySec {
    background: url(../images/readyBg.png) center/cover;
    padding: 21.875rem 0 12.5rem 0;
}

.readyText h2 {
    color: var(--white);
    font-family: 'Inter';
    font-weight: 600;
    font-size: 4.125rem;
    margin-bottom: 1rem;
}

.readyText .themeBtn {
    background: var(--secondary);
    color: var(--white);
}

.productDetails h2,
.productRight h2 {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: 'Inter';
    color: #5B5D62;
    line-height: 1.6;
}

.productDetails h2 span,
.productRight h2 span {
    font-size: 1.375rem;
    display: block;
    color: #979797;
}

.productDetails ul {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.productDetails ul li span {
    font-size: 1.5625rem;
    font-weight: 600;
    color: var(--primary);
}

.productDetails ul li:nth-child(2) span {
    color: #5B5D62;
}

.productDetails ul li a {
    font-size: 1.125rem;
    font-weight: 500;
    background: var(--secondary);
    color: var(--white);
    border-radius: 5px;
    display: inline-block;
    padding: 7px 1.6em;
}

.productDetails h3 {
    font-size: 1.625rem;
    font-weight: 600;
    color: #5B5D62;
    line-height: 1.5;
    margin: 1.5rem 0;
}

.productDetails h3 span {
    font-size: 1rem;
    display: block;
    color: #979797;
}

.productDetails button {
    font-size: 1.25rem;
    color: #979797;
    border: unset;
    outline: unset;
    background: #E1E1E1;
    border-radius: 9px;
    padding: 1rem 4em;
}

.productDetails button:disabled {
    background: #E1E1E1 !important;
    color: #979797 !important;
    border: unset;
    outline: unset;
}

.productDetails button.btn-success:not(:disabled) {
    background-color: #28a745 !important;
    color: white !important;
}

.productDetails button.btn-success:not(:disabled):hover {
    background-color: var(--primary) !important;
    color: white !important;
}

.productDetails p {
    font-size: 1.125rem;
    color: #5B5D62;
    line-height: 1.5;
    font-weight: 600;
    width: 85%;
    margin: 1.25rem 0;
}

.productDetails p a {
    color: var(--primary);
}

.bundleBox {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    padding: 1.375rem 2.125rem 4.375rem 2.125rem;
    width: 100%;
    max-width: 400px;
}

.bundleBox span {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #92C2E9;
    font-weight: 600;
}

.bundleBox h4 {
    color: #5B5D62;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}

.productRight p {
    font-weight: 500;
    color: #5B5D62;
    line-height: 1.5;
}

.productRight h3 {.productDetails {
    border-right: 1px solid #D1D1D1;
    margin-right: 2rem;
}
    font-size: 1.125rem;
    font-weight: 600;
    color: #5B5D62;
    display: flex;
    justify-content: space-between;
    padding: 0.625rem 0;
}

.productRight .card {
    border: unset;
    border-top: 1px solid #D1D1D1;
    padding-top: 1rem;
    margin-top: 1rem;
}

.productRight .btn-link {
    font-size: 2.25rem;
    font-weight: 600;
    font-family: 'Inter';
    color: #5B5D62;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 0;
}

.productRight .btn-link i {
    font-size: 1.125rem;
    font-weight: 700;
}

.productRight .card-body {
    padding: 0 0;
}

.productRight .card-body p {
    color: #767676;
}

.productRight .card-body span {
    display: block;
    font-size: 1.375rem;
    font-weight: 600;
    font-family: 'Inter';
    color: #979797;
    margin: 8px 0;
}

.productRight .card-body a {
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    font-size: 15px;
    font-weight: 500;
    color: var(--black);
    padding: 7px 2em;
    box-shadow: 0 4px 4px 0 rgb(185 185 185 / 25%);
    display: inline-block;
}

.productRight .card-body .btn-group {
    gap: 1rem;
}

.productDetails {
    border-right: 1px solid #D1D1D1;
    padding-right: 2rem;
}

.productRight ul li {
    display: flex;
}

.productRight ul li span {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #979797;
    width: 160px;
    padding: 6px 0;
}

.productRight ul li:nth-child(2) span {
    color: var(--black);
}

.productRight ul {
    margin: 1.5rem 0;
}

.productRight small {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #979797;
}

.realtedProduct {
    background: #F4F4F4;
    padding: 2rem 1rem;
}

.Strainproduct {
    margin-top: 6rem;
}


/* New Css End */

/* login css start */

.loginSec {
    padding: 8rem 0;
}

.loginSec .formBox {
    background: #fff;
    padding: 1.5rem;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    margin-top: 15%;
}

.loginSec h1 {
    font-size: 2.5rem;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

.loginSec .form-control {
    border-width: 1px;
    border-color: rgb(237, 237, 237);
    border-style: solid;
    border-radius: 0px;
    background-color: #ebebeb;
    height: 51px;
    width: 100%;
    padding: 0 2em;
    font-size: 0.875rem;
}

.loginSec .forgetPassword {
    color: #000;
    display: inline-block;
    margin: 10px 10px;
}

.loginSec .themeBtn {
    border: 0;
    padding: 1em 2.25em;
}

.loginSec .forgetPassword.themeBtn {
    color: #fff;
}

.loginSec .forgetPassword {
    color: #000;
    display: inline-block;
    margin: 10px 10px;
}


/* login css end */


/* inner pages css end */


/* Custom Pagination Styles */
/* styles.css */
/* styles.css */

/* styles.css */
/* styles.css */
/* Add these styles to your CSS file */

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.pagination li {
    margin: 0 5px;
    font-size: 16px;
}

.pagination a, .pagination span {
    display: block;
    text-decoration: none;
    color: #63EF08;
    background-color: white;
    border: 1px solid #63EF08;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.pagination .active span {
    background-color: #63EF08;
    color: white;

}

.add-cart-btn {
    font-size: 1.25rem;
    color: #979797;
    border: unset;
    outline: unset;
    background: #E1E1E1;
    border-radius: 9px;
    padding: 1rem 4em;
}


.heading {
    font-size: 3.125rem;
    font-weight: bold;
}

/*Loader*/

#loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#loader-text {
    font-size: 24px;
    font-weight: bold;
    color: #F2F2F2;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.letter {
    display: inline-block;
    animation: bounce 1.5s infinite ease-in-out;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.flower-card a figure img {
    width: 100%;
    aspect-ratio: auto;
    object-fit: contain;
}

.banner-search-form {
    align-items: stretch;
    gap: 1.5rem;
    width: min(100%, 400px);
    justify-content: flex-end;
}

.banner-search-form input {
    height: auto !important;
}

.search-text {
    background: var(--secondary);
    padding: 2em;
    border-radius: .375em;
}

.search-text a h3 {
    color: var(--white);
}

.agreement-heading {
    color: #828282;
}

.shopSlider {
    user-select: none;
    pointer-events: auto;
}

.shopSlider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.themeBtn:disabled,
.themeBtn[disabled] {
    cursor: not-allowed;
    background: #ccc !important;
    color: #666 !important;
    pointer-events: none; /* Prevent hover events */
}

.productRight .add-cart-btn {
    flex-shrink: 0;
}
.productRight-wrap {
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.productRight h2 {
    margin: 0;
    line-height: unset;
}

.formBox2 {
    display: flex;
    gap: 3rem;
    justify-content: center;
    padding: 6rem 0 !important;
}

.shop-card img {
    width: 361px;
    height: 237px;
    object-fit: cover;
}
