/*
  Theme Name: Worek Kawy
  Author: Sodova
  Version: 1.0
*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	font-size: 13px;
  	font-weight: 400;
	line-height: 1.5;
	color:#35271C;
	font-family: 'Montserrat', sans-serif!important;
 	padding: 0;
  	margin: 0;
	opacity: 0;
	transition: opacity .2s;
}

@media (min-width:1200px){
	body {
		font-size: 16px;
	}
}

body.loaded{
	opacity: 1;
}

p{
	margin-bottom: 24px;
}

p:last-child{
  margin-bottom: 0;
}

ol,
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul, ol{
  margin-bottom: 25px;
}

ul:last-child,
ol:last-child{
  margin-bottom: 0;
}

p{
  margin-top: 0;
}

p:last-child{
  margin-bottom: 0;
}

a{
	text-decoration: none;
	color:inherit;
  transition: .3s;
}

img{
	max-width: 100%;
	height: auto;
}

.wrapper{
	width: 100%;
  	padding-right: 20px;
	padding-left: 20px;
	margin: 0 auto;
}

@media (min-width:992px){
  .wrapper{
    max-width: 1360px;
    padding-right: 40px;
    padding-left: 40px;
  }

	.wrapper--full{
		max-width: 100%;
	}
}

.wrapper--relative{
	position: relative;
}

.row{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row--0{
	margin-left: 0;
	margin-right: 0;
}

.row > [class^="col"]{
  padding-left: 15px;
  padding-right: 15px;
}

.row--0 > [class^="col"]{
	padding-left:0;
	padding-right: 0;
}

.col-3{
	width: calc(100% / 4);
}

.col-md-3,
.col-lg-3,
.col-xl-3{
	width: 100%;
}

.col-4{
	width: calc(100% / 3);
}

.col-lg-4, 
.col-md-4,
.col-sm-4,
.col-xl-4{
	width: 100%;
}

.col-5{
  width: calc(100% / 12 * 5);
}

.col-lg-5,
.col-xl-5{
	width: 100%;
}

.col-6{
  width: calc(100% / 2);
}

.col-sm-6,
.col-lg-6,
.col-xl-6{
	width: 100%;
}

.col-7{
  width: calc(100% / 12 * 7);
}

.col-lg-7,
.col-xl-7{
	width: 100%;
}

.col-8{
	width: calc(100% / 12 * 8);
}

.col-lg-8{
	width: 100%;
}

.col-10{
	width: calc(100% / 12 * 10);
}

@media (min-width:576px){
	.col-sm-6{
		width: calc(100% / 2);
	}
}


@media (min-width:767px){
	.col-md-3{
		width: calc(100% / 4);
	}

	.col-md-4{
		width: calc(100% / 3);
	}
}

@media (min-width:992px){
	.col-lg-3{
		width: calc(100% / 4);
	}

	.col-lg-4{
		width: calc(100% / 3);
	}

	.col-lg-5{
		width: calc(100% / 12 * 5);
	}

	.col-lg-6{
		width: calc(100% / 12 * 6);
	}

	.col-lg-7{
		width: calc(100% / 12 * 7);
	}

	.col-lg-8{
		width: calc(100% / 12 * 8);
	}
}

@media (min-width:1200px){

	.col-xl-3{
		width: calc(100% / 12 * 3);
	}

	.col-xl-4{
		width: calc(100% / 12 * 4);
	}

	.col-xl-5{
		width: calc(100% / 12 * 5);
	}

	.col-xl-6{
		width: calc(100% / 12 * 6);
	}

	.col-xl-7{
		width: calc(100% / 12 * 7);
	}

}
  

.offset-1{
  margin-left: calc(100% / 12 * 1);
}

.offset-2{
	margin-left: calc(100% / 12 * 2);
  }

.offset-7{
	margin-left: calc(100% / 12 * 7);
}

@media (min-width:992px){
	.offset-lg-1{
		margin-left: calc(100% / 12 * 1);
	}

	.offset-lg-2{
		margin-left: calc(100% / 12 * 2);
	}

	.offset-lg-7{
		margin-left: calc(100% / 12 * 7);
	}
}


@media (min-width:1200px){
	.offset-xl-1{
		margin-left: calc(100% / 12 * 1);
	}

	.offset-xl-2{
		margin-left: calc(100% / 12 * 2);
	}
}
  

.order-1{
	order: 1;
}

.order-2{
	order: 2;
}

@media (min-width:1200px){
	.order-xl-1{
		order: 1;
	}
	
	.order-xl-2{
		order: 2;
	}	
}

.dflex{
  display: flex;
  flex-wrap: wrap;
}

.ml-auto{
  margin-left: auto;
}

.social{
  display: flex;
}

.social li:not(:last-child){
  margin-right: 25px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
	font-family: ivypresto-display, serif;
  font-weight: 600;
	margin: 0 0 20px;
	padding: 0;
	color:#004738;
	 line-height: 1.3;
}

h1, .h1{
	font-size: 30px;
}

@media (min-width:1200px){
	h1, .h1{
		font-size: 36px;
	}
}

h2, .h2{
	font-size: 24px;
}

@media (min-width:1200px){
	h2, .h2{
		font-size: 30px;
	}
}

h3, .h3{
  font-size: 20px;
}

@media (min-width:1200px){
	h3, .h3{
		font-size: 24px;
	  }
}

h4, .h4{
  font-size: 16px;
}

@media (min-width:1200px){
	h4, .h4{
		font-size: 20px;
	}
}

h5, .h5{
	font-size: 16px;
}

a{
  transition: .5s;
}


strong{
  font-weight: 600;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  min-width: 155px;
  position: relative;
  background: #004738;
  border:2px solid #004738;
  outline: 0;
  height: 44px;
  border-radius: 22px;
  color:#fff;
  font-family: ivypresto-display, serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width:1200px){
	.btn{
		height: 56px;
		border-radius: 28px;
		min-width: 210px;
		font-size: 16px;
	}
}

.btn--small{
	  min-width: initial;
	  height: 44px;
 	  border-radius: 22px;
	  padding: 0 20px;
}

.btn-white{
	border-color:#fff;
}

.btn-woocommerce{
	background: #fff;
	color:#004738;
}

header{
	position: absolute;
	width: 100%;
	top:1px;
	left:0;
	z-index: 8999;
	padding: 20px 0;
}

@media (min-width:1200px){
	header{
		top:20px;
		height: 100px;
	}
}

header.is-fixed,
.menu-open header,
.single-product header,
.page-template-page-register header,
.page-template-page-woocommerce header{
	transition: background .4s;
	position: fixed;
	background: #fff;
	top:0;
}

header.is-fixed{
	box-shadow: 0 3px 12px 0 rgba(0,0,0,0.1);
}

.header-container{
	display: flex;
	align-items: center;
}

.logo{
	align-self: center;
	text-align: center;
	width: 100%;
	flex: 0 auto;
	line-height: 0;
}

.logo a{
	display: inline-block;
	line-height: 0;
}

@media (min-width:1200px){
	.logo{
		width: auto
	}
}

.logo svg{
	width: 145px;
	height: auto;
}

@media (min-width:1200px){
	.logo svg{
		width: 290px;
	}
}

header.is-fixed path,
.menu-open header path,
.single-product header path,
.page-template-page-register header path,
.page-template-page-woocommerce header path{
	transition: .4s;
	fill:#35271C;
}

.button-mobile-menu{
	position: absolute;
	left:20px;
	top:50%;
	transform: translateY(-50%);
	width: 23px;
	height: 16px;
	background: transparent;
	border:0;
	outline: 0;
	cursor: pointer;
}

@media (min-width:1200px){
	.button-mobile-menu{
		display: none;
	}
}

.button-mobile-menu .sp{
	display: block;
	width: 100%;
	height:2px;
	background-color: #fff;
	position: absolute;
	left:0;
	transition: all .3s;
	transform-origin: center center;
}

.button-mobile-menu .sp-1{
	top:0;
}

.button-mobile-menu .sp-2{
	top:50%;
	margin-top: -1px;
}

.button-mobile-menu .sp-3{
	bottom:0;
}

.button-mobile-menu.is-active .sp-1{
	top:calc(50% - 1px);
	transform: rotate(45deg);
	
}

.button-mobile-menu.is-active .sp-2{
	opacity: 0;
}

.button-mobile-menu.is-active .sp-3{
	bottom:calc(50% - 1px);
	transform: rotate(-45deg);
}

.is-fixed .button-mobile-menu .sp,
.menu-open .button-mobile-menu .sp,
.single-product .button-mobile-menu .sp,
.page-template-page-register .button-mobile-menu .sp,
.page-template-page-woocommerce .button-mobile-menu .sp{
	background-color: #35271C;
}



.nav__left{
	flex:1;
	position: absolute;
	top:69px;
	left: 0;
	width: 100%;
	height: calc(100vh - 69px);
	background: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}


.menu-open .nav__left{
	opacity: 1;
	visibility: visible;
}

@media (min-width:1200px){
	.nav__left{
		opacity: 1;
		visibility: visible;
		position: relative;
		width: auto;
		height: auto;
		background: transparent;
		padding-left:0;
		padding-right: 0;
		padding-top: 0;
		top:auto;
		left:auto;
	}
}

.nav__right{
	flex:1;
	text-align: right;
	position: absolute;
	right:20px;
}

@media (min-width:1200px){
	.nav__right{
		position: relative;
		right: auto;
	}
}

.nav__right-search,
.nav__right-myaccount{
	opacity: 0;
	visibility: hidden;
	display: none;
}

@media (min-width:1200px){
	.nav__right-search,
	.nav__right-myaccount{
		opacity: 1;
		visibility: visible;
		display: block;
	}
}

.nav ul{
	display: block;
}

@media (min-width:1200px){
	.nav ul{
		display: inline-flex;
		margin-bottom: 0;
	}
}


.nav__left li{
	margin-right: 30px;
	margin-bottom: 15px;
}

@media (min-width:1200px){
	.nav__left li{
		margin-bottom: 0;
	}
}

@media (min-width:1360px){
	.nav__left li{
		margin-right: 50px;
	}
}

.nav__right li{
	margin-right: 20px;
}

.nav li:last-child{
	margin-right: 0;
}



@media (min-width:1200px){
	.nav .menu-item__left{
		display:none;
	}
}


.nav .menu-item__right{
	display:none;
}

@media (min-width:1200px){
	.nav .menu-item__right{
		display:flex;
		align-items:center;
		margin-right:35px;
	}
}

.nav .menu-item a{
	color:#fff;
	font-weight: 600;
	transition: 0s;
	display: inline-block;
	position:relative;
}

@media (max-width:1200px){
	.nav .menu-item a{
		font-size: 24px;
	}
}

@media (min-width:1200px){
	.nav .menu-item a:after{
		content:"";
		position:absolute;
		bottom:0;
		right:0;
		width:0;
		height:1px;
		background:#fff;
		-webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
   				transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	}

	.nav .menu-item a:hover:after{
		left: 0;
		right: initial;
		width: 100%;
	}
}


.nav__right .menu-item a{
	position: relative;
}

.nav__right .show:after{
	content: attr(data-number);
	position: absolute;
	right:-8px;
	top:-8px;
	width: 17px;
	height: 17px;
	background: #004738;
	border-radius: 50%;
	text-align: center;
	line-height: 17px;
	font-size: 9px;
	font-weight: 600;
	color:#fff;
}

.nav__right li{
	position: relative;
}

.search-container{
	background-color: #fff;
	width: 100%;
}

.search-container__desktop{
	top:100px;
	padding: 90px 0;
	position: absolute;
	box-shadow: 0 3px 3px 3px rgba(0,0,0,0.1);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	display: none;
	border-top:1px solid #D9D2CC;
}

@media (min-width:1200px){
	.search-container__desktop{
		display: block;
	}
}

.search-container__mobile{
	margin-bottom:30px;
}

@media (min-width:1200px){
	.search-container__mobile{
		display: none;
	}
}



.search-container.is-active{
	opacity: 1;
	visibility: visible;
}

.search-container form{
	display: flex;
	position: relative;
}

.search-container__desktop form{
	width: 835px;
	margin: 0 auto;
}

.search-container .field{
	margin-bottom: 0;	
	width: 100%;
}

@media (min-width:1200px){
	.search-container .field{
		margin-right: 10px;
	}
}

.search-container .btn{
	border-radius: 10px;
}

.search-container__mobile .btn{
	position: absolute;
	right:0;
	top:0;
	background: transparent url(img/search-mobile.svg) no-repeat center;
	height:100%;
	width: 64px;
	padding: 0;
	text-indent: -99999px;
	border:0;
	min-width: auto;
}

.box-menu{
	margin-top: 50px;
}

@media (min-width:1200px){
	.box-menu{
		display: none;
	}
}

.box-menu .title{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

.box-menu img{
	margin-right: 10px;
}

.box-menu ul{
	padding-left: 33px;
}

.box-menu a{

}

.small-basket{
	position: absolute;
	right:0;
	background-color: #fff;
	padding: 10px 20px 20px;
	max-height: 350px;
	width: 388px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	display: none;
}

@media (min-width:1200px){
	.small-basket{
		display: block;
	}
}

.nav__right li:hover .small-basket{
	opacity: 1;
	visibility: visible;
}

.small-basket table{
	text-align: left;
	font-size: 12px;
}

.small-basket .cart_item{
	background: url(img/hr.svg) no-repeat center bottom;
}

.small-basket .cart_item td{
	padding-bottom: 5px;
	padding-top: 10px;
}

.small-basket .product-thumbnail{
	width: 107px;
	padding: 0 17px;
}

.small-basket .h4{
	margin-bottom:0;
}

.small-basket .button{
	margin-top: 20px;
}

.small-basket .btn{
	width: 100%;
	color:#fff!important;
}

.small-basket .amount{
	margin-right:10px;
}

.is-fixed .nav a,
.menu-open .nav a,
.single-product .nav a,
.page-template-page-register .nav a,
.page-template-page-woocommerce .nav a{
	color:#35271C;
	transition: color .4s;
}


@media (min-width:1200px){
	.is-fixed .nav a:after,
	.menu-open .nav a:after,
	.single-product .nav a:after,
	.page-template-page-register .nav a:after,
	.page-template-page-woocommerce .nav a:after{
		background:#35271C;
	}
}
@media (min-width:992px){
	.block-padding{
		margin-left: 40px;
		margin-right: 40px;
		width: calc(100% - 80px);
	}
}

.swiper-pagination{
	width: 100%;
	left:0;
	line-height: 0;
	text-align: center;
	margin-top: 40px;
	position: relative;
}

.swiper-pagination .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	background: #004738;
	border:2px solid #004738;
	margin-left: 9px;
	margin-right: 9px;
	opacity: 1;
}


.swiper-pagination .swiper-pagination-bullet-active{
	background: transparent;
}

.woocommerce-cart main{
	min-height: calc(100vh - 421px);
}

/* Slider */

