.woocommerce-products-header {
	height: 300px;
	background-position: center;
	background-size: cover;
}
@media all and (max-width: 768px) {
	.woocommerce-products-header {
		height: 200px;
		
	}
}
.woocommerce #primary .archive-menu{
	margin-top: 3rem;
	min-height: 300px;
}





/**
* MicroModal
*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
}

.modal.is-open {
  display: block;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__close {
	background: #fff;
	border: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	cursor: pointer;
	
}
.modal__close:before { 
	content: "\2715"; 
}

.product-modal__container {
	position: relative;
	background-color: #fff;
	padding: 30px;
	width: 600px;
	max-width: 800px;
	max-height: calc( 100% - 2rem );
	border-radius: 4px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-sizing: border-box;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;  
	scrollbar-width: none;  
}
.product-modal__container.has-image{
	padding: 0 30px;
}
.product-modal__container::-webkit-scrollbar {
  display: none;
}

.product-modal__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
}
.product-modal__container.has-image .product-modal__header{
	margin-top: 230px;
}
.product-modal__image{
	flex-shrink: 0;
	align-self: flex-start;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-position: center center;
}
.product-modal__container.has-image .product-modal__image{
	height: 200px;
}
.product-modal__image img{
	width: 75px;
	height: 75px;
	margin: 0;
	border-radius: 50%;
	margin-right: 1rem;
}
.product-modal__image img.woocommerce-placeholder{
	display: none;
}
.product-modal__title {
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
/*
	font-weight: 600;
	
	line-height: 1.25;
	box-sizing: border-box;
*/
}
.product-modal__description{
	margin: 0;
	font-weight: 100;
	line-height: 1.1;
	font-size: 0.8125rem;
	color: #333;
}

.product-modal__content {
  margin: 1rem 0;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}
.product-modal__footer{
	margin-bottom: 30px;
}
#product-modal-button button.button,
#product-modal-button a.button{
	font-size: 1rem;
}

/**
 * Woocommerce
 */
 

.catnav-scroll{
	color: #fff;
	padding: 3px 10px 0;
	position: absolute;
	display: none;
	height: 100%;
	cursor: pointer;
}
.catnav-scroll.scroll-left{
	left: -44px;
}
.catnav-scroll.scroll-right{
	right: -44px;
}

.delivery-address-message{
	color: red;
}
/**
 * Categories header
 */
.categories-header{
	width: 100%;
	background: var(--main);
	min-height: 42px;
}
.categories-header .wrapper{
	position: relative;
}
.categories-header .categories-wrapper {
	width: 100%;
/* 	padding: 0 25px 0 0; */
	display: flex;
	position: relative;
	overflow-x: scroll;
	-ms-overflow-style: none;  
	scrollbar-width: none;  
}








/**
 * Product archive
 */
/* - Category heading */
.post-type-archive-product .category-heading{
	display: flex;
	margin-bottom: 2rem;
}
*:active,
*:focus{
	outline: none;
}
.post-type-archive-product .category-heading .category-image{
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 1rem;
	flex-shrink: 0;
}
.post-type-archive-product .category-heading .category-image img{
	width: auto;
	height: 100%;
}
.post-type-archive-product .category-heading .category-title h2,
.post-type-archive-product .category-heading .category-title p{
	margin: 0;
}
.post-type-archive-product .category-anchor{
	position: absolute;
	z-index: -1;
	left: 0;
	margin-top: calc( -2rem - 111px );
}
/* - Loop product */
.post-type-archive-product ul.products{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem;
	justify-content: space-between;
	margin-bottom: 3rem;
}
.post-type-archive-product ul.products:before,
.post-type-archive-product ul.products:after{
	content: none;
}
.woocommerce .product{
	display: flex;
	justify-content: space-between;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	padding: 1rem!important;
	margin: 0 0 10px 0 !important;
	width: 100% !important;
	transition: all 0.3s;
	margin-bottom: 10px;
	background: #fff;
}
.woocommerce .product:hover{
	transform: translate(0px,-5px);
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.05);
}
.woocommerce .product .woocommerce-LoopProduct-link{
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    height: 100%;
	width: 100%;
}
.woocommerce .product .loop-product-info{
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	padding: 0 2rem 0 0;
	width: calc( 100% - 75px );
	color: #000;
}
.woocommerce .product .woocommerce-loop-product__title{
	margin: 0 0 .5rem;
	padding: 0;
}
.woocommerce .product p{
	margin: 0;
	font-weight: 100;
	line-height: 1.1;
	color: #333;
}
.woocommerce .product .loop-product-price-row{
	margin-top: 0.5rem;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;

}
.woocommerce .product .price{
	font-size: 1.5rem;
	color: #333 !important;
	width: 100%;
	margin: 0 !important;
	margin-right: 1rem !important;
	width: auto;
}
.woocommerce .product .woocommerce-Price-amount{
	font-size: 1.5rem;
}
.product .show-product-button{
	margin: 0 !important;
	padding: 0.6rem 1rem;
	width: auto;
	border-radius: 1px;
	background: var(--highlight);
	color: var(--highlight-text);
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.7rem;
	display: block;
	transition: all 0.5s ease-in-out;
	position: relative;
	line-height: 1;
	letter-spacing: 1px;
	cursor: pointer;
}

