html {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
body {
	background: url('.././img/bg.jpg');
	background-size: cover;
}
#main-header {
	background: url('.././img/bg-head.jpg');
	background-size: cover;
	box-shadow: #9E9E9E 0px 0px 5px;
}
main {
	min-height: 70vh;
}
img {
	max-width: 100%;
}
.logo {
	width: 150px;
	padding-bottom: .5rem;
}
.ribon {
	background: #ad7297;
	width: 100%;
	min-height: 20px;
	text-align: center;
}
.ribon span {
	color: #fff;
	padding: 5px;
	font-size: .9rem;
	display: inline-block;
}
.center {
	text-align: center;
}
.center h1, .center h2 {
	display: inline;
}
.red {
	color: #F00;
}
.green {
	color: #00a550;
}
.redbk {
	background: #F00;
}
.white {
	color: #fff;
}
.no-padding {
	padding: 0;
}
/* Navigation */

.nav-contain {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 999;
	top: 0;
	bottom: 0;
	right: -100%;
	background: #fff;
	transition: all ease .5s;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav a {
	text-decoration: none;
	color: #006164;
	padding: .5rem;

}
nav ul li {
	margin: 1rem 1rem;
}

#nav-toggle {
	position: absolute;
	right: 1rem;
	background: #6aa7b0;
	padding: .5rem;
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}
.nav-open {
	right: 0;
	width: 80%;
}
.overflow {
	position: fixed;
	z-index: 997;
	background: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all ease .5s;
	color: #fff;
	font-size: 20px;
	padding: 1rem;

}
.overlay-on {
	visibility: visible;
	transition: all ease .5s;
	opacity: 1;
}
.center-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
/* Footer */
#main-footer {
	font-size: .8rem;
}
.natural-footer {
	margin-top: 1rem;
	color: #6aa7b0;
	font-weight: bold;
	border-top: solid 1px;
	padding-top: .5rem;
	border-bottom: solid 1px;
	padding-bottom: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.natural-logo {
	width: 30px;
	padding-right: .5rem;
}
.copyright div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 0;
	text-align: center;
}
/* Product display */
.intro-product-img {
	background: #e7e6eb;
	height: 30vh;
	overflow: hidden;
	display: flex;
		border: solid 1px #000;
}
.intro-product-img img {
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	width: 100%;
}
.intro-product {
	margin: 2em 0;
}
.intro-product h1 {
	font-size: 1.2em;
}
.intro-product h2 {
	font-size: 1em;
	text-transform: uppercase;
	color: #6aa7b0;
}
.intro-product p {
	font-size: 1em;
}
.intro-product button {
	font-size: .8em;
	background: #6aa7b0;
	color: #fff;
	padding: .4rem 1rem;
	border: solid 1px transparent;
	border-radius: 15px;
	transition: ease all .5s;
	cursor: pointer;
}
.intro-product button:hover {
	background: #ad7297;
	color: #fff;
	transition: ease all .5s;
}
.intro-product footer {
	text-align: center;
}
/* Masala */
.masala-intro img {
	object-position: top;
}
/* Cabbage */
.cabbage-intro img {
	object-position: top;
}
/* Neutra PH */
.neutraph-greenbox {
	background: #d8ebce;
	padding: .5rem;
}
.neutraph-greenbox h2 {
	display: flex;
	align-items: center;
}
.neutraph-doc {
	max-width: 150px;
	float: left;
	margin: 0 .5rem .5rem 0;
	border: solid 1px green;
}
.neutraph-plus {
	padding-right: .5rem;
	color: #00a550;
}
.neutraph-plus img {
	width: 40px;
	height: auto;
}
.neutraph-boxredoutline {
	border: solid 1px #F00;
	background: #fff;
	padding: .5rem;
	margin: 1rem 0;
}
.neutraph-contain-beforeafter {
	margin: 1rem 0;
	text-align: center;
}
.neutraph-contain-beforeafter p {
	margin: .1rem 0px .5rem 0px;
	font-size: .8em;
	text-align: center;
}
.neutraph-txtrot {
	transform: rotateZ(0deg);
	color: red;
	border: solid 4px;
	border-left: none;
	border-right: none;
	text-align: center;
	margin: 1em 0;
}
.neutraph-medical-studies {
	display: flex;
	align-items: center;
	justify-content: center;
}
.neutraph-medical-studies img {
	width: 50px;
	height: 50px;
	border: solid 0px;
	border-radius: 50%;
	padding: 4px;
	background: #d8ebce;
	box-shadow: 2px 2px 4px #000;
}
.neutraph-medical-studies h3 {
	background: #d8ebce;
	color: #00a550;
	padding: .5rem;
	box-shadow: 2px 2px 4px #000;
	text-align: center;
}
.neutraph-balanced {
	background: #dedede;
	position: relative;
	padding: .1rem 1rem;
	margin: 1rem 0;
	font-size: 1.2em;
}
.neutraph-balanced h3 {
	display: flex;
	align-items: center;
}


