/*
	Theme Name: Main
	Theme URI: https://github.com/tidythemes/blankslate
	Author: TidyThemes
	Author URI: http://tidythemes.com/
	Description: Please read: tidythemes.com/concept. Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
	Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
	Version: 2022
	Requires at least: 5.0
	Tested up to: 5.8
	Requires PHP: 7.0
	License: GNU General Public License v3 or Later
	License URI: https://www.gnu.org/licenses/gpl.html
	Text Domain: blankslate
	
	BlankSlate WordPress Theme © 2011-2022 TidyThemes
	BlankSlate is distributed under the terms of the GNU GPL
*/
@font-face{
	font-family: Averta;   
    src: url("/wp-content/media/averta.woff") format("woff"), /* Modern Browsers */
         url("/wp-content/media/averta.ttf")  format("truetype"), /* Safari, Android, iOS */
         url("/wp-content/media/averta.svg") format("svg"); /* Legacy iOS */
}
:root{
	--main-color: #e4a278;
	--main-color-tr: #f1cbb4;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,textarea,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,input{margin:0;padding:0;border:0;font-size:100%;font:inherit;font-family:Averta, Tahoma, Geneva, sans-serif;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0;width: 100%;}th,td{padding: 10px;border: 1px solid #555;line-height: 1.3em;}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}

.container { width: 100%;  padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}@media (min-width: 576px){.container {max-width: 540px;}}@media (min-width: 768px) {.container {max-width: 720px;}}@media (min-width: 992px) {.container {max-width: 960px;}}@media (min-width: 1200px){.container {max-width: 1140px;}}
.menu { width: 100%;  padding-right: 15px;padding-left: 15px;margin-right: auto;margin-left: auto;}@media (min-width: 576px){.menu {max-width: 540px;}}@media (min-width: 768px) {.menu {max-width: 720px;}}@media (min-width: 992px) {.menu {max-width: 960px;}}@media (min-width: 1200px){.menu {max-width: 1140px;}}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
h1{
	font-size: 26px;
	margin:30px 0;
}
h2 {
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
p {
    margin-bottom: 15px;
    font-size: 18px;
	line-height: 1.5em;
}
th {
    font-weight: bold;
}
strong{
	font-weight:bold;
}
input[type="submit"]{
    cursor: pointer;
    background: var(--main-color);
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
	transition: 0.2s all linear;
}
input[type="submit"]:hover {
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: 0.2s all linear;
}
.header-container {
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu{
    display: flex;
    flex-direction: row;
	flex-wrap:wrap;
}
.menu li {
    padding: 12px 15px;
}
.menu li:hover {
    background: #00000044;
}
nav#menu {
    background: var(--main-color);
}
.menu li a {
    color: #fff;
	font-size: 18px;
	text-decoration: none;
}
.current_page_item {
    background: #00000044;
}
.header-text {
    margin-left: 15px;
}
.header-text1 {
    min-width: 280px;
}
.header-text p {
    margin-bottom: 10px;
    font-size: 18px;
}
.bold{
	font-weight:bold;
}

.order-area-container {
    display: flex;
	margin-bottom: 20px;
}
.main-order-form {
    display: flex;
    flex-direction: column;
	
}
.main-order-form input {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid var(--main-color);
}
.product-review{
	flex-grow:1;
	padding: 15px;
}
.product-order{
	max-width: 380px;
	padding: 15px;
	border-radius: 5px;
	border: 2px solid var(--main-color);
	
}
.product-header-container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}
.product-container{
	padding:15px 0;
}
.order-disclaimer {
    font-size: 14px;
	margin:0;
}
.order-form-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
}
.price-container {
    margin: 10px 0 20px;
    text-align: center;
}
.newprice {
    color: var(--main-color);
    font-weight: bold;
}
.price {
    font-size: 24px;
}
.oldprice {
    color: #999;
    text-decoration: line-through;
}
.mob-menu-but {    
    display: none;
}
.order-area-bottom .product-header-container {
    flex-grow: 0;
}
.order-area-bottom {
    justify-content: space-evenly;
}
#footer {
    border-top: 3px solid var(--main-color);
    margin-top: 30px;
}
#commentform p {
    margin-bottom: 15px;
}
#commentform input, #commentform textarea{
    padding: 8px;
    border: 1px solid #777;
    border-radius: 5px;
}
#commentform p {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}
#commentform label {
    margin-bottom: 8px;
}
#reply-title, .comments-title {
    font-size: 22px;
    margin: 15px 0;
}
.comment-author {
    font-style:italic;
}
.comment {
    margin: 25px 0;
	border: 1px solid var(--main-color);
	border-radius: 5px;
}
.comment-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid var(--main-color);
    font-size: 18px;
    line-height: 18px;
}
.comment-body {
    padding: 15px;
	position:relative;
}
.comment-body:before {
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid var(--main-color);
    border-bottom: 10px solid transparent;
    position: absolute;
    transform: rotate(45deg);
    left: -2px;
    top: -7px;
}
.comment-body:after {
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid var(--main-color);
    border-bottom: 10px solid transparent;
    position: absolute;
    transform: rotate(-225deg);
    right: -2px;
    top: -7px;
}
.entry-content .size-full img {
    max-width: 800px;
	width:100%;
}
.entry-content .wp-block-image {
    text-align: center;
}
.entry-content ul {
    list-style: disc;
    margin-left: 20px;
	margin-bottom: 20px;
}
.entry-content ul li {
    margin-bottom: 12px;
    font-size: 18px;
    margin-left: 20px;	
	line-height: 1.5em;
}
.entry-content ol {
    list-style: auto;
    margin-left: 20px;
    margin-bottom: 20px;
}
.entry-content ol li {
    font-size: 18px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.wp-block-quote {
    padding: 25px 45px;
    background: var(--main-color-tr);
    margin: 0 0 15px;
}
.wp-block-quote p {
    margin: 0;
}
#y-map {
    margin: 0 0 30px;
	width: 100%;
    max-width: 600px;
}
.expert-name {
    font-style: italic;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 25px;
}
.verification-container {
    padding: 15px;
    border: 1px solid var(--main-color);
    box-shadow: 0 0 3px var(--main-color);
    margin: 15px 0;
    text-align: center;
}
.verification-container input[type="text"] {
    padding: 5px 10px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.5em;
	margin-bottom: 10px;
}
.verification-container button {
    padding: 5px 10px;
    border: 1 px solid var(--main-color);
    border-radius: 5px;
    font-size: 16px;
    background: var(--main-color);
    color: #fff;
    line-height: 1.5em;
	cursor: pointer;
}
.img-group-2>div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.img-group-2>div>figure {
    margin: 15px 30px;
}
.order-area-bottom {
    margin-top: 15px;
}
.table-header-td {
    text-align: center;
    font-weight: bold;
}
ul.beauty-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 20px 0;
	flex-wrap:wrap;
}
ul.beauty-list li {
	width: 50%;
    display: flex;
    margin: 0;
	align-items: flex-start;
}
.review-p {
    padding: 15px;
    border-left: 3px solid var(--main-color);
    margin-bottom: 25px;
}
/* RATING */

