* {
    border:0;
    margin: 0;
}
/* body::-webkit-scrollbar {
	width: 10px;
	background-color: #FFF;
}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px #4d4d56;
	border-radius: 10px;
	background-color: #FFF;
}
body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 1px #4d4d56;
	background-color: #4d4d56;
} */

a#inline-login {
    cursor:pointer;
}
.resend-verify-url {
    color:#4e4e56;
    text-decoration: underline;
}
input:-webkit-autofill {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

input:focus,
input:-webkit-autofill:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 0 0px 9999px white,
                        0 0 8px rgba(102, 175, 233, 0.6);
}
body, html {
    margin:0;
    background-color: #FFF;
    overflow-x: hidden;
}
a {
	text-decoration: none;
}
/* a:hover {
	text-decoration: underline;
} */

.color-green-umami {
	background-color: #93ad8c;
}
.color-gray-umami {
	background-color: #4d4d56;
}
.color-white-umami {
	background-color: #FFF;
}
.none {
	display: none;
}
.block {
	display: block;
}
.bigger {
	font-size: 22px;
}



.unselectable {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */      
}


.clear-tag {
    clear:both;
}
#main-wrapper {
    
    width:100%;
    max-width:1366px;
    box-sizing: border-box;
    /* min-width: 349px; */
    min-width: 320px;
    margin:0 auto;
    
   
}

#fixed-box {
	background-color: #fff;
	z-index: 100;
	width: 100%;
}

/* treści podstron */
.wp-content-editor {
    width:100%;
    box-sizing: border-box;
    padding:20px;
    padding-left:0px;
    padding-right:0px;
}
@media screen and (max-width: 500px) {
    .wp-content-editor {
        padding-left:26px;
        padding-right:26px;
    }
}

