@charset "utf-8";

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
@font-face {
	font-family: 'FashionFetish';
	src: url('fonts/Fashion-Fetish-Bold.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'FashionFetish';
	src: url('fonts/Fashion-Fetish-Heavy.ttf') format('truetype');
	font-weight: 900;
}

@font-face {
	font-family: 'FashionFetish';
	src: url('fonts/Fashion-Fetish-Regular.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'FashionFetish';
	src: url('fonts/Fashion-Fetish-Light.ttf') format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: 'GothamRounded';
	src: url('fonts/GothamRoundedBold_21016.ttf') format('truetype');
	font-weight: 700;
}

@font-face {
	font-family: 'GothamRounded';
	src: url('fonts/GothamRoundedMedium_21022.ttf') format('truetype');
	font-weight: 600;
}

@font-face {
	font-family: 'GothamRounded';
	src: url('fonts/GothamRoundedBook_21018.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: 'GothamRounded';
	src: url('fonts/GothamRoundedLight_21020.ttf') format('truetype');
	font-weight: 300;
}

:root {
	--font-default: "GothamRounded", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-primary: "FashionFetish", "Roboto", sans-serif;
	--font-secondary: "GothamRounded", "Work Sans", sans-serif;
}

/* Colors */
:root {
	--color-default: #475C4A;
	--color-primary: #d79f1a;
	--color-secondary: #CE6A53;
}


body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: var(--font-default);
	;
	font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {}

img {
	border: none;
	height: auto;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.mm-mobile,
.mm-tab {
	display: none !important;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1270px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

.top-sticky {
	float: left;
	width: 100%;
	height: 60px;
	margin-top: -60px;
	position: relative;
	top: 60px;
}

.fixed-nav .top-sticky {
	position: fixed;
	z-index: 11;
	top: 0;
	background: var(--color-primary);
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.topStrip {
	float: left;
	width: 100%;
	background: var(--color-primary);
	padding: 19px 15px;
}

.top-strip-row {
	max-width: 1170px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.top-strip-col-1 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.top-strip-col-1 p {
	color: #fff;
	font-size: 17px;
	line-height: 19px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: var(--font-default);
}

.top-strip-col-1 p img {
	display: inline-block;
	vertical-align: middle;
	margin: -8px 3px 0;
	width: 20px;
}

.top-strip-col-1 p strong {
	font-weight: 500;
}

.top-strip-col-2 {
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	padding-left: 5px;
	text-align: right;
}

.top-strip-col-2 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 11px;
	color: #fff;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: right;
}

.top-strip-col-2 span {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

/*====Header====*/
.header {
	float: left;
	width: 100%;
	height: 85px;
}

.logo {
	float: left;
	margin-top: 20px;
}

ul.mainMenu {
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
}

ul.mainMenu li {
	float: left;
	padding: 0 20px;
}

ul.mainMenu li:last-child {
	border: none;
}

ul.mainMenu li a {
	float: left;
	color: #333333;
	font-size: 15px;
	line-height: 17px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-family: var(--font-default);
	font-weight: 600;
}

ul.mainMenu li a.active,
ul.mainMenu li a:hover {}

a.headerBtn {
	float: right;
	width: 190px;
	height: 48px;
	background: var(--color-default);
	font-family: var(--font-default);
	font-weight: 600;
	font-size: 18px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin-top: 19px;
	border-radius: 30px;
}

.btnArw {
	display: inline-block;
	vertical-align: middle;
	margin: -9px 0 0 15px;
}

/*MOBILE MENU CSS*/
.mob-mnu-ic {
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 23px;
	z-index: 16;
	height: 30px;
}

.mob-mnu-ic button {
	outline: none;
	-webkit-appearance: none;
	background: none;
	padding: 0;
	cursor: pointer;
	border: none;
	margin: 0;
}

.mob-mnu-ic span {
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-top: 4px;
	margin-right: 5px;
}

.bar1,
.bar2,
.bar3 {
	width: 25px;
	height: 3px;
	background-color: #555555;
	transition: 0.4s;
	border-radius: 5px;
}

.bar2 {
	margin: 4px 0;
}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	background: #555555;
}

.dl-active .bar2 {
	opacity: 0;
}

.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	transform: rotate(45deg) translate(-5px, -5px);
	background: #555555;
}

.mobilemenu {
	left: 0;
	position: fixed;
	top: 110px;
	background: #fff;
	z-index: 12;
	right: 0;
	bottom: 0;
	overflow: scroll;
	display: none;
	border-top: 1px solid #ddd;
}

.mobimenu-top {
	top: 50px;
}

.mobilemenu li {
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

.mobilemenu li a {
	float: left;
	width: 100%;
	padding: 17px 20px;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-family: var(--font-default);
}

.mobilemenu li a.header-btn {
	float: left;
	width: 150px;
	font-size: 18px;
	color: #ffffff;
	height: 42px;
	line-height: 40px;
	font-weight: 600;
	margin: 10px 0;
	border-radius: 20px;
	background: var(--color-default);
	padding: 0;
	text-align: center;
}

.mm-details-hero {
	float: left;
	width: 100%;
	padding: 50px 0 70px 0;
}

.mm-details-inner {
	float: left;
	width: 100%;
}

.mm-details-left {
	float: left;
	width: 42%;
}

.mm-slide {
	float: left;
	width: 100%;
}

.mm-slide>div {
	border-radius: 15px;
	background-color: #F4F4F4;
}

.mm-slide-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 470px;
	height: 100%;
}

ul.mm-details-left_list {
	float: left;
	width: 100%;
	margin: 50px 0 0;
}

ul.mm-details-left_list li {
	float: left;
	width: 25%;
	text-align: center;
}

ul.mm-details-left_list li img {
	display: block;
	margin: 0 auto;
	width: 49px;
}

ul.mm-details-left_list li p {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #424242;
	font-weight: 500;
	margin-top: 10px;
}

.prod_hero_review {
	float: left;
	width: 100%;
	margin-top: 35px;
	padding: 25px 15px 25px;
	border-radius: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

.prod-hero-review-ico {
	float: left;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: var(--color-default);
	font-size: 26px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}

.hero_review_content {
	float: left;
	width: calc(100% - 70px);
	padding-left: 15px;
	text-align: left;
}

.prod-hero-rev-star {
	display: block;
	margin: 0 0 8px 0;
}

.hero_review_text {
	color: #000000;
	font-size: 17px;
	line-height: 24px;
}

.hero_review_name {
	margin-top: 10px;
	color: #000000;
	font-size: 18px;
	font-weight: 500;
}

.hero_review_name span {
	padding-left: 10px;
	font-weight: normal;
	color: var(--color-secondary);
	font-size: 16px;
	line-height: 20px;
}

.hero_review_name span img {
	display: inline-block;
	vertical-align: middle;
}

/*================*/
.mm-details-right {
	float: right;
	width: 50%;
	text-align: left;
}

.mm-details-rating {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 15px;
	line-height: 19px;
}

.mm-details-rating img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 4px 0 0;
}

.mm-details-heading {
	float: left;
	width: 100%;
	color: #262626;
	font-size: 42px;
	line-height: 52px;
	font-weight: 500;
	font-family: var(--font-primary);
	margin-top: 10px;
	letter-spacing: 0;
}

.prod_details_dalivery_option_list {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.dalivery_option_list_cont {
	display: inline-block;
	vertical-align: middle;
	padding: 0 12px 0 37px;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #262626;
	font-weight: 500;
	text-transform: uppercase;
	text-align: left;
}

.deliver-ico {
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
}

.dalivery_option_list_cont:first-child {
	padding-left: 27px;
}

.dalivery_option_list_cont:last-child {
	border-right: none;
}

.dalivery_option_list_cont:first-child .deliver-ico {
	left: 0;
}

.mm-details-body-text {
	float: left;
	width: 100%;
	color: #282828;
	font-size: 17px;
	line-height: 25px;
	margin-top: 20px;
}

.mm-details-body-text.para2 {
	margin-top: 20px;
	font-weight: 500;
}

ul.prod_details_rgt_list {
	float: left;
	width: 100%;
}

ul.prod_details_rgt_list li {
	float: left;
	width: 33.33%;
	padding: 5px 0 5px 60px;
	position: relative;
	text-align: left;
	margin-top: 20px;
}

ul.prod_details_rgt_list li:first-child {
	padding-left: 50px;
}

ul.prod_details_rgt_list li:after {
	position: absolute;
	right: 0;
	top: 6px;
	bottom: 6px;
	content: "";
	border-right: 1px solid #d1d1d1;
}

ul.prod_details_rgt_list li img {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}

ul.prod_details_rgt_list li:first-child img {
	left: 0;
}

ul.prod_details_rgt_list li:last-child:after {
	display: none;
}

ul.prod_details_rgt_list li p {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	color: #282828;
}

ul.prod_details_rgt_list li p strong {
	font-weight: 500;
}

ul.prod_details_points {
	margin-top: 15px;
	float: left;
	width: 100%;
}

ul.prod_details_points li {
	color: #010101;
	font-size: 18px;
	font-weight: 500;
	margin-top: 12px;
	background: url(../images/list_chk.png) no-repeat left center;
	padding-left: 35px;
}

img.metters {
	object-fit: fill;
	margin: 20px 0 10px -10px;
	max-width: 100%;
}

img.prod_mgz_icon {
	margin-top: 20px;
	object-fit: fill;
	width: 100%;
}

/*PACKAGE CSS*/
.mm-bandler {
	float: left;
	width: 100%;
	margin-top: 35px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.mm-bandler-box {
	width: 31%;
	border: 2px solid #cecece;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.mm-bandler-box.active {
	background: #F4F4F4;
	border: 2px solid var(--color-default);
}

.mm-bundler-heading {
	background: var(--color-default);
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	padding: 8px 5px;
	letter-spacing: 0.3px;
	font-family: var(--font-default);
}

.mm-bandler-box_inner {
	width: 100%;
	padding: 10px 5px;
}

.mm-bundler-img {
	width: 100%;
	margin-top: 10px;
	padding: 10px 0;
	background-image: url(../img/mm.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 20px 0;
}

.mm-bundler-img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.mm-bundle-price {
	color: #000;
	font-size: 15px;
	margin-top: 10px;
}

.mm-bundle-price span {
	font-size: 22px;
	font-weight: bold;
}

.mm-bundle-discount {
	margin-top: 8px;
}

.mm-bundle-discount span {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 15px 7px;
	color: var(--color-primary);
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	border-radius: 4px;
	font-family: var(--font-secondary);
}

.mm-bandler-box.active .mm-bundle-discount span {
	color: var(--color-secondary);
}

.mm-bundle-shipping {
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 10px;
}

.mm-add-to-cart {
	float: left;
	width: 100%;
	margin-top: 35px;
	text-align: center;
}

.buttton_riskfree {
	font-size: 15px;
	line-height: 17px;
	color: #000;
}

.mm-btn {
	display: block;
	width: 100%;
	height: 66px;
	line-height: 64px;
	color: #fff;
	background: var(--color-default);
	font-size: 22px;
	font-family: var(--font-default);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 10px;
	border-radius: 50px;
}

.button-strp-t1 {
	float: left;
	width: 100%;
	margin-top: 10px;
	color: #000;
	font-size: 15px;
}

.button-strp-t1 span {
	padding: 0 10px;
}

.button-strp-t1 img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
}

.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.hourglass {
	animation: rotateP 2.5s ease-in-out forwards infinite
}

@keyframes rotateP {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(180deg)
	}
}

@keyframes rotate {
	0% {
		transform: rotate(00deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes fade {
	0% {
		opacity: 100%;
	}

	50% {
		opacity: 30%;
	}

	70% {
		opacity: 100%;
	}

	100% {
		opacity: 100%;
	}
}

.mm-details-right_accodn {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.prod_details_acdn_row {
	float: left;
	width: 100%;
}

.prod_details_acdn_row:last-child {
	border: none;
}

.prod_details_acdn_head {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/cls-btn.png) no-repeat 98% center;
	padding: 20px 35px 20px 0;
	font-size: 19px;
	line-height: 22px;
	color: #000;
	font-weight: 500;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #aaaaaa;
}

.prod_details_acdn_head.active {
	background: url(../images/open-btn.png) no-repeat 98% center;
}

.prod_details_acdnContent {
	float: left;
	width: 100%;
	padding: 0 10px 10px 0;
	text-align: left;
}

.prod_details_acdnText {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	color: #000000;
	font-weight: normal;
	padding-top: 15px;
}

ul.prod_det_cont_list {
	float: left;
	width: 100%;
	padding-left: 20px;
	margin-top: 8px;
}

ul.prod_det_cont_list li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: normal;
	list-style: decimal;
	margin-top: 10px;
	word-break: break-all;
}

ul.img_list {
	float: left;
	width: 100%;
}

ul.img_list li {
	float: left;
	width: 25%;
	margin-top: 15px;
}

ul.img_list li img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}



/*======================*/
.scrollStrip {
	width: 100%;
	padding-bottom: 0;
	overflow: hidden;
	background: #2fa02b;
	position: relative;
}

.scrollStrip .item-wrap {
	transform: translateX(0px);
	width: 400%;
	position: relative;
	white-space: nowrap;
	display: flex;
}

/*====mm-section-1====*/
.mm-section-1 {
	float: left;
	width: 100%;
	padding: 110px 0;
	background: rgba(255, 255, 255, 0.9) url(../img/Group\ 25-1.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.mm-section-1>div {
	margin: 100px auto;
}

.text-white {
	color: #ffffff !important;
}

.mm-sec-left {
	float: left;
	width: 43%;
}

.prod_s1_left_img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.mm-sec-right {
	float: right;
	width: 52%;
	text-align: left;
	padding-right: 60px;
}

.prod_details_comn_heading {
	float: left;
	width: 100%;
	font-size: 42px;
	line-height: 52px;
	color: #262626;
	font-weight: 500;
	font-family: var(--font-primary);
}

.prod_details_comn_text {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	color: #262626;
	font-weight: normal;
	letter-spacing: 0.3px;
	margin-top: 25px;
}

ul.mm-list {
	float: left;
	width: 100%;
	margin-top: 20px;
}

ul.mm-list li {
	float: left;
	width: 100%;
	margin-top: 13px;
	padding: 2px 0 2px 35px;
	position: relative;
	color: #fff;
}

ul.mm-list li span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	font-size: 16px;
	line-height: 24px;
	color: var(--color-secondary);
	font-weight: 500;
	text-align: center;
}

ul.mm-list li p {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.3px;
}

.btnBox {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 458px;
	margin-top: 50px;
}

.mm-sec-right .btnBox {
	margin-top: 40px;
}

a.mm-btn-common {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 68px;
	height: 68px;
	color: #fff;
	font-weight: 600;
	background: var(--color-default);
	text-align: center;
	font-family: var(--font-primary);
	-webkit-appearance: none;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 10px;
	border-radius: 50px;
}

a.mm-btn-common.secondary {
	background-color: var(--color-secondary) !important;
}

/*====mm-section-2====*/
.mm-section-2 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.mm-section-2 .mm-sec-mid {
	float: left;
	width: 100%;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mm-section-2 .mm-mid-col {
	float: left;
	width: 23%;
	text-align: center;
	position: relative;
	margin-top: 60px;
}

.mm-section-2 .mm-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.prod_sec2_ico {
	display: inline-block;
	vertical-align: top;
	margin: -30px auto 0;
}

.mm-section-2 .mm-mid-col span {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	color: #262626;
	font-weight: 600;
	margin-top: 20px;
	font-family: var(--font-primary);
}

.mm-section-2 .mm-mid-col p {
	float: left;
	width: 100%;
	margin-top: 15px;
	;
}

/*====prod_details_sec3====*/
.mm-section-3 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;

}

#ingr {
	background: rgba(255, 255, 255, 1) url(../img/bg-11.webp) no-repeat;
	background-size: cover;
	background-position: center;
	padding: 150px 0 250px;
}

#ingr>div {
	margin: 85px auto;
}

.mm-section-3 .mm-list li {
	padding-left: 0;
	margin-left: 0 !Important;
}

.mm-section-3 .mm-list li i {
	font-size: 28px;
	line-height: 1;
	position: relative;
	top: 3px;
}

.mm-section-3 .mm-sec-mid {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 991px;
}

.mm-section-3 .mm-row {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.mm-section-3 .mm-row-img {
	float: left;
	width: 34%;
}

.mm-section-3 .mm-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.mm-section-3 .mm-content {
	float: right;
	width: 60%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.mm-section-3 .mm-header {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	color: #262626;
	font-weight: 600;
	font-family: var(--font-primary);
}

.prod_details_row_qty_text {
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 27px;
	color: #262626;
	margin-top: 5px;
}

.mm-section-3 .mm-content .prod_details_comn_text {
	margin-top: 15px;
}

ul.mm-section-3-list {
	float: left;
	width: 100%;
	margin-top: 15px;
}

ul.mm-section-3-list li {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #262626;
	margin-top: 10px;
	text-align: left;
	padding-left: 35px;
	background: url(../images/list_chk2.png) no-repeat left center;
}

.mm-section-3 .mm-row.reverse {
	flex-direction: row-reverse;
	margin-top: 80px;
}

.mm-section-3 .mm-romies {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 970px;
	margin-top: 45px;
}

ul.mm-list-3 {
	float: left;
	width: 100%;
}

ul.mm-list-3 li {
	float: left;
	width: 18.66%;
	margin-top: 50px;
	text-align: center;
	padding: 15px;
}

ul.mm-list-3 li img {
	display: block;
	margin: 0 auto;
	width: 126px;
	object-fit: fill;
	max-width: 100%;
}

ul.mm-list-3 li p {
	margin-top: 10px;
}

/*====mm-section-4====*/
.mm-section-4 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: rgba(255, 255, 255, 0) url(../img/Group\ 14.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

div#why {
	padding: 150px 0 250px;
	position: relative;
	margin-bottom: -240px;
}

div#why>div {
	margin: 100px auto;
}

.mm-comp-box {
	display: inline-block;
	vertical-align: middle;
	max-width: 1010px;
	width: 100%;
	margin-top: 40px;
	background: #fff;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

.mm-com-col {
	float: left;
	width: 33.33%;
}

.chart_prod_top {
	float: left;
	width: 100%;
	height: 125px;
	padding: 25px 15px;
	text-align: left;
	position: relative;
}

.chart_prod_top:after {
	position: absolute;
	right: -15px;
	top: 50%;
	width: 38px;
	height: 38px;
	content: "VS";
	font-family: var(--font-default);
	font-size: 24px;
}

.mm-com-col-1 .chart_prod_top:after,
.mm-com-col-3 .chart_prod_top:after {
	display: none;
}

.chart_prod_top img {
	display: inline-block;
	vertical-align: middle;
}

.comp-prod2 {
	margin-left: 25px;
}

.chart_prod_top p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 26px;
	color: #262626;
	font-weight: 500;
	padding-left: 10px;
}

ul.mm-com-list {
	float: left;
	width: 100%;
}

ul.mm-com-list li {
	float: left;
	width: 100%;
	height: 86px;
	text-align: left;
	padding: 0 25px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-right: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}

ul.mm-com-list li i {
	font-size: 27px;
}

ul.mm-com-list li i.green {
	color: var(--color-default);
}

ul.mm-com-list li i.red {
	color: var(--color-secondary);
}

ul.mm-com-list li p {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	font-weight: 500;
}

.mm-com-col-2 ul.mm-com-list li {
	padding: 0 40px;
}

.mm-com-col-2 ul.mm-com-list li p {
	display: inline-block;
	width: calc(100% - 40px);
	padding-left: 25px;
	font-size: 20px;
	line-height: 26px;
	color: #262626;
	font-weight: normal;
}

ul.mm-com-list li img {
	display: inline-block;
	vertical-align: middle;
}

/*====mm-section-5====*/
.mm-section-5 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: rgba(255, 255, 255, 1) url(../img/bg-12.webp) no-repeat;
	background-size: cover;
	background-position: center bottom;
}

div#reviews {
	padding: 380px 0 200px;
}

.testi-sec {
	float: left;
	width: 100%;
	margin-top: 40px;
	padding: 0 90px;
}

.testi-row {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 0 35px;
	margin: 20px 0;
	border-bottom: 1px solid #d7d7d7;
}

.testi-row:last-child {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.testi-row-lft {
	display: inline-block;
	vertical-align: top;
	width: 260px;
	padding-right: 15px;
}

.testi-lft-abt {
	float: left;
	width: 100%;
	padding: 16px 0 16px 90px;
	position: relative;
}

.testi-pics {
	position: absolute;
	left: 0;
	top: 7px;
	width: 70px;
	height: 70px;
	background: var(--color-default);
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	line-height: 70px;
	text-align: center;
}

.t-name2 {
	font-size: 17px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
}

.t-vryfd {
	font-size: 16px;
	line-height: 16px;
	color: #83cc1c;
	margin-top: 10px;
}

.t-vryfd img {
	display: inline-block;
	vertical-align: middle;
	margin: -6px 2px 0 0;
}

.test-prod {
	float: left;
	width: 100%;
	position: relative;
	text-align: left;
	margin-top: 15px;
	padding: 12px 0 12px 90px;
	border-top: 1px solid #d7d7d7;
}

.test-prod-txt {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 21px;
	color: #000;
	margin-top: 20px;
	font-weight: 300;
	letter-spacing: 0.3px;
}

.test-prod-txt span {
	color: #000;
	font-weight: 500;
	display: block;
}

.t-prod-dv {
	position: absolute;
	left: 0;
	top: 15px;
	border-radius: 6px;
	background: #fff;
	width: 70px;
	height: 70px;
	line-height: 63px;
	padding: 1px 1px;
	text-align: center;
}

.t-prod-dv img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	border-radius: 5px;
}

.testi-row-rght {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 270px);
	padding: 8px 0 8px 30px;
	border-left: 1px solid #d7d7d7;
}

.testi-row-rght span {
	float: left;
	width: 100%;
	font-size: 19px;
	line-height: 22px;
	color: #262626;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.t-star {
	float: left;
	margin-top: 15px;
}

.testi-row-rght .prod_details_comn_text {
	float: left;
	width: 100%;
	letter-spacing: 0.5px;
	margin-top: 15px;
}

.t-list {
	float: left;
	width: 100%;
	margin-top: 28px;
}

.t-list li {
	float: left;
	text-align: left;
	padding: 0 40px;
}

.t-list li:first-child {
	padding-left: 0;
}

.t-list li:last-child {
	padding-right: 0;
}

.t-list li p {
	font-size: 17px;
	line-height: 22px;
	color: #262626;
	letter-spacing: 0.3px;
	font-weight: 500;
}

.t-list li img {
	max-width: 100%;
	float: left;
	margin-top: 5px;
}

/*====mm-section-6====*/
.mm-section-6 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: transparent;
}

.faq-container {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 40px;
	position: relative;

}

.faq-container:before {
	content: "";
	width: 2px;
	height: 100%;
	background: #fec1098c;
	z-index: 1;
	position: absolute;
	left: 15px;
}

.up-slide-dwn {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0 0 5px #ddd;
}

.up-slide-dwn:last-child {
	margin-bottom: 0 !Important;
}

.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../img/plus-rd.png) no-repeat 99% center;
	padding: 20px 27px 20px 30px;
	font-size: 19px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	border-bottom: 1px solid transparent;
	letter-spacing: 0.5px;
	cursor: pointer;
}

.acdn-heading {
	position: relative;
}

.acdn-heading.accordion-open {
	background: #529b64 url(../img/minus-green.png) no-repeat 99% center;
	color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.acdn-heading:after {
	z-index: 3;
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #fec109;
	position: absolute;
	left: 9px;
	border-radius: 50%;
	background: #fff;
	margin-top: 4px;

}

.acdn-heading.accordion-open:before {
	content: "";
	width: 2px;
	height: 100%;
	z-index: 2;
	background: #fff;
	position: absolute;
	margin-top: -20px;
	left: 14px;
}

.acdn-heading.accordion-open:after {
	z-index: 2;
	content: "";
	width: 10px;
	height: 10px;
	border: 2px solid #fec109;
	position: absolute;
	left: 9px;
	border-radius: 50%;
	background: #fff;
}

.acdn-content {
	float: left;
	width: 100%;
	padding: 18px 40px 40px;
}

.acdn-content .prod_details_comn_text {
	margin-top: 0;
	margin-bottom: 17px;
}

.acdn-content ul {
	float: left;
	width: 100%;
	padding-left: 20px;
}

.acdn-content ul li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.5px;
	color: #262626;
	margin-top: 5px;
	list-style: disc;
}

.bulkdesc {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 20px;
	align-items: center;
}

.mm-details-subs {
	clear: both;
	position: relative;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border: 1px solid #ddd;
	border-radius: 15px;
	box-shadow: 0 0 7px rgb(14 14 14 / 20%);
}

p.mm-details-subs-heading {
	font-size: 21px;
	font-weight: 600;
}

.mm-details-subs-img {
	background-image: url(../img/mm.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 20px 0;
}

p.mm-details-subs-price {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
}

p.mm-details-subs-save {
	font-size: 21px;
	font-weight: 600;
	color: var(--color-secondary);
}

/*====Footer====*/
.footer {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center;
}

.footer-logo {
	display: block;
	margin: 0 0 30px;
}

.ftr-list {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #3a3a3a;
	font-weight: 400;
}

.ftr-list a {
	color: #3a3a3a;
	padding: 0 10px;
}

.ftr-txt1 {
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.5px;
	color: #343434;
	font-weight: 400;
}

.ftr-btm {
	display: inline-block;
	vertical-align: top;
	max-width: 975px;
	width: 100%;
	border: 1px solid #d4d4d4;
	padding: 20px;
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.5px;
	color: #838383;
	margin: 25px 0;
	font-weight: 300;
}

@media only screen and (max-width:1200px) {
	.container {
		width: 1004px;
	}

	ul.mainMenu li {
		padding: 0 12px;
	}

	ul.mainMenu li a {
		font-size: 15px;
		line-height: 15px;
	}

	.mm-details-inner {
		padding: 0;
	}

	.mm-details-right {
		width: 55%;
	}

	.mm-details-heading {
		font-size: 36px;
		line-height: 42px;
	}

	.dalivery_option_list_cont {
		font-size: 14px;
		line-height: 18px;
	}

	ul.prod_details_rgt_list li {
		padding: 5px 0 5px 55px;
	}

	ul.prod_details_rgt_list li p {
		font-size: 13px;
		line-height: 18px;
	}

	.prod_details_comn_heading {
		font-size: 36px;
		line-height: 42px;
	}

}

@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}



	.mm-mobile {
		display: none !important;
	}

	.header {
		height: 70px;
	}

	.logo {
		width: 180px;
		margin-top: 13px;
	}

	a.headerBtn {
		width: 150px;
		font-size: 16px;
		height: 42px;
		line-height: 42px;
		margin-top: 14px;
	}

	ul.mainMenu {
		margin-top: 30px;
	}

	ul.mainMenu li {
		padding: 0 8px;
	}

	ul.mainMenu li a {
		font-size: 13px;
		line-height: 13px;
		letter-spacing: 0;
	}

	.mm-details-hero {
		padding: 40px 0;
	}

	.mm-details-left {
		width: 40%;
	}

	ul.mm-details-left_list li p {
		font-size: 14px;
		line-height: 18px;
	}

	ul.mm-details-left_list li img {
		width: 45px;
	}

	.prod-hero-review-ico {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.hero_review_content {
		width: calc(100% - 50px);
	}

	.prod-hero-rev-star {
		width: 97px;
	}

	.hero_review_text {
		font-size: 16px;
		line-height: 24px;
	}

	.hero_review_name span {
		display: block;
		padding-left: 0;
	}

	.mm-details-right {
		width: 57%;
	}

	.mm-details-rating {
		font-size: 13px;
	}

	.mm-details-rating img {
		width: 90px;
	}

	.mm-details-heading {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}

	.dalivery_option_list_cont {
		float: left;
		width: 33.33%;
	}

	ul.prod_details_rgt_list li {
		padding: 5px 0 5px 43px;
	}

	ul.prod_details_rgt_list li p {
		font-size: 10.5px;
		line-height: 16px;
		letter-spacing: 0;
	}

	ul.prod_details_rgt_list li:first-child {
		padding-left: 45px;
	}

	ul.prod_details_rgt_list li img {
		left: 7px;
		width: 30px;
	}

	ul.prod_details_points li {
		font-size: 17px;
	}

	ul.prod_det_cont_list li {
		font-size: 15px;
		line-height: 20px;
	}

	.mm-bandler-box {
		width: 32%;
	}

	.mm-bundler-heading {
		font-size: 18px;
		letter-spacing: 0;
	}

	.package_subcopy {
		font-size: 10px;
		line-height: 10px;
	}

	.mm-bundler-img {
		padding: 10px 10px;
	}

	.mm-bundle-price {
		font-size: 12px;
	}

	.mm-bundle-price span {
		font-size: 18px;
	}

	.mm-bundle-discount span {
		font-size: 14px;
		line-height: 14px;
	}

	.mm-bundle-ship {
		font-size: 12px;
		line-height: 12px;
	}

	.buttton_riskfree {
		font-size: 15px;
	}

	.button-strp-t1 {
		font-size: 14px;
	}

	.mm-sec-left {
		width: 36%;
	}

	.mm-sec-right {
		width: 60%;
	}

	.prod_details_comn_heading {
		font-size: 28px;
		line-height: 36px;
	}

	.prod_details_comn_text {
		font-size: 16px;
		line-height: 24px;
	}

	.mm-section-2 .mm-mid-col {
		width: 24%;
	}

	.mm-section-2 .mm-mid-col span {
		font-size: 21px;
		line-height: 28px;
	}

	.prod_sec2_ico {
		width: 56px;
		margin-top: -28px;
	}

	ul.mm-com-list li p {
		font-size: 19px;
		line-height: 27px;
	}

	.chart_prod_top {
		height: 100px;
	}

	.comp-prod1 {
		width: 70px;
	}

	.comp-prod2 {
		width: 40px;
	}

	.chart_prod_top p {
		font-size: 14px;
		line-height: 20px;
		padding-left: 0;
	}

	.testi-sec {
		padding: 0 20px;
	}


}

.hero_review_content img {
	width: 80px;
}

.hero_review_content>div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	font-size: 14px;
	color: #686868;
	font-family: var(--font-default);
}