.comment-rating:not(:checked)>label {
	
    width: 28px;
    padding: 0 3px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;    
    line-height: 28px;
    color: #aaa !important;
}
@media(max-width:600px){
	.comment-rating:not(:checked)>label {		
		width: 30px;		
	}
	.comment-rating:not(:checked) > label::before {		
		font-size: 35px!important;		
	}
}
.comment-rating:not(:checked)>input {
    position: absolute;
    clip: rect(0,0,0,0);
}
.comment-rating{
	display: flex;
    flex-direction: row-reverse;
	justify-content: flex-end;
	
}
.comment-rating:not(:checked) > label::before {
    content: "\2606";
    font-size: 30px;
    padding-right: 10px;
}
.comment-rating>input:checked~label {
    color: #ea0 !important; 	
}
.comment-rating>input:checked~label::before {     
	content: "\2605";
}
.comment-rating:not(:checked)>label:hover, .comment-rating:not(:checked)>label:hover~label {
    color: gold !important;   
	transition: none;
}
.screen-reader-text{ position: absolute; margin: -1px; padding: 0; height: 1px; width: 1px; overflow: hidden; clip: rect(0 0 0 0); border: 0; word-wrap: normal!important; }
.star-rating .star-full:before { content: "\2605"; }
.star-rating .star-half:before { content: "\2605"; }
.star-rating .star-empty:before { content: "\2606"; }
.star-rating .star {
	color: #ffc107;
	display: inline-block;
	font-family: dashicons;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	height: 20px;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	vertical-align: top;
	width: 20px;
}
.comment-rating-box {
    display: flex;
    align-items: center;
	margin-bottom:10px;
}
/* !RATING */ 
.comment-form {
    border: 2px solid var(--main-color);
    padding: 20px;
    border-radius: 10px;
}
.comment-form .comment-input {
    padding: 10px;
    border: 1px solid var(--main-color);
    width: 100%;
    border-radius: 10px;
}
.comment-form p{
	margin-bottom:10px;
}
.intro-content {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid var(--main-color);
}
.intro-content p {
    margin-bottom: 0;
}
.disclaimer {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    color: #333;
}
#scrollTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
    background: var(--main-color);
    cursor: pointer;
}
#scrollTop:before {
    content: '';
	position: absolute;
    width: 20px;    
    height: 20px;
    top: 19px;
    left: 13px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
}
#callback {
    display: block;
    margin-top: 14px;
    padding: 6px 10px;
    width: 100%;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s linear all;
}
#callback:hover {
    color: #000;
    background: #fff;
    border: 1px solid;
    transition: .3s linear all;
}
.modal-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #00000085;
    z-index: 9999;
    top: 0;
    left: 0;
}
.modal.product-order{
	background: #fff;
}
.modal-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.experts-block > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.experts-item {
    width: 48%;
    text-align: center;
    padding: 25px 25px 10px 25px;
    border: 3px solid var(--main-color);
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    transition: .3s border-radius linear;
}
.experts-item:hover {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: .3s border-radius linear;
}