/**************************
    GŁÓWNA STRONA
    page-main.php
**************************/
.main-page-box {
	position: relative;
	max-width: 1200px;
	width: 100%;
	max-height: 362px;
	height: auto;
	overflow: hidden;
}
.main-page-box a.image-link {
	font-size: 0;
}
.main-page-box .content {
	width: 37%;
}
.main-page-box .content h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 34px;
}
.main-page-box .content .short-description {
	font-size: 20px;
	line-height: 28.24px;
	margin-bottom: 5px;
}
.main-page-box-left {
	/* width:100%; */
	float: left;
	background-color:#4d4d56;
}
.main-page-box-right {
    /* width:100%; */
    background-color:#4d4d56;
}
.main-page-box-left .image-container {
	position: relative;
	width: 60%;
	height: 362px;
	float: left;
	background-image: url('https://umaminaturalcosmetics.com/wp-content/themes/umami/img/homepage/pasek1.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.main-page-box-left.bottom {
	margin-bottom: 77px;
}
.main-page-box-left.bottom .image-container {
	width: 60%;
	height: 362px;
	background-image: url('https://umaminaturalcosmetics.com/wp-content/themes/umami/img/homepage/pasek3.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.main-page-box.bottom .content {
	width: 37%;
}
.main-page-box .content.right {
	width: 37%;
}

.main-page-box-right .image-container {
	position: relative;
	float: right;
	background-image: url('https://umaminaturalcosmetics.com/wp-content/themes/umami/img/homepage/pasek2.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 60%;
	height: 362px;
}
.main-page-box-left .image-container .image-text, .main-page-box-right .image-container .image-text {
	position: absolute;
	letter-spacing: 6px;
	font-weight: normal;
	font-size: 73px;
	line-height: 73px;
	color: #FFF;
	text-align: center;
	font-family: 'Rund-Grotesk_medium', sans-serif;
	width: 80%;
	margin: 0 60px;
}
.main-page-box-right .image-container .image-text, .main-page-box-left.bottom .image-container .image-text {
	font-size: 23px;
	font-size: 1.610vw; /* font-size: 22px */
	line-height: 33px;
	width: 85%;
	margin: 0 51px;
}
.main-page-box-left img#preview {
    width:100%;
    height:auto;
}
.main-page-box-right img#preview {
    width:100%;
    height:auto;
}
.main-page-box .content .more {
	font-family: 'Rund-Grotesk_medium', sans-serif;
	font-size: 16px;
	color: #9e9e9e;
	letter-spacing: 2px;
	margin-top: 5%;
	margin-bottom: 5%;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
}
.main-page-box .share2 {
	display: none;
	margin-top: 50px;
}	
.main-page-box .share {
	/* display: block; */
	margin-top: 20px;
	position: absolute;
	bottom: 37px;
}
.main-page-box .share a {
	float: left;
}
.main-page-box .share a img, .main-page-box .share2 a img {
	width: 22px;
}
.main-page-box-left.main-page-box.main-page-box-bottom .image-container {
	width:60%;
}

.green-box {
	width:100%;
	padding:70px 100px;
	box-sizing: border-box;
	font-family:'Rund-Grotesk_medium',Sans-Serif;
	font-size:34px;
	line-height:46.8px;
	letter-spacing: 0.16em;
	text-align: center;
	color:#FFF;
	text-transform: uppercase;
}
.horizontal-space {
    width:100%;
    height:30px;
}

@media screen and (max-width: 1365px) {
	.green-box {
		font-size: 2.489vw;
	}
	.main-page-box .content h2 {
		font-size: 34px;
		font-size: 2.489vw;
		margin-top: 20px;
		margin-bottom: 5px;
		line-height: 3.294vw;
	}
	.main-page-box .content .short-description {
		font-size: 20px;
		font-size: 1.464vw;
		line-height: initial;
	}
}
@media screen and (max-width: 1000px) {
	.green-box {
		padding: 30px 100px;
		line-height: 34px;
	}
	.main-page-box-left .image-container .image-text {
		font-size: 50px;
		line-height: 50px;
	}
	.main-page-box-right .image-container .image-text, .main-page-box-left.bottom .image-container .image-text {
		font-size: 22px;
		line-height: 30px;
	}
	.main-page-box .content h2 {
		font-size: 3vw;
	}
	.main-page-box .content .short-description {
		font-size: 1.5vw;
	}
	.main-page-box .content .more {
		font-size: 13px;
	}
	.main-page-box .share {
		bottom: 20px;
	}
}
@media screen and (max-width: 1200px) {
	.main-page-box .share {
		bottom: 10px;
	}
}
@media screen and (max-width: 800px) {
	.green-box {
		line-height: 26px;
		padding: 30px 60px;
	}
	.main-page-box, .horizontal-space {
		background-color: #FFF !important;
		max-height: initial;
	}
	.main-page-box .image-container, .main-page-box .content, .main-page-box .content.right, .main-page-box-left.bottom .image-container, .main-page-box.bottom .content {
		float: none;
		width: 80%;
		margin: 0 auto;
		color: #4d4d56;
		padding: 0;
	}
	.main-page-box .content h2 {
		font-size: 26px;
		line-height: 26px;
		margin-bottom: 20px;
		color: #4d4d56;
		width: 100%;
	}
	.main-page-box .content .short-description {
		font-size: 16px;
	}
	.main-page-box .content .share {
		display: none;
	}
	.main-page-box .content .share2 {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	#main-slider #slider-container {
		max-height: initial;
	}
	.green-box {
		padding: 20px 50px;
		font-size: 22px;
		line-height: 34px;
	}
	.main-page-box .image-container, .main-page-box .content, .main-page-box-left.bottom .image-container, .main-page-box.bottom .content {
		width: 100%;
		text-align: center;
	}
	.main-page-box .image-container {
		width: 100%;
	}
	.main-page-box .image-container .image-text {
		width: 100%;
		margin: 0;
	}

	.main-page-box .content h2 {
		display: none;
	}
	.main-page-box .content .short-description {
		margin: 20px auto;
		margin-bottom: 50px;
	}
	.main-page-box .content .more {
		color: #535353;
		border-bottom: 1px solid #535353;
	}
}
/**************************
    WSZYSTKIE PRODUKTY 
    page-wszystkie-produkty.php
**************************/
.add-to-cart-action {
	cursor:  pointer;
}

#products-section {
	margin-top: -200px;
}
.background-title {
	position: relative;
	padding-bottom: 255px;
	padding-top: 40px;
	width: 100%;
	height: 100%;
	color: #FFF;
	text-align: center;
	font-family: 'Caudex', serif;
	top: 0px;
}
.background-title h1 {
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
}
.background-title p {
	font-size: 14px;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	max-width: 1366px;
}
#products-section .product-box {
	margin-bottom: 25px;
	max-width: 1200px;
	width: 100%;
	max-height: 444px;
	/* max-height: 420px; */
	height: auto;
	overflow: hidden;
	position: relative;
}
#products-section .product-box .content-image-container {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 444px;
	padding-right: 480px;
	box-sizing: border-box;
}
.content {
	font-family: 'Rund-Grotesk_medium', sans-serif;
	float: left;
	color: #FFF;
	width: 37%;
	padding-left: 3%;
}
.content:first-child {
	width: 60%;
	padding: 0;
}
#products-section .content-right {
	position: relative;
	width: 480px;
	padding-left: 40px;
	box-sizing: border-box;
	z-index: 10;
	background-color: #4d4d56;
}
#products-section .content:first-child img {
	display: none;
}
#products-section .content {
	float: right;
}
#products-section .content:first-child {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
}
.content img {
	width: 100%;
	overflow: hidden;
	height: 100%;
}
.content .share {
    display: block;
    text-align:  right;
    font-size: 12px;
    /* margin-top: 2%; */
}
#products-section .content .share2 {
	display: none;
}
#products-section .content .share {
	padding-right: 20px;
}
#products-section .content .share img, #products-section .content .share2 img {
	padding-top: 10px;
	width: 22px;
}
.content .share a {
	color: #FFF;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
	letter-spacing: 2px;
}
.content h2 {
	letter-spacing: 6px;
	font-weight: normal;
	font-size: 25px;
	line-height: 31.6px;
	text-transform: uppercase;
	color: #FFF;
	width: 90%;
}
#products-section .content a {
	text-decoration: none;
}
#products-section .content h2 {
	width: 91%;
	margin-top: 10px;
	height: auto;
}

