/* ----------------------------------------------------------------------------------------------------------------------
  COMMON
======================================================================================================================= */

body.ecommerce .header-inner {
	/*padding: 0 !important;*/
	padding: 0 0 15px 0 !important
}
body.ecommerce header.sticky .header-inner {
	/*padding: 0 !important;*/
	padding: 0 !important
}

body.ecommerce .parallax-section .container {
  height: calc(31vh);
  padding: 0;
  padding-bottom: 30px;
  justify-content: flex-end;
}

@media screen and (max-width: 480px){
	body.ecommerce .header-inner {		
		padding: 0 0 15px 0 !important
	}
	body.ecommerce .parallax-section .container {
	  height: calc(32vh);	
	  padding-bottom: 15px;  
	}
}


/* ----------------------------------------------------------------------------------------------------------------------
  SLIDER BOOKING & ORDER ONLINE BUTTONS
======================================================================================================================= */

.hero-title .booking,
.hero-title .order-online {
	margin:10px 15px 5px 15px;
	box-shadow: 0 4px 15px rgba(255,255,255,0.1);
}

.slides-container > .bg:first-child .hero-title .booking {
	opacity: 0;
	animation: riseup 1.6s cubic-bezier(0.365, 0.035, 0.000, 1.215) forwards; animation-delay: 1s;
}
.slides-container > .bg:first-child .hero-title .order-online {
	opacity: 0;
	animation: riseup 1.6s cubic-bezier(0.365, 0.035, 0.000, 1.215) forwards; animation-delay: 1.5s;
}

@media screen and (max-width: 480px){
	.hero-title .booking,
	.hero-title .order-online {		
		box-shadow: 0 4px 15px rgba(255,255,255,0.3);
	}
}


/* ----------------------------------------------------------------------------------------------------------------------
  MODAL => ONLINE ORDER - EXPRESS
======================================================================================================================= */

.online-order-modal,
.alert-modal {	
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;	
	z-index: 300;	
}
	.online-order-modal > div,
	.alert-modal > div {
		width: 360px;		
		/* height: 360px;		*/
		background: white;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;	
		overflow: hidden;
	}
	.alert-modal > div {
		width: auto;
		max-width: calc( 100vw - 30px );
	}
	.online-order-modal h3 { position: relative; }
	.online-order-modal h3,
	.online-order-modal a,
	.alert-modal h4 {
		font-size: 24px;
		font-family: 'Yanone Kaffeesatz', cursive;
		color: #C59D5F;
		background-color: white;
		width: 360px;
		padding: 15px 0; 
	}
	.online-order-modal h3 > a {
		margin-right: 10px;
    right: 10px;
    top: 0;
    position: absolute;    
    width: auto;		
	}
	.online-order-modal h3 > span {
		color: black;
    margin-top: 10px;
    display: inline-block;
    font-size: 25px;
  }
  .alert-modal span {
  	color: #333;
  	margin: 0 15px 20px 15px;
  	display: inline-block;
  	font-size: 14px;
  }
	.online-order-modal div.step {		
		display: none;		
	}
		.online-order-modal div.step.active {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;	
		}

.online-order-modal button {
	border: 2px solid black;
	background: unset;
	padding: 15px;
	margin-bottom: 15px;
	cursor: pointer;
	border-radius: 4px;
	width: 145px;
	opacity: 0;
	animation: scale_bounce 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53) forwards;	
}
	.online-order-modal button h5 {
		font-size: 17px;
		font-family: 'Yanone Kaffeesatz',cursive;
		transition-duration: 0.2s;
	}
		.online-order-modal button h5 > span {
			font-size: 14px;
			font-family: 'Yanone Kaffeesatz',cursive;
			display: block;
		}
	.online-order-modal button img {
		height: 40px;
	}

.online-order-modal button:hover {	
	border: 2px solid #C59D5F;
}
	.online-order-modal button:hover h5 {
		color: #C59D5F;
	}
	.online-order-modal button:hover img {
		animation: bellshake 0.5s ease-in-out forwards;
	}

