/* Woocommerce */

.woocommerce-page main#primary {
    display: flex;
    flex-direction: column;
}

.see-more-block {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 14.6rem;
	border-bottom: 1px solid #D4CBBC;
}

.see-more-block-container {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 7rem;
    flex-direction: column;
}

.row.half .see-more-block{
	width: 100%;
}

.row.half .see-more-block-container {
    width: 100%;
    margin-top: 12.6rem;
}

.see-more-block p{
	font-size: 1.7rem;
	line-height: 2.2rem;
	color: #463F39;
}

.progress-bar {
    max-width: 288px;
    height: 2px;
    background: #D4CBBC;
    overflow: hidden;
    width: 100%;
    margin-top: 0.7rem;
}

.bar-line{
	background: #263E33;
	width: 30%;
	height: 100%;
}
body.single-post #primary,
body.blog #primary {
	float: right;
    width: calc(100% - 390px);
}

body.blog .row.full-size,
body.single-post .full-size {
	margin-bottom: 30px;
}

body.blog .blog-post-list,
ul.products {
    display: grid;
    grid-template-columns: calc(25% - 0.7rem) calc(25% - 0.7rem) calc(25% - 0.7rem) calc(25% - 0.7rem);
    justify-content: space-between;
}

.single-post article .entry-title {
	font-size: 3rem;
    line-height: 3.6rem;
	margin-bottom: 15px;
}

a.blog-url {
	font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin: 0.8rem 0px;
    color: #463F39;
	padding-top: 15px;
    display: block;
	text-decoration: underline;
}

.blog-siderbar a.blog-url {
	padding-top: 0;
	padding-bottom: 15px;
}

.site-main a.blog-url{
	margin-bottom: 8rem;
}

a.blog-url:hover {
	color: #95BEAB;
}

body.blog .blog-post-list h2 {
	line-height: 1.4rem;
    margin-top: 5px;
}

body.blog .blog-post-list p:not(.date) {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5; /* number of lines to show */
	-webkit-box-orient: vertical;
}

ul.products-related li{
	list-style: none;
    float: left;
    width: 100%;
    list-style: none;
    background: #F4EFE7;
    height: auto;
}

ul.products.full-width-products-container {
    display: flex;
    margin-bottom: 7rem;
    flex-wrap: wrap;
}

ul.products li {
    float: left;
    width: 100%;
    list-style: none;
    background: #F4EFE7;
    margin-bottom: 1rem;
    /* margin-left: 1rem; */
	transition: 0.3s;
	
}

.vip-shop-products .product-block,
body.shop ul.products li,
body.archive ul.products li{
	display: flex;
    flex-direction: column;
}

.vip-shop-products .product-block.inactive {
    opacity: 0.6;
}
.vip-shop-products .product-block.inactive a {
    cursor: auto;
    pointer-events: none;
}
.vip-shop-products .product-block.inactive .button {
    display: none;
}

.vip-shop-products .product-block .product-short-content {
	height: 100%;	
}

.vip-shop-products .product-block:after, .vip-shop-products .use-overlay:after {
	display: none;
}

.product-photo-container {
    height: 21.3545vw;
    position: relative;
    overflow: hidden;
}