.woocommerce .product img{
	width: 75px!important;
	height: 75px!important;
	margin: 0;
	border-radius: 50%;
	transition: all 300ms
}
.woocommerce .product:hover img {
	transform: scale(1.3) translate(0px,-15px);
}
.woocommerce .product img.woocommerce-placeholder{
	opacity: 0;
}




/* - single product popup */
/*
.product-popup{
	background: var(--main);
}

.product .customization-wrap {
	background: #eeeeee;
	padding: 1.4rem;
	border-radius: 0.3rem;
}
.product .customization-wrap > .price {
	display: none;
}
*/


/* - Modifiers */
#product-modal .open-groups {
	margin: 0 0 1rem 0;
}
#product-modal .open-groups h3 {
	font-weight: 600;
	margin: 0;
	width: 100%;
	cursor: pointer;
	padding: 1rem 0;
}
#product-modal .open-groups h3:after {
	font-size: 1.1rem;
	content: "\6f";
	float: right;
	font-family: "preorder-20";
	text-transform: none;
	padding: 0 0 0 1rem;
}
#product-modal .open-groups h3.down:after {
	content: "\70";
}
#product-modal .open-group{
	border: 1px solid #f2f2f2;
	padding: 0 1rem;
	border-radius: 5px;
	margin-bottom: 1rem;
}
#product-modal .modifier-group .modifiers{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
}

#product-modal .modifier-group .modifier {
	display: inline-block;
	width: calc( 50% - .5rem );
    background: #f2f2f2;
    margin-bottom: 1rem;
    border-radius: 2px;
}
#product-modal .modifier-group .modifier input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; 
}
#product-modal .modifier-group .modifier label {
	color: #5b5b5b; 
	display: block;
	padding: 5px 5px 5px 1rem;
	font-size: 0.7rem;
	position: relative;
	width: 100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
#product-modal .modifier-group .modifier label .modifier-price:before {
	content: "\67";
	font-family: "preorder-20";
	position: absolute;
	left: 8px;
	display: none;
}
#product-modal .modifier-group .modifier label .modifier-price.empty:before {
	position: static;
	text-align: center;
}
#product-modal .modifier-group .modifier input:checked ~ label .modifier-price {
	background: var(--main);
	color: var(--main-text);
	box-shadow: 1px 1px 0px gray;
}
#product-modal .modifier-group .modifier input:checked ~ label .modifier-price:before {
	display: block;
}
#product-modal .modifier-group .modifier .modifier-price {
	padding: 8px 8px 8px 22px;
	min-width: 55px;
    text-align: center;
    position: relative;
    border-radius: 2px;
    height: 32.8px;
}
#product-modal .modifier-group .modifier label .modifier-price.empty{
	padding: 8px;
}
#product-modal .addon-group .addons {
	max-width: 320px;
	width: 100%;
	}
#product-modal .addon-group .addon {
	margin: 0 0 0.5rem 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
#product-modal .addon-group .addon button {
	font-size: 0.95rem;
	line-height: 1;
	padding: 0;
	text-align: center;
	outline: none;
	width: 30px;
	height: 30px;
	line-height: 1;
	text-decoration: none;
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	z-index: 99;
	background: #fff;
}
#product-modal .addon-group .addon button:hover {
	opacity: 0.8;
}
#product-modal .addon-group .addon .addon-quantity{
	min-width: 18px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 15px;
	background: #f2f2f2;
	padding: 5px 15px;
	width: 60px;
}
#product-modal .addon-group .addon .addon-quantity.empty{
	display: none;
}

#product-modal .addon-group .addon-name {
	width: 50%;
}
#product-modal .addon-group .addon-price {
	width: 15%;
}
#product-modal .addon-group .addon-quantity-container{
	width: 90px;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
}

#product-modal textarea{
	width: 100%;
	resize: none;
	padding: .5rem 1rem;
	font-family: "sofia-pro";
	font-size: .8375rem;
}
#product-modal textarea:placeholder{
	font-size: .2375rem;
}
#product-modal .bottom-row{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	height: 4rem;
}
#product-modal .price-col{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: calc( 100% - 4rem );
}
#product-modal #product-modal-minutes{
	display: none;
	flex-direction: column;
	justify-content: center;
/* 	margin: .5rem 0 .5rem 1rem; */
	height: 50px;
	width: 50px;
	background-color: var(--main);
	border-radius: 50%;
	color: var(--main-text);
}
#product-modal #product-modal-minutes span{
	text-align: center;
	line-height: 1;
	color: var(--main-text);
}
#product-modal #product-modal-minutes span.letters{
	font-size: 10px;
}
#product-modal #product-modal-price{
	margin: 0;
	opacity: 1;
	line-height: 30px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
#product-modal #product-modal-price.loading {
	opacity: 0.5;
}



#product-modal #product-modal-quantity{
	margin-right: 1rem;
	overflow: hidden;
}