.alert-modal button {
	padding: 12px 20px;
	margin-bottom: 20px;
}


@media screen and (max-width: 480px) {
	.online-order-modal > iframe {		
		width: calc( 100% - 20px );
    height: 65%;
    max-height: 516px;
	}
	.online-order-modal h3, .online-order-modal a {
		width: calc( 100% - 20px );
		padding: 10px;
	}	
}



/* ----------------------------------------------------------------------------------------------------------------------
  EXPRESS PAGES
======================================================================================================================= */
.container.express { 
	min-height: 70vh;	
}
.container.express h1,
.container.express h2,
.container.express h3,
.container.express h4 {
	font-family: 'Yanone Kaffeesatz';  	
}
.container.express h1 {	
	font-size: 36px;
	margin-bottom: 20px;
}
.container.express h2 {	
	font-size: 28px;
	margin-bottom: 10px;	
}
.container.express h3{
	font-size: 21px;
	margin-bottom: 5px;
}
.container.express h4 {	
	font-size: 18px;
	margin-bottom: 5px;	
}
.container.express form label {	
  font-family: 'Yanone Kaffeesatz';
  font-size: 24px;
  display: block;
	text-align: left;
}
	.container.express form label {	
	  font-family: 'Yanone Kaffeesatz';
	  font-size: 24px;
	}
.container.express form input:not([type="checkbox"]) {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 4px;
	padding: 10px 15px;
	border: 1px solid black;
}
.container.express form button {
	margin-bottom: 10px;
	padding: 12px 40px !important;
}
.container.express form a {
	font-size: 15px;
	transition-duration: 0.3s;
	margin-bottom: 5px;
	display: inline-block;
}
	.container.express form a:hover {
		color: #C59D5F;
	}

.container.express input.has-error {
	border: 2px solid crimson !important;
}
.container.express span.error {
	color: crimson;
  margin-top: -5px;
  margin-bottom: 10px;
  display: block;
}

.alert {
	padding: 10px;
	margin: 15px 0;
	color: #333;
	border: 2px solid #acacac;
	border-radius: 4px;
	background: #f2f2f2;
	font-size:_14px;
}
.alert.alert-success {	
	border: 2px solid #e3ea95;
	background: #ecffb1;
}
.alert.alert-failure {	
	border: 2px solid #e07575;
	background: #ffccd6;
}
.pickup-stores {
	text-align: center;
}
	.pickup-store {
		display: inline-block;
		margin: 0px 0px 15px 15px;
		border-radius: 4px;
		border: 1px solid #333;
		padding: 10px 15px;
		width: 300px;
		height: 120px;
	}	
		.pickup-store > div {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			width: 100%;
			height: 100%;
		}
		.pickup-store span.title {
			font-family: 'Yanone Kaffeesatz';
			color: #333;
			display: block;
			font-size: 19px;
		}
			.pickup-store a:hover span.title {
				color: #C59D5F;				
			}

