* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
div,
img,
ul,
li,
a,
p,
ol,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Jost", sans-serif;
    font-weight: 400;
}

ul,
a,
input {
    text-decoration: none;
    list-style: none;
    text-decoration: none;
    outline: none;
}

:focus {
    outline: 0;
}

.clear {
    width: 100%;
    float: left;
    clear: both;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 1170px;
    margin: 0 auto;
}

/*  */

.package-product-qty::-webkit-outer-spin-button,
.package-product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spin buttons in Firefox */
.package-product-qty {
    -moz-appearance: textfield;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #8a8a8a;
    font-size: 14px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #8a8a8a;
    font-size: 14px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #8a8a8a;
    font-size: 14px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #8a8a8a;
    font-size: 14px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}



    .inner-about-outer .block .text-box ul
{
  padding-left: 15px;
  margin-bottom:20px;
}



    .inner-about-outer .block .text-box ul li {
    list-style: disc;
}


.w-100 {
    width: 100% !important;
}

/*Top Head*/
.top-head {
    padding: 12px 0;
    background: #a0c561;
    text-align: center;
}

.top-head p {
    font-size: 16px;
}



/*Nav-Bar*/
.navigation {
    background: #428b0d;
    padding: 9px 0;
}

.navigation .navigation-outer {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: end;
}



.navigation .navigation-outer .left {
	position: absolute;
	left: 0;
	top: -56px;
	z-index: 2;
}



.navigation .navigation-outer .right {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: end;
}

.navigation .navigation-outer .right .nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.navigation .navigation-outer .right .nav ul li {
    position: relative;
}

.navigation .navigation-outer .right .nav ul li ul.sub-menu li {
    margin-bottom: 10px;
}

.navigation .navigation-outer .right .nav ul li a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding-bottom: 22px;
    z-index: 9999;
    position: relative;
}

.navigation .navigation-outer .right .nav ul li img {
    cursor: pointer;
    filter: brightness(0) invert(1);
}

.navigation .navigation-outer .right .nav ul li ul.sub-menu {
    display: none;
    position: absolute;
    background: #a0c561;
    width: 200px;
    padding: 20px;
    z-index: 2;
    top: 45px;
    left: 0;
}

.navigation .navigation-outer .right .nav ul li ul.sub-menu li a:hover {
    color: #000;
}

.navigation .navigation-outer .right .nav ul li:hover ul.sub-menu {
    display: block;
}

.navigation .navigation-outer .right .nav ul li a:hover {
    color: #a0c561;
}

.navigation .navigation-outer .right .social ul {
    display: flex;
    gap: 20px;
}

.navigation .navigation-outer .right .cart {
	width: 80px;
	position: fixed;
	right: 20px;
	z-index: 2;
	bottom: 20px;
	background: #428b0d;
	border-radius: 100px;
	height: 80px;
	display: flex;
	align-items: center;
  border: 1px solid #000;
}


.navigation .navigation-outer .right .cart a {
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.navigation .navigation-outer .right .cart a:hover p,
.navigation .navigation-outer .right .cart a:hover span {
    color: #000;
}

.navigation .navigation-outer .right .cart a:hover img {
    filter: brightness(0) saturate(100%);
}

.navigation .navigation-outer .right .cart p {
    color: #fff;
    font-size: 18px;
    margin-left: 5px;
}

.navigation .navigation-outer .right .cart span {
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.navigation .navigation-outer .right .social ul li a img {
    display: block;
}

.navigation .navigation-outer .right .social ul li a img:hover {
    filter: brightness(0) saturate(100%);
}

.fa-bars {
    display: none;
}



/*Banner Block*/
.banner-block {
    position: relative;
}

.banner-block img {
    width: 100%;
    display: block;
}

.banner-block .banner-outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.banner-block .banner-outer .box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.banner-block .banner-outer .box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner-block .banner-outer .box ul li img {
    width: auto;
}

.banner-block .banner-outer .box p {
    font-size: 23px;
    font-weight: 700;
    color: #428b0d;
    margin: 10px 0 15px 0;
    line-height: 30px;
}

.banner-block .banner-outer .box p span {
    color: #000;
    font-weight: 400;
    display: block;
    font-size: 18px;
}

.banner-block .banner-outer .box ul li span {
    font-size: 40px;
    font-weight: 500;
}

.btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.btngreen {
    background: #428b0d;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 15px;
    display: inline-block;
    color: #fff;
    border: 2px solid #428b0d;
    border-radius: 5px;
    font-family: "Jost", sans-serif;
}

.btngreen:hover {
    background: none;
    color: #000;
    border: 2px solid #000;
}

.btngreen.border {
    background: none;
    color: #000;
    border: 2px solid #000;
}

.btngreen.border:hover {
    background: #a0c561;
    color: #fff;
    border: 2px solid #a0c561;
}



/*About Block*/
.about-block-flex .left {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about-block-flex .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    cursor: pointer;
}

.about-block-flex .right {
    width: 50%;
    background-color: #428b0d;
    color: #fff;
    padding: 20px 30px 20px 40px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-block-flex .right p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.about-block-flex .right a.btngreen {
    border-color: #fff;
    color: #fff;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
}

.popup video {
    max-width: 90%;
    max-height: 90%;
    outline: none;
}

.popup.active {
    display: flex;
}

.close-popup {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 1100;
}

.about-block-flex {
    display: flex;
    flex-wrap: wrap;
}



/*Features Block*/
.features-outer {
    padding: 50px 0;
}

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

.feature-box {
    padding: 25px 98px 40px;
    width: 33.33%;
    border-left: 1px solid #ddd;
}

.feature-box:first-child {
    border-left: none;
}

.feature-box img {
    margin-bottom: 10px;
}

.feature-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333333;
    font-weight: 700;
}

.feature-box p {
    font-size: 16px;
    color: #666666;
}



/*Build your box Block*/
.build-your-box-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 67px;
    justify-content: center;
}

.build-your-box-flex .card {
    width: 34.5%;
}

.build-your-box-flex .card img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border: 5px solid #428b0d;
    display: block;
}