.content .short-description {
	font-family: 'Caudex', serif;
	font-size: 14px;
	line-height: 20.2px;
	width: 90%;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#products-section .content .short-description {
	margin-top: 10px;
	width: 85%;
	height: 80px;
}
#products-section .button-addToBasket{
	height: 50px;
	margin-right: 40px;
	margin-bottom: 20px;
	color: #4d4d56;
	font-size: 14px;
	border: none;
	box-sizing: border-box;
	/* padding: 10px; */
}
#products-section .button-addToBasket {
	margin-top: 20px;
	letter-spacing: 0.1em;
}
#products-section .price {
	float: left;
	color: #FFF;
	font-size: 32px;
	letter-spacing: 0.08em;
}
#products-section .price .small-price {
	font-size: 22px;
}
#products-section .buy-button {
	float: left;
	text-align: center;
	font-size: 19px;
	color: #4d4d56;
	background-color: #FFF;
	padding: 10px 15px;
}
#products-section .buy-button:hover {
	background-color: #EDECEC;
}
#products-section .buy-button2 {
	display: none;
}
#products-section .button-addToBasket .quantity-box {
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 3px;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-user-select: none; /* Chrome, Opera, Safari */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
#products-section .button-addToBasket .quantity-box .quantity {
	font-size: 14px;
}
#products-section .controls {
	cursor: pointer;
	/* padding: 10px 5px; */
	font-size: 28px;
}
#products-section .number {
	font-size: 18px;
}


#products-section .additionals {
	margin-bottom: 15px;
	max-width: 367px;
}
#products-section .additionals .box1, #products-section .additionals .box2{
	float: left;
	font-size: 14px;
	width: 100%;
	letter-spacing: 0.08em;
}
#products-section .additionals .box2 {
	/* margin-top: 5px; */
}
#products-section .additionals .box2 a {
	color: #FFF;
	font-size: 12px;
}
#products-section .additionals .box2 .availability-form {
	background-color: #93AD8C;
	/* height: 75px; */
	margin-top: 2%;
	padding: 5px;
}
#products-section .additionals .box2 .availability-form input {
	font-family: 'Rund-Grotesk_medium', sans-serif;
	padding: 5px;
	box-sizing: border-box;
}
#products-section .additionals .box2 .availability-form input.email {
	width: 100%;
	margin-bottom: 0;
}
#products-section .additionals .box2 .availability-form .checkbox {
	color: #000;
	font-size: 7px;
	margin-top: 5px;
}
#products-section .additionals .box2 .availability-form .input-checkbox {
	vertical-align: top;
	margin-top: 5px;
}	
#products-section .additionals .box2 .availability-form input.submit {
	float: right;
	border: none;
	background-color: #93AD8C;
	margin-top: 5px;
	cursor: pointer;
}
#products-section .additionals ul, .ingredients-contents ul {
	list-style-type: none;
	padding: 0;
}
#products-section .additionals ul > li{
	margin-bottom: 20px;
}
#products-section .additionals ul > li:before, .ingredients-contents ul > li:before {
	content:  "- ";
	text-indent: -5px;
}
#products-section .additionals ul li.unavailable {
	color: #ff4a4a;
	font-size: 16px;
	margin-bottom: 0;
}
#products-section .additionals ul > li.unavailable:before {
	content:  "";
}
#products-section .content .more {
	display: block;
	font-family: 'Rund-Grotesk_medium', sans-serif;
	font-size: 12px;
	color: #9e9e9e;
	letter-spacing: 0.16em;
	margin-bottom: 25px;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
}
#products-section .bottom-box {
	margin-bottom: 30px;
}
#products-section .bottom-box {
	float: none;
	font-family: 'Rund-Grotesk_medium', sans-serif;
	font-size: 12px;
}
#products-section .bottom-box a {
	display: inline-block;
	font-family: 'Caudex', serif;
	font-size: 20px;
	color: #FFF;
	background-color: #93ad8c;
	border-radius: 10px;
	padding: 8px 12px 8px 12px;
}
#products-section .bottom-box .opinia {
	margin-bottom: 10px;
	letter-spacing: 0.16em;
	color: #9e9e9e;
}
#products-section .play {
	display: inline;
	width: 95px;
	vertical-align: middle;
}