@media all and (max-width: 1250px) {
	.post-type-archive-product ul.products{
		grid-template-columns: 1fr 1fr;	
	}
}
@media all and (max-width: 1100px) {

	.catnav-scroll{
		padding: 3px 0 0;
		width: 50px;
	}
	.catnav-scroll:before{
		content: none;
	}
	.catnav-scroll.scroll-left{
		left: 0;

		background: var(--main);
	    background: -moz-linear-gradient(left, var(--main), var(--maintransparent) );
	    background: -webkit-linear-gradient(left, var(--main), var(--maintransparent) );
	    background: linear-gradient(to right, var(--main), var(--maintransparent) );
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--main)', endColorstr='transparent',GradientType=1 );
	}
	.catnav-scroll.scroll-right{
		right: 0;

		background: var(--main);
		background: -moz-linear-gradient(right, var(--main), var(--maintransparent) );
	    background: -webkit-linear-gradient(right, var(--main), var(--maintransparent) );
	    background: linear-gradient(to left, var(--main), var(--maintransparent) );
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='var(--main)',GradientType=1 );

	}
}
	
@media all and (max-width: 1000px) {
	.woocommerce-order-received .col2-set .col-1{
		margin-bottom: 2rem;
		width: 100% !important;
	}
	.woocommerce-order-received .col2-set .col-2{
		width: 100% !important;
		order: 2;
		margin-bottom: 0;
	}
	.woocommerce-order-details .shop_table{
		padding: 1rem 0 !important;
	}

}

@media all and (max-width: 900px) {
	.post-type-archive-product ul.products{
		grid-template-columns: 1fr;	
		grid-gap: 1rem;
	}
}
@media all and (max-width: 700px) {
	.woocommerce-page .col2-set .col-1{
		order: 1;
		width: 100% !important;
	}
	.woocommerce-page .col2-set .col-2{
		width: 100% !important;
		margin-bottom: 4rem;
	}
}

@media all and (max-width: 650px) {

	
	.product-modal__container {
		padding: 60px 30px;
	}
	
	.categories-header li a{
		font-size: 0.7275rem;
	}
	
	
	.categories-header li {
		padding: 12px 1rem 13px;
	}
	
}


/* Quantity input */
.quantity-container{
	position: relative;
	width: 90px;
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	align-items: center;
}
.quantity-container button {
	font-size: 0.95rem;
	line-height: 1;
	padding: 0;
	text-align: center;
	outline: none;
	width: 30px;
	height: 30px;
	line-height: 1;
	text-decoration: none;
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	z-index: 8;
	background: #fff;
}
.quantity-container button:hover {
	opacity: 0.8;
}
.quantity-container .product-quantity{
	min-width: 18px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 15px;
	background: #f2f2f2;
	padding: 5px 15px;
	width: 60px;
}
.quantity-container input.quantity-input{
	display: none !important;
}



/* - woocommerce cart */
.woocommerce-mini-cart{
	position: relative;
}
.cart_item{
	padding: 1rem 0 !important;
	border-bottom: 1px solid #f2f2f2;
}
.cart_item,
.shop_table li{
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;

}
.cart_item.removed{
	justify-content: flex-start;
}
.cart_item.removed .product-information p{
	color: red;
}
.cart_item .product-information,
.shop_table li > h2{

	width: 70%;
}
.cart_item .product-information .product-name{
	margin: 0 0 .5rem;
	padding: 0;
	font-size: 1em;
}
.cart_item .product-information .product-description{
	margin: 0 0 .5rem;
	font-weight: 100;
	line-height: 1.1;
	color: #333;
}
.cart_item .product-information .variation{
	padding-left: 1rem;
} 
.cart_item .product-information .variation p{
	margin: 0;
} 
.cart_item .product-information .variation-Customernote{
	font-weight: 300;
}
.cart_item .product-information .variation-Customernote span{
	font-weight: 500;
}
.cart_item .product-information .variation .woocommerce-Price-amount{
	font-size: inherit;
}
.cart_item .product-information .price-col{
	margin: .5rem 0;
}
.cart_item .product-total{
	width: 30%;
	text-align: right;
}
#ajax-cart .cart-message, 
#order_review .cart-message{
	color: #919191;
	width: 100%;
	display: none;	
	font-size: 0.7rem;
}
#ajax-cart .cart-message .icon, #order_review .cart-message .icon{
	font-family: "preorder-20";
	color: var(--highlight);
	padding-right: .5rem;
/*
font-size: 2rem;
padding-right: 1rem;
*/