.build-your-box-flex h3 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}

.build-your-box-flex p {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}



/*Most Popular Block Block*/
.most-popular-block {
    text-align: center;
    padding: 50px 0;
}

.popular-item-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.popular-item {
    position: relative;
    width: 23.3%;
    border: 2px dashed #5aa734;
    padding: 20px 28px;
    cursor: pointer;
}

.popular-item:hover .popular-item-hover {
    visibility: visible;
    height: 100%;
    width: 100%;
}

.popular-item-hover .cart-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.popular-item-hover {
    visibility: hidden;
    position: absolute;
    width: 0%;
    top: 0;
    left: 0;
    height: 0%;
    background: rgba(160, 197, 97, 0.9);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.popular-item h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1;
}

.popular-item p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1;
    margin-bottom: 20px;
}

.popular-item p:last-child {
    margin-bottom: 0px;
}

.popular-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.popular-buttons .btngreen {
    background: #428b0d;
    border: 2px solid #428b0d;
}

.popular-buttons .btngreen:hover {
    background: none;
    color: #000;
    border: 2px solid #000;
}



/*Google Review Block*/
.google-review {
    text-align: center;
}


/*Quiz Block*/
.quiz-block-outer {
    padding: 50px 0;
}

.quiz-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-bottom: 50px;
}

.quiz-block:last-child {
    flex-direction: row-reverse;
    margin-bottom: 0px;
}

.quiz-block .image-side img {
    width: 100%;
    height: auto;
    display: block;
}

.quiz-block .text-side {
    text-align: center;
    width: 30%;
}

.quiz-block .text-side h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 15px;
}

.quiz-block .text-side h3 {
    font-size: 24px;
}

.quiz-block .text-side p {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    line-height: 24px;
}

.quiz-block .text-side a.btngreen {
    background: #428b0d;
    border: 2px solid #428b0d;
    text-transform: capitalize;
    padding: 10px 20px;
    line-height: 1;
}

.quiz-block .text-side a.btngreen:hover {
    background: none;
    border: 2px solid #000;
}



/*How It Works Block*/
.how-it-works-outer {
    text-align: center;
}

.how-it-works-outer h2 {
    margin-bottom: 30px;
}

.how-it-works-block {
    display: flex;
    justify-content: space-between;
}

.step-box-outer {
    display: flex;
    align-items: center;
    width: 34.8%;
}

.how-it-works-block .step-box-outer:last-child {
    width: 27%;
}

.step-box {
    background-color: #428b0d;
    color: #fff;
    padding: 28px 20px;
    border-radius: 20px;
    text-align: center;
}

.step-box h3 {
    margin: 10px 0 0px;
    font-size: 23px;
    font-weight: 600;
}

.step-box strong {
    font-size: 15px;
    font-weight: 700;
}

.step-box img {
    display: block;
    margin: 0 auto;
}

.step-box p {
    font-size: 15px;
}



/*Seven Juices Block*/
.seven-juice-block {
    padding: 50px 0;
}

.seven-juice-flex .left {
    width: 50%;
}

.seven-juice-flex .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seven-juice-flex .right {
    width: 50%;
    background-color: #428b0d;
    color: #fff;
    padding: 15px 98px 15px 70px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}

.seven-juice-flex .right p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.seven-juice-flex .right h5 {
    font-size: 24px;
    line-height: 1;
}

.seven-juice-flex .right h2 {
    line-height: 48px;
    margin: 10px 0;
}

.seven-juice-flex .right a.btngreen {
    border-color: #fff;
}

.seven-juice-flex .right a.btngreen:hover {
    color: #fff;
}

.seven-juice-flex {
    display: flex;
    flex-wrap: wrap;
}

.seven-juice-block .seven-juice-flex:last-child {
    flex-direction: row-reverse;
}



/*FAQ Block*/
.faq-block p {
    font-size: 21px;
    color: #333333;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 10px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background-color: #fefefe;
    border: 1px solid #817a7a;
    padding: 15px 20px;
}

.accordion-title-text h4 {
    color: #010000;
    font-size: 20px;
    font-weight: 500;
}

.accordion-title-text {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
}

.accordion-toggle {
    font-size: 20px;
    transition: transform 0.3s;
    margin-top: -10px;
}

.accordion-toggle.open {
    transform: rotate(180deg);
}

.accordion-body {
    padding: 0 76px 20px;
    font-size: 16px;
    color: #333333;
    display: none;
}

.accordion-body.show {
    display: block;
    padding: 10px 20px;
    background: #a0c561;
}

.accordion-body.show p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
}

.faq-block .faq-outer .left {
    width: 45.1%;
}

.faq-block .left img {
    width: 100%;
    display: block;
}