@media screen and (max-width:768px) {
	.mm-desktop {
		display: none;
	}

	.mm-mobile {
		display: block !important;
	}
}

@media only screen and (max-width:767px) {

	.container {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
	}

	.comment-boxs {
		width: 265px;
	}

	.mm-mobile {
		display: block;
	}

	.hide-mob {
		display: none;
	}

	.top-fix-bar {
		margin-bottom: 50px;
	}

	.top-sticky {
		height: 52px;
		margin-top: -52px;
		top: 52px;
	}

	.topStrip {
		padding: 5px 8px;
		height: 52px;
	}

	.top-strip-col-2 {
		width: 70px;
		padding: 0 0 0 5px;
	}

	.top-strip-col-2 p {
		font-size: 8px;
		line-height: 8px;
	}

	.top-strip-col-2 span {
		font-size: 17px;
		line-height: 20px;
	}

	.top-strip-col-1 {
		text-align: left;
	}

	.top-strip-col-1 p {
		font-size: 14px;
		line-height: 18px;
		position: relative;
		padding-left: 25px;
	}

	.top-strip-col-1 p img {
		margin: 0 0px 0;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.top-strip-col-1 p .mb-none {
		display: none;
	}

	.header {
		height: 60px;
	}

	ul.mainMenu {
		display: none;
	}

	.mobimenu-top {
		top: 52px;
	}

	.logo {
		width: 175px;
		margin-top: 10px;
	}

	.mm-details-hero {
		padding: 20px 0 30px;
	}

	.mm-details-left {
		width: 100%;
		margin-top: 20px;
	}

	.mm-details-right {
		width: 100%;
	}

	.mm-details-rating {
		font-size: 12px;
		text-align: center;
	}

	.mm-details-rating img {
		width: 80px;
	}

	.mm-details-heading {
		font-size: 27px;
		line-height: 32px;
		text-align: center;
	}

	.dalivery_option_list_cont {
		margin-top: 10px;
		font-size: 10px;
		line-height: 14px;
	}

	.deliver-ico {
		width: 19px;
	}

	ul.prod_details_rgt_list li,
	ul.prod_details_rgt_list li:first-child {
		padding: 0 5px;
		text-align: center;
	}

	ul.prod_details_rgt_list li img {
		position: static;
		display: block;
		margin: 0 auto 6px;
		transform: none;
		width: 30px;
	}

	.mm-details-body-text {
		font-size: 17px;
		line-height: 1.2;
		margin-top: 15px;
	}

	ul.prod_details_points li {
		font-size: 14px;
		line-height: 16px;
	}

	.mm-bandler {
		margin-top: 25px;
	}

	.mm-bandler-box {
		width: 32%;
	}

	.mm-bundler-heading {
		font-size: 13px;
		line-height: 13px;
	}

	.package_subcopy {
		font-size: 9px;
	}

	.mm-bundle-ship {
		font-size: 10px;
		line-height: 10px;
	}

	.mm-add-to-cart {
		margin-top: 30px;
	}

	.mm-btn {
		font-size: 20px;
		height: 55px;
		line-height: 55px;
	}

	.buttton_riskfree {
		font-size: 11px;
		line-height: 11px;
	}

	.button-strp-t1 {
		font-size: 10px;
	}

	.hero_review_name span {
		display: inline-block;
		vertical-align: middle;
		margin: -2px 0 0 8px;
	}

	.mm-details-right_accodn {
		margin-top: 20px;
	}

	.prod_details_acdn_head {
		background-size: 12px;
		font-size: 16px;
		line-height: 22px;
		padding: 10px 35px 10px 0;
	}

	.prod_details_acdn_head.active {
		background-size: 12px;
	}

	.prod_details_acdnText {
		font-size: 15px;
		line-height: 20px;
		letter-spacing: 0.5px;
	}

	ul.mm-details-left_list {
		margin: 28px 0 0;
	}

	.prod_hero_review {
		padding: 20px 10px 22px;
		margin-top: 25px;
	}

	ul.prod_det_cont_list li {
		font-size: 14px;
		line-height: 20px;
	}

	.mm-section-1 {
		padding: 40px 0 100px;
	}

	.mm-sec-left {
		width: 100%;
	}

	.mm-sec-right {
		width: 100%;
		padding: 0 0 0;
	}

	.prod_details_comn_heading {
		font-size: 26px;
		line-height: 32px;
	}

	.prod_s1_left_img-m {
		display: inline-block;
		vertical-align: middle;
		margin: 17px auto 0;
		max-width: 100%;
	}

	.prod_details_comn_text {
		margin-top: 17px;
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 0.5px;
	}

	ul.mm-list {
		margin-top: 10px;
	}

	ul.mm-list li p {
		font-size: 16px;
		line-height: 24px;
	}

	.btnBox {
		display: none;
	}

	.mm-section-2 {
		padding: 25px 0 35px;
	}

	.mm-section-2 .mm-sec-mid {
		float: none;
		display: inline-block;
		vertical-align: top;
		max-width: 355px;
		padding: 0 20px;
	}

	.mm-section-2 .mm-mid-col {
		width: 100%;
		margin: 30px 0 0;
	}

	.mm-section-2 .mm-mid-col span {
		font-size: 19px;
		line-height: 27px;
		margin-top: 0;
	}

	.mm-section-2 .mm-mid-col p {
		margin-top: 5px;
		line-height: 22px;
		font-size: 15px;
		letter-spacing: 0;
		padding: 0 15px;
	}

	.mm-section-3 {
		padding: 25px 0 35px;
	}

	.mm-section .mm-row,
	.mm-section .mm-row.reverse {
		margin-top: 30px;
	}

	.prod_details_s3_row_img {
		width: 100%;
	}

	.mm-section-3 .mm-content {
		width: 100%;
	}

	.prod_deta_s3_img1_m {
		display: inline-block;
		vertical-align: middle;
		max-width: 100%;
		margin: 0 auto;
	}

	.prod_details_s3_romise_sec {
		margin-top: 30px;
	}

	.prod_deta_s3_promise_head {
		font-size: 19px;
		line-height: 27px;
		letter-spacing: 0;
	}

	.prod_deta_s3_promise_head:before,
	.prod_deta_s3_promise_head:after {
		margin: -4px 5px 0;
		width: 25px;
	}

	.prod_deta_s3_promise_head:before {
		margin-left: 0;
	}

	.prod_deta_s3_promise_head:after {
		margin-right: 0;
	}

	ul.mm-list-3 {
		float: none;
		display: inline-block;
		vertical-align: middle;
		max-width: 355px;
	}

	ul.mm-list-3 li {
		width: 33.33%;
		margin-top: 25px;
	}

	.mm-section-4 {
		padding: 25px 0 35px;
	}

	.mm-comp-box {
		margin-top: 30px;
		border-radius: 10px;
	}

	.mm-com-col {
		width: 30%;
	}

	.mm-com-col-1 {
		width: 40%;
	}

	ul.mm-com-list li {
		padding: 0 10px;
		height: 60px;
	}

	ul.mm-com-list li p {
		font-size: 15px;
		line-height: 20px;
	}

	.chart_prod_top {
		height: 115px;
		padding: 10px 5px;
		text-align: center;
	}

	.chart_prod_top:after {
		background-size: 100%;
		width: 30px;
		height: 30px;
		right: -13px;
		top: 20%;
	}

	.chart_prod_top p {
		width: 100%;
	}

	.mm-com-col-2 ul.comp_col_list li {
		padding: 8px;
	}

	ul.comp_col_list li img {
		width: 18px;
	}

	.mm-com-col-2 ul.comp_col_list li p {
		padding-left: 8px;
		font-size: 15px;
		line-height: 18px;
		width: calc(100% - 18px);
	}

	.mm-section-5 {
		padding: 25px 0 30px;
	}

	.testi-sec {
		margin: 10px 0 0;
		padding: 0;
	}

	.testi-row {
		padding-bottom: 15px;
		margin: 30px 0 0;
		border: none;
	}

	.testi-row-lft {
		width: 100%;
		border-right: none;
		padding-right: 0;
		border-bottom: 1px solid #e3e3e3;
		padding-bottom: 20px;
	}

	.testi-lft-abt {
		width: 50%;
		padding: 0 0 0 60px;
	}

	.testi-pics {
		width: 50px;
		height: 50px;
		line-height: 50px;
		top: 0;
		font-size: 26px;
	}

	.t-name2 {
		margin-top: 5px;
		line-height: 18px;
		font-size: 17px;
	}

	.t-vryfd {
		float: left;
		letter-spacing: 0;
		font-size: 13px;
		margin-top: 7px;
	}

	.test-prod {
		width: 50%;
		border-top: none;
		margin-top: 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.t-prod-dv {
		float: left;
		position: static;
		width: 50px;
		height: 50px;
		padding: 4px;
		top: 2px;
		line-height: 37px;
	}

	.test-prod-txt {
		width: calc(100% - 52px);
		margin-top: 0;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0;
		padding-left: 3px;
	}

	.t-prod-dv img {
		max-width: 73%;
	}

	.t-star {
		width: 94px;
	}

	.testi-row-rght {
		width: 100%;
		padding: 14px 0 0;
		border: none;
	}

	.testi-row-rght span {
		font-size: 18px;
	}

	.acdn-content .prod_details_comn_text {
		font-size: 15px;
		line-height: 22px;
		margin-top: 10px;
	}

	.t-list {
		margin-top: 15px;
	}

	.t-list li {
		width: 33.33%;
		padding: 0 5px;
	}

	.t-list li p {
		font-size: 16px;
		line-height: 18px;
	}

	.mm-section-6 {
		padding: 25px 0 30px;
	}

	.faq-container {
		margin-top: 15px;
		padding: 0;
	}

	.accordion {
		font-size: 18px;
		line-height: 24px;
		padding: 12px 30px 12px 0;
	}

	.acdn-content {
		padding: 12px 5px 12px 0;
	}

	.footer {
		padding: 0 0 30px;
	}

	.ftr-logo {
		width: 200px;
		margin: 0 auto 20px;
	}

	.ftr-list {
		font-size: 14px;
		line-height: 20px;
		letter-spacing: 0.3px;
	}

	.ftr-list a {
		padding: 0 5px;
	}

	.ftr-btm {
		padding: 15px;
		font-size: 12px;
		line-height: 20px;
		margin: 20px 0;
	}

	.ftr-txt1 {
		font-size: 14px;
	}


	.footer.details_page {
		padding-top: 0;
	}

	.footer.details_page .ftr-logo {
		margin-top: 20px;
	}

	#ctabtn-mob {
		background: #262626;
		padding: 10px 15px;
		position: fixed;
		bottom: 0%;
		left: auto;
		z-index: 99;
		transition: bottom 1s;
		display: table;
		width: 100%;
	}

	.stickyBtn {
		display: inline-block;
		vertical-align: middle;
		border-radius: 5px;
		font-weight: 600;
		background: var(--color-default);
		text-align: center;
		font-family: var(--font-primary);
		-webkit-appearance: none;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		width: 100%;
		height: 60px;
		color: #fff;
		font-size: 22px;
		line-height: 60px;
		border-radius: 30px;
	}

	.stickyBtn_none #ctabtn-mob {
		display: none !important;
	}


}