@media screen and (max-width: 480px){
	.container.express h1 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.container.express h2{
		font-size: 20px;		
	}
	.container.express h3{
		font-size: 18px;		
	}	
	.pickup-store {
		width: 100%;
		margin: 0 0 15px 0;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------
  SHOP CATALOG
======================================================================================================================= */
section.menu-sections,
section.products-grid {
	padding: 25px 0 0 0;
}
	section.menu-sections nav > ul {
		list-style: none;
	}
		section.menu-sections nav > ul > li {
			float: none;
			display: inline-block;
		}
			section.menu-sections nav > ul > li > a {
				color: #333;
				font-family: 'Yanone Kaffeesatz',cursive;
			}
			section.menu-sections nav > ul > li > a:hover {
				color: black;				
			}
			section.menu-sections nav > ul > li > a:before {
				content: " ";
				position: absolute;
				display: block;
				top:20px;
				left:50%;
				width: 0;
				height:2px;
				/*background-color: #C59D5F;*/
				background-color: #333;
				transition-duration: 0.2s;
				transform: unset;
    		opacity: 1;
    		border-radius: 0;
			}
			section.menu-sections nav > ul > li > a:hover:before,
			section.menu-sections nav > ul > li > a.active:before {
				width: 100%;
				left: 0;				
			}

section.menu-sections h2 {
	font-size: 21px !important;
	font-family: 'Yanone Kaffeesatz',cursive;
}

section.products-grid .grid-product-item {
	box-shadow: 0 10px 10px rgba(0,0,0,0.06);
	border-radius: 4px;
	transition-duration: 0.4s;
	border: 1px solid white;
}
	section.products-grid .grid-product-item:hover {
		border: 1px solid #f1f1f1;
	}
section.products-grid .grid-product-item a > div {	
	display: block;
	width: 100%;
	height: auto !important;
	aspect-ratio: 1 / 1 !important;
	overflow: hidden;	
	border-radius: 2px;
}
section.products-grid .grid-product-item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
  /* left: 50%; */
  /* top: 50%;   */
  /* transform: translate(-50%,-50%); */
  position: relative;
  display: block;
  transition-duration: 0.6s; 
  filter: saturate(0.9);
}
section.products-grid .grid-product-item h4 {
	margin-top: 5px;
	padding: 10px 0;
	font-size: 18px;
}
	section.products-grid .grid-product-item a:hover img {
		/* transform: translate(-50%,-50%) scale(1.04); */
		transform: scale(1.04);
		filter: saturate(1.1);
	}
	section.products-grid .grid-product-item a:hover h4 {				
		text-decoration: underline;
	}

section.products-grid .grid-product-item  > div.price {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	font-family: 'Yanone Kaffeesatz',cursive;	
	text-align: left;
	position: relative;
}
section.products-grid .grid-product-item  > div.price > span {
	display: inline-block;
	margin: 0 10px;
	text-transform: lowercase;
}
section.products-grid .grid-product-item  > div.price button {	
	background: unset;
	border: unset;
	font-size: 21px;
	font-family: 'Yanone Kaffeesatz',cursive;
	cursor: pointer;
	margin: 0 15px;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #C59D5F;
	transition-duration: 0.3s;
}
	section.products-grid .grid-product-item  > div.price button:hover {	
		color: #333;
	}

@media screen and (max-width: 1200px){	
	section.products-grid .grid-product-item a > div {
		height: 29vw;		
	}
}

@media screen and (max-width: 1024px){
	section.menu-sections nav > ul > li {
		width: auto;
		padding: 10px 15px 0 15px;
	}	
	section.products-grid .grid-product-item a > div {
		height: 22vw;		
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
	section.menu-sections nav > ul > li {
		width: auto;		
	}	
	section.products-grid .grid-product-item a > div {
		height: 43vw;		
	}
}


@media screen and (max-width: 767px) {
	section.menu-sections nav > ul > li {		
		width: auto;
    margin: 5px 10px;
    padding: 0;
	}
	section.menu-sections nav > ul > li > a {
		text-align: center;
		margin: 0 auto;
	}	
	section.products-grid .grid-product-item {
		margin: 0 -15px;
	}
	section.products-grid .grid-product-item a > div {
		height: 86vw;		
	}
}



/* ----------------------------------------------------------------------------------------------------------------------
  SHOP PRODUCT
======================================================================================================================= */
section.product-sheet {
	padding: 30px 0 90px 0;	
}
section.product-sheet h1 {
	text-align: left;
	font-family: 'Yanone Kaffeesatz';
	font-size: 31px;
}
section.product-sheet p,
section.product-sheet span {
	font-family: 'Merriweather Sans',serif;
	font-size: 14px;
}
section.product-sheet p.product-code {
	font-family: 'Yanone Kaffeesatz',cursive;
	font-size: 16px;
	color: #777;
	margin: 0 0 10px 0;
  padding: 0;  
  line-height: 1;
}
section.product-sheet p.product-description {
	font-size: 12px;
}
section.product-sheet .image-product {
	max-width: 100%;
	margin-bottom: 15px;
}
section.product-sheet .allergens-summary,
section.product-sheet .allergens-summary h4,
section.product-sheet .allergens-summary h5,
section.product-sheet .allergens-summary span {
	text-align: left;
	font-family: 'Merriweather Sans',serif;
	font-size: 12px;
}
section.product-sheet .allergens-summary h4 {
	color:crimson;
	margin: 15px 0 5px 0;
}
section.product-sheet .allergens-summary h5 {
	font-weight: 700;
	margin-top: 4px;
}
section.product-sheet .allergens-summary span {
	font-size: 11px;
	margin-right: 6px;
}
section.product-sheet img.image-product {
	border: 1px solid #ececec;
	outline: 4px solid #f5f5f5;
	padding: 4px;
}

section.product-sheet .add-cart-buttons {
	text-align: left;
	margin-bottom: 30px;
}
section.product-sheet .add-cart-buttons > div { 
	margin-bottom: 15px;
}
section.product-sheet .add-cart-buttons button.number {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  color: #333;
  background: white;
  border: 1px solid #444444;
  font-size: 24px;
  cursor: pointer;
  transition-duration: 0.3s;
}
	section.product-sheet .add-cart-buttons button.number:hover {
		color: white;
	  background: black;
	  border: 1px solid black;	  
	}
section.product-sheet .add-cart-buttons > div > input {
	width: 50px;
  height: 39px;
  border-radius: 4px;
  color: #333;
  background: white;
  border: 1px solid #444;
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  position: relative;
  top: -3px;
}
section.product-sheet .add-cart-buttons button.add_to_cart {
	font-size: 18px;	
	min-width: 138px;
}
section.product-sheet .add-cart-buttons button.add_to_cart:hover {
	box-shadow: unset !important;
}


/* ----------------------------------------------------------------------------------------------------------------------
  ASIDE CART
======================================================================================================================= */ 

#modal_product_cart > div .buttons  {
	padding: 10px;
	padding-bottom: 25px;	
}
	#modal_product_cart > div .buttons button {			
		width:100%;
		margin-top:10px;
		background: white;
		border: 1px solid black;			
		color: black;				
		font-size:16px;
		padding:10px;
		transition-duration: 0.3s;
		text-transform: uppercase;
		opacity: 1;			
		transition-duration: 0.4s !important;
		cursor: pointer;
		border-radius: 4px;
		font-family: 'Yanone Kaffeesatz',cursive;
	}
	#modal_product_cart > div .buttons button.checkout {
		background: #C59D5F;
		border: 1px solid #C59D5F;
		color: white;			
	}
		#modal_product_cart > div .buttons button:hover {
			border: 1px solid black;
			background: black;
			color: white;				
			transition-duration: 0.4s !important;
		}	