.product-photo-container img{
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-short-content h2 {
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #463F39;
    margin-bottom: 1.1rem;
}

.product-short-content {
    padding: 1.7rem 2.4rem;
    display: flex;
    /* min-height: 97px; */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	
}

body.shop li.product:not(.for-greencard) .product-short-content,
body.archive li.product:not(.for-greencard) .product-short-content {
	height: 100%; 
}

.product-short-content .woocommerce-LoopProduct-link{
	width: 100%;
}

.price-attributes {
    display: flex;
    width: calc(100% - 8.6rem);
    justify-content: space-between;
	margin-top: auto;
}


.product-short-content .leaves-atribute {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.9rem;
    height: 2.6rem;
    margin-top: 0;
}

.product-short-content .leaves-atribute .svg-leaves svg {
    height: auto;
    margin-right: 0;
    width: 2rem;
    margin-left: 8px;
}

.privat-shop .svg-leaves svg,
.product-form .product .product-short-content .svg-leaves.privat-shop svg,
.leaves-atribute.privat-shop .svg-leaves svg,
.product-short-content .leaves-atribute.privat-shop .svg-leaves svg {
	width: 90px;
	height: 30px;
}

.product-short-content .leaves-atribute .svg-leaves{
	justify-content: flex-end;
    display: flex;
    height: 2.6rem;
}

.product-short-content .button {
    border: 1px solid #59514B!important;
    border-radius: 4px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-align: center;
    color: black;
    margin: 0;
    transition: 0.3s;
    width: 8.5rem;
    padding: 0.5rem 0;
margin-top: auto;
}


.product-short-content .button:hover{
	color: #fff;
	background-color: #263f32;
	border: 1px solid #263f32;
    opacity: 1;
}

span.price {
	order: 2;
    font-size: 1.8rem;
    line-height: 2.6rem;
    color: #000;
    font-weight: 700;
}

p.price > span.price {
  font-size: 2.4rem;
  font-family: 'Roboto', sans-serif;
  line-height: 2.8rem;
  margin: 3.2rem 0px 3.1rem;
  font-weight: 500;
  color: #463F39;
}

.shop-page .full-width-banner *{
	color: #fff;
}

.row.full-size.shop-page {
    margin-bottom: 4.5rem;
}

.blog-siderbar.widget-area section {
	max-width: 90%;
}

.widget-area section {
    margin-bottom: 2.7rem;
    display: flex;
    padding-bottom: 2.7rem;
    border-bottom: 1px solid #DDD1BC;
    flex-direction: column;
    max-width: 214px;
}

.blog-siderbar ul {
	list-style: none;
}

.blog-siderbar ul li {
	padding: 0.8rem 0px;
}

.blog-siderbar ul li a {
	font-size: 1.5rem;
    line-height: 1.8rem;
    color: #000000;
    transition: 0.3s;
}

body.blog .site-main article .entry-content p.date {
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 0;
}

body.blog .site-main article .image-block {
    position: relative;
    width: 100%;
    height: 30rem;
	display: block;
}

body.blog .site-main article .image-block img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.blog .site-main article {
    background: #F4EFE7;
    margin-bottom: 2em;
}

body.blog .site-main article .entry-content {
	padding: 1.7rem 2.4rem;
    display: flex;
    flex-direction: column;
}

body.blog .site-main article.post .full-size {
	margin-bottom: 0;
}

body.blog .navigation .nav-links {
	width: 100%;
    display: block;
	margin: 1.5rem 0;
}
body.blog .navigation .nav-links span,
body.blog .navigation .nav-links a {
	font-family: 'Roboto', sans-serif;
    font-size: 1.7rem;
    line-height: 2.4rem;
    margin: 0.8rem 0px 0.8rem 10px;
    color: #000;
}

body.blog .navigation .nav-links .page-numbers:first-child {
	margin-left: 0;
}

body.blog .navigation .nav-links a:hover {
	color: #95BEAB;
}

body.blog .navigation .nav-links span {
	font-weight: bold;
}

body.blog .site-main article .row.full-size .full-width-banner {
	margin-bottom: 0.8rem;
}

body.blog .site-main article .entry-content h2 a {
	font-size: 2.2rem;
    line-height: 2.8rem;
    color: #463F39;
    margin-bottom: 1.2rem;
}

.blog-siderbar ul li a:hover{
	color: #95BEAB;
}

/* Single product */

.attributes {
    width: calc(100% - 150px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.certificate-container {
    margin-right: 1.7rem;
    margin-bottom: 1.7rem;
    display: flex;
	position: relative;
	align-items: center;
}

.certificate-container:hover .tooltip-text{
	opacity: 1;
	z-index:999;
	display: block;
}

/*.certificate-container .tooltip-text{
	right: unset;
	left: 50%;
	transform: translateX(-50%);
	top:9.4rem;

}*/

.to-top .tooltip-text {
    top: unset;
    bottom: 100%;
    margin-bottom: 1rem;
    transform: translate(0%, 0%);
    margin-top: 0rem;

    transform: translate(0%, -170px);
    transform: translate(0%, -100%);
    bottom: unset;
}
.product-information-block .svg-leaves .tooltip-container:not(.to-right) .tooltip-text {
  transform: translateX(calc(-50% - 20px));
}
.product-information-block .svg-leaves .tooltip-container.to-top .tooltip-text {
  transform: translate(calc(-50% - 15px), calc(-100% - 100px));
}
/*.certificate-container.to-right .tooltip-text{
    left: 50%;
    transform: translateX(-0%);
	margin-left: -9px;
}

.certificate-container.to-top.to-right .tooltip-text::before {
    margin-left: 4px;
}

.certificate-container.to-right .tooltip-text::before {
    right: unset;
    left: 0;
    margin-left: 4px;
}*/

.certificate-container.to-top .tooltip-text::before {
    border-top: 8px solid #648071;
    border-bottom: unset;
    top: unset;
    bottom: -6px;
}

.certificate-container .tooltip-text::before {
    right: unset;
    left: 50%;
    margin-left: -9px;
}

.leaves-atribute {
    /* width: 140px; */
    display: inline-block;
    vertical-align: top;
    margin-top: 2.3rem;
}
.rating-description {
  margin-top: 2.3rem;
}
.rating-description a {
  font-weight: bold;
  color: #463F39;
}
.tooltip-text a {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #fff
}
.leaves-atribute .svg-leaves {
    /* justify-content: flex-end; */
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.product-information-block .attributes {
  width: 100%;
}
.leaves-atribute .svg-leaves svg {
    /* height: 30px;
    width: 29px; */
    width: auto;
    height: 50px;
    margin-right: 33px;
}
.product-information-block .attributes-container {
  padding-bottom: 3rem;
  border-bottom: 1px solid #DDD1BC;
}
.product-information-block .attributes-container .attributes {

}
.leaves-atribute .svg-leaves div {
    margin-right: 15px;
}
.svg-leaves p {
  font-weight: bold;
}
.leaves-filter .svg-leaves {
    float: left;
    max-height: 22px;
    display: flex;
    align-items: center;
}
.leaves-filter a:hover {
    color: #95BEAB;
}
.tooltip-container {
    position: relative;
    float: right;
}

.leaves-atribute .tooltip-container {
    display: flex;
    margin-bottom: 2.1rem;
}
.leaves-atribute .svg-leaves .tooltip-container {
  display: block;
}
.tooltip-container.filled path {
  /* fill: #263e32ad; */
  /* -webkit-animation: animate1 3s infinite ease-in-out;  */
  /* animation: animate1 3s infinite ease-in-out; */
  transition: fill .2s  ease-in-out;
}
.attributes-container .tooltip-container.filled:hover path {
  fill: #263e32ad!important;
}

@media only screen and (min-width: 601px){

	.to-left .tooltip-text {
		right: 100%;
		left: unset;
		top: 50%;
		margin: 0;
		margin-top: -6px;
		margin-right: 1rem;
		transform: translateX(0);
	}

	.to-left .tooltip-text.tooltip-text::before {
		left: unset;
		right: -6px;
		/* border-bottom: unset; */
		top: 0px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #000;
		border-right: unset;
	}

	/* .to-right .tooltip-text {
		right: 100%;
		left: 100%;
		margin: 0;
		margin-left: 1rem;
		top: 50%;
		margin-top: -6px;
		transform: translateX(0);
	} */
  .product .to-top.to-right .tooltip-text {
    bottom: 100%;
    margin-bottom: 1rem;
    margin-top: 0rem;
  }
	/* .to-right .tooltip-text::before {
		content: '';
		width: 0;
		height: 0;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid black;
		position: absolute;
		top: -6px;
		left: 50%;
		margin-left: -6px;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-right: 6px solid #000;
		left: -6px;
		top: 0;
	} */

	.to-top.to-right .tooltip-text{
		bottom: 50%;
		top: unset;
		margin-bottom: -6px;
	}

	/* .to-top.to-right .tooltip-text::before {
		top: unset!important;
		bottom: 0px!important;
		border-top: 6px solid black!important;
		border-bottom: unset!important;
		border-top: 6px solid transparent!important;
		border-bottom: 6px solid transparent!important;
		border-right: 6px solid #000!important;
	} */

	.to-top.to-left .tooltip-text{
		bottom: 50%;
		top: unset;
		margin-bottom: -6px;
	}

	.to-top.to-left .tooltip-text::before {
		top: unset!important;
		bottom: 0px!important;
		border-top: 6px solid transparent;
		border-bottom: 6px solid transparent;
		border-left: 6px solid #000;
	}
  .product-information-block .certificate-container.to-top .tooltip-text {
    transform: translate(-50%, -170px);
  }
  .product-information-block .to-right .tooltip-text {
      right: 100%;
      left: 100%;
      margin: 0;
      margin-left: 2rem;
      top: 50%;
      /* margin-top: -10px; */
      transform: translateX(0);
  }
  .to-right .tooltip-text::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #648071;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -9px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #648071;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
}

svg.tooltip-info {
    float: right;
    clear: both;
    margin-left: auto;
}

.tooltip-text {
    opacity: 0;
    width: 35rem;
    background-color: #648071;
    color: #fff;
    top: 100%;
    text-align: left;
    left: 50%;
	margin-top:1rem;
    transform: translateX(-50%);
    padding: 2rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    position: absolute;
    z-index: -1;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	   display: none;
    border-radius: 10px;
}
.leaves-filter .svg-leaves.tooltip-container {
  width: auto;
  margin-left: 0;
}
.tooltip-text h3{
	color: #fff;
}
.tooltip-text p {
  font-weight: normal;
}
.tooltip-text p.name {
  text-transform: uppercase;
}
.tooltip-text h3{
	font-size: 2rem;
	line-height: 2.4rem;
}

.tooltip-text::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #648071;
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -6px;
}
.tooltip-container:hover .tooltip-text {
    opacity: 1;
    z-index: 999;
	display: block;
}

.ngo-logos {
    padding: 6rem 12% 6rem;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #DDD1BC;
}

.card-class .ngo-logos {
    padding: 1.7rem 12% 6rem;
    border-bottom: 0;
}

.ngo-logos h2{
	margin-bottom: 2.7rem;
}

.ngo-logos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ngo-logos ul li {
    width: calc(33.33% - 16px);
    border: 1px solid #BAB7B2;
    list-style: none;
    height: 11.8rem;
    margin: 1.2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	cursor: pointer;
}

.ngo-logos ul li .tooltip-container{
	position: absolute;
	bottom: 0;
}

/*.ngo-logos ul li.tooltip-container .tooltip-text {
    top: 12.4rem;
    right: unset;
    transform: translateX(-50%);
    left: 50%;
}

.ngo-logos ul li.tooltip-container.to-top .tooltip-text{
	top: unset;
    bottom: 12.5rem;
}

.ngo-logos ul li.tooltip-container.to-top .tooltip-text::before {
    right: unset;
    left: 50%;
    margin-left: -3px;
    top: unset;
    bottom: -6px;
    border-bottom: unset;
    border-top: 6px solid black;
}*/

.ngo-logos ul li .tooltip-container .tooltip-text::before {
    right: unset;
    left: 50%;
    margin-left: -3px;
}

.tooltip-text p {
    color: #fff;
	font-size: 1.4rem;
    line-height: 1.8rem;
}

.ngo-logos ul li img {
    max-width: 80%;
    height: auto;
    max-height: 70%;
    width: auto;
}

.ticker-line{
	height: 30px;
	background: #263E33;
	width: auto;
	float:left;
	line-height: 30px;
	color: #fff;
	font-size: 11px;
	overflow: hidden;
	font-weight: 500;
  position: relative;
}

.ticker-text{
	/* overflow: hidden;
	position: relative;
	display: flex;
	width: 100%!important;
	flex-wrap: wrap;
  justify-content: space-between; */
  bottom: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
  position: absolute;
  top: 0;
}

.ticker-text ul{
	/* width: auto;
	text-align: center;
	display: inline-block; */

  display: inline-block;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.ticker-text2 ul{
  animation-delay: 15s;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-text ul li{
	display: inline-block;
	margin: 0px 12px;
}

.summary.entry-summary {
    background: #F4EFE7;
    float: right;
    width: 40%;
}

.product-container{
	display: flex;
	justify-content: space-between;
}

.product-page-content {
    float: left;
    width: calc(60% - 10px);
    flex-direction: column;
    display: flex;
}

.sticky-container {
    max-width: 340px;
    position: sticky;
    top: 9rem;
    flex-direction: column;
    display: flex;
    padding: 8rem 2rem;
    margin: 0 auto;
}

.sticky-container h1.product_title.entry-title {
    font-size: 3rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    margin: 0;
}

.sticky-container.card-class h1.product_title.entry-title{
	margin-bottom: 1.2rem;
}

h1.product_title.entry-title.margin-bottom {
    margin-bottom: 2.2rem;
}

p.price {
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
    line-height: 2.8rem;
    margin: 3.2rem 0px 3.1rem;
    font-weight: 500;
}

label.screen-reader-text {
    font-size: 1.3rem;
    line-height: 1.8rem;
}

.sticky-container .quantity label{
	display: none;
}

.sticky-container .quantity {
    width: 100%;
    float: left;
}

.sticky-container .quantity input{
	background: #FFFCF7;
	border-radius: 4px;
	border: none;
	width: 100%;
	height: 40px;
	padding: 0px 1.5rem;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
}

.sticky-container .quantity input:focus{
	outline: none;
}

.sticky-container .button {
    margin: 1.3rem 0px 0px 0px;
    width: 100%;
    float: right;
    height: 40px;
    font-size: 1.5rem;
    line-height: 1.8rem;
    background: #4E351F;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.sticky-container .button.custom-order-add.disabled-btn {
  cursor: auto;
  opacity: 0.7;
  pointer-events: none;
}

.back-to-category {
    font-size: 1.3rem;
    line-height: 1.8rem;
    color: #463F39;
    margin-bottom: 1.8rem;
    display: block;
    width: 100%;
    margin-left: -1rem;
}

.link .arrow {
    position: relative;
    display: inline-flex;
    width: 3rem;
    height: 14px;
    overflow: hidden;
    align-items: center;
    padding-right: 10px;
}

.link--def .arrow {
    margin-left: 10px;
    display: block;
    transform: rotate(180deg);
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 16px;
}

.link--def svg {
    transition: transform .15s ease-in-out;
    position: absolute;
    width: 3rem;
    transform: translate3d(-1rem,0,0);
    bottom: 4px;
}

.link--def:hover .arrow svg {
    transform: translateZ(0);
}

.full-width-product-image {
    width: 100%;
    position: relative;
    margin-bottom: 0.9rem;
    float: left;
}

.full-width-product-image.product-inside-image img{
	position: relative;
}

.half-width-product-image {
    width: calc(50% - 5px);
    float: left;
    position: relative;
    height: 25vw;
}

.one-third-width-product-image {
    width: calc(33.33% - 7px);
    float: left;
    position: relative;
    height: 18vw;
}

.product-inside-image img{
    width: 100%;
    position: absolute;
    width: 100%;
	pointer-events: none;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

a.woocommerce-product-gallery__trigger {
    display: none;
}

.woocommerce-Tabs-panel{
	display: block!important;
}

.woocommerce-Tabs-panel h2, .product-information-block h2, .ngo-logos h2{
	font-size: 2.5rem;
	line-height: 3.2rem
}

.single-product-content-bottom .left-column, .single-product-content-bottom .right-column{
	float: left;
	width: calc(50% - 5px);
}

.single-product-content-bottom, .product-page-content .row{
	display: flex;
	justify-content: space-between;
}

.product-page-content .row{
	margin-bottom: 0.9rem;
}

.single-product-content-bottom .left-column *{
	color: #fff;
}

.single-product-content-bottom .left-column p{
	padding: 0px 15%;
}

.single-product-content-bottom .left-column {
    padding: 7rem 0;
	text-align: center;
	position: relative;
}

.single-product-content-bottom .right-column {
    height: 470px;
}

.left-column .content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.woocommerce-tabs.wc-tabs-wrapper {
    padding: 8rem 0 1.7rem;
    clear: both;
    width: 100%;
    margin-bottom: 2.5rem;
    /* border-bottom: 1px solid #DDD1BC; */
}

.card-class .woocommerce-tabs.wc-tabs-wrapper{
	padding: 5.4rem 0 4.7rem;
}

.product-information-block {
    padding: 0 12% 9rem;
}

.card-class .product-information-block {
    padding: 0 12% 1.6rem;
}

.woocommerce-tabs.wc-tabs-wrapper h2{
	margin-bottom: 2.7rem;
}

.variations tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.variations tr{
	width: calc(50% - 5px);
	float: left;
}
body .product-container .variations tr{
  width: 100%;
  max-width: 230px;
}
body .product-container .variations tr td.label{
  margin-bottom: 0.2rem;
  font-weight: 600;
}
body .product-container .variations tr td select{
  font-weight: 400;
}
body .product-container .variations tr:not(:first-child){
  margin-top: 1.5rem;
}
body .product-container .product_meta {
  margin-top: 0.5rem;
}
body .product-container table.variations {
  margin-bottom: 3rem;
}
body .product-container.vip-shop .product_meta {
  margin-bottom: 4rem;
}

tr.Antal.adresser-block{
	width: 100%;
	margin-top: 1.8rem;
}

.variations tr td.label, label.screen-reader-text {
    font-size: 1.3rem;
    line-height: 1.8rem;
    display: block;
    color: #463F39;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 1rem;
}

.card-class .variations tr td.label, .card-class label.screen-reader-text, .greencard-input-field label{
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 500;
	color: #463F39;
}



.radio-select td.label{
	display: flex!important;
	flex-wrap: wrap;
}

.radio-select td.label label{
	margin-right: 1.5rem;
}

.card-class label.screen-reader-text {
    margin-top: 0;
    margin-bottom: 1.2rem;
}

label.screen-reader-text {
    margin-top: 1.6rem;
}

table.variations {
    width: 100%;
    /* margin-top: 2.2rem; */
}

.variations tr td {
    width: 100%;
    float: left;
}

.variations tr td select {
    background: #FFFCF7;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    border: none;
    width: 100%;
    font-weight: 500;
	font-family: 'Roboto', sans-serif;
    padding: 0px 1rem;
}

span.posted_in {
    display: none;
}

span.sku_wrapper, span.vejl_uds {
    font-size: 1.2rem;
    line-height: 1.7rem;
    color: #463F39;
}
span.vejl_uds {
    margin-bottom: 0.6rem;
    width: 100%;
    font-weight: normal;
    display: block;
}

form.variations_form.cart {
    float: left;
    width: 100%;
}

.woocommerce-product-details__short-description {
    border: 1px solid #463F39;
    border-radius: 3px;
    float: left;
    margin-top: 3.3rem;
    padding: 1.5rem 2rem;
}

.woocommerce-product-details__short-description h3 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    line-height: 2.1rem;
    margin-bottom: 1rem;
    color: #463F39;
}

.woocommerce-product-details__short-description p{
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #463F39;
}

section.related.products > h2 {
    font-size: 2.5rem;
    line-height: 3.2rem;
    text-align: center;
    color: #463F39;
    margin: 8.4rem 0px 3.8rem;
}

.related-products-slider {
    position: relative;
}

section.related.products ul.products li {
    margin-left: 0;
    margin-right: 1rem;
    width: 20%;
    margin-bottom: 0;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: unset!important;
}

.price_block {
    float: left;
    width: 100%;
}

.price_block span.price {
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
    line-height: 2.8rem;
    margin: 3.2rem 0px 3.1rem;
    font-weight: 500;
	float: left;
  width: 100%;
}
.woocommerce-variation.single_variation {
  display: flex;
  flex-direction: column-reverse;
}

.single_variation_wrap_bottom {
    float: left;
    width: 100%;
    margin-top: 1rem;
}

.card-class .single_variation_wrap_bottom{
	margin-top: 1.9rem;
}

.sticky-container.card-class .button {
    margin-top: 1.4rem;
    padding: 1rem 3.5rem;
}

.certificate-container img {
   height: auto;
    width: 10rem;
    /* margin-right: 1.7rem; */
    /* margin-bottom: 1.7rem; */
}

.attributes-container {
    display: flex;
    flex-direction: column;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff!important;
    background: #263E33;
    width: 4rem!important;
    height: 4rem!important;
    border-radius: 50%;
    margin-top: -20px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.6rem!important;
}

section.related.products {
    margin-bottom: 8.4rem;
    display: flex;
    flex-direction: column;
}

/* login page */

.login-form-section .center-absolute {
    padding: 5.209vw 2rem;
    top: 50%;
    left: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 337px;
    align-items: center;
    justify-content: center;
}

.login-form-section {
    background: #24392F;
    display: flex;
    justify-content: center;
}

.login-form-section .woocommerce-notices-wrapper{
	display: none;
}

.login-form-section .bottom-icon path{
	stroke: #BEDCCE;
}

.login-form-section .bottom-icon {
    margin-top: 2.3rem;
    width: 6.5rem;
}

.login-form-section h2{
	color: #fff;
	text-align: center;
	padding-bottom: 2rem;
}

.login-form-section p{
	font-size: 1.6rem;
	line-height: 1.9rem;
	text-align: center;
	color: #BEDCCE;
}

.shortcode .woocommerce form .form-row input.input-text, .shortcode form input, .popup form input, .gfield input, form .gfield textarea, .gfield select {
    width: 100%;
    background: #1A2A22;
    /* border-radius: 4px; */
    border: none;
    font-size: 1.6rem;
    line-height: 1.9rem;
	margin-top: 0;
    text-align: center;
    color: #5D8370;
    font-family: 'Roboto', sans-serif;
    padding: 1.35rem 2rem!important;
    margin-bottom: 2px;
}

form .gfield input,
form .gfield textarea,
form .gfield select,
form.checkout input,
form.checkout textarea,
form.checkout select{
	border-bottom: 1px solid #5D8370;
	background: transparent;
	text-align: left;
	padding: 1.35rem 0rem!important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    border-bottom: 1px solid #D4CBBC!important;
}

.form-block-container form .gfield input, .form-block-container form .gfield textarea, .form-block-container form .gfield select {
    border-bottom: 1px solid #5D8370;
}

form .gfield textarea{
	background: transparent;
	text-align: left;
	padding: 1.35rem 0rem!important;
	height: 12rem!important;
	border-top: 0px solid #1A2A22;
	border-left: 0px solid #1A2A22;
	border-right: 0px solid #1A2A22;
}

.shortcode .wpcf7,
.shortcode .gform_wrapper {
  max-width: 300px;
	margin: 0 auto;
}
.popup .wpcf7{
	/* max-width: 300px; */
	margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-submit, .gform_wrapper.gravity-theme .gform_footer input {
    background-color: #fff;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    margin-top: 1.4rem;
	color: #000;
	cursor: pointer;
	transition: 0.3s;
}
.gform_wrapper.gravity-theme .gform_footer input{
	margin-left: 0!important;
	margin-right: 0!important;
	margin-bottom: 0!important;
}
.gform_wrapper.gravity-theme .gform_footer{
	padding: 0!important;
}

.gform_heading{
	display: none;
}

.wpcf7 .ajax-loader{
	display: none!important;
}

.woocommerce-form-login{
	max-width: 300px;
    margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-submit:hover{
	opacity: 0.8;
}

input:focus{
	outline: none;
}

.shortcode .woocommerce form .form-row input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #5D8370;
	opacity: 1;
}

.shortcode .woocommerce form .form-row input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #5D8370;
}

.shortcode .woocommerce form .form-row input::-ms-input-placeholder { /* Microsoft Edge */
	color: #5D8370;
}
form.woocommerce-form-login button {
    height: 39px;
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    margin-top: 22px!important;
    color: #000000;
    display: block;
    border: 0;
    line-height: 39px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.center-absolute .shortcode .woocommerce {
    margin-top: 3.5rem;
    width: 100%;
    max-width: 337px;
    margin: 3.5rem auto 0;
}

.center-absolute .shortcode{
	width: 100%;
}

/* -- If loged in like med -- */

ul.products.full-width-products-container {
    float: right;
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    margin-bottom: 7rem;
    grid-template-columns: calc(20% - 0.8rem) calc(20% - 0.8rem) calc(20% - 0.8rem) calc(20% - 0.8rem) calc(20% - 0.8rem);
    justify-content: space-between;
}

ul.products.full-width-products-container li {
    width: 100%;
    list-style: none;
    background: #F4EFE7;
    margin-bottom: 2rem;
    margin-left: 0;
}

/* Product buy registration form */

.product-form .full-width-banner h2{
	color: #E5E5E5;
}

form.product-registration-form select,
form.product-registration-form input {
    width: 100%;
    height: 100%;
    background: #a9a98c;
    border-radius: 4px;
    border: none;
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding: 0 2rem;
    text-align: left;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2px;
    padding: 1.35rem 2rem;
}
form.product-registration-form select {
  padding-left: 1.6rem;
}
form.product-registration-form .conditional.hidden {
  display: none;
}
form.product-registration-form .select-wrapper select {
	-webkit-appearance: none;
	appearance: none;
	color: #d4d4c5;
}

form.product-registration-form .select-wrapper select option {
    color: #FFF;
}
form.product-registration-form .select-wrapper select option:first-child{
    color: #d4d4c5;
}

form.product-registration-form .select-wrapper {
	position: relative;
}

form.product-registration-form .select-wrapper::after {
	content: "▼";
	font-size: 10px;
	top: 50%;
	right: 15px;
	position: absolute;
	transform: translateY(-50%);
}

form.product-registration-form ul li{
	list-style: none;
	margin-bottom: 1.2rem;
}

form.product-registration-form ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
    justify-content: space-between;
}

form.product-registration-form ul li.half-width{
	width: calc(50% - 0.5rem);
}

form.product-registration-form ul li.full-width{
	width: 100%;
}

form.product-registration-form button{
	border: none;
	cursor: pointer;
}

.product-form .one-of-two-column .bg-color .center-absolute {
    max-width: 535px;
}

.product-form .center-absolute .bottom-icon {
    margin-top: 2rem;
    width: 7rem;
    height: auto;
}

.ngos-select {
    padding: 3.3rem 0;
    border-top: 1px solid #535B57;
    border-bottom: 1px solid #535B57;
    width: 100%;
    display: flex;
    margin: 4.4rem 0 3.9rem;
}

h3.sub-title {
    font-size: 2rem;
    line-height: 2.6rem;
    text-align: center;
    color: #BEDCCE;
    font-weight: 900;
    margin-top: 1.2rem;
	font-family: 'Roboto', sans-serif;
}

.logo-block {
    margin-right: 3.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-block img {
    max-width: 18rem;
    max-height: 10rem;
    filter: brightness(0) invert(1);
}

.logo-block-content h3 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    color: #E5E5E5;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

.logo-block-content {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-block-content p {
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: #E5E5E5;
    text-align: left;
    margin-bottom: 0;
}

.product-form .product {
    width: 100%;
    background-color: #F4EFE7;
}

.product-form .product-photo-container {
    height: 27.084vw;
}

.product-form .product .product-short-content{
	display: flex;
    flex-wrap: wrap;
}

.product-form .product .product-short-content h2 {
    width: 40%;
    margin: 0;
}

.product-form .product .product-short-content .product-content-container {
    width: 60%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-form .product .product-short-content a.button, .product-form .product .product-short-content button{
	margin-left: 1.4rem;
}

.product-form .product .product-short-content button:hover{
	color: #fff;
    background-color: #263E33;
    border: 1px solid #263E33;
}

.product-form .product .product-short-content button {
    width: auto;
    padding: 0.5rem 1.4rem;
    background-color: #F4EFE7;
}

.product-form .product .product-short-content .svg-leaves {
    margin-left: 2.2rem;
    display: flex;
}

.product-form .product .product-short-content  svg {
    height: auto;
}

.margins.full-width-banner.bg-color.registering-bottom-block .center-absolute {
    max-width: 61rem;
    padding: 5rem 2rem;
}

.registering-bottom-block-container {
    display: flex;
}

.registering-bottom-block-container .logo-block img{
	max-height: 13.2rem;
	max-width: 18rem;
	filter: unset;
}

.registering-bottom-block-container *{
	color: #463F39!important;
	text-align: center!important;
}

.registering-bottom-block-container .bottom-icon path {
    stroke: #463F39!important;
}

.registering-bottom-block-container .bottom-icon{
	width: 5.5rem!important;
	margin: 0 auto;
}

.registering-bottom-block-container .logo-block-content h3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: 900;
    margin-top: 2.3rem;
    margin-bottom: 5.3rem;
}

.registering-bottom-block-container .logo-block{
	display: block;
}

.logo-block-container {
    display: flex;
    flex-direction: column;
}

.registering-bottom-block-container p{
	font-size: 1.7rem;
	line-height: 2.4rem;
}

.registering-product-buttons {
    width: auto;
    justify-content: flex-end;
    display: flex;
}

form.product-registration-form input::placeholder{
	color: #d4d4c5;
	opacity: 1;
}

/* -- Green card price list -- */

.one-of-two-column .greencard-price-list {
    max-width: 55rem;
    margin: 0 auto;
    margin: 2rem 0;
}

.greencard-price-list ul li{
	list-style: none;
	/* width: 11.5rem; */
  width: calc(33% - 1.8rem);
	margin: 1.2rem 0.9rem;
	height: 3.9rem;
	display: inline-block;
  min-width: 10rem;
}

.greencard-price-list ul li a {
    display: block;
    background-color: #24392f;
    border-radius: 4px;
    color: white;
    line-height: 3.9rem;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
	transition: 0.3s;
	border: 1px solid #263e33;
}
.greencard-price-list.active ul li a {
    background-color: transparent;
    color: #59514B;
}

.greencard-price-list ul li a:hover{
	opacity: 0.8;
}

.row.full-size .greencard-price-list {
    max-width: 55rem;
    margin: 1.7rem auto;
    display: block;
}
.greencard-price-list.active ul li a.active {
    background: #263e33;
	color: white;
}

.row.full-size .center-absolute .shortcode {
    width: 100%;
    display: flex;
}

.row.full-size .greencard-price-list ul li{
	width: 15rem;
}

/* -- Radio select attributes -- */

tr.radio-select li {
    list-style: none;
    display: flex;
	margin: 0.5rem 0;
}

tr.radio-select ul {
    display: flex;
    flex-direction: column;
	flex-wrap: wrap;
}

tr.radio-select li span {
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #463F39;
}

tr.radio-select li input {
    opacity: 0;
    position: relative;
    position: absolute;
    margin: 0;
    z-index: 9999;
    width: 1.6rem;
	cursor: pointer;
    height: 1.6rem;
    top: 0;
    left: 0;
}

.radio-button-style {
    position: relative;
    border: 1px solid #463F39;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
	cursor: pointer;
    vertical-align: middle;
    margin-right: 1.5rem;
    display: inline-block;
}

.radio-button-style.active{
	border: 0.55rem solid #95BEAB;
	background: #fff;
}

tr.radio-select {
    width: 100%;
    padding-top: 2rem;
    border-top: 1px solid #D4CBBC;
	margin-top: 2.7rem;
}

tr.radio-select .label{
	position: relative;
}

ul.Julekort li{
	width: auto;
	margin-right: 2.5rem;
}

tr.radio-select ul.Julekort{
	flex-direction: unset;
}

.card-class .price_block, .card-class .product_meta{
	display: none;
}

.Julekort-block, .Forsendelse-block, .pa_julekort-block{
	display: none;
}

.greencard-input-field label {
    margin-bottom: 1rem;
    display: block;
}

.greencard-input-field input{
	background: #FFFCF7;
    border-radius: 4px;
    border: none;
    width: 100%;
    height: 40px;
    padding: 0px 1.5rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

table.bottom-variations {
    margin: 0 0 0rem 0;
    padding-bottom: 4.4rem;
    border-bottom: 1px solid #D4CBBC;
}

/* -- sidebar -- */

.filter-close-button{
	display: none;
}

.single-product{
	overflow-x: hidden;
}

/*.tooltip-container:hover .tooltip-text{
	display: block;
}*/

.for-desktop{
	display: block;
}

.for-mobile{
	display: none;
}

/* -- Checkout page -- */

form.checkout.woocommerce-checkout {
    width: 100%;
    max-width: 495px;
}

/* form.checkout.woocommerce-checkout .checkout-inputs label{ */
	/* display: none; */
/* } */

.vip-shop-checkbox-block,
.woocommerce-shipping-fields label {
    position: relative;
    display: flex!important;
    line-height: 2.2rem;
}

.vip-shop-checkbox-block {
    align-items: center;
}

.vip-shop-checkbox-block label {
    font-size: 1.7rem;
    padding-left: 1rem;
}

.woocommerce-shipping-fields label span{
	pointer-events: none;
}

.vip-shop-checkbox-block input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 2.8rem;
    width: 2.8rem;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}
.woocommerce-shipping-fields label.checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 2.2rem;
    width: 2.2rem;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}

.vip-shop-checkbox-block {
    cursor: pointer;
    margin-top: auto;
    margin-right: -1.2rem;
    width: 10rem;
}

.vip-shop-checkbox-block::before {
    content: '';
    height: 2.6rem;
    width: 2.6rem;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    transition: 0.3s;
    border: 1px solid #263E33;
    border-radius: 4px;
}
.woocommerce-shipping-fields label.checkbox::before {
    content: '';
    height: 2rem;
    width: 2rem;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    transition: 0.3s;
    border: 1px solid #CABFAC;
}

.vip-shop-checkbox-block::before {
    margin-right: 0;
}

.woocommerce-shipping-fields label.checkbox.active::before{
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22.44' height='16.121' viewBox='0 0 22.44 16.121'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bfill:%23fff;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='22.44' height='16.121'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Cpath class='c' d='M20.974,0,22.44,1.361,8.734,16.121,0,7.388,1.414,5.973,8.68,13.24Z'/%3E%3C/g%3E%3C/svg%3E"), #95BEAB;
    background-repeat: no-repeat;
    background-size: 68%;
    background-position: center;
	border: 1px solid #95BEAB!important;
}

.vip-shop-checkbox-block.active::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22.44' height='16.121' viewBox='0 0 22.44 16.121'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bfill:%23fff;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='22.44' height='16.121'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Cpath class='c' d='M20.974,0,22.44,1.361,8.734,16.121,0,7.388,1.414,5.973,8.68,13.24Z'/%3E%3C/g%3E%3C/svg%3E"), #263f32;
    background-repeat: no-repeat;
    background-size: 68%;
    background-position: center;
    border: 1px solid #263f32 !important;
}

.woocommerce-shipping-fields {
    display: flex;
	flex-direction: column;
}

.woocommerce-shipping-fields p{
	margin: 0;
}

p#ship-to-different-address {
    margin: 1.2rem 0 0.4rem;
}
.woocommerce-checkout .middle-column .delivery-week p,
.woocommerce-checkout .middle-column select,
.woocommerce-checkout .middle-column .stotteprojekt p,
.stotte-container {
  margin-top: 2.2rem;
  margin-bottom: 0;
}
/* .woocommerce-shipping-fields .shipping_address label{ */
	/* display: none!important; */
/* } */
body .woocommerce-checkout h3, body #order_review_heading {
    margin-bottom: 5rem;
}
body #order_review_heading,
body div .woocommerce-checkout .delivery-week h3 {
  margin-bottom: 7.2rem;
}
.delivery-top,
.delivery-bottom {
  padding: 2rem;
  background-color: #F4EFE7;
  color: #263e33;
  font-weight: 700;
  line-height: 2rem;
  font-size: 1.5rem;
  border: 1px solid #D4CBBC;
}
.delivery-bottom {
  border-top: 0;
}
.delivery-cont {
  padding: 2rem;
  padding-top: 0rem;
  border: 1px solid #D4CBBC;
  border-top: 0;
}
.delivery-cont ul {
  list-style: none outside;
  margin-top: 2rem;
}
.delivery-cont li {
  list-style: none;
  position: relative;
  margin: 1rem 0;
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
}
.delivery-cont li label {
    font-size: 1.5rem;
    line-height: 1.6rem;
    color: #463F39;
    font-weight: 400;
}
.delivery-cont li::before {
    position: relative;
    border: 1px solid #463F39;
    width: 1.4rem;
    height: 1.4rem;
    cursor: pointer;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 1.5rem;
    z-index: 1;
    display: inline-block;
    content: '';
}
.delivery-cont li.active::before {
    border: 0.55rem solid #95BEAB;
    background: #fff;
    width: 0.5rem;
    height: 0.5rem;
}
.delivery-cont li input {
    opacity: 0;
    position: absolute;
    top: 0px;
    cursor: pointer;
    left: 0px;
    width: 1.6rem;
    height: 1.6rem;
    z-index: 9999;
    margin: 0;
}
.stotte-wrapper {
  border: 1px solid #D4CBBC;
  padding: 2rem;
  /* padding-top: 1rem; */
  background-color: #F4EFE7;
}
.stotte-contaitner {
  position: relative;
}
.stotte-wrapper {
  display: none;
}
.stotte-content {
  margin-top: 2.2rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.stotte-title {
  text-align: center;
  font-weight: 600;
}
#select2-deliveryweek-select-results .select2-results__option[aria-selected], #select2-deliveryweek-select-results .select2-results__option[data-selected] {
  height: auto;
  padding: 1rem 2rem;
  line-height: 1.9rem;
}

.checkout-inputs #deliveryweek_field, .checkout-inputs #stotteprojekt_field {
  display: none;
}
.stotte-data > a {
  display: block;
  margin-top: 2.2rem;
  text-align: center;
  color: #463F39;
  font-size: 1.2rem;
}
.stotte-img img {
  width: 100%;
}
.order_review{
	width: 40%;
}
.woocommerce div#order_review table.shop_table {
  margin-bottom: 0;
}
body .woocommerce-checkout-payment#payment {
  padding-top: 0;
}
body .woocommerce-checkout #payment ul.payment_methods{
  border: 1px solid #D4CBBC;
  border-top: none;
}
button#place_order {
  margin-top: 2.2rem
}
.row.for-checkout {
    display: flex;
    justify-content: space-between;
}

