/*
Theme Name: Mynd
Theme URI: Mynd
Author: Mynd
*/
 

/* Add your custom styles here... */ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { 
	line-height: 1.4;
	font-family: 'Lora', serif;
	font-weight:400;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
em {font-style: italic;}
strong{	font-weight:bold;}
*{
	box-sizing:border-box;
	outline: none !important;
}
a{
	text-decoration: none;
	color: #EB1962;
}
input[type="text"],
input[type="email"],
input[type="submit"],
textarea,
.contact--fields select,
input[type="tel"] {
    -webkit-appearance: none;
    border-radius: 0;
}
p , .wpb_text_column ul , .wpb_text_column ol{margin-bottom:20px;}
img{max-width:100%;}
.alignright, .alignleft , .aligncenter{
	padding: 5px 10px;
}
/*Customizing*/

.alignright{
	float:right;
}
.alignleft{
	float:left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*Transition Effect*/
.menu-cart .dropdown-menu.dropdown-menu-mini-cart,
a , 
.menu ul.sub-menu,
.ing_description,
.contact-form-field label,
.custom-dropdown-list,
input[type="submit"],
.header-cc,
.masthead,
.answer-text,
.question-text::before,
.pdf-download-button,
.certificate-field-button,
button.button , .footer-newsletter-form button,
.woocommerce-store-notice , .info-popup-content , 
.info-popup-holder{
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
	
.content-center,.container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}
.header-cc {
	margin: 0 auto;
	font-size: 0;
	padding: 26px 0;
	max-width: 1340px;
	width: 100%;
	}
.menu-container .menu > li {
	display: inline-block;
	margin-right: 35px;
	position: relative;
}
.menu-container .menu li a {
	color: #4A4D51;
	font-family: 'Bebas Neue', cursive;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}
.logo-container {
	width: 195px;
	display: inline-block;
	vertical-align: middle;
}
.menu-container .menu li.menu-button a {
	background-color: #EB1962;
	color: #fff;
	padding: 12px 33px 11px 33px;
	display: inline-block;
	border-radius: 50px;
	box-shadow: 0px 8px 5px 0px rgba(235,25,98,0.4);
}
.menu-container .menu li.menu-button a:hover{
	box-shadow: 0px 0px 0px 0px rgba(235,25,98,0.4);
}
.menu-container {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 195px);
	text-align: right;
}
.masthead {
	background-color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.admin-bar .masthead {
	top: 32px;
}
.fixed-header .header-cc{
	padding: 16px 0;
}
.fixed-header .masthead {
	box-shadow: 0 0 15px 0 rgba(74,77,81,0.3);
	top: 0 !important;
}
.dropdown-menu.dropdown-menu-mini-cart {
	z-index: 999;
	position: absolute;
	width: 400px;
	max-width: none;
	padding: 0px 0px 0px 0px;
	border: 0;
	background: #f1f1f1;
	background-color: #fff;
	border-radius: 0;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.7);
	right: 0;
	top: 50px;
}
.menu-cart:hover .dropdown-menu.dropdown-menu-mini-cart{
	opacity: 1;
	visibility:visible;
}
.mini-cart {
	position: relative;
}
.woocommerce-mini-cart-item.mini_cart_item {
	border-bottom: 1px solid #d9d9d9;
	padding: 15px !important;
	position: relative;
	width: 100%;
	display: inline-block;
	color: #4A4D51;
	font-size: 15px;
	text-align: left;
	padding-left: 70px !important;
	font-weight: 700;
}
.mini_cart_item.mini_cart_item img {
	width: 35px;
	float: left !important;
	margin-right: 10px;
	height: auto;
}
.menu-cart .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	position: absolute;
	left: 10px;
	width: 48px !important;
	margin: 0 !important;
	top: 18px;
}
.dropdown-menu-mini-cart .variation dt,.dropdown-menu-mini-cart .variation dd {
	float: left;
	font-size:14px;
	font-weight: 400;
}
.dropdown-menu-mini-cart .variation dt{
	clear: left;
}