#modal_product_cart {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;	
	height: 100%;
	z-index: 1000;
	background: none;	
	display: block;
	transition-duration: 0.3s;
	pointer-events: none;
}
	#modal_product_cart.active {
		background: rgba(0,0,0,0.7);
		pointer-events: initial;
	}

	#modal_product_cart > div {
		background: white;
    width: 320px;
    height: 100%;
    position: relative; 
    left:100%;
    transition-duration: 0.3s;
	}
		#modal_product_cart.active > div {
			left: calc(100% - 320px);
		}

	#modal_product_cart.active > div h3{
		margin: 0;
		padding: 10px 0;
		font-size: 21px;
	}
	#modal_product_cart.active > div h5{
		margin: 0;
		font-size: 13px;
		color: #333;
	}
	#modal_product_cart .cart_item {
		padding: 10px;
		border-bottom: 1px solid #ececec;		
		font-size:13px;
		text-transform: initial;
		text-align: left;
	}
	#modal_product_cart .delete_item {
		margin-top: -10px;
		float: right;
		background: none;
		border:none;
		font-size: 28px;
	}
		#modal_product_cart .delete_item:hover {
			color: #1e1e1e;
		}
	#modal_product_cart a {
		color: #1e1e1e;
    font-size: 13px;
    margin-top: 10px;
    display: block;
	}
		#modal_product_cart a:hover {
			text-decoration: underline;
		}

	
	#modal_product_cart .cart_minus,
	#modal_product_cart .cart_qty,
	#modal_product_cart .cart_plus {
		float: left;
		height: 35px;
		width: 35px;
		border: 1px solid black;
		padding: 5px;
		margin: 10px 0;
		cursor: pointer;
		line-height: 1.7;
	}
	#modal_product_cart .cart_plus {
		border-radius: 0 4px 4px 0;
	}
	#modal_product_cart .cart_minus {
		border-radius: 4px 0 0 4px;
	}
	#modal_product_cart .cart_minus,	
	#modal_product_cart .cart_plus {
		width: 30px;		
		pointer-events: all;
		background: white;
		transition-duration: 0.3s;
	}
		#modal_product_cart .cart_minus:hover,	
		#modal_product_cart .cart_plus:hover {
			background: black;
			border: 1px solid black;
			color: white;
		}
				
	#modal_product_cart .cart_qty {
		width: calc( 100% - 60px);
		border-left: unset;
		border-right: unset;
		text-align: center;
		pointer-events: none;
	}