div#order_review {
    width: 100%;
    max-width: 500px;
    margin: 0.5rem auto;
}

.one-of-two-column.wide{
	width: calc(55% - 0.5rem);
}

.one-of-two-column.narrow{
	width: calc(45% - 0.5rem);
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	height: 46px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    border: none;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: center;
    color: #5D8370;
    font-family: 'Roboto', sans-serif;
    line-height: 46px;
    margin-bottom: 2px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-billing-fields__field-wrapper p,
.woocommerce-shipping-fields p {
    margin: 0rem 0;
}

.woocommerce-billing-fields h3{
	margin-bottom: 1.6rem;
}

.woocommerce-additional-fields {
    margin-top: -0.4rem;
}

.woocommerce-additional-fields textarea{
	height: 130px!important;
	resize: none;
}

.woocommerce-additional-fields h3{
	margin-bottom: 1.6rem;
}
.form-row-wide, .form-row-first, .form-row-last, #shipping_phone_field, #shipping_email_field{
	width: 100%;
}

#billing_postcode_field, #billing_city_field, #billing_first_name_field, #billing_last_name_field,
#shipping_postcode_field, #shipping_city_field, #shipping_first_name_field, #shipping_last_name_field{
	width: calc(50% - 1.1rem);
}

.woocommerce table.shop_table {
    margin: 0 0 1rem 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
	border: 1px solid #D4CBBC;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: unset;
    padding: 0;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    margin: 0;
    list-style: none outside;
}