.neutraph-balanced ul {
	list-style: none;
	padding: 0em;
	margin: 0 1em;
}
.neutraph-balanced ul li {
	padding: .1rem 0;
	font-size: .8em;
}

.neutraph-balanced ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #00a550; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.neutaph-knee {
	margin: 1em 0 0 0;
}
.neutraph-question {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .9em;
}
.neutraph-question span {
	color: #999999;
}
.neutraph-answer {
	font-size: .9em;
}
.neutraph-answer span {
	color: #00a550;
	font-weight: bold;
	text-transform: uppercase;
}
.neutraph-pool {
	background: #d8ebce;
	padding: .5em;
}
.neutraph-pool-title {
	color: #00a550;
	font-style: oblique;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: .5em;
}
.neutraph-contain-pool {
	text-align: center;
	font-size: .8em;
}
.neutraph-contain-pool img {
	border: solid 1px green;
}
.neutraph-coral-img {
	padding: .5em 0;

}
.neutraph-doc-img {border: solid 2px red;}
.neutraph-coral-title {
	text-transform: uppercase;
	color: #00a550;
	font-weight: bold;
	font-size: 1.4em;
	padding: .5em 0;
	word-break: break-word;
}
.riskfree {
	margin: 1em 0;
	background: #dedede;
	padding: .5em;
	text-align: center;
}
.neutraph-col1 {order: 2;}
.neutraph-col2 {order: 1;}

/* MASALA */
.masala-before {
	background: #000;
	color: #FFEB3B;
	margin: 1em 0;
}
.masala-before h3 {
	text-align: center;
	margin: 0;
	padding: .5em;
}
.masala-before img {
	width: 100%;
	border: solid 1px #ed1c24;
}

.masala-after {
	background: #FFEB3B;
	color: #000;
	margin: 1em 0;
}
.masala-after img {
	width: 100%;
	border: solid 1px #ed1c24;

}
.masala-after h3 {
	text-align: center;
	margin: 0;
	padding: .5em;
}
.masala-after p {
	text-align: center;
	margin: 0;
	padding: 0 0.5em 0.5em 0.5em;
}
.masala h4 {
	color: red;
}
.masala-doc h4 {
	color: #000;
}

.masala-doc h1, .masala-doc h2  {
	color: red;
}
.masala-doc h1 span {
	color: #00a550;
}
.masala-doc-img {
	float: left;
	width: 120px;
	border: solid 1px;
	margin-right: .5em;
	background: #fff;
}

.masala-doc-img div {
	font-size: 0.8em;
	padding: .2em;
	text-align: left;

}
.masala-doc {
	background: rgba(255, 255, 0, 0.09019607843137255);
	text-align: justify;
}
.masala-fp {
	text-align: justify;
}
.masala-present img {
	width: 36px;
	height: auto;
}
.masala-present {
	background: #fff;
	border: solid 1px #ed1c24;
	border-spacing: 0;
	margin: 1em 0;
	color: red;
	font-weight: bold;
}
.masala-present th {
	background: #f48365;
	color: #fff;
	padding: .5em;
	font-size: 1.2em;
}
.masala-present td {
	padding: .5em;
	text-align: left;
}
.masala-signature {
	max-width: 80px;
	float: right;
	margin-bottom: 1em;
}