@media screen and (max-width: 1150px) {
	#products-section .product-box {
		max-height: 400px;
	}
	#products-section .product-box .content-image-container {
		padding-right: 400px;
	}
	#products-section .content-right {
		width: 400px;
		padding-left: 30px;
	}
	#products-section .content h2 {
		font-size: 20px;
		line-height: 29px;
	}
	#products-section .content .short-description {
		font-size: 13px;
	}
	#products-section .content .more {
		margin-bottom: 10px;
	}
	#products-section .button-addToBasket .price {
		font-size: 26px;
	}
	#products-section .price .small-price {
		font-size: 16px;
	}
	#products-section .controls {
		font-size: 18px;
	}
	#products-section .buy-button {
		font-size: 14px;
		padding: 8px 10px;
	}
	#products-section .button-addToBasket {
		margin-bottom: 0;
	}
	#products-section .bottom-box a {
		font-size: 16px;
	}

	#products-section .additionals {
		max-width: 317px;
	}
	#products-section .additionals ul li.unavailable {
		font-size: 14px;
	}
	#products-section .additionals .box2 {
		font-size: 13px;
	}
	#products-section .additionals .box2 .availability-form input.submit {
		font-size: 13px;
	}
}
@media screen and (max-width: 1000px) {

	#products-section .content h2 {
		font-size: 20px;
		line-height: 24px;
	}
	#products-section .content .short-description {
		margin-top: 0;
		line-height: 16px;
	}
}
@media screen and (max-width:805px) {
	#products-section {
		margin-top: -140px;
	}
}
@media screen and (max-width:800px) {
	.background-title {
		padding: 55px 0;
		/* margin-bottom: 10px; */
	}
	.background-title h1 {
		font-size: 22px;
		line-height: 38px;
	}
	.background-title p {
		font-size: 16px;
	}
	.paddings-82 {
		padding-left:0;
		padding-right:0;
    }
	.product-box {
		background-color: #FFF;
		overflow: initial;
	}
	#products-section {
		margin-top: 0%;
	}
	#products-section .product-box {
		max-height: initial;
		background-color: #FFF;
		margin-bottom: 30px;
	}
	#products-section .product-box .content-image-container {
		padding: 0;
		position: static;
		height: 75vw;
		max-height: initial;
	}
	#products-section .content {
		float: none;
		width: 100%;
		color: #4d4d56;
		margin: 0 auto;
	}
	#products-section .content:first-child {
		float: none;
		position: static;
	}
	#products-section .content-right {
		background-color: #FFF;
		padding-left: 15px;
		padding-right: 15px;
	}
	#products-section .content h2 {
		font-size: 25px;
		color: #4d4d56;
		line-height: 1.2;
		height: auto;
		clear: both;
	}
	#products-section .product-box .short-description {
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 15px;
		line-height: 20px;
		height: auto;
	}
	#products-section .content .more {
		color:#4d4d56;
		/* font-weight: bold; */
		margin-bottom: 0;
	}

	#products-section .content .share {
		display: none;
	}
	#products-section .content .share2 {
		display: block;
		float: right;
	}
	.content h2 {
		/* font-size: 4.5vw; */
		font-size: 22px;
	}
	.content .short-description {
		/* font-size: 3vw; */
		font-size: 14px;
	}
	#products-section .price {
		color: #4d4d56;
	}
	#products-section .button-addToBasket {
		margin-top: 30px;
		margin-bottom: 10px;
		height: auto;
	}
	#products-section .button-addToBasket .quantity-box {
		color: #4d4d56;
		margin-top: 0;
	}
	#products-section .button-addToBasket .price {
		font-size: 32px;
	}
	#products-section .number {
		font-size: 24px;
	}
	#products-section .controls {
		font-size: 28px;
		margin: 0 10px;
		background-color: #d2d2d2;
		padding: 0px 8px;
	}
	#products-section .buy-button {
		background-color: #4d4d56;
		color: #FFF;
	}
	#products-section .buy-button:hover {
		background-color: #656571;
	}
	#products-section .bottom-box .opinia {
		margin-bottom: 5px;
	}
	#products-section .controls:hover {
		background-color: #C4C4C4;
	} 

	#products-section .additionals {
		margin-top: 20px;
	}
	#products-section .additionals ul li.unavailable {
		font-size: 16px;
	}
	#products-section .additionals .box2 a {
		font-size: 12px;
		letter-spacing: 0.16em;
		color: #4d4d56;
	}
	#products-section .additionals .box2 .availability-form .checkbox {
		line-height: 12px;
	}
	#products-section .additionals .box2 .availability-form .checkbox .input-checkbox {
		width: 12px;
	}
}
@media screen and (max-width:600px) {
	.background-title h1 {
		/* margin-right: 15px;	
		margin-left: 15px; */
		width: 90%;	
	}
	.background-title p {
		padding: 0 15px;
	}
}
@media screen and (max-width:485px) {
	#products-section .play {
		width: 75px;
	}
	#products-section .bottom-box {
		font-size: 12px;
		float: left;
	}
	#products-section .bottom-box a {
		font-size: 14px;
	}
	#products-section .buy-button {
		display: none;
	}
	#products-section .buy-button2 {
		display: block;
		/* margin-top: 10px; */
		margin-bottom: 30px;
		font-size: 18px;
	}
	#products-section .button-addToBasket {
		height: auto;
	}

	#products-section .additionals .box2 .availability-form {
		max-width: 263px;
	}
	#products-section .additionals .box2 a {
		font-size: 11px;
	}

}