.block-slider {
	margin-bottom: 100px;
	position: relative;
}

@media (min-width:1200px){
	.block-slider {
		margin-bottom: 200px;
	}
}

.block-slider .swiper-slide{
	height: 100vh;
	max-height: 920px;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-slider .swiper-slide:before{
	content: "";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	z-index: 0;
}

.block-slider .wrapper {
	position: relative;
	z-index:3;
}

.block-slider .h1{
	color:#fff;
	margin-bottom: 35px;
}


@media (min-width:1200px){
	.block-slider .h1{
		font-size: 56px;
		margin-bottom: 65px;
	}
}

.block-slider .swiper-slide img{
	position: absolute;
	left:0;
	top:0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.block-slider .swiper-button-next,
.block-slider .swiper-button-prev{
	display: none;
}

@media (min-width:1200px){
	.block-slider .swiper-button-prev,
	.block-slider .swiper-button-next{
		display: flex;
		align-items:center;
		justify-content:center;
		padding:10px;
	}
}

.block-slider .swiper-button-prev img,
.block-slider .swiper-button-next img{
	height:100%;
	width:auto;
}


@media (min-width:1200px){
	.block-slider .swiper-button-prev{
		left: 40px;
	}
	
	.block-slider .swiper-button-next{
		right:initial;
		left:106px;
	}
}

@media (min-width:1360px){
	.block-slider .swiper-button-prev{
		left: calc((100% - 1280px) / 2);
	}
	
	.block-slider .swiper-button-next{
		left: calc(((100% - 1280px) / 2) + 65px);
	}
}

@media (min-width:1200px){
	.block-slider .swiper-button-next,
	.block-slider .swiper-button-prev{
		bottom:34px;
		top:initial;
		transform:translateY(0);

		width:56px;
		height:56px;
	}
}


.block-slider .swiper-pagination{
	position: absolute;
	bottom:140px;
}

@media (min-width:1200px){
	.block-slider .swiper-pagination{
		display: none;
	}
}


.block-slider .swiper-pagination .swiper-pagination-bullet{
	border-color:#fff;
	background-color: transparent;
}

.block-slider .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #fff;
}


.block-slider .today{
	position: absolute;
	width: 100%;
	left:0;
	bottom:-20px;
	color:#fff;
}

@media (min-width:1200px){
	.block-slider .today{
		bottom:-45px;
	}
}

.block-slider .today .row{
	justify-content: flex-end;
}

.block-slider .today-container{
	background: #C7A17A;
	padding: 15px 15px 35px 100px;
	position: relative;
	display: flex;
	align-items: center;
}

@media (min-width:1200px){
	.block-slider .today-container{
		padding: 35px 30px 65px 165px;
	}
}

.block-slider .today-container:before{
	content: "";
	width: 100%;
	position: absolute;
	left:0;
	bottom: 20px;
	height: calc(100% - 20px);
	background: linear-gradient(0deg, rgba(0,0,0,0.075) 0%, rgba(255,255,255,0) 100%);
}

@media (min-width:1200px){
	.block-slider .today-container:before{
		bottom: 45px;
		height: calc(100% - 45px);
	}
}

.block-slider .image{
	position: absolute;
	left: 0;
	top: -20px; 
	width: 100%;
	height: calc(100% - 10px);
	max-width: 100px;
}

@media (min-width:1200px){
	.block-slider .image{
		left: 15px;
		top: -45px; 
		max-width: 135px;
	}
}

.block-slider .image img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.block-slider .today-content{
	margin-right: 15px;
	position: relative;
	z-index:2;
}

@media (min-width:1200px){
	.block-slider .today-content{
		margin-right: 30px;
	}
}

.block-slider .today .sub{
	font-size: 11px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
}

@media (min-width:1200px){
	.block-slider .today .sub{
		margin-bottom: 10px;
	}
}

.block-slider .today .h3{
	color:#fff;
	margin-bottom: 3px;
	font-size: 18px;
}

@media (min-width:1200px){
	.block-slider .today .h3{
		font-size: 24px;
	}
}

.block-slider .button{
	margin-left: auto;
}

.block-slider .today .btn{
	min-width: auto;
	padding-left: 25px;
	padding-right: 25px;
}

@media (min-width:1200px){
	.block-slider .today .btn{
		padding-left: 40px;
		padding-right: 40px;
	}
}

/* Top */

.block-top{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80vh;
	min-height: 550px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 40px;
}

@media (min-width:1200px){
	.block-top{
		align-items: flex-end;
	}
}

.block-top:before{
	content: "";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 0;
}

.block-top .header{
	text-align: center;
}

@media (min-width:1200px){
	.block-top .header{
		padding-bottom: 100px;
	}
}

.block-top  .h1{
	color:#fff;
}

@media (min-width:1200px){
	.block-top  .h1{
		font-size: 56px;
	}
}

/* Top single */

.block-top-single{
	position: relative;
	margin-bottom: 30px;
	padding-top: 100px;
	text-align: center;
	padding-bottom: 30px;
}

@media (min-width:1200px){
	.block-top-single{
		padding-top: 170px;
		padding-bottom: 0;
	}
}

.block-top-single:before{
	content: "";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: #004738 url(img/single.png) no-repeat center;
}

@media (min-width:1200px){
	.block-top-single:before{
		height: 660px;
		max-height: 100vh;
	}
}

.block-top-single .image{
	line-height: 0;
}

.block-top-single  .h1{
	margin-bottom: 35px;
	color:#fff;
}

@media (min-width:1200px){
	.block-top-single  .h1{
		font-size: 56px;
	}
}



/* Breadcrumbs */

.block-breadcrumbs{
	margin-bottom: 40px;
	font-size: 12px;
	color:#35271C;
}

@media (min-width:1200px){
	.block-breadcrumbs{
		margin-bottom: 100px;
	}
}

.single-post .block-breadcrumbs{
	margin-bottom: 40px;
}

@media (min-width:1200px){
	.block-breadcrumbs + .block-content{
		margin-top: -40px;
	}
}


.block-breadcrumbs a{
	color:inherit;
}

.block-breadcrumbs a:hover{
	color:#004738;
}

.block-breadcrumbs .spacer{
	width: 5px;
	height: 8px;
	background: url(img/breadcrumbs.svg) no-repeat center;
	display: inline-flex;
	margin: 0 10px;
}

.block-breadcrumbs .breadcrumb_last{
	color:#A8A19B;
}

/* Text */

.block-text{
	text-align: center;
	padding-bottom: 60px;
	position: relative;
}

@media (min-width:1200px){
	.block-text{
		padding-bottom: 100px;
	}
}

.block-text-bg:before{
	content: "";
	position: absolute;
	top:50%;
	left:0;
	transform: translate(0, -50%);
	width: 100%;
	height: 455px;
	background-image: url(img/text-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: -1;
}

@media (min-width:1200px){
	.block-text-bg:before{
		background-size: auto;
	}
}

.block-text--bg-color{
	background: #EEE3D7;
}

.block-background-text--default + .block-text--bg-color{
	margin-top: -60px;
}

@media (min-width:1200px){
	.block-background-text--default + .block-text--bg-color{
		margin-top: -100px;
	}
}
/* Content */

.block-content ul,
.block-content ol{
	margin: 24px 0 40px;
}

.block-content ul:last-child,
.block-content ol:last-child{
	margin-bottom:0;
}

.block-content li{
	padding-left: 17px;
	position: relative;
	margin-bottom: 24px;
}

.block-content li:last-child{
	margin-bottom:0;
}

.block-content ol > li{
	padding-left:25px;
}

.block-content li > ol,
.block-content li > ul{
	margin-bottom:0;
}

.block-content ul > li:before{
	content: "";
	background: #35271C;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	position: absolute;
	left:0;
	top:7px;
}

@media (min-width:1200px){
	.block-content ul > li:before{
		top:9px;
	}
}

.block-content ul > li:last-child{
	margin-bottom: 0;
}


.block-content ol{
	counter-reset: item;
}

.block-content ol > li:before{
	color: #35271C;;
    content: counter(item) ".";
    counter-increment: item;
	font-weight: 500;
    left: 0;
    position: absolute;
    top: 0;
}

.block-content .wp-caption{
	max-width:100%!important;
	margin-bottom:40px;
}

/* Icons 4 columns */

.block-icons-col-4{
	text-align: center;
	margin-bottom: 80px;
	font-weight: 600;
}

@media (min-width:992px){
	.block-icons-col-4{
		margin-bottom: 215px;
	}
}

.single-product .block-icons-col-4{
	margin-bottom: 60px;
}

.block-icons-col-4 .icon{
	margin-bottom: 22px;
	height: 83px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-icons-col-4 .description{
	margin-bottom: 30px;
}

@media (min-width:767px){
	.block-icons-col-4 .description{
		margin-bottom: 0;
	}
}

/* Icons 3 columns */

.block-text + .block-icons-col-3{
	margin-top: -15px;
}

.block-icons-col-3{
	margin-bottom: 50px;
	text-align: center;
}

@media (min-width:1200px){
	.block-icons-col-3{
		margin-bottom: 100px;
	}
}

.block-icons-col-3--background{
	background: #EEE3D7;
	padding-bottom: 65px;
	position: relative;
}

@media (min-width:1200px){
	.block-icons-col-3--background{
		padding-bottom: 150px;
	}
}


.block-icons-col-3 .icon-single{
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

@media (min-width:576px){
	.block-icons-col-3 .icon-single{
		padding-left: 50px;
		padding-right: 50px;
	}
}

.block-icons-col-3--background .icon-single:before,
.block-icons-col-3--background .icon-single:after{
	content: "";
	width: calc(50% - 70px);
	height: 1px;
	top:72px;
	position: absolute;
	background: #C7A17A;
}

.block-icons-col-3--background .icon-single:before{
	left:0;
}

.block-icons-col-3--background .icon-single:after{
	right:0;
}

.block-icons-col-3 .wrapper{
	position: relative;
}

.block-icons-col-3:not(.block-icons-col-3--background) .wrapper:before{
	content: "";
	position: absolute;
	left:20px;
	top:72px;
	width: calc(100% - 40px);
	height: 2px;
	background: url(img/line.svg) no-repeat center;
	z-index: 0;
}


@media (min-width:992px){
	.block-icons-col-3:not(.block-icons-col-3--background) .wrapper:before{
		width: calc(100% - 80px);
		left:40px;
	}
}

@media (min-width:992px){
	.block-icons-col-3 .swiper-pagination{
		display: none;
	}
}

.block-icons-col-3 .swiper-slide{
	width: 100%;
}

@media (min-width:992px){
	.block-icons-col-3 .swiper-slide{
		width: calc(100% / 3);
	}
}

.block-icons-col-3 .icon{
	width: 140px;
	height: 140px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block-icons-col-3--background .icon{
	background: transparent;
}

.block-icons-col-3 .h4, 
.block-icons-col-3 .description{
	max-width: 400px;
	margin-left:auto;
	margin-right: auto;
}

@media (min-width:992px){
	.block-icons-col-3 .h4, 
	.block-icons-col-3 .description{
		max-width: 100%;
	}
}

/* Backgorund Text */

.block-background-text{
	background: #eee3d7;
	padding: 40px 0 70px;
	margin-bottom: 60px;
}

@media (min-width:992px){
	.block-background-text{
		padding: 125px 0;
		margin-bottom: 100px;
	}
}

@media (min-width:992px){
	.block-text + .block-background-text{
		margin-top: 220px;
	}
}

.block-background-text--green{
	background: #004738;
	color:#fff;
}

.block-background-text--green .h1{
	color:#fff;
	margin-bottom: 10px;
}

.block-background-text--green .h4{
	color:#fff;
	margin-top: 40px;
}


@media (min-width:1200px){
	.block-background-text--green .h4{
		margin-top: 60px;
	}
}

.block-background-text__images{
	display: flex;
	flex-direction: column;
	line-height: 0;
	position: relative;
	padding-bottom: 70px;
	max-width: 650px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 40px;
}

@media (min-width:992px){
	.block-background-text__images{
		padding-bottom: 0;
		margin-top: 0;
	}
}

.block-background-text--reorder .block-background-text__images{
	margin-bottom: 40px;
	margin-top: -80px;
}

@media (min-width:992px){
	.block-background-text--reorder .block-background-text__images{
		margin-bottom: 0;
		margin-top: 0;
	}
}

.block-background-text .image--1 {
	width:  calc(100% / 12 * 8);
	margin-left:auto;
	text-align: right;
}

@media (min-width:992px){
	.block-background-text .image--1 {
		margin-top: -195px;
	}
}

.block-background-text--reorder .image--1 {
	margin-left: 0;
}

.block-background-text .image--2 {
	width: 50%;
	position: absolute;
	bottom: 0;
}

@media (min-width:992px){
	.block-background-text .image--2 {
		margin-top: -200px;
		position: relative;
		bottom: initial;
	}
}

.block-background-text--reorder .image--2{
	right:0;
}

@media (min-width:992px){
	.block-background-text--reorder .image--2{
		right:auto;
		margin-left: auto;
	}
}

.block-background-text .button{
	margin-top: 25px;
}

.block-background-text .order-3{
	order:1;
}

.block-background-text .order-2{
	order:1;
}

.block-background-text .order-1{
	order:3;
}

.block-background-text--reorder .order-1{
	order:1;
}

.block-background-text--reorder .order-2{
	order:2;
}

.block-background-text--reorder .order-3{
	order:3;
}

/* Quote */

.block-blockquote{
	margin-bottom: 70px;
	text-align: center;
}

@media (min-width:992px){
	.block-blockquote{
		margin-bottom: 150px;
	}
}

.block-blockquote img{
	margin-bottom: 15px;
	max-width: 40px;
}

@media (min-width:992px){
	.block-blockquote img{
		max-width: 100%;
	}
}

/* Blog */

@media (min-width:1200px){
	.block-breadcrumbs + .block-blog{
		margin-top: -40px;
	}
}


.block-blog .header{
	text-align: center;
	margin-bottom: 30px;
}

@media (min-width: 1200px){
	.block-blog .header{
		margin-bottom: 60px;
	}
}

.block-blog--single .header{
	margin-top: 50px;
}

@media (min-width: 1200px){
	.block-blog--single .header{
		margin-top: 120px;
	}
}

.block-blog .overflow{
	line-height: 0;
	display: block;
}

.block-blog .post-single{
	overflow: hidden;
	position: relative;
}

.block-blog--page [class^="col"]{
	margin-top: 30px;
}

.block-blog--page [class^="col"]:nth-child(1){
	margin-top: 0;
}

@media (min-width: 576px){
	.block-blog--page [class^="col"]:nth-child(2){
		margin-top: 0;
	}
}

@media (min-width: 992px){
	.block-blog--page [class^="col"]:nth-child(3){
		margin-top: 0;
	}
}

.block-blog .image{
	font-size:0;
	position: relative;
}

.block-blog .image:after{
	content: "";
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(1,32,25,1) 100%);
	opacity: 0.7;
}

.block-blog .hover{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: center;
	padding: 20px 20px 5px;
	flex-direction: column;
	transform: translateY(0);
	transition: .5s;
}

@media (min-width:1200px){
	.block-blog .hover{
		padding-bottom:60px;
	}
}

@media (min-width:1200px){
	.block-blog .hover{
		transform: translateY(100px);
	}
}

.block-blog .post-single:hover .hover{
	transform: translateY(0);
}

.block-blog .hover .button{
	display: none;
	transform: translateY(0);
	transition: .5s;
}

@media (min-width:1200px){
	.block-blog .hover .button{
		transform: translateY(60px);
		display: inline-block;
	}
}

.block-blog .post-single:hover .button{
	transform: translateY(0);
}

.block-blog .h3{
	color:#fff;
}

.block-blog > .button{
	text-align: center;
	margin-top: 40px;
}

.block-blog .block-blog__pagination{
	margin-top:30px;
}

.block-blog .block-blog__pagination h2{
	display:none;
}

.block-blog .block-blog__pagination .nav-links{
	display:flex;
	justify-content:center;
}

.block-blog .block-blog__pagination a,
.block-blog .block-blog__pagination span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height: 50px;
	width:50px;
    border-radius: 50%;
	color: #A8A19B;
	border:2px solid #eee3d7;
	background-color:#eee3d7;
	font-family: ivypresto-display, serif;
    font-weight: 600;
	font-size:16px;
	margin:0 5px;
}

.block-blog .block-blog__pagination a{
	background-color:transparent;
	border-color:#004738;
	color:#004738
}

.block-blog .block-blog__pagination a:hover{
	color:#fff;
	background-color:#004738;
}

/* Single post blog */

.block-back-blog{
	margin-bottom: 40px;
	font-weight:600;
	font-size: 14px;
}

.block-back-blog a{
	color:#004738;
}

.block-blog--single {
	padding-bottom: 0px;
}

@media(min-width:1200px){
	.block-blog--col .swiper-pagination,
	.block-blog--single .swiper-pagination{
		display: none;
	}
}


.block-blog--col .swiper-slide,
.block-blog--single .swiper-slide{
	max-width: calc(100% - 40px);
}

@media(min-width:576px){
	.block-blog--col .swiper-slide,
	.block-blog--single .swiper-slide{
		width: 320px;
	}
}


@media(min-width:1200px){
	.block-blog--col .swiper-slide,
	.block-blog--single .swiper-slide{
		width: 25%;
	}
}


@media(min-width:1200px){
	.block-blog--col .button{
		display: none;
	}
}


/* Products slider */

.block-products--slider{
	margin-bottom: 50px;
	position: relative;
}

@media(min-width:1200px){
	.block-products--slider{
		margin-bottom: 40px;
	}
}

.block-products--slider .title{
	text-align: center;
	margin-bottom: 35px;
}

.block-products--slider .swiper{
	position: relative;
}

.block-products .single-products{
	text-align: center;
	position: relative;
	padding-bottom: 40px;	
}

@media(min-width:1200px){
	.block-products .single-products{
		padding-bottom: 55px;
	}
}

@media(min-width:1200px){
	.block-products .single-products:before{
		content: "";
		width: 294px;
		height: 294px;
		background: #EEE3D7;
		position: absolute;
		bottom:15px;
		left:50%;
		right:50%;
		transform: translateX(-50%);
		border-radius: 50%;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
		transition: .1s;
	}

	.block-products .single-products:hover:before{
		opacity: 1;
		transition: .4s;
		visibility: visible;
	}
}

.block-products .image{
	width: 274px;
	height: 274px;
	margin: 0 auto 5px;
	display:flex;
	align-items: center;
	justify-content: center;
}

.block-products img{
	object-fit: contain;
	width: 100%;
	height: 100%;
}

.block-products .single-products .h3{
	margin-bottom: 4px;
}

@media (min-width:1200px){
	.block-products .single-products .h3{
		margin-bottom: 0;
	}
}


.block-products .single-products{
	font-size: 16px;
}

.block-products .single-products .button{
	margin-top: 10px;
	transition: opacity .1s;
}

@media (min-width:767px){
	.block-products .single-products .button{
		margin-top: 15px;
	}
}

@media (min-width:1200px){
	.block-products .single-products .button{
		opacity: 0;
		visibility: hidden;
		margin-top: 25px;
	}
}

.block-products .single-products:hover .button{
	opacity: 1;
	transition: .4s;
	visibility: visible;
}

.block-products .single-products .btn{
	min-width: initial;
	padding-left:55px;
	padding-right: 55px;
}

.block-products .swiper-button-next,
.block-products .swiper-button-prev{
	top:100px;
	transform: translateY(0);
	width: 21px;
	height: 42px;
}

@media (min-width:1200px){
	.block-products .swiper-button-next,
	.block-products .swiper-button-prev{
		width: 44px;
		height: 87px;
	}
}

.block-products .swiper-button-next{
	right: 20px
}

@media (min-width:1200px){
	.block-products .swiper-button-next{
		right: 0
	}
}

.block-products .swiper-button-prev{
	left:20px;
}

@media (min-width:1200px){
	.block-products .swiper-button-prev{
		left:0;
	}
}


.block-products--slider .swiper-pagination{
	margin-top: 10px;
}


.swiper-button-next,
.swiper-button-prev{
	width: 44px;
	height: 87px;
	margin-top: 0;
	transform: translateY(-50%);
	transition: .3s;
}

.swiper-button-next{
	right:0;
}

.swiper-button-prev{
	left:0;
}


.swiper-button-next:after,
.swiper-button-prev:after{
	display: none;
}

.swiper-button-disabled{
	opacity: 0;
	visibility: hidden;
}

@media (min-width:1200px){
	.block-products--slider .swiper-pagination{
		display: none;
	}
}

/* Listing filters */

.filters{
	margin-bottom: 40px;
}

@media (min-width:1200px){
	.filters{
		margin-bottom: 80px;
	}
}

.filters .select2{
	width: 100%;
}

.filters .select2-container .select2-selection--single{
	background: #fff;
    height: 56px;
    padding: 0 20px;
    border-radius: 10px;
    border: 2px solid #D9D2CC;
}

.filters .select2-container.select2-container--open .select2-selection--single{
	border-color:#004738;
}

.filters  .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding-left:0;
	padding-right: 0;
	line-height: 52px;
}

.filters  .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
	top:2px;
}

.filters  .select2-container--default .select2-selection--single .select2-selection__arrow b{
	border:0;
	width: 33px;
	height: 8px;
	background-image: url(img/select-dd.svg);
	background-repeat: no-repeat;
	background-position: center;
	padding-right: 20px;
	right:0;
	left:initial;
}

.ajax-response{
	position:relative;
}

.ajax-response .ajax-response__wrapper{
	transition:300ms;
}

.ajax-response.is-loading .ajax-response__wrapper{
	opacity:0.3
}

.ajax-response.is-loading .loader{
	opacity:1;
	visibility:visible;
}

/* Contact */

.block-contact-form{
  margin-bottom: 50px;
  position: relative;
}


@media (min-width:1200px){
	.block-contact-form{
		margin-top: -40px;
		margin-bottom: 100px;
	}
}

@media (min-width:1200px){
	.block-contact-form:after{
	content: "";
	position: absolute;
	right:0;
	top:0;
	width: 50vw;
	height: 100%;
	background: #f4f1f0;
	z-index: -1;
	}
}

.block-contact-form a:hover{
  color:#004738;
}



@media (min-width:992px){
	.block-contact-form__content{
		padding-top: 50px;
	}
}

.block-contact-form__content-map{
  margin-bottom: 55px;
  font-weight: 600;
  font-size: 14px;
  color:#004738;
}

.block-contact-form__content-map a{
  display: inline-flex;
  align-items: center;
}

.block-contact-form__content-map img{
  margin-left: 10px;
}

.block-contact-form__content-mail{
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 50px;
}

@media (min-width:1200px){
	.block-contact-form__content-mail{
		margin-bottom: 0;
	}
}

.block-contact-form__content-description{
	margin-top:-30px;
	margin-bottom:50px;
}


@media (min-width:1200px){
	.block-contact-form__content-description{
		margin-top:20px;
		margin-bottom:0;
	}
}

.block-contact-form__form{
  background: #f4f1f0;
  height: 100%;
  padding: 40px 20px 50px 20px;
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width:992px){
	.block-contact-form__form{
		padding-left: 40px;
		padding-right: 40px;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width:1200px){
	.block-contact-form__form{
		padding: 50px 0 70px 100px;
	}
}

.block-contact-form .h4{
  margin-bottom: 2px;
}

/* Block shortcode */

.block-shortcode{
	margin-top: 110px;
}

@media (min-width:1200px){
	.block-shortcode{
		margin-top: 170px;
	}
}

/* Block steps */

.block-steps .title{
	text-align: center;
	margin-bottom: 20px;
}

.block-steps .swiper{
	position: relative;
}

.block-steps .swiper-container{
	padding-left: 20px;
	padding-right:20px;
}

@media (min-width:1200px){
	.block-steps .swiper-container{
		padding-left: 40px;
	}	
}

/*@media (min-width:1360px){
	.block-steps .swiper-container{
		padding-left: calc(((100% - 1280px) / 2));
	}
}*/

.block-steps .swiper-slide{
	width: calc(1190px / 4); /* wrapper width minus wrapper padding minus space between slides * 3 */ 
	height: 380px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.block-steps .swiper-slide:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	background-color: rgba(0,0,0,0.4);
}

.block-steps .swiper-slide .step-number{
	position: absolute;
	left:30px;
	top:10px;
	color:#A8A19B;
}

.block-steps .swiper-slide .h3{
	position: absolute;
	bottom:0;
	padding: 0 30px;
	left:0;
	color:#fff;
}

.block-steps .swiper-slide .description{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	padding:30px;
	background-color: #004738;
	display: flex;
	align-items: center;
	color:#fff;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.block-steps .swiper-slide:hover .description{
	opacity: 1;
	visibility: visible;
}

.block-steps .swiper-button{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #A8A19B;
}

.block-steps .swiper-button-prev,
.block-steps .swiper-button-next{
	display: none;
}

@media (min-width:1200px){
	.block-steps .swiper-button-prev,
	.block-steps .swiper-button-next{
		display: flex;
	}
}

.block-steps .swiper-button-prev{
	left: 42px;
	margin-left: -27px;
}

.block-steps .swiper-button-next{
	right:42px;
	margin-right: -27px;
}

.block-steps .swiper-button img{
	width: 15px;
	height: 25px;
}

/* Block Box Product */

/* Box */

.block-box-product{
	margin-bottom: 60px;
	position: relative;
}

@media (min-width:992px){
	.block-box-product{
		margin-bottom: 140px;
		height: 690px;
		max-height: calc(100vh - 150);
		display: flex;
		align-items: center;
	}
}

.block-box-product + .block-box-product{
	margin-bottom: 60px;
}

@media (min-width:992px){
	.block-box-product + .block-box-product{
		margin-bottom: 100px;
	}
	
}


.block-box-product .row{
	align-items: center;
	justify-content: space-between;
}

.block-box-product .image{
	margin-top: 35px;
}

@media (min-width:992px){

	.block-box-product .image{
		margin-top: 0;
		position: absolute;
		top:0;
		height: 100%;
		width: 50%;
	}

	.block-box-product.reorder .image{
		right:0;
		padding-right: 50px;
	}
	
	.block-box-product.not-reorder .image{
		left:0;
		padding-left: 50px;
	}
}


.block-box-product img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* Box full width */

.block-box-full-width{
	margin-bottom: 60px;
}

@media (min-width:992px){
	.block-box-full-width{
		display: flex;	
	}
}

@media (min-width:1200px){
	.block-box-full-width{
		height: 670px;
		margin-bottom: 140px;
	}
}

.block-box-full-width + .block-box-big-full-width{
	margin-top: -140px;
}

.block-box-full-width .left{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color:#fff;
	height: auto;
	padding: 35px 20px 150px;
	background-color: #004738;
}

@media (min-width:992px){
	.block-box-full-width .left{
		width: calc(100% / 3);
		padding: 45px 40px;
	}
}

@media (min-width:1200px){
	.block-box-full-width .left{
		padding: 45px 60px;
	}
}

.single-product .block-box-full-width .left{
	background-color: #35271C;
}


.block-box-full-width .image{
	width: 100%;
	max-width: 650px;
	margin: -100px auto 0;
	padding-right: 20px;
	padding-left: 20px;
}

@media (min-width:992px){
	.block-box-full-width .image{
		width: calc(100% / 3 * 2);
		max-width: 100%;
		height: 100%;
		margin: 0;
		padding-right: 0;
		padding-left:0;
	}
}

.block-box-full-width img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

.block-box-full-width .h1{
	color:#fff;
}

/* Box big full width */

.block-box-big-full-width{
	margin-bottom: 60px;
	position: relative;
	background-size: cover;
	background-position: center;
}

@media (min-width:1200px){
	.block-box-big-full-width{
		height: 1340px;
		margin-bottom: 140px;
	}
}

.block-box-big-full-width:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	background-color: rgba(0,0,0,0.4);
}

.block-box-big-full-width + .block-box-full-width{
	margin-top:-60px;
}

@media (min-width:1200px){
	.block-box-big-full-width + .block-box-full-width,
	.block-box-big-full-width + .block-box-big-full-width{
		margin-top:-140px;
	}
}


.block-box-big-full-width .title{
	width: 100%;
	height: auto;
	position: relative;
	padding: 80px 20px;
}


@media (min-width:1200px){
	.block-box-big-full-width .title{
		width: calc(100% / 3 * 2);
		height: 50%;	
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		position: absolute;
		left:0;
		top:0;
		padding: 0;
	}
}

.block-box-big-full-width .title .h1{
	text-align: center;
	margin-bottom: 0;
	
}

@media (min-width:1200px){
	.block-box-big-full-width .title .h1{
		display: inline-block;
		max-width: 620px;
		font-size: 56px;
	}
}

.block-box-big-full-width .box{
	width: 100%;
	padding: 30px 20px;
	position: relative;
}

@media (min-width:1200px){
	.block-box-big-full-width .box{
		width: calc(100% / 3);
		height: 50%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 45px 60px;
		position: absolute;
	}
}

.block-box-big-full-width .box-top-right .h1,
.block-box-big-full-width .title .h1{
	color:#fff;
}

.block-box-big-full-width .box-top-right{
	right:0;
	top:0;
	background-color: #004738;
	color:#fff;
}


.block-box-big-full-width .box-bottom-left{
	left:0;
	bottom:0;
	background-color: #F6F1EB;
}

.block-box-big-full-width .box-bottom-right{
	right:0;
	bottom:0;
	padding: 0;
}

.block-box-big-full-width img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Block product details */

.block-product-details{
	background-color: #eee3d7;
	margin-bottom: 100px;
	padding-top: 75px;
	padding-bottom: 90px;
}

.block-product-details .title{
	text-align: center;
	margin-bottom: 35px;
}

.block-product-details .profil{
	margin-top: 10px;
}


.block-product-details .top .col-last{
	margin-top: 15px;
}

@media (min-width:1200px){
	.block-product-details .top .col-last{
		margin-top: 0;
	}
}


.block-product-details .bottom{
	font-weight: 600;
	margin-top: 40px;
}

@media (min-width:1200px){
	.block-product-details .bottom{
		margin-top: 70px;
	}
}

.block-product-details .row-data{
	padding-top:8px;
	padding-bottom: 10px;
	position: relative;
}

.block-product-details .row-data:after{
	content: "";
	width: calc(100% - 30px);
	height: 2px;
	position: absolute;
	left:15px;
	bottom:0;
	border-bottom:2px dotted #A8A19B;
}

.block-product-details .col-icon{
	display:flex;
	justify-content:flex-end;
}

.block-product-details .col-value{
	font-weight: 400;
}

.block-product-details .col-icon > div{
	display: inline-flex;
	position: relative;
}

.block-product-details .col-icon span{
	display: inline-flex;
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	background: url(img/product-details.svg) no-repeat left center;
	background-size: auto 100%;
}

/* Newsletter */

.block-newsletter{
  background: #eee3d7;
  margin-bottom:50px;
  margin-top: 50px;
  position: relative;
}


@media (min-width:992px){
	.block-newsletter{
		margin-bottom:130px;
		margin-top: 90px;
	}
}

@media (min-width:1200px){
	.block-newsletter{
		margin-bottom:215px;
		margin-top: 140px;
	}
}

.block-newsletter:after{
	content: "";
	background-color: #fff;
	width:100vw;
	height: 120px;
	position: absolute;
	left:0;
	bottom:0
}

@media (min-width:992px){
	.block-newsletter:after{
		display: none;
	}
}



.block-newsletter__content{
  padding: 35px 0 0;
}

@media (min-width:992px){
	.block-newsletter__content{
		padding: 80px 0 90px;
	}
}

.block-newsletter .h1{
  margin-bottom: 10px;
}

.block-newsletter form{
  margin-top: 25px;
}

.block-newsletter .col-lg-6{
	position: relative;
}

.block-newsletter__images{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	line-height: 0;
	position: relative;
	width: 100%;
	padding-bottom: 70px;
	max-width: 650px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 50px;
	z-index: 1;
}

@media (min-width:992px){
	.block-newsletter__images{
		position: absolute;
		padding-bottom: 0;
		margin-top: -40px;
		height: calc(100% + 120px);
		width: calc(100% - 30px);
		left:15px;
	}
}

.block-newsletter__images .image--1 {
	width:  calc(100% / 12 * 8);
	margin-left:auto;
	text-align: right;
}

@media (min-width:992px){
	.block-newsletter__images .image--1 {
		
	}
}

.block-newsletter__images .image--2 {
	width: 50%;
	position: absolute;
	bottom: 0;
}

@media (min-width:992px){
	.block-newsletter__images .image--2 {
	}
}

.block-newsletter img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}