.woocommerce table.shop_table th {
    font-weight: 400;
    padding: 2rem;
    line-height: 2rem;
	font-size: 1.5rem;
}

tr.order-total span.woocommerce-Price-amount.amount{
	font-size: 1.8rem;
	font-weight: 600;
}

.woocommerce table.shop_table td {
    padding: 2rem;
    line-height: 2rem;
    font-size: 1.4rem;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 400;
}

button#place_order{
	border: none;
	background-color: #263e33;
	margin-left: 0;
	cursor: pointer;
}

.row.for-checkout {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

div#order_review {
    width: auto;
    max-width: 500px;
    margin: 0;
    /* margin: 0.5rem auto; */
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    height: auto;
    width: 100%;
    background: #FFFCF7;
    border-radius: 0;
    border: none;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: left;
    color: #263e33;
    font-family: 'Roboto', sans-serif;
    /* line-height: 46px; */
    margin-bottom: 0px;
    /* margin-top: 2.2rem; */
    /* border: 1px solid #D4CBBC; */
    padding: 1.25rem 0rem;
}

.woocommerce form p.form-row{
    margin-top: 2.5rem;
}

abbr.required{
	display: none;
}

.woocommerce form .form-row input::placeholder, .woocommerce form .form-row textarea::placeholder, input#coupon_code::placeholder {
	color: #D4CBBC;
	opacity: 0;
}

.woocommerce form .form-row input:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder, .input#coupon_code:-ms-input-placeholder {
	color: #D4CBBC;
}

.woocommerce form .form-row input::-ms-input-placeholder, .woocommerce form .form-row textarea::-ms-input-placeholder, .input#coupon_code::-ms-input-placeholder {
	color: #D4CBBC;
}

p#billing_country_field, p#shipping_country_field {
    margin-top: 2.2rem;
}

.woocommerce-billing-fields h3, #order_review_heading {
    margin-bottom: 0;
    color: #263e33;
}

#order_review_heading{
	margin-bottom: 2.2rem;
}

.entry-header {
    text-align: center;
    margin-top: 4rem;
}

form.checkout.woocommerce-checkout {
    width: 100%;
    max-width: unset;
}

form.checkout.woocommerce-checkout .checkout-container{
	justify-content: space-between;
}

.row.for-checkout {
    display: block;
    justify-content: center;
    margin: 0 auto;
}

.order-review-content {
    display: flex;
    flex-direction: column;
    padding: 5rem 0;
}

.order-review-content ul{
	display: flex;
	flex-direction: column;
}

button#place_order {
    border: none;
    background-color: #263e33;
    margin-left: 0;
    cursor: pointer;
    width: 100%;
    height: auto;
    padding: 1.3rem 2rem;
    margin-top: 0;
}

.checkout-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
}

.checkout-inputs {
    width: calc(30% - 5rem);
    padding: 5rem 0;
}

div#order_review {
    width: calc(30% - 5rem);
    max-width: unset;
}

.woocommerce-shipping-methods li, .payment_methods li {
    list-style: none;
    position: relative;
    margin: 1rem 0;
    /* flex-direction: column; */
    display: flex;
    flex-wrap: wrap;
}

.payment_box {
    width: 100%;
}

.payment_box p{
	font-size: 1.4rem;
	line-height: 1.9rem;
	margin: 1.1rem 0;
}

.woocommerce-terms-and-conditions-wrapper,
.form-row.mailchimp-newsletter {
	margin: 2rem 0;
}

.woocommerce-terms-and-conditions-wrapper a{
	color: #263e33;
	transition: 0.3s;
}

.woocommerce-terms-and-conditions-wrapper a:hover
{
	opacity: 0.8;
	text-decoration: underline;
}

.woocommerce-terms-and-conditions-wrapper label.checkbox,
.form-row.mailchimp-newsletter label {
	position: relative;
	display: flex;
    line-height: 2.2rem;
}

.woocommerce-terms-and-conditions-wrapper label.checkbox input,
.form-row.mailchimp-newsletter label input {
	/* position: absolute; */
	top: 0;
	left: 0;
	z-index: 9999;
    height: 2.2rem;
    width: 2.2rem;
	margin: 0;
	cursor: pointer;
	opacity: 0;
  margin-right: 1.5rem
}

.woocommerce-terms-and-conditions-wrapper label.checkbox::before,
.form-row.mailchimp-newsletter label::before {
    content: '';
    height: 2rem;
    width: 2rem;
    display: inline-block;
    margin-right: 1.5rem;
    vertical-align: middle;
    transition: 0.3s;
    border: 1px solid #CABFAC;
    position: absolute;
}
.shop_table.woocommerce-checkout-review-order-table th.product-total {
  color: #F4EFE7
}
.woocommerce-terms-and-conditions-wrapper p.woocommerce-validated label.checkbox::before,
.form-row.mailchimp-newsletter.active label::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='22.44' height='16.121' viewBox='0 0 22.44 16.121'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D.b%7Bclip-path:url(%23a);%7D.c%7Bfill:%23fff;%7D%3C/style%3E%3CclipPath id='a'%3E%3Crect class='a' width='22.44' height='16.121'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg class='b'%3E%3Cpath class='c' d='M20.974,0,22.44,1.361,8.734,16.121,0,7.388,1.414,5.973,8.68,13.24Z'/%3E%3C/g%3E%3C/svg%3E"), #95BEAB;
    background-repeat: no-repeat;
    background-size: 68%;
    background-position: center;
	border: 1px solid #95BEAB!important;
}