.faq-block .faq-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-block .faq-outer .right {
    width: 52%;
}

.faq-block .faq-outer .right h6 {
    font-size: 24px;
    letter-spacing: 3.84px;
    line-height: 1;
}

.faq-block .faq-outer .right h2 {
    line-height: 1;
    margin: 10px 0 30px 0;
}

.accordion-item {
    margin-bottom: 19px;
}

.accordion-item:last-child {
    margin-bottom: 0px;
}



/*Calories Block*/
.calories-block {
    display: flex;
    padding: 0 30px;
    justify-content: space-between;
}

.calories-block-outer {
    margin: 50px 0;
}

.calories-card {
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    width: 48.7%;
}

.calories-card img {
    display: block;
    width: 100%;
}

.overlay-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 30px;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.calories-block h3 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.full-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 10px;
}

.calories-card:hover .full-overlay {
    opacity: 1;
}

.calories-card:hover .overlay-content {
    opacity: 0;
}

.full-overlay h2 {
    margin-top: 0;
}

.full-overlay button {
    background-color: #8BC34A;
    color: white;
    padding: 10px 20px;
    border: none;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
}

.full-overlay button:hover {
    background-color: #76af3d;
}

.full-overlay h3 {
    margin-bottom: 30px;
}

.full-overlay p {
    margin-bottom: 20px;
}

.full-overlay a.btngreen {
    margin-top: 20px;
}

.full-overlay a.btngreen:hover {
    border-color: #fff;
    color: #fff;
}



/*Footer Block*/
.footer-block {
    display: flex;
    background-color: #e9e9e9;
    flex-wrap: wrap;
}

.footer-left {
    display: flex;
    width: 50%;
    padding: 50px;
    justify-content: center;
    gap: 105px;
}

.footer-column h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}

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

.footer-left .footer-column-bg {
    background: #d3d3d3;
    width: 1px;
    height: 100%;
}

.footer-column li {
    margin: 6px 0;
    font-size: 16px;
}

.footer-column li::before {
    content: '›';
    color: #e3b288;
    margin-right: 12px;
    font-size: 22px;
    line-height: 1;
}

.footer-column li a {
    display: inline-block;
    color: #000;
}

.footer-column li a:hover {
    color: #a0c561;
}

.footer-right {
    width: 50%;
    background-color: #d5d5d5;
    text-align: center;
    padding: 40px 72px;
}

.footer-right strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
    display: block;
}

.footer-right p {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}

.footer-right form {
    position: relative;
}

.footer-right h3 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer-right input[type="email"] {
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    background: #e3e3e3;
    border: 1px solid #f9f9f9;
}