.block-newsletter .btn{
	display: block;
	width: 100%;
}

@media (min-width:576px){
	.block-newsletter .btn{
		display: inline-block;
		width: auto;
	}
}

.block-404{
	text-align: center;
	align-items: center;
	margin-bottom: 0;
	background: url(img/404.jpg) no-repeat center;
	background-size: cover;
}

.block-404 .h1{
	font-size: 100px;
	line-height: 1;
	margin-bottom: 20px;
}

@media (min-width:1200px){
	.block-404 .h1{
		font-size: 160px;
	}
}

.block-404 .h2{
	color:#fff;
}

.block-404 .wrapper{
	position: relative;
	z-index: 1;
}

.field{
  margin-bottom: 20px;
}

.block-newsletter .field{
  margin-bottom: 30px;
}

.block-newsletter .field--submit{
	margin-bottom: 0;
	display: block;
}

.field--textarea{
  margin-bottom: 25px;
}

.field--text{
	font-size:14px;
	margin-bottom: 30px;
	margin-top:-5px;
}

.field--checkbox{
  margin-bottom: 30px;
}

.field--submit{
  margin-bottom: 0;
	display: flex;
	align-items: center;
}

.field--submit input{
	cursor: pointer;
}

.field input:not([type="submit"]),
.field textarea{
  background: #fff;
  height: 44px;
  padding: 0 14px;
  border-radius: 10px;
  border:2px solid #D9D2CC;
  width: 100%;
  font-size: 13px;
  transition: .5s;
  outline: 0;
}

