html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.4
}
a {
  background-color: transparent;
}
img {
  border-style: none;
  max-width: 100%;
}

.wrapper {
	width: 1000px;
	max-width: calc(100% - 10px);
	margin: 0 auto;
	padding: 20px 5px;
}

/*Menu*/
.menu-container {
  max-width: 100%;
  margin: auto;
  background-color: #f4f49a;
  height: auto;
  color: white;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}
.menu-container .wrapper {
	padding: 0;
	max-width: 100%;
}
.topnav {
  overflow: hidden;
  min-height: 51px;
  display: none;
  width: 100%;
  /*background-color: #f3dfdc;*/
}

.topnav #myLinks {
  display: none;
  background: #000;
}
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.topnav > a:first-of-type {
	padding: 0;
}
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  left: 0;
  top: 23px;
}

.topnav a:hover {
  background-color: #049e00;
  color: #fff;
}

.active {
  background-color: #4CAF50;
  color: white;
}
.topnav .logo {
	max-height: 50px;
	vertical-align: middle;
	margin: 0 auto;
	display: block;
}
.menu-d .logo {
	vertical-align: middle;
}
.menu-d a {
	text-decoration: none;
    color: #000;
    padding: 10px 20px;
    font-size: 19px;
}
.menu-d a:first-of-type {
	padding: 0;
}
.menu-d a:first-of-type:hover {
	background: transparent;
}
.menu-d {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-d a:hover {
	background-color: #049e00;
  	color: #fff;
}
.topfree {
	background: #f2c05c;
	text-align: center;
}
.topfree p {
	margin: 0;
}
/*END Menu*/

/*Footer*/
.footer {
	background: #000;
	text-align: center;
}
.footer a {
	text-decoration: none;
	color: gray;
}
.footer p {
	color: gray;
	margin: 0;
}
.footer .wrapper {
	padding: 10px 0;
}
/*END Footer*/

/*================= INDEX*/
.section-1 {
	margin-top: 93px;
}
.section-1 .wrapper {
	padding: 0 5px;
}
.section-1 .wrapper,
.section-2 .wrapper,
.section-3 .wrapper,
.section-5 .wrapper {
	display: flex;
	align-items: center;
}
.left,
.right {
	width: 50%;
}
.section-1 img,
.section-2 .right img,
.section-3 .left img  {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.section-2 {
	background: #f4f49a;
}
.img-centered {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.section-2 h2 {
	font-size: 40px;
}
.section-2 h3 {
	font-size: 27px;
}
.section-3 h2 {
	font-size: 36px;
    margin: 10px;
    line-height: 1.3;
}
.section-3 h3 {
	font-size: 27px;
    margin: 10px;
    line-height: 1.3;
}
.section-3 p {
	margin: 10px;
}
.section-3 .right {
	padding: 0 15px;
}
.learn-more {
	border: 1px solid #000;
	padding: 10px 30px;
	width: 230px;
	max-width: 100%;
	font-weight: bold;
	display: block;
	margin: 10px auto;
	text-align: center;
	color: #000;
	text-decoration: none;
}
.learn-more-r {
	padding: 10px 30px;
	width: 230px;
	max-width: 100%;
	font-weight: bold;
	display: block;
	margin: 10px auto;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: red;
}
.section-4 {
	background: #f4f49a;
}
.section-4 h2 {
	text-align: center;
	font-size: 35px;
	margin: 0 0 10px;
}
.img-wrap {
	display: flex;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.single-rev {
    width: 300px;
    max-width: 100%;
    text-align: center;
    border: 3px solid #b2919e;
    border-radius: 10px;
    padding: 5px;
}
.rev-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.ava {
	display: block;
	margin: 0 auto 10px;
	border-radius: 50%;
}
.stars {
	display: block;
	margin: 0 auto;
}
.name {
	font-weight: bold;
	font-size: 20px;
	margin: 5px 0;
}
.rev-txt {
	margin: 5px 0;
}
.s-list {
	display: flex;
    align-items: center;
}
.list-t {
	font-weight: bold;
    font-size: 21px;
    margin: 0 0 5px;
}
.list-p {
	margin: 0;
    font-size: 18px;
}
.section-5 .right img {
	display: block;
	margin: 0 auto;
}
.list-icon {
	width: 40px;
}
.list-txt {
	padding-left: 10px;
	width: calc(100% - 40px);
}
/*=== END INDEX*/

/*========================== BODY DETOX - Product page*/
.prod-s1 {
	margin-top: 93px;
}
.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-button:hover {
    color: #000!important;
    background-color: #ccc!important;
}
.w3-black {
    color: #fff!important;
    background-color: #000!important;
}
.w3-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(-0%,-50%);
}
.w3-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
}
.w3-content {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.w3-display-container {
    position: relative;
}
.prod-s1 .wrapper {
	padding-top: 10px;
}
.discBox2 {
   font-size: 19px !important;
   text-transform: uppercase;
   text-align: center;
   color: #d0320e !important;
   font-weight: bold !important;
   border: none !important;
   padding: 0px 0px 0px 0px;
   line-height: 30px;
   margin: 5px 0;
}
.initial_price {
   font-size: 30px;
   color: #F00;
   text-decoration: line-through;
   text-shadow: 1px 1px 2px black;
}
.real_price {
   font-size: 39px;
   color: limegreen;
   text-shadow: 1px 1px 2px black;
}
.prod-s1-flex {
	display: flex;
    align-items: center;
}
.prod-s1-flex h2 {
	text-align: center;
	margin: 10px 0;
}
.mr-t10 {
	margin-top: 10px;
}
.prod-s2 {
    background: #f4f49a;
    text-align: center;
}
.prod-s3 {
	text-align: center;
}
.ingr-imgs {
	display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ingr {
	width: 170px;
	max-width: 100%;
}
.prod-s1-flex .left h2 {
	text-align: left;
}
.ingr p {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}
.prod-s4 {
	background: #f4f49a;
}
.prod-s4 h2,
.prod-s5 h2,
.prod-s5 h3 {
	text-align: center;
}
.prod-s2 h2,
.prod-s3 h2,
.prod-s4 h2,
.prod-s5 h2 {
	font-size: 35px;
	margin-top: 0;
	margin-bottom: 10px;
}
.prod-s4 img {
	display: block;
	margin: 0px auto 10px;
}
.prod-s4 ul {
	width: 600px;
	max-width: 80%;
    display: block;
    margin: 20px auto 0;
    font-size: 19px;
    line-height: 1.4;
}
.prod-s4 p {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}
.prod-s5 h3 {
	margin-bottom: 0;
}
.btn-scroll {
	background: red;
    width: 200px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
}
.prod-btn-scroll {
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #f2c05c;
    padding: 5px 0;
} 
#product-page .footer {
	padding-bottom: 50px;
}
/*END BODY DETOX*/

/*============ BLOG*/
.blog {
    margin-top: 93px;
}
.timg {
	display: block;
	margin: 0 auto;
}
.blog h2,
.blog h3 {
	text-align: center;
	margin: 10px 0;
}
.button-blog {
    background: none;
    border: 1px solid #000;
    display: block;
    padding: 10px 20px;
    margin: 20px auto 0;
    font-weight: bold;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    width: 180px;
    text-align: center;
}
.single-blog h3 {
	font-size: 20px;
	margin: 15px 0;
}
.blog-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.single-blog {
    max-width: 30%;
}
.blog-i {
	margin-top: 93px;
}
.blog-i h2 {
	text-align: center;
	margin-top: 0;
}
.blog-i img {
	display: block;
	margin: 0 auto;
}
.blog-btn {
	width: 100%;
	max-width: 80%;
	text-align: center;
	margin: 20px auto;
	font-size: 23px;
	padding: 20px;
	height: auto;
	background: #50b83c;
	color: #fff;
	border: 0;
	font-weight: bold;
	border-radius: 32px;
	cursor: pointer;
	text-decoration: none;
	display: block;
}
.blog-btn:hover {
	background: #049e00;
}
.bbold {
	font-weight: bold;
}
/*==== END BLOG*/

/*=============== TESTIMONIALS*/
.testimon {
	margin-top: 93px;
}
.testimon h2,
.testimon h3 {
	text-align: center;
	margin: 10px 0;
}
.single-test {
	width: 200px;
    max-width: 22%;
    text-align: center;
}
.single-test img {
	border-radius: 50%;
}
.test-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
	margin-top: 20px;
}
/*=== END TESTIMONIALS*/

/*=============== ABOUT*/
.aboutus {
	margin-top: 93px;
}
.aboutus h2,
.aboutus h3 {
	text-align: center;
	margin: 10px 0;
}
/*===END ABOUT*/

/*=================== CONTACTS*/
.contacts {
	margin-top: 93px;
}
    .form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{

    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 10px;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    border: 1px solid darkorange;
}
#myform {
	width: 400px;
    max-width: 100%;
}

.btn-form {
	background: #50b83c;
    border: 1px solid #50b83c;
    padding: 10px 80px;
    color: #fff;
    font-weight: bold;
        display: block;
    margin: 0 auto;
}
.contacts h2 {
	margin: 0px 0;
}
/*===END CONTACTS*/

/*============== FOOTER*/
.new-footer {
	background: #000;
	    margin-top: 20px;
}
.ft-flex {
	display: flex;
	align-items: flex-start;
	padding: 5px;
	border-bottom: 1px solid #404040;
}
.new-footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}
.ft-links a,
.ft-info a {
	color: #969696;
	text-decoration: none;
	padding: 5px;
	display: block;
    margin: 0;
}