.woocommerce-shipping-methods li input, .payment_methods li input{
    opacity: 0;
    position: absolute;
    top: 0px;
	cursor: pointer;
    left: 0px;
    width: 1.6rem;
    height: 1.6rem;
    z-index: 9999;
    margin: 0;
}
.woocommerce-shipping-methods li label, .payment_methods li label{
	font-size: 1.5rem;
    line-height: 1.6rem;
    color: #463F39;
	font-weight: 400;
}
.woocommerce-shipping-methods li::before, .payment_methods li::before{
	position: relative;
    border: 1px solid #463F39;
    width: 1.4rem;
    height: 1.4rem;
	cursor: pointer;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 1.5rem;
	z-index:1;
    display: inline-block;
	content: '';
}

.woocommerce-shipping-methods li.active::before, .payment_methods li.active::before{
	border: 0.55rem solid #95BEAB;
    background: #fff;
	width: 0.5rem;
    height: 0.5rem;
}
#shipping_method.total-1 li.active::before,
.cart_totals .woocommerce-shipping-destination {
  display: none
}
#shipping_method.total-1 li label {
  font-weight: bold;
}
#shipping_method.total-1 li {
  justify-content: space-between;
}
label[for=shipping_method_0_flat_rate1] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.woocommerce-shipping-methods li::before {
  display: none;
}
span.select2-selection.select2-selection--single {
    height: auto;
    width: 100%;
    background: #FFFCF7;
    border-radius: 4px;
    border: none;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: left;
    color: #5D8370;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 2px;
    /* border: 1px solid #D4CBBC; */
    border-bottom: 1px solid #D4CBBC;
    /* padding: 0 2rem; */
    padding: 1.25rem 0rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    color: #263e33;
    line-height: 1.9rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 1.9rem;
    width: 8px;
    margin: 1.25rem 1rem;
	top: unset;
	bottom: 1px;
}

ul.wc_payment_methods.payment_methods.methods {
    padding: 2rem;
}

tr.woocommerce-shipping-totals.shipping th, tr.woocommerce-shipping-totals.shipping td{
	width: 100%;
	display: block;
}


.select2-results__option[aria-selected], .select2-results__option[data-selected] {
    cursor: pointer;
    border-bottom: 1px solid #D4CBBC;
    height: 46px;
    padding: 0 2rem;
    line-height: 46px;
    background: #FFFCF7;
    font-size: 1.6rem;
    color: #5D8370;
}

.select2-search--dropdown {
    background: #FFFCF7;
    padding: 1rem 2rem;
}

.select2-container--open .select2-dropdown--below {
    background: #FFFCF7;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    height: auto;
    padding: 1.25rem 2rem;
    font-size: 1.6rem;
    background: #FFFCF7;
    border-radius: 4px;
    color: #5D8370;
}

.select2-dropdown {
	border: 1px solid #D4CBBC;
}

.select2-results__option {
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding: 1rem 2rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #FFFCF7;
    color: #5D8370;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #F4EFE7;
}

div#order_review td, div#order_review th {
    width: 50%;
    float: left;
    display: block;
    height: auto;
}

div#order_review th{
	font-weight: 500;
}

div#order_review table, div#order_review tr, div#order_review table thead, div#order_review tbody, div#order_review tfoot {
    display: block;
    float: left;
    width: 100%;
    padding: 0!important;
}

div#order_review tr.woocommerce-shipping-totals.shipping td, div#order_review tr.woocommerce-shipping-totals.shipping th, div#order_review tr.webshipper_drop_point td, div#order_review tr.webshipper_drop_point th {
    width: 100%;
}

#order_review td.product-total, #order_review th.product-total, #order_review .order-total td, #order_review .tax-rate td {
    text-align: right;
}
.woocommerce-checkout #shipping_method.total-1 li label,
.woocommerce-checkout div#order_review .tax-rate th {
  font-weight: 400;
}
div#order_review th.product-name {
  width: 100%
}
.order-review-content .product-name-container strong {
  font-weight: 400;
  display: block;
}
body div div#order_review .order-review-content .order-subtotal th,
body div .order-review-content .order-subtotal td {
  padding-top: 0;
  padding-bottom: 0.8rem;
  font-weight: 400;
  font-size: 1.4rem;
}
body div .order-review-content .order-subtotal td {
  text-align: right;
}
body div .order-review-content .tax-rate th,
body div .order-review-content .tax-rate td {
  padding-top: 0;
  padding-bottom: 0.9rem;
  font-size: 1.4rem;
}
body div .order-review-content .order-total th,
body div .order-review-content .order-total td {
  padding-top: 0;
  font-size: 1.8rem;
  font-weight: 700;
}
div#order_review .order-total th {
  font-weight: 700;
}
div#order_review .payment-header tbody,
div#order_review .payment-header table {
  border-top: none;
}
div#order_review .payment-header th {
  background-color: #F4EFE7;
  color: #263e33;
  font-weight: 700;
}
.woocommerce-checkout div#order_review tbody tr.cart_item td {
  align-items: flex-end;
}
body div .order-review-content .woocommerce-shipping-totals td * {
  font-size: 1.4rem;
}
body div .order-review-content .woocommerce-shipping-totals td {
  padding-bottom: 0;
}

div#order_review tr.cart_item td.product-name {
    width: 70%;
}

.product-name-container {
    width: calc(100% - 9rem);
}

div#order_review tbody tr.cart_item{
	display: flex;
}

div#order_review tbody tr.cart_item td{
    display: flex;
    align-items: center;
}

div#order_review tr.cart_item td.product-total {
    justify-content: flex-end;
}

div#order_review tr.cart_item td.product-name .variation, div#order_review tr.cart_item td.product-name .variation p, .shoping-cart-container .product-name .variation, .shoping-cart-container .product-name .variation p {
	margin: 0;
	line-height: 1.8rem;
    font-size: 1.3rem;
	color: #263e33;
}

div#order_review tbody {
    padding: 0!important;
    border-top: 1px solid #D4CBBC;
}

div#order_review tbody tr.cart_item{
	border-bottom: 1px solid #D4CBBC;
}

/* tr.woocommerce-shipping-totals.shipping td{
    border-top: 1px solid #D4CBBC;
    border-bottom: 1px solid #D4CBBC;
} */

div#order_review tr.cart_item td.product-total{
	width: 30%;
}

div#order_review thead th, tr.woocommerce-shipping-totals.shipping th, th.webshipper_drop_point_selector_title {
    background-color: #F4EFE7;
    color: #263e33;
    font-weight: 700;
}
body:not(.woocommerce-checkout) .woocommerce-shipping-totals td {
  background-color: #F4EFE7;
}
/* -- Cart -- */

input#coupon_code {
    height: auto;
    /* width: 22.4rem; */
    width: 11.8rem;
    background: #FFFCF7;
    border-radius: 4px;
    border: none;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-align: left;
    color: #5D8370;
    font-family: 'Roboto', sans-serif;
    /* line-height: 46px; */
    margin-bottom: 0px;
    margin-top: 0rem;
    border: 1px solid #D4CBBC;
    padding: 1.25rem 2rem;
}
.coupon-input-container button{
	padding: 1.3rem 2rem;
}

.coupon label {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    display: flex;
    color: #463F39;
	margin-bottom: 1rem;
}

.coupon input{
	margin: 0;
	margin-top: 0!important;
	margin-right: 1rem;
}

.coupon{
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    /* border-bottom: 1px solid #D4CBBC; */
}

form.woocommerce-cart-form {
    width: calc(60% - 2.5rem);
}

.cart-collaterals {
    width: calc(40% - 2.5rem);
}

a.checkout-button.button.alt.wc-forward {
    border: none;
    background-color: #263e33;
    margin-left: 0;
    cursor: pointer;
    padding: 1.35rem 2rem;
}

a.checkout-button.button.alt.wc-forward.return-shopping {
  background-color: #95BEAB;
}
.cart-collaterals table.shop_table {
  background: #F4EFE7;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside;
}

.shoping-cart-container .cart_item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #D4CBBC;
	position: relative;
}

a.remove {
    font-size: 2.5rem;
    color: #463F39;
    position: absolute;
    right: 0;
    line-height: 1.4rem;
    top: 0;
}

.shoping-cart-container .product-thumbnail {
    height: 16rem;
    width: 14rem;
    position: relative;
    margin-right: 2rem;
}

tbody td.product-name .product-thumbnail {
    height: 8rem;
    width: 7rem;
    position: relative;
    margin-right: 2rem;
}

