/* nav */
.nav-area {
	padding: 2em 0;
	display: flex;
	justify-content: space-between;
}
.nav-left {
	display: flex;
	justify-content: space-between;
}
.nav-right li a {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
}
.nav-right .active a,
.nav-right a:focus {
	font-weight: 700;
	border-bottom: 2px solid #AA152A;
}
.nav-right li {
	margin-left: 3em;
}
.nav-right ul {
	display: flex;
}
.navbar-toggle {
	border: 0;
	background-color: #fff;
	display: none;
}
/* /nav */

/* header */
.header-area {
	margin-bottom: 4em;
	padding: 0 0 1em 3em;
}
.header-content {
	flex: 1;
	margin-right: 2em;
}
.header-content h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 48px;
}
.header-content h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 48px;
}
.header-content span {
	color: #AA152A;
}
.header-content a {
	margin-top: 2em;
	display: inline-block;
}
.header-img {
	max-width: 504px;
	margin: 0 auto;
}
.header-img img {
	width: 100%;
}
.header-container {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
/* /header */



/* about */
.about-container {
	display: flex;
	flex-wrap: wrap;
}
.about-feature {
	flex: 1;
	text-align: center;
	margin: 1em 2.5em;
}
.about-feature p {
	font-size: 14px;
}
/* /about */

/* author */
.author-area {
	margin-top: 1em;
	margin-bottom: 4em;
}
.author-area h2 {
	margin-left: 210px;
}
.author-area h3 {
	margin-left: 210px;
}
.author-left {
	width: 210px;
}
.author-img {
	max-width: 514px;
}
.author-img img {
	width: 100%;
}
.author-container {
	display: flex;
	flex-wrap: wrap;
}
.author-foreword {
	flex: 1;
	/* flex: 1 0 10%; */
	/* min-width: 600px; */
	padding: 0 2em 0 4em;
}
.author-foreword h4 {
	margin-top: 0;
}
.author-foreword .autograph {
	margin-top: 3em;
}
.author-over {
	color: #AA152A;
	font-size: 48px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	position: absolute;
	line-height: 57px;
	text-decoration: underline;
	margin-top: -455px;
	margin-left: -205px;
}
/* /author */


/* whatisit */
.whatisit-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #AA152A;
	text-decoration: underline;
	transform: translateY(-150%) rotate(-90deg);
}
.whatisit-bg {
	background-color: #AA152A;
	max-width: 790px;
	height: 440px;
	margin: -380px 0 0 auto;
}
/* /whatisit */

/* tablets */
.tablets-area {
	margin-top: 3em;
	margin-bottom: 7em;
}

.tablets-text {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #AA152A;
}
.tablets-left {
	width: 100px;
	height: 100%;
}
.tablets-middle {
	margin: 0 auto;
}

.tablets-elements {
	display: flex;
	height: 400px;
}
.tablets-text {
	display: flex;
	align-items: flex-end;
	transform: translateX(-100%) translateY(75%) rotate(-90deg);
	transform-origin: top left;
}
.tablets-img {
	background-image: url("../img/tablets-desktop.png");
	width: 790px;
	height: 366px;
}

/* /tablets */

/* ingredients */
.ingredients {
	display: flex;
	flex-wrap: wrap;
}
.ingredients-left {
	width: 800px;
}
.ingredients-container {
	display: flex;
	flex-wrap: wrap;
	/* width: 66%; */
	/* flex: 1; */
}
.ingredients-right {
	/* width: 34%; */
	flex: 1;
}
.ingredient {
	/* border: 1px solid teal; */
	display: flex;
	flex-direction: column;
	text-align: center;
	padding: 3em 8em 0 0;
	width: 395px;
	box-sizing: border-box;
}
.ingredient p {
	font-size: 14px;
}
.ingredient h4 {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 1.5em 0;
}
.ingredients-right h4 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	font-size: 18px;
}
.ingredients-right {
	background-color: #375787;
	color: #fff;
	padding: 8em 4em 4em 4em;
}
/* /ingredients */


/* clickandbuy */
.clickandbuy-area {
	margin-bottom: 3em;
	margin-top: 7em;
}
.clickandbuy-right {
	display: flex;
	flex-wrap: wrap;
	margin-left: 7em;
	padding: 0 0 1em 4em;
}
.clickandbuy-cta {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	display: flex;
}
.clickandbuy-cta a,
.clickandbuy-cta span {
	margin-top: 1em;
}
.price {
	font-size: 24px;
	font-weight: 700;
	margin-right: 1.5em;
}
.oldprice {
	text-decoration: line-through;
	color: #959EB2;
	font-size: 18px;
	font-weight: 400;
	margin-right: 7em;
	padding-top: 6px;
}
.clickandbuy-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #375787;
	text-transform: uppercase;
}
.clickandbuy-img {
	position: relative;
}
.clickandbuy-book {
	margin-top: -90px;
}
.btn-basket {
	margin-bottom: 1em;
	text-align: center;
}
/* /clickandbuy */