/* MIRACLE */
.miracle-green-head {
	background: #4db848;
	text-align: center;
	padding: .5em;
	display: inline-block;
	width: 100%;
	margin: 1em 0;
	color: #fff;
}
.miracle-head {

}
.miracle-head h3 {
	font-weight: normal;
	font-size: 1.5em;

}
.miracle-head h1 {
	font-size: 3em;
}
.miracle-head h2 {
	font-size: 2em;
	text-decoration: underline;
}

.miracle-side h1 {
	text-align: center;
	font-size: 1.4em;
}
.miracle-side h2 {
	text-align: center;
	font-size: 1.2em;
}
.miracle-side p {
	text-align: justify;
}

.miracle-head-image img {
	width: 100%;
	border: solid 1px red;
}
.miracle-head-image {
	background: red;
}

.miracle-head-image-title {
	color: #fff;
	text-align: center;
	padding: .5em;
	font-weight: bold;
	font-size: 1.2em;
}

.miracle-eyes-contain {
	background: #4db848;
}
.miracle-eyes-contain img {
	width: 100%;
}

.miracle-eyes-text{
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 0 0.2em 0.2em 0.2em;
}
.miracle-illustration {
	border: solid 1px #4db848;
}
.miracle-illustration-header {
	background: #4db848;
	color: #fff;
	padding: .5em;
	text-align: center;
	font-weight: bold;
}
.miracle-illustration-contain {
	display: flex;
}
.miracle-illustration-content {
	width: 50%;
	padding: .5em;
	display: flex;
	align-items: center;
}
.miracle-illustration-content-desc {
	width: 100%;
	border-top: solid 1px #4db848;
}
.miracle-illustration-txt {
	width: 60%;
}
.miracle-illustration-img {
	width: 40%;
}