/**************************
    KARTA PRODUKTU 
    karta-produktu.php
**************************/
#product-card p, #product-card h2, #product-card a, #product-card ul {
	color: #4d4d56;
}
#product-card .product-box {
	padding-top: 40px;
	margin-bottom: 25px;
	max-width: 1200px;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#product-card .product-box .content-left {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#product-card .product-box .content:first-child img {
	/* background-color: #efefee; */
	width: 100%;
	max-width: 550px;
	height: auto;
	opacity: 0;
}
#product-card .product-box .content:first-child img.made-with-love-logo {
	opacity: 1;
	width: 150px;
	position: absolute;
	/* top: 0; */
	left: 0;
}

#product-card .product-box .title {
	position: relative;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-right: 45px;
	line-height: 41px;
	font-size: 35px;
	letter-spacing: 0.16em;
}
#product-card .product-box .share {
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
#product-card .product-box .share img {
	width: 20px;
}
#product-card .product-box .content-right {
	position: relative;
}
#product-card .product-box .short-description {
	font-size: 21px;
	width: 95%;
}
#product-card .product-box .short-description .short p {
	line-height: 24px;
}
#product-card .product-box .short-description .capacity {
	font-family: 'Rund-Grotesk_medium', sans-serif;
	margin-top: 15px;
}

#product-card .shopping {
	border: 2px solid #c6c6c9;
	/* margin-top: 5%; */
	width: 100%;
}
#product-card .shopping p {
	font-size: 25px;
}
#product-card .button-addToBasket {
	/* border: 2px solid #c6c6c9; */
	box-sizing: border-box;
	/* padding: 12px 13px 15px 13px; */
	/* padding: 10px; */
	font-size: 20px;
	color: #c6c6c9;
	-webkit-user-select: none; /* Chrome, Opera, Safari */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
#product-card .button-addToBasket {
	margin-top: 50px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
#product-card .price {
	float: left;
	color: #000;
	font-size: 38px;
	margin-top: 5px;
}
#product-card .price .small-price {
	font-size: 28px;
}
#product-card .buy-button {
	float: left;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	background-color: #93ad8c;
	padding: 13px 13px;
}
#product-card .buy-button:hover {
	background-color: #82997C;
}
#product-card .button-addToBasket .quantity-box {
	float: left;
	text-align: center;
	color: #4e4e56;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-user-select: none; /* Chrome, Opera, Safari */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
#product-card .button-addToBasket .quantity-box .quantity {
	font-size: 14px;
}
#product-card .controls {
	cursor: pointer;
	font-size: 28px;
	background-color: #d2d2d2;
	padding: 0px 8px;
}
#product-card .controls:hover {
	background-color: #C4C4C4;
}

#product-card .number {
	font-size: 24px;
}
#product-card .buy-button2 {
	display: none;
	margin-top: 10px;
}
#product-card .additionals {
	margin-bottom: 30px;
}
#product-card .additionals .box1, #product-card .additionals .box2{
	float: left;
	font-size: 14px;
	width: 100%;
	letter-spacing: 0.08em;
}
#product-card .additionals .box1 {
	margin-top: 30px;
}
#product-card .additionals .box2 {
	margin-top: 10px;
	margin-bottom: 30px;
}
#product-card .additionals .box2 .availability-form {
	background-color: #93AD8C;
	/* height: 75px; */
	margin-top: 2%;
	padding: 5px;
}
#product-card .additionals .box2 .availability-form input {
	/* border: 1px solid #c6c6c9; */
	font-family: 'Rund-Grotesk_medium', sans-serif;
	padding: 5px;
	box-sizing: border-box;
}
#product-card .additionals .box2 .availability-form input.email {
	width: 100%;
	margin-bottom: 0;
	height: 30px;
	/* font-family: sans-serif; */
}
#product-card .additionals .box2 .availability-form .checkbox {
	color: #000;
	font-size: 10px;
	margin-top: 5px;	
	letter-spacing: initial;
}
#product-card .additionals .box2 .availability-form .input-checkbox {
	vertical-align: top;
	margin-top: 5px;
}	
#product-card .additionals .box2 .availability-form input.submit {
	float: right;
	border: none;
	background-color: #93AD8C;
	margin-top: 20px;
	cursor: pointer;
}
#product-card .additionals ul, .ingredients-contents ul {
	list-style-type: none;
	padding: 0;
}
#product-card .additionals ul > li{
	margin-bottom: 20px;
}
#product-card .additionals ul > li:before, .ingredients-contents ul > li:before {
	content:  "- ";
	text-indent: -5px;
}
#product-card .additionals ul li.unavailable {
	color: #ff4a4a;
	font-size: 22px;
	/* font-weight: bold; */
	margin-bottom: 0;
	margin-top: 20px;
}
#product-card .additionals ul > li.unavailable:before {
	content:  "";
}
#product-card .bottom-box {
	float: none;
	font-family: 'Rund-Grotesk_medium', sans-serif;
	font-size: 14px;
}
#product-card .bottom-box a {
	font-family: 'Caudex', serif;
	font-size: 20px;
	color: #FFF;
	background-color: #93ad8c;
	border-radius: 10px;
	padding: 7px 10px;
}
#product-card .bottom-box .opinia {
	margin-bottom: 10px;
	letter-spacing: 0.16em;
}
#product-card .play {
	display: inline;
	width: 100px;
	vertical-align: bottom;
}