/* 	background: var(--main); */
}
/*
.woocommerce-cart-overview {
	background: #eeeeee;
	padding: 1.8rem;
	border-radius: 0.3rem;
	overflow: hidden;
}
.woocommerce-cart-products {
	float: left;
	width: 44%;
	margin: 0 8% 0 0;
}
.woocommerce-cart-products .title {
	margin: 0 0 1.5rem 0;
}
.woocommerce-cart-products .product {
	margin: 0 0 1rem 0 !important;
}
.woocommerce-cart-products .product .product-name {
	font-family: "sofia-pro";
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0.25rem;
}
.woocommerce-cart-products .product .product-name .remove,
.woocommerce-checkout-review-order-table .cart_item .product-name .remove {
	display: block;
	float:left;
	margin: -7px 0.5rem 0 0;
	height: auto;
	color: #333333 !important;
	font-size: 2rem;
	line-height: 1;
	border-radius: 0 !important;
	background: transparent !important;
}
.woocommerce-cart-products .product .product-name .product-price,
.woocommerce-cart-products .cart-discount .coupon-amount-remove {
	float: right;
}
.woocommerce-cart-products .product .product-variations .variation {
	margin: 0;
}
.woocommerce-cart-products .product .product-variations dt {
	display: none;
}
.woocommerce-cart-products .product .product-variations dd {
	margin: 0 0 0 1rem;
}
.woocommerce-cart-products .product .product-variations dd.variation-Addons p:before,
.woocommerce-cart-products .product .product-variations dd.variation-Freeaddons p::before {
	content: "+";
	display: inline-block;
	font-weight: 700;
	margin: 0 0.25rem 0 0;
}
.woocommerce-cart-products .product .product-variations p {
	font-size: 0.85rem;
	font-weight: 300;
	margin: 0;
}
.woocommerce-cart-buy {
	float: left;
	width: 48%;
}
.woocommerce-cart-buy .coupon {
	position: relative;
	overflow: hidden;
}
.woocommerce-cart-buy .coupon:before {
	content: "\65";
	font-family: "preorder-20";
	position: absolute;
	top: 1.2rem;
	left: 1rem;
	color: #333333;
}
.woocommerce-cart-buy .coupon .input-text {
	float: left;
	width: calc(100% - 50px);
	background: #ffffff;
	padding: 1.2rem 1rem 1.2rem 2.8rem;
	border: none;
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
}
.woocommerce-cart-buy .coupon .button {
	float: left;
	width: 50px;
	padding: 1.1rem 0.5rem;
	text-align: center;
	border: none !important;
	outline: none;
}
.woocommerce-cart-buy .coupon .button:after {
	content: "\6b";
	font-family: "preorder-20";
	display: block;
	color:#333333;
	text-transform: none;
}

.woocommerce-cart-buy .coupon ::-webkit-input-placeholder { 
font-size: 0.75rem;
	line-height: 1.2;
}
.woocommerce-cart-buy .coupon ::-moz-placeholder { 
font-size: 0.75rem;
	line-height: 1.2;
}
.woocommerce-cart-buy .coupon :-ms-input-placeholder { 
font-size: 0.75rem;
	line-height: 1.2;
}
.woocommerce-cart-buy .coupon :-moz-placeholder {
font-size: 0.75rem;
	line-height: 1.2;
}


.woocommerce-cart-buy .cart_totals {
	width: 100% !important;
	background: transparent !important;
}
.woocommerce-cart .cross-sells {
	margin: 4rem 0 0;
}
.woocommerce-cart .cross-sells > h2 {
	font-size: 1.1rem;
	font-weight: 400;
	margin: 0 0 1.3rem;
}
.woocommerce-cart .cross-sells ul.products li.product {
	padding: 1rem !important;
	border: solid 1px #eeeeee;
	border-radius: 0.3rem;
	padding-bottom: 5rem !important;
}
.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title {
	font-size: 1.2rem !important;
	padding: 0 !important;
	margin: 0 0 0.25rem !important;
}
.woocommerce-cart .cross-sells ul.products li.product p {
	margin: 0 0 1rem;
}
.woocommerce-cart .cross-sells ul.products li.product .price {
	color: #333333 !important;
	font-size: 1.2rem !important;
	font-weight: 600 !important;
	margin: 0 !important;
	font-family: "sofia-pro";
}
.woocommerce-cart .cross-sells ul.products li.product .price .woocommerce-Price-currencySymbol {
	font-weight: 300;
}

.estimated-time {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: -1.5rem;
	margin-left: -1.5rem;
}
.estimated-time .minutes {
	background: #333333;
	color: #ffffff;
	padding: 0.5rem 0.5rem;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
}
.estimated-time .minutes .inner {
	font-size: 1.3rem;
	line-height: 1.3rem;
	font-weight: 400;
	margin: 0 !important;
	font-family: "sofia-pro";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 0;
	left: 0;
}
.estimated-time .minutes.small .inner {
	font-size: 1.1rem;
	line-height: 1.1rem;
}
.estimated-time .minutes .time {
	font-weight: 300;
	font-size: 0.6rem;
	margin-left: -0.25rem;
	vertical-align: middle;
}
.estimated-time .info {
	float: left;
	display: block;
	margin: 0.25rem 0 0 1rem;
	font-size: 0.7rem;
	font-family: "sofia-pro";
	width: calc(100% - 100px);
}
*/

/* - woocommerce checkout */