.ft-links,
.ft-info {
	width: 170px;
	margin: 0px 20px 0px 20px;
}
.subs {
	width: 230px;
    height: 30px;
    background: #000;
    color: #fff;
}
#subscribe {
	background: #000;
    border: 1px solid #969696;
    padding: 10px;
    color: #fff;
    cursor: pointer;
}
.sub-btn {
	    padding: 11px;
    background: #3b3b3b;
    border: none;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    
}
.ft-social {
	margin: 0px 20px 0 0;
}
.new-footer ul {
	margin: 0;
	padding: 0;
}
.address-ft p {
	color: #969696;
	margin: 0 0 5px 0;
}
.address-ft {
	margin: 0 20px;
}
.wr-2 {
	padding: 5px;
}
.disclaimer {
	color: #969696;
	margin: 0 0 5px 0;
	text-align: center;
}
/*=== END FOOTER*/

@media (max-width: 767px) {
	.topnav {
		display: block;
	}
	.mob-hidden {
		display: none;
	}
	.section-1 .wrapper, .section-2 .wrapper, .section-3 .wrapper, .section-5 .wrapper, .test-flex {
		flex-direction: column;
	}
	.left, .right {
		width: auto;
		max-width: 100%;
	}
	.o-1 {
		order: 1;
	}
	.o-2 {
		order: 2;
	}
	.section-1 .right img {
		max-width: 70%;
		margin-bottom: 5px;
	}
	.section-1 {
	    margin-top: 78px;
	}
	.section-1 .wrapper {
		padding: 0;
		max-width: 100%;
	}
	.section-2 h2,
	.section-3 h2 {
	    font-size: 29px;
	    margin: 0;
	    text-align: center;
	}
	.section-4 h2 {
		font-size: 29px;
		text-align: center;
	}
	.prod-s2 h2, .prod-s3 h2, .prod-s4 h2, .prod-s5 h2 {
		font-size: 27px;
	}
	.section-2 h3,
	.section-3 h3 {
	    font-size: 23px;
	    margin: 10px;
	    text-align: center;
	}
	.section-2 .left img {
		margin: 0 auto;
		display: block;
	}
	.rev-flex {
		flex-direction: column;
		align-items: center;
		justify-content: space-evenly;
	}
	.single-rev {
		margin-bottom: 10px;
	}
	.list-t {
		font-size: 19px;
	}
	.list-p {
		font-size: 17px;
	}
	.prod-s1-flex {
		flex-direction: column;
	}
	.prod-s1-flex .left h2 {
		text-align: center;
	}
	.blog-flex {
	    flex-direction: column;
	}
	.single-blog {
	    max-width: 90%;
	    text-align: center;
	    display: block;
	    margin: 10px auto;
	}
	.blog-i,
	.testimon,
	.aboutus,
	.contacts {
	    margin-top: 74px;
	}
	.single-test {
		width: 280px;
	    max-width: 90%;
	    display: block;
	    margin: 5px auto;
	}
	.blog-flex, .ft-flex {
	    flex-direction: column;
	}
	.ft-social {
		margin: 20px;
		max-width: calc(100% - 30px);
	}
}
@media (max-width: 340px) {
	.ingr {
    	width: 140px;
    }
}