tbody td.product-name .product-thumbnail img {
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.shoping-cart-container .product-thumbnail img{
	width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.shoping-cart-product-container {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.shoping-cart-container .product-name {
    font-size: 1.6rem;
    line-height: 2rem;
}

.shoping-cart-container .product-name a{
	color: #463F39;
}

.shoping-cart-container .product-name .variation dt {
    color: #463F39;
    float: left;
    margin-right: 0.5rem;
}

.shoping-cart-product-container .product-quantity label{
	display: none;
}

.shoping-cart-product-container{
	position: relative;
}

.shoping-cart-product-container .product-quantity {
    margin-top: auto;
}

.shoping-cart-product-container .product-quantity .quantity{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.shoping-cart-product-container .product-quantity input.input-text {
    width: 3rem;
    height: 3rem;
    border: 0;
    border-top: 1px solid #D4CBBC;
    border-bottom: 1px solid #D4CBBC;
    text-align: center;
	background: #FFFCF7;
    border-radius: 0;
}

table.shop_table.shop_table_responsive, table.shop_table.shop_table_responsive tbody, tr.woocommerce-shipping-totals.shipping, table.shop_table.shop_table_responsive .order-total{
	display: block;
    float: left;
    width: 100%;
    padding: 0!important;
}

.woocommerce-MyAccount-content span.woocommerce-Price-amount.amount {
    margin-right: 0.3rem;
}

table.shop_table.shop_table_responsive .order-total{
	background-color: #F4EFE7;
    color: #263e33;
}

table.shop_table.shop_table_responsive .order-total th, table.shop_table.shop_table_responsive .order-total td{
	width: 50%;
	display: block;
    float: left;
}

table.shop_table.shop_table_responsive th{
	font-weight: 800!important;
  font-size: 1.8rem;
}
table.shop_table.shop_table_responsive .order-total td{
	text-align: right;
  font-weight: 800!important;
}
.cart_totals .tax-total,
.cart_totals .incl-tax-total {
  display: block;
  width: 100%;
}
.cart_totals .tax-total td,
.cart_totals .incl-tax-total td {
  text-align: right!important;
}
html body .cart_totals .tax-total th,
html body .cart_totals .tax-total td,
html body .cart_totals .incl-tax-total th,
html body .cart_totals .incl-tax-total td {
  width: 50%;
  display: block;
  float: left;
  padding: 0.3rem 2rem;
  background: #F4EFE7
}
html body .cart_totals .incl-tax-total th,
html body .cart_totals .incl-tax-total td {
  padding-bottom: 2rem;
}
html body .cart_totals .order-total th,
html body .cart_totals .order-total td {
  padding-bottom: 1rem;
}
.cart_totals table.shop_table.shop_table_responsive .tax-total th,
.cart_totals table.shop_table.shop_table_responsive .incl-tax-total th,
.cart_totals .tax-total td,
.cart_totals .incl-tax-total td bdi {
  font-size: 1.5rem;
  font-weight: 400!important;
}
.shoping-cart-product-container .product-quantity input.qty_button{
	width: 3rem;
	height: 3rem;
	border: 0;
	background-color: #F4EFE7;
	cursor: pointer;
	border: 1px solid #D4CBBC;
	appearance: none;
}

.shoping-cart-product-container .product-quantity input.qty_button.minus{
	border-radius: 4px 0px 0px 4px;
}

.shoping-cart-product-container .product-quantity input.qty_button.plus{
	border-radius: 0px 4px 4px 0px;
}

.shoping-cart-container .product-price {
    line-height: 2rem;
    font-size: 1.6rem;
}

.shoping-cart-container .product-name{
	margin-bottom: 7rem;
}

.shoping-cart-container .product-name.has-variations{
	margin-bottom: 1rem;
}

.shoping-cart-block-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.shoping-cart-block-container h2{
	margin-bottom: 2.2rem;
}

.shoping-cart-container button, .checkout_coupon button {
    background-color: #95BEAB;
    border: 0;
    margin: 0;
    padding: 1.35rem 2rem;
    cursor: pointer;
}

tr.woocommerce-shipping-totals.shipping ul#shipping_method {
    display: flex;
    flex-direction: column;
}

tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-calculator input{
	margin-top: 1rem;
}

tr.woocommerce-shipping-totals.shipping .shipping-calculator-form {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: space-between;
    margin-top: 1rem;
}

a.shipping-calculator-button {
    color: #263e33;
    font-size: 1.6rem;
    text-decoration: underline;
}

.woocommerce-message, .woocommerce-info {
    max-width: 1400px;
    margin: 0 auto;
    font-size: 1.6rem;
    background-color: #F4EFE7;
    line-height: 2.2rem;
    padding: 2rem;
	margin-top: 5rem;
}

ul.woocommerce-error {
    max-width: 1400px;
    /* margin: 0 auto; */
    padding: 2rem 0 0;
}

.row.half.for-cart {
    padding-top: 5rem;
}

form.checkout_coupon.woocommerce-form-coupon {
    flex-wrap: wrap;
    display: block;
    justify-content: space-between;
    width: auto;
    flex-direction: column;
    margin: 2rem 0 0;
}

ul.woocommerce-error li {
    list-style: none;
    font-size: 1.6rem;
    color: #c02b0a;
    font-weight: 600;
    line-height: 2.2rem;
}
.product-container ul.woocommerce-error li {
  font-size: 1.4rem;
  line-height: 1.4;
}

.checkout-container.for-coupon {
    flex-direction: column;
}

form.checkout_coupon.woocommerce-form-coupon .form-row {
	width: auto;
}

.coupon-input-container {
    display: flex;
}

.coupon-input-container .form-row-first{
	margin-right: 1rem;
}

.woocommerce-message a, .woocommerce-info a{
	color: #263e33;
	text-decoration: underline;
	transition: 0.3s;
}

.woocommerce-message a:hover, .woocommerce-info a:hover{
	color: #95BEAB;
}

.woocommerce-message a.button:hover, .woocommerce-info a.button:hover {
    color: #fff;
}

.woocommerce-message .button, .woocommerce-info .button {
    background-color: #95BEAB;
    border: 0;
    margin: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    margin-right: 2rem;
}

tr.woocommerce-shipping-totals.shipping .shipping-calculator-form p{
	margin: 0;
	width: calc(50% - 0.5rem);
}

tr.woocommerce-shipping-totals.shipping .shipping-calculator-form p#calc_shipping_country_field{
	width: 100%;
}

tr.woocommerce-shipping-totals.shipping .shipping-calculator-form button{
	width: 100%;
	background-color: #95BEAB;
    border: 0;
    margin: 0;
	margin-top: 1rem;
	height: 46px;
    cursor: pointer;
}

tr.woocommerce-shipping-totals.shipping .woocommerce-shipping-calculator .address-field{
	width: calc(50% - 0.5rem);
}

.modal {
    display: none;
    position: fixed;
    background: #F4EFE7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    min-width: 300px;
    text-align: center;
    z-index: 99999;
}
.modal-close {
  background: transparent;
  border: none;
  font-size: 2.5rem;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/* -- Thank you page -- */

.woocommerce-order {
    display: flex;
    max-width: 1400px;
    flex-direction: column;
    margin: 0 auto;
}

.woocommerce-order table, .woocommerce-order-details thead, .woocommerce-order-details tbody .order_item, .woocommerce-order-details tbody, .woocommerce-order table tr, .woocommerce-order table th, .woocommerce-order table td, .woocommerce-order table tfoot{
	display: block;
    float: left;
    width: 100%;
}

.woocommerce-order table th, .woocommerce-order table td{
	width: 50%;
}

.woocommerce-order-details thead{
	background-color: #F4EFE7;
}

.woocommerce-order-details tbody .order_item{
	border-bottom: 1px solid #D4CBBC;
}

/* -- My account -- */

.woocommerce-MyAccount-content {
    width: 80%;
    padding: 5rem 0 5rem 5rem;
}

.woocommerce-MyAccount-content table, .woocommerce-MyAccount-content thead, .woocommerce-MyAccount-content tbody, .woocommerce-MyAccount-content tfoot, .woocommerce-MyAccount-content table tr{
	width: 100%;
    float: left;
    display: flex;
}

.woocommerce-MyAccount-content tfoot{
	flex-wrap: wrap;
	background-color: #F4EFE7;
}

.woocommerce-MyAccount-content table th{
	font-weight: 500!important;
}

.woocommerce-MyAccount-content table.order_details tfoot tr th, .woocommerce-MyAccount-content table.order_details tfoot tr td, .woocommerce-MyAccount-content table.order_details thead th{
	width: 50%;
	justify-content: left;
}

.woocommerce-MyAccount-content table.shop_table.order_details tbody .order_item td a{
	margin-right: 4px;
	color: #463F39;
	transition: 0.3s;
}

.woocommerce-MyAccount-content table.shop_table.order_details tbody .order_item td a:hover{
	color: #95BEAB;
}

.woocommerce-MyAccount-content thead{
	background-color: #F4EFE7;
}

.woocommerce-MyAccount-content table thead tr{
	display: flex;
	flex-wrap: wrap;
	border: none;
}

.woocommerce-MyAccount-content table tbody tr.order:nth-child(even) {
	background-color: #F4EFE7;
}

.woocommerce-MyAccount-content table tr{
	border-top: 1px solid #D4CBBC;
}

.woocommerce-MyAccount-content table th, .woocommerce-MyAccount-content table td {
    width: 20%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.woocommerce-MyAccount-content table td .button{
	margin: 0;
	background-color: #95BEAB;
}

nav.woocommerce-MyAccount-navigation {
    width: 20%;
    padding: 5rem 0;
}

nav.woocommerce-MyAccount-navigation ul{
	display: flex;
    flex-direction: column;
}

nav.woocommerce-MyAccount-navigation li {
    list-style: none;
    margin: 0.9rem 0;
}

nav.woocommerce-MyAccount-navigation li a{
	transition: 0.3s;
	color: #263e33;
	font-size: 1.6rem;
	line-height: 1.9rem;
	border-radius: 4px;
}

nav.woocommerce-MyAccount-navigation li.is-active a{
	color: #95BEAB;
}

nav.woocommerce-MyAccount-navigation li a:hover{
	color: #95BEAB;
}

.woocommerce-account .woocommerce {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
}

.woocommerce-MyAccount-content .woocommerce-info{
	margin: 0;
}

.woocommerce-orders-table__cell-order-number a{
	color: #463F39;
	transition: 0.3s;
}

.woocommerce-orders-table__cell-order-number a:hover, .woocommerce-MyAccount-content p a:hover{
	color: #95BEAB;
}

.woocommerce-MyAccount-content table.shop_table.order_details {
    flex-wrap: wrap;
}

.woocommerce-MyAccount-content table.shop_table.order_details tbody{
	flex-wrap: wrap;
}

.woocommerce-MyAccount-content table.shop_table.order_details tbody .order_item{
	border-bottom: none;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-MyAccount-content table.shop_table.order_details tbody .order_item td {
    width: 50%;
    text-align: left;
    justify-content: left;
}

.woocommerce-MyAccount-content table.shop_table.order_details tbody .order_item td.product-name {
    align-items: flex-start;
    flex-wrap: wrap;
}

.woocommerce-MyAccount-content table.shop_table.order_details tbody .order_item td.product-name ul li{
	list-style: none;
}

mark {
    background-color: unset;
    color: unset;
    font-weight: 500;
}

.woocommerce-MyAccount-content p a{
	color: #463F39;
	transition: 0.3s;
}

.woocommerce .woocommerce-MyAccount-content tbody td.woocommerce-orders-table__cell-order-actions{
	padding: 1rem 2rem;
}

.woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-columns {
    display: flex;
    width: 100%;
	flex-wrap: wrap;
	margin-top: 2rem;
}

body.woocommerce-checkout #billing_country_field {
    display: none !important;
}

.woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-column{
	width: 50%;
}

.woocommerce .woocommerce-MyAccount-content section.woocommerce-order-details {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.woocommerce-MyAccount-content address{
	font-size: 1.6rem;
	line-height: 2.4rem;
}

.woocommerce-MyAccount-content address p{
	margin: 0;
}

.woocommerce-MyAccount-content h3{
	color: #463F39;
}

.woocommerce-MyAccount-content .woocommerce-Address-title.title{
	margin-bottom: 1rem;
}

.woocommerce-MyAccount-content .u-columns.addresses{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 3rem;
}

.woocommerce-MyAccount-content .u-columns.addresses .woocommerce-Address{
	width: 50%;
}

.woocommerce-MyAccount-content .woocommerce-Address-title.title a{
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #463F39;
	transition: 0.3s;
}

.woocommerce-MyAccount-content .woocommerce-Address-title.title a:hover{
	color: #95BEAB;
}

.woocommerce-MyAccount-content .button{
	margin: 0;
    background-color: #95BEAB;
}

.woocommerce-MyAccount-content .woocommerce-info .button{
	margin-right: 2rem;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/* .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p label, form.edit-account label{ */
	/* display: none; */
/* } */

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p, .woocommerce-MyAccount-content form.edit-account p{
	margin: 0;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .button{
	margin-top: 1.4rem;
}

.woocommerce-MyAccount-content #billing_first_name_field, .woocommerce-MyAccount-content #billing_last_name_field, .woocommerce-MyAccount-content #shipping_first_name_field, .woocommerce-MyAccount-content #shipping_last_name_field, .woocommerce-MyAccount-content #shipping_address_1_field, .woocommerce-MyAccount-content #shipping_address_2_field, .woocommerce-MyAccount-content #shipping_postcode_field, .woocommerce-MyAccount-content #shipping_city_field, .woocommerce-MyAccount-content #shipping_state_field, form.edit-account .form-row{
	width: calc(50% - 1.1rem);
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    padding: 0;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message{
	margin-bottom: 2rem;
	margin-top: 0;
}

.woocommerce-MyAccount-content form.edit-account{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-MyAccount-content form.edit-account input{
	margin-top: 0!important;
}

.woocommerce-MyAccount-content form.edit-account p{
	margin-bottom: 2.2rem!important;
}

.woocommerce-MyAccount-content form.edit-account p span em {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin-top: 0.5rem;
    display: block;
}

.woocommerce-MyAccount-content form.edit-account fieldset {
    width: 100%;
    margin-bottom: 2.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.2rem 2.2rem 0 2.2rem;
}

.woocommerce-MyAccount-content form.edit-account fieldset legend {
    font-size: 1.5rem;
    line-height: 2.7rem;
}

.woocommerce-MyAccount-content form.edit-account fieldset p:first-of-type{
	width: 100%;
}

.woocommerce-MyAccount-content table.shop_table.order_details tbody .order_item td.product-name ul.wc-item-meta {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.woocommerce-MyAccount-content table.shop_table.order_details tbody .order_item td.product-name ul.wc-item-meta li {
    display: flex;
    font-size: 1.3rem;
    line-height: 1.6rem;
	margin: 0.3rem 0;
}

.woocommerce-MyAccount-content table.shop_table.order_details tbody .order_item td.product-name ul.wc-item-meta li p{
	margin: 0;
    font-size: 1.3rem;
    line-height: 1.6rem;
	margin-left: 0.3rem;
}

.woocommerce-MyAccount-content h2.woocommerce-order-details__title {
    margin-bottom: 3rem;
    margin-top: 1.5rem;
}

/* Thank you page */
.woocommerce-customer-details {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.woocommerce-customer-details address {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.woocommerce-customer-details address p{
	margin: 0;
}

.woocommerce-customer-details .woocommerce-columns{
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-customer-details .woocommerce-columns .woocommerce-column{
	width: 50%;
}

.woocommerce-order .order-table ul li{
	list-style: none;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

.woocommerce-order .order-table{
	margin-bottom: 5rem;
}

.woocommerce-order-details .order_details tfoot tr{
	border-top: 1px solid #D4CBBC;
}

ul.wc-item-meta {
    width: 100%;
    display: flex;
    flex-direction: column;
}

ul.wc-item-meta li{
	display: flex;
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin: 0.3rem 0;
}

ul.wc-item-meta li p{
	margin: 0;
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-left: 0.3rem;
}

.order_item .product-name a {
    margin-right: 4px;
    color: #463F39;
    transition: 0.3s;
}

.order_item .product-name a:hover{
	color: #95BEAB;
}

.woocommerce-order .woocommerce-order-details tbody .order_item {
    border-top: 1px solid #D4CBBC;
	border-bottom: none;
}

.woocommerce-order .woocommerce-order-details tbody tr{
	display: flex;
    flex-wrap: wrap;
}

.woocommerce-order .woocommerce-order-details tbody tr td.product-total{
	text-align: left;
    justify-content: left;
    align-items: center;
    display: flex;
}

.woocommerce-order .woocommerce-order-details tfoot{
	background-color: #F4EFE7;
}

.woocommerce-order .woocommerce-order-details table th{
	font-weight: 500!important;
}

.woocommerce-order h2.woocommerce-order-details__title {
    margin-bottom: 3rem;
}

.woocommerce-order p.woocommerce-thankyou-order-received {
    margin: 0 0 5rem;
}

.product-form .product-short-content{
	min-height: unset;
}
body .product .cart .min-qty-label {
  /* font-size: 1.3rem;
  line-height: 1.8rem; */
  display: block;
  color: #463F39;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 1rem;
  /* margin-top: 1.6rem; */
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  padding: 1px;
}
.greencard-prod .variations tr {
  width: 100%;
}
form.greencard-prod {
  max-width: 200px;
}
.greencard-prod .Prisgruppe-block {
  margin-top: 2rem;
}
.card-class .greencard-prod .variations tr td.label,
body .product .cart.greencard-prod .min-qty-label {
  margin-bottom: 0.3rem;
}
.greencard-prod .min-qty-label span{
  font-weight: 400;
  font-style: italic;
  font-size: 1.2rem;
}
.form-row.cvr-field {
  margin-top: 0;
}
#ean_betaling_field label {
  display: none;
}
#ean_betaling_field input {
  opacity: 1;
  margin-top: 2.2rem;
  display: flex;
  position: static!important;
}
.ngo-logos .center-absolute {
  padding: 0!important;
}
.selected-stotteprojekt {
  display: flex;
  padding-top: 6rem;
}
.selected-stotteprojekt .logos {
  margin-right: 5rem
}
.selected-stotteprojekt svg {
  /* padding: 2rem; */
  max-width: 23rem;
  height: 100%;
}
.selected-stotteprojekt .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ngo-logos .row.full-size .full-width-banner{
  padding: 0
}
.ngo-logos {
  border: 0;
}
input#deliveryweek-select {
    border: 0px solid #D4CBBC;
    padding: 1.25rem 2rem;
    border-bottom: 1px solid #D4CBBC!important;
    background: #FFFCF7;
    font-family: 'Roboto', sans-serif;
    border-radius: 0;
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding: 1.35rem 0rem!important;
}
.woocommerce-thankyou-order-details {
  display: flex;
}
.woocommerce-thankyou-order-details > div:first-child {
  margin-right: 20px
}
input#billing_company {
    margin-top: 0;
}
.product-form .product-selected-attr {
  text-transform: capitalize;
}

/* -- Responsive -- */

@media only screen and (max-width: 1730px){

	.product-photo-container {
		height: 27.084vw;
	}
	body.blog .blog-post-list,
	ul.products {
		grid-template-columns: calc(33.33% - 0.7rem) calc(33.33% - 0.7rem) calc(33.33% - 0.7rem);
	}

	ul.products.full-width-products-container {
		grid-template-columns: calc(25% - 0.7rem) calc(25% - 0.7rem) calc(25% - 0.7rem) calc(25% - 0.7rem);
	}

}
@media only screen and (max-width: 1400px){
	body .woocommerce-checkout h3, body #order_review_heading, body #order_review_heading, body div .woocommerce-checkout .delivery-week h3 {
    margin-bottom: 2rem;
}
}
@media only screen and (max-width: 1300px){
	.woocommerce-checkout .entry-content {
    margin-top: 0;
}
	.copyright-line .c-inner {
    margin-right:1rem;
}
	.order-review-content {
    padding: 3.5rem 0;
}
	body.blog #primary {
		width: 100%;
	}
	body.blog .blog-post-list,
	ul.products{
		width: 100%;
		grid-template-columns: calc(25% - 0.7rem) calc(25% - 0.7rem) calc(25% - 0.7rem) calc(25% - 0.7rem);
	}
	.row.full-size.shop-page {
		margin-bottom: 0;
	}
	.filter-button {
		display: flex;
		width: calc(50% - 0.7rem);
		float: left;
		margin-left: 0;
		justify-content: center;
		margin-bottom: 2rem;
		margin-top: 1.5rem;
		align-items: center;
	}
	.shop-content {
		position: relative;
	}
	aside#secondary:not(.blog-siderbar) {
		position: fixed;
		width: 100%;
		background: #FFFCF7;
		z-index: 999;
		top: 7.2rem;
		left: 0;
		overflow-y:scroll;
		transform: translateX(-100%);
		height: calc(100vh - 7.2rem);
		padding: 5rem 15px;
	}
	aside#secondary.blog-siderbar {
		position: relative;
		width: 100%;
    	margin-top: 40px;
	}
	body.single-post aside#secondary.blog-siderbar {
		width: 300px;
    	margin-top: 0px;
	}
	.filter-close-button {
		content: '';
		display: block;
		position: fixed;
		width: 5rem;
		height: 5rem;
		right: 15px;
		top: 5rem;
		float: right;
		border-radius: 50%;
		background: #FFFCF7;
		z-index: 9999;
		box-shadow: 0px 4px 30px rgb(0 0 0 / 12%);
	}
	.filter-close-button svg.svg-exit path {
		fill: #463F39;
	}
	.filter-close-button svg.svg-exit{
		position: absolute;
		height: 3rem;
		width: 3rem;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	aside#secondary.slide-right{
		-webkit-animation: slide-left 0.5s forwards;
		-webkit-animation-delay: 0s;
		animation: slide-left 0.5s forwards;
		animation-delay: 0s;
		opacity: 1;
		transition: 0.5s;
	}
	aside#secondary.slide-right.open-menu{
		-webkit-animation: slide-right-filter 0.5s forwards;
		-webkit-animation-delay: 0s;
		animation: slide-right-filter 0.5s forwards;
		animation-delay: 0s;
		opacity: 1;
		transition: 0.5s;
	}
	@-webkit-keyframes slide-right-filter {
		0% { transform: translateX(-100%); }
		100% { transform: translateX(0%); margin-left: 0; }
	}

	@keyframes slide-right-filter {
		0% { transform: translateX(-100%); }
		100% { transform: translateX(0%); margin-left: 0; }
	}
	.price-filter,
	.blog-siderbar.widget-area section,
	.widget-area section, .leaves-filter {
		max-width: 100%;margin-right: 0;
	}
	.filter-button svg{
		height: 20px;
		margin-left:1rem;
		display: none;
	}
	.checkout-container, .woocommerce-form-coupon-toggle, .woocommerce-notices-wrapper, .shoping-cart-block-container{
		padding: 0;
	}
}

@media only screen and (max-width: 1500px){
	.sticky-container {
		padding: 3rem 2rem;
	}
}

@media only screen and (max-width: 1199px){

	.products-related .product-photo-container {
		height: 35vw;
	}

}
@media only screen and (min-width: 1001px){
  .product-information-block .certificate-container.to-top .tooltip-text {
    transform: translate(-50%, -120px);
  }
}
@media only screen and (max-width: 1000px){
    .vip-shop-checkbox-block {
        position: absolute;
        right: 1.7rem;
    }
	body.blog .row.full-size{
		margin-bottom: 1rem;
	}
	.blog-siderbar a.blog-url {
		display: none;
	}
	body.single-post aside#secondary.blog-siderbar {
		width: 100%;
    	margin-top: 40px;
	}
	body.single-post #primary {
		width: 100%;
	}
	body.single-post .full-size {
		margin-bottom: 0;
	}
	body.blog .blog-post-list,
	ul.products{
		grid-template-columns: calc(33.33% - 0.7rem) calc(33.33% - 0.7rem) calc(33.33% - 0.7rem);
	}
	.product-page-content .row {
		margin-top: 0.9rem;
		margin-bottom: 0;
	}
	.product-photo-container {
		height: 37vw;
	}
	.product-page-content {
		width: 100%;
	}
	.summary.entry-summary {
		width: 100%;
	}
	.product-container {
		flex-direction: column;
	}
	.card-class .product-information-block {
		padding: 0 0% 1.6rem;
	}
	.ngo-logos {
		padding: 6rem 0% 0rem;
		border-bottom: none;
	}
	.product-information-block {
		padding: 0 0% 0rem;
	}
	.sticky-container {
		padding: 7rem 2rem;
	}
	.ngo-logos ul li{
		height: 21rem;
	}
	.for-desktop{
		display: none;
	}

	.for-mobile{
		display: block;
		margin-top: 0.9rem;
	}
	.card-class .ngo-logos {
		padding: 1.7rem 0% 0rem;
		border-bottom: 0;
	}
	.product-short-content .button{
		display: none;
	}
	.product-form .product-short-content .button {
		display: block;
		padding: 0.5rem 1.4rem;
	}
	.for-greencard .product-short-content .leaves-atribute {
		width: auto;
		margin-left: 0;
		order: 2;
		display: flex;
		height: auto;
	}
	.for-greencard .price-attributes {
		width: 100%;
	}
	.for-greencard span.price {
		order: 1;
	}
	.for-greencard .product-short-content .leaves-atribute .svg-leaves {
		justify-content: flex-end;
		height: auto;
	}
	.for-greencard .product-short-content .leaves-atribute .svg-leaves svg {
		width: 15px;
		height: auto;
		margin-left: 3px;
	}
	.for-greencard .product-short-content {
		padding: 1.7rem;
	}
	.checkout-inputs {
		width: 100%;
		padding: 5rem 0 0;
	}
	form.checkout.woocommerce-checkout .checkout-container{
		flex-direction: column;
	}
	div#order_review {
		width: 100%;
	}
	.footer-container{
		padding: 0;
	}
	form.woocommerce-cart-form {
		width: 100%;
	}
	.cart-collaterals {
		width: 100%;
		margin-top: 5rem;
	}
	.shoping-cart-block-container {
		flex-direction: column;
	}
	.product-short-content .leaves-atribute {
		width: auto;
		margin-left: 0;
		order: 2;
		display: flex;
		height: auto;
	    margin-top: 1rem;
	}
	.selected-stotteprojekt .logos svg {
    max-width: 100%;
}
	.price-attributes {
		width: 100%;
		    display: flex;
    align-items: flex-start;
    flex-direction: column;
	}
	span.price {
		order: 1;
	}
	.tax-product_cat .row.half .one-of-two-column{
		width: calc(50% - 0.5rem);
	}
	nav.woocommerce-MyAccount-navigation {
		width: 100%;
		padding: 0;
	}
	.woocommerce-MyAccount-content {
		width: 100%;
		padding: 5rem 0 5rem 0rem;
	}
	.woocommerce-account .woocommerce {
		flex-direction: column;
	}
	ul.products.full-width-products-container {
		grid-template-columns: calc(33.33% - 0.7rem) calc(33.33% - 0.7rem) calc(33.33% - 0.7rem);
	}
	ul.products li {
		margin-bottom: 1.4rem;
	}
	.product-form .product-photo-container {
		height: 65vw;
	}
	.leaves-atribute {
		margin-top: 0rem;
	}
	.filter-button {
		margin-bottom: 1.4rem;
		margin-top: 0.9rem;
	}
	.full-width-product-image {
		margin-bottom: 0;
		display: flex;
	}
}