.woocommerce-checkout .inner-wrapper h1{
	display: none;
}
.woocommerce-billing-fields__field-wrapper .address-field{
	display: none;
}
.woocommerce-page .col2-set{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;

}
.woocommerce-page .col2-set:before,
.woocommerce-page .col2-set:after{
	content: '';
	display: none;
}
.woocommerce-page .col2-set .col-1{
	float: none;
	width: calc( 60% - .9rem );
}
.woocommerce-page .col2-set .col-2{
	float: none;
	width: calc( 40% - .9rem );
}
form.woocommerce-checkout h2 {
	margin: 0 0 1rem;
}
.woocommerce-checkout .shop_table {
	background: var(--background);
	padding: 0;
	border: none;
	list-style-type: none;
}
.woocommerce-checkout-review-order .order-total{
	margin: 1rem 0;
}
.woocommerce-checkout-review-order .order-total h2{
	display: inline-block;
	margin: 0;
}
.woocommerce-checkout-review-order .order-total strong{
	font-weight: normal;
}
.woocommerce-billing-fields__field-wrapper .input-text{
	border: 1px solid #333;
	padding: .5rem;
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	width: 100%;
}
.woocommerce-additional-fields__field-wrapper #order_comments{
	border: 1px solid #333;
	padding: .5rem;
	height: auto;
	resize: none;
}
.woocommerce .woocommerce-form-coupon-toggle{
	display: none;
}
.woocommerce form.checkout_coupon {
	display: block !important;
	border: none;
	padding: 0;
	margin: 0;
}
.woocommerce form.checkout_coupon p{
	margin: .5rem 0;
}
.woocommerce form.checkout_coupon .form-row-first,
.woocommerce form.checkout_coupon .form-row-last {
	padding: 0;
	width: 49%;
}
.woocommerce form.checkout_coupon .form-row input {
	border: 1px solid #333;
	padding: .78rem;
/*
	background: #ffffff;
	border: none;
	padding: 0.6rem 0.8rem;
	font-size: 0.75rem;
	line-height: 1;
	border: solid 1px #dbdbdb;
	border-radius: 0.3rem;
*/
}
.woocommerce form.checkout_coupon .form-row .button {
	background: var(--highlight);
	color: var(--highlight-text);
	padding: 4px 15px;
	text-align: left;
	font-weight: inherit;
	text-transform: none;
	font-size: .8375rem;
	line-height: 34px;
	width: auto;
}

form.woocommerce-checkout #place_order{
	font-size: .8375rem;
	font-weight: 600;
	background: var(--highlight);
	color: var(--highlight-text);
}


/* Woocommerce thank you page */
.details-order-complete{
	background: #eeeeee;
	padding: 1.8rem;
	margin: 0 0 3em;
	border: solid 1px #eee;
	border-radius: 2px;
	overflow: hidden;
	width: 100%;
}
.woocommerce-order-details .shop_table{
	margin: 0;
	padding: 1rem 2rem;
}
.variation-modifications .wc-item-meta-label{
	display: none;
}