.study-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.pop-content {
	float: left;
	width: 100%;
	padding: 30px 0;
}

.pop-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}

.study-pop-box {
	float: left;
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.pop-close {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 22px;
	background: #fff;
	border-radius: 50%;
	z-index: 99;
	right: 10px;
	top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	cursor: pointer;
	color: #000;
}

.study-pop-header {
	float: left;
	width: 100%;
	position: relative;
	background: #30a12c;
	padding: 15px 40px 15px 20px;
}

.study-pop-body {
	float: left;
	width: 100%;
	padding: 10px 25px 25px;
	text-align: left;
	letter-spacing: 0.5px;
	max-height: 70vh;
	overflow-y: scroll;
}

.study-pop-header h4 {
	float: left;
	width: 100%;
	color: #fff;
	text-align: left;
	font-size: 28px;
	line-height: 36px;
	font-weight: 500;
	letter-spacing: 0.5px;
}

ul.contact-list {
	float: left;
	width: 100%;
}

ul.contact-list li {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 52px;
	position: relative;
}

@media screen and (max-width: 1021px) {
	.prod-hero-review-ico img {
		object-fit: fill;
		width: 100%;
	}

	.prod-hero-review-ico {
		width: 90px;
		height: 50px;
		line-height: 50px;
	}
}

.spacer-50 {
	height: 50px;
	width: 100%;
	clear: both;
}

.spacer-200 {
	height: 200px;
	width: 100%;
	clear: both;
}

.owl-carousel .owl-stage-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-carousel .owl-stage {
	display: flex;
	width: max-content;
}

.owl-carousel .owl-item {
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin: 15px;
}

.comment-boxs {
	padding: 45px 20px 20px;
	border-radius: 25px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease;
	background: #fff;
	width: 315px;
	background: rgba(255, 255, 255, 1) url(https://www.mindmend.co/wp-content/plugins/mm-plugin/inc/assets/images/review-bg-min.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 110px;
	position: relative;
	margin-bottom: 60px;
	box-shadow: 0 0 10px #dddddd73;
	min-height: 350px;
	line-height: 1.5;
	margin-top: 30px;
}

.comment-boxs:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.comment-boxs .comment-text {
	max-height: 190px;
	font-size: 17px !important;
}

.comment-boxs .reting {
	float: left;
}

.comment-date {
	font-size: 14px;
	font-family: Roboto;
	color: #7b7b7b;
	font-weight: 600;
	float: right;
	margin-bottom: 20px;
}

.comment-boxs .comment-text {
	max-height: 155px;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
	color: #5a5959 !important;
	font-family: Roboto;
	clear: both;
}

.owl-nav {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}

.owl-nav {
	position: absolute;
	top: 41%;
}

.owl-nav button.owl-prev {
	float: left;
	left: -20px !important;
	position: relative !important;
}

.owl-nav button.owl-next {
	float: right;
	right: -25px !important;
	position: relative !important;
}

.owl-nav div {
	display: inline-block;
	margin: 0 10px;
	padding: 10px;
	background: #000;
	color: #fff;
	border-radius: 50%;
}

.owl-nav div:hover {
	background: #333;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	padding: 13px 15px !important;
	background: #ffffff;
	border-radius: 50%;
	margin: 5px 5px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
	background: #efeeee;
}

.owl-item .item {
	text-align: left;
}

.comment-name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}

.comment-name span {
	color: #ce6a53;
	font-size: 12px;
	margin-top: -4px !Important;
	display: inherit;
	font-weight: 400
}

a.show-more {
	color: #fff;
	font-weight: 600;
	background: #ce6a53;
	padding: 5px 10px;
	border-radius: 25px;
	font-size: 14px;
	text-decoration: none;
}

.comment-name i {
	color: #e69e1b
}

.comment-name a {
	position: relative;
	top: 10px;
}

.comment-boxs p.comment-text.show {
	max-height: 100%;
	transition: max-height 0.25s ease-in;
}

.comment-boxs:before {
	content: "";
	width: 70px;
	height: 70px;
	background: url(https://www.mindmend.co/wp-content/plugins/mm-plugin/inc/assets/images/quot.png);
	position: absolute;
	top: -40px;
	background-repeat: no-repeat;
	background-size: contain
}


.mm-klaviyo input#kla_email_klaviyo_emailsignup_widget-REPLACE_TO_ID {
	height: 50px;
	border-radius: 45px !important;
	margin-bottom: 10px;
	background: #fff;
	padding-left: 47px;
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

.mm-klaviyo label:before {
	content: "\f2b6";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 15px;
	position: relative;
	top: 36px;
	left: 24px;
	font-style: italic;
	color: #0e5545;
}

.mm-klaviyo a.klaviyo_submit_button {
	background: #ce6a53;
	margin-top: 10px;
	text-transform: none;
	border: 1px solid #ce6a53;
	font-family: "Varela Round", 'Roboto', sans-serif !important;
	text-transform: uppercase !important;
	padding: 15px 32px;
	font-weight: 600 !important;
	color: #fff;
	border-radius: 30px;
	text-decoration: none !important;
}

div#mm-klaviyo label {
	display: block;
}

.mm-klaviyo a.klaviyo_submit_button:before {
	content: "\f1d8";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 15px;
	text-decoration: none;
}





@media (max-width: 767px) {
	.mm-klaviyo button.klaviyo_submit_button {
		width: 100%;
	}

	.mm-klaviyo input#kla_email_klaviyo_emailsignup_widget-REPLACE_TO_ID {
		width: 100%;
	}

	.mm-klaviyo label:before {
		top: 36px;
		left: 19px;
	}
}