@media only screen and (max-width: 870px){
	.tax-product_cat .row.half .one-of-two-column {
		width: 100%;
	}
	.product-block.for-greencard .product-photo-container {
		height: 55vw;
	}
	.column.ajax-products {
		grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
	}
}

@media only screen and (max-width: 800px){
	body.blog .blog-post-list,
	ul.products{
		grid-template-columns: calc(50% - 0.7rem) calc(50% - 0.7rem);
	}
	.product-photo-container {
		height: 50vw;
	}
	.half-width-product-image {
		height: 40vw;
	}
	.one-third-width-product-image {
		height: 35vw;
	}
	.ngo-logos ul li {
		width: calc(50% - 0.75rem);
		height: 14.8rem;
		margin: 0.75rem 0;
	}
	.woocommerce-tabs.wc-tabs-wrapper {
		padding: 5rem 0 1.7rem;
	}
	.ngo-logos {
		padding: 3.2rem 0% 0rem;
		border-bottom: none;
	}
	section.related.products > h2 {
		margin: 4.2rem 0px 3.3rem;
		text-align: left;
	}
	.ticker-line {
		height: 45px;
		line-height: 45px;
		font-size: 13px;
	}
	.products-related .product-photo-container {
		height: 55vw;
	}
	.one-of-two-column .one-of-two-column .bg-color .center-absolute {
		padding: 4rem 2rem;
	}
	input#coupon_code {
		padding: 1.25rem 2rem;
	}
	.see-more-block {
		padding-bottom: 5.4rem;
	}
	.row.half .see-more-block {
		width: 100%;
		padding-bottom: 7.1rem;
	}
	.see-more-block-container {
		margin-top: 4.1rem;
		margin-bottom:1.4rem
	}
	.row.half .see-more-block-container {
		width: 100%;
		margin-top: 5rem;
	}
	.woocommerce-MyAccount-content section.woocommerce-customer-details .woocommerce-column, .woocommerce-MyAccount-content .u-columns.addresses .woocommerce-Address {
		width: 100%;
		margin-bottom: 2rem;
	}
	ul.products.full-width-products-container {
		grid-template-columns: calc(50% - 0.7rem) calc(50% - 0.7rem);
	}
	section.related.products {
		margin-bottom: 1.7rem;
	}
}
@media only screen and (min-width: 671px){
  .to-right .tooltip-text {
    right: 100%;
    left: 100%;
    margin: 0;
    margin-left: 2rem;
    top: 50%;
    /* margin-top: -10px; */
    transform: translateX(0);
  }
  .to-right .tooltip-text::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #648071;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -9px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #648071;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .to-top.to-right .tooltip-text::before {
    top: unset!important;
    bottom: 0px!important;
    border-top: 10px solid #648071!important;
    border-bottom: unset!important;
    border-top: 10px solid transparent!important;
    border-bottom: 10px solid transparent!important;
    border-right: 10px solid #648071!important;
  }
}
@media only screen and (max-width: 670px){
	/*ul.products{
		grid-template-columns: 100%;
	}
	.product-photo-container, .products-related .product-photo-container  {
		height: 110vw;
	}*/

	.product-short-content .button{
		display: none;
	}
	section.related.products {
		overflow: hidden;
	}
	.product-short-content .leaves-atribute .svg-leaves {
		justify-content: flex-end;
		height: auto;
	}
	.product-short-content .leaves-atribute .svg-leaves svg {
		width: 15px;
		height: auto;
		margin-left: 3px;
	}
	.product-short-content {
		padding: 1.7rem;
	}
	.woocommerce-MyAccount-content .woocommerce-MyAccount-orders{
		display: block!important;
		overflow-x: auto!important;
		white-space: nowrap!important;
		width: unset!important;
		float: unset!important;
	}
	.woocommerce-MyAccount-content .woocommerce-MyAccount-orders thead{
		display: block;
		float: unset;
		width: unset;
	}
	.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders thead tr {
		display: block;
		flex-wrap: unset;
		border: unset;
	}
	.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders th, .woocommerce-MyAccount-content table.woocommerce-MyAccount-orders td {
		width: 13rem;
		align-items: unset;
		display: inline-block;
		justify-content: unset;
	}

	.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive tbody{
		display: inline;
		float: unset;
		width: unset;
		padding: 0!important;
	}
	.woocommerce-MyAccount-content table.woocommerce-MyAccount-orders tr{
		display: block;
		float: left;
		width: auto;
	}

	.woocommerce-MyAccount-content td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-total, .woocommerce-MyAccount-content th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-total {
		width: 22rem;
	}

	.woocommerce-MyAccount-content .woocommerce-order-details th.woocommerce-table__product-name.product-name,
	.woocommerce-MyAccount-content .woocommerce-order-details td.woocommerce-table__product-name.product-name,
	.woocommerce-MyAccount-content .woocommerce-order-details tfoot th,
	.woocommerce-order .woocommerce-order-details th.woocommerce-table__product-name.product-name,
	.woocommerce-order .woocommerce-order-details td.woocommerce-table__product-name.product-name,
	.woocommerce-order .woocommerce-order-details tfoot th{
		width: 70%!important;
	}

	.woocommerce-MyAccount-content .woocommerce-order-details th.woocommerce-table__product-table.product-total,
	.woocommerce-MyAccount-content .woocommerce-order-details td.woocommerce-table__product-total.product-total,
	.woocommerce-MyAccount-content .woocommerce-order-details tfoot td,
	.woocommerce-order .woocommerce-order-details th.woocommerce-table__product-table.product-total,
	.woocommerce-order .woocommerce-order-details td.woocommerce-table__product-total.product-total,
	.woocommerce-order .woocommerce-order-details tfoot td{
		width: 30%!important;
	}

	.woocommerce-MyAccount-content .woocommerce-order-details tfoot td{
		display: flex;
		flex-direction: column;
		justify-content: left;
		align-items: normal;
	}
	.woocommerce-customer-details .woocommerce-columns .woocommerce-column {
		width: 100%;
		margin-bottom: 2rem;
	}
	.ngo-logos h2 {
		margin-bottom: 2.5rem;
	}
	.center-absolute .shortcode .woocommerce {
		margin: 0.3rem auto 0;
	}
	.row.full-size .greencard-price-list {
		margin: 1.7rem auto 0.4rem;
	}
	.registering-bottom-block-container {
		flex-direction: column;
	}
	.registering-bottom-block-container h2{
		max-width: unset!important;
	}
	.logo-block{
		margin-right: 0;
	}
	.logo-block img{
		margin-top: 0;
	}
	.registering-bottom-block-container .logo-block-content h3 {
		margin-bottom: 3.2rem;
	}
	.product-form .product .product-short-content h2 {
		width: 100%;
	}
	.product-form .product .product-short-content .product-content-container {
		width: 100%;
		margin-top: 2rem;
	}
	.product-short-content .button{
		width: auto;
	}
	.logo-block-content{
		margin-left: 1rem;
	}
	.registering-form-block .logo-block img {
		margin-top: 3.8rem;
		max-width: 14rem;
		max-height: 6rem;
	}
	.registering-bottom-block-container .logo-block img {
		max-height: 9.2rem;
		max-width: 14rem;
		filter: unset;
	}
	.ngos-select {
		padding: 1.3rem 0;
		margin: 2.4rem 0 3.9rem;
	}
	.product-form .product-short-content .button {
		padding: 0.7rem 1.5rem 0.7rem;
		margin-left: 0!important;
		margin-right: 1rem;
	}
	.product-form .product .product-short-content .svg-leaves {
		margin-left: auto;
	}
	.product-form .product .product-short-content svg{
		margin-right: 0;
		margin-left: 0.8rem;
	}
	.registering-product-buttons {
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 600px){
	body.blog .blog-post-list{
		grid-template-columns: 100%;
	}
	.product-short-content h2 {
		font-size: 2rem;
		line-height: 2.4rem;
	}
	span.price {
		font-size: 1.8rem;
	}
	.product-short-content .button{
		display: none;
	}
	form.checkout_coupon.woocommerce-form-coupon{
		margin-bottom: 0;
	}
	.tooltip-container, .certificate-container, .ngo-logos ul li{
		position: static;
	}
	.ngo-logos ul li{
		position: relative;
	}
	.ngo-logos ul li .tooltip-text{
		width: calc(100vw - 47px);
		left: -1px;
	}
	.ngo-logos ul li:nth-child(even) .tooltip-text{

		left: calc(-100% - 18px);
	}
	.tooltip-text {
		width: 100%;
		transform: translate(0%, 30px);
		left: 0;
		right: 0;
		top: unset;
		bottom: unset;
		margin-top: 0rem;
	}
  .certificate-container:not(.to-top) .tooltip-text {
        transform: translate(0%, 110px);
  }
  .leaves-filter .svg-leaves .tooltip-text {
        transform: translate(0%, 70px);
  }
  .leaves-filter .svg-leaves.to-top .tooltip-text {
        transform: translate(0%, -65px);
  }
	.attributes-container, .ngo-logos ul, .leaves-filter, form.variations_form.cart{
		position: relative;
	}
	.tooltip-text::before{
		content: none;
	}
	.row.full-size .greencard-price-list ul li {
		width: calc(50% - 1.8rem);
	}
	.checklist li {
		width: 100%;
	}
	.one-of-two-column .one-of-two-column .bg-color .center-absolute {
		padding: 7rem 2rem 7rem;
	}
	.related-products-slider {
		display: flex;
	}
	ul.products-related li {
		height: auto;
	}
	.ticker-text.ticker-text2{
		display: none;
	}
	.product-form .registering-form-block .center-absolute{
		padding: 7rem 2rem;
	}
	.margins.full-width-banner.bg-color.registering-bottom-block .center-absolute{
		padding: 7rem 2rem;
	}
}

@media only screen and (max-width: 500px){

	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, span.select2-selection.select2-selection--single{
		padding: 1.5rem 2rem;
		/* margin-top: 1.7rem; */
	}

	p#billing_country_field, p#shipping_country_field{
		margin-top: 0;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow {
		margin: 1.5rem 1rem;
	}

	.woocommerce-message, .woocommerce-info{
		margin-bottom: 0;
	}

	#billing_postcode_field, #billing_city_field, #billing_phone_field, #billing_email_field {
		width: calc(50% - 0.85rem);
	}
	form.checkout_coupon.woocommerce-form-coupon .form-row {
		width: 100%;
	}
	.coupon-input-container {
		display: flex;
		flex-direction: column;
	}
	input#coupon_code, form.checkout_coupon.woocommerce-form-coupon .form-row button{
		width: 100%;
		margin-top: 1.7rem;
	}
	input#coupon_code {
		padding: 1.5rem 2rem;
	}
	.button {
		padding: 1.25rem 2rem;
	}
	.woocommerce-shipping-methods li input, .payment_methods li input {
		width: 2rem;
		height: 2rem;
	}
	.woocommerce-shipping-methods li::before, .payment_methods li::before {
		width: 1.8rem;
		height: 1.8rem;
	}
	.woocommerce-shipping-methods li.active::before, .payment_methods li.active::before {
		border: 0.6rem solid #95BEAB;
		width: 0.8rem;
		height: 0.8rem;
	}
	.woocommerce-terms-and-conditions-wrapper label.checkbox {
		display: flex;
		flex-wrap: wrap;
	}
	span.woocommerce-terms-and-conditions-checkbox-text {
		width: 83%;
	}
	.woocommerce-shipping-methods li label, .payment_methods li label {
		font-size: 1.5rem;
		line-height: 1.6rem;
		color: #463F39;
		font-weight: 400;
		display: flex;
		align-items: center;
	}
	.shoping-cart-product-container {
		width: calc(100% - 16rem);
	}

	.checkout_coupon button, .coupon button {
		width: 100%;
		margin-top: 1.7rem;
	}

	.shoping-cart-container button{
		width: 100%;
	}

	a.checkout-button.button.alt.wc-forward {
		margin: 0;
		width: 100%;
		text-align: center;
		margin-top: 0.7rem;
	}
	.woocommerce-message .button, .woocommerce-info .button {
		margin-right: 0;
		margin-bottom: 1.7rem;
		width: 100%;
		text-align: center;
	}

	.radio-button-style {
		width: 1.8rem;
		height: 1.8rem;
	}

	tr.radio-select li input {
		width: 2rem;
		height: 2rem;
	}

}

@media only screen and (max-width: 440px){

	.shoping-cart-container .product-thumbnail {
		height: 12rem;
		width: 10rem;
		margin-right: 1rem;
	}
	.shoping-cart-product-container {
		width: calc(100% - 12rem);
	}
	.shoping-cart-container .product-name {
		margin-bottom: 3.5rem;
	}

}
