@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

:root {
    --primary: #046ded;
    --greencolor: #448c6d;
    --secondarycolor: #fed700;
    --blackcolor: #000;
    --whitecolor: #fff;
    --greenlightcolor: #59b210;
    --redcolor: #e31837;
    --purplecolor: #685c88;
    --skybluecolor: #94d7fb;
    --pinkcolor: #fc9cc4;
    --darkgreencolor: #085433;
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    box-sizing: border-box;
    border: none;
}

body {
    height: 100%;
}

@font-face {
    font-family: "Inter", sans-serif;
}

@font-face {
    font-family: "Rubik", sans-serif;
}

@font-face {
    font-family: "Open Sans", sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
    outline: none;
}

ul {
    margin: 0 !important;
}

input,
select,
button {
    outline: none !important;
}

.form-select:focus {
    outline: none !important;
    border-color: var(--darkgreencolor) !important;
    box-shadow: none !important;
}

.form-control:focus {
    outline: none !important;
    border-color: var(--darkgreencolor) !important;
    box-shadow: none !important;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9aadb7;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #e1e1e1;
}

/* Login Page CSS Start */

.login-form {
    box-shadow:
        rgba(255, 255, 255, 0.2) 0px 0px 0px 1px inset,
        rgba(207, 207, 207, 0.9) 0px 0px 0px 1px;
    background: #fff;
    width: 78%;
    margin: 5% auto;
    border-radius: 20px;
    overflow: hidden;
}

.login-form form {
    width: 70%;
    margin: 80px auto;
}

.sign-up .login--box {
    border-radius: 32px 0 0px 0;
}

.input {
    padding: 9px;
    border: none;
    border-radius: 4px;
    outline: none;
    color: dimgray;
    border: 1px solid #ccc;
    width: 100%;
}

.input:invalid {
    animation: justshake 0.3s forwards;
    color: red;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #555;
}

.divider span {
    white-space: nowrap;
}

.login-form h5 {
    background-color: #deffc2;
    width: 137px;
    text-align: center;
    height: 40px;
    border-radius: 0 0 20px 20px;
    padding: 10px;
    font-size: 14px;
    color: var(--darkgreencolor);
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Rubik", sans-serif;
    margin: 0 auto;
    line-height: 19px;
    letter-spacing: 1px;
}

.login-form::placeholder {
    color: red;
}

.sign--btn {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 20px 0;
    justify-content: space-between;
}

.sign--btn button {
    padding: 8px 8px;
    gap: 8px;
    background-color: var(--whitecolor);
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
    font-family: "Inter";
}

.login--box {
    background-color: #deffc2;
    border-radius: 0 20px 20px 0;
    height: 100%;
}

.login--box {
    text-align: center;
}

.login--box .logo img {
    width: 45%;
    margin: 30px auto 0;
}

.login--box h6 {
    font-size: 26px;
    font-weight: 500;
    color: var(--blackcolor);
    padding: 5px 0;
    font-family: "Rubik", sans-serif;
    margin-bottom: 0;
    margin-top: 34px;
}

.login--box h5 {
    font-size: 30px;
    font-weight: 600;
    color: var(--blackcolor);
    padding: 5px 0;
    font-family: "Rubik", sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
}

.item-11 {
    width: 60%;
}

.login--box h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: "Rubik";
    letter-spacing: 0px;
    margin: 40px 0 10px;
}

.login--box p {
    font-size: 15px;
    font-weight: 400;
    font-family: "Rubik";
    width: 68%;
    margin: 0 auto 30px;
}

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

.form-check-label {
    color: #020202;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Rubik";
    font-size: 11px;
    cursor: pointer;
}

.remember .form-check-input[type="checkbox"] {
    border-radius: 1.25em;
}

.remember a {
    color: var(--darkgreencolor) !important;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Rubik";
    font-size: 13px;
}

.remember a:hover {
    text-decoration: underline !important;
}

form .btn {
    background: var(--darkgreencolor);
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-family: "Rubik";
    font-weight: 600;
    margin: 20px 0;
    border: 1px solid var(--darkgreencolor);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

form .btn:hover {
    color: var(--darkgreencolor);
    background-color: var(--whitecolor);
}

.form-control {
    font-weight: 500;
    font-family: "Rubik";
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
}

form h4 {
    color: #020202;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Rubik";
    font-size: 13px;
    text-align: center;
}

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

.policy p {
    color: #718096;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Rubik";
    font-size: 13px;
}

.creating-an--account {
    font-size: 13px;
    font-weight: 400;
    font-family: "Rubik";
    line-height: 23px;
}
/* Login Page CSS End */

.mobile--header {
    display: none !important;
}

.margin-top,
.margin-button {
    margin-top: 50px;
}

nav {
    background: var(--greenlightcolor);
    height: 40px;
    line-height: 37px;
}

.nav--bar {
    color: var(--whitecolor);
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1380px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5%;
    height: 41px;
}

.scrolling-text-container {
    overflow: hidden;
    white-space: nowrap;
}
.scrolling-text {
    display: inline-block;
    animation: scroll-left 13s linear infinite;
    -webkit-animation: scroll-left 10s linear infinite;
}

.nav--bar h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
}