.details-order-complete .order-information{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.details-order-complete .order-information .col-half{
	width: calc( 50% - 1rem );
}
.details-order-complete .order-information div{
	margin: 1rem 0;
}
.details-order-complete p{
	margin: 0;
}
.shop_table li.order_total{
	align-items: center;
}
.woocommerce-order-received h1,
.woocommerce-order .woocommerce-notice {
	display: block;
}
.order-status-wrapper {
	width: 100%;
	margin: 1rem 0;
}
.order-status-wrapper h2 {
	font-size: 1.6rem;
	margin: 1rem 0 0 0;
}
.order-status-wrapper .icon{
	font-family: "preorder-20";
	font-size: 2rem;
	padding-right: 1rem;
	position: relative;
	top: 0.4rem;
}
.order-status-wrapper .estimated-time {
	margin-left: 1.5rem;
	margin-bottom: -1.2rem;
}
.order-status-wrapper .estimated-time .minutes .time {
	margin-left: 0.25rem;
}











/* old */

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table.shop_table,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table.shop_table td,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table.shop_table th {
	border: none;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table.shop_table td,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table.shop_table th {
	padding: 0 0 0.8rem 0;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table.shop_table .variation {
	margin: 0;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table.shop_table .variation dt {
	visibility: hidden;
	width: 36px;
}
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table.shop_table .variation p {
	margin: 0;
	font-size: 0.75rem;
}
.woocommerce-checkout-review-order .cart-subtotal {
	display: none;
}
.woocommerce-checkout-review-order .restaurant-select .choices__inner {
	background-color: #ffffff;
	border: solid 1px #dbdbdb;
	border-radius: 0.3rem;
}
.woocommerce-checkout-review-order .delivery-select {
	margin: 1.5rem 0;
}
.woocommerce-checkout-review-order .delivery-options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 1rem;
}
.woocommerce-checkout-review-order .delivery-options .delivery-option input {
	display: none;
}
.woocommerce-checkout-review-order .delivery-options .delivery-option label,
.woocommerce-checkout-review-order .datetime-options .datetime-option label {
	text-align: center;
	display: block;
	border: 1px solid #ddd;
	background: #ffffff;
	padding: 1em .5em;
	border-radius: 0.3rem;
}
.woocommerce-checkout-review-order .delivery-options .delivery-option label .delivery-type-icon {
	display: block;
	font-size: 2.6rem;
}
.woocommerce-checkout-review-order .delivery-options .delivery-option label.delivery-type-eatin .delivery-type-icon {
	font-size: 3.4rem;
	line-height: 1.1;
}
.woocommerce-checkout-review-order .datetime-select .datetime-picker input,
.woocommerce-checkout-review-order .datetime-select .datetime-picker .delivery-time-input {
	background: #ffffff;
	border: none;
	padding: 0.6rem 0.8rem;
	font-size: 0.75rem;
	line-height: 1;
	border: solid 1px #dbdbdb;
	border-radius: 0.3rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	height: auto;
	line-height: 1.5;
}
.woocommerce-checkout-payment {
	background: transparent !important;
}
.woocommerce-checkout-payment .payment_box p,
.woocommerce-checkout-payment .place-order p {
	margin: 0 0 1rem;
}
.woocommerce-checkout-payment .payment-inner {
	background-color: #ffffff;
	border: solid 1px #dbdbdb;
	border-radius: 0.3rem;
	padding: 1rem;
	margin: 0 0 2rem;
}
.woocommerce-checkout-payment .payment-inner .payment_box {
	background: #eeeeee !important;
}
.woocommerce-checkout-payment .payment-inner .payment_box:before {
	border-color: #eeeeee !important;
	border-right-color: transparent !important;
	border-left-color: transparent !important;
	border-top-color: transparent !important;
}
.woocommerce-checkout-payment .payment-inner .place-order {
	margin: 0 !important;
}
.woocommerce-checkout-payment .payment_methods {
	padding: 0 !important;
	border: none !important;
}
.woocommerce-checkout-payment .place-order {
	padding: 0 !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 1.5;
}
.woocommerce-additional-fields > h3 {
	display: none;
}


/* - woocommerce order */


.woocommerce-order-details .woocommerce-order-details__title {
	font-family: "sofia-pro", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 0 0 1rem;
}
.woocommerce-order-overview {
	background: #eeeeee;
	padding: 1.8rem;
	border-radius: 0.3rem;
	overflow: hidden;
	width: 100%;
}
p.order-again {
	display: none !important;
}

.woocommerce-table--order-details,
.woocommerce-table--order-details td,
.woocommerce-table--order-details th {
	border: none !important;
	padding: 0 0 0.8rem !important;
}
.woocommerce-table--order-details,
.woocommerce-table--order-details tfoot tr th,
.woocommerce-table--order-details tfoot tr td {
	padding: 0 !important;
}
.woocommerce-table--order-details .product-name a {
	color: inherit;
}
.woocommerce-table--order-details .product-name .wc-item-meta {
	margin: 0;
	padding: 0;
}
.woocommerce-table--order-details .product-name .wc-item-meta li p {
	margin: 0;
	font-size: 0.75rem;
}
.woocommerce-table--order-details .product-name .wc-item-meta .wc-item-meta-label {
	display: none !important;
}

/* - woocommerce account */
.woocommerce-account .inner-wrapper{
	max-width: 1200px;
}
.woocommerce-MyAccount-navigation ul {
	padding:0;
	margin: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
	color: inherit;
}
.woocommerce-MyAccount-navigation ul li.is-active > a,
.woocommerce-MyAccount-navigation ul li a:hover {
	color: #a8a8a8;
}
.woocommerce-MyAccount-content {
	padding: 1.5rem 0;
}
.woocommerce-MyAccount-content .button {
	padding: .5rem!important;
}

.woocommerce-Addresses .woocommerce-Address {
	background: #eeeeee;
	padding: 1.2rem;
	border-radius: 0.3rem;
	margin: 1rem 0 0 0;
}
.woocommerce-Addresses .woocommerce-Address-title {
	padding: 0;
}
.woocommerce-Addresses .woocommerce-Address-title h3 {
	margin: 0 0 1rem;
	font-size: 0.9rem;
}
.woocommerce-Addresses .woocommerce-Address-title .edit {
	color: #a8a8a8;
	font-size: 0.75rem;
}
.woocommerce-Addresses address {
	font-size: 0.875rem;
}
.woocommerce-LostPassword {
	margin: 1rem 0 0 0; 
}

/* - woocommerce forms */

.woocommerce-address-fields,
.woocommerce-EditAccountForm,
.woocommerce-form-login {
	background: var(--main);
	padding: 1.2rem;
	border-radius: 0.3rem;
	border: none !important;
}
.woocommerce-address-fields .form-row label,
.woocommerce-MyAccount-content .form-row label,
form.woocommerce-checkout .form-row label,
.woocommerce-form-login .form-row label {
	font-size: 0.85rem;
	/*color: var(--main-text);*/
	margin: 0 0 0.25rem;
}
.woocommerce-address-fields .form-row label .required,
.woocommerce-MyAccount-content .form-row label .required,
form.woocommerce-checkout .form-row .required,
.woocommerce-form-login .form-row label .required {
	/*color: var(--main-text);*/
}
.woocommerce-address-fields .form-row input,
.woocommerce-MyAccount-content .form-row input,
form.woocommerce-checkout .form-row input,
.woocommerce-form-login .form-row input,
.woocommerce-address-fields .form-row textarea,
.woocommerce-MyAccount-content .form-row textarea,
form.woocommerce-checkout .form-row textarea,
.woocommerce-form-login .form-row textarea {
	background: #ffffff;
	border: none;
	padding: 0.6rem 0.8rem;
	font-size: 0.75rem;
	line-height: 1;
	border: solid 1px #333;
	/* border-radius: 0.3rem; */
}
form.woocommerce-checkout .form-row textarea {
	min-height: 5rem;
}
.woocommerce-address-fields .form-row em,
.woocommerce-MyAccount-content .form-row em {
	font-size: 0.7rem;
	padding: 0.25rem 0;
	color: var(--main-text);
}
.woocommerce-address-fields .form-row .select2-selection--single,
form.woocommerce-checkout .form-row .select2-selection--single {
	background: #ffffff;
	border: none;
	padding: 0 0.8rem;
	font-size: 0.75rem;
	line-height: 1;
	border-radius: 0;
	outline: none;
}
.woocommerce-address-fields .form-row .select2-selection--single,
.woocommerce-address-fields .form-row .select2-selection__rendered,
form.woocommerce-checkout .form-row .select2-selection--single,
form.woocommerce-checkout .form-row .select2-selection__rendered {
	height: 34px;
	line-height: 34px;
}
.woocommerce-MyAccount-content fieldset {
	margin: 1rem 0 0 0;
	border: solid 1px var(--main-text);
}
.woocommerce-MyAccount-content fieldset legend {
	font-size: 0.85rem;
	color: var(--main-text);
	padding: 0 1rem;
}
.woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox {
	margin: 0 0 1.5rem;
}
.woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0.5rem;
	outline: none;
	vertical-align: middle;
}
.woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox:checked {
	background: var(--highlight);
}
.woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox span {
	font-size: 0.8rem;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 0.25rem;
}



/* - messages */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border: none;
	background: #333333;
	color: #eeeeee;
	padding: 1.2rem 1.2rem;
	font-size: 0.95rem;
	line-height: 1.6;
}
.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
	content: none;
}
.woocommerce-message a,
.woocommerce-info a {
	color: inherit;
	text-decoration: underline;
}
.woocommerce-message .button,
.woocommerce-info .button {
	background-color: transparent !important;
	text-transform: uppercase;
	font-size: 0.75rem !important;
	color: #eeeeee !important;
	border-left: solid 1px #eeeeee !important;
	border-radius: 0 !important;
	padding: 0.5rem 1rem 0.5rem 1.5rem !important;
	width: auto !important;
}
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info {
	padding: 0.8rem 1rem;
	font-size: 0.85rem;
	text-align: center;
}
.woocommerce-MyAccount-content .woocommerce-message .button,
.woocommerce-MyAccount-content .woocommerce-info .button {
	display: none;
}