.mm-footer {
	float: left;
	width: 100%;
	padding: 200px 0 70px;
	background-image: url(../img/footer-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	text-align: left;
}

.mm-footer>div {
	margin: 100px auto 0;
}

.mm-footer .grid-for-2 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 100px;
	align-items: center;
}

.footer-legal {
	float: left;
	width: 100%;
	background: var(--color-secondary);
	color: #fff;
	padding: 10px 0;
}

.row.copyright {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-gap: 100px;
	align-items: center;
	font-size: 14px;
}

.mm-text-head {
	font-family: var(--font-primary);
	font-size: 27px;
	line-height: 48px;
}

.text-md-start {
	text-align: left;
}

.text-md-end {
	text-align: right;
}

.mm-section-3 .mm-list li {
	line-height: 1.6;
}

.mm-grid-list-5 {
	clear: both;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.mm-grid-list-5>div {
	padding: 15px;
}

.mm-grid-list-5>div img {
	width: 100%;
}

.mm-grid-list-5 img {
	object-fit: contain;
}

@media screen and (max-width: 767px) {
	.text-md-start {
		text-align: center;
	}

	.text-md-end {
		text-align: center;
	}

	#ingr {
		padding: 40px 0 100px;
	}

	#ingr>div {
		margin: 60px auto;
	}

	.mm-section-3 .mm-row-img {
		width: 100%;
		margin-bottom: 30px;
		padding: 0px 15px;
	}

	.mm-grid-list-5 {
		grid-template-columns: repeat(3, 1fr);
		justify-items: center;
	}

	.mm-grid-list-5> :nth-child(n + 4) {
		justify-self: center;
		position: relative;
		left: 70px;
	}

	div#why>div {
		margin: 0 auto;
	}

	#amazing-shrooms {
		margin-top: -100px;
	}

	div#why {
		padding: 100px 0 150px;
	}

	div#reviews {
		padding: 280px 0 100px;
	}

	.spacer-200 {
		height: 10px;
		width: 100%;
		clear: both;
	}

	.owl-nav button.owl-next {
		right: -15px !important;
	}

	.acdn-content {
		padding: 12px 30px 12px 30px;
	}

	.accordion {
		padding: 12px 30px 12px 30px;
	}

	.acdn-heading.accordion-open:before {
		margin-top: -12px;
	}

	.mm-footer {
		background-image: url(../img/mobile-footer.webp);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center top;

		padding: 0px;
	}

	#ctabtn-mob {
		background: #343434;
	}

	.mm-footer>div.container {
		margin: 0px auto 0;
		padding: 50px 20px;
		background: #343434;
	}

	.mm-text-head {
		font-family: var(--font-primary);
		font-size: 22px;
		line-height: 1.6;
	}

	.mm-footer .grid-for-2 {
		grid-gap: 20px;
	}

	.row.copyright {
		grid-gap: 10px;
	}

	img.metters {
		width: 100%;
	}

	.mm-section-1>div {
		margin: 50px auto;
	}

	.mm-bundle-discount span {
		padding: 6px 10px 7px;
	}

	.mm-bundler-img {
		padding: 0px;
	}
}