div.added {
	display: none !important;
	opacity: 0 !important;
	visibility:  hidden !important;
	height: 0 !important; 
}

.cart div.items {
	display: inline !important;
	border: initial !important;
	position: initial;	
	font-size: 15px;	
}


/* ----------------------------------------------------------------------------------------------------------------------
  HEADER ECOMMERCE
======================================================================================================================= */ 

.nav-social.ecommerce a {
	color: #636160 !important;
	font-family: 'Yanone Kaffeesatz';
	font-size: 18px !important;
	transition-duration: 0.3s;
}
	.nav-social.ecommerce a:hover {
		color: black !important;
		text-decoration: underline;
	}	



/* ----------------------------------------------------------------------------------------------------------------------
  DEFAULT BUTTONS
======================================================================================================================= */ 
.default-btn {
	padding: 12px 20px;	
}
	.default-btn.secondary:not(:hover) {
		background-color: grey;
	}
	.default-btn.disabled {
		opacity: 0.05;
		pointer-events: none;		
	}
	.default-btn i {
		font-size:16px;
	}





/* ----------------------------------------------------------------------------------------------------------------------
  ANIMATIONS
======================================================================================================================= */ 

.riseup { animation: riseup 1.6s cubic-bezier(0.365, 0.035, 0.000, 1.215) forwards; }
@keyframes riseup {
    from { opacity: 0; transform: translateY(25%); }
    to   { opacity: 1; transform: translateY(0); }
}

.bellshake { animation: bellshake 1.6s ease-in-out forwards; }
@keyframes bellshake {
  0% { transform: rotate(0); }
  15% { transform: rotate(5deg); }
  30% { transform: rotate(-5deg); }
  45% { transform: rotate(4deg); }
  60% { transform: rotate(-4deg); }
  75% { transform: rotate(2deg); }
  85% { transform: rotate(-2deg); }
  92% { transform: rotate(1deg); }
  100% { transform: rotate(0); }
}

.scale_bounce { animation: scale_bounce 0.7s cubic-bezier(0.64, 0.57, 0.67, 1.53) forwards; }
@keyframes scale_bounce {
    from { opacity: 0; transform: scale(0.5); }
    to   { opacity: 1; transform: scale(1); }
}

.a-delay-02 { animation-delay: 0.2s  !important; }
.a-delay-05 { animation-delay: 0.5s  !important; }
.a-delay-10 { animation-delay: 1s    !important;   }
.a-delay-12 { animation-delay: 1.2s  !important;   }
.a-delay-15 { animation-delay: 1.5s  !important; }
.a-delay-20 { animation-delay: 2s    !important;   }