/* Informacje o produkcie */
.product-information {
	font-family: 'Caudex', serif;
}
.product-information .section-button-container {
	width: 100%;
	border: 1px solid #bcbcbc;
	box-sizing: border-box;
	letter-spacing: 0;
}
.content.product-information.ingredients .section-button-container {
	margin-bottom: 20px;
}
.product-information .section-button, .product-information .ingredients-button {
	color: #4d4d56;
	font-family: 'Rund-Grotesk_medium', sans-serif;
	display: inline-block;
	width: 33.3333%;
	padding: 13px 0;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	box-sizing: border-box;
}
.product-information .ingredients-button {
	width: 100%;
	cursor: initial;
	text-align: left;
	margin-left: 15px;
}

.product-information .product-description {
	border-right: 1px solid #bcbcbc;
}
.product-information .for-who {
	border-right: 1px solid #bcbcbc;
}
.product-information .contents {
	border: 1px solid #bcbcbc;
	border-top: none;
	width: 100%;
	padding: 36px;
	display: none;
	font-size: 20px;
	box-sizing: border-box;
}
.product-information .contents.block {
	display: block;
}
.product-information .contents.block p {
	margin-bottom: 20px;
} 
.product-information .product-description-contents > p:first-child {
	margin-top: 0;
}
.product-information .section-button.active {
	background-color: #93AD8C;
}
.product-information .section-button.ingredients {
	width: 100%;
}
.product-information .ingredients-contents {
	border: none;
}
.product-information .ingredients-contents ul {
	font-size: 14px;
}
.product-information .ingredients-contents ul li {
	margin-bottom: 2%;
	padding-bottom: 2px;
	border-bottom: 1px solid #BBBBBB;
}
.product-information .ingredients-contents p {
	font-size: 10px;
	margin-top: 20px;
  }
.product-gallery img {
	width: 100%;
	height: auto;
}


@media screen and (max-width: 1366px) {
	#product-card .product-box .title {
		font-size: 34px;
		font-size: 2.489vw;
	}
	#product-card .product-box .short-description {
		font-size: 20px;
		line-height: 20px;
		/* font-size: 1.83vw; */
	}
	#product-card .button-addToBasket .quantity-box {
		margin-top: 5px;
	}
	#product-card .price {
		font-size: 32px;
	}
	#product-card .price .small-price {
		font-size: 22px;
	}
	#product-card .buy-button {
		font-size: 15px;
	}