@media (min-width:1200px){
	.field input:not([type="submit"]),
	.field textarea{
		font-size: 16px;
		padding: 0 20px;
		height: 56px;
	}
}

.field input:not([type="submit"]):focus,
.field textarea:focus{
  border-color:#004738;
}

@media (min-width:1200px){
	.field label{
		font-size: 14px;
	}
}


.field:not(.field--checkbox) label{
  font-weight: 600;
  margin-bottom: 5px;
}

.field textarea{
  padding-top:12px;
  padding-bottom: 12px;
  height: 145px;
  resize: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif!important;
}

.field--select{
  position: relative;
}

.field--checkbox input{
  display: none;
}

.field--checkbox .wpcf7-list-item{
  margin: 0;
}

.field--checkbox .wpcf7-list-item-label{
  position: relative;
  padding-left: 54px;
  display: block;
}

.field--checkbox .wpcf7-list-item-label:before,
.field--checkbox .wpcf7-list-item-label:after{
  content: "";
  position: absolute;
  left:0;
  width: 34px;
  height: 34px;
  top:3px;
  transition: .3s;
}

.field--checkbox .wpcf7-list-item-label:before{
  border:2px solid #D9D2CC;
  border-radius: 4px;
  background: #fff;
}

.field--checkbox .wpcf7-list-item-label:after{
  background: url(img/checked.svg) no-repeat center;
  opacity: 0;
  visibility: hidden;
}