.nav--bar ul {
    display: flex;
    gap: 10px;
}

.nav--bar ul li a {
    font-size: 15px;
    color: var(--whitecolor);
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.nav--bar ul li a:hover {
    text-decoration: underline !important;
}

.account-link {
    color: #00542d !important;
}

header {
    margin: 17px auto;
    padding: 0 30px;
    width: 1380px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 
.is-sticky {
    position: fixed;
    background: #fff;
    color: #000;
    animation: slideDown 0.5s ease-out;
    top: 0;
    z-index: 9999;
    width: 100%;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #18538f;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
        rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
} */

header .logo {
    width: 230px;
    cursor: pointer;
}

header ul {
    display: flex;
    gap: 0 40px;
    align-items: center;
}

header .menu a {
    font-size: 14px;
    color: var(--darkgreencolor);
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.5px;
}

header .menu a:hover {
    color: var(--primary);
}

header .menu a::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -7px;
    background: gainsboro;
    transition: 0.5s transform ease;
    transform: scale3d(0, 1, 1);
    transform-origin: 0 50%;
    border-radius: 3px;
}

header .menu a:hover::before {
    transform: scale3d(1, 1, 1);
}

header .menu-3 a::before {
    transform-origin: 50% 50%;
    background: var(--primary);
}

header .contact {
    display: flex;
    gap: 20px;
    align-items: center;
}

.support--info {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-right: 10px;
}

.contact h6 {
    font-size: 13px;
    color: var(--darkgreencolor);
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 18px;
}

.contact i {
    color: var(--darkgreencolor);
}

.contact .vl--line {
    border-left: 1px solid #dfd9d9;
    height: 25px;
    margin: 15px 0;
}

.icons {
    display: flex;
    gap: 10px;
    padding: 10px;
    align-items: center;
}

header .divider {
    height: 32px;
    width: 1px;
    background-color: #ddd;
    margin: 0 5px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}

.account-info {
    font-size: 13px;
    color: var(--darkgreencolor);
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin: 0;
    line-height: 18px;
}

.hero--bg--section .owl-dots {
    position: absolute;
    bottom: 16px;
    left: 50%;
}

.hero--bg--section {
    margin-bottom: 50px;
}

.hero--bg--section .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots span {
    background: #198754;
    width: 29px;
    transition: all 0.5s;
}

.hero--owl .item {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: 3s infinite;
    -webkit-animation: 3s infinite;
}

/* .zoom {
    background-image: url('https://botanica.risingbamboo.com/wp-content/uploads/2022/10/1-2.jpg');
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: 50% 50%; 
    position: relative;
    width: 500px;
    height: 500px; 
    overflow: hidden;
    cursor: zoom-in;
}

.zoom img {
    width: 100%;
    height: 100%;
    opacity: 0; 
    transition: opacity 0.5s;
} */

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.search-bar {
    display: flex;
    border: 1px solid #4c8067;
    border-radius: 4px;
    overflow: hidden;
    width: 40%;
    justify-content: center;
    margin: 0 auto;
}

.search-bar select {
    border: none;
    padding: 10px;
    background-color: white;
    color: #333;
    outline: none;
    cursor: pointer;
    border-right: 1px solid #4c8067;
    font-weight: 600;
    font-size: 14px;
    font-family: "Open Sans";
    border-radius: 0 !important;
}

.search-bar input {
    flex: 1;
    border: none;
    padding: 10px;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    font-family: "Open Sans";
}

.search-bar button {
    background-color: #4c8067;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar button:hover {
    background-color: #3a654f;
}

.search-bar button svg {
    width: 16px;
    height: 16px;
}

.hero-bg {
    padding: 150px 0;
}

.hero-bg h1 {
    font-size: 56px;
    font-family: "Rubik";
    font-weight: 700;
    margin-bottom: 16px;
    width: 51%;
    color: var(--blackcolor);
}

.hero-bg p {
    font-size: 14px;
    width: 40%;
    line-height: 28px;
    font-weight: 300;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    margin-bottom: 30px;
    color: var(--blackcolor);
}

.hero-bg a {
    background: var(--darkgreencolor);
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid var(--darkgreencolor);
    color: var(--whitecolor);
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Inter", sans-serif;
    transition: all 0.5s;
}

.hero-bg a:hover {
    color: var(--darkgreencolor);
    background: none !important;
    border: 1px solid var(--darkgreencolor);
}

.hero-bg {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-in-out forwards;
}

.offer-strip {
    display: inline-block;
    background: var(--secondarycolor);
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 40px;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    text-align: center;
    margin-bottom: 20px;
}

.hero-bg h1,
.hero-bg p,
.hero-bg a {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUpText 1s ease-in-out forwards;
}

.hero-bg h1 {
    animation-delay: 0.3s;
}

.hero-bg p {
    animation-delay: 0.6s;
}

.hero-bg a {
    animation-delay: 0.9s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(60px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUpText {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.products--lisi {
    border: 1px solid #eee;
    margin: 30px 0;
    border-bottom: 3px solid #e5e5e5;
}

.products--lisi .owl-theme .owl-nav {
    margin: -13px;
    padding: 0;
}

.new--product .row {
    text-align: center;
}

.product--tab--box {
    display: flex;
    position: relative;
    top: 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 3px solid #59b210;
    border-radius: 2px;
}

.product--tab--box h3 {
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 1px;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    margin: auto;
    margin: 0 0 0px 0px;
    position: relative;
    display: inline-block;
    background: var(--greenlightcolor);
    padding: 17px 23px 15px;
}

.product--tab--box .tab {
    overflow: hidden;
    position: relative;
    top: -8px;
}

.product--tab--box .tab button {
    color: #666;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 6px 10px 6px 10px;
    margin-top: 20px;
    text-transform: uppercase;
    border-radius: 3px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    background: none;
}

.product--tab--box .tab button.active {
    color: var(--whitecolor);
    background: var(--greenlightcolor);
    margin-right: 8px;
    font-weight: 500;
    border-bottom: 2px solid var(--greenlightcolor);
    padding: 8px 12px 6px 12px;
    font-size: 12px;
    letter-spacing: 0.5px;
    border-radius: 3px;
}

.tabcontent.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: fadeSlideIn 0.5s ease;
}

@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.new--product .product--items {
    text-align: center;
    cursor: pointer;
    padding: 10px;
    transition: all 0.5s;
    border-right: 1px solid gainsboro;
}

.product--items {
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.product--items img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.product--items:hover img {
    transform: scale(1.1);
}

.new--product .product--items h5 {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.add--to--card {
    color: rgb(0, 84, 45);
    border: 1px solid var(--darkgreencolor);
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 6px 18px;
    text-transform: uppercase;
    border-radius: 7px;
    font-weight: 500;
    transition: 0.5s;
    font-family: Rubik, sans-serif;
    background: linear-gradient(to right, rgb(255, 255, 255), rgb(240, 240, 240)); /* Gradient background */
    margin-bottom: 20px;
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.product--items .add--to--card:hover {
    transform: translateY(-2px);
    background: var(--darkgreencolor);
    color: var(--whitecolor);
}

.new--product .product--items h6 {
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin: 15px 0;
}

.new--product .product--items h6 span {
    font-size: 12px;
    color: var(--redcolor);
}

.new--product .product--items .item--boxs {
    border-radius: 3px;
    color: var(--blackcolor);
    display: block;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    letter-spacing: 0.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.Featured--sell {
    background: var(--greenlightcolor) !important;
}

.BestSeller .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    top: 9px;
    left: -81px;
}

.new--product .owl-prev span {
    font-size: 33px;
    background: #fff;
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    left: -17px;
    top: 41%;
    box-shadow:
        rgba(9, 30, 66, 0.25) 0px 1px 1px,
        rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    text-align: center;
    line-height: 23px;
    border-radius: 50px;
}

.BestSeller .product--items h5 {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}
.product--items h6 {
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin: 15px 0;
}

.product--items span {
    color: var(--redcolor);
}

.BestSeller .product--items h6 {
    padding: 0;
    margin: 15px 0;
}

.sticky--card {
    position: sticky;
    top: 10px;
}

.new--product .owl-next span {
    font-size: 33px;
    background: #fff;
    width: 33px;
    height: 33px;
    display: block;
    position: absolute;
    right: -17px;
    top: 41%;
    box-shadow:
        rgba(17, 17, 26, 0.05) 0px 1px 0px,
        rgba(17, 17, 26, 0.1) 0px 0px 8px;
    text-align: center;
    line-height: 23px;
    border-radius: 50px;
}

.new--product .owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--darkgreencolor) !important;
    color: var(--darkgreencolor) !important;
    text-decoration: none;
}

.tabcontent {
    display: none;
}

.tabcontent .active {
    display: block;
}

.best--seller {
    position: relative;
    padding: 0;
    text-align: center;
    border: 1px solid #eee;
    margin: 30px auto 50px;
    border-bottom: 3px solid #e5e5e5;
}

.best--seller .owl-theme .owl-nav {
    margin-top: -23px;
}

.best--seller .owl-prev span {
    font-size: 40px;
    color: var(--whitecolor);
}

.best--seller .owl-next span {
    font-size: 40px;
    color: var(--whitecolor);
}

.best--seller .owl-nav {
    position: absolute;
    left: -54%;
    top: 10px;
}

.best--seller .owl-theme .owl-nav [class*="owl-"]:hover {
    background: none !important;
    color: var(--darkgreencolor) !important;
    text-decoration: none;
}

.seller--name {
    width: 100%;
    background: var(--redcolor);
    text-align: left;
    overflow: hidden;
}

.seller--name h3 {
    padding: 18px 10px;
    border-radius: 2px 2px 0 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: "Rubik";
    margin-bottom: -1px;
    text-transform: uppercase;
}

.save--price {
    background: #fff;
    border: 2px solid #59b210;
    padding: 7px 15px;
    border-radius: 5px;
    color: #59b210;
    font-size: 15px;
    font-weight: 500;
    margin-top: -15px;
    font-family: "Rubik", sans-serif;
    width: 90%;
    margin: 0 auto;
}

.best--seller .product--items::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, #00542d, #dcdcdc);
}

.best--offer--img {
    width: 148px;
    margin: 30px auto;
}

.best--seller .view {
    background: #fff;
    color: #999;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: normal;
    float: left;
    margin-top: 60px;
    margin-left: 25px;
    text-decoration: underline !important;
    cursor: pointer;
}

.product-benefits {
    margin-bottom: 50px;
}

.product-benefits .product--items {
    text-align: center;
    border: 1px solid gainsboro;
    border-radius: 6px;
}

.timer {
    position: absolute;
}

.offer--time {
    font-size: 15px;
    font-weight: 500;
    font-family: "Rubik";
    width: 51px;
    height: 49px;
    display: grid;
    place-items: center;
    margin: 10px 10px;
    border-radius: 5px;
    color: var(--blackcolor);
    border: 1px solid gainsboro;
    padding: 6px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.offer--time span {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.timer .active {
    background: var(--redcolor);
    border: none;
    color: var(--whitecolor);
}

.product-benefits .Organic--img {
    margin-top: 0;
    transition: none;
}

.product-benefits h5 {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.product-benefits h6 {
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin: 15px 0;
}

.product--items:hover .Organic--img {
    transform: none;
}

.shop--now .col-md-6,
.col-md-12 {
    position: relative;
}

.shop--now img {
    border-radius: 6px;
}

.shop--now a {
    position: absolute;
    left: 35px;
    text-decoration: underline !important;
    bottom: 11%;
    font-size: 19px;
    font-weight: 600;
    font-family: "Inter";
    color: var(--blackcolor) !important;
}

.Grapes {
    background-image: url(./public/Images/bg-3.png);
    height: 190px;
    position: relative;
    margin-top: 10px;
    padding: 75px;
    border-radius: 6px;
}

.offer {
    text-align: center;
    color: var(--whitecolor);
}

.offer h5 {
    font-size: 34px;
    font-weight: 500;
    font-family: "Rubik";
    text-transform: uppercase;
    color: #FFF;
}

.offer p {
    font-size: 17px;
    font-weight: 300;
    font-family: "Inter";
}

.info {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 50px;
}

.info-container {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 14px 13px;
    background-color: var(--purplecolor);
    border-radius: 6px;
    width: 40%;
}

.vl--border {
    border-right: 1px solid gainsboro;
}

.info-container i {
    font-size: 22px;
    border-right: 1px solid;
    padding: 10px;
}

.info-container span {
    font-size: 13px;
    font-weight: 500;
    font-family: "Rubik";
    text-transform: uppercase;
}

.info-container:nth-child(2) {
    background: var(--skybluecolor);
}

.info-container:nth-child(3) {
    background: var(--pinkcolor);
}

.info-container:nth-child(4) {
    background: var(--redcolor);
}

.hr--line {
    position: relative;
    border-bottom: 0.5px solid #f3f3f3;
}

footer {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.footer-bg {
    background-size: cover;
    background-repeat: no-repeat;
}

.subscribe-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #045e30;
    color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 1200px;
    margin: 75px 9%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -78px;
    z-index: 9;
}

.subscribe-content h2 {
    font-size: 24px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    color: var(--whitecolor);
}

.subscribe-content p {
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: var(--whitecolor);
}

.subscribe-form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-input {
    padding: 11px 15px;
    font-size: 16px;
    border: none;
    border-radius: 10px 10px 10px 10px;
    width: 388px;
    outline: none;
}

.subscribe-button {
    padding: 14px 16px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #028a45;
    border: none;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    right: 14px;
}

.subscribe-button:hover {
    background-color: #026b35;
}

.support-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #045e30;
}

.support-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon {
    width: 20px;
    height: 20px;
}

.phone-number {
    color: #045e30;
    text-decoration: none;
    font-weight: bold;
}

.icons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subscribe-content {
    width: 36%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
}

footer .logo {
    width: 280px;
}

footer h5 {
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: var(--darkgreencolor);
    text-transform: uppercase;
    margin-top: 35px;
}

footer ul li a {
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 38px;
    color: var(--darkgreencolor);
}

footer ul li a:hover {
    text-decoration: underline !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

footer ul li a i {
    font-size: 12px;
    margin-right: 10px;
}

.follow--us i {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 31px;
    color: var(--darkgreencolor);
    border-radius: 5px;
    border: 1px solid var(--darkgreencolor);
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.location {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    margin: 50px 0 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--darkgreencolor) !important;
}

.location h5 {
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: var(--darkgreencolor);
}

.location h5 i {
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 31px;
    color: var(--darkgreencolor);
    border-radius: 50px;
    border: 1px solid var(--darkgreencolor);
    box-shadow:
        rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
        rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.copyright {
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    background: var(--darkgreencolor);
    text-align: center;
    padding: 10px;
    color: var(--whitecolor);
    letter-spacing: 0.5px;
    margin: 0;
}

/* Category CSS Start */

.typography {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0;
    margin-bottom: 40px !important;
}

.typography li a {
    font-size: 14px;
    font-weight: 600;
    color: var(--blackcolor);
    font-family: "Open Sans", sans-serif;
}

.shop-by {
    width: 100%;
    border: 0.5px solid gainsboro;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 17px;
}

.shop-by h3 {
    font-size: 14px;
    font-weight: 500;
    color: var(--blackcolor);
    padding: 11px;
    font-family: "Rubik", sans-serif;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filter {
    padding: 5px 11px;
}

.filter label {
    font-size: 14px;
    font-weight: 400;
    color: var(--blackcolor);
    padding: 5px 0;
    font-family: "Rubik", sans-serif;
    margin-bottom: 0;
}

.all--items {
    width: 48%;
    height: 136px;
    margin: 55px auto 0px;
}

.filter select {
    width: 100%;
    padding: 8px;
    border: 1px solid gainsboro;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: var(--blackcolor);
}

.filter select:focus {
    border-color: gainsboro;
    outline: none;
}

.shop-by .accordion {
    text-align: left;
    background: none !important;
    font-size: 13px;
    width: 100%;
    font-weight: 500;
    color: var(--blackcolor);
    padding: 5px 0;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1px;
}

.shop-by .accordion i {
    font-size: 10px;
    color: #999999;
    margin: 0 10px 0 0;
}

.shop-by .active,
.accordion:hover {
    background-color: #ccc;
}

.shop-by .accordion:after {
    content: "\002B";
    color: var(--blackcolor);
    font-weight: bold;
    float: right;
    margin-left: 5px;
    margin-top: -9px;
    font-size: 20px;
}

.shop-by .active:after {
    content: "\2212";
}

.shop-by .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.shop-by .panel p {
    font-size: 13px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    padding-left: 14px;
}

.category .search-bar {
    width: 100%;
}

.category--card--box {
    margin-top: 20px;
    border-radius: 5px;
}

.category--head--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 10px;
}

.category--head--box .dropdown-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: white;
    border: 1px solid #ccc;
    position: absolute; /* Ensure it doesn't affect layout */
    z-index: 1000;
    padding: 10px;

    color: var(--blackcolor);
    font-family: "Rubik", sans-serif;
    line-height: 30px;
    position: absolute;
    right: 0;
}

.category--head--box .dropdown-header:hover + .dropdown-menu,
.dropdown-menu:hover {
    display: block; /* Show the dropdown on hover */
}

.category--head--box .form-check-input {
    margin-top: 7px;
}

.category--head--box a i {
    color: var(--blackcolor);
    font-size: 12px;
    border-radius: 5px;
}

.category--head--box a .fa-microsoft {
    background: linear-gradient(to right, #4da701, #0a7242);
    color: var(--whitecolor);
}

.category--head--box h5 {
    font-size: 14px;
    font-weight: 500;
    color: var(--blackcolor);
    font-family: "Rubik", sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product--items .discount--price {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 999;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 4px 6px !important;
    border-radius: 0px 16px 0 16px;
    background: linear-gradient(to right, #467fd3fc, #346db3);
}

.food-card .product--items .fa-heart {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 34px;
    height: 34px;
    border-radius: 7px;
    display: grid;
    place-items: center;
    color: gainsboro;
    font-size: 19px;
    padding: 9px 0;
}

.food-card .product--items .fa-heart.active {
    color: #ec0909;
}

.food-card .product--items {
    position: relative;
}

.food-card .product--items {
    text-align: center;
    padding: 10px;
    border: 1px solid gainsboro;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.04) 2px 2px 8px;
    margin-bottom: 20px;
}

.food-card .product--items img {
    margin-bottom: 0;
}

.category--card--box .all--items {
    margin: 25px auto 0;
}

.yRaY8j {
    text-decoration: line-through;
    font-size: 14px;
    color: #878787 !important;
    font-weight: 400;
    font-size: 12px;
}

.category--card--box .product--items h5 {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
}

.category--card--box .product--items h6 {
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    margin: 15px 0;
}

/* Category END Start */

.box {
    float: left;
    padding: 50px 0px;
}

.clearfix::after {
    clear: both;
    display: table;
}

.options {
    margin: 5px 0px 0px 0px;
    float: left;
}

.pagination {
    float: right;
}

.pagination a {
    color: black;
    float: left;
    padding: 3px 12px;
    text-decoration: none;
    transition: background-color 0.3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #4caf50;
    color: white;
    border: 1px solid #4caf50;
}

.food-product {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: 20px auto;
}

.BestSeller .product--items .item--boxs {
    border-radius: 3px;
    color: var(--blackcolor);
    display: block;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
}

.product--items .discount--price {
    background: linear-gradient(to right, #467fd3fc, #346db3);
    padding: 2px 9px;
    border-radius: 15px 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
}

.strike {
    font-size: 13px !important;
    color: #9f9f9f !important;
    text-decoration: line-through;
    font-weight: 400;
}

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

.price--item h6 {
    margin: 0;
}

.price--item a {
    margin-bottom: 0;
    padding: 10px 27px;
    background: #198754;
    color: #fff;
    border-radius: 6px;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

/* product--detail css*/

.product--detail {
    display: flex;
    gap: 10px;
}

.product-container {
    display: flex;
    background-color: #fff;
    border-radius: 8px;
    margin: auto;
    padding: 20px;
}

.product-image {
    flex: 1;
    text-align: center;
}

.product-info {
    flex: 2;
    padding-left: 20px;
}

.product-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-container .main {
    font-family: Arial;
    width: 500px;
    display: block;
    margin: 0 auto;
}

.product-container .slick-slide {
    width: 68px;
    margin: 0 10px;
}

.product-container .slick-slide img {
    border: 1px solid gainsboro;
    border-radius: 8px;
    cursor: pointer;
}

.product-info h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--blackcolor);
    font-family: "Rubik", sans-serif;
}

.product-info p {
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 38px;
    color: #333333;
    margin-bottom: 0;
}

.product-info p a {
    color: #085433;
    text-decoration: underline !important;
}

.price {
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 38px;
    color: #000;
}

.price span {
    color: var(--redcolor);
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

.price--options {
    display: flex;
    gap: 30px;
    align-items: center;
}

.border--line {
    border: 0.5px solid #f5f5f5;
    margin: 24px 0;
}

.overview h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--blackcolor);
    font-family: "Rubik", sans-serif;
}

.overview p {
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    line-height: 28px;
    color: #000;
}

.cart--section {
    display: flex;
    gap: 10px;
    align-items: center;
}

.input-group {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: row;
    border-radius: 15px;
    width: 25% !important;
}

.input-group button {
    width: 35px;
    height: 34px;
    border-radius: 4px;
    text-align: center;
    line-height: -6px;
    padding: 0;
}

.number-input {
    text-align: center;
    width: 33%;
    height: 36px;
    margin: 0 4px;
    border-radius: 6px !important;
    border: 1px solid gainsboro;
    margin: 0 10px !important;
}

.cat-btn {
    margin-bottom: 0;
    padding: 8px 21px;
    color: #fff;
    border-radius: 6px;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.buy--now {
    background: var(--redcolor);
    border: 1px solid var(--redcolor);
}

.buy--now:hover {
    background-color: var(--whitecolor);
    color: var(--redcolor);
}

.add--to--cart {
    background-color: var(--whitecolor);
    color: var(--redcolor);
    border: 1px solid var(--redcolor);
}

.add--to--cart:hover {
    background: var(--redcolor);
    border: 1px solid var(--redcolor);
    color: var(--whitecolor);
}

.heart .cat-btn {
    margin-bottom: 0;
    padding: 7px 13px;
    background: var(--whitecolor);
    color: #000;
    border: 1px solid gainsboro;
    border-radius: 6px;
    margin-left: 10px;
}

.sos-md i {
    width: 34px;
    height: 33px;
    color: #000;
    border: 1px solid gainsboro;
    border-radius: 6px;
    text-align: center;
    line-height: 32px;
    margin: 20px 5px;
    font-size: 13px;
    transition: all.5s;
    -webkit-transition: all.5s;
    -moz-transition: all.5s;
    -ms-transition: all.5s;
    -o-transition: all.5s;
}

.sos-md i:hover {
    background: var(--redcolor);
    color: var(--whitecolor);
    border: none;
}

.product--tabs {
    border: 1px solid gainsboro;
    padding: 10px;
    border-radius: 10px;
}

.product--tabs h5 {
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}

.shopping--cart h2 {
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.cart--items {
    background: #ccc;
    padding: 15px;
    border-radius: 6px;
}

.shopping--cart ul {
    padding: 0;
    display: flex;
}

.cart--items ul li {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #000;
}

.Organic {
    width: 117px;
    height: 200px;
    text-align: left;
}

.freshiastore {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #000;
}

.freshiastore span {
    font-weight: 400;
}

/* checkout */

.check-out--page {
    background: var(--whitecolor);
    padding: 15px;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    width: 80%;
    margin: 20px auto;
}

.check-out--card {
    width: 80%;
    margin: 0 auto;
}

.check-out--card th,
td {
    border-bottom: 1px solid gainsboro !important;
    padding: 10px 0 !important;
}

.check-out--card table {
    border: 1px solid gainsboro !important;
    border-radius: 10px;
}

.checkout label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    font-family: "Rubik", sans-serif;
}

.checkout input,
select {
    font-family: "Rubik";
    border-radius: 6px !important;
    height: 40px;
}

.checkout .form-check-label {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
    font-family: "Rubik", sans-serif;
}

.checkout #gridCheck1,
#gridCheck2 {
    border-radius: 4px !important;
    height: 16px !important;
}

.pay--now {
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
    background: var(--darkgreencolor);
    border: 1px solid #00542d;
    font-size: 18px;
    font-weight: 500;
    color: var(--whitecolor);
    font-family: "Rubik", sans-serif;
    transition: all 0.5s;
}

.pay--now:hover {
    background: #fff;
    color: var(--darkgreencolor);
}

.check--out-price {
    background: #fafafa;
    padding: 10px 20px;
    height: 100%;
}

.totall--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid gainsboro;
    margin: 0px 0;
    padding: 10px 0;
}

.totall--item h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-bottom: 8px;
    font-family: "Rubik", sans-serif;
}

.totall--item p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 8px;
    font-family: "Rubik", sans-serif;
}

/* profile  css start */
.sidebar {
    width: 100%;
    height: 100vh;
    background-color: #ededed;
    padding: 30px;
    min-height: 100%;
    padding: 20px 0;
    border-radius: 14px;
    transition: all 0.5s;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    margin: 5px 15px;
    padding: 12px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: "Rubik", sans-serif;
    border-radius: 10px;
}

.sidebar ul li.active {
    background-color: #fff;
    color: #00542d;
}

.sidebar ul li:hover {
    background-color: #fff;
    color: #00542d;
}

.sidebar ul li i {
    margin-right: 15px;
}

.main-content {
    /* background-color: #f9f9f9; */
    padding: 20px;
    border-radius: 6px;
    width: 100%;
    height: 100vh;
}

.main-content h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    font-family: "Rubik", sans-serif;
}

.my--product--card {
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    height: 150px;
    border-radius: 10px;
    display: grid;
    place-content: center;
    border: 1px solid gainsboro;
}

.my--product--card h5 {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    font-family: "Rubik", sans-serif;
}

.my--product--card p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}
.payment-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px 0;
    margin-bottom: 20px;
}

.payment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 0 20px;
}

