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





/* Bwlow code in style.css */

/* Common CSS for All components : Start */:root { --yellow: #F08592; --black: #000; --body: #7e7e7e; --dark: #424242; --green: #6BBD58; --white: #fff; --darkgreen: #006e5a; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { margin: 0; padding: 0; }
body { margin: 0; padding: 0; font-size: 18px; background: var(--white); letter-spacing: 0; line-height: normal; font-family: 'Roboto'; font-family: "Poppins", sans-serif; font-weight: normal; }
input,
select,
textarea,
button { outline: none; box-shadow: none; font-family: inherit; }
input[type=text]::-moz-placeholder,
input[type=search]::-moz-placeholder,
.input-text::-moz-placeholder,
.input_text::-moz-placeholder { color: inherit; opacity: 1; font-family: inherit; }
input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-p,
.input-text::-webkit-input-placeholder,
.input_text::-webkit-input-placeholder { color: inherit; opacity: 1; font-family: inherit; }
input[type=text]::-ms-placeholder,
input[type=search]::-ms-placeholder,
.input-text::-ms-placeholder,
.input_text::-ms-placeholder { color: inherit; opacity: 1; font-family: inherit; }
input[type=email]::-moz-placeholder { color: inherit; opacity: 1; font-family: inherit; }
input[type=email]::-webkit-input-placeholder { color: inherit; opacity: 1; font-family: inherit; }
input[type=email]::-ms-placeholder { color: inherit; opacity: 1; font-family: inherit; }
textarea::-moz-placeholder { color: inherit; opacity: 1; font-family: inherit; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; font-family: inherit; }
textarea::-ms-input-placeholder { color: inherit; opacity: 1; font-family: inherit; }
a { text-decoration: none; -webkit-transition: all ease-in-out 0.3s; -moz-transition: all ease-in-out 0.3s; transition: all ease-in-out 0.3s; }
a:hover { text-decoration: none; }
.flxrow { display: -webkit-box; display: -ms-flexbox; display: flex; }
.flxcol { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.flxfix { -ms-flex-positive: 0; flex-grow: 0; -ms-flex-negative: 0; flex-shrink: 0; -ms-flex-preferred-size: auto; flex-basis: auto; }
.flxflexi { -ms-flex-positive: 1; flex-grow: 1; -ms-flex-negative: 1; flex-shrink: 1; -ms-flex-preferred-size: auto; flex-basis: auto; position: relative; }

/* Common CSS for All components : End */
@media (min-width:576px) {
	.container { width: 100%; max-width: 100%; }
}
@media (min-width:768px) {
	.container { width: 720px; padding: 0 15px; }
}
@media (min-width:992px) {
	.container { width: 940px; }
}
@media (min-width:1200px) {
	.container { width: 1140px; max-width: 1140px; }
}



h1,
h2,
h3,
h4,
h5,
h6 { margin: 0; padding: 0; font-family: "Space Grotesk", sans-serif;font-optical-sizing: auto; }
h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 32px; }
h4 { font-size: 28px; }
h5 { font-size: 24px; }
h6 { font-size: 20px; }
p { margin: 0; padding: 0; color: var(--dark); font-weight: 400; font-size: 16px; line-height: 150%; }
p+p { padding-top: 24px; }
ul { margin: 0px; padding: 0px; }
ul li { list-style: none; }
.row { margin-left: -15px !important; margin-right: -15px !important; }
.row>* { padding-left: 15px !important; padding-right: 15px !important; }



.main-wapper {
	min-height: 100vh;
	overflow: hidden;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
	background: var(--white);
}

.header-top-wapper {
	width: 100%;
	display: block;
	background: var(--yellow);
}

.header-tagline {
	min-height: 45px;
	font-size: 16px;
	color: var(--black);
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-fluid {
	padding: 0 8px;
	max-width: 75%;
	width: 100%;
}

.header-middle {
	padding: 11px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-left {
	gap: 16px;
	display: flex;
	align-items: center;
}

.logo {
	display: flex;
	align-items: center;
}

.logo a {
	display: flex;
	align-items: center;
}

.logo a img {
	width: 119px;
	height: auto;
	display: flex;
	align-items: center;
}

.header-serch {
	width: 410px;
	display: block;
}

.input-box-h {
	position: relative;
	display: block;
	width: 100%;
}

.input-box-h .input-text {
	width: 100%;
	display: block;
	position: relative;
}

.input-box-h .input-text {
	font-size: 16px;
	font-weight: 500;
	padding: 10px 42px;
	width: 100%;
	border: 1px solid #bdbdbd;
	border-radius: 4px;
	color: #424242;
	min-height: 44px;
	background: url(../images/oz-search-icon.svg) no-repeat 11px 13px;
	background-size: 20px auto;
}

.input-box-h .input-text::placeholder {
	color: #BDBDBD;
}

.oz-header-search.active input {
	outline: 1px solid #6CB657;
}

.header-right {
	display: flex;
	align-items: center;
	gap: 32px;
}

.header-right .user-icon {
	padding: 5px 0;
	display: flex;
	align-items: center;
	position: relative;
}

.header-right .user-icon>a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-right .user-icon>a img {
	width: 25px;
	height: auto;
}

.header-right .cart-icon {
	padding: 5px 0;
	display: flex;
	align-items: center;
	position: relative;
}

.header-right .cart-icon>a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.header-right .cart-icon>a img {
	width: 25px;
	height: auto;
}

.header-right .user-icon .oz-dropdown-menu {
	visibility: hidden;
	position: absolute;
	padding: 8px;
	min-width: 250px;
	right: -16px;
	margin: 0;
	background: #fff;
	z-index: 10;
	box-shadow: 0 0 16px #7e7e7e;
	border-radius: 3px;
	overflow: auto;
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	top: 100%;
	transition: all 0.3s ease-in-out;
	pointer-events: none;
}

.header-right .user-icon .oz-dropdown-menu li {
	list-style: none;
}

.header-right .user-icon .oz-dropdown-menu li a,

.header-right .user-icon .oz-dropdown-menu li button {
	text-decoration: none;
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	line-height: 16.5px;
	color: #000;
	border: 0;
	background: transparent;
	font-weight: 500;
}

.header-right .user-icon .oz-dropdown-menu li a:hover,

.header-right .user-icon .oz-dropdown-menu li button:hover {
	color: #6CB657;
	background: transparent;
}

.header-right .user-icon:hover .oz-dropdown-menu {
	pointer-events: all;
	opacity: 1;
	transform: none;
	visibility: visible;
}

.menu-outer-desktop {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}

.header-bottom-block {
	gap: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.main-nav>ul {
	gap: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-nav>ul>li {
	position: relative;
	display: flex;
}

.main-nav>ul>li>a {
	display: flex;
	align-items: center;

	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #424242;
	padding: 7px 0;
	display: block;
	position: relative;
	border: 0;
	background: transparent;
	text-align: left;
	font-weight: 500;
}

.build-link a {
	display: flex;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #424242;
	padding: 7px 0;
	display: block;
	position: relative;
	border: 0;
	background: transparent;
	text-align: left;
	font-weight: 500;
}

.build-link a span {
	transition: all 0.3s ease-in-out;
	color: #F04E23;
}

.main-nav>ul>li>a:hover,

.build-link a:hover {
	color: var(--green);
}

.build-link a:hover span {
	color: var(--green);
}

.help-link a {
	display: flex;
	gap: 8px;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #424242;
	padding: 7px 0;
	position: relative;
	border: 0;
	background: transparent;
	text-align: left;
	font-weight: 500;
}

.help-link a:hover {
	color: var(--green);
}

.main-nav>ul>li.menu-item-has-children>a {
	position: relative;
	padding-right: 26px;
}

.main-nav>ul>li.menu-item-has-children>a::before {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	width: 24px;
	height: 24px;
	background: url(../images/uparrow.svg) no-repeat center center;
	transform: rotate(180deg);
}

.main-nav>ul>li ul.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 220px;
	position: absolute;
	margin: 0;
	white-space: nowrap;
	background: #fff;
	z-index: 1;
	box-shadow: 0px 16px 24px #00000024;
	border: 0.5px solid #E0E0E0;
	border-radius: 0 0 4px 4px;
	border-top: 0;
	overflow: auto;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	max-height: 0;
	transition: all 0.7s ease-in-out;
	overflow: hidden;
	opacity: 0;
}

.main-nav>ul>li ul.sub-menu li {
	padding: 6px 18px;
}

.main-nav>ul>li ul.sub-menu li a {
	display: flex;
	gap: 8px;
	align-items: center;
	text-decoration: none;
	font-size: 14px;
	line-height: 24px;
	color: #424242;
	padding: 0px 0;
	position: relative;
	border: 0;
	background: transparent;
	text-align: left;
	font-weight: 500;
}

.main-nav>ul>li ul.sub-menu li a:hover {
	color: var(--green);
}

.bubbles-homepage {
	display: block;
	width: 100%;
	padding: 16px;
}

.all_categories {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.all_categories_title {
	padding: 0 4px;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.all_categories_title a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.all_categories_title .img {
	min-width: 90px;
	width: 90px;
	height: 90px;
	min-height: 90px;
	position: relative;
	display: block;
	border-radius: 100px;
	overflow: hidden;
}

.all_categories_title .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.all_categories_title span {
	padding: 3px 0 0 0;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.1px;
	color: var(--dark);
}

.home-banner-slider .banner-image {
	position: relative;
	padding: 27% 0 0 0;
	width: 100%;
	display: flex;
}

.home-banner-slider .banner-image img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	object-fit: cover;
	width: 100%;
	display: flex;
}

.slick-dots {
	margin: 10px 0 0 0;
	gap: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-dots li {
	display: flex;
}

.slick-dots li button {
	transition: all 0.3s ease-in-out;
	width: 8px;
	height: 8px;
	opacity: 0.5;
	border-radius: 10px;
	padding: 0;
	border: 0;
	background: #C3D3C3;
	font-size: 0;
	outline: none;
}

.slick-dots li.slick-active button {
	opacity: 1;
	width: 30px;
	background: var(--yellow);
}



.brand-outer {
	display: block;
	width: 100%;
	padding: 64px 0;
}

.brand-title h6 {
	text-align: center;
	padding: 0 0 18px;
	font-weight: bold;
	font-size: 22px;
	line-height: 23px;
	letter-spacing: .03px;
}

.brand-title h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span { color: #006e5a; }

.brand-box-main {
	padding: 25px 0 0 0;
	gap: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.brand-box a {
	display: flex;
	gap: 16px;
	align-items: center;
}

.brand-box a img {
	width: auto;
	height: 67px;
}

.brand-box span {
	font-size: 14px;
	color: #006e5a;
	width: 90px;
	letter-spacing: 0.15px;
	font-weight: 500;
}

.add-full {
	display: flex;
	width: 100%;
}

.add-full img {
	height: auto;
	display: flex;
	width: 100%;
}

.section-title {
	margin: 0 0 32px;
	display: block;
	width: 100%;
	position: relative;
}

.section-title h3 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: var(--black);
	letter-spacing: .03px;
	line-height: 1.1;
}

.view-links {
	display: flex;
}

.view-links a {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #7391C9;
	font-weight: 500;
}

.section-title .view-links {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.Launches-block {
	display: block;
	width: 100%;
	position: relative;
	padding: 64px 0 0 0;
}

.products-box-main {
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}

.products-box-main>a {
	width: 100%;
	display: block;
}

.products-box-main>a .img {
	position: relative;
	display: block;
	width: 100%;
	padding: 18px 5% 0;
}

.products-box-main>a .img .img-in {
	width: 100%;
	position: relative;
	padding: 100% 0 0 0;
	overflow: hidden;
	display: block;
}

.products-box-main>a .img .img-in img {
	border-radius: 4px 4px 0 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.porducts-box-sub a {
	width: 100%;
	padding: 16px;
	display: block;
}

.porducts-box-sub .ratings-reviews-container {
	display: flex;
	align-items: center;
}

.porducts-box-sub .ratings-reviews {
	font-size: 12px;
	color: var(--dark);
	display: flex;
	padding: 2px 8px;
	align-items: center;
	gap: 4px;
	border-radius: 2px;
	border: 1px solid #e0e0e0;
	color: #424242;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.porducts-box-sub .ratings-reviews .total-ratings i {
	background: url(../images/star.svg) no-repeat center center;
	width: 10px;
	height: 10px;
	display: flex;
}

.porducts-box-sub .ratings-reviews .total-ratings {
	line-height: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.porducts-box-sub .ratings-reviews .total-reviews {
	font-size: 12px;
	color: var(--dark);
	line-height: 12px;
	border-left: 1px solid #e0e0e0;
	margin: 0 0 0 2px;
	padding: 0 0 0 4px;
}

.porducts-box-sub h6 {
	min-height: 68px;
	padding: 16px 0;
	color: var(--dark);
	font-weight: bold;
}

.porducts-box-sub .price {
	gap: 6px;
	display: flex;
	align-items: center;
	color: #7e7e7e;

	font-size: 12px;
	letter-spacing: .048px;
}

.porducts-box-sub .price .old-price,
.porducts-box-sub .price del {
	text-decoration: line-through;
	font-weight: 500;
}

.porducts-box-sub .price .new-price,
.porducts-box-sub .price ins {
	font-size: 16px;
	color: var(--black);
	font-weight: 500;
	text-decoration: none;
}

.porducts-box-sub .for-with-container {
	padding: 16px 0;
}

.woocommerce .porducts-box-sub .for-with-container {
	padding: 16px;
}

.porducts-box-sub .for-with-container .item {
	padding: 2px 0;
	display: flex;
	align-items: flex-start;
}

.porducts-box-sub .for-with-container .item .text-1 {
	width: 40px;
	color: #006e5a;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .056px;
	margin-right: 4px;
}

.porducts-box-sub .for-with-container .item .text-2 {
	width: calc(100% - 40px);
	color: #424242;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .056px;
}

.select-btn {
	padding: 0 16px 16px;
}

.select-btn a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	background: #7391C9 !important;

	color: #fff !important;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	gap: 6px;
	border-radius: 12px;
}

.select-btn a i {
	background: url(../images/down_icon.png) no-repeat center center;
	background-size: 16px auto;
	width: 24px;
	height: 24px;
	display: flex;
}

.three-col-slider-block .slick-slide {
	margin: 0 6px;
}

/* the parent */

.three-col-slider-block .slick-list {
	margin: 0 -6px;
}



.three-col-slider-block .slick-arrow {
	width: 24px;
	height: 24px;
	background: url(../images/left-arrow.svg) no-repeat center center;
	background-size: 10px auto;
	border: 0;
	font-size: 0;
	background-size: 10px auto;
	position: absolute;
	left: -30px;
	top: 50%;
	margin: -12px 0 0 0;
}

.three-col-slider-block .slick-arrow.slick-next {
	left: auto;
	right: -30px;
	background: url(../images/right-arrow.svg) no-repeat center center;
	background-size: 10px auto;
}

.three-col-slider-block .slick-arrow.slick-disabled {
	opacity: 0.5;
}

.tab-block-main .nav-tabs {
	padding: 0 0 16px;
	border: 0;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.tab-block-main .nav-tabs .nav-link {
	margin: 0;
	padding: 0;
	border: 0;
}

.tab-block-main .nav-tabs .all_categories_title .img {
	margin: 0 0 5px;
	border: transparent solid 3px;
	border-radius: 100px;
	padding: 5px;
}

.tab-block-main .nav-tabs .all_categories_title .img img {
	left: 5px;
	top: 5px;
	height: calc(100% - 10px);
	width: calc(100% - 10px);
}

.tab-block-main .nav-tabs .active .all_categories_title .img {
	border: 3px solid #F04E23;
}

.tab-block-main .nav-tabs .active .all_categories_title span {
	color: var(--black);
}

.three-col-slider-block {
	display: block;
	width: 100%;
}



.products-box-main>a .img .label-text {
	position: absolute;
	line-height: 22px;
	z-index: 10;
	left: 0;
	top: 0;
	width: auto;
	background: rgb(234, 60, 83);
	font-size: 11px;
	padding: 2px 16px;
	color: var(--white);
}

.Protein-section {
	padding: 64px 0 0 0;
}

.section-title p {
	text-align: center;
	font-size: 14px;
	padding: 16px 0 0 0;
}

.Protein-block-inner {
	gap: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Protein-block-inner .Protein-img {
	width: 20%;
}

.Protein-block-inner .Protein-img img {
	border-radius: 6px;
	width: 100%;
	height: auto;
}

.card-section {
	padding: 64px 0 0 0;
}

.section-title h3 span {
	color: #006e5a;
}

.card-block-inner {
	padding: 32px 0 0 0;
	gap: 32px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.card-box {
	width: 166px;
	display: block;
	font-size: 14px;
	color: var(--darkgreen);
}

.card-box a {
	width: 100%;
	display: block;
}

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

.card-box .img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-box span {
	color: var(--darkgreen);
	padding: 5px 0 0 0;
	letter-spacing: .048px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	display: block;
}

.card-box:nth-child(2) {
	margin-top: -32px;
}

.video-slider-block .slick-arrow {
	width: 40px;
	height: 40px;
	border: var(--darkgreen) solid 2px;
	border-radius: 8px;
	background: url(../images/left-arrow.svg) no-repeat center center;
	background-size: 10px auto;
	font-size: 0;
	background-size: 10px auto;
	position: absolute;
	left: -50px;
	top: 50%;
	margin: -12px 0 0 0;
}

.video-slider-block .slick-arrow.slick-next {
	left: auto;
	right: -50px;
	background: url(../images/right-arrow.svg) no-repeat center center;
	background-size: 10px auto;
}

.video-slider-block .slick-arrow.slick-disabled {
	opacity: 0.2;
}

.home-banner-slider .slick-arrow {
	z-index: 10;
	width: 40px;
	height: 40px;
	border: var(--darkgreen) solid 2px;
	border-radius: 8px;
	background: url(../images/left-arrow.svg) no-repeat center center;
	background-size: 10px auto;
	font-size: 0;
	background-size: 10px auto;
	position: absolute;
	left: 10px;
	top: 50%;
	margin: -12px 0 0 0;
}

.home-banner-slider .slick-arrow.slick-next {
	left: auto;
	right: 10px;
	background: url(../images/right-arrow.svg) no-repeat center center;
	background-size: 10px auto;
}

.home-banner-slider .slick-arrow.slick-disabled {
	opacity: 0.2;
}



.vedio-box-main {
	width: 100%;
	display: block;
	margin: 10px 0;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.31);
	background: #E0E0E0;
}

.video-slider-block .slick-slide {
	margin: 0 9px;
}

/* the parent */

.video-slider-block .slick-list {
	margin: 0 -9px;
}

.vedio-box-main .vdi-blk {
	width: 100%;
	display: block;
	position: relative;
	height: 312px;
}

.vedio-box-main .vdi-blk video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vedio-box-main .sub-box {
	margin: 10px 0 0 0;
	position: relative;
	display: block;
	width: 100%;
	padding: 8px 21px 8px;
}

.vedio-box-main .sub-box:before {
	content: '';
	position: absolute;
	width: 5px;
	height: calc(100% - 16px);
	background: #000;
	top: 8px;
	left: 8px;
}

.vedio-box-main .sub-box h6 {
	margin: 0 0 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: .048px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 48px;
}

.vedio-box-main .sub-box p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: .012px;
}

.press_container {
	padding: 64px 0 0 0;
}

.section-title p a {
	color: var(--black);
}

.section-title p a:hover {
	color: var(--green);
}

.press_container .section-title {
	max-width: 580px;
	margin: 0 auto;
	display: block;
}

.brand-logos {
	padding: 24px 0 0 0;
	display: block;
}

.brand-logos ul {
	gap: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.brand-logos ul li a {
	opacity: 0.2;
}

.brand-logos ul li {
	width: 20%;
}

.brand-logos ul li img {
	width: 100%;
}

.social-block {
	padding: 64px 0 0 0;
	display: block;
	width: 100%;
}

.social-block h6 {
	display: block;
	width: 100%;
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.social-block ul {
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-block ul li a {
	color: var(--white);
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 20px;
	background: #000;
	border-radius: 6px;
}

.social-block ul li a:hover {
	background: #4267B2;
}

.social-block ul li:nth-child(2) a:hover {
	background: transparent linear-gradient(90deg, #C32AA3 0%, #4C5FD7 28%, #7232BD 51%, #F46F30 78%, #FFDC7D 100%) 0% 0% no-repeat padding-box;
}

.social-block ul li:nth-child(3) a:hover {
	background: #1DA1F2;
}

.social-block ul li:nth-child(4) a:hover {
	background: #FF0000;
}



.footer-add {
	padding: 64px 0 0 0;
}

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

#footer {
	background: #f3efdf;
	color: white;
	margin: 64px 0 0 0;
	position: relative;
	overflow: hidden;
}

.footer-wapper .footer-sed {
	margin: 0 0 -2px;
	width: 100%;
	display: block;
}

.footer-wapper .footer-sed img {
	width: 100%;
	display: block;
}

.oz-footer-content-area {
	background: #9A8B4F;
}

.footer-sed2 {
	display: block;
	width: 100%;
}

.footer-sed2 img {
	transform: rotate(180deg);
	margin-top: -2px;
	display: block;
	width: 101%;
	position: relative;
	left: -0.5%;
}

.footer-top {
	display: flex;
	width: 100%;
	padding: 16px 0;
	justify-content: space-between;
}

.footer-top .footer-col {
	width: 140px;
}

.footer-top .footer-col h5 {
	color: var(--white);
	font-weight: 600;
	font-size: 16px;
}

.footer-top .footer-col h5 a {
	color: var(--white);
}

.footer-top .footer-col h5+h5 {
	margin-top: 16px;
}

.f-links ul {
	padding: 16px 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.f-links ul li a {
	color: #ffffff;
	font-size: 13px;
}

.f-social a:hover,

.f-links ul li a:hover {
	opacity: 0.5;
}

.footer-top .footer-col.right-side {
	width: 326px;
}

.f-social {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 16px 0 0 0;
}

.f-social a {
	display: flex;
	align-items: center;
}

.f-social a img {
	width: 30px;
	height: auto;
}

.payment-box-footer {
	margin: 64px 0 0 0;
}

.payment-box-footer ul {
	margin: 16px 0 0 0;
	display: flex;
	gap: 16px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.payment-box-footer ul li img {
	width: 41px;
	height: auto;
}



.footer-bottom-blk {
	padding: 16px 0 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-bottom-blk h5 {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 600;
	color: var(--yellow);
	font-size: 16px;
	padding: 0 0 16px;
}

.certi-block ul {
	gap: 32px;
	display: flex;
	align-items: center;
}

.certi-block ul li img {
	width: 80px;
	height: auto;
}

.input-box-main {
	width: 100%;
	display: block;
}

.newslatter-blk {
	width: 480px;
}

.input-box-main {
	position: relative;
	display: block;
	width: 100%;
}

.input-box-main .input-text {
	display: block;
	width: 100%;
	height: 40px;
	width: 100%;
	margin-bottom: 0;
	border: 1px solid var(--yellow);
	background: transparent;
	text-indent: 15px;
	font-size: 13px;
	border-radius: 8px;
	color: #7E7E7E;
	padding: 0;
}

.input-box-main button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	padding: 0px 32px;
	border: none;
	border-radius: 8px;
	background-color: var(--yellow);
	color: white;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
	letter-spacing: 0.02px;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
}

.input-box-main button:hover {
	background: var(--green);
}

.collection-title-block {
	padding: 32px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.collection-title-block h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: var(--black);
	letter-spacing: .03px;
	line-height: 1.1;
}

.collection-title-block .pro-counter {
	font-size: 13px;
}

.contain-wapper {
	position: relative;
	z-index: 1;
}

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

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

.three-col-slider-block .row {
	margin: 0 -6px !important;
	row-gap: 12px;
}

.three-col-slider-block .row>* {
	padding: 0 6px !important;
}

.tab-block-main .nav-tabs .all_categories_title .img img,

.collection-block .tab-block-main .nav-tabs .active .all_categories_title .img img {
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

.Launches-block.collection-block {
	padding: 64px 0;
}

.full-add-wapper {
	padding: 64px 0;
	display: block;
	width: 100%;
	background: #F1FFEE;
	margin: 0 0 -64px;
}

.full-add-footer {
	width: 100%;
	display: block;
}

.full-add-footer img {
	width: 100%;
	display: block;
}



.menu-icon {
	position: relative;
	display: none;
	right: 0px;
	margin: 0px 0 0 0;
	top: 0;
}

.menu-icon a {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-icon a .line-main {
	flex-direction: column;
	gap: 5px;
	width: 24px;
	min-height: 12px;
	display: flex;
	position: relative;
}

.menu-icon a .line-main i {
	position: relative;
	transition: transform 250ms cubic-bezier(.2, .6, .3, 1), width 250ms cubic-bezier(.2, .6, .3, 1);
	width: 100%;
	height: 2px;
	border-radius: 4px;
	background: var(--green);
}

.menu-icon a.active .line-main i.line-2 {
	opacity: 0;
}

.menu-icon a.active .line-main i.line-1 {
	transform: rotate(45deg);
	top: 7px;
}

.menu-icon a.active .line-main i.line-3 {
	transform: rotate(-45deg);
	top: -7px;
}

.oz-footer-copyright {
	color: #7E7E7E;
	font-size: 13px;
	line-height: 17px;
	padding: 32px 16px;
	text-align: center;
}

.mobile-menu-header {
	display: none;
}

.expore-block-main {
	display: none;
}



.mobile-menu-inner {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
	min-height: 48px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	gap: 10px;
}

.mobile-menu-inner .menu-close a {
	width: 30px;
	height: 30px;
	justify-content: center;
	display: flex;
	align-items: center;
}

.mobile-logo a {
	display: flex;
	align-items: center;
}

.mobile-logo a img {
	width: 80px;
	height: auto;
}

.treck-orader a {
	min-height: 42px;
	color: #000;

	font-weight: 500;
	border-bottom: 3px solid #E0E0E0;
	padding: 0 16px;
	display: flex;
	align-items: center;
}

@media (min-width: 992px) {



	.main-nav>ul>li:hover ul.sub-menu {
		opacity: 1;
		max-height: 600px;
	}

}

.container-new {
	max-width: 1446px;
	margin: 0 auto;
	display: block;
	width: 90%;
}

.roducts-details-row-1 {
	display: flex;
	align-items: flex-start;
	width: 100%;
	flex-wrap: nowrap;
}

.roducts-details-row-1 .details-top-left {
	padding: 0 15px;
	width: 47.8%;
}

.details-top-right {
	width: 52.8%;
}

.add-banner {
	margin: 0 0 16px;
	width: 100%;
	padding: 0 10%;
	display: block;
}

.add-banner img {
	width: 100%;
}

.products-details-page {
	padding: 32px 0;
}

.slick-slider-img {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slick-slider-img img {
	max-width: 100%;
	height: auto;
}

.products-slider-main .slider-for .slick-slider-img {
	margin: 0 auto;
	width: 573px;
	max-width: 100%;
	position: relative;
	display: block;
}

.products-slider-main .slider-for .slick-slider-img img {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.products-slider-main .slider-for .slick-slider-img .img-in {
	width: 100%;
	position: relative;
	display: block;
	padding: 100% 0 0 0;
}

.products-slider-main .slick-arrow {
	width: 24px;
	height: 24px;
	background: url(../images/left-arrow.svg) no-repeat center center rgba(255, 255, 255, 0.4);
	background-size: 10px auto;
	border: 0;
	z-index: 10;
	font-size: 0;
	background-size: 10px auto;
	position: absolute;
	left: 0px;
	top: 50%;
	margin: -12px 0 0 0;
}

.products-slider-main .slick-arrow.slick-next {
	left: auto;
	right: 0px;
	background: url(../images/right-arrow.svg) no-repeat center center rgba(255, 255, 255, 0.4);
	background-size: 10px auto;
}

.products-slider-main .slick-arrow.slick-disabled {
	opacity: 0.5;
}

.products-slider-main .slider-nav {
	margin: 16px 0 0 0;
}

.products-slider-main .slider-nav .slick-slider-img {
	padding: 0 5px;
}

.products-slider-main .slider-nav .slick-slider-img .img-in {
	position: relative;
	width: 100%;
	border-radius: 4px;

	border: 1px solid #e0e0e0;
	padding: 100% 0 0 0;
	overflow: hidden;
}

.products-slider-main .slider-nav .slick-slider-img .img-in img {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.products-slider-main .slider-nav .slick-current .slick-slider-img .img-in {
	border: solid 2px var(--green);
}



.details-top-right {
	border: #e0e0e0 solid 1px;
	border-radius: 8px;
	padding: 16px;
}

.details-top-right h3 {
	padding: 0 0 16px;
	font-size: 20px;
	font-weight: 600;
	color: var(--black);
}

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

.rating-row .for-with-container {
	padding: 0px 0 0px 0;
}

.rating-row .for-with-container .item {
	padding: 2px 0;
	display: flex;
	align-items: flex-start;
}

.rating-row .for-with-container .item .text-1 {
	font-weight: bold;
	width: 40px;
	color: #006e5a;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .056px;
	margin-right: 4px;
}

.rating-row .for-with-container .item .text-2 {
	width: calc(100% - 40px);
	color: #424242;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .056px;
}

.rating-row .ratings-reviews-container {
	display: flex;
	align-items: center;
}

.rating-row .ratings-reviews {
	font-size: 14px;
	color: var(--dark);
	display: flex;
	padding: 4px 8px;
	align-items: center;
	gap: 4px;
	border-radius: 2px;
	border: 1px solid #e0e0e0;
	color: #424242;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}

.rating-row .ratings-reviews .total-ratings i {
	background: url(../images/star.svg) no-repeat center center;
	background-size: cover;
	width: 14px;
	height: 14px;
	display: flex;
}

.rating-row .ratings-reviews .total-ratings {
	line-height: 12px;
	display: flex;
	align-items: center;
	gap: 6px;
}

.rating-row .ratings-reviews .total-reviews {
	font-size: 14px;
	color: var(--dark);
	line-height: 12px;
	border-left: 1px solid #e0e0e0;
	margin: 0 0 0 2px;
	padding: 0 0 0 4px;
}

.details-top-right .price-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 16px 0 0 0;
}

.details-top-right .price ins,
.details-top-right .price-box ins {
	font-size: 18px;
	line-height: 27px;
	font-weight: 500;
	text-decoration: none;
}

.details-top-right .price del,
.details-top-right .price-box del {
	font-size: 12px;
	line-height: 16.9px;
	padding: 0 10px 0 0;
	color: #7e7e7e;
}

.details-top-right .price-box .save-price {
	display: block;
	width: 100%;
	color: #7391C9;
	font-weight: 500;
	font-size: 14px;
}

.details-top-right .text-price {
	padding: 16px 0 0 0;
	color: #7e7e7e;
	font-size: 14px;
}

.woocommerce-variation-price span.price:before {
	content: 'MRP:';
	margin-right: 8px;
}

.Flavour-block-main .Flavour-text {
	padding: 0 0 16px;
	display: block;
	font-size: 14px;
}

.Flavour-block-main .Flavour-text span {
	font-weight: bold;
}

hr {
	border-color: #e8e9eb;
	opacity: 1;
}

.Flavour-tab-block .nav-tabs {
	padding: 0 0 16px;
	gap: 16px;
	margin: 0 0 16px;
	border-bottom: #e8e9eb solid 1px;
}

.Flavour-tab-block .nav-tabs .nav-link {
	min-height: 30px;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 8px 16px;
	color: #000;
	line-height: 18px;
	background: #fff;
	font-weight: 500;
	font-size: 14px;
}

.Flavour-tab-block .nav-tabs .nav-item.show .nav-link,

.Flavour-tab-block .nav-tabs .nav-link.active {
	border-color: #6bbd58;
	background-color: #f0faf0;
}

.Flavour-listing .row {
	margin: 0 -8px !important;
}

.Flavour-listing .row>* {
	padding: 0 8px !important;
}

.flavour-box-main .Expert-tagline {
	min-height: 44px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.flavour-box-main .Expert-tagline span {
	width: 100%;
	text-align: center;
	color: #006e5a;
	background-color: #fecc0e;
	border-radius: 24px;
	padding: 4px;
	min-height: 25px;
	font-size: 13px;
	font-weight: bold;
}

.flavour-box {
	cursor: pointer;
	width: 100%;
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 8px 16px;
	color: #000;
	line-height: 18px;
	background: #fff;
	font-weight: 500;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	transition: all 0.3s ease-in-out;
	position: relative;
	padding: 8px 16px 0px;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.flavour-box .variant-image {
	width: 100%;
	padding: 100% 0 0 0;
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.flavour-box .variants-month {
	line-height: 16px;
	padding: 4px;
	background: rgba(254, 204, 14, .5);
	border-radius: 2px;
	margin-bottom: 4px;
	text-align: center;
}

.flavour-box .variants-month p {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.flavour-box .variant-image img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flover-box-sub {
	padding: 16px 0 0 0;
}

.flover-box-sub .variants-name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 8px;
	height: 40px;
	max-width: 174px;
	line-height: 18.9px;
	text-align: left;
	position: relative;
	left: 0px;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.flover-box-sub .variants-name-subtext {
	margin-bottom: 16px;
	text-align: left;
	position: relative;
	left: 0;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .18px;
	width: 100%;
	font-weight: 400;
	min-height: 28px;
}

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

.flavore-price .old-price {
	font-size: 12px;
	line-height: 16px;
	min-width: 70px;
	display: inline-block;
}

.flavore-price .old-price span {
	text-decoration: line-through;
}

.flavore-price .new-price {
	margin-right: 4px;
	font-size: 13px;
	font-weight: 400;
}

.flavore-price .new-price>span {
	padding: 0 0 0 4px;
	margin: 0;
	font-size: 16px;
	line-height: 17px;
	font-weight: 500;
}

.saving-text-option-item {
	display: flex;
	min-width: calc(100% + 32px);
	margin: 0 -16px;
	align-items: center;
	color: #006e5a;
	width: 98%;
	background: linear-gradient(90deg, #D9FDD1 0%, #FFFFFF 100%);
	position: relative;
	display: flex;
	border-radius: 0 0 4px 4px;
	font-weight: 500;
	justify-content: center;
}

.saving-text-option-item i img {
	width: 21px;
	height: auto;
}

.flavour-box-main {
	display: flex;
	height: 100%;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
}

.buy-block p {
	font-size: 13px;
	font-weight: 400;
	padding: 0 0 16px;
	margin-top: 16px;
}

.woocommerce .by-btn button.button.alt {
	font-weight: 500;
	border-radius: 4px;
	padding: 11.5px 22.5px;
	border-width: 1px;
	transition: all .15s linear;
	display: inline-block;
	letter-spacing: .15px;
	border: 0;
	min-width: 260px;
	border-radius: 12px;
	font-weight: 800;
	font-size: 14px;
	padding: 10px 22.5px;
	background: #7391C9;

	color: #fff;
	border-color: #7391C9;
}

.flavour-box.active,
.flavour-box:hover {
	border-color: var(--green);
	background: #f0faf0;
}

.variations_form table.variations {
	display: none;
}

.woocommerce-variation-description p {
    display: none;
}

.roducts-details-row-2 {
	padding: 32px 0 0 0;
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
}

.details-bottom-left {
	width: 78%;
	padding: 0 16px 0 0;
}

.icon-text-block {
	display: flex;
	border: 1px solid #e0e0e0;
	padding: 32px 0px;
	align-items: flex-start;
	width: 100%;
	justify-content: center;
	gap: 32px;
}

.icon-text-box a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.icon-text-box a i img {
	width: 110px;
	height: auto;
}

.icon-text-box a span {
	color: #7e7e7e;
	font-size: 14px;
	text-align: center;
	line-height: 16.9px;
	padding: 8px 0 0 0;
	letter-spacing: .15px;
	white-space: nowrap;
	font-weight: 400;
}

.Experts-bolck {
	margin: 32px 0 0 0;
	background: var(--green);
	padding: 32px 16px;
}

.Experts-bolck h4 {
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
}

.Experts-bolck h4 span {
	font-weight: bold;
}

.content-sec {
	margin-top: 32px;
	display: flex;
	background: #fff;
	padding: 16px;
	gap: 16px;
	border-radius: 8px;
}

.content-sec img {
	width: 128px;
	height: 128px;
	border: 0;
	border-radius: 0;
	object-fit: cover;
}

.content-sec .desc {
	color: var(--body);
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 16px;
	line-height: 24px;
}

.content-sec .title {
	color: var(--black);
	font-size: 16px;
	font-weight: 500;
}

.Offers-block {
	padding: 32px 0 0 0;
}

.Offers-block h4 {
	font-size: 24px;

	font-style: normal;
	font-weight: bold;
}

.product-offers-sec-row {
	margin-top: 32px;
	margin-left: -4px !important;
	margin-right: -4px !important;
}

.product-offers-sec-row>* {
	padding: 0 4px !important;
}

.product-offers-sec-col {
	border-radius: 4px;
	min-height: 104px;
	padding: 8px;
	background: #f1ffee;
	border: #6bbd58 dashed 1px;
}

.product-offers-sec-col .subtitle-small {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-weight: 500;
	font-size: 0.875rem;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 36.41px;
}

.product-offers-sec-col>.text-off-gray {
	padding: 0 0 8px;
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 36px;
	color: var(--body);
}

.offer-use-sec {
	display: flex;
	align-items: center;
}

.offer-use-sec .text-off-gray {
	font-size: 13px;
	color: var(--body);
}

.offer-use-sec .f-14 {
	font-size: 14px;
	padding: 0 0 0 8px;
	font-weight: bold;
	color: var(--green);
}

.sidebar-images-block .img {
	padding: 32px 0 0 0;
	width: 100%;
	display: block;
}

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

.details-bottom-right {
	width: 22%;
	padding: 0 16px;
}

.review-slider-block {
	background: #f5f5f5;
	margin: 32px 0 0 0;
	padding: 32px 16px;
}

.rating-sec {
	display: flex;
	gap: 16px;
	align-items: center;
	padding-bottom: 16px;
}

.rating-sec img {
	width: 40px;
}

.rating-sec .ratings {
	display: flex;
	flex-direction: unset;
	gap: 16px;
	align-items: center;
}

.rating-sec .ratings .rating-text {
	color: var(--black);
	font-size: 52px;
	font-style: normal;
	font-weight: 400;
}

.rating-stars {
	display: flex;
	align-items: center;
	gap: 6px;
}

.rating-stars span {
	width: 20px;
	height: 20px;
	background: url(../images/filled_star.svg) no-repeat center center;
	background-size: cover;
}

.rating-stars span.half {
	background: url(../images/half_star.svg) no-repeat center center;
	background-size: cover;
}

.total-reviews {
	padding-left: 52px;
	display: flex;
	color: var(--black);
	font-size: 18px;
	font-weight: 400;
}

.total-reviews img {
	margin-right: 5px;
	width: 16px;
}

.review-slider-inner {
	padding: 32px 0 0 0;
}

.review-slider-inner .slick-slide {
	margin: 0 8px;
}

/* the parent */

.review-slider-inner .slick-list {
	margin: 0 -8px;
}

.review-box {
	background: var(--white);
	padding: 16px;
	border-radius: 4px;
}

.review-box .title-img {
	display: flex;

	justify-content: flex-start;
	align-items: center;
	gap: 16px;
	padding-bottom: 11px;
	align-items: center;
}

.review-box .title-img img {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	object-fit: cover;
}

.review-box .title-img .title {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

.review-box .user-rating {
	display: flex;
	align-items: center;
	gap: 4px;
}

.review-box .user-rating span {
	width: 14px;
	height: 14px;
	background: url(../images/filled_star.svg) no-repeat center center;
	background-size: cover;
}

.review-box .user-rating span.half {
	background: url(../images/half_star.svg) no-repeat center center;
	background-size: cover;
}

.review-box .review-desc {
	width: 100%;
	padding-top: 8px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.products-tab-block {
	padding: 48px 0 0 0;
}

.products-tab-block .nav-tabs {
	border-radius: 12px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: #e0e0e0 solid 1px;
}

.products-tab-block .nav-tabs .nav-link {
	min-width: 265px;
	text-align: center;
	border-radius: 0;
	height: 58px;
	padding: 0 32px;
	font-size: 16px;
	color: var(--black);
	background: #f0f0f0;
	font-weight: normal;
	border: 0;
}

.nav-inner {
	display: flex;
	border-radius: 12px;
	overflow: hidden;
}

.nav-inner .nav-tabs .nav-link.active {
	background: #b0dda7;
}

.faq-tab-block {
	padding: 0;
	display: block;
	width: 100%;
}

.faq-tab-block .faq-row {
	padding: 32px 0 0 0;
}

.faq-tab-block .faq-row h5 {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	padding-bottom: 8px;
}

.faq-tab-block .faq-row p {
	font-size: 14px;
}

.tab-block-table {
	padding: 32px 0 0 0;
}

.tab-block-table ul {
	border: 1px solid #e8e9eb;
	border-bottom: 0;
}

.tab-block-table ul li {
	border-bottom: 1px solid #e8e9eb;
	display: flex;
	align-items: stretch;
}

.tab-block-table ul li .text-1 {
	background: #f5f5f5;
	border-right: 1px solid #e8e9eb;
	padding: 10px 14px;
	width: 25%;
}

.tab-block-table ul li .text-2 {
	width: 75%;
	padding: 10px 14px;
}

/* WooCommerce Product Tabs Styling */
.woocommerce-tabs.wc-tabs-wrapper {
	margin-top: 50px;
	padding-top: 40px;
	border-top: 2px solid #e8e9eb;
	width: 100% !important;
	max-width: 100% !important;
	clear: both;
	display: block;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Ensure tabs appear below the product row, not inside it */
.roducts-details-row-1 ~ .woocommerce-tabs,
.roducts-details-row-1 + .woocommerce-tabs {
	width: 100%;
	flex-basis: 100%;
}

.woocommerce-tabs .wc-tabs {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #e8e9eb;
	margin-bottom: 30px;
}

.woocommerce-tabs .wc-tabs li {
	margin: 0;
	padding: 0;
	margin-right: 30px;
	margin-bottom: -2px;
}

.woocommerce-tabs .wc-tabs li:last-child {
	margin-right: 0;
}

.woocommerce-tabs .wc-tabs li a {
	display: block;
	padding: 15px 0;
	font-size: 18px;
	font-weight: 500;
	color: var(--dark);
	text-decoration: none;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease;
	position: relative;
	white-space: nowrap;
}

.woocommerce-tabs .wc-tabs li.active a,
.woocommerce-tabs .wc-tabs li a:hover {
	color: var(--darkgreen);
	border-bottom-color: var(--darkgreen);
}

.woocommerce-tabs .wc-tabs li.active a {
	font-weight: 600;
}

.woocommerce-Tabs-panel {
	display: none;
	padding: 30px 0;
	min-height: 200px;
}

.woocommerce-Tabs-panel.active {
	display: block;
	animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.woocommerce-Tabs-panel h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
	color: var(--dark);
	display: none;
}

.woocommerce-Tabs-panel p {
	margin-bottom: 15px;
	line-height: 1.6;
	color: var(--body);
}

.woocommerce-Tabs-panel table.shop_attributes {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

.woocommerce-Tabs-panel table.shop_attributes th {
	width: 30%;
	padding: 12px 15px;
	background: #f5f5f5;
	border: 1px solid #e8e9eb;
	font-weight: 600;
	text-align: left;
	color: var(--dark);
}

.woocommerce-Tabs-panel table.shop_attributes td {
	padding: 12px 15px;
	border: 1px solid #e8e9eb;
	color: var(--body);
}

.woocommerce-Tabs-panel table.shop_attributes tr:nth-child(even) th,
.woocommerce-Tabs-panel table.shop_attributes tr:nth-child(even) td {
	background: #fafafa;
}

/* Reviews Tab Styling */
#reviews {
	margin-top: 20px;
}

#reviews .commentlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

#reviews .commentlist li {
	padding: 20px 0;
	border-bottom: 1px solid #e8e9eb;
}

#reviews .commentlist li:last-child {
	border-bottom: none;
}

#reviews .comment_container {
	display: flex;
	gap: 20px;
}

#reviews .comment-text {
	flex: 1;
}

#reviews .comment-text .meta {
	margin-bottom: 10px;
}

#reviews .comment-text .meta strong {
	font-weight: 600;
	color: var(--dark);
}

#reviews .comment-text .description {
	color: var(--body);
	line-height: 1.6;
}

#reviews .star-rating {
	margin-bottom: 10px;
}

/* Review Form Styling */
#review_form_wrapper {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e8e9eb;
}

#review_form_wrapper h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	color: var(--dark);
}

#review_form_wrapper .comment-form-rating label {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
	color: var(--dark);
}

#review_form_wrapper .comment-form-comment label,
#review_form_wrapper .comment-form-author label,
#review_form_wrapper .comment-form-email label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	color: var(--dark);
}

#review_form_wrapper textarea,
#review_form_wrapper input[type="text"],
#review_form_wrapper input[type="email"] {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #e8e9eb;
	border-radius: 4px;
	font-size: 16px;
	font-family: inherit;
	transition: border-color 0.3s ease;
}

#review_form_wrapper textarea:focus,
#review_form_wrapper input[type="text"]:focus,
#review_form_wrapper input[type="email"]:focus {
	border-color: var(--darkgreen);
	outline: none;
}

#review_form_wrapper textarea {
	min-height: 120px;
	resize: vertical;
}

#review_form_wrapper .form-submit {
	margin-top: 20px;
}

#review_form_wrapper .submit {
	background: var(--darkgreen);
	color: var(--white);
	padding: 12px 30px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background 0.3s ease;
}

#review_form_wrapper .submit:hover {
	background: #005a4a;
}

/* Responsive Tabs */
@media (max-width: 768px) {
	.woocommerce-tabs .wc-tabs {
		flex-direction: column;
		border-bottom: none;
	}
	
	.woocommerce-tabs .wc-tabs li {
		margin-right: 0;
		margin-bottom: 0;
		border-bottom: 1px solid #e8e9eb;
	}
	
	.woocommerce-tabs .wc-tabs li a {
		padding: 15px;
		border-bottom: none;
	}
	
	.woocommerce-tabs .wc-tabs li.active a {
		background: #f5f5f5;
		border-left: 3px solid var(--darkgreen);
	}
}