.footer-right input[type="email"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.footer-right input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.footer-right input[type="email"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.footer-right input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.footer-right button {
    padding: 12px 25px;
    background-color: black;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0;
    font-size: 16px;
    font-family: "Jost", sans-serif;
    border-radius: 10px;
    border: 1px solid #fff;
}

.footer-right button:hover {
    background-color: #a0c561;
}

.footer-bottom {
    background-color: black;
    color: white;
    text-align: center;
    font-size: 12px;
    padding: 15px;
    position: relative;
}

.footer-icons {
    display: flex;
    gap: 20px;
}

.footer-icons span {
    display: inline-block;
}

.footer-icons span a:hover img {
    transform: rotate(48deg);
    transition: all 0.5s;
}

.footer-bottom p {
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    line-height: 1;
    width: 50%;
    margin: 0 auto;
}

.footer-icons span a {
    display: block;
}

.footer-icons span a img {
    display: block;
    transition: all 0.5s;
}



/*Inner About Page*/
.inner-page-banner {
    position: relative;
}

.inner-page-banner img {
    display: block;
    width: 100%;
}

.inner-banner-content {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.inner-banner-content .inner-banner-content-box {
    width: 40%;
    text-align: center;
    padding: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.inner-banner-content h1 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #ffffff;
}

.inner-banner-content p {
    font-size: 18px;
    color: #ffffff;
    margin: 10px 0;
}

.inner-about-block {
    margin: 50px 0;
}

.inner-about-outer .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block.reverse {
    flex-direction: row-reverse;
}

.inner-about-outer .block .image-box {
    border-radius: 12px;
    width: 48%;
    overflow: hidden;
}

.inner-about-outer .block .image-box img {
    width: 100%;
    display: block;
}

.inner-about-outer .block .text-box {
    width: 48%;
}

.text-box p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.inner-about-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.inner-about-outer .block:nth-child(2n+2) {
    flex-direction: row-reverse;
}



/*Inner Contact Page*/
.inner-contact-content {
    margin: 50px 0;
}

.inner-contact-content .contact-wrapper {
    display: flex;
    justify-content: space-between;
}

.inner-contact-content .card-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 47%;
}

.inner-contact-content .info-card {
    background: white;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inner-contact-content .info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    background: #f0fefb;
}

.inner-contact-content .info-card img {
    margin-top: 6px;
}

.inner-contact-content .info-content strong {
    display: block;
    margin-bottom: 4px;
    color: #428b0d;
    font-size: 24px;
}

.inner-contact-content .info-content h4 {
    font-size: 16px;
}

.inner-contact-content .info-content p a {
    color: #000;
}

.inner-contact-content .info-content p a:hover {
    color: #a0c561;
}

.inner-contact-content .info-content p {
    font-size: 18px;
    margin-bottom: 7px;
}

.inner-contact-content h5 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.inner-contact-content h5 a {
    color: #428b0d;
}

.inner-contact-content h5 a:hover {
    color: #a0c561;
}

.inner-contact-content .form-card {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    width: 47%;
}

.inner-contact-content .form-card form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.inner-contact-content input,
textarea {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 1rem;
}

.inner-contact-content .form-card button {
    background: linear-gradient(135deg, #428b0d, #a0c561);
    color: white;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s ease;
}

.inner-contact-content .form-card button:hover {
    background: linear-gradient(135deg, #a0c561, #428b0d);
}

.inner-contact-content input::-webkit-input-placeholder {
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.inner-contact-content input::-moz-placeholder {
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.inner-contact-content input:-ms-input-placeholder {
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.inner-contact-content input:-moz-placeholder {
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.inner-contact-content textarea::-webkit-input-placeholder {
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.inner-contact-content textarea::-moz-placeholder {
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.inner-contact-content textarea:-ms-input-placeholder {
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}

.inner-contact-content textarea:-moz-placeholder {
    color: #969696;
    font-size: 16px;
    opacity: 1;
    font-family: "Jost", sans-serif;
}












/*Media Query*/
@media(max-width:1199px) {
    .container {
        width: 96%;
    }

    .navigation .navigation-outer .right .nav ul {
        display: none;
        position: fixed;
        background: #a0c561;
        width: 100%;
        left: 0;
        right: 0;
        top: 114px;
        text-align: center;
        box-shadow: 0px 3px 10px 0px #a0c561;
        z-index: 1;
        padding: 20px 0;
    }

    .fa-bars {
        display: block;
        cursor: pointer;
    }

    .navigation .navigation-outer .right .cart {
        width: auto;
    }

    .navigation .navigation-outer .right .nav {
        order: 3;
    }

    .navigation {
        position: relative;
    }

    .navigation .navigation-outer .right .nav ul li {
        padding: 10px 0;
    }

    .navigation .navigation-outer .right .nav ul li a:hover {
        color: #000;
    }

    .about-block-flex .right {
        padding: 50px;
    }

    .feature-box {
        padding: 25px;
    }

    .build-your-box-flex .card {
        width: 45%;
    }

    .seven-juice-flex .right {
        padding: 30px;
    }

    .footer-left {
        gap: 35px;
    }

    .top-head {
        text-align: right;
    }

    .inner-banner-content .inner-banner-content-box {
        width: 70%;
    }

    .navigation .navigation-outer .right .nav ul li:hover ul.sub-menu {
        display: none;
    }

    .navigation .navigation-outer .right .nav ul li ul.sub-menu {
        width: 100%;
        position: initial;
        background: #428b0d;
        margin-top: 10px;
    }
}

@media(max-width:1023px) {
    
    .popular-item-hover {
	display: none;
}
    
    .top-head p {
        font-size: 14px;
    }

    .navigation .navigation-outer .right .nav ul {
        top: 111px;
    }

    .banner-block .banner-outer .box ul li span {
        font-size: 25px;
    }

    .banner-block .banner-outer .box p {
        font-size: 18px;
    }

    .banner-block .banner-outer .box p span {
        font-size: 16px;
    }

    .btngreen {
        font-size: 14px;
        padding: 10px;
    }

    .about-block-flex .left {
        width: 100%;
    }

    .about-block-flex .right {
        width: 100%;
    }

    .build-your-box-flex h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .build-your-box-flex p {
        font-size: 17px;
    }

    .popular-item-flex {
        gap: 20px;
    }

    .popular-item {
        width: 48%;
    }

    h2 {
        font-size: 30px;
    }

    .quiz-block .image-side {
        width: 50%;
    }

    .quiz-block .text-side {
        width: 42%;
    }

    .quiz-block .text-side h2 {
        font-size: 25px;
    }

    .quiz-block {
        gap: 30px;
    }

    .how-it-works-block {
        flex-wrap: wrap;
    }

    .step-box-outer {
        width: 100%;
    }

    .how-it-works-block .step-box-outer:last-child {
        width: 100%;
    }

    .step-box {
        width: 100%;
    }

    .step-box-outer .arrow-img {
        display: none;
    }

    .how-it-works-block {
        gap: 20px;
    }

    .seven-juice-flex .left {
        width: 100%;
    }

    .seven-juice-flex .right {
        width: 100%;
    }

    .faq-block .faq-outer .left {
        width: 100%;
    }

    .faq-block .faq-outer .right {
        width: 100%;
    }

    .faq-block .faq-outer {
        gap: 20px;
    }

    .calories-block {
        flex-wrap: wrap;
    }

    .calories-card {
        width: 100%;
    }

    .calories-block {
        gap: 20px;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
    }

    .inner-contact-content .contact-wrapper {
        align-items: center;
    }

    .inner-banner-content .inner-banner-content-box {
        padding: 10px;
    }

    .inner-about-outer .block {
        gap: 30px;
    }

    .inner-about-outer .block .image-box {
        width: 100%;
    }

    .inner-about-outer .block .text-box {
        width: 100%;
    }
}

@media(max-width:767px) {
    .navigation .navigation-outer {
        justify-content: space-between;
    }

    .navigation .navigation-outer .left {
        position: initial;
    }

    .navigation .navigation-outer .right .nav ul {
        top: 182px;
    }

    .banner-block .banner-outer .box ul li span {
        font-size: 20px;
    }

    .banner-block .banner-outer .box p {
        font-size: 15px;
        line-height: 20px;
    }

    .banner-block .banner-outer .box p span {
        font-size: 14px;
    }

    .feature-box {
        width: 100%;
        border: 0;
    }

    .features {
        flex-wrap: wrap;
    }

    .build-your-box-flex .card {
        width: 100%;
    }

    .quiz-block .text-side {
        width: 100%;
    }

    .quiz-block .image-side {
        width: 100%;
    }

    .inner-banner-content h1 {
        font-size: 28px;
        margin-bottom: 0;
    }

    .inner-banner-content p {
        margin: 0;
    }

    .inner-contact-content h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .inner-contact-content .card-info {
        width: 100%;
    }

    .inner-contact-content .form-card {
        width: 100%;
    }

    .inner-contact-content .contact-wrapper {
        flex-wrap: wrap;
    }
}

@media(max-width:639px) {
    .top-head {
        text-align: center;
    }

    .banner-block .banner-outer .box ul {
        gap: 10px;
    }

    .banner-block .banner-outer .box ul li {
        gap: 0px;
    }

    .banner-block .banner-outer .box ul li span {
        font-size: 14px;
    }

    .btns {
        width: 88%;
    }

    .about-block-flex .right {
        padding: 20px;
    }

    .feature-box h3 {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .feature-box {
        padding: 20px;
    }

    .popular-item {
        width: 100%;
    }

    h2 {
        font-size: 22px;
    }

    .faq-block .faq-outer .right h6 {
        font-size: 20px;
    }

    .accordion-title-text h4 {
        font-size: 16px;
    }

    .calories-block h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .full-overlay p {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .about-block-flex .right p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .popular-item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .popular-item p {
        margin-bottom: 10px;
    }

    .navigation .navigation-outer .right .nav ul {
        top: 202px;
    }

    .inner-banner-content .inner-banner-content-box {
        width: 100%;
    }

    .inner-contact-content h5 {
        font-size: 16px;
    }

    .inner-contact-content .info-content strong {
        font-size: 18px;
    }

    .inner-contact-content .info-content p {
        font-size: 16px;
    }

    .inner-banner-content h1 {
        font-size: 20px;
    }

    .inner-banner-content {
        position: initial;
    }

    .inner-banner-content .inner-banner-content-box {
        border-radius: 0;
    }
}

@media(max-width:479px) {
    .banner-block .banner-outer {
        position: initial;
        background: #cecece;
        padding: 20px 0;
    }

    .btngreen {
        padding: 5px;
    }

    .btns {
        width: 100%;
    }

    .popular-buttons {
        flex-wrap: wrap;
    }

    .seven-juice-flex .right h2 {
        line-height: 30px;
    }

    .seven-juice-flex .right p {
        font-size: 16px;
        line-height: 26px;
    }

    .full-overlay {
        position: initial;
        height: auto;
        opacity: 1;
        margin-top: 10px;
    }

    .overlay-content {
        display: none;
    }

    .footer-left {
        flex-wrap: wrap;
    }

    .footer-left .footer-column {
        width: 100%;
    }

    .footer-left .footer-column-bg {
        display: none;
    }

    .footer-right {
        padding: 20px;
    }

    .footer-bottom p {
        position: initial;
        width: 100%;
    }

    .footer-icons {
        justify-content: center;
        margin-bottom: 10px;
    }

    .navigation .navigation-outer {
        justify-content: center;
    }

    .navigation .navigation-outer .right .nav ul {
        top: 251px;
    }

    .inner-banner-content p {
        font-size: 14px;
    }

    .inner-banner-content h1 {
        font-size: 16px;
    }

    .play-button {
        width: 20%;
    }
}

.cart-page-wrapper {
    padding: 50px 0px;
}

.cart-page-wrapper h2 {
    text-align: center;
    margin-bottom: 40px;
}

.cart-flex-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

/* Left Section (Cart items) */
.cart-items-box {
    flex: 2;
}

.cart-items-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.cart-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.cart-item-info {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    flex: 1;
}

.cart-item-info img {
    width: 100px;
    border: 1px solid #ddd;
}

.cart-item-details {
    font-size: 14px;
    color: #333;
}

.cart-item-details h3 {
    font-size: 16px;
    margin: 0 0 5px 0;
}

.cart-item-details p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.cart-item-details a {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700;
}

/* Quantity box */
.cart-qty-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart-qty-box button {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.cart-qty-box input {
    width: 50px;
    height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cart-item-price {
    font-weight: bold;
    white-space: nowrap;
}

/* Right Section (Cart totals) */
.cart-summary {
    flex: 1;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 4px;
}

.cart-summary h2 {
    font-size: 16px;
    margin-bottom: 15px;
}

.cart-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.cart-summary-row span {
    font-size: 14px;
}

/* Coupon form hidden initially */
.cart-coupon-box {
    display: none;
    margin-top: 10px;
    gap: 10px;
    align-items: center;
}

.cart-coupon-box input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.cart-coupon-box button {
    padding: 10px 20px;
    background: #428B0D;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cart-coupon-box button:hover {
    background: #000;
}

.cart-checkout-btn:hover {
    background: #000;
}

.cart-summary-row strong {
    font-weight: bold;
}

.cart-checkout-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background: #428B0D;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
}

@media(max-width: 1023px) {
    .cart-flex-container {
        flex-direction: column;
    }
}


.checkout-wrapper {
    padding: 50px 0px;
}

.checkout-wrapper h2 {
    text-align: center;
}

/* Flex container */
.checkout-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

/* Left side form */
.checkout-form {
    flex: 2;
}

.checkout-section {
    margin-bottom: 30px;
}

.checkout-section h2 {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
}

.checkout-section p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}



.checkout-input,
.checkout-select,
.checkout-textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 15px;
}

.checkout-textarea {
    display: none;
    /* hidden by default */
    min-height: 80px;
    resize: vertical;
}

.checkout-row {
    display: flex;
    gap: 15px;
}

.checkout-row .checkout-input {
    flex: 1;
}

.checkout-checkbox {
    margin-bottom: 15px;
}

.checkout-checkbox label {
    font-size: 14px;
    margin-left: 6px;
}

/* Payment section */
.payment-box {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.payment-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
}



.payment-option label {
    font-size: 14px;
}

/* Place order */
.place-order-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: #4CAF50;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.return-cart {
    margin-top: 15px;
    font-size: 14px;
    display: inline-block;
    color: #333;
    text-decoration: none;
}

/* Right side summary */
.checkout-summary {
    flex: 1;
    position: sticky;
    top: 20px;
    /* fix while scrolling */
    align-self: flex-start;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
}

.checkout-summary h2 {
    font-size: 16px;
    margin-bottom: 20px;
}

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.summary-item img {
    width: 60px;
    border: 1px solid #ddd;
}

.summary-item-info {
    flex: 1;
    font-size: 14px;
}

.summary-item-price {
    font-weight: bold;
    white-space: nowrap;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.summary-row strong {
    font-weight: bold;
}

p.sub-short {
    font-size: 12px;
    color: #666;
}

@media(max-width: 1023px) {
    .checkout-flex {
        align-items: inherit;
        flex-direction: column;
    }

    .checkout-summary {
        align-self: inherit;
    }
}

@media(max-width: 639px) {
    .checkout-row {
        gap: 0px;
        flex-direction: column;
    }
}


.box-outer {
    width: 23%;
}

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

.thumb img {
    display: block;
    object-fit: contain;
    width: 100%;
    border-radius:10px;
}

.sale {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--sale);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 999px;
}

.title {
    margin: 14px 0 6px;
    font-weight: 700;
}

.price {
    color: #111;
    margin: 0 0 14px;
}

.price .range {
    color: #6b7280;
    text-decoration: none;
}

.btn {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 6px;
    text-decoration: none;
    transition: .15s ease;
}

.btn:hover {
    background: var(--accent-dark)
}


/* Header */

.shop-head p {
    margin: 0 0 24px;
    color: var(--muted);
}

.toolbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.toolbar select {
    appearance: none;
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    padding: 10px 36px 10px 12px;
    font-size: 14px;
    background-image:
        linear-gradient(45deg, transparent 50%, #6b7280 50%),
        linear-gradient(135deg, #6b7280 50%, transparent 50%),
        linear-gradient(to right, #d1d5db, #d1d5db);
    background-position:
        calc(100% - 18px) 55%,
        calc(100% - 12px) 55%,
        calc(100% - 36px) 0.6em;
    background-size: 6px 6px, 6px 6px, 1px 1.6em;
    background-repeat: no-repeat;
}

/* Grid */
.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.shop-outer {
    padding: 50px 0;
}

.box-outer .box a.card h4 {
    color: #000;
    font-size: 16px;
    margin: 10px 0;
    font-weight: 700;
}

.box-outer .box a.card p {
    margin-bottom: 10px;
    color: #958e09;
}

@media(max-width: 1199px) {
    .grid {
        gap: 24px;
    }
}

@media(max-width: 1023px) {
    .box-outer {
        width: 32%;
    }

    .grid {
        gap: 13px;
    }
}

@media(max-width: 767px) {
    .box-outer {
        width: 100%;
    }

    .grid {
        gap: 30px;
    }
}


.single-shop-outer {
    padding: 50px 0;
}

.breadcrumb {
    margin-bottom: 20px;
    background: #a0c561;
    color: #fff;
    padding: 15px;
}

.gallery-tumb {
    float: left;
    width: 30%;
    clear: both;
}


#sync2 .owl-nav button span {
    font-size: 40px;
    background: #ccc;
    padding: 20px 10px 24px;
    line-height: 1px;
    float: left;
}




.breadcrumb a {
    color: #fff;
    text-decoration: underline;
    margin-right: 5px;
    font-style: italic;
}

.breadcrumb a:hover {
    color: #000;
}

.details p {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
}

/* Product Section */
.product-main {
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
}

.gallery {
    flex: 1;
}

.main-image {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
}

.thumbnails {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.thumbnails img {
    width: 22%;
    cursor: pointer;
    border: 2px solid #ddd;
    border-radius: 4px;
    transition: 0.3s;
}

.thumbnails img:hover {
    border-color: #5a8a17;
}

.details {
    flex: 1;
}

.details h1 {
    margin: 0 0 10px;
    font-size: 28px;
}

.details h2 {
    color: #428b0d;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}

.description {
    margin: 20px 0;
    color: #444;
}

.variants select,
.add-to-cart button {
    padding: 7px 12px;
    font-size: 16px;
    margin-top: 0px;
}

.product-main .details .add-to-cart {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.quantity-input {
    width: 95px;
    padding: 9px;
    border: 1px solid #333;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    margin-top: 0;
}

.category-tags-wrapper a {
    color: #000;
    text-decoration: underline;
}

.shop-outer .grid {
    justify-content: center !important;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    opacity: 1;
    height: 25px;
    cursor: pointer;
}

.tab-panel h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tab-panel p {
    /* margin-bottom: 10px; */
    font-size: 16px;
    font-weight: 500;
}

/* Tabs */
.tabs {
    margin-top: 40px;
}

.tabs button {
    padding: 12px 20px;
    margin-right: 5px;
    border: 1px solid #ccc;
    background: #f0f0f0;
    cursor: pointer;
}

.tabs button.active {
    background: #fff;
    border-bottom: 2px solid #5a8a17;
}

.tab-panel {
    border: 1px solid #ccc;
    padding: 20px;
    margin-top: -1px;
    display: none;
}

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

/* Related Products */
.related {
    margin-top: 50px;
}

.related h3 {
    margin-bottom: 15px;
}

.related-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.related-item {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    width: 24%;
}

.related-item-full {
    width: 100%;
    height: 100%;
}

.related-item img {
    width: 100%;
    border-radius: 4px;
}

.related-item h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.related-grid .owl-stage {
    display: flex;
}

.related-item h5 {
    margin-bottom: 10px;
    font-size: 14px;
    color: #428b0d;
}

.related-item a.btngreen {
    padding: 6px;
}

.product-package-card {
    width: 33.33% !important;
    float: left;
    padding: 5px;
    margin-bottom: 20px;
}

.product-package-wrapper a {
    color: #000;
    margin: 5px 0;
    display: inline-block;
}

input.package-product-qty {
    width: 60px !important;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 35px;
    border: 1px solid #979797;
}

.cart-summary>a {
    width: 100%;
    background: #000000;
    display: inline-block;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.product-package-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.pricepacka {
    width: 100%;
    margin: 20px 0;
    display: inline-block;
}

.clear-selection-wrapper button.clear-selection-btn {
    padding: 9px;
    margin-bottom: 16px;
    background: red;
    border: none;
    color: #fff;
}

.chooyd #choose_days {
    padding: 8px;
}

.chooyd {
    margin-bottom: 15px;
}

div#combo_total_text {
    width: 100%;
    margin-bottom: 15px;
}

@media(max-width: 1023px) {
    .related-item {
        width: 100%;
    }

    .related-grid {
        gap: 13px;
    }
}


@media(max-width: 767px) {
    .product-main {
        flex-direction: column;
    }

    .related-item {
        width: 100%;
    }

    .related-grid {
        gap: 20px;
    }

    .gallery-tumb {
        width: 100%;
    }
}

.out-of-stock {
    color: red;
}


.category-tags-wrapper {
    margin-top: 20px;
}


.login-page-outer {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
}

.login-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 40px;
    max-width: 400px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.login-box h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.login-box label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.login-box input[type="email"],
.login-box input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 18px;
    font-size: 14px;
}

.login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
}

.login-options label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: normal;
}

.login-options a {
    color: #428B0D;
    text-decoration: none;
}

.login-options a:hover {
    text-decoration: underline;
}



.register-link {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

.register-link a {
    color: #428B0D;
    text-decoration: none;
    font-weight: 600;
}

.register-link a:hover {
    text-decoration: underline;
}


.register-page-outer {
    padding: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
}

.register-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 40px;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.register-box h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.register-box label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.register-box input[type="text"],
.register-box input[type="email"],
.register-box input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 18px;
    font-size: 14px;
}



.login-link {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

.login-link a {
    color: #4CAF50;
    text-decoration: none;
    font-weight: 600;
}

.login-link a:hover {
    text-decoration: underline;
}

@media(max-width: 479px) {
    .register-box {
        max-width: 90%;
    }
}

.my-account-page {
    display: flex;
    width: 100%;
}

/* Sidebar */
.my-account-page .sidebar {
    width: 250px;
    background: #3d8b1c;
    padding: 20px;
}

.my-account-page .sidebar ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.my-account-page .sidebar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.my-account-page .sidebar ul li a:hover {
    text-decoration: underline;
}

/* Content */
.my-account-page .content {
    flex: 1;
    background: #a5c96b;
    padding: 30px;
}

.my-account-page .form-row {
    display: flex;
    gap: 20px;
}

.my-account-page input {
    flex: 1;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 14px;
}

.my-account-page .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    flex: 1;
}

.my-account-page .form-group label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

.my-account-page .form-group small {
    font-size: 12px;
    color: #333;
}

/* Password Section */
.my-account-page .password-section {
    border: 1px solid #999;
    padding: 20px;
    margin-bottom: 20px;
}

.my-account-page .password-section legend {
    font-weight: bold;
    padding: 0 5px;
}

.my-account-page .password-section input {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 3px;
}

/* Save Button */
.my-account-page .save-btn {
    background: #ccc;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
}

.my-account-page .save-btn:hover {
    background: #bbb;
}

.my-account-outer {
    padding: 50px 0;
}

[type="button"],
[type="submit"] {
    cursor: pointer;
}

.contentinfo {
    padding: 50px 0;
    float: left;
    width: 100%;
}

.fullcontent p,
.fullcontent ul,
.fullcontent h1,
.fullcontent h2,
.fullcontent h3,
.fullcontent h4,
.fullcontent h5,
.fullcontent h6 {
    margin-bottom: 15px;
}

.fullcontent ul {
    padding-left: 20px;
}

.fullcontent ul li {
    margin-bottom: 5px;
    list-style: disc;
}

.fullcontent p a {
    color: #000;
    text-decoration: underline;
}

.fullcontent p a:hover {
    text-decoration: none;
}

.vertical-sidbar{
    position: fixed;
  z-index: 99999;
  background: #fff;
  right: 0;
  height: 100vh;
  top: 0;
  padding: 54px 10px 30px 30px;box-shadow: 0 0 13px #e8e3e3;
     width: 0;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.opensidebar .vertical-sidbar{
    width: 35%;
    opacity: 1;
    visibility: visible;
     -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.opensidebar:after{
    position:absolute;
    width:100%;
    height:100vh;
    content:'';
    background:rgba(0,0,0,0.6);
    left:0;
    top:0;
}


.opensidebar{overflow:hidden;}

.vertical-sidbar .cart-flex-container{flex-wrap:wrap;}
.vertical-sidbar .cart-items-box {
    overflow: hidden;
  
  overflow-y: scroll;
  flex: auto;
}
.vertical-sidbar .cart-summary {
  flex: auto;
 
}

.vertical-sidbar .cart-summary{
    height:480px;
}


.vertical-sidbar .cart-item{padding-right:30px;}
.vertical-sidbar .cart-items-header{padding-right:30px;}
.vertical-sidbar .cart-item-price{margin-left:30px;}

.sidebarclosed{
    position: absolute;
    top: 9px;
    right: 15px;
    background: #000;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    color: #fff;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

@media(max-width: 1199px) {
.opensidebar .vertical-sidbar{width:80%;}
}


@media(max-width: 1024px) {
    .product-package-card {
        width: 50% !important;
    }
}

@media(max-width: 970px) {
.opensidebar .vertical-sidbar{width:100%;}
}

@media(max-width: 639px) {
    .my-account-page {
        flex-direction: column;
    }

    .my-account-page .sidebar {
        width: 100%;
    }

    .my-account-page .content {
        padding: 20px;
    }

    .my-account-page .form-row {
        gap: 0;
        flex-direction: column;
    }
}

.product-tabs .tabs p {
    margin-bottom: 0 !important;
}


.my-account-page .orders-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #7fa640;
    border-radius: 5px;
    overflow: hidden;
}

.my-account-page .orders-table th,
.my-account-page .orders-table td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #7fa640;
    font-size: 14px;
}

.my-account-page .orders-table th {
    background: #b4d073;
    font-weight: bold;
}

.my-account-page .orders-table tbody tr:hover {
    background: #c6e18c;
}

.my-account-page .orders-table a {
    color: #3d8b1c;
    margin-bottom:5px;
    text-decoration: none;
}

.my-account-page .view-btn {
    background: #fff;
    color: #333;
    border: 1px solid #999;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

.my-account-page .view-btn:hover {
    background: #eee;
}

@media(max-width: 639px) {
    .my-account-page .content {
        overflow: scroll;
    }
}


.order-received {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-received-outer {
    padding: 50px 0;
}

.order-received .thank-you-bar {
    width: 100%;
    background: #428b0d;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    font-weight: bold;
}

.order-received .summary-box {
    width: 100%;
    border: 1px solid #428b0d;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    margin: 20px 0;
    font-size: 14px;
}

.order-received .summary-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    border-right: 2px dashed #428b0d;
    padding-right: 40px;
}

.order-received .summary-item span {
    font-weight: bold;
}

.order-received .order-details-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}

.order-received .order-table {
    width: 100%;
    border: 1px solid #428b0d;
    border-collapse: collapse;
}

.order-received .order-table th,
.order-received .order-table td {
    border-bottom: 1px solid #428b0d;
    padding: 10px;
    font-size: 14px;
}

.order-received .order-table th {
    text-align: left;
}

.order-received .order-table tr:last-child td {
    border-bottom: none;
}

.order-received .subtotal,
.order-received .total,
.order-received .payment {
    font-weight: bold;
}

.order-received .billing-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0 10px 0;
}

.order-received .billing-box {
    width: 100%;
    border: 1px solid #428b0d;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    font-size: 14px;
}

.order-received .billing-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.order-received .billing-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.order-received .billing-right a {
    color: #000;
}

@media(max-width: 1023px) {
    .order-received .summary-item {
        padding-right: 10px;
    }
}

@media(max-width: 767px) {
    .order-received .summary-item {
        padding-right: 0;
        border: none;
    }

    .order-received .summary-box {
        flex-wrap: wrap;
        gap: 20px;
    }

    .order-received .summary-item {
        padding-right: 0;
        border: none;
        width: 100%;
        text-align: left;
    }
}

@media(max-width: 479px) {
    .order-received .billing-box {
        gap: 20px;
        flex-wrap: wrap;
    }

    .order-received .billing-left {
        width: 100%;
    }

    .order-received .billing-right {
        align-items: start;
        gap: 10px;
        flex-direction: column;
    }
}


.subscription-section {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 15px;
    background: #f9fafb;
}
.subscription-section h4 {
    color: #2c3e50;
}

.subscription-section button{
    color:#000000 !important;
}

#subscriptionOption {
    height: 45px;
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 15px;
    margin-top: 10px;
}
    
    