/* facts */
.facts-area {
	display: flex;
	/* margin: 10em 0 14em 0; */
	margin-bottom: 3em;
}
.facts h2 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 36px;
}
.facts h3 {
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 36px;
}
.facts {
	/* width: 1200px; */
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
}
.facts-myths {
	max-width: 400px;
}
.facts-facts {
	/* width: 800px; */
	flex: 1;
}
.facts-container {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-around; */
}
.fact {
	max-width: 378px;
	/* border: 1px solid teal; */
	margin-left: 20px;
	margin-bottom: 3em;
}
.fact h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-top: 1em;
	line-height: 31px;
}
.fact p {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 18px;
}
.fact-img img {
	width: 100%;
}
.myths-container {
	background-color: #AA152A;
	padding: 1em 4em;
}
.myths-container h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 0;
}
.myths-container p,
.myths-container h3,
.myths-container h4 {
	color: #fff;
}
.myth {
	display: flex;
	flex-direction: column;
}
.myth-img {
	align-items: center;
	margin: 2em 0 0 0;
}
/* /facts */


/* howitworks */
.howitworks-area {
	margin-bottom: 4em;
	padding: 4em 0;
}
.howitworks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

	margin-left: 100px;
}
.howitworks-img {
	width: 100%;
	max-width: 444px;
	margin: 0 auto;
}
.howitworks-info {
	flex: 1;
	margin-left: 4em;
}
.howitworks-info h4 {
	margin-top: 0;
}
.howitworks-text,
.howitworks-text-sm {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #1B9588;
}
.howitworks-text {
	text-decoration: underline;
	margin-top: -2em;
}
.howitworks-text-sm {
	display: none;
}
/* /howitworks */

/* testimonials */
.testimonial {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5em;
}
.testimonial p {
	flex: 1;
	margin: 0 3em;
}
.testimonial-author {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 2em;
}
.testimonial-img {
	/* background-color: #375787; */
	width: 205px;
	height: 205px;
}
.testimonial-right {
	text-align: left;
	flex-direction: row;
}
.testimonial-left {
	text-align: right;
	flex-direction: row-reverse;
}
/* /testimonials */

/* media */
.media-area {
	background-color: #1B9588;
	color: #fff;
	margin-top: 1em;
	/* margin-bottom: 2em; */
	padding-top: 1em;
	padding-bottom: 4em;
}
.medias {
	margin: 0 auto;
	width: 95%;
}
/* /media */

/* buybook */
.buybook-area {
	padding-left: 2em;
	box-sizing: border-box;
}
.buybook {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-bottom: 4em;
}
.buybook p {
	margin: 0 6em 4em 0;
}
.buybook img {
	max-width: 530px;
	width: 100%;
}
.buybook-area h3 {
	font-size: 48px;
}
.buybook-right {
	/* flex: 1; */
}
.buybook-left {
	flex: 1;
	/* width: 100%; */
	/* min-width: 500px; */
}
/* /buybook */


/* guide */
.guide-bg {
	background-color: #1B9588;
	max-width: 790px;
	height: 440px;
	margin: -380px 0 0 auto;
}
.guide-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #1B9588;
	text-decoration: underline;
}
/* /guide */

/* products */
.products {
	margin-top: -3em;
}
.product {
	/* border: 1px solid; */
	/* display: flex; */
	/* justify-content: center; */
	text-align: center;
	max-width: 400px;
}
.product-name,
.product-desc {
	padding: 0 1em;
}
.product-img img {
	width: 100%;
}
.product-name {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.product-desc {
	font-size: 14px;
}
.product-price {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.product-price-info {
	display: flex;
	justify-content: space-around;
}
.product-discount {
	text-decoration: line-through;
	color: #959EB2;
}
.product-addtobasket {
	margin-bottom: 4em;
}
.products-morediscounts {
	margin-top: 4em;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.slick-dots li button:before {
	font-size: 16px;
	color: #1B9588;
	/* color: red; */
	/* opacity: 1; */
}
/* .slick-dots li.slick-active button:before {
	font-size: 6px;
	width: 8px;
    height: 8px;
	border: 3px solid;
	border-radius: 16px;
}
 */
/* /products */


/* blog */
.blog-area .blog-posts {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-area .blog-post {
	max-width: 379px;
}
.blog-area img {
	width: 100%;
}
.blog-tagline {
	max-width: 788px;
	margin: 0 auto 2.5em auto;
}
.blog-post-date {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
}
.blog-post-author {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #AA152A;
	margin-left: 1em;
}
/* .blog-post h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 24px;
} */
.blog-post-readmore a {
	color: #AA152A;
	text-decoration: underline;
	margin-left: 0.5em;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
}
.blog-allposts {
	display: flex;
	justify-content: center;
	margin: 2em auto;
}
/* /blog */

/* footer */
footer {
	color: #fff;
	font-size: 18px;
}
footer a {
	color: #fff;
}
.footer-main-container {
	background-color: #AA152A;
	padding: 2em 0;
}
.footer-main {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-left {
	margin: 0 7em 2em 0;
}
.footer-left img {
	width: 145px;
}
.footer-links {
	display: flex;
	justify-content: space-between;
}
.footer-links ul {
	/* margin: 0 5.5em 0 0; */
}
.footer-links ul li {
	margin-bottom: 0.7em;
}
.footer-address {
	margin-top: 2em;
}
.footer-right {
	display: flex;
	margin-top: 1em;
}
.footer-social {
	margin-left: 4em;
	display: flex;
}
.footer-social a {
	margin-left: 1em;
}
.footer-madeby-container {
	background-color: #375787;
}
.footer-madeby {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1em;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}
.footer-project img {
	margin-left: 1em;
}
/* /footer */