.dropdown-menu-mini-cart .variation p {
	margin: 0 !important;
}
.woocommerce-mini-cart-item.mini_cart_item .remove + a {
	font-size: 25px;
	text-align: left;
	float: left;
	color: #4A4D51;
}
.remove.remove_from_cart_button {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	color: #4A4D51;
}
.woocommerce-mini-cart__total.total {
	display: none;
}
.woocommerce-mini-cart .quantity {
	display: block;
	width: 100%;
	float: left;
	text-align: left;
	padding-left: 0;
	font-family: 'Bebas Neue', cursive;
	color: #EB1962;
	margin-top: 3px;
	font-size: 16px;
	font-weight: 400;
}
.woocommerce-mini-cart__total.total {
	padding: 15px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
	color: #4A4D51;
}
.woocommerce-mini-cart__buttons.buttons .button {
	background-color: #eb1962;
	width: 49% !important;
	float: left;
	position: relative;
	padding: 15px 20px;
	color: #fff;
	width: 100%;
	text-align: center;
	z-index: 3;
	font-size: 16px;
}
.woocommerce-mini-cart__buttons.buttons .button:first-child{
	margin-right:2%;
}
.woocommerce-mini-cart__buttons.buttons {
	width: 100%;
	display: inline-block;
	padding: 20px 15px;
	margin: 0;
}
.woocommerce-mini-cart__buttons.buttons .button::after{
	transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	border:0;
}
.woocommerce-mini-cart.cart_list.product_list_widget {
	max-height: 400px;
	overflow: auto;
}
.woocommerce-mini-cart__buttons.buttons .button::after , .woocommerce-mini-cart__buttons.buttons .button::before{
	z-index:-1;
}
.icon-menu-holder i {
	font-size: 22px;
}
.menu-myaccount, .menu-cart {
	position: relative;
}
.menu-myaccount a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.menu-myaccount, .menu-cart {
	position: relative;
	width: 20px;
	display: inline-block;
}
.menu-myaccount {
	margin-right: 20px;
}
.icon-menu-holder {
	display: inline-block;
	width: 60px;
	vertical-align: middle;
}
.main-menu-holder {
	display: inline-block;
	vertical-align: middle;
}
.menu-container .menu li.item-image img {
	vertical-align: bottom;
	display: inline-block;
	max-width: 70px;
	height: auto;
}
.menu ul.sub-menu {
	display: block;
	position: absolute;
	width: 200px;
	right: 0;
	top: 35px;
	background-color: #ffffff;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0px 10px 25px rgba(74, 77, 81, 0.2);
	text-align: left;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.menu > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	z-index: 2;
}
.menu-container .menu li.menu-item-has-children:not(.hidden-arrow)::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: #77797c transparent transparent transparent;
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.menu-container .menu li.menu-button {
	margin-left: 10px;
}
.site-footer {
	background-color: #00AF86;
}
.footer-logo {
	width: 210px;
	display: inline-block;
	vertical-align: top;
	margin-right: 90px;
}
.footer-sidebars {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 300px);
	margin-top: 20px;
}
.social-footer a {
	color: #fff;
	margin-right: 20px;
	font-size: 21px;
}
.footer-colums {
	font-size: 0;
	padding-bottom: 35px;
}
.footer-sidebars > div {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding-right: 50px;
}
h6 {
	font-size: 22px;
	font-family: 'Bebas Neue', cursive;
}
h6.widgettitle {
	color: #fff;
	margin-bottom: 20px;
}
.footer-sidebars .menu a {
	color: #C4F2E7;
	font-size: 15px;
}
.footer-sidebars .menu li {
	margin-bottom: 15px;
}
.social-footer {
	margin-top: 15px;
}
.footer-image-copyright, .copyright-text p  {
	display: inline-block;
	vertical-align: middle;
}
.copyright-text p {
	color: #000;
	font-size: 15px;
	margin-bottom: 0;
	margin-top: -7px;
}
.copyright-text {
	float: left;
	margin-top: 2px;
}
.copyright-menu {
	float: right;
}
.copyright-menu .menu li {
	display: inline-block;
	margin-right: 15px;
}
.copyright-menu .menu li:last-child{
	margin-right:0;
}
.copyright-menu .menu li a {
	color: #C4F2E7;
	font-size: 15px;
}
.footer-copyright {
	border-top: 1px solid #fff;
	padding: 32px 0 28px;
	width: 100%;
	display: table;
}
.footer-newsletter {
	background-color: #4A4D51;
}
.footer-content {
	padding-top: 50px;
}
.mc4wp-form-fields p {
	margin-bottom: 0;
}
.footer-newsletter-text h5,.before_title {
	font-family: 'Caveat', cursive;
	color: #00AF86;
	font-size: 30px;
	line-height: 1.25;
}
.footer-newsletter-text h6 {
	color: #fff;
	font-size: 45px;
	display: inline-block;
	vertical-align: middle;
}
.logo_newletter {
	display: inline-block;
	vertical-align: middle;
	margin: 7px 0 0 5px;
}
.footer-newsletter-text {
	float: left;
}
.footer-newsletter-form input[type="email"] {
	background-color: transparent !important;
	border: 0 !important;
	border-bottom-color: currentcolor !important;
	border-bottom-style: none !important;
	border-bottom-width: 0px;
	border-bottom: 1px solid #fff !important;
	color: #fff !important;
	font-size: 15px !important;
	font-family: 'Lora', serif !important;
	opacity: 1 !important;
	padding: 0 !important;
	width: 300px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.footer-newsletter-form button {
	background-color: #fff !important;
	border: 0;
	font-family: 'Bebas Neue', cursive !important;
	color: #4A4D51 !important;
	font-size: 22px !important;
	padding: 13px 43px 12px !important;
	border-radius: 50px !important;
	box-shadow: 0px 8px 5px 0px rgba(255,255,255,0.4);
	font-weight: 500 !important;
}
.footer-newsletter-form button:hover {
	box-shadow: none !important;
}
.footer-newsletter-form {
	float: right;
	margin-top: -10px;
}
.footer-newsletter-form .ql-editor.ql-blank {
	display: none;
}
.footer-newsletter-holder {
	width: 100%;
	display: table;
	padding: 30px 0;
}
.subscribe-text {
	margin-top: -5px;
}
input[type="submit"] {
	-webkit-appearance: none;
}
.mc4wp-form-fields input[type="submit"] {
	background-color: #fff;
	border: 0;
	font-family: 'Bebas Neue', cursive;
	color: #4A4D51;
	font-size: 22px;
	padding: 11px 43px 10px;
	border-radius: 50px;
	box-shadow: 0px 8px 5px 0px rgba(255,255,255,0.4);
	cursor: pointer;
}
.mc4wp-form-fields input[type="email"] {
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	font-family: 'Lora', serif;
	opacity: 1;
	padding: 10px 0;
	width: 300px;
}
.copyright-text .websitelogo {
	max-width: 50px;
}
.button,input[type="submit"],
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce button.button.alt{
	font-family: 'Bebas Neue', cursive;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	background-color: #EB1962;
	color: #fff;
	padding: 12px 33px 11px 33px;
	display: inline-block;
	border-radius: 50px;
	box-shadow: 0px 8px 5px 0px rgba(235,25,98,0.4);
}
.woocommerce button.button.alt{
	background-color: #EB1962 !important; 
}
.button:hover{
	-webkit-box-shadow: 0px 0 0 0px rgba(235,25,98,0.4);
	-moz-box-shadow: 0px 0 0 0px rgba(235,25,98,0.4);
	box-shadow: 0px 0 0 0px rgba(235,25,98,0.4);
}
.page-title-container h1 {
	font-family: 'Bebas Neue', cursive;
	font-size: 65px;
	line-height: 40px;
	letter-spacing: 0.03em;
	color: #4A4D51;
	position: relative;
	margin-bottom: 17px;
	padding-top: 13px;
	padding-bottom: 10px;
}
.page-title-container h1 img{
	position:relative;
	top:17px;
	width:200px;
	height:auto;
}
.pagen-banner-content {
	width: 400px;
	color: #77797C;
	margin-bottom: 41px;
}
.pagen-banner-content p{
	font-size:18px;
	line-height: 1.5;
}
.pagen-banner-content p:last-child {
	margin-bottom: 0;
}
.page-title-container h1::before {
	content: "";
	position: absolute;
	display: block;
	width: 228px;
	height: 27px;
	left: -62px;
	top: 42px;
	background-image: url(images/title_icon.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.page-banner .container {
	position: relative;
}
.page-title-container {
	width: 450px;
}
.page-banner {
	background: #F7F8F8;
	padding: 110px 0 225px;
	overflow: hidden;
}
.top-banner-image {
	position: absolute;
	height: calc(100% + 240px);
	width: calc(100% - 270px);
	left: 400px;
	top: -24px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}
/*.product-information.focus_section {
	background-image: url(images/bg_blue.png);
}
.product-information.energy_section {
	background-image: url(images/bg_pink.png);
}
.product-information.calm_section {
	background-image: url(images/bg_green.png);
}
.product-information.recovery_section {
	background-image: url(images/bg_orange.jpg);
}*/
.product-information {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}
.product-information.right_image{
	background-position: top right;
}
.product-information .container {
	padding: 60px 0 50px;
}
.clearfix::after{
	content:"";
	display:table;
	clear:both;
}
.product-information-image {
	width: 40%;
	position: absolute;
	bottom: -30px;
}
.ingredient-small-item {
	position: relative;
	display: inline-block;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), #E81760;
	border-radius: 30px;
}
.ing_title {
	font-size: 22px;
	line-height: 1;
	color: #E81760;
	font-family: 'Bebas Neue', cursive;
	display: block;
}
.ing_description {
	position: absolute;
	width: 327px;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: calc(100% + 20px);
	background: #DBF1F4;
	border-radius: 5px;
	z-index: 3;
	font-size: 15px;
	line-height: 1.6;
	padding: 6px 20px 8px;
	color: #77797C;
}
.ingredient-small-item:hover .ing_description{
	opacity: 1;
	visibility: visible;
}
.ingredient-small-item {
	position: relative;
	display: inline-block;
	background: #fcdce7;
	border-radius: 30px;
	margin-right: 10px;
	padding: 5px 10px 3px;
	cursor: pointer;
}
.ing_description::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 6px 0 6px;
	border-color: #dbf1f4 transparent transparent transparent;
}
.ing_description::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 21px;
	display: block;
	background-color: transparent;
}
.product-info-ingredients {
	margin-bottom: 40px;
}
.product-information.left_image .container {
	padding-left: 80px;
	padding-right: 80px;
}
.product-information-description {
	width: 60%;
	float: right;
	padding-top: 0px;
}
.product-information-description > div {
	max-width: 100%;
	float: right;
	padding-left: 50px;
	padding-right: 20px;
}
.product-information-description h2 {
	position: relative;
	color: #0EA3B7;
	letter-spacing: 0.03em;
	font-family: 'Bebas Neue', cursive;
	font-size: 45px;
	display: inline-block;
}
.product-information-description h2 span {
	content: "";
	width: 260px;
	position: absolute;
	height: 2px;
	right: calc(100% + 33px);
	top: 27px;
	display: block;
	background: #0EA3B7;
}
.product-info-content p,
.custom-tab-content p,
.single-blog-text p,
.single-blog-text li,
.wpb_text_column p,
.wpb_text_column li,
.custom-tab-content li {
	font-size: 18px;
	line-height: 1.5;
	color: #77797C;
	margin-bottom: 27px;
}
.product-info-content p:last-child,
.single-blog-text p:last-child{
	margin-bottom:0;
}
.product-info-content p img {
	position: relative;
	top: 5px;
	max-width: 62px;
	height: auto;
	margin-right: 1px;
	margin-left: 3px;
}
.product-information-description .before_title {
	color: #0EA3B7;
	font-size: 24px;
	margin-bottom: 19px;
}
.product-info-content {
	margin-bottom: 30px;
}
.product-information.left_image.focus_section .container {
	padding-top: 80px;
}
.vc_row.move-section-top {
	margin-top: -100px;
	z-index: 9;
}
.focus_section .ing_title{
	color: #0EA3B7;
}
.focus_section .ingredient-small-item{
	background-color: #dbf1f4;
}
.focus_section .button{
	background: #0EA3B7;
	box-shadow: 0px 15px 15px -10px rgba(14, 163, 183, 0.66);
}
.button:hover {
	box-shadow: none !important;
	color: #fff !important;
}
.button.white:hover {
	color: #4A4D51 !important;
}
.product-info-button {
	float: left;
	padding-right: 20px;
}
.info-reviews-image {
	width: 108px;
	height: 20px;
	background-image: url(images/reviews.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 1px;
}
.info-reviews-text {
	font-size: 18px;
	color: #77797C;
}
.info-reviews-text span{
	color: #0EA3B7;
}
.product-info-reviews {
	float: left;
}
.product-info-button .button {
	padding: 12px 43px 11px 43px;
}
.right_image .product-information-image {
	width: 39%;
	right: 0;
}
.right_image .product-information-description {
	float: left;
	width: 61%;
}
.product-information.right_image .container {
	padding-left: 80px;
	padding-right: 80px;
}
.product-information-inner {
	position: relative;
}
.right_image .product-information-description > div {
	float: left;
	padding-left: 20px;
	padding-right: 50px;
}
.right_image .product-information-description h2 span {
	width: 260px;
	right: auto;
	left: calc(100% + 33px);
}
.energy_section  .product-information-description h2,
.energy_section  .product-information-description .before_title,
.energy_section  .info-reviews-text span{
	color: #E91760;
}
.energy_section .ing_description{
	background-color:#fcdce7;
}
.energy_section .product-information-description h2 span{
	background-color: #E91760;
}

.calm_section  .product-information-description h2,
.calm_section  .product-information-description .before_title,
.calm_section  .info-reviews-text span,
.calm_section  .ing_title{
	color: #06886C;
}
.calm_section .ing_description,
.calm_section .ingredient-small-item{
	background-color:#daede9;
}
.calm_section .product-information-description h2 span{
	background-color: #06886C;
}
.calm_section .button{
	background-color: #06886C;
	box-shadow: 0px 15px 15px -10px rgba(6, 136, 108, 0.66);
}

.recovery_section   .product-information-description h2,
.recovery_section   .product-information-description .before_title,
.recovery_section   .info-reviews-text span,
.recovery_section  .ing_title{
	color: #E64732;
}
.recovery_section  .ing_description,
.recovery_section  .ingredient-small-item{
	background-color:#fbe4e0;
}
.recovery_section  .product-information-description h2 span{
	background-color: #E64732;
}
.recovery_section  .button{
	background-color: #E64732;
	box-shadow: 0px 15px 15px -10px rgba(231, 72, 50, 0.66);
}
.product-information.calm_section .container {
	padding-bottom: 70px;
}
.sbi_photo {
	width: 250px !important;
	height: 250px !important;
	border-radius: 5px;
}
#sb_instagram #sbi_images .sbi_item {
	width: auto !important;
	padding-right: 7.5px !important;
	padding-left: 7.5px !important;
}
.instagram-feed-section {
	text-align: center;
	padding-bottom: 85px;
	position: relative;
	padding-top: 150px;
}
.instagram-feed-section h2,
.in_the_news_module  h2,
.review-feed-section h2,
.questions-section h2,
.blending_ingredients_section h2,
.products-list h2,
.related.products h2,
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6,
.centre--banner h2{
	font-size: 45px;
	line-height: 54px;
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-family: 'Bebas Neue', cursive;
	position: relative;
	margin-bottom: 60px;
}
.wpb_text_column h2,
.wpb_text_column h3,
.wpb_text_column h4,
.wpb_text_column h5,
.wpb_text_column h6{
	margin-bottom: 20px;
}
.wpb_text_column h3{
	font-size: 35px;
}
.wpb_text_column h4{
	font-size: 32px;
}
.wpb_text_column h5{
	font-size: 28px;
}
.wpb_text_column h6{
	font-size: 25px;
}
.instagram-feed-section h2 img,
.in_the_news_module  h2 img,
.review-feed-section h2 img,
.questions-section h2 img {
	max-width: 142px;
	height: auto;
	position: relative;
	top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.top-wave-item {
	position: absolute;
	bottom: 99%;
	width: 100%;
	left: 0;
	display: block;
	z-index: 1;
}
.what_is_mynd_module-inner {
	width: 1340px;
	margin: 0 auto;
}
.wim_columns_text_left, .wim_columns_text_right {
	width: 350px;
	float: left;
}
.wim_columns_text_right {
	float: right;
}
.step-item-image {
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto 22px;
}
.step-item {
	text-align: center;
	color: #fff;
	margin-bottom: 80px;
}
.what_is_mynd_module .before_title,
.steps-module .before_title{
	color: #F6FF8F;
	text-align: center;
}
.step-item-title {
	text-align: center;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	font-size: 18px;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 10px;
}
.step-item > div {
	position: relative;
}
.step-item-description {
	text-align: center;
	color: #C4F2E7;
	font-size: 15px;
	line-height: 1.6;
	opacity: 0;
	transition: 0.3s all ease-in-out;
	-webkit-transition: 0.3s all ease-in-out;
	-moz-transition: 0.3s all ease-in-out;
	pointer-events: none;
	position: absolute;
	top: -25px;
	background-color: #4a4d51;
	padding: 15px 0;
}
.step-item > div:hover .step-item-description {
	opacity: 1;
}
.step-item-description span{
	color: #F6FF8F;
}
.what_is_mynd_module {
	background: #0EA5BA;
	text-align: center;
	margin-top: 150px;
	position: relative;
	padding-bottom: 220px;
}
.what_is_mynd_module h2,
.steps-module h2,
.image_with_title-section h2 {
	letter-spacing: 0.03em;
	color: #FFFFFF;
	font-size: 45px;
	font-family: 'Bebas Neue', cursive;
	display: inline-block;
}
.what_is_mynd_module-inner .before_title {
	padding-top: 5px;
	}
	.what_is_mynd_list {
	margin-top: 40px;
	}
.wim_columns {
	position: relative;
	padding-top: 20px;
}
.win_columns_image {
	width: calc(100% - 820px);
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	display: block;
}
.win_columns_background {
	height: calc(100% - 110px);
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	margin-bottom: 60px;
}
.mynd-logo-text,.step-item-title em {
	display: inline-block;
	background-image: url(images/white-logo.png);
	width: 122px;
	height: 49px;
	position: relative;
	top: 14px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 8px;
	margin-right: 5px;
}
.image-text-section .mynd-logo-text {
	background-image: url(images/logo-mynd-green.svg) !important;
}
.image-text-section .container {
	position: relative;
	max-width: 1180px;
}
.step-item-title em {
	width: 55px;
	height: 21px;
	margin-left: 0;
	top: 6px;
}
.win_columns_buttons .button {
	margin: 0 5px;
}
.button.white {
	background-color: #fff;
	color: #4A4D51;
	box-shadow: 0px 15px 15px -10px rgba(255, 255, 255, 0.66);
}
.vc_row.negative-space-wave {
	margin-top: -150px;
	z-index: 1;
}
.product-information.recovery_section .container {
	padding-bottom: 50px;
}
.image-text-section {
	background: #fff;
	position: relative;
	padding: 110px 0 75px;
}
.media-section-column {
	position: absolute;
	top: 50%;
	right: 25px;
	width: 39%;
	height: auto;
	display: block;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.media-section-column div {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.image-background {
	background-size: cover;
	background-position: center center;
}
.image-text-section .before_title {
	color: #00AF86;
}
.image-text-section h2 {
	color: #4A4D51 !important;
}
.textcontent-container p, .textcontent-container li {
	color: #77797C !important;
}
.image-text-section h2,h2.section_title {
	letter-spacing: 0.03em;
	color: #FFFFFF;
	font-size: 45px;
	font-family: 'Bebas Neue', cursive;
	line-height: 1.2;
}
.media-section-column img {
	width: 100%;
}
.text-section-column {
	width: 53%;
	float: left;
	padding-right: 15px;
}
.textcontent-container p,.textcontent-container li {
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 26px;
}
.textcontent-container p:last-child,.textcontent-container li:last-child{
	margin-bottom: 0;
}
.button.blue {
	background: #0EA5BA;
	box-shadow: 0px 15px 15px -10px rgba(14, 165, 186, 0.66);
}
.button_border_container .button {
	margin-right: 10px;
}
.media-section-column .wave-vertical {
	position: absolute;
	width: 90px;
	z-index: 1;
	height: 101% !important;
}
.wave-vertical svg {
	width: 400px !important;
	position: absolute;
	left: -117px;
	top: 0;
}
.image-text-section .section-title-container {
	margin-bottom: 20px;
}
.image-text-section .textcontent-container {
	margin-bottom: 36px;
}
.wave-img-text {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
}
.wave-img-text.bottom-wave {
	top: auto;
	bottom: 0;
	height: 115px !important;
}
.wave-img-text.bottom-wave svg {
	height: 150px !important;
}
.in_the_news_module {
	text-align: center;
	padding: 62px 0 100px;
}
.in_the_news_item {
	width: 32.2%;
	float: left;
	background: #F7F8F8;
	border-radius: 15px;
	margin-right: 1.7%;
	margin-bottom: 30px;
	padding: 30px 30px 0;
}
.in_the_news_item:nth-child(3n){
	margin-right: 0;
}
.in_the_news_item-logo {
	margin: 35px 0 50px;
	height: 27px;
	background-repeat: no-repeat;
	background-position: center center;
}
/*
.in_the_news_item-quote span {
	color: #fff;
	line-height: 1.2;
	background-color: #00AF86;
	display: inline-block;
	font-size: 24px;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 4px;
	padding: 1px 4px;
}*/
.in_the_news_item-quote {
	color: #fff;
	line-height: 1.55;
	background-color: #00AF86;
	display: inline;
	font-size: 24px;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 0;
	padding: 1px 4px;
	box-shadow: 3px 0 0 #00AF86, -3px 0 0 #00AF86;
	box-decoration-break: clone;
}
.news-button {
	margin-bottom: -25px;
}
.review-feed-section {
	background: #F7F8F8;
}
.review-slide {
	background: #FFFFFF;
	border-radius: 15px;
	position: relative;
	margin-right: 20px;
	float: left;
	width: 360px;
}
.reviews-author,.reviews-title {
	font-size: 18px;
	color: #4A4D51;
	line-height: 1.5;
	font-weight: 700;
}
.reviews-title{
	margin-bottom:20px;
}
.review-message {
	color: #77797C;
	font-size: 18px;
	line-height: 1.5;
}
.reviews-rating > span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 4px;
	background-image: url(images/star-full.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.review_number_4 .st5{
	background-image: url(images/star-empty.svg);
}
.review_number_3 .st5,
.review_number_3 .st4{
	background-image: url(images/star-empty.svg);
}

.review_number_2 .st5,
.review_number_2 .st4,
.review_number_2 .st3{
	background-image: url(images/star-empty.svg);
}

.review_number_1 .st5,
.review_number_1 .st4,
.review_number_1 .st3,
.review_number_1 .st2{
	background-image: url(images/star-empty.svg);
}
.review-slide-header {
	border-bottom: 2px solid #EAEDED;
	padding: 10px 30px;
	position: relative;
}
.review-slide-header::before {
	content: "";
	width: 35px;
	height: 30px;
	right: 30px;
	top: -15px;
	position: absolute;
	display: block;
	background-image: url(images/review-quote.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.review-slide-footer {
	padding: 35px 30px;
}
.title-elements {
	float: left;
}
.review-feed-logo {
	float: right;
	max-width: 145px;
	padding-top: 25px;
}
.review-feed-section {
	background: #F7F8F8;
	position: relative;
	margin-top: 100px;
	padding-bottom: 90px;
	padding-top: 50px;
}
.review-feed-section .wave-img-text.top-wave {
	top: -115px;
}
.review-feed-section .container {
	position: relative;
	z-index: 2;
}
/******************* EXTERNAL SCROLLBAR *******************/
 .external-scroll_x,
.external-scroll_y {
    cursor: pointer;
    display: none;
    position: absolute;
}
 .external-scroll_y.scroll-scrolly_visible {
    display: block;
    height: 200px;
    left: 610px;
    top: 0;
    width: 10px;
}
.external-scroll_x div, .external-scroll_y div {
	height: 100%;
	left: 0;
	top: 0px;
	position: absolute;
	width: 100%;
}
.external-scroll_x .scroll-bar, .external-scroll_y .scroll-bar {
	background: #00AF86;
	z-index: 12;
	height: 2px;
	border-radius: 2px;
}
.review-feed-container {
	float: left;
	position: relative;
	padding-bottom: 53px;
	overflow: auto;
	z-index: 9;
}
.external-scroll_x {
	width: 100%;
	bottom: 0;
	left: 0;
}
.external-scroll_x.scroll-scrollx_visible {
	display: block;
	height: 2px;
	bottom: 0;
	background-color: #EAEDED;
	border-radius: 2px;
	max-width: 1180px;
}
.reviews-list {
	display: table;
	padding-top: 16px;
}
.scroll-bar {
	width: 20% !important;
}
.scroll-bar:hover,.scroll-draggable .scroll-bar {
	height: 6px !important;
	top: -2px !important;
}
.in_the_news_module h2 {
	margin-bottom: 30px;
}
.review-feed-section h2{
	margin-bottom: 52px;
}
.contact-info-section {
	background: #F7F8F8;
	position: relative;
	padding: 90px 0 175px;
}
.contact-info-section h2 {
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-size: 65px;
	line-height: 1;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 15px;
}
.contact-info-description {
	color: #77797C;
	font-size: 18px;
	line-height: 1.5;
	max-width: 400px;
	margin-bottom: 30px;
}
.contact-info-text {
	width: 49.4%;
}
.contact-info-item {
	width: 50%;
	float: left;
	margin-bottom: 30px;
	padding-right: 20px;
}
.contact-info-item h4 {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 13px;
}
.contact-info-description a {
	color: #00AF86;
}
.contact-info-item a {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	color: #00C38B;
}
.contact-info-description p {
	margin-bottom: 5px;
}
.contact-info-item a.phone_link{
	color: #77797C;
}
.contact-social-icons li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.contact-info-image {
	position: absolute;
	width: 50%;
	height: calc(100% - 219px);
	top: 90px;
	right: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background-size: cover;
	background-position: center center;
	box-shadow: 0px 15px 50px -10px rgba(74, 77, 81, 0.33);
}
.contact-form-section {
	position: relative;
	text-align: center;
	background-color: #E74832;
	margin-top: 195px;
	padding-bottom: 210px;
}
.contact-form-section h2 {
	font-size: 45px;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.03em;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 57px;
}
.contact-form-section .before_title,
.image_with_title-section .before_title  {
	color: #F6FF8F;
}
.contact-form-outer-container {
	width: 630px;
	margin: 0 auto;
}
.contact-form-field {
	width: 47.7%;
	float: left;
	margin-right: 4.6%;
}
.contact-form-field:nth-child(2n) {
	margin-right: 0;
}
.contact-form-field.full-field{
	width:100%;
	margin-right: 0;
}
.contact-form-field {
	position: relative;
	margin-bottom: 35px;
}
.contact-form-field input[type="text"], 
.contact-form-field input[type="email"], 
.contact-form-field input[type="tel"], 
.contact-form-field textarea, 
.contact-form-field select,
.dropdown-item, .custom-dropdown-value {
	border: 0;
	background-color: transparent;
	color: #F6FF8F;
	font-size: 18px;
	border-bottom: 1px solid #F6FF8F;
	padding: 10px 0;
	width: 100%;
	display: block;
	font-family: 'Lora', serif;
}
.contact-form-fields {
	display: table;
	width: 100%;
}
.contact-form-field label {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	font-family: 'Bebas Neue', cursive;
	text-align: left;
	position: absolute;
	left: 0;
	top: 9px;
	display: block;
	background-color:#E74832;
}
.contact-form-field.active_label label {
	font-size: 14px;
	top: -5px;
	line-height: 1;
}
.wpcf7-select.hidden {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	width: 0;
	height: 0;
	border: 0;
}
.custom-dropdown-value {
	min-height: 44px;
	position: relative;
	padding-right: 15px;
	cursor: pointer;
	text-align: left;
}
.custom-dropdown-value::before {
	content: '';
	width: 6px;
	height: 4px;
	position: absolute;
	top: 18px;
	right: 4px;
	display: block;
	background-image: url(images/drop.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.custom-dropdown-item {
	position: relative;
}
.custom-dropdown-list {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.active_dropdown .custom-dropdown-list {
	opacity: 1;
	visibility: visible;
}
.dropdown-item {
	text-align: left;
	font-size: 15px;
	background-color: #fff;
	border: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	cursor: pointer;
	color: #4A4D51;
}
.contact-form-field textarea {
	height: 44px;
	resize: vertical;
	min-height: 44px !important;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	display: block;
	background-color: #fff;
	padding: 2px;
}
input[type="submit"] {
	border: 0;
	cursor: pointer;
	background-color: #fff;
	letter-spacing: 0.03em;
	color: #4A4D51;
	box-shadow: 0px 15px 15px -10px rgba(255, 255, 255, 0.66);
}
input[type="submit"]:hover{
	box-shadow: 0px 0 0 0 rgba(255, 255, 255, 0.66);
}
.wpcf7-response-output {
	border: 0 !important;
	background-color: #fff;
	font-size: 14px;
}
.main-website-content {
	padding-top: 113px;
	overflow: hidden;
}
.banner_title_section {
	/* background: #F7F8F8; */
	text-align: center;
	padding: 72px 0 75px;
}
.banner_image_text.image-text-section {
	background: #F7F8F8;
	padding-top: 0;
	padding-bottom: 60px;
	margin-bottom: 95px;
}
.banner_title_section h1 {
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-family: 'Bebas Neue', cursive;
	line-height: 1;
	font-size: 65px;
	padding-top: 5px;
}
.textcontent-container li {
	color: #77797C;
}
.wpb_text_column li,
.textcontent-container li,
.custom-tab-content li{
	padding-left: 52px;
	position: relative;
}
.textcontent-container li::before,
.wpb_text_column li::before,
.custom-tab-content li::before {
	content: '';
	width: 30px;
	height: 30px;
	top: -2px;
	left: 0;
	background-image: url(images/list-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	display: block;
}
.textcontent-container li img {
	max-width: 57px;
	height: auto;
	position: relative;
	margin: 0 3px;
	top: 5px;
}
.banner_image_text .before_title {
	color: #00AF86;
}
.image-text-section.banner_image_text h2,h2.section_title {
	color: #4A4D51;
	line-height: 1.2;
	margin-bottom: 35px;
}
.image-left .media-section-column {
	right: auto;
	left: 0;
}
.image-left .text-section-column {
	float: right;
}
.banner_image_text.image-left .text-section-column {
	width: 45%;
}
.banner_image_text .media-section-column {
	width: calc(50% - 5px);
	box-shadow: 0px 15px 50px -10px rgba(74, 77, 81, 0.33);
	border-radius: 0px 3px 3px 0px;
	height: calc(100% + 60px);
	overflow: hidden;
}
.steps-module {
	background-color: #0EA5BA;
	position: relative;
	text-align: center;
	margin-top: 140px;
}
.steps-module .step-item {
	width: 25.5%;
	float: left;
	margin-right: 11.75%;
}
.steps-module .step-item:nth-child(3n){
	margin-right: 0;
}
.steps-module .step-item-image {
	width: 68px;
	height: 68px;
	position: relative;
	margin-bottom: 15px;
}
.steps-module .step-item-description {
	font-size: 18px;
	line-height: 1.5;
}
.steps-module .step-item-image::before {
	content: "••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••";
	width: 323px;
	height: 10px;
	position: absolute;
	display: block;
	left: calc(100% + 20px);
	top: 50%;
	margin-top: -5px;
	overflow: hidden;
	line-height: 10px;
	word-break: break-all;
	color: #F6FF8F;
	letter-spacing: 6px;
}
.steps-module h2 {
	margin-bottom: 50px;
}
.steps-list .before_title {
	margin-bottom: 13px;
}
.steps-module .step-item-title {
	font-size: 22px;
}
.steps-module {
	background-color: #0EA5BA;
	position: relative;
	text-align: center;
	margin-top: 140px;
	padding-top: 47px;
	padding-bottom: 160px;
}
.questions-section {
	text-align: center;
	position: relative;
	margin-top: 140px;
	padding-top: 30px;
}
.questions-section-row.negative-space-wave {
	margin-top: -140px;
	z-index: auto;
	overflow: visible !important;
}
.section-inner {
	position: relative;
}
.questions-column-accordion {
	width: 49.9%;
	text-align: left;
	min-height: 575px;
}
.questions-column-image {
	position: absolute;
	width: calc(50% - 55px);
	right: 0;
	height: 100%;
	max-height: 575px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 15px 50px -10px rgba(74, 77, 81, 0.33);
	background-size: cover;
	background-position: center center;
	z-index: 2;
}
.questions-section h2 {
	margin-bottom: 75px;
}
.inner-question {
	border: 1px solid #00AF86;
	box-sizing: border-box;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 20px;
}
.question-text {
	color: #00AF86;
	font-size: 18px;
	line-height: 1.5;
	padding-right: 24px;
	position: relative;
	cursor: pointer;
}
.answer-text {
	color: #77797C;
	font-size: 15px;
	line-height: 1.6;
	max-height: 0;
	overflow: hidden;
}
.question-text::after {
	content: "";
	width: 13px;
	height: 2.5px;
	background-color: #00AF86;
	position: absolute;
	top: 12px;
	right: 0;
	border-radius: 3px;
	display: block;
}
.question-text::before {
	content: "";
	width: 3px;
	height: 13px;
	background-color: #00AF86;
	position: absolute;
	top: 7px;
	right: 5px;
	border-radius: 3px;
	display: block;
}
.active .answer-text {
	max-height: 400px;
}
.active .question-text::before {
	opacity: 0;
}
.answer-text > div {
	padding-top: 15px;
}
.product-inner-box {
	width: 19.4%;
	float: left;
	text-align: center;
	margin-right: 0.75%;
}
.product-inner-box:nth-child(5n){
	margin-right: 0;
}
.product-inner-image {
	border-radius: 3px;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.anchor_overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
.product-inner-tile a {
	letter-spacing: 0.03em;
	color: #0EA3B7;
	font-family: 'Bebas Neue', cursive;
	font-size: 22px;
	line-height: 1.18;
}
body .blue a{
	color: #0EA3B7 !important;
}
.pink_style .product-inner-tile a,.pink a {
	color: #EB1962  !important;
}
.green_style .product-inner-tile a,.green a {
	color: #00AF86 !important;
}
.orange_style .product-inner-tile a,.orange a {
	color: #E74832 !important;
}
.mix_style .product-inner-tile a,.mix a {
	background: -webkit-linear-gradient(left, rgba(235,25,98,1) 0%,rgba(14,165,186,1) 33%,rgba(6,136,108,1) 66%,rgba(230,72,47,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mynd-logo-inner {
	width: 65px;
	height: 21px;
	display: inline-block;
	background-image: url(images/grey_logo.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	top: 4px;
}
.products-list {
	background: #F7F8F8;
	padding-bottom: 85px;
	margin-top: 210px;
	position: relative;
	padding-top: 22px;
}
.story-banner-image img {
	width: 100%;
	display: block;
	height: auto;
}
.story_banner_module {
	position: relative;
}
.story_banner_module .container {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
	margin-top: -8px;
}
.story_banner_module h1 {
	font-size: 65px;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 0.03em;
	color: #4A4D51;
	background-color: #fff;
	display: inline-block;
	position: relative;
	padding: 17px 30px;
	line-height: 1;
}
.story-button {
	position: absolute;
	left: 0;
	top: 70px;
}
.story_banner_module h1 img {
	max-width: 195px;
	position: relative;
	top: 15px;
	display: inline-block;
}
.about_section_content_module-row .vc_column-inner {
	padding-top: 0 !important;
}
.about_section_content_module.image-right.bigger_text {
	background: #F7F8F8;
}
.about_section_content_module {
	position: relative;
	padding: 90px 0 60px;
	margin-bottom: 140px;
}
.about_image {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0px 15px 50px -10px rgba(74, 77, 81, 0.33);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.about_text {
	width: 50%;
}
.about_section_content_module.image-right .about_text {
	padding-right: 90px;
}
.about_logo img {
	max-width: 405px;
	height: auto;
}
.about_text_content p img {
	max-width: 75px;
	height: auto;
	position: relative;
	top: 5px;
}
.about_text_content p {
	font-size: 22px;
	line-height: 1.4;
	color: #77797C;
}
.image-right .about_image{
	top: 90px;
	height: calc(100% - 30px);
}
.about_logo {
	margin-bottom: 30px;
}
.image-left .about_image {
	right: auto;
	left: 0;
	border-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.image-left .about_text {
	margin-left: 50%;
	padding-left: 60px;
}
.small_text .about_text_content p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 23px;
}
.small_text .about_text_content p:last-child{
	margin-bottom: 0;
}
.small_text .about_text_content p img {
	max-width: 63px;
}
.about_section_content_module.small_text {
	padding: 102px 0 55px;
}
.image_with_title-section {
	background-color: #E74832;
	position: relative;
	text-align: center;
	margin-top: 140px;
	padding-top: 30px;
	padding-bottom: 170px;
}
.image_with_title-section h2 {
	margin-bottom: 17px;
}
.blending_ingredients_section {
	background-color: #fff;
	margin-top: 140px;
	position: relative;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 80px;
}
.main-ingredient {
	background: #06886C;
	box-shadow: 0px 15px 15px -10px rgba(6, 136, 108, 0.66);
	border-radius: 50px;
	display: inline-block;
	color: #fff;
	font-family: 'Bebas Neue', cursive;
	font-size: 33px;
	padding: 12px 31px 8px;
	margin-bottom: 60px;
	position: relative;
	cursor: pointer;
}
.main-ingredient::after{
	content:'';
	position: absolute;
	top:calc(100% + 18px);
	left:50%;
	width:24px;
	height:24px;
	margin-left:-12px;
	background-image:url(images/plus.svg);
	background-size:contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
.blending_ingredients_section .ingredient-small-item {
	background-color: #daede9;
}
.blending_ingredients_section .ing_title {
	color: #06886C;
}
.blending_ingredients_section .product-info-ingredients {
	margin-bottom: 52px;
}
.blending-image-container {
	max-width: 650px;
	margin: 0 auto;
}
.banner_image_text.has-top-spacing {
	padding-top: 90px !important;
}
.banner_image_text.has-top-spacing .media-section-column {
	height: calc(100% - 30px);
	top: 90px;
	z-index: 2;
}
.banner_image_text .textcontent-container p {
	font-size: 22px;
	color: #77797C;
	line-height: 1.4;
}
.image-text-section.banner_image_text.has-top-spacing h2 {
	margin-bottom: 0;
}
.flat_top .wave-item {
	display: none;
}
.products-list.flat_top {
	margin-top: 0;
	background-color: #fff;
	text-align: center;
	padding-top: 32px;
}
.vc_row.banner_image_text-row {
	overflow: visible !important;
}
.products-list h2 img {
	max-width: 138px;
	position: relative;
	top: 11px;
	display: inline-block;
}
.menu-container .menu li.logo-mitem a::before {
	content: "";
	width: 64px;
	height: 20px;
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	background-image: url(images/grey_logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.menu-container .menu li.logo-mitem a{
	position: relative;
	padding-left:68px;
}
.sub-menu > li {
	border-bottom: 1px solid #ECE6E6;
	padding: 9px 22px;
}
.steps-module .step-item:nth-child(3n) .step-item-image:before{display: none;}
.product_meta {
	display: none;
}
body ul.tabs.wc-tabs {
	padding-left: 0 !important;
}
body ul.tabs.wc-tabs li a {
	color: #ABAFB7 !important;
	font-family: 'Bebas Neue', cursive;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.03em;
	font-weight: 400 !important;
	padding: 28px 0 10px !important;
}
body ul.tabs.wc-tabs li {
	border-radius: 0 !important;
	background-color: transparent !important;
	border: 0 !important;
	margin: 0 40px 0 0 !important;
	padding: 0 !important;
}
body ul.tabs.wc-tabs li::before,
body ul.tabs.wc-tabs li::after,
body ul.tabs.wc-tabs::before{
	display: none !important;
}
body ul.tabs.wc-tabs {
	padding-left: 0 !important;
	border-top: 2px solid rgba(0,0,0,0.08);
	overflow: visible !important;
	margin-bottom: 35px !important;
}
body ul.tabs.wc-tabs li.active a,
body ul.tabs.wc-tabs li a:hover{
	color: #00AF86 !important;
}
body ul.tabs.wc-tabs li a::before{
	content:'';
	width:100%;
	top:-2px;
	left:0;
	height: 2px;
	position: absolute;
	display: block;
	opacity: 0;
	background-color:#00AF86;
}
body ul.tabs.wc-tabs li.active a::before,
body ul.tabs.wc-tabs li a:hover::before{
	opacity: 1;
}
h1.product_title {
	color: #EB1962;
	font-size: 45px;
	line-height: 1.2;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 0.03em;
}
.product-subtitle {
	font-size: 24px;
	line-height: 1.25;
	color: #EB1962;
	font-family: 'Caveat', cursive;
	margin-bottom: 5px;
}
.woocommerce-product-details__short-description p {
	font-size: 16px;
	line-height: 1.5;
	color: #77797C;
}
.woocommerce-product-details__short-description p:last-child{
	margin-bottom: 0;
}
.woocommerce-product-details__short-description {
	padding: 2px 0 28px;
}
.products-ingredients-summary {
	background: #FFFFFF;
	box-shadow: 0px 15px 22.5px -10px rgba(74, 77, 81, 0.125);
	border-radius: 3px;
	padding: 20px 30px 30px;
	margin-bottom: 25px;
	border-left: 3px solid #EB1962;
}
.pdp-ingredients-title {
	font-size: 24px;
	line-height: 1.25;
	color: #EB1962;
	font-family: 'Caveat', cursive;
	margin-bottom: 10px;
}
.pdp-ingredients-list li {
	background: #FEF3F7;
	border-radius: 30px;
	display: inline-block;
	font-size: 22px;
	line-height: 1;
	color: #EB1962;
	font-family: 'Bebas Neue', cursive;
	margin-right: 10px;
	padding: 5px 10px 3px;
	position: relative;
}
.pdp-ingredients-list li:hover .ing_description {
	opacity: 1;
	visibility: visible;
}
.woocommerce-product-gallery {
	width: 46.6% !important;
}
.woocommerce-product-gallery .flex-viewport img {
	width: 100% !important;
	height: 420px !important;
	border-radius: 10px !important;
	object-fit: contain;
	object-position: center center;
	padding: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	width: 23.7%;
	margin-right: 1.733%;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	overflow: hidden;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n){
	margin-right: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
	height: 100px;
	object-fit: contain;
	object-position: center center;
	padding: 5px;
	border: 2px solid #fff;
	border-radius: 10px;
	opacity: 1 !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
	border-color: #EB1962;
}
.woocommerce div.product div.summary {
	width: 46.7%;
}
.certificate-section {
	padding: 30px;
	background-image: url(images/bg_pink.png);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 4px;
	overflow: hidden;
	margin: 0 0 85px;
}
.certificate-text-column {
	width: 46.5%;
	float: left;
}
.certificate-section h2 {
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-size: 45px;
	line-height: 1.2;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 12px;
}
.certificare-description {
	font-size: 16px;
	line-height: 1.5;
	color: #77797C;
}
.certificare-form {
	width: 46.5%;
	float: right;
	position: relative;
}
.certificate-field.certificate-field-button {
	background: #4A4D51;
	border-radius: 0px 25px 25px 0px;
	font-family: 'Bebas Neue', cursive;
	width: 185px;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	text-align: center;
	float: right;
	padding: 16px 0 13px;
	cursor: pointer;
}
.certificate-field.input-field {
	width: calc(100% - 185px);
	float: left;
}
.certificate-field.input-field input[type="text"] {
	background: #F7F8F8;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	border: 0;
	font-family: 'Lora', serif;
	font-size: 18px;
	line-height: 1;
	color: #77797C;
	padding: 14px 20px;
	display: block;
	width: 100%;
}
.certificare-form.same-height-columns > .certificate-fields {
	top: 50%;
	position: relative;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	overflow:hidden;
}
.certificate-field.input-field input[type="text"]::-webkit-input-placeholder {
	color: #77797C;
	opacity: 1;
  }
.certificate-field.input-field input[type="text"]::-moz-placeholder {
	color: #77797C;
	opacity: 1;
  }
.certificate-field.input-field input[type="text"]:-ms-input-placeholder {
	color: #77797C;
	opacity: 1;
  }
.certificate-field.input-field input[type="text"]:-moz-placeholder {
	color: #77797C;
	opacity: 1;
}
.pdf-download-button {
	background: #4A4D51;
	border-radius: 50px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	text-align: center;
	letter-spacing: 0.03em;
	font-size: 22px;
	line-height: 1;
	font-family: 'Bebas Neue', cursive;
	padding: 15px 0;
	left: 0;
}
.pdf-download-button span {
	width: 20px;
	display: inline-block;
	position: relative;
	line-height: 1;
	height: 15px;
	margin-right: 9px;
}
.pdf-download-button span::before{
	content:'';
	width:20px;
	height:28px;
	background-image:url(images/badge.svg);
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top:-6px;
	left:0;
}
.loaded .pdf-download-button {
	left: 0;
}
.certificate-alerts {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -55px;
	text-align: center;
	color: #4A4D51;
	font-size: 14px;
	background-color: #fff;
	border-radius: 15px;
}
.certificate-alerts .alert{
	padding: 2px 0;
}
.certificate-field.certificate-field-button.loading {
	background: #ADAEAE;
	pointer-events: none;
}
#tab-description > h2 {
	display: none;
}
#tab-description .vc_col-sm-8 {
	float: left;
	width: 52%;
}
#tab-description .vc_col-sm-4 {
	float: right;
	width: 40.6%;
}
#tab-description .vc_col-sm-4 .vc_column-inner{
	padding-left:0 !important;
}
#tab-description .vc_col-sm-8 .vc_column-inner{
	padding-right:0 !important;
}
.woocommerce-tabs .wpb_text_column h2 {
	font-size: 30px;
	line-height: 1.2;
	color: #EB1962;
	font-family: 'Caveat', cursive;
	margin-bottom: 25px;
}
.woocommerce-tabs .wpb_text_column p{
	font-size: 18px;
	line-height: 1.5;
	color: #77797C;
}
.woocommerce-tabs .wpb_text_column p img {
	max-width: 52px;
	height: auto;
	position: relative;
	top: 4px;
}
.item-logo-cont img {
	max-height: 60px;
	width: auto;
}
.item-logo-cont {
	margin-bottom: 30px;
}
.icon_text_module p {
	font-size: 18px;
	line-height: 1.5;
	color: #77797C;
	margin-bottom: 0;
}
.icon_text_module-content {
	max-width: 237px;
	position: relative;
	padding-left: 17px;
}
.icon_text_module-content::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 2px;
	height: calc(100% - 20px);
	background: #EB1962;
	border-radius: 2px;
	display: block;
}
.icon_text_module {
	margin-top: 35px;
}
.single-product {
	background: #F7F8F8;
}
.related.products {
	position: relative;
	background-color: #fff;
	text-align: center;
	padding: 70px 0 115px;
}
.related.products::before, .related.products::after {
	content: "";
	width: 2000px;
	height: 100%;
	top: 0;
	left: 100%;
	background-color: inherit;
	position: absolute;
	display: block;
}
.related.products::before{
	left: auto;
	right: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 !important;
}
.woocommerce-tabs {
	padding-bottom: 80px !important;
}
.product-outer-container {
	padding-top: 40px;
}
.image-wrapper {
	height: 240px;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 15px 22.5px -10px rgba(74, 77, 81, 0.125);
	margin-bottom: 32px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 22.825% !important;
	margin-right:2.9% !important;
}
.woocommerce ul.products li.product:nth-child(4n), 
.woocommerce-page ul.products li.product:nth-child(4n){
	margin-right:0 !important;
}
.woocommerce ul.products li.product a img {
	margin: 0 !important;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	height: 100%;
	position: absolute;
	object-fit: contain;
	object-position: center center;
}
.woocommerce-loop-product__title {
	font-size: 35px !important;
	line-height: 42px !important;
	letter-spacing: 0.03em !important;
	padding: 0 !important;
}
.woocommerce-loop-product__title a{
	color: #EB1962 !important;
}
.style_pink .woocommerce-loop-product__title a, .style_pink .product-subtitle {
	color: #EB1962 !important;
}
.style_pink .button, .woocommerce .style_pink a.button{
	background: #EB1962;
	box-shadow: 0px 15px 15px -10px rgba(235, 25, 98, 0.66);
}
.related.products li.product{
	margin-bottom:0 !important;
}
.style_blue .woocommerce-loop-product__title a,
.style_blue .product-subtitle{
	color: #0EA5BA !important;
}

.style_blue .button, .woocommerce .style_blue a.button{
	background: #0EA3B7;
	box-shadow: 0px 15px 15px -10px rgba(14, 163, 183, 0.66);
}

.style_green .woocommerce-loop-product__title a,
.style_green .product-subtitle{
	color: #06886C !important;
}

.style_green .button, .woocommerce .style_green a.button{
	background: #06886C;
	box-shadow: 0px 15px 15px -10px rgba(6, 136, 108, 0.66);
}

.style_orange .woocommerce-loop-product__title a,
.style_orange .product-subtitle{
	color: #E64732 !important;
}

.style_orange .button, .woocommerce .style_orange a.button{
	background: #E74832;
	box-shadow: 0px 15px 15px -10px rgba(231, 72, 50, 0.66);
}

.flex-viewport {
	margin-bottom: 11px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.single-product .stamped-badge-caption {
	font-size: 18px;
	line-height: 1.5;
	color: #EB1962;
	padding-left: 4px;
	position: relative;
	top: 1px;
}
/* BEGIN Single product blue */
.product_style_blue h1.product_title,
.product_style_blue .product-subtitle,
.product_style_blue .pdp-ingredients-title,
.product_style_blue .pdp-ingredients-list li,
.product_style_blue .woocommerce-tabs .wpb_text_column h2,
.product_style_blue .woosg-price .woocommerce-Price-amount, 
.product_style_blue .woosg_total.woosg-total.woosg-text .woocommerce-Price-amount,
.product_style_blue .woosg_products.woosg-table.woosg-products::after,
.product_style_blue.single-product .stamped-badge-caption {
	color: #0EA5BA;
}
.product_style_blue .products-ingredients-summary,
.product_style_blue.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
	border-color: #0EA5BA;
}
.product_style_blue .woosg-title-inner::after {
	background-color: #0EA5BA;
}
.product_style_blue .pdp-ingredients-list li{
	background-color: #dbf1f4;
}
.product_style_blue .certificate-section {
	background-image: url(images/bg_blue_inv.png);
}
.product_style_blue.woocommerce button.button.alt {
	background-color: #0EA3B7 !important;
	box-shadow: 0px 15px 15px -10px rgba(14, 163, 183, 0.66);
}
/* END Single product blue */

/* BEGIN Single product green */
.product_style_green h1.product_title,
.product_style_green .product-subtitle,
.product_style_green .pdp-ingredients-title,
.product_style_green .pdp-ingredients-list li,
.product_style_green .woocommerce-tabs .wpb_text_column h2,
.product_style_green .woosg-price .woocommerce-Price-amount, 
.product_style_green .woosg_total.woosg-total.woosg-text .woocommerce-Price-amount,
.product_style_green .woosg_products.woosg-table.woosg-products::after,
.product_style_green.single-product .stamped-badge-caption{
	color: #06886C;
}
.product_style_green .products-ingredients-summary,
.product_style_green.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
	border-color: #06886C;
}
.product_style_green .woosg-title-inner::after {
	background-color: #06886C;
}
.product_style_green .pdp-ingredients-list li{
	background-color: #daede9;
}
.product_style_green .certificate-section {
	background-image: url(images/bg_green_inv.png);
}
.product_style_green.woocommerce button.button.alt {
	background-color: #06886C !important;
	box-shadow: 0px 15px 15px -10px rgba(6, 136, 108, 0.66);
}
/* END Single product green */

/* BEGIN Single product orange */
.product_style_orange h1.product_title,
.product_style_orange .product-subtitle,
.product_style_orange .pdp-ingredients-title,
.product_style_orange .pdp-ingredients-list li,
.product_style_orange .woocommerce-tabs .wpb_text_column h2,
.product_style_orange .woosg-price .woocommerce-Price-amount, 
.product_style_orange .woosg_total.woosg-total.woosg-text .woocommerce-Price-amount,
.product_style_orange .woosg_products.woosg-table.woosg-products::after,
.product_style_orange.single-product .stamped-badge-caption{
	color: #E64732;
}
.product_style_orange .products-ingredients-summary,
.product_style_orange.woocommerce div.product div.images .flex-control-thumbs li img.flex-active{
	border-color: #E64732;
}
.product_style_orange .woosg-title-inner::after {
	background-color: #E64732;
}
.product_style_orange .pdp-ingredients-list li{
	background-color: #fbe4e0;
}
.product_style_orange .certificate-section {
	background-image: url(images/bg_orange.png);
}
.product_style_orange.woocommerce button.button.alt {
	background-color: #E74832 !important;
	box-shadow: 0px 15px 15px -10px rgba(231, 72, 50, 0.66);
}
/* END Single product orange */

.woosg-product {
	background: #FFFFFF;
	border-radius: 3px;
	display: block !important;
	border: 0 !important;
	margin: 0 0 10px !important;
	position: relative;
	padding: 0 !important;
}
.woosg-title {
	padding: 9px 10px !important;
	display: table;
	width: 100%;
}
.woosg-qty {
	width: 100% !important;
	display: block !important;
}
.woosg-price,.price-spacer,.woosg_total.woosg-total.woosg-text{
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-size: 25px !important;
	line-height: 1.2;
	font-family: 'Bebas Neue', cursive;
}
.woosg-price span.price{
	font-size: 25px !important;
	color: #4A4D51 !important;
}
.woosg-price .woocommerce-Price-amount,.woosg_total.woosg-total.woosg-text .woocommerce-Price-amount{
	color: #EB1962;
}
.woosg-price{
	float: right;
}
.woosg-title-inner {
	float: left;
}
.woosg-title-inner {
	float: left;
	position: relative;
	padding-left: 37px;
}
.woosg-title-inner::before {
	background: #F7F8F8;
	border: 1px solid #DFE0E0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-sizing: border-box;
}
.woosg-title-inner::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #EB1962;
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 1;
	border-radius: 50%;
	opacity: 0;
}
.woosg-product.active .woosg-title-inner::after{
	opacity: 1;
}
.woosg-product .variations {
	width: 100%;
	display: block !important;
	clear: both;
}
.woosg-product .variations .variation {
	width: 100%;
	margin: 0 !important;
	position: relative;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-top: 1px solid #DFE0E0 !important;
}
.woosg-title-inner,.woosg-product .variations .variation .label,.woosg-product .variations .variation select,.one_time_product_qty,.pdp-dropdown-item .label{
	color: #77797C;
	font-size: 18px !important;
	line-height: 1.5 !important;
}
.woosg-product .variations .variation .label,.pdp-dropdown-item .label {
	width: 160px;
	position: absolute;
	top: 8px;
	left: 10px;
}
.woosg-product .variations .variation select{
	padding: 10px 17px 10px 170px !important;
	text-align: right;
	position: relative;
	z-index:2;
	font-family: 'Lora', serif;
}
.woosg-product .variations .reset,.woosg-product:nth-child(2) .woosg-qty,.woocommerce .quantity .qty.hidden {
	position: absolute !important;
	display: block;
	opacity: 0;
	visibility: hidden;
}
.woosg-product:nth-child(2) > .woosg-title {
	padding-bottom: 0 !important;
}
.woosg-product .variations_form {
	clear: both;
	margin-left: -10px !important;
	margin-right: -10px !important;
	max-height: 0;
	overflow: hidden;
}
.woosg-product:nth-child(2) .woosg-price, .woosg-product:nth-child(2) .woosg-title-inner {
	padding-bottom: 7px;
}
.one_time_product_qty {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=');
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: auto;
	background-color: transparent;
	border: 0;
	width: 100%;
	padding: 10px 17px 10px 170px !important;
	text-align: right;
	position: relative;
	z-index: 2;
	font-family: 'Lora', serif;
}
.pdp-dropdown-item .label{
	text-align: left;
}
.pdp-dropdown-item{
	position: relative;
	border-top: 1px solid #DFE0E0 !important;
}
.woosg-products .woosg-product form.variations_form .variations .variation .select select,.one_time_product_qty{
	background-position: 99% 50% !important;
	cursor: pointer;
}
.woosg-product:not(.active) {
	cursor: pointer;
}
.woosg-product:first-child .woosg-qty {
	max-height: 0;
	overflow: hidden;
}
.woosg-product.active .variations_form,
.woosg-product.active:first-child .woosg-qty {
	max-height: 400px;
}
.woosg_products.woosg-table.woosg-products {
	padding-bottom: 22px;
	position: relative;
	padding-bottom: 0;
}
.woosg-product:last-child {
	margin-bottom: 3px !important;
}
.woosg_products.woosg-table.woosg-products::after{
	display:none;
}
.grouped-product-before-text {
	font-size: 15px;
	line-height: 1.5;
	color: #4A4D51;
	font-weight: 700;
	margin-bottom: 3px;
}
.grouped-product-price > div {
	display: inline-block !important;
	float: none !important;
}
.price-spacer {
	display: inline-block;
	margin: 0px 6px;
}
.grouped-product-price {
	margin-bottom: 20px;
}
.woocommerce-message,.woocommerce-info,.woocommerce-error {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
	background-color: #fff;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	top: 5px;
}
.single-product .woocommerce-message {
	margin-bottom: 0 !important;
	margin-top: 20px !important;
}
.single-product .stamped-badge-caption > span {
	color: #77797C;
	margin-left: 1px;
}
.blog-listing-sidebar,.single-post-sidebar {
	width: 22%;
	background: #FFFFFF;
	border-radius: 5px;
	float: right;
}
.page-template-blog-template {
	background-color: #E5E5E5;
}
.blog-post-listing-container,.single-post-main-textcontent {
	width: 75%;
	float: left;
}
.blog-post-item {
	width: 47.6%;
	float: left;
	margin-bottom: 40px;
	margin-right: 4.8%;
	background-color:#fff;
	border-radius: 5px;
	overflow: hidden;
}
.blog-post-item:nth-child(2n){
	margin-right: 0;
}
.blog-post-item-image {
	width: 100%;
	height: 250px;
	position: relative;
	background-size: cover;
	background-position: center center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}
.blog-post-item-content {
	padding: 16px 30px 30px 30px;
}
.blog-listing-header {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 71px 0 57px;
}
h1.page_title, .related-posts-section .category-line-title,.wpb_text_column h1 {
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-size: 65px;
	line-height: 1;
	font-family: 'Bebas Neue', cursive;
}
.wpb_text_column h1 {
	margin-bottom: 25px;
}
h1.page_title img {
	position: relative;
	max-width: 180px;
	height: auto;
	top: 14px;
	margin-right: 10px;
}
.post-tags li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.post-tags li a{
	background: #00AF86;
	border-radius: 30px;
	color:#fff;
}
.post-tags li a {
	background: #00AF86;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	font-family: 'Bebas Neue', cursive;
	padding: 7px 9px 5px;
	display: block;
	line-height: 1;
}
.blog-item-title {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.03em;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 4px;
}
.blog-item-title a{
	color: #4A4D51;
}
.blog-item-date {
	font-size: 15px;
	line-height: 1;
	color: #C3C3C4;
	margin-bottom: 17px;
}
.blog-item-description {
	font-size: 18px;
	line-height: 1.5;
	color: #77797C;
	margin-bottom: 28px;
}
.post-tags {
	margin-bottom: 14px;
}
.read-more-button a {
	font-size: 22px;
	line-height: 1.1;
	letter-spacing: 0.03em;
	color: #00AF86;
	font-family: 'Bebas Neue', cursive;
	padding-right: 20px;
	position: relative;
	display: inline-block;
}
.read-more-button a::after {
	content: '';
	width: 12px;
	height: 10px;
	position: absolute;
	top: 5px;
	right: 0;
	background-image: url(images/green-arrow.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
}
.page-numbers {
	background: #FFFFFF;
	border-radius: 2px;
	color: #5A5A5A;
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	vertical-align: middle;
}
.next.page-numbers, .prev.page-numbers {
	background: #00AF86;
	color: #fff;
	font-size: 0;
	background-image: url(images/white-arrow.svg);
	background-size: 14px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.page-numbers.current {
	background: #00AF86;
	color: #fff;
}
.next.page-numbers{
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.posts-pagination {
	padding-top: 10px;
	clear: both;
}
.blog-module-section {
	padding-bottom: 90px;
}
.blog-sidebar h6.widgettitle {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.03em;
	color: #4A4D51;
	margin-bottom: 5px;
}
.blog-sidebar ul .widget , .info-sidebar ul .widget {
	padding: 26px 30px;
	border-bottom: 1px solid #DDE9E9;
}
.tagcloud > a {
	background: #00AF86;
	border-radius: 30px;
	color: #fff;
	font-family: 'Bebas Neue', cursive !important;
	font-size: 18px !important;
	padding: 6px 10px 6px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.widget_categories ul li a,
.widget_archive ul li a {
	font-size: 15px;
	color: #77797C;
}
.widget_archive ul li, .widget_categories ul li {
	color: #00AF86;
	line-height: 2.33;
}
.tagcloud {
	padding-top: 17px;
}
h3.term-name-title {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.03em;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 0;
	color: #4A4D51;
	padding-top: 15px;
}
h3.term-name-title span{
	color: #00AF86;
}
.archive.tag,
.archive.date,
.archive.category,
.single-post,
.page-template-simple-page {
	background: #F7F8F8;
}
.blog-sidebar ul .widget:last-child {
	border: 0;
}
.single-blog-thumbnail {
	width: 100%;
	height: 523px;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	margin-bottom: 40px;
}
.single-post-banner {
	text-align: center;
	padding: 70px 0;
}
.blog-post-title.page_title {
	margin-bottom: 15px;
}
.single-blog-text li{
	margin-bottom:20px;
	padding-left:52px;
	position: relative;
}
.single-blog-text li:last-child{
	margin-bottom:0;
}
.single-blog-text li::before {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	background-image: url(images/list-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.single-blog-text h2,.single-blog-text h3 {
	font-size: 22px;
	line-height: 26px;
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-family: 'Bebas Neue', cursive;
	margin-bottom: 28px;
}
.single-blog-text ul,.single-blog-text ol,.wpb_text_column ul,.wpb_text_column ol{
	margin-bottom: 40px;
}
blockquote {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 28px 95px 30px 106px;
	margin-bottom: 30px;
	position: relative;
}
blockquote::before, blockquote::after {
	width: 36px;
	content: "";
	height: 30px;
	position: absolute;
	display: block;
	background-image: url(images/quote-start.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	top: 35px;
	left: 30px;
}
blockquote::after {
	background-image: url(images/quote-end.svg);
	left:auto;
	right:30px;
}
.single-blog-text blockquote p{
	font-size: 22px;
	line-height: 31px;
}
.single-post-main-content {
	padding-bottom: 53px;
}
.related-posts-section {
	position: relative;
	background-color: #fff;
	padding: 60px 0 90px;
}
.related-posts-section::before,.related-posts-section::after{
	content:'';
	width:2500px;
	height:100%;
	position: absolute;
	top:0;
	left:100%;
	display: block;
	background-color: inherit;
}
.related-posts-section::before{
	left:auto;
	right: 100%;
}
.related-posts-list .blog-post-item {
	width: 31.1%;
	margin-right: 3.35%;
	background-color: #F7F8F8;
}
.related-posts-list .blog-post-item:nth-child(3n){
	margin-right: 0;
}
.related-posts-list .blog-post-item-image{
	height:218px;
}
.related-posts-section .before_title, .related-posts-section .category-line-title {
	text-align: center;
}
.related-posts-list {
	margin-top: 65px;
}
.woocommerce a.remove {
	color: #EB1962 !important;
}
.woocommerce a.remove:hover {
	background-color: #EB1962 !important;
	color:#fff !important;
}
/* Woocommerce pages */
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: 185px;
	height: 50px;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 15px;
	box-sizing: border-box;
	border-radius: 50px;
	padding: 5px 13px;
}
.woocommerce-cart .woocommerce button.button,
.woocommerce-checkout .woocommerce button.button,
.woocommerce-account .woocommerce button.button,
.woocommerce-cart .woocommerce a.button,
.woocommerce-checkout .woocommerce a.button,
.woocommerce-account .woocommerce a.button{
	background-color: #EB1962 !important;
	color: #fff !important;
	padding: 12px 33px 11px 33px !important;
	box-shadow: 0px 8px 5px 0px rgba(235,25,98,0.4);
}
.shop_table td.product-name {
	color: #4A4D51;
	font-size: 15px;
	font-weight: 700;
}
.shop_table .variation dd, .shop_table .variation dt {
	font-size: 13px !important;
	line-height: 1.4;
	font-weight: 400;
}
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area,
.woocommerce-account .content-area{
	padding: 50px 0;
}
.woocommerce-cart,
.woocommerce-checkout,
.woocommerce-account{
	background: #F7F8F8;
}
.cart_totals > h2,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading,
.woocommerce-account h2,
.woocommerce-account h3{
	font-family: 'Bebas Neue', cursive;
	font-size: 30px;
	margin-bottom: 10px;
}
.checkout.woocommerce-checkout input[type="text"], 
.checkout.woocommerce-checkout input[type="email"], 
.checkout.woocommerce-checkout textarea, 
.checkout.woocommerce-checkout input[type="tel"], 
.checkout_coupon input[type="text"], 
.woocommerce-MyAccount-content input[type="text"], 
.woocommerce-MyAccount-content input[type="email"], 
.woocommerce-MyAccount-content textarea, 
.woocommerce-MyAccount-content input[type="tel"], 
.woocommerce-MyAccount-content input[type="password"], 
.woocommerce-account input[type="text"], 
.woocommerce-account .content-area input[type="email"], 
.woocommerce-account input[type="password"], 
.woocommerce-form input[type="text"], 
.woocommerce-form .content-area input[type="email"], 
.woocommerce-form input[type="password"] {
	background: #ffffff;
	border-radius: 5px;
	font-size: 16px;
	color: #4A4D51;
	padding: 14px 20px;
	width: 100%;
	display: block;
	font-family: 'Lora', serif;
	border-radius: 50px;
	border:1px solid #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-appearance: none;
}
.select2-container--default .select2-selection--single {
	border-radius: 50px !important;
	border:1px solid #fff;
	background: #ffffff;
	height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	padding-left: 14px;
	color: #4A4D51;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 13px;
	right: 4px;
}
#customer_details {
	margin-bottom: 30px;
}
.select2-container--open .select2-dropdown {
	top: 10px;
	border-top: 1px solid #aaa !important;
}
.woocommerce-checkout #order_review {
	float: left;
	width: 50%;
}
.woocommerce-checkout #customer_details {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.woocommerce-checkout #order_review_heading {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
#customer_details .col-1, #customer_details .col-2 {
	width: 100%;
	margin-bottom: 20px;
}
.woocommerce table.shop_table {
	background-color: #fff;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 15px;
	color: rgba(0, 0, 0, 0.9);
	line-height: 20px;
	text-transform: none;
	font-size: 16px;
	font-weight: 600;
}
.woocommerce-MyAccount-navigation ul li.is-active > a {
	color: rgba(0, 0, 0, 0.9);
	background-color: rgba(136, 136, 136, 0.12);
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: calc(100% - 300px);
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 300px;
	border-right: 1px solid rgba(129, 129, 129, 0.2);
}
.woocommerce-account .woocommerce a.button.view {
    background-color: #EB1962 !important;
    padding: 4px 33px 3px 33px !important;
    box-shadow: none !important;
    line-height: 1;
}
body.woocommerce-page .woocommerce-message .button, 
body.woocommerce-page .woocommerce-message a.button,
body.woocommerce-page .woocommerce-info .button {
	padding: 0 !important;
	box-shadow: none !important;
	background-color: transparent !important;
	color: #4A4D51 !important;
	font-size: 20px !important;
}
.vc_row.negative-space-wave.contact-form-row {
	z-index: auto;
}
.page-template-simple-page .content-area {
	padding: 60px 0 80px;
}
.about_section_content_module.reduced_top_padding {
	padding-top: 50px;
}

.energy_section .ing_description::before {
	border-color: #fcdce7 transparent transparent transparent;
}
.calm_section .ing_description::before {
	border-color: #daede9 transparent transparent transparent;
}
.recovery_section .ing_description::before {
	border-color: #fbe4e0 transparent transparent transparent;
}
.page-banner-buttons .button {
	padding: 12px 43px 11px 43px;
}
.tagcloud > a {
	margin-bottom: 5px;
}
.woocommerce-additional-fields__field-wrapper textarea {
	max-width: 100%;
	height: 150px;
	min-width: 100%;
}
.archive.woocommerce-page .page-description > p {
	margin-bottom: 0;
}
.woosg-products .woosg-product form.variations_form .variations .variation .select select,
.one_time_product_qty{
	direction: rtl;
}
.woosg-products .woosg-product form.variations_form .variations .variation .select option,
.one_time_product_qty option {
    direction: ltr;
}
.woocommerce-error li::before, .woocommerce-info li::before, .woocommerce-message li::before , .woocommerce-MyAccount-navigation li:before{
	display:none ;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li, .woocommerce-MyAccount-navigation li {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
.woocommerce-form-login__rememberme {
	padding-top: 6px;
}
input[type="checkbox"]{
	background: none !important;
	border-radius: none;
	border: none;
}
.buy-button {
	background-color: #EB1962;
	color: #fff;
	padding: 12px 33px 11px 33px;
	display: inline-block;
	border-radius: 50px;
	box-shadow: 0px 8px 5px 0px rgba(235,25,98,0.4);
	font-family: 'Bebas Neue', cursive;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	margin: 20px 0;
}
.product-inner-button p {
	display: none;
}
.product-inner-price {
	font-family: 'Bebas Neue', cursive;
	font-size: 26px;
	color: #4A4D51;
}
.woocommerce-MyAccount-navigation-link--squareCreditCard, .woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

/*Mix Product*/
.product_style_mix h1.product_title , .product_style_mix .product-subtitle-holder .product-subtitle , .product_style_mix .pdp-ingredients-title , .product_style_mix .pdp-ingredients-list li span,
.product_style_mix .woosg-price .woocommerce-Price-amount, .product_style_mix .woosg_total.woosg-total.woosg-text .woocommerce-Price-amount  ,
.product_style_mix .certificate-text-column .before_title , .gradient-text,span.gradient,
.style_mix  .woocommerce-loop-product__title a, .style_mix  .product-subtitle{
	background: rgb(235,25,98);
	background: linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
	background-clip: border-box;
	background: -webkit-linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.woocommerce-tabs .wpb_text_column.gradient-text p{
	font-family: 'Caveat', cursive;
	color: #00AF86;
	font-size: 30px;
	line-height: 1.25;
 }
.product_style_mix .pdp-ingredients-title , .product_style_mix .product-subtitle-holder .product-subtitle{
	padding: 0 5px 0 0;
}
.product_style_mix .pdp-ingredients-list li {
	background: #F5F5F5;
}
.product_style_mix .products-ingredients-summary {
	position: relative;
	border: 0;
}
.product_style_mix .products-ingredients-summary::before {
	content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
	border-radius: 3px 0 0 3px;
}
.product_style_mix  .woosg-product.active .woosg-title-inner::after{
	background: rgb(235,25,98);
	background: linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
}
.product_style_mix .certificate-section {
	background: rgb(235,25,98);
	background: linear-gradient(to right, rgba(255,255,255,0.33) 0%, rgba(255,255,255,0.33) 30%, rgba(235,25,98,0.33) 52%, rgba(14,163,183,0.33) 69%, rgba(6,136,108,0.33) 87%, rgba(231,72,50,0.33) 100%);
	
}
.product_style_mix .product-title-holder {
	position: relative;
	padding-left: 142px;
}
.product_style_mix .product-title-holder::before {
	content: '';
	background-image: url('images/logo-mynd-green.svg');
	width: 137px;
	height: 43px;
	position: absolute;
	left: 0;
	bottom: 3px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.product_mix_text {
	padding-top: 20px;
}
.pdp-ingredients-list .ing_description {
	font-family: 'Lora', serif;
	background-color: #F5F5F5;
}
.product_style_orange  .pdp-ingredients-list .ing_description {
	background-color: #fbe4e0;
}
.product_style_blue .pdp-ingredients-list .ing_description {
	background-color: #dbf1f4;
}
.product_style_pink .pdp-ingredients-list .ing_description {
	background-color: #FEF3F7;
}
.product_style_green .pdp-ingredients-list .ing_description {
	background-color: #daede9;
}
.product_style_orange .pdp-ingredients-list .ing_description::before {
	border-color: #fbe4e0 transparent transparent transparent;
}
.product_style_blue .pdp-ingredients-list .ing_description::before {
	border-color: #dbf1f4 transparent transparent transparent;
}
.product_style_pink .pdp-ingredients-list .ing_description::before {
	border-color: #FEF3F7 transparent transparent transparent;
}
.product_style_green .pdp-ingredients-list .ing_description::before {
	border-color: #daede9 transparent transparent transparent;
}
.pdp-ingredients-list .ing_description::before {
	border-color: #F5F5F5 transparent transparent transparent;
}
.woosg-product .from , .grouped-product-price .sale-product {
	display: none;
}
.woosg-price .sale-product {
	color: #fff;
	background-color: #00af86;
	margin-left: 8px;
	padding: 2px 7px 0 7px;
	border-radius: 3px;
}
.product_style_mix .woosg-price .sale-product{
	background:linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
}
.product_style_orange .ing_title {
	color: #E64732;
	background-color: #fbe4e0;
}
.product_style_green .ing_title {
	color: #06886C;
	background-color: #daede9;
}
.product_style_pink .ing_title {
	background-color: #FEF3F7;
}
.product_style_orange .woosg-price .sale-product{
	background-color: #E64732;
}
.product_style_pink .woosg-price .sale-product{
	background-color: #E81760;
}
.product_style_blue .ing_title {
	color: #0EA5BA;
}
.product_style_blue .woosg-price .sale-product{
	background-color: #0EA5BA;
}
.woocommerce.product_style_mix div.product div.images .flex-control-thumbs li img{
	border:0;
}
.woocommerce.product_style_mix div.product div.images .flex-control-thumbs li img {
	background: #fff;
}
.woocommerce.product_style_mix div.product div.images .flex-control-thumbs li {
	background: #fff;
	padding: 2px;
	border-radius: 12px;
}
.woocommerce.product_style_mix div.product div.images .flex-control-thumbs li.active-image {
	background: linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
}
.modulerow_icontitle_section .wpb_column {
	padding: 2.5px;
}
.modulerow_icontitle_section .wpb_column .vc_column-inner {
	background-color: #fff;
}
.modulerow_icontitle_section .icon_text_module {
	margin: 0;
	padding: 27px 15px 19px 15px;
	text-align: center;
}
.modulerow_icontitle_section .item-logo-cont {
	margin-bottom: 10px;
}
.modulerow_icontitle_section .icon_text_module-content {
	max-width: unset;
	padding: 0;
}
.modulerow_icontitle_section .icon_text_module-content:before{
	display:none;
}
.modulerow_icontitle_section .icon_text_module-content p {
	color: #4A4D51;
	font-size: 22px;
	font-family: 'Bebas Neue', cursive;
}
.modulerow_icontitle_section  .item-logo-cont img {
	min-height: 60px;
}
.story-banner h2, .story-banner p {
	display: inline-block;
	margin: 0 !important;
	vertical-align: middle;
}
.story-banner img , .story-banner .about_text_content img {
	height: auto;
	max-width: 220px;
}
.story-banner .wpb_wrapper {
	text-align: center;
	padding-top: 15px;
}
.row_fullquestions_section .questions-column-accordion {
	width: 100%;
	min-height: auto;
}
.questions-category h3 {
	color: #4A4D51;
	font-family: 'Bebas Neue', cursive;
	font-size: 30px;
	text-align: left;
	margin-bottom: 20px;
}
.row_fullquestions_section .questions-section {
	margin-top: 0;
	margin-bottom:40px;
}
.row_fullquestions_section .top-wave-item.wave-item {
	display: none;
}
.row_fullquestions_section {
	margin-top: 0 !important;
}

.woosg-product .variations .variation .label {
	width: 220px;
}
.woosg-product .variations .variation select{
	padding: 10px 17px 10px 220px !important;
}
.product_style_mix .grouped-product-before-text {
	display: none;
}
.woosg-price .subscription-details {
	display: none;
}
.product_style_mix .certificate-section,
.product_style_mix .tabs.wc-tabs{
	display: none;
}
.product-footnote-section {
	background: #F7F8F8;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	color: #77797C;
	padding: 20px 0;
	text-align: center;
}
.product-footnote-section p{
	margin-bottom: 0 !important;
}
.logged-in .login-link {
	display: none !important;
}
.main-ingredient:hover .ing_description {
	opacity: 1;
	visibility: visible;
}
.main-ingredient .ing_description{
	font-family: 'Lora', serif;
}
.blending_ingredients_section .ingredient-small-item:first-child {
	display: none !important;
}
.answer-text p {
	margin-bottom: 0;
}
.page-template-default .product-footnote-section{
	background: #FFFFFF;
}
.home .section-title-container h2 strong {
	font-weight: normal;
	color: #F6FF8F;
}
.home .image-text-section .mynd-logo-text,
.home .step-item-title em {
	background-image: url(images/yellow_logo.png);
}
.blog-subtitle {
	color: #4A4D51;
	font-size: 18px;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}
.blog-subtitle em{
	font-style: normal;
	color: #00AF86;
}
.grouped-product-before-text {
	display: none;
}
.custom-tab-content li {
    margin-bottom: 10px;
}
.style_mix .button, .woocommerce .style_mix a.button {
	background: linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
	background: -webkit-linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
}
.background-page-banner .page-title-container h1 img {
	width: 306px;
}
.background-page-banner .before_title {
	font-size: 25px;
	line-height: 30px;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 0.09em;
	text-align: left;
	position: relative;
	top: 35px;
	left: 8px;
}
.background-page-banner .page-title-container {
	text-align: center;
	margin: 0 auto;
	width: 306px;
}
.background-page-banner .page-banner-buttons .button {
	background-color: transparent;
	border: 3px solid #fff;
	box-shadow: none;
}
.background-page-banner .page-banner-buttons .button:hover {
	background-color: #fff;
	color: #00AF86 !important;
}
.background-page-banner .page-title-container h1 {
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.background-page-banner .page-title-container h1::before {
	width: 366px;
	height: 44px;
	left: -77px;
	top: 67px;
}
.page-banner.background-page-banner {
	padding: 0;
	background-size: cover;
	background-position: top center;
	height: 50vw;
	position: relative;
}
.test55.page-banner.background-page-banner .top-wave-item.wave-item {
	bottom: -20px;
}
.background-page-banner .pagen-banner-content {
	width: 100%;
}
.page-banner.background-page-banner > .container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#billing_country_field,
#shipping_country_field {
	display: none;
}
tr.recurring-totals th {
	font-family: 'Bebas Neue', cursive;
	font-size: 30px;
	margin-bottom: 10px;
	background-color: #F7F8F8;
	font-weight: normal !important;
	padding-top: 30px !important;
	margin-left: -1px;
	margin-right: -1px;
}
.woocommerce-tabs #tab-description p strong {
	font-family: 'Caveat', cursive;
	color: #00af86;
	font-size: 24px;
	font-weight: 500;
}
.instagram-feed-section-row.no-wave-box .top-wave-item.wave-item {
	display: none;
}
.instagram-feed-section-row.no-wave-box .instagram-feed-section {
	margin-top: 30px;
}
.instagram-feed-section-row.no-wave-box {
	margin-top: 0 !important;
}
.instagram-feed-section.products-feed-section {
	margin-top: 50px !important;
}
.certificate-field.input-field, .certificate-field.certificate-field-button {
	opacity: 0;
	visibility: hidden;
}
.cart-discount.coupon-sdwd3qxv {
	display: none !important;
}
.product_style_mix .product-footnote-section strong , .product_style_mix .product-packet-text strong{
	font-weight: 500;
	background: rgb(235,25,98);
	background: linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
	background-clip: border-box;
	background-clip: border-box;
	background: -webkit-linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}
.product-packet-text strong{
	font-weight: 500;
}
.product-packet-text {
	font-size: 13px;
	line-height: 2;
}
.woocommerce ul.products li.product .onsale {
	display: none;
}
.story-banner .about_text_content h2 {
	font-size: 45px;
	line-height: 54px;
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-family: 'Bebas Neue', cursive;
	position: relative;
}
.story-banner .about_image {
	min-height: 500px;
}
.story-banner .about_text {
	height: 500px;
	display: table;
}
.story-banner .about_text .about_text_content {
	display: table-cell;
	vertical-align: middle;
}
.story-banner .about_section_content_module {
	padding: 0;
	margin-bottom: 0;
}
.shop_table.order_details li {
	margin-bottom: 0;
	font-size: 14px !important;
	padding-left: 0;
	font-weight: 400 !important;
}
.shop_table.order_details li::before {
	display: none !important;
}
.shop_table.order_details li strong {
font-weight: 400;
}
.shop_table.order_details li p {
font-size: 14px !important;
}
.product_style_blue .product-packet-text {
	color: #0EA5BA;
}
.product_style_pink .product-packet-text {
	color: #EB1962;
}
.product_style_orange .product-packet-text {
	color: #E64732;
}
.product_style_green .product-packet-text {
	color: #06886C;
}
.product-packet-text p {
	margin-bottom: 0;
}
.contact-info-item a img {
	width: 18px;
}
/*Mynd info*/
.info_image_text_module .info_module_text {
	width: 50%;
	float: right;
	padding: 10px 10px;
	background-image: url('images/borderimage.png');
	background-position: center center;
	background-size: cover;
	display: table;
}
.info_image_text_module .info_module_image {
	width: 50%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
}
.info_image_text_module .info_module_image img {
	width: 100%;
}
.info_image_text_module {
	width: 100%;
	display: table;
}
.info_image_text_module.image-left .info_module_text {
	float: left;
}
.info_image_text_module.image-left .info_module_image {
	left: auto;
	right: 0;
	float: right;
}
.info_image_text_module-row {
	margin-bottom: 40px;
}
.info_module_text_wrapper {
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5;
	color: #77797C;
	margin-bottom: 28px;
	padding: 0 40px;
}
.info_module_text_wrapper p{
	margin-bottom:0;
}
.footer-newsletter-form p {
	color: #fff !important;
}
.info_module_box.info_module_text h2 {
	font-size: 50px;
}
.info_module_box.info_module_text h3 {
	font-size: 45px;
}
.info_module_box.info_module_text h2, .info_module_box.info_module_text h3 {
	color: #4A4D51;
	font-family: 'Bebas Neue', cursive;
	line-height: 1;
	font-weight: 600;
}
.shipping.recurring-total {
	display: none;
}
.woocommerce .dropdown-menu-mini-cart .variation {
	border: 0;
	padding: 5px 0 0 0;
}
.woocommerce .dropdown-menu-mini-cart .variation-NumberofmyndUnits , .woocommerce .dropdown-menu-mini-cart .variation-Shippinginterval {
	margin-bottom: 0;
}

body .klaviyo-form .ql-font-palatino, body .klaviyo-form input, body .klaviyo-form button {
	font-family: 'Lora' !important;
}
.in_the_news_item-logo {
	height: 0px !important;
	margin: 15px 0 20px !important;
}
.stamped-review-header-title {
	display: none;
}

.stamped-review-content-body {
	padding-top: 10px;
}
.product .grouped-product-price {
	display: none;
}
/* store notice */
.woocommerce-store-notice.demo_store {
	background-color: #00AF86;
	padding: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	top:0;
	display:block;
	position: fixed;
}
.store-notice-visible .woocommerce-store-notice.demo_store{
	top:0;
}
.store-notice-visible .masthead{
	top:40px !important;
}
.store-notice-visible{
	padding-top: 40px;
}
.woocommerce-store-notice__dismiss-link {
	display: none;
}

/* out of stock */
.single-product .wcwl_control {
	width: 160px;
	float:left;
}
.single-product .wcwl_email_elements {
	width: calc(100% - 160px);
	float:left;
}
.single-product .wcwl_elements.bound {
	position: relative;
	display: table;
	width: 100%;
}
.single-product .wcwl_email_elements .wcwl_email {
	background: #ffffff;
	font-size: 16px;
	color: #4A4D51;
	padding: 14px 20px;
	width: 100%;
	display: block;
	font-family: 'Lora', serif;
	border-radius: 50px;
	border: 1px solid #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-appearance: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.single-product .wcwl_control .woocommerce_waitlist.button {
	margin-top: 0;
	margin-bottom: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	box-shadow: none;
}
.single-product p.stock.out-of-stock {
	font-size: 18px !important;
	line-height: 1.5;
	margin-bottom: 0 !important;
}
.wcwl_intro p {
	font-size: 18px;
	line-height: 1.5;
	color: #77797C;
}
.stock.out-of-stock + p.first-payment-date {
	margin-bottom: 0;
}
.product_style_blue.single-product .wcwl_control .woocommerce_waitlist.button{
	background: #0EA3B7;
}
.product_style_orange.single-product .wcwl_control .woocommerce_waitlist.button{
	background: #E74832;
}
.product_style_green.single-product .wcwl_control .woocommerce_waitlist.button{
	background: #06886C;
}
.product_style_mix.single-product .wcwl_control .woocommerce_waitlist.button{
	background: linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
	background: -webkit-linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
}
.woosg-availability {
	float: left;
	padding-left: 10px;
}
.single-product .woosg-availability .stock.out-of-stock {
	font-size: 14px !important;
	line-height: 27px;
	padding-top: 1px;
}
.logged-in.single-product .wcwl_control .woocommerce_waitlist.button {
	border-radius: 50px !important;
}
.single-product.logged-in .wcwl_control {
	width: 100%;
}

/*info page*/
.info-listing-header {
	background-color: #0EA5BA;
	color: #fff;
}
.info-listing-header .before_title {
	color: #F6FF8F;
	text-align: center;
}
.info-listing-header .info_content {
	max-width: 800px;
	margin: 0 auto;
}
.infobanner_title h1, .infobanner_title img {
	display: inline-block;
	vertical-align: bottom;
}
.infobanner_title {
	text-align: center;
}
.infobanner_title h1 {
	font-size: 65px;
	font-family: 'Bebas Neue', cursive;
	font-weight: 300;
	letter-spacing: 0.03em;
	line-height: 1;
}
.info-listing-header {
	position: relative;
	margin-bottom: 140px;
	padding: 70px 0 30px;
}
.infobanner-wave.top-wave-item {
	top: 99%;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
.infobanner_content p {
	font-size: 24px;
}
.infobanner_content {
	max-width: 800px;
	margin: 10px auto 0;
}
.infobanner_title img {
	margin-right: 5px;
}
.info-listing-wrapper {
	width: 100%;
	display: table;
}
.info-listing-holder {
	padding: 50px 0;
}
.info-listing-container .blog-post-item.featured-post-item {
	width: 100%;
	margin-right: 0;
}
.info-listing-container .blog-post-item{
	width: 30%;
}
.blog-post-item.featured-post-item .blog-post-item-image {
	height: 880px;
}
.info-post-item-image img {
	width: 100%;
}
.info-listing-container .blog-post-item {
	width: 31%;
	margin-right:0;
}
.info-listing-container .blog-post-item:nth-child(3n+2) {
	margin-left: 3.5%;
	margin-right: 3.5%;
}
.blog-module-section.info-module-section {
	padding-bottom: 0;
}

.info-sidebar h6.widgettitle {
	color: #4A4D51;
	margin-bottom: 15px;
}
.info-sidebar .widget_archive ul li {
	line-height: 1;
}
.info-sidebar .widget a {
	font-size: 15px;
	color: #77797C;
}
.info-sidebar .widget li {
	color: #00AF86;
}
.info-sidebar ul li {
	margin-bottom: 12px;
}
.info-sidebar ul li:last-child{
	margin-bottom: 0;
}
.info-popup-content {

}
.info-popup-holder {
	position: fixed;
	top: -2000px;
	left: 50%;
	width: 100%;
	height: auto;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	z-index: 999;
	max-width: 1100px;
	margin: 0 auto;
	background-color: #F7F8F8;
	font-size: 0;
}
.info-popup-holder-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.5);
	z-index: 999;
}
.blog-post-item.show-popup-info .info-popup-holder-overlay{
	display:block !important;
}
.blog-post-item.show-popup-info .info-popup-holder {
	top: 50%;
}
.info-popup-holder img {
	max-height: 550px;
	width: auto;
}
.info-post-col {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.info-item-description {
	font-size: 18px;
	color: #77797C;
}
.info-post-col.info-post-item-content {
	padding: 30px;
}
.info-popup-close {
	width: 30px;
	height: 30px;
	background-color: #00AF86;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -15px;
	cursor: pointer;
}
.info-popup-close span {
	width: 15px;
	height: 1px;
	display: block;
	background-color: #fff;
}
.info-popup-close span:first-child {
	-webkit-transform: translateY(15px) translateX(7px) rotate(43deg);
	-ms-transform: translateY(15px) translateX(7px) rotate(43deg);
	-o-transform: translateY(15px) translateX(7px) rotate(43deg);
	transform: translateY(15px) translateX(7px) rotate(43deg);
}
.info-popup-close span:last-child {
	-webkit-transform: translateY(14px) translatex(7px) rotate(-45deg);
	-ms-transform: translateY(14px) translatex(7px) rotate(-45deg);
	-o-transform: translateY(14px) translatex(7px) rotate(-45deg);
	transform: translateY(14px) translatex(7px) rotate(-45deg);
}
.info-popup-holder .blog-item-title {
	height: auto !important;
}
.infobanner_content img {
	top: 6px;
	position: relative;
}
.info-popup-holder .info-item-description {
	max-height: 400px;
	overflow: auto;
}
.info-module-section .blog-item-title {
	color: #4A4D51;
}
.info-post-item-image {
	position: relative;
}
.archive.tax-categories , .archive.post-type-archive-info , body.page-template-info-template{
	background-color:#f7f8f8;
}
.info-module-section .blog-item-title {
	margin-bottom: 10px;
}
.info-module-section .posts-pagination {
	padding-bottom: 50px;
}

/* pdp edits */
.screen-reader-text.one_time_label {
	font-size: 18px !important;
	height: auto !important;
	overflow: visible;
	position: relative !important;
	color: #77797C;
	font-size: 16px !important;
	line-height: 1.5 !important;
	display: block !important;
	width: 100px;
	text-align: left;
	padding: 11px 10px !important;
	float:left;
}
.one_time_qty_container input[type=number].qty::-webkit-inner-spin-button, 
.one_time_qty_container input[type=number].qty::-webkit-outer-spin-button,
.variation-number-options input[type=number].qty::-webkit-inner-spin-button, 
.variation-number-options input[type=number].qty::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
}
.one_time_qty_container input[type=number].qty,
.variation-number-options input[type=number].qty {
	-webkit-appearance:textfield;
	-moz-appearance:textfield;
	appearance:textfield;
}
.one_time_qty_container {
	width: calc(100% - 100px);
	float: right;
	padding: 6px 10px;
}
.woosg-qty {
	border-top: 1px solid #DFE0E0 !important;
}
.one_time_qty_container input[type="number"].qty,
.qty.var_number_qty {
	border: 1px solid #CECECE;
	font-size: 18px;
	width: 35px !Important;
	padding: 3px;
	color: #77797C;
	border-radius: 8px;
	margin: 0 5px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.qty_button_inner {
	width: 17px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.qty_button_inner::selection {
	background-color: transparent;
}
.after_qty_form_text {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	color: #77797C;
	font-size: 16px;
}
.variation-interval {
	font-size: 18px;
	line-height: 1;
	color: #939495;
	font-family: 'Bebas Neue', cursive;
	display: block;
	letter-spacing: 1px;
	display: inline-block;
	border: 2px solid #939495;
	padding: 8px 10px 6px;
	margin-left: 5px;
	cursor: pointer;
}
select.hidden {
	position: absolute !important;
	opacity: 0;
	visibility: hidden;
	padding: 0 !important;
	height: 0 !important;
	width: 0 !important;
}
.variation-interval-options {
	text-align: right;
	padding-left: 220px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 9px;
}
.variation-interval.active,
.variation-interval:hover {
	color: #4A4D51;
	border-color: #4A4D51;
}
.variation-number-options {
	text-align: right;
	padding: 8px 11px;
}
.woosg-product .variations .variation .label {
	font-size: 16px !important;
	padding-top: 2px;
}
.single-product .product-title-holder, 
.single-product .stamped-product-reviews-badge, 
.single-product .product-subtitle-holder {
	padding-right: 150px;
}
.single-product .product-title-holder {
	position: relative;
}
.single-product .product-title-holder::after {
	content: '';
	width: 105px;
	height: 105px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background-image: url(images/satisfactionguarantee.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}
.woocommerce-product-details__short-description h2 {
	color: #77797C;
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: 600;
}
.image-background.has_video video {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
	display: block;
	box-shadow: 0px 15px 50px -10px rgba(74, 77, 81, 0.33);
	transform: translateX(-50%);
}
.media-section-column.inline_video {
	box-shadow: none !important;
}
.what_is_mynd_module svg path {
	fill: #4a4d51 !important;
}
.what_is_mynd_module {
	background: #4a4d51;
}
.win_columns_image iframe {
	height: 477px !important;
	margin-bottom: 20px;
}
.new--style .wave-vertical path {
	fill: #0EA5BA !important;
}
.new--style .wave-img-text svg {
	display: none;
}
.new--style .image-text-section {
	background: #F7F8F8;
	position: relative;
	padding: 110px 0 210px;
}
.new--style .button.blue {
	background: #EB1962;
	box-shadow: 0px 15px 15px -10px rgba(235,25,98,0.4);
}


/* 1.02 updates */
.background-page-banner .page-title-container {
	text-align: right;
	width: auto;
}
.image-background.has_video iframe {
	height: 100%;
	display: block;
	width:100%;
}

.videobox.what_is_mynd_module {
	background: #f7f8f8;
}
.videobox.what_is_mynd_module svg path {
	fill: #f7f8f8 !important;
}
.videobox.what_is_mynd_module h2, .videobox .step-item-title {
    color: #4A4D51;
}
.videobox .step-item-description {
	color: #4A4D51;
	background-color: #f7f8f8;
}
.videobox .step-item-description span {
	color: #00AF86;
}
.videobox.what_is_mynd_module .before_title {
	color: #00AF86;
}
.videobox .mynd-logo-text, .videobox .step-item-title em {
	background-image: url(images/logo-mynd-green.svg);
}
.what_is_mynd_module.add_row_class.videobox {
	padding-bottom: 150px;
}

/* cart items */
.basket-item-count {
	font-size: 11px;
	color: #fff;
	width: 16px;
	height: 16px;
	background-color: #00AF86;
	display: block !important ;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	right: -10px;
}

.centre--banner {
	padding: 190px 0;
	width: 475px;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 99;
	background-color: #F6F3FC;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.inner--bg {
	position: absolute;
	top: 0;
	height: 100%;
	width: 190%;
	left: 50%;
	transform: translateX(-50%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.new--banner {
	width: 100%;
	position: relative;
}
.left--bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(50% - 250px);
	background-size: cover;
	background-position: center -100px;
	background-repeat: no-repeat;
}
.right--bg {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: calc(50% - 248px);
	background-size: cover;
	background-position: center -100px;
	background-repeat: no-repeat;
}
.left--img {
	position: absolute;
	width: 90%;
	height: 210px;
	top: 0;
	background-size: cover;
	background-position: center;
	left: 0;
}
.right--img {
	position: absolute;
	width: 90%;
	height: 210px;
	bottom: 0;
	background-size: cover;
	background-position: center;
	right: 0;
}
.centre--banner h2, .centre--banner a, .centre--banner p {
	position: relative;
	z-index: 99;
}
.centre--banner h2 {
	margin-bottom: 12px;
	font-size: 55px;
}
.banner--cont {
	font-family: 'Caveat', cursive;
	font-size: 24px;
	color: #00AF86;
	margin-bottom: 33px;
}
.bottom_banner_module.add_row_class {
	width: 1180px;
	margin: auto;
	padding-bottom: 40px;
}
.each-item {
	width: 16.66%;
	float: left;
	padding: 26px 17px 15px;
	border-right: 1.6px dashed #00AF86;
	text-align: center;
}
.each-item:last-child {
	border-right: none !important;
}
.bottom_banner_module-inner {
	display: table;
	width: 100%;
	border: 1.6px dashed #00AF86;
}
.each-item-image {
	margin-bottom: 8px;
}
.each-item-description {
	font-family: Lora;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	color: #77797C;
}
.each-item-description strong {
	font-weight: 400;
	color: #00AF86;
}
.each-item-image img {
	max-height: 54px;
}
.new--style .image-text-section .wave-img-text.bottom-wave {
	top: -30px;
	height: 115px !important;
}
.new--style .image-text-section .wave-img-text.bottom-wave svg {
	display: block;
	transform: rotate(180deg) !important;
}
.new--style .image-text-section svg path {
	fill: #F7F8F8 !important;
}
.instagram-feed-section-row {
	background-color: #F7F8F8;
}
.instagram-feed-section .top-wave-item.wave-item {
	bottom: auto;
	top: -30px;
}
.instagram-feed-section svg {
	transform: rotate(180deg);
}
.bg--img {
	position: absolute;
	max-width: 385px !important;
	top: -70px;
	left: -235px;
	z-index: -1;
}
.product-information-image img {
	max-width: 245px;
}
.product-information-image div {
	display: table;
	float: right;
	position: relative;
}
.right_image .product-information-image div {
	float: left;
}
.right_image .product-information-image .bg--img {
	right: -235px;
	left: auto;
}
.special--image1 .right_image .product-information-image .bg--img {
	top: -106px;
}
.special--image2 .product-information-image .bg--img {
	top: -95px;
}

.for--bg {
	position: absolute;
	top: 0;
	right: 0;
}
.image-text-section img {
	width: 640px;
}

/* Simple product style */
.product_type_simple .product-title-holder {
	padding-left: 0 !important;
}
.product_type_simple .product-title-holder::before {
	display: none !important;
}
.simple-product-price {
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-size: 25px !important;
	line-height: 1.2;
	font-family: 'Bebas Neue', cursive;
	background: rgb(235,25,98);
	background: linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
	background-clip: border-box;
	background: -webkit-linear-gradient(to right, rgba(235,25,98,1) 0%, rgba(14,163,183,1) 32%, rgba(6,136,108,1) 65%, rgba(231,72,50,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	margin-bottom: 15px;
}
.single-product.product_type_simple .quantity {
	float: none !important;
	display: inline-block;
	vertical-align: middle;
}
.product_type_simple .one_time_qty_container.variation-number-options {
	display: block;
	text-align: left;
	padding: 0;
	width: auto;
	float: left;
	margin-right: 20px;
	padding-top: 9px;
}

/*New Single*/

.single--rev .info-reviews-text{
    float: right;
}
.single--rev .info-reviews-image, .name-and-stars .info-reviews-image {
	float: left;
	height: 17px;
	width: 95px;
}
.info-reviews-image.tri {
	width: 55px;
	background-size: cover;
}
.info-reviews-image.four {
	width: 73px;
	background-size: cover;
}
.product-info-reviews.single--rev .info-reviews-text {
	line-height: 1.1;
}
.each--rev {
	border-top: 1px solid #eee;
	margin-bottom: 30px;
	padding-top: 25px;
	width: 100%;
	display: table;
}
.each--rev:first-child {
	border-top: none;
}
.name--cirlce {
	display: table-cell;
	vertical-align: middle;
	height: 56px;
	width: 55px;
	font-weight: 400;
	font-size: 26px;
	text-align: center;
	color: #bbb;
	text-shadow: 1px 1px 0 #fff;
	font-family: 'Bebas Neue', cursive;
	letter-spacing: 1px;
}
.circle--wrap{
	position: relative;
	float: left;
	padding: 0;
	margin-right: 10px;
	color: #bbb;
	background: #f5f5f5;
	border-radius: 50%;
	text-shadow: 1px 1px 0 #fff;
}
.rev--cont {
	width: 100%;
	float: left;
	display: table;
	margin-top: 8px;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
}
.rev--name {
	font-size: 19px;
	font-family: 'Bebas Neue', cursive;
	line-height: 1;
	padding-left: 4px;
	margin-bottom: 5px;
	letter-spacing: 0.7px;
}
.name-and-stars {
	float: left;
	padding-top: 8px;
}
.rev--date {
	float: right;
	color: #999;
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans',sans-serif;
}
.product-info-reviews.single--rev {
	cursor: pointer;
	margin-bottom: 24px;
}


.cert-top-img {
	padding: 0 30px;
	width: 100%;
	margin-bottom: -170px;
	z-index: 1;
	position: relative;
}
.cert-top-img img {
	width: 100%;
}
.certificate-text-column {
	width: 66%;
	float: left;
	padding-right: 42px;
}
.certificare-form {
	width: 34%;
	float: right;
	position: relative;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
	display: none;
}
.single-product #tab-ingredients_tab, .single-product #tab-suggested_use_tab, .single-product #tab-benefits_tab {
	display: block !important;
}
.single--dropp {
	max-height: 0 !important;
	overflow: hidden;
	transition: 0.4s all ease-in-out;
	padding: 0 20px;
}
.single--open .single--dropp {
	max-height: 3000px !important;
	padding: 0 20px 15px 20px;
}
.single-product .woocommerce-Tabs-panel {
	background-color: #fff;
	border-radius: 3px;
}
.single-product.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0 !important;
	margin-bottom: 10px !important;
}
.single-product .woocommerce-Tabs-panel h4 {
	letter-spacing: 0.03em;
	color: #4A4D51;
	font-size: 22px;
	line-height: 1.2;
	font-family: 'Bebas Neue', cursive;
	padding: 15px 20px;
	cursor: pointer;
	position: relative;
}
.single-product .products-ingredients-summary {
	background: #FFFFFF;
	box-shadow: none;
	border-radius: 3px;
	padding: 0;
	margin-bottom: 15px;
	border-left: 0px solid #EB1962;
}
.single-product .ing_description {
	position: relative;
	width: 100%;
	opacity: 1;
	visibility: visible;
	left: 50%;
	bottom: auto !important;
	background: #DBF1F4;
	border-radius: 5px;
	z-index: 3;
	font-size: 15px;
	line-height: 1.6;
	padding: 6px 20px 8px;
	color: #77797C;
	top: 0;
}
.single-product .pdp-ingredients-list {
	position: relative;
}
.single-product .product-subtitle strong {
	color: #77797C !important;
	font-weight: 500;
}
.single-product .pdp-ingredients-list li.selected {
	background-color: #EB1962 !important;
}
.single-product .woosg_before_text.woosg-before-text.woosg-text strong {
	color: #EB1962;
	font-weight: 500;
}
.single-product.product_style_orange .woosg_before_text.woosg-before-text.woosg-text strong, .single-product.product_style_orange .qty_button_inner.minus_qty, 
.single-product.product_style_orange .qty_button_inner.plus_qty, .product_style_orange .faq--new h5 {
	color: #E64732;
}
.single-product.product_style_orange .pdp-ingredients-list li.selected {
	background-color: #E64732 !important;
}
.single-product.product_style_orange .cont-ing-wrap {
	border-top: 3px solid #E64732;
}

.single-product.product_style_green .woosg_before_text.woosg-before-text.woosg-text strong, .single-product.product_style_green .qty_button_inner.minus_qty, 
.single-product.product_style_green .qty_button_inner.plus_qty, .product_style_green .faq--new h5 {
	color: #06886C;
}
.single-product.product_style_green .pdp-ingredients-list li.selected {
	background-color: #06886C !important;
}
.single-product.product_style_green .cont-ing-wrap {
	border-top: 3px solid #06886C;
}

.single-product.product_style_blue .woosg_before_text.woosg-before-text.woosg-text strong, .single-product.product_style_blue .qty_button_inner.minus_qty, 
.single-product.product_style_blue .qty_button_inner.plus_qty, .product_style_blue .faq--new h5 {
	color: #0EA5BA;
}
.single-product.product_style_blue .pdp-ingredients-list li.selected {
	background-color: #0EA5BA !important;
}
.single-product.product_style_blue .cont-ing-wrap {
	border-top: 3px solid #0EA5BA;
}

.single-product .woosg_before_text.woosg-before-text.woosg-text {
	width: 100%;
	display: inline-block;
	color: #4A4D51;
	font-size: 25px;
	line-height: 1.2;
	font-family: 'Bebas Neue', cursive;
	padding: 0;
	margin-bottom: 30px;
}
.single-product .woosg_products.woosg-table.woosg-products {
	border: none;
	margin-bottom: 35px;
}
.single-product .woosg-product.active {
	background-color: #fff;
	margin-bottom: 10px !important;
}
.single-product .woosg-product {
	background-color: #fff;
	margin-bottom: 0 !important;
}
.single-product .one_time_qty_container {
	width: calc(100% - 75px);
}
.product_style_pink.single-product .info-reviews-text span {
	color: #EB1962;
}
.product_style_orange.single-product .info-reviews-text span {
    color: #E64732;
}
.single-product .screen-reader-text.one_time_label {
	width: 75px;
	clip-path: none;
}
.single-product .one_time_qty_container input[type="number"].qty {
	border-radius: 3px;
	background-color: #F7F8F8;
}
.single-product .qty_button_inner.minus_qty, .single-product .qty_button_inner.plus_qty {
	color: #E81760;
}
.single-product .woocommerce-product-gallery .flex-viewport img {
	height: 510px !important;
	padding: 45px 20px;
}
.single-product .woosg_wrap.woosg-wrap {
	margin-bottom: 30px;
}
.single-product .woocommerce-product-details__short-description {
	padding-top: 30px;
	border-top: 1px solid #DFE0E0;
}
.icons--new .wpb_text_column.wpb_content_element .wpb_wrapper {
	display: table;
	margin: auto;
	text-align: center;
}
.vc_section.icons--new {
	padding: 65px 0 175px;
}
.icons--new .wpb_text_column.wpb_content_element .wpb_wrapper img {
	width: 140px;
	margin-bottom: -11px;
}
.icons--new .wpb_text_column.wpb_content_element {
	margin-bottom: 65px;
}
.tik-tok-video blockquote::after, .tik-tok-video blockquote::before {
	display: none;
}
.tik-tok-video blockquote {
	border-radius: 0 !important;
}
.tik-tok-video .wpb_wrapper {
	background-color: #fff;
}
.faq--new .vc_column-inner {
	margin-top: 0 !important;
}
.vc_row.wpb_row.vc_row-fluid.faq--new {
	padding: 70px 0;
}
.single-product .instagram-feed-section.products-feed-section {
	padding-bottom: 80px;
	padding-top: 62px;
	margin-top: 0 !important;
	background-color: #fff;
}
.single-product .instagram-feed-section.products-feed-section::before {
	content: '';
	position: absolute;
	width: 100%;
	left: -100%;
	top: 0;
	background-color: #fff;
	height: 100%;
}
.single-product .instagram-feed-section.products-feed-section::after {
	content: '';
	position: absolute;
	width: 100%;
	right: -100%;
	top: 0;
	background-color: #fff;
	height: 100%;
}
.single-product .related.products {
	background-color: #F7F8F8;
}
.cert-wrap {
	padding-top: 30px;
	background-color: #fff;
	padding-bottom: 80px;
}
.single-product .certificate-section {
	z-index: 2;
	position: relative;
	box-shadow: 0px 15px 22.5px -10px rgba(74, 77, 81, 0.125);
	margin-bottom: 0;
}
.single-product .instagram-feed-section.products-feed-section .content-center, .single-product .instagram-feed-section.products-feed-section  .container {
	max-width: 100%;
}
.faq--new h5 {
	font-size: 30px;
	line-height: 1.25;
	color: #EB1962;
	font-family: 'Caveat', cursive;
	margin-bottom: 70px !important;
}
.faq--new .vc_tta-panel {
	margin-bottom: 10px;
}
.faq--new .vc_tta-panel-heading {
	border: none !important;
	background-color: #fff !important;
	border-radius: 3px !important;
}
.faq--new .vc_tta-controls-icon.vc_tta-controls-icon-plus {
	display: none;
}
.faq--new h4.vc_tta-panel-title a {
	padding: 8px 15px 8px 20px !important;
}
.faq--new h4.vc_tta-panel-title em {
	font-style: normal;
	color: #00AF86;
}
.faq--new h4.vc_tta-panel-title strong {
	font-size: 22px;
	font-weight: 500;
	font-family: 'Caveat', cursive;
	color: #00AF86;
	padding-right: 4px;
}
.faq--new h4.vc_tta-panel-title {
	color: #4A4D51;
	font-size: 18px;
	font-family: 'Bebas Neue', cursive;
	line-height: 1.5 !important;
}
.faq--new .vc_tta-panel-body {
	background-color: #fff !important;
	border: none !important;
}
.faq--new .vc_tta-panel-body p {
	font-size: 16px;
}
.faq--new h4.vc_tta-panel-title a::after, .single-product .woocommerce-Tabs-panel h4::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 15px;
	width: 8px;
	height: 14px;
	background-image: url('images/Vector-arrow.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.product_style_orange .faq--new h4.vc_tta-panel-title a::after, .single-product.product_style_orange .woocommerce-Tabs-panel h4::after {
	background-image: url('images/Vector-arrow-orange.svg');
}
.product_style_green .faq--new h4.vc_tta-panel-title a::after, .single-product.product_style_green .woocommerce-Tabs-panel h4::after {
	background-image: url('images/Vector-arrow-green.svg');
}
.product_style_blue .faq--new h4.vc_tta-panel-title a::after, .single-product.product_style_blue .woocommerce-Tabs-panel h4::after {
	background-image: url('images/Vector-arrow-blue.svg');
}
.single-product .woocommerce-Tabs-panel h4::after {
	right: 23px;
}
.faq--new .vc_active h4.vc_tta-panel-title a::after, .single-product .woocommerce-Tabs-panel.single--open h4::after {
	transform: rotate(90deg);
}
.single-product .pdp-ingredients-list li {
	padding: 11px 10px 9px;
	background-color: transparent !important;
	border-radius: 3px 3px 0px 0px;
	cursor: pointer;
	margin-bottom: 0 !important;
}
.single-product .pdp-ingredients-list li span {
	background-color: transparent;
	color: #77797C;
}
.single-product .pdp-ingredients-list li.selected {
	color: #fff !important;
}
.single-product .pdp-ingredients-list li.selected span {
	color: #fff;
}

.single-product .ing_description {
	overflow: hidden;    
	padding: 0 !important;
    background-color: transparent !important;
    left: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
}
.single-product .ing_description.selected {
	font-size: 15px;
	background-color: #F7F8F8;
}
.single-product .cont-ing-wrap {
	border-top: 3px solid #EB1962;
	border-radius: 0px 3px 3px 3px;
	background-color: #F7F8F8;
}
.single-product .ing_description .inner--ing {
	max-height: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	padding: 0 20px;
	overflow: hidden;
}
.single-product .ing_description.selected .inner--ing {
	padding:20px;
	max-height: 3000px;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.rev--wrap {
	position: relative;
	background-color: #fff;
	padding: 60px 0;
}
.rev--wrap::after {
	content: '';
	width: 100%;
	height: 100%;
	left: -100%;
	background-color: inherit;
	top: 0;
	position: absolute;
}
.rev--wrap::before {
	content: '';
	width: 100%;
	height: 100%;
	right: -100%;
	background-color: inherit;
	top: 0;
	position: absolute;
}
.rev--wrap .wpb_text_column {
	margin: auto;
	display: table;
	text-align: center;
	margin-bottom: 55px;
}
.faq--new .vc_col-sm-6:last-child {
	width: 60% !important;
}
.faq--new .vc_col-sm-6:first-child {
	width: 40%;
}
.faq--new .vc_col-sm-6:last-child img {
	width: 530px;
}
.faq--new .vc_col-sm-6:last-child figure {
	margin: auto;
	float: none;
	display: table;
}
.single-product .woosg-title {
	display: block;
}
.vc_section.tik-tok-video iframe {
	padding: 50px 0 !important;
	display: table !important;
}
.single-product .one_time_qty_container.variation-number-options {
	display: none;
}
form.woocommerce-form.woocommerce-form-login.login {
    background-color: #f7f8f8;
}
.woocommerce-form.woocommerce-form-register.register {
	background-color: #f7f8f8;
}
.woocommerce-form.woocommerce-form-register.register input {
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
	color: #4A4D51;
	padding: 14px 20px;
	width: 100%;
	display: block;
	font-family: 'Lora',serif;
	border-radius: 50px;
	border: 1px solid #fff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-appearance: none;
}
.wc-product-table .col-buy.col-add-to-cart .woocommerce-product-details__short-description {
	display: none;
}
.woosg-products .woosg-product .woosg-quantity {
	display: inline-block;
	width: 100% !important;
}
.input-text.woosg-qty {
	display: inline-block !important;
}

/*08.08.2022*/
.woosg-quantity .one_time_qty_container {
	text-align: right;
}
.single-product .one_time_qty_container input[type="number"].qty {
	min-height: 30px;
	background-color: #fff;
	min-width: 35px;
	border-radius: 8px;
}




@media(max-width:1599px){
	.page-banner.background-page-banner > .container {top: auto;transform: none;-moz-transform: none;-webkit-transform: none;bottom: 10vw;	position: absolute;	left: 50%;	margin-left: -590px;}
	.what_is_mynd_module.add_row_class.videobox {padding-bottom: 110px;}
	.product-information .container {max-width: 1400px;}
	.image-text-section img {width: 581px;}
	
	.left--bg, .right--bg {background-position: center;}
	/*New*/
	.woocommerce-tabs {padding-bottom: 60px !important;}
	.rev--wrap {padding: 50px 0;}
	.vc_section.icons--new {padding: 55px 0 125px;}
	.vc_row.wpb_row.vc_row-fluid.faq--new {padding: 60px 0;}
	.faq--new .vc_col-sm-6:last-child {width: 55% !important;}
	.faq--new .vc_col-sm-6:first-child {width: 45%;}
	.faq--new .vc_col-sm-6:last-child img {width: 100% !important;}
	.single-product .instagram-feed-section.products-feed-section {padding-bottom: 60px;padding-top: 50px;}
	.related.products {padding: 60px 0 80px;}
}
@media(max-width:1439px){
	.info-listing-header {	margin-bottom: 120px;	padding: 50px 0 30px;}
	.infobanner_title h1 {	font-size: 60px;}
	.infobanner_title img {	max-width: 170px;}
	.infobanner_content p {	font-size: 22px;}
	.info-listing-container .blog-item-title {	font-size: 20px;}
	.infobanner_content p {	font-size: 22px;}
	.info-listing-wrapper .blog-post-item-content {	padding: 15px 20px 20px 20px;}
	.info-listing-wrapper .read-more-button a {	font-size: 20px;}
	
	.woosg-product .variations .variation .label {width: 130px;}
	.variation-interval-options {padding-left: 140px;}
	.inner--bg {width: 188%;}
}
@media(max-width:1400px){
	.single-product .wcwl_email_elements .wcwl_email {font-size: 15px;padding: 14px 20px;border: 0;}
	.single-product .woosg-availability .stock.out-of-stock {font-size: 14px !important;line-height: 22px;padding-top: 1px;}

	.single-product .wcwl_email_elements .wcwl_email {font-size: 16px;padding: 14px 20px;border: 0;height: 46px;	padding-top: 0;	padding-bottom: 0;	}
	.left--img, .right--img {width: 70%;height: 160px;}
	.centre--banner {padding: 160px 0;width: 430px;}
	.centre--banner h2 {margin-bottom: 8px;font-size: 46px;}
	.banner--cont {font-size: 22px;margin-bottom: 23px;}
	.product-information.left_image.focus_section .container {padding-top: 60px;}
	.product-information.left_image .container {padding-left: 60px;padding-right: 60px;}
	.product-information .container {max-width: 1200px;}
	.for--bg.lazyloaded {max-width: 500px;}
	.media-section-column {width: 35%;}
	.bottom_banner_module.add_row_class {width: 100%;margin: auto;padding-bottom: 20px;}
	.each-item {width: 16.66%;padding: 20px 13px 10px;}
	.each-item-image img {max-height: 50px;}
	.each-item-image {margin-bottom: 6px;}
	.left--bg, .right--bg {width: calc(50% - 220px);}
	
	/*New*/
	.vc_section.icons--new {padding: 45px 0 100px;}
	.rev--wrap {padding: 35px 0;}
	.woocommerce-tabs {padding-bottom: 30px !important;}
	.rev--wrap .wpb_text_column {margin-bottom: 35px;}
	.icons--new .wpb_text_column.wpb_content_element {margin-bottom: 35px;}
	.faq--new .vc_col-sm-6:first-child {width: 50%;}
	.faq--new .vc_col-sm-6:last-child {width: 50% !important;}
	.vc_row.wpb_row.vc_row-fluid.faq--new {padding: 40px 0;}
	.single-product .instagram-feed-section.products-feed-section {padding-bottom: 40px;padding-top: 32px;}
	.related.products {padding: 30px 0 55px;}
	.cert-wrap {padding-top: 20px;padding-bottom: 40px;}
	.faq--new h5 {font-size: 28px;margin-bottom: 50px !important;}
}
@media(max-width:1279px){
	.info-listing-header {	margin-bottom: 110px;	padding: 30px 0 10px;}
	.info-listing-wrapper .blog-post-item-content {	padding: 13px 15px 15px 15px;}
	.info-listing-holder {	padding: 40px 0;}
	.infobanner_content p {	font-size: 20px;}
	.info-listing-container .blog-post-item {	width: 48%;	margin-right: 2%;}
	.info-listing-container .blog-post-item:nth-child(3n+2) {	margin-left: 0;	margin-right: 2%;}
	.info-listing-container .blog-post-item:nth-child(2n) {		margin-right: 0;}
	.info-popup-holder {	max-width: 90%;}
	.info-popup-holder .info-item-description {	font-size: 16px;}
	
	.page-banner.background-page-banner > .container {top: auto;transform: translateX(-50%);-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);bottom: 10vw;position: absolute;	left: 50%;margin-left: 0;}
	.win_columns_image iframe {margin-bottom: 15px;}
	.what_is_mynd_module.add_row_class.videobox {padding-bottom: 90px;}
	
	.centre--banner {padding: 120px 0;width: 360px;}
	.centre--banner h2 {margin-bottom: 6px;font-size: 38px;}
	.left--bg, .right--bg {width: calc(50% - 180px);}
	.centre--banner::before {height: 100%;width: 155px;right: -153px;}
	.centre--banner::after {height: 100%;width: 155px;left: -153px;}
	.left--img, .right--img {width: 70%;height: 120px;}
	.product-information.left_image.focus_section .container {padding-top: 40px;}
	.product-information .container {max-width: 100%;}
	.product-information-image img {max-width: 210px;}
	.bg--img {max-width: 319px !important;top: -50px;left: -172px;}
	.special--image1 .right_image .product-information-image .bg--img {top: -97px;}
	.right_image .product-information-image .bg--img {right: -151px;left: auto;}
	.special--image2 .product-information-image .bg--img {top: -79px;}
	.image-text-section .container {position: relative;max-width: 90%;}
	.for--bg.lazyloaded {max-width: 450px;}
	.each-item-description {font-size: 14px;line-height: 1.3;}
	
	/*New*/
	.single-product .wpb_text_column h2{font-size: 40px;}
	.vc_section.icons--new {padding: 40px 0 50px;}
	.faq--new h5 {font-size: 26px;margin-bottom: 40px !important;}
	.cert-top-img {padding: 0 20px;margin-bottom: -100px;}
	.faq--new .wpb_text_column.wpb_content_element {margin-bottom: 0 !important;}

}
@media(max-width:1023px){
	.single-product .wcwl_elements.bound {margin-bottom: 25px;}
	.single-product .wcwl_control .woocommerce_waitlist.button {display: block;width: 100%;}
	.single-product p.stock.out-of-stock,.wcwl_intro p {font-size: 15px !important;}
	.info-popup-holder .info-item-description {	font-size: 14px;}

	.one_time_qty_container {padding: 9px 10px;}
	.one_time_qty_container input[type="number"].qty {font-size: 16px;width: 32px;}

	.page-banner.background-page-banner > .container {bottom: 16vw;}
	
	.step-item-image {position: relative;z-index: 20;}
	.step-item-description {position: relative;max-height: 0;margin-bottom: 0px;}
	.step-item.show-des .step-item-description {margin-bottom: 40px;height: auto !important;max-height: 4000px !important;opacity: 1 !important;top: 0;}
	.step-item > div:hover .step-item-description {opacity: 0;}
	
	.product-information-image img {max-width: 186px;}
	.bg--img {max-width: 241px !important;top: -18px;left: -91px;}
	.product-information.right_image .container {padding-left: 20px !important;padding-right: 20px !important;}
	.special--image1 .right_image .product-information-image .bg--img {top: -54px;}
	.right_image .product-information-image .bg--img {right: -101px;left: auto;}
	.product-information .container {padding: 30px 0 30px;}
	.for--bg.lazyloaded {max-width: 320px;}
	.media-section-column {width: 43%;}
	.each-item {width: 33.33%;padding: 15px 10px 10px;}
	.each-item:nth-child(3n) {border-right: none;}
	.each-item:nth-child(1), .each-item:nth-child(2), .each-item:nth-child(3) {border-bottom: 1.6px dashed #00AF86;}
	.review-feed-section {padding-top: 20px;}
	
	.centre--banner {padding: 90px 0;width: 335px;}
	
	/*New*/
	.woocommerce-tabs {padding-bottom: 30px !important;}
	.rev--wrap {padding: 30px 0;}
	.single-product .wpb_text_column h2 {font-size: 36px;}
	.vc_section.icons--new {padding: 25px 0 40px;}
	.faq--new .vc_col-sm-6:first-child {width: 100%;}
	.faq--new h5 {font-size: 25px;margin-bottom: 30px !important;}
	.faq--new .vc_col-sm-6:last-child {width: 100% !important;margin-top: 30px !important;}
	.icons--new .wpb_text_column.wpb_content_element .wpb_wrapper img {width: 100px;margin-bottom: -7px;}
	.cert-top-img {padding: 0 20px;margin-bottom: -80px;}
}
@media(max-width:767px){
	.single-product .wcwl_control .woocommerce_waitlist.button {font-size: 21px;}
	.single-product p.stock.out-of-stock,.wcwl_intro p {font-size: 14px !important;}
	.infobanner_content p {	font-size: 18px;}
	.info-listing-header {	padding: 30px 0 0;}
	.infobanner_title h1 {	font-size: 50px;}
	.infobanner_title img {	max-width: 150px;}
	.infobanner-wave.top-wave-item {	height: 110px !important;}
	.infobanner_content {	max-width: 100%;}
	.info-post-col {	width: 100%;}
	.info-popup-holder img {	max-height: unset;	width: auto;	margin: 0 auto;	display: block;}
	.info-popup-holder {background-color: transparent;	padding: 20px;max-width: 90%;	max-height: 80vh;	overflow: auto;}
	.info-post-col.info-post-item-content {	background-color: #F7F8F8;}
	.info-popup-close {	top: 5px;	right: 5px;}
	
	.win_columns_image iframe {margin-bottom: 10px;}
	.what_is_mynd_module {padding-bottom: 75px;}
	.what_is_mynd_module.add_row_class.videobox {padding-bottom: 80px;}
	
	.product-information.focus_section .container {padding-top: 40px !important;padding-left: 0px !important;padding-right: 0px !important;}
	.product-information-image {position: relative;bottom: 0;display: table;width: 100% !important;}
	.product-information-image div {display: table;float: none;position: relative;margin: auto;}
	.product-information-image img {max-width: 170px !important;margin: 0 auto 20px;display: block;}
	.right_image .product-information-image div {float: none;}
	.product-information.right_image .container {padding-left: 0px !important;padding-right: 0px !important;}
	.bg--img {max-width: 200px !important;top: -18px;left: -91px;}
	.special--image1 .right_image .product-information-image .bg--img {top: -27px;}
	.special--image2 .product-information-image .bg--img {top: -26px;}
	.media-section-column {width: 100%;position: relative;height: auto;right: auto !important;top: auto !important;transform: none;}
	.for--bg.lazyloaded {max-width: 220px;}
	.media-section-column img {width: 300px;margin: auto;float: none;display: table;}
	.image-text-section {padding: 100px 0 40px !important;}
	.bottom_banner_module.add_row_class {width: 100%;margin: auto;padding-bottom: 150px;}
	.product-information.left_image .container {padding-right: 0px !important;}
	.media-section-column {height: auto !important;}
	
	.left--bg, .right--bg {background-image: none !important;background-color: #F6F3FC;}
	
	/*New*/
	.single-product .woocommerce-Tabs-panel h4 {font-size: 20px;padding: 12px 15px;}
	.woocommerce-tabs {padding-bottom: 30px !important;}
	.single-product .woosg_before_text.woosg-before-text.woosg-text {font-size: 22px;margin-bottom: 20px;}
	.vc_row.wpb_row.vc_row-fluid.faq--new {padding: 0px 0 30px;}
	.single-product .wpb_text_column h2 {font-size: 34px;}
	.icons--new .wpb_text_column.wpb_content_element {margin-bottom: 25px;}
	.rev--wrap .wpb_text_column {margin-bottom: 25px;}
	.instagram-feed-section h2 img {max-width: 100px;}
	.cert-top-img {padding: 0 15px;margin-bottom: -40px;}
	.cert-wrap {padding-top: 15px;padding-bottom: 30px;}
	
	.single-product .icons--new .vc_row.wpb_row.vc_row-fluid::before, .single-product .icons--new .vc_row.wpb_row.vc_row-fluid::after {display: none;}
	.single-product .modulerow_icontitle_section.icon_text_module-row .wpb_column.vc_column_container {width: 50%;float: left;}
	.vc_section.tik-tok-video iframe {padding: 20px 0 !important;}
}
@media(max-width:639px){
	.infobanner_content p {	font-size: 16px;}
	.infobanner_title h1 {	font-size: 40px;}
	.infobanner_title img {	max-width: 135px;}
	.info-listing-container .blog-post-item {	width: 100%;	margin-right: 0;}
	.info-listing-wrapper .blog-item-title {	height: auto !important;}
	
	.screen-reader-text.one_time_label {font-size: 12px !important;}
	.after_qty_form_text {font-size: 12px;}

	.variation-interval {font-size: 14px;}
	.woosg-product .variations .variation:nth-child(2) .label {padding-top: 0;}
	.image-background.has_video video {width: 100%;	height: 100%;background-color: #000;	}
	
	.for--mobile iframe {height: 500px;}
	.for--mobile {display: block !important;position: relative;margin-bottom: 40px;}
	.win_columns_image {display: none;}
	.what_is_mynd_module {padding-bottom: 75px;}
	.videobox.what_is_mynd_module {padding-bottom: 50px;}
	.what_is_mynd_module.add_row_class.videobox {padding-bottom: 70px;}
	
	.media-section-column img {width: 250px;}
	.product-information-image img {max-width: 130px !important;}
	.right_image .product-information-description > div {padding-right: 20px;}
	
	/*New*/
	.single-product .wpb_text_column h2 {font-size: 32px;}
	.single-product .pdp-ingredients-list li {padding: 9px 8px 7px;margin-bottom: 0 !important;margin-right: 5px;}
	.single-product .pdp-ingredients-list li span {font-size: 18px;}
}
@media(max-width:479px){
	.single-product .woosg-availability .stock.out-of-stock {font-size: 12px !important;line-height: 17px;}
	.woosg-title-inner, .woosg-availability {position: relative;top: 4px;}
	.infobanner_title h1 {	font-size: 32px;}
	.infobanner_title img {	max-width: 110px;}
	.infobanner_content p {	font-size: 15px;}
	.infobanner_content img {	top: 7px;}
	.infobanner-wave.top-wave-item {	height: 70px !important;}
	.info-listing-header {	margin-bottom: 60px;}


	.screen-reader-text.one_time_label {width: 72px;}
	.one_time_qty_container {width: calc(100% - 72px);padding-left: 0 !important;}
	.screen-reader-text.one_time_label {padding: 13px 10px !important;}
	.variation-interval-options {padding-left: 108px;}
	.variation-interval {font-size: 12px;letter-spacing: 1px;padding: 8px 5px 6px;}

	.banner_image_text.has-top-spacing .media-section-column.inline_video {height: 150vw;}
	.win_columns_image iframe {width: 100% !important;}
	.for--mobile iframe {width: auto;}
	.step-item-title em {top: 6px !important;}
	
	.media-section-column img {width: 200px;}
	.bg--img {max-width: 200px !important;top: 12px;left: -53px;}
	.right_image .product-information-image .bg--img {right: -52px;left: auto;}
	.special--image1 .right_image .product-information-image .bg--img {top: -9px;}
	.each-item-description {font-size: 12px;line-height: 1.2;}
	.each-item {width: 33.33%;padding: 10px 5px 7px;}
	.for--bg.lazyloaded {max-width: 170px;}
	
	/*New*/
	.faq--new h5 {font-size: 22px;margin-bottom: 15px !important;}
	.vc_row.wpb_row.vc_row-fluid.faq--new {padding: 0px 0 10px;}
	.single-product .instagram-feed-section h2 img {max-width: 80px;top: 6px !important;}
	.single-product .related.products h2 {margin-bottom: 0px;}
	.cert-top-img {padding: 0 13px;margin-bottom: -7px;}
	.single-product .tik-tok-video blockquote {padding-right: 5px !important;padding-left: 5px !important;width: 300px !important;max-width: 300px !important;}
}
@media(max-width:410px){
	.single-product .wcwl_control {width: 100%;}
	.single-product .wcwl_control .woocommerce_waitlist.button {border-radius: 15px;border-top-right-radius: 0;border-top-left-radius: 0;}
	.single-product .wcwl_email_elements {width: 100%;}
	.single-product .wcwl_email_elements .wcwl_email {font-size: 16px;border: 0;text-align: center;border-radius: 15px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
	.centre--banner {padding: 80px 0;width: 330px;}
	.single-product .modulerow_icontitle_section .icon_text_module-content p {font-size: 18px;}


	.single-product .after_qty_form_text {		padding-left: 0;	}
	.single-product .one_time_qty_container {		padding: 9px 0px;	}
	.single-product .one_time_qty_container input[type="number"].qty, .single-product .qty.var_number_qty {		margin: 0 0px;	}
	.single-product .screen-reader-text.one_time_label {		padding: 13px 0px !important;	}
	.single-product .variation-interval {		margin-left: 2px;	}
	.single-product .after_qty_form_text {		font-size: 10px;	}


}