.miracle-scandal {
	transform: rotateZ(-8deg);
	background: red;
	color: #fff;
	display: inline-block;
	padding: .5em;
	font-weight: bold;
	font-size: 1.2em;
}
.miracle-bottox {
	background: #8889ba;
	color: #fff;
	height: 100%;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.miracle-bottox img {
	width: 100%;
}

.miracle-bottox div {
	padding: .5em;
	text-align: center;
	font-weight: bold;
}
.miracle-study {
	border: solid 1px;
	background: #fff;
}
.miracle-study img {
	width: 100%
}
.miracle-study-title {
	font-size: 1.2em;
	padding: .5em;
	font-weight: bold;
}
.miracle-study-grey {
	text-align: center;
	padding: .5em;
	background: #9E9E9E;
	color: #fff;
	font-style: oblique;
	font-weight: bold;
}
.miracle-dots img {
	max-width: 50px;
	float: left;
}

.miracle-dots  {
	font-size: .9em;
	padding: 1em .5em;
}
.miracle-study-info {
	font-style: oblique;
	font-size: .9em;
	padding: .5em;
}
.miracle-reasons-title {
	color: red;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.2em;
}

.miracle-reasons ul {
	padding: 1em;
	margin: 0;
}
.miracle-reasons ul li {
	padding: .5em 0;
}

.miracle-study {
	margin: 1em 0;
}

/* Pygeum pro */
.pygeum-header h1 {
	background: linear-gradient( to right, rgba(255,255,255,0), rgb(0,144,151), rgba(255,255,255,0));
	color: #fff;
	text-align: center;
	font-size: 4em;
	text-shadow: 3px 3px 6px #171717;
	padding: .2em 0;
	margin: .5em 0 .2em 0;
}

.pygeum-header h2 {
	text-align: center;
	font-size: 2em;
	margin: 0;
	padding: .1em;
}

.pygeum-header h3 {
	text-align: center;
	font-size: 2em;
	margin: 0;
	padding: .1em;
	text-transform: uppercase;
	color: #008f97;
}

.pygeum-header-second {
	text-align: center;
}
.pygeum-header-second h1 {
	color: #008f97;
	margin: 0;
	padding: 0;
	font-size: 3em;
}
.pygeum-header-second h1 span {
	color: red;
	font-size: 1em;
	font-weight: normal;
}
.pygeum-header-second h2 {
	font-size: 3em;
	font-weight: normal;
	margin: 0 0 .5em 0;
	padding: 0;
}
.pygeum-header-second h2 span {
	font-weight: bold;
}
.pygeum-side h1 {
	text-align: center;
	color: #008f97;
}
.pygeum-side h2 {
	text-align: center;
	color: #008f97;
}
.pygeum-side img {
	width: 100%;
}

.pygeum-table-title {
	font-weight: bold;
	margin: .5em 0 0 0;
}
.pygeum-table  {
	font-weight: bold;
}
.pygeum-table img {
	width: 40px;
}
.pygeum-table td:first-child  {
	width: 20%;
}
.pygeum-before-container {
	background: #faefe0;
	padding: 1em;
}
.pygeum-before-container img {
	width: 100%;
	border: solid 1px #000;

}
.pygeum-before, .pygeum-after {
	position: absolute;
	background: red;
	color: #fff;
	padding: .2em.5em;
	text-transform: uppercase;
	font-weight: bold;
	transform: rotateZ(-16deg);
	top: 0;
	left: 0;
}
.pygeum-after {
	background: #008f97;
}
.pygeum-before-container h2 {
	text-align: center;
	font-size: 1em;
}

.pygeum-before-container h3 {
	text-align: center;
	font-size: .8em;
}
.pygeum-before-container h1 {
	text-align: center;
	font-size: 1.4em;
}
.pygeum-after-container, .pygeum-after-container2 {
	background: #e7efef;
}
.pygeum-after-container2 h2 {
	background: #008f97;
	color: #fff;
	text-align: center;
	padding: .5em 0;

}
.pygeum-doc {
	max-width: 200px;
}
.pygeum-lab h1 {
	font-size: 1.5em;
}

/* CABBAGE */
.cabbage-cab, .cabbage-veg {
text-align: center;
}
.cabbage-cab div, .cabbage-veg div {

}
.cabbage-veg {
padding: 1em 0;
}
.cabbage-helene-iso {
	text-align: center;
}
.cabbage-helene-iso img {
	max-width: 100px;
}
.cabbage-helene-txt {
	color: #71bf43;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.3em;
}
.cabbage-txt h3 {
	color: #00a550;
}

.cabbage-bowl {
	float: none;
	width: 100%;
	padding: 0 ;
}
.cabbage-guarantee {
	text-align: center;
	border: solid 1px #00a550;
	background: #cde0af;
	padding: .5em;
	border-radius: .5em;
	margin: .5em 0;
}
.cabbage-guarantee h3 {
	color: red;
	padding: 0;
	margin: 0;
}

.cabbage-guarantee p {
	padding: .1em;
	margin: 0;
}
/* VISIOCLEAR */
.visioclear {
	margin: 1em 0;
}
.visio-side {
	background: #fffbdc;
	text-align: center;
	margin: .5em 0;
}
.visio-side img {
	width: 100%;
}

.visio-side h1 {
	padding: .5em .1em;
	margin: 0;
	font-size: 2.5em;
}

.visio-side h2 {
	padding: .1em;
	margin: 0;
	font-size: 1.7em;
	font-weight: normal;
	text-decoration: underline;
}

.visio-side2 h1 {
	margin: 0;
	padding: 0 0 .5em 0;
	color: red;
	font-size: 3em;
}

.visio-side2 h2 {
	text-decoration: none;
}
.visio-side2 h3 {
	color: red;
	padding: 0 .5em;
	font-size: 1.4em;
}
.visio-3d {
	background: yellow;
	transform: rotateZ(-6deg);
	display: inline-block;
	padding: .5em;
	margin: 1em;
	font-weight: bold;
}

.visio-3d span {
	font-size: 2em;
	font-weight: bold;
}

.visio-doc-contain {margin: .5em 0;}
.visio-doc {
	float: left;
	max-width: 100px;
	border: solid 1px #000;
	margin: 0 .5em 0 0;
}
.visio-doc-contain h3 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin: 0;
}