/* 	#product-card .button-addToBasket {
		font-size: 1.464vw;
	} */
}
@media screen and (max-width: 1250px) {
	#product-card .product-information .contents {
		font-size: 22px;
	}
	#product-card .product-box .title {
		font-size: 24px;
		line-height: 30px
	}
	#product-card .product-box .short-description .short p {
		font-size: 16px;
		line-height: 20px
	}
	#product-card .button-addToBasket {
		margin-top: 15px;
	}
	#product-card .additionals {
		margin-bottom: 20px
	}
	#product-card .additionals .box1 {
		margin-top: 25px
	}
	#product-card .additionals ul > li {
		margin-bottom: 10px;
	}
	#product-card .product-information .ingredients-contents ul {
		font-size: 15px;
	}
	#product-card .buy-button {
		display: none;
	}
	#product-card .buy-button2 {
		display: block;
	}
	#product-card .play {
		width: 70px;
	}
	#product-card .bottom-box {
		font-size: 13px;
	}
	#product-card .bottom-box a {
		font-size: 16px;
	}
}
@media screen and (max-width: 930px) {
	#product-card .product-box {
		overflow: visible;
	}
	#product-card .content {
		float: none;
		margin: 0 auto;
		width: 80%;
		padding: 0;
	}
	#product-card .product-box .content-left {
		margin-bottom: 25px;
	}
	#product-card .product-box .title {
		padding-top: 25px;
		padding-right: 0;
		margin-bottom: 20px;
		font-size: 26px;
		line-height: 31px;
	}
	#product-card .additionals .box1 {
		font-size: 12px;
		line-height: 17px;
	}
	#product-card .product-box .short-description {
		font-size: 16px;
	}
	#product-card .product-box .short-description .short p {
		margin-bottom: 20px;
	}
	#product-card .product-box .short-description .capacity {
		margin: 0;
		font-size:25px;
		line-height: 41px;
	}
	#product-card .button-addToBasket {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#product-card .button-addToBasket {
		margin-bottom: 0;
	}
	#product-card .price {
		font-size: 38px;
	}
	#product-card .price .small-price {
		font-size: 28px;
	}
	#product-card .button-addToBasket .quantity-box {
		margin-top: 10px
	}
	#product-card .controls {
		background-color: #d2d2d2;
		padding: 0px 8px;
	}
	#product-card .additionals ul > li {
		margin-bottom: 20px;
	}
	#product-card .product-information .section-button {
		font-size: 14px;
	}
	#product-card .product-information .contents {
		font-size: 18px;
		padding: 20px 20px 40px 20px;
	}
	#product-card .product-information.ingredients {
		margin-top: 30px !important;
	}
	#product-card .product-information .ingredients-contents ul {
		font-size: 16px;
	}
	#product-card .product-gallery {
		text-align: center;
	}
	#product-card .product-gallery img {
		width: 80%;
	}
}

@media screen and (max-width:748px) {
	#product-card .product-box .content:first-child img.made-with-love-logo {
		top: 0;
	}
}
@media screen and (max-width:600px) {
	#product-card .content:first-child, .product-gallery img {
		width: 100%;
	}
	#product-card .content, #product-card .content.product-information {
		width: 95%;
	}
}




.recommended-product .background-container {
	background-color: #FFF;
	padding-bottom:17px;
}
.recommended-product h2.title {
	padding-top: 15px;
	padding-bottom:0px;
	font-family:'Rund-Grotesk_medium',Sans-Serif;
	font-size:14px;
	letter-spacing: 2px;
	height: 50px;
	line-height:18px;
	text-align: left;
	text-transform: uppercase;
	color: #4d4d56;
}
.recommended-product h2.excerpt {
	padding: 5px 17px 5px 0;
	font-family:'Caudex';
	font-size:14px;
	letter-spacing: 2px;
	line-height:15px;
	min-height: 110px;
	text-align: left;
	color: #4d4d56;
}
.recommended-product p.more {
	font-family:'Rund-Grotesk_medium',Sans-Serif;
	font-size:12px;
	letter-spacing: 2px;
	line-height:12px;
	text-align: left;
	text-transform: uppercase;
	color: #4d4d56;
}
.recommended-product .thumbnail-container {
	background-size: contain;
	background-position: center center;
	background-color: #FFF;
}
.recommended-product img.thumbnail {
	width:100%;
	display: block;
	height:auto;
}
.recommended {
   width:100%; 
    box-sizing: border-box;
   
}

.recommended h2.section-title {
	margin-top:76px;
	margin-bottom: 40px;
	font-family:'Rund-Grotesk_medium',Sans-Serif;
	font-size:34px;
	letter-spacing: 6px;
	line-height:33px;
	text-align: center;
	font-weight: normal;
}
.recommended p.short-desc {
	margin-top:22px;
	font-family:'Caudex';
	font-size:14px;
	letter-spacing: 2px;
	line-height:14px;
	text-align: center;
	margin-bottom:34px;
}
.recommended .container {
	padding:1%;
	padding-top:0px;
}
.recommended a.link {
	display:block;
	color:#FFF;
}
.recommended a.link:hover p.more {
	text-decoration: underline;
}
.recommended-product {
	width:25%;
	float:left;
	box-sizing: border-box;
	padding:7px;
	padding-top:7px;
}

.umami-checkbox {
    width: 15px;
    height: 15px;
    background-color: #FFF;
    display:block;
    position:absolute;
}
label.checked .umami-checkbox {
    background-image: url(../img/checkbox.svg);
    background-repeat:no-repeat;
    background-size:85%;
    background-position:center center;
    
    
}
input:focus {
    outline: none;
   
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

@media screen and (min-width:1150px) {
	.recommended-product:nth-child(4n+1) {
		clear:both;
	}
}
@media screen and (min-width:750px) and (max-width:1150px) {
    .recommended-product:nth-child(3n+1) {
        clear:both;
    }
    .recommended-product {
        width:33%;
    }
}
@media screen and (min-width:500px) and (max-width:750px) {
    .recommended-product:nth-child(2n+1) {
        clear:both;
    }
    .recommended-product {
        width:50%;
    }
}
@media screen and (max-width:520px) {
	#product-card .product-box .short-description .short p {
		font-size: 14px;
	}
	#product-card .bottom-box .opinia {
		display: none;
	}
	#product-card .bottom-box a {
		display: block;
	}
	#product-card .product-information .contents {
		font-size: 14px;
	}
	#product-card .product-information .section-button {
		font-size: 10px;
		font-weight: bold;
	}
	.product-information .section-button.active {
		background-color: #e0e7de;
	}
	#product-card .content.product-information.ingredients .section-button-container {
		border: none;
	}
	.product-information .ingredients-contents ul li {
		border: none;
	}
	.product-information .ingredients-contents {
		margin-left: 40px;
	}
}
@media screen and (max-width:500px) {
    .recommended-product:nth-child(2n+1) {
        clear:both;
    }
    .recommended-product {
        width:50%;
    }
    .recommended-product h2.title {
    	height: 80px;
    }
    .recommended h2.section-title {
    	font-size: 25px;
    }
    .recommended-product h2.excerpt {
    	display: none;
    }
}