.payment-header .payment-id {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.payment-header .copy-icon {
    cursor: pointer;
    font-size: 16px;
    color: #888;
}

.products-list {
    border-top: 1px solid #eee;
    padding: 10px 20px 0;
    margin-top: 10px;
}

.products-list .product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.products-list .product-name,
.product-id {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.total-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0;
}

.total-price span {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.product-name .fa-star {
    color: var(--secondarycolor);
}

.product-id i {
    width: 27px;
    height: 27px;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.user {
    width: 150px;
    margin: 30px auto;
}

.product--list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.product--list img {
    width: 70px;
}

.product--list h5 {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.product--list a {
    color: var(--greenlightcolor);
    text-decoration: underline !important;
    font-size: 14px;
    font-weight: 500;
}

.prduct--name {
    background: #00542d;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    color: var(--whitecolor);
}

.prduct--name h5 {
    color: var(--whitecolor);
    font-weight: 500;
}

.border-lines {
    border-bottom: 1px solid #ddd;
}

/* profile  css end/


/* faqs */

.faqs {
    text-align: center;
    margin-bottom: 30px;
}

.faqs h2 {
    font-size: 24px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: var(--blackcolor);
    text-transform: uppercase;
    margin-top: 35px;
}

.faqs .typography {
    justify-content: center;
}

.accordion--box .accordion-button {
    margin: 10px 0;
    font-weight: 600;
    border-radius: 10px !important;
    background: #f9f9f9 !important;
}

.accordion--box .accordion-item {
    border-bottom: 0 !important;
}

.accordion--box .shop-by .active,
.accordion:hover {
    background: none !important;
}

/* contact */

.contact-bg {
    height: 300px;
}

.contact-bg .faqs {
    padding: 130px;
}

.faqs h1 {
    font-size: 40px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}
.get--touch h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.get--touch p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    margin: 10px 0 20px;
}

.contact--page {
    width: 80%;
    margin: 0 auto;
}

.contact-addresh p {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.contact-addresh p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    margin: 0;
}

.Terms h2 {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

.Terms p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    line-height: 28px;
}

.Terms ul li {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    line-height: 28px;
    list-style: disc;
}

.shopping--cart table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.shopping--cart th,
td {
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
    padding: 15px;
}

.shopping--cart th {
    text-transform: capitalize;
    font-weight: bold;
    background-color: #f5f5f5;
}

.shopping--cart td img {
    width: 75px;
    display: block;
    margin: 0 auto;
    height: 61px;
    object-fit: contain;
}

.availability {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    float: right;
    margin-bottom: 8px;
    font-family: "Rubik", sans-serif;
    text-decoration: underline !important;
}

.product-name {
    text-align: center;
    font-weight: bold;
}

.product-name small {
    display: block;
    font-weight: normal;
    color: #777;
}

.shopping--cart .fa-trash {
    color: var(--redcolor);
    cursor: pointer;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity button {
    width: 25px;
    height: 25px;
    background: #ddd;
    border: none;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}

.quantity input {
    width: 40px;
    height: 25px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 5px;
}

.remove-icon {
    color: red;
    font-size: 20px;
    cursor: pointer;
}

.cart-actions {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    padding: 15px;
    background-color: #f5f5f5;
}

.cart-actions button {
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 3px;
    transition: all 0.5s;
}

.cart-actions button:hover {
    background: none;
    color: var(--darkgreencolor);
}

/* .check-out--card button{
    border: 1px solid var(--darkgreencolor);
} */

.continue-btn {
    background-color: var(--darkgreencolor);
    border: 1px solid var(--whitecolor);
    color: var(--whitecolor);
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.update-btn {
    background-color: #cdcdcd;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.checkout-btn {
    background-color: var(--redcolor);
    color: #fff;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

.instructions {
    margin-top: 20px;
}

.instructions textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
}

.payment-options {
    text-align: center;
    margin-top: 20px;
}

.payment-options img {
    width: 50px;
    margin: 0 10px;
}

.instructions label {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}

/* about-us */

.about--us--small--content h2 {
    font-size: 30px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 50px;
}

.about--us--small--content p {
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 28px;
}

.about-us h2 {
    font-size: 50px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}

.about-us h2 span {
    color: var(--greenlightcolor);
}

.text-effect {
    display: inline-block;
    opacity: 0;
    transform: rotateX(-90deg);
    position: relative;
    top: -100px;
    animation: text-effect 2s ease-in-out infinite;
}

@keyframes text-effect {
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 1;
        transform: rotateX(-360deg);
        top: 0;
    }
    80% {
        opacity: 1;
        transform: rotateX(-360deg);
        top: 0;
    }
    90% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        top: 100px;
    }
}

.text-effect:nth-child(1) {
    animation-delay: 0.2s;
}
.text-effect:nth-child(2) {
    animation-delay: 0.4s;
}
.text-effect:nth-child(3) {
    animation-delay: 0.6s;
}
.text-effect:nth-child(4) {
    animation-delay: 0.8s;
}

.about-us p {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: #000;
    margin-bottom: 30px;
    line-height: 27px;
}

.about-us a {
    background: var(--greenlightcolor);
    padding: 10px 30px;
    border-radius: 6px;
    border: 1px solid var(--greenlightcolor);
    color: var(--whitecolor);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    transition: all 0.5s;
}

.about-us a:hover {
    background: none;
    color: var(--greenlightcolor);
}

.range-slider {
    width: 300px;
    text-align: center;
    position: relative;
    .rangeValues {
        display: block;
    }
}

.range-slider input[type="range"] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 280px;
    position: absolute;
    left: 1px;
    margin: 0 auto;
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #484d50;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.range-slider input[type="range"]:focus {
    outline: none;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.range-slider input[type="range"]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.fa-eye {
    width: 30px;
    height: 30px;
    background: #ffffff;
    text-align: center;
    line-height: 32px !important;
    border-radius: 6px;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.addresh {
    display: flex;
    justify-content: space-between;
}

.addresh ul {
    padding: 0;
}

.addresh ul a {
    font-size: 14px;
    font-weight: 500;
    font-family: "Rubik";
    line-height: 36px;
    color: #000;
    transition: all 0.5s;
}

.addresh ul a i {
    font-size: 11px;
    color: #584f4f;
    margin-right: 9px;
}