.visio-doc-contain h4 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: .5em;
}

.visio-doc-contain h5 {
	font-style: oblique;
	font-weight: normal;
	margin: 0;
}
.visio-with-contain  {

}

.visio-with-contain h1 {
	color: red;
	margin: .2em 0;
}

.visio-with-contain ul {
	margin: 0;
	padding: 0 1.2em;
}

.visio-with-contain li {
	padding: .3em 0;
}

.visio-green h1 {
	color: #00a99c;
	text-decoration: underline;
	font-size: 1.6em;
}
.visio-green h1 i {
	text-decoration: none;
	font-size: 1.3em;
	padding-right: .2em;
}

.visio-action h2 {
	text-decoration: underline;
	font-weight: normal;
	font-size: 1.4em;
}
.visio-black {
	font-size: 1.2em;
	text-align: center;
}
.visio-red h3 {
	color: red;
	text-align: center;
	font-weight: normal;
	font-size: 1.5em;
	padding: .4em;

}
.visio-red i {
	float: left;
	font-size: 3em;
	color: red;
	padding-right: .2em;
}

.visio-fight h3 {
	font-style: oblique;
}
.visio-fight img {
	width: 100%
}
.visio-fight-info {
	text-align: center;
	padding: 0 .5em .5em .5em;
	font-style: oblique;
	font-size: .9em;
}
.visio-red-notice {
	color: red;
	font-size: 1.2em;
}
.visio-miracle {
	border: solid 1px #000;
}
.visio-miracle-header {
	background: red;
	color: #fff;
	text-align: center;
	padding: .2em;
	font-weight: bold;
	font-size: 1.3em;
}
.visio-miracle-txt {
	font-style: oblique;
	padding: .5em;
	text-align: justify;
}
.visio-miracle-doc {
	font-weight: bold;
	font-size: .9em;
	padding: .5em;
}
.visio-miracle q {
	padding: .5em;
	display: block;
	font-size: 1.2em;
}
.visio-miracle img {
	width: 100%;
	padding: .5em;
}

/* Guarantee */
.guarantee-page {
	padding: 2em;
	text-align: center;
}
.guarantee-page-content {
	max-width: 400px;
	display: inline-block;
	border: solid 2px red;
	padding: .5em;
}
.guarantee-seal img {
	padding-top: .5em;
	max-width: 200px;
}
.guarantee-seal {
	text-align: center;
}

/* pricetags */

.underline {text-decoration: underline;}
.pricetag {
	margin: 1em 0;
}
.pricetag th {

}
.pricetag table {
	border-spacing: 0px;
	border-radius: 15px;
	overflow: hidden;
	border: solid 2px #000;
	background: red;

}
.pricetag tr {
	color: #fff;
	border: solid 1px #fff;
}
.pricetag tbody tr:nth-last-child(1) td {
	border: 0px;
}

.pricetag td {
	padding: .5em;
	margin: 0;
	border-bottom: solid 1px #fff;
}
.pricetag-title {
	text-align: center;
}
.pricetag-title div {
	background: black;
	color: #fff;
	border-radius: 15px;
	border-right: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding: .5em 1em;
	display: inline-block;
	font-weight: bold;
	min-width: 70%;
}
.pricetag-crossed {
	text-decoration: line-through;
}
.pricetag-price {
	font-size: 1.4em;
	font-weight: bold;
}