.experts-block {
    margin-bottom: 15px;
}
.footer {
    text-align: center;
    padding: 30px 15px 15px;
	line-height: 1.5em;
	
}
#copyright {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid var(--main-color);
}
.footer-inner {
    display: flex;
    justify-content: space-evenly;
	margin: 25px auto;
	flex-wrap: wrap;
}
.footer-title {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
	text-align: center;
}
.footer-body p {
    margin-bottom: 0px;
	font-size: 16px;
}
/* diagram */

.diagramm-part{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.circle-diagramm-4{
	display:flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.diagramm-text {
    text-align: center;
}
.metric-value {
	font-size: 10px;
}
.unit {
	fill: none;
	stroke-width: 5;
	transition: 1.5s stroke-dasharray cubic-bezier(0.61, 0, 0.44, 1);
	-webkit-transition: 1.5s stroke-dasharray cubic-bezier(0.61, 0, 0.44, 1);
	-moz-transition: 1.5s stroke-dasharray cubic-bezier(0.61, 0, 0.44, 1);
	-o-transition: 1.5s stroke-dasharray cubic-bezier(0.61, 0, 0.44, 1);
}

.unit:nth-child(1) {
	stroke: #dddddd;
	
}

.unit-first {
	stroke: var(--main-color);
	stroke-dasharray: 0 100;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}	
.unit-second {
	stroke: var(--main-color);
	stroke-dasharray: 0 100;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}
.unit-third {
	stroke: var(--main-color);
	stroke-dasharray: 0 100;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}
.unit-fourth {
	stroke: var(--main-color);
	stroke-dasharray: 0 100;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}

/* !diagram */

/* metrics */

#metric-block > div {
    display: flex;
	justify-content: space-evenly;
}
.metric-part {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: var(--main-color);
    color: #fff;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	margin: 15px auto;
}
.metric-item {
    text-align: center;
    width: 250px;
}
.metric-num {
    font-size: 28px;
	font-weight: bold;
}
.metric-part p {
    margin-bottom: 0;
}

/* !metrics */

.ingr-img img{
	width:auto!important;
	border-radius: 30px!important;
}
.ingredients-group > div {
    display: flex;
    flex-wrap: wrap;
}
.ingredient-item {
    max-width: 200px;
    margin: 20px auto;
}
.expert-item, .review-item{
    padding: 0 20px;
    border-left: 3px solid var(--main-color);
    border-right: 3px solid var(--main-color);
    border-radius: 10px;
    margin-bottom: 30px;
}
.expert-meta {
    text-align: right;
	font-style: italic;
}
.review-author {
    margin-bottom: 0;
}
.wp-block-column img {
    width: auto!important;
}
@media (max-width:991px){
	.header-text1 {
		min-width: 260px;
	}
	.order-area-container {
		flex-direction: column;
	}
	.product-order {
		max-width: 100%;
	}
	.product-review{
		padding: 0;
		margin-bottom: 15px;
		margin-left: 15px;
	}
	.menu {
		flex-direction: column;
	}
	nav#menu {
		display: none;
	}
	#header {
		border-bottom: 3px solid var(--main-color);
	}
	.mob-menu-but {
		letter-spacing: 10px;
		padding: 5px 10px;
		text-align: center;
		cursor: pointer;
		display: block;
	}
	.experts-item {
		width: 100%;
		margin-bottom: 15px;
	}
	.experts-block > div{
		flex-direction: column;
	}
	.diagramm-part{
		width: 160px;
	}
}
@media (max-width:767px){
	.header-text p{
		font-size:16px;		
	}
	.header-text1 {
		min-width: 150px;
	}
	.product-container img {
		max-width: 200px;
		max-height: 200px;
	}
	ul.beauty-list li{
		width: 100%;
		margin-bottom:15px;
	}
	.diagramm-part {
		width: 200px;
	}
	.metric-num {
		font-size: 20px;
	}
	.metric-part {
		width: 100px;
		height: 100px;
	}
	.metric-text {
		font-size: 14px;
	}
	.ingredient-item {
		max-width: 100%;
	}
	.ingredient-item > div {
		display: flex;
	}
	.ingr-img img{
		margin-right: 20px;
	}
}
@media (max-width:575px){
	.header-container{
		flex-direction:column;
	}
	.header-text1 {
		margin-bottom: 10px;
	}
	.header-text{
		margin:0;
	}
	.product-header-container {
		flex-direction: column;
		text-align: center;
	}
	
	.product-review{
		margin-left: 0;
	}
	p, li{
		font-size:16px!important;
	}
	.img-group-2>div {
		flex-direction: column;
	}
	.img-group-2>div>figure {
		margin: 10px 10px;
	}
	#metric-block > div {
		flex-wrap: wrap;
	}
	.ingr-img img {
		width: 120px!important;
		height: auto;
	}
}
@media (max-width:450px){
	.diagramm-part {
		width: 140px;
	}
	.ingredient-item > div {
		display: block;
	}
	.ingr-img img{
		float:left;
	}
}