a.button	{
	text-transform: uppercase;
	font-size: 0.7rem;
	display: inline-block;
	padding: 1.6rem 2rem;
}

/* - general woocommerce styling */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt:disabled,
.woocommerce a.button.disabled {
	width: 100%;
	background: var(--highlight)!important;
	color: var(--highlight-text)!important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.7rem;
	text-align: center;
	display: block;
	padding: 1.6rem 2rem;
	border-radius: 0;
	outline: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.woocommerce button.button:hover,
.woocommerce a.button:hover{
	background-color: var(--highlight);
	color: var(--highlight-text);
}
.woocommerce a.disabled,
.woocommerce button.disabled{
	pointer-events: none;
	cursor: default;
}





 .swiper {
	 margin-left: auto;
	 margin-right: auto;
	 overflow: hidden;
	 list-style: none;
	 padding: 0;
	/* Fix of Webkit flickering */
	 z-index: 1;
}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}
	
 :root {
	 --swiper-theme-color: var(--main);
	 --swiper-navigation-size: 20px;
	 --swiper-navigation-color: #fff;
}

 .swiper-vertical > .swiper-wrapper {
	 flex-direction: column;
}
 .swiper-wrapper {
	 position: relative;
	 width: 100%;
	 height: 100%;
	 z-index: 1;
	 display: flex;
	 transition-property: transform;
	 box-sizing: content-box;
}
 .swiper-android .swiper-slide, .swiper-wrapper {
	 transform: translate3d(0px, 0, 0);
}
 .swiper-pointer-events {
	 touch-action: pan-y;
}
 .swiper-pointer-events.swiper-vertical {
	 touch-action: pan-x;
}
 .swiper-slide {
	 flex-shrink: 0;
	 width: auto;
	 height: 100%;
	 position: relative;
	 transition-property: transform;
	 margin-right: 10px;
	 padding: 7px 1rem 11px;
	 white-space: nowrap;
	 color: white;
}
 .swiper-slide a{
	color: var(--main-text);
	font-size: 0.8125rem;
	white-space: nowrap
}

 .swiper-slide a.active{
	border-bottom: 2px solid var(--main-text);
	transition: none;

}
 .swiper-initialized .swiper-slide {
	 margin: 0;
}
 .swiper-slide-invisible-blank {
	 visibility: hidden;
}
/* Auto Height */
 .swiper-autoheight, .swiper-autoheight .swiper-slide {
	 height: auto;
}
 .swiper-autoheight .swiper-wrapper {
	 align-items: flex-start;
	 transition-property: transform, height;
}
 .swiper-backface-hidden .swiper-slide {
	 transform: translateZ(0);
	 backface-visibility: hidden;
}
/* 3D Effects */
 .swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
	 perspective: 1200px;
}
 .swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
	 transform-style: preserve-3d;
}
 .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 pointer-events: none;
	 z-index: 10;
}
 .swiper-3d .swiper-slide-shadow {
	 background: rgba(0, 0, 0, 0.15);
}
 .swiper-3d .swiper-slide-shadow-left {
	 background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
 .swiper-3d .swiper-slide-shadow-right {
	 background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
 .swiper-3d .swiper-slide-shadow-top {
	 background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
 .swiper-3d .swiper-slide-shadow-bottom {
	 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
 .swiper-css-mode > .swiper-wrapper {
	 overflow: auto;
	 scrollbar-width: none;
	/* For Firefox */
	 -ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}
 .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	 display: none;
}
 .swiper-css-mode > .swiper-wrapper > .swiper-slide {
	 scroll-snap-align: start start;
}
 .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	 scroll-snap-type: x mandatory;
}
 .swiper-vertical.swiper-css-mode > .swiper-wrapper {
	 scroll-snap-type: y mandatory;
}
 .swiper-centered > .swiper-wrapper::before {
	 content: '';
	 flex-shrink: 0;
	 order: 9999;
}
 .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	 margin-inline-start: var(--swiper-centered-offset-before);
}
 .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	 height: 100%;
	 width: var(--swiper-centered-offset-after);
}
 .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	 margin-block-start: var(--swiper-centered-offset-before);
}
 .swiper-centered.swiper-vertical > .swiper-wrapper::before {
	 width: 100%;
	 height: var(--swiper-centered-offset-after);
}
 .swiper-centered > .swiper-wrapper > .swiper-slide {
	 scroll-snap-align: center center;
}
 .swiper .swiper-button-prev, .swiper .swiper-button-next {
	 position: absolute;
	 top: 0;
	 width: calc(var(--swiper-navigation-size) / 44 * 27);
	 height: 100%;
	 z-index: 10;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 color: var(--swiper-navigation-color, var(--swiper-theme-color));
	 padding: 0 12px;
	 font-family: swiper-icons;
	 font-size: var(--swiper-navigation-size);
	 text-transform: none !important;
	 letter-spacing: 0;
	 text-transform: none;
	 font-variant: initial;
	 line-height: 1;
	 opacity: 0;
}
 .swiper .swiper-button-prev.swiper-button-disabled, .swiper .swiper-button-next.swiper-button-disabled {
	 opacity: 0;
	 cursor: auto;
	 pointer-events: none;
}
 .swiper .swiper-button-prev:after, .swiper .swiper-button-next:after {
	 content: '';
	 position: absolute;
	 display: block;
	 height: 100%;
	 z-index: 9;
	 opacity: 1;
	 width: 20px;
}
 .swiper .swiper-button-prev, .swiper .swiper-rtl .swiper-button-next {
	 left: auto;
	 right: 101%;
}
 .swiper .swiper-button-prev:after, .swiper .swiper-rtl .swiper-button-next:after {
	 background: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--main)), color-stop(100%, var(--maintransparent)));
	 
	/* Chrome,Safari4+ */
	 left: 34px;
}
 @media (max-width: 990px) {
	 .swiper .swiper-button-prev, .swiper .swiper-rtl .swiper-button-next {
		 right: 100%;
		 color: transparent;
	}
	 .swiper .swiper-button-prev:after, .swiper .swiper-rtl .swiper-button-next:after {
		 left: 100%;
	}
}
 .swiper .swiper-button-next, .swiper .swiper-rtl .swiper-button-prev {
	 right: auto;
	 left: 101%;
}
 .swiper .swiper-button-next:after, .swiper .swiper-rtl .swiper-button-prev:after {
	 background: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--maintransparent)), color-stop(100%, var(--main)));
	/* Chrome,Safari4+ */
	 right: 34px;
}
 @media (max-width: 990px) {
	 .swiper .swiper-button-next, .swiper .swiper-rtl .swiper-button-prev {
		 left: 100%;
		 color: transparent;
	}
	 .swiper .swiper-button-next:after, .swiper .swiper-rtl .swiper-button-prev:after {
		 right: 100%;
	}
}
 .swiper .swiper-button-lock {
	 display: none;
}
 .swiper.swiper-initialized .swiper-button-next:not(.swiper-button-disabled), .swiper.swiper-initialized .swiper-button-prev:not(.swiper-button-disabled) {
	 opacity: 1;
}
 