.pricetag .pricetag-red {
	border: solid 2px red;
}
.pricetag-red1 {
	background: linear-gradient( to right, rgb(149,30,30), rgb(218,31,39), rgb(149,30,30));
}
.pricetag-red2 {
	background: linear-gradient( to right, rgb(86,26,15), rgb(149,30,30), rgb(86,26,15));
}
.pricetag-red3 {
	background: linear-gradient( to right, rgb(67,18,18), rgb(86,26,15), rgb(67,18,18));
}
.pricetag-red4 {
	background: linear-gradient( to right, rgb(8,9,9), rgb(67,18,18), rgb(8,9,9));
}


.pricetag .pricetag-slim {
	border: solid 2px #009195;
}
.pricetag-slim1 {
	background: linear-gradient( to right, rgb(23,103,104), rgb(35,147,148), rgb(23,103,104));
}
.pricetag-slim2 {
	background: linear-gradient( to right, rgb(3,54,54), rgb(23,103,104), rgb(3,54,54));
}
.pricetag-slim3 {
	background: linear-gradient( to right, rgb(7,21,22), rgb(0,51,51), rgb(7,21,22));
}
.pricetag-slim4 {
	background: linear-gradient( to right, rgb(0,20,20), rgb(7,21,21), rgb(0,20,20));
}

.pricetag .pricetag-skin {
	border: solid 2px #dfa482;
}
.pricetag-skin1 {
	background: linear-gradient( to right, rgb(211,156,125), rgb(222,196,182), rgb(211,156,125));
}
.pricetag-skin2 {
	background: linear-gradient( to right, rgb(149,112,90), rgb(224,164,130), rgb(149,112,90));
}
.pricetag-skin3 {
	background: linear-gradient( to right, rgb(88,64,50), rgb(149,112,90), rgb(88,64,50));
}
.pricetag-skin4 {
	background: linear-gradient( to right, rgb(75,53,39), rgb(88,64,50), rgb(75,53,39));
}

.pricetag .pricetag-blue {
	border: solid 2px #2e346d;
}
.pricetag-blue1 {
	background: linear-gradient( to right, rgb(32,35,73), rgb(46,52,129), rgb(32,35,73));
}
.pricetag-blue2 {
	background: linear-gradient( to right, rgb(22,16,32), rgb(32,35,73), rgb(22,16,32));
}
.pricetag-blue3 {
	background: linear-gradient( to right, rgb(3,0,20), rgb(22,16,32), rgb(3,0,20));
}
.pricetag-blue4 {
	background: #030014;
}

.validate-order {
	text-align: center;
	margin: 1em 0px .5em 0px;
}
.validate-order button {
	font-size: 1.2em;
	padding: .5em 1em;
	background: green;
	color: #fff;
	border: solid 2px #00a550;
	transition: all ease .5s;
}
.validate-order button:hover {
	background: #fff;
	color: #00a550;
	border: solid 2px #00a550;
	transition: all ease .5s;
}
.validate-order-notice {
	text-align: center;
	display: none;
}
.validate-order-notice-contain {
	padding: 1em;
	background: #fff;
	border: solid 2px red;
	text-align: center;
	max-width: 400px;
	display: inline-block;
	line-height: 1.8em;
}
.validate-order-notice-contain span {
	font-weight: bold;
	font-size: 1.2em;
	color: red;
}
.toggle {display: block;}





/* RESPONSIVE */
@media only screen and (min-width: 768px) {

	/* Navigation */
	#nav-toggle {
		display: none;
	}
	nav {
	}
	nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	nav ul li {
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	nav a {
		padding: .5rem 1rem;
		margin: .1rem;
		text-decoration: none;
		color: #006164;
		transition: all ease .5s;
	}
	nav a:hover {
		background: #fff;
		transition: all ease .5s;
	}
	.nav-contain {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		background-color: transparent;
		right: 0;
	}

	/* NEUTRA PH */
	.neutraph-col1 {order: 1;}
	.neutraph-col2 {order: 2;}
	.neutraph-txtrot {
		transform: rotateZ(-15deg);
	}
	/* Miracle */
	.miracle-study {
		margin: 0;
	}
	/* CABBAGE */
	.cabbage-bowl {
		float: left;
		width: 50%;
		padding: 0 1em 0px 0;
	}

}