/*  POLECANE - SZARE */
.recommended.grey .recommended-product .background-container {
	background-color: #4d4d56;
}
.recommended.grey .recommended-product h2.title, .recommended.grey .recommended-product h2.price, .recommended.grey .recommended-product p.more {
	color: #FFF;
	padding-left: 20px;
}
.recommended.grey .recommended-product h2.title {
	height: 70px;
	/* padding-right: 20px; */
}
.recommended.grey .recommended-product h2.price {
	font-weight: normal;
	font-size: 22px;
}
.recommended.grey .recommended-product h2.price .small-price {
	font-size: 16px;
}
.recommended.grey .recommended-product .button-addToBasket  {
	height: 50px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	background-color: #FFF;
	color: #4d4d56;
	font-size: 14px;
	border: 1px solid #c4c4c7;
	box-sizing: border-box;
	padding: 10px;
	padding-top: 16px;
}
.recommended.grey .recommended-product .button-addToBasket .buy-button {
	text-align: center;
}

.recommended.grey .recommended-product .button-addToBasket .shop-left {
	/* width: 60%; */
	/* float: left; */
	text-align: center;
}
.recommended.grey .recommended-product .button-addToBasket .quantity-box {
	width: 40%;
	float: left;
	text-align: center;
	-webkit-user-select: none; /* Chrome, Opera, Safari */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
}
.recommended.grey .recommended-product .button-addToBasket .quantity-box .controls {
	padding: 10px 5px;
	font-weight: bold;
	cursor: pointer;
}

@media screen and (max-width:500px) {
	.recommended-product {
		padding: 10px;
	}
	.recommended.grey .recommended-product h2.title {
		padding: 10px;
		height: 60px;
	}
	.recommended.grey .recommended-product h2.price {
		padding-left: 10px;
	}
	.recommended.grey .recommended-product .button-addToBasket {
		margin-right: 10px;
		margin-left: 10px;
		padding: 10px;
	}
	.recommended.grey .recommended-product p.more {
		padding-left: 10px;
	}
}
@media screen and (max-width:350px) {
	.recommended.grey .recommended-product h2.title {
		height: 100px;
	}
}
/* footer page template */
.footer-page {
	margin-top:100px;
}
.footer-page-content.wp-content-editor {
    min-height: 350px;
    color:#4e4e56;
    font-family:'Caudex';
    font-size:20px;
    letter-spacing: 0px;
    line-height:28.24px;
    padding-top:0px;
}
#footer-menu.left-menu {
    margin-top:0px;
}


.footer-page-content.wp-content-editor {
	width:100%;
	box-sizing: border-box;
	padding-left:470px;
	padding-right:40px;
	padding-top: 15px;
	overflow-y: auto;
	/* height: 650px; */
}
.footer-page-content.wp-content-editor h2 {
	text-align: center;
	margin-bottom: 30px;
}
.footer-page-content.wp-content-editor p a {
	color: #4d4d56;
}
@media screen and (max-width:1200px) {
    .footer-page-content.wp-content-editor {
         padding-left:270px;
    }
    #footer-menu.left-menu ul {
        font-size:16px;
        letter-spacing: 2.4px;
    }
    #footer-menu.left-menu ul li {
        padding-bottom:30px;
    }
}

@media screen and (max-width:800px) {
    #footer-menu ul li {
    	display: block;
    }
    #footer-menu.left-menu ul li {
        display:inline-block;
        text-align: center;
    }
    #footer-menu.left-menu {
        position: static;
        margin-bottom: 40px;
    }
    .footer-page-content.wp-content-editor {
        padding-left:10px;
        padding-right:10px;
        padding-top:0px;
    }
	.footer-page-content.wp-content-editor p {
		padding-bottom: 15px;
		font-size: 16px;
	}
    .footer-page {
        margin-top: 40px;
    }
}
@media screen and (max-width:400px) {
	.footer-page-content.wp-content-editor p {
		font-size: 14px;
	}
}	