.best-value-pack {
	color: #e30c0c;
	font-size: 65px;
	position: absolute;
	right: 4px;
}

.best-value-pack:after {
	content: "BEST VALUE";
	font-size: 10px;
	line-height: 12px;
	position: absolute;
	color: #fff;
	left: 1px;
	transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	top: 20px;
	text-align: center;
	font-weight: 700;
	font-family: var(--font-default);
}

img.best-value-img {
	width: 70px;
	position: absolute;
	right: 0;
}

@media screen and (max-width: 600px) {
	.mm-com-col-2 ul.mm-com-list li p {
		font-size: 17px;
		padding-left: 10px;
	}

	ul.mm-com-list li i {
		font-size: 22px
	}

	.mm-com-col-2 ul.mm-com-list li {
		padding: 0 10px;
	}

	.comp-prod2 {
		width: 70px;
	}

	img.metters {
		width: 100%;
	}

	.best-value-pack {
		color: #ce6a53;
		font-size: 40px;
		position: absolute;
		right: 4px;
	}

	.best-value-pack:after {
		content: "BEST VALUE";
		font-size: 7px;
		line-height: 8px;
		left: -1px;
		top: 14px;
	}

	img.best-value-img {
		width: 45px;
		position: absolute;
		right: 0;
	}
}