.field--checkbox input:checked + .wpcf7-list-item-label:after{
  opacity: 1;
  visibility: visible;
}

.field--text a{
	position: relative;
	display: inline-block;
}

.field--text a:hover{
	color:#004738;
}

.field--text a:after{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 1px;
	width: 100%;;
	background: #35271C;
	-webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
	transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.field--text a:hover:after{
	background: #004738;
}

.block-newsletter .field input:not([type="submit"]){
  	background: rgba(255,255,255,0.5);
 	outline: 0;
  	border: 2px solid transparent;
  	height: 56px;
}

@media (min-width:1200px){
	.block-newsletter .field input:not([type="submit"]){
		height: 64px;
	}
}

.block-newsletter .field input:not([type="submit"]):focus{
	border-color:#004738;
	background: #fff;
}

.block-newsletter .field--checkbox .wpcf7-list-item-label:before{
	background: rgba(255,255,255,0.5);
	border-color:transparent;
}

.block-newsletter .field--checkbox input:checked + .wpcf7-list-item-label:before{
	background: #fff;
}

.wpcf7-not-valid-tip{
	font-size: 14px;
	display: block;
	margin-top: 4px;
}

.field--checkbox .wpcf7-not-valid-tip{
	padding-left: 54px;
}

.wpcf7 form .wpcf7-response-output{
	border-radius: 10px;
	padding: 15px 15px;
	color: #c09853;
	background-color: #fcf8e3;
	border:0;
	margin: 30px 0 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
	color: #dc3232;
	background-color: #f2dede;
}

.wpcf7 form.sent .wpcf7-response-output{
	color: #468847;
	background-color: #dff0d8;
}

.wpcf7-spinner{
	display: none;
}

.wpcf7 .wpcf7-form{
	position: relative;
}

.wpcf7 .wpcf7-form.submitting .field{
	 opacity: 0.3;
}

.wpcf7 .wpcf7-form.submitting .loader{
	opacity:1;
	visibility:visible;
}

.wpcf7 .wpcf7-form.submitting:before{
	content: "";
    width: 100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
	z-index: 1;
}


.field input:focus::placeholder { color: transparent; }
.field input:focus::-webkit-input-placeholder { color:transparent; }
.field input:focus:-moz-placeholder { color:transparent; }
.field input:focus::-moz-placeholder { color:transparent; }
.field input:focus:-ms-input-placeholder { color:transparent; }

.field textarea:focus::placeholder { color: transparent; }
.field textarea:focus::-webkit-input-placeholder { color:transparent; }
.field textarea:focus:-moz-placeholder { color:transparent; }
.field textarea:focus::-moz-placeholder { color:transparent; }
.field textarea:focus:-ms-input-placeholder { color:transparent; }


footer{
  	background: #35271C url(img/footer.png);
  	background-size: cover;
  	background-position: center;
  	font-size: 13px;
  	color:#fff;
	z-index: 2;
	position: relative;
}

@media (min-width:1200px){
	footer{
		font-size: 14px;
	}
}

.footer--margin{
	margin-top: 50px;
}

@media (min-width:1200px){
	.footer--margin{
		margin-top: 180px;
	}
}

.error404 .footer--margin{
	margin-top: 0;
}

footer .h4{
  color:#A8A19B;
  margin-bottom: 10px;
}

footer li{
	margin-top: 5px;
}

footer li:first-child{
	margin-top: 0;
}

@media (min-width:992px){
	footer li{
		margin-top: 0;
	}
}

footer a{
  display: inline-block;
  position: relative;
}

footer a:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #fff;
  -webkit-transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: width 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

footer a:hover:before{
  left: 0;
  right: initial;
  width: 100%;
}

.footer-container{
  padding: 25px 0 55px;
}

.woocommerce-cart .footer-container,
.woocommerce-checkout .footer-container{
	display: none;
}

@media (min-width:992px){
	.footer-container{
		padding: 60px 0;
	}
}

.footer-container .row [class^="col"]{
	margin-bottom: 30px;
}

.footer-container .row [class^="col"]:last-child{
	margin-bottom: 0;
}

@media (min-width:992px){
	.footer-container .row [class^="col"]{
		margin-bottom: 0;
	}
}

footer .phone{
  display: flex;
  align-items: center;
  font-size: 20px;
  color:#fff;
  font-weight: 600;
  margin-bottom: 28px;
}

@media (min-width:1200px){
	footer .phone{
		font-size: 24px;
		margin-bottom: 37px;
	}
}

footer .phone img{
  margin-right: 10px;
}

footer .more{
  margin-top: 20px;
  font-family: ivypresto-display, serif;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width:1200px){
	footer .more{
		font-size: 16px;
		margin-top: 10px;
	}
}

footer .more a{
  color:#A8A19B;
}

footer .more a:before{
  background: #A8A19B;
  left: 0;
  right: initial;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

footer .more a:hover{
  color:#fff;
}

footer .more a:hover:before{
  background: #fff;
}

footer .social{
  margin-top: 32px;
}

@media (min-width:1200px){
	footer .social{
		margin-top: 55px;
	}
}


footer path{
  transition: .5s;
}

footer .social a:hover path{
  fill:#fff;
}

footer .social a:before{
  display: none;
}


.footer-copy{
  background: #21170F;
  color:#A8A19B;
  padding: 25px 0;
}

.footer-copy a:hover{
  color:#fff;
}

.footer-copy .left{
	width:100%;
	margin-bottom: 12px;
}

@media (min-width:992px){
	.footer-copy .left{
		margin-bottom: 0;
		width: auto;
	}
}

.footer-copy .right{
	width: 100%;
}

@media (min-width:992px){
	.footer-copy .right{
		width: auto;
	}
}



body #cookie-notice{
  right:10px;
  left: auto;
  bottom:10px;
  min-width: 300px;
  max-width: 300px;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  font-size: 12px;
  line-height: 20px;
}

body .cookie-notice-container{
  text-align: left;
}

body .cn-buttons-container{
  display: block;
}

/*body #cookie-notice .cn-button */
body .cn-button{
  margin-left: 0;
  font-size: 12px;
}

body .cn-close-icon{
  top:0;
  right:0;
  margin-top: 0;
  width: 22px;
  height: 21.5px;
  background: #15424A;
  opacity: 1;
}

/* custom */

.home .group-1{
	position: relative;
	padding-top: 60px;
}

@media (min-width:1200px){
	.home .group-1{
		padding-top: 120px;
	}
}

.home .group-1 .wrapper{
	position: relative;
	z-index: 1;
}

@media (min-width:1200px){
	.home .group-1:after{
		content: "";
		width: calc(100% - 80px);
		z-index: 1;
		height: 1004px;
		background: url(img/mapa.png) no-repeat center bottom;
		position: absolute;
		left:40px;
		bottom:0;
		opacity: .7;
		z-index: 0;
	}
}


/* Cookie notice */

.cookie-notice{
	position: fixed;
	right:20px;
	bottom:20px;
	max-width: 100%;
	width: calc(100% - 40px);
	padding: 20px;
	font-size: 14px;
	background: #fff;
	z-index: 1000;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

@media (min-width:576px){
	.cookie-notice{
		max-width: 360px;
	}
}

.woocommerce-breadcrumb{
	padding-top: 20px;
	padding-bottom: 35px;
	font-size: 12px;
	color:#A8A19B;
}

@media (min-width:1200px){
	.woocommerce-breadcrumb{
		padding-bottom: 60px;
	}
}

.woocommerce-breadcrumb a{
	color:#35271C;
}

.woocommerce-breadcrumb .spacer{
	width: 5px;
	height: 8px;
	background: url(img/breadcrumbs.svg) no-repeat center;
	display: inline-flex;
	margin: 0 10px;
}

.woocommerce-breadcrumb a:hover{
	color:#004738;
}


.product-container{
	background-color: #EEE3D7;
	padding-top: 70px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

@media (min-width:1200px){
	.product-container{
		padding-top: 125px;
		margin-bottom: 60px;
		padding-bottom: 90px;
	}
}

.product-container .swiper-slides{
	position:relative; 	
}

@media (min-width:992px){
	.product-container .swiper-slides{
		padding-left:108px;
	}
}


@media (min-width:1200px){
	.product-container .product_title{
		font-size: 56px;
		margin-bottom: 40px;
	}
}

.product-container .product_sub_title{
	color:#004738; 
	font-weight:600;
}

.product-container select{
	display: none;
}

.product-container .woocommerce-variation-description{
	display: none;
}

.product-container .woocommerce-variation-price{
	display: none;
}

.product-container .variations{
	margin-top: 25px;
}

.product-container .variations .label{
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 3px;
}

.product-container .variation-radios{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.product-container .variation-radios input{
	display: none;
}

.product-container .variation-radios label{
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

@media (min-width:992px){
	.product-container .variation-radios label{
		width: calc(100% / 3);
		margin-bottom: 0;
	}
}

.product-container .variation-radios div{
	background-color: #FBF1E7;
	border-radius: 5px;
	padding: 15px 20px;
	border:2px solid transparent;
	transition: .3s;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}

@media (min-width:992px){
	.product-container .variation-radios div{
		flex-direction: column;
		justify-content: center;
		padding: 20px 10px;
		height:100%;
	}
}

.product-container .variation-radios div:before{
	content: "";
	position: absolute;
	top:10px;
	right: 10px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border:2px solid #004738;
	background:url('img/checked-small.svg') no-repeat center;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

@media (min-width:992px){
	.product-container .variation-radios div:before{
		left:10px;
		right:auto;
	}
}

.product-container .variation-radios div:hover{
	background-color: #fff;
}


.product-container .variation-radios input:checked + label div{
	border-color: #004738;
	background-color: #fff;
}


.product-container .variation-radios input:checked + label div:before{
	opacity: 1;
	visibility: visible;
}

.product-container .variation-radios .icon{
	display: inline-block;
	width: 32px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	
}

@media (min-width:992px){
	.product-container .variation-radios .icon{
		margin-right: 0;
		margin-bottom: 12px;
	}
}


.product-container .reset_variations{
	display: none!important;
}

.product-container .woocommerce-variation-add-to-cart{
	margin-top: 30px;
}

.product-container form .btn{
	width: 100%;
}


.product-container .mySwiper2 .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width:1200px){
	.product-container .mySwiper2 .swiper-slide{
		height: 520px;
	}
}

.product-container .mySwiper2 .swiper-slide{
	background: #E8D7C6 url('img/product-bg.svg') no-repeat center;
}

.product-container .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	transition: .3s;
}

.product-container .swiper-slide .lightbox{
	width: 21px;
	height: 21px;
	position: absolute;
	right:20px;
	bottom:20px;
}

.product-container .mySwiper{
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 78px;
	display: none;
}

@media (min-width:992px){
	.product-container .mySwiper{
		display: block;
	}
}


.product-container .mySwiper .swiper-slide{
	height: 78px;
}

.product-container .mySwiper .swiper-slide-thumb-active{
	border:2px solid #004738;
}


.product-container .entry-summary{
	padding-bottom: 50px;
	position: relative;
}

.product-container .entry-summary .down{
	display: none;
}

@media (min-width:1200px){
	.product-container .entry-summary .down{
		position: absolute;
		left:15px;
		bottom:0;
		text-transform: uppercase;
		color:#004738;
		font-family: ivypresto-display, serif;
		font-weight: 600;
		display: block;
	}
	
	.product-container .entry-summary .down a{
		position: relative;
	}
	
	.product-container .entry-summary .down a:after{
		content: "";
		position: absolute;
		left:0;
		bottom:0;
		width: 100%;
		height: 1px;
		background-color: #004738;
	}
}

.loader{
	position: absolute;
    left:50%;
	top:50%;
	margin-left: -24px;
	margin-top: -24px;
	z-index: 2;
	width: 48px;
	height:48px;
	border:4px solid #004738;
	border-top-color: transparent;
	-webkit-animation: spin 4s linear infinite;
	-moz-animation: spin 4s linear infinite;
	animation: spin 4s linear infinite;
	border-radius: 50%;
	opacity:0;
	visibility:hidden;
	transition:300ms;
}

 @-moz-keyframes spin { 
	100% { 
		-moz-transform: rotate(360deg);
	 } 
}

@-webkit-keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg);
	} 
}

@keyframes spin { 
	100% { 
		-webkit-transform: rotate(360deg);
                transform:rotate(360deg);
	} 
}

.grecaptcha-badge{
	visibility:hidden;
}

