/*
Theme Name: La Villa
Author: Moov Agency
Author URI: https://moov-agency.com
Version: 1
Text Domain: lavilla
*/
@charset "UTF-8";

@font-face {
	font-family: 'majalla';
	font-weight: 400;
	src: url('inc/fonts/majalla.ttf') format('truetype');
}

@font-face {
	font-family: 'oswald';
	src: url('inc/fonts/Oswald-VariableFont_wght.ttf') format('truetype');
	font-style: normal;
}

@font-face {
	font-family: 'roboto-light';
	src: url('inc/fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'roboto-bold';
	src: url('inc/fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'roboto-black';
	src: url('inc/fonts/Roboto-Black.ttf') format('truetype');
}
.roboto-light {
	font-family: 'roboto-light';
	font-weight: 300;
	font-style: normal;
}

.roboto-bold {
	font-family: 'roboto-bold';
	font-weight: 700;
	font-style: normal;
}

.roboto-black {
	font-family: 'roboto-black';
	font-weight: 900;
	font-style: normal;
}

.oswald-regular{
	font-family: 'oswald';
	font-variation-settings: 'wght' 400;
}

.oswald-bold{
	font-family: 'oswald';
	font-variation-settings: 'wght' 700;
}


.fs1{
	font-size:1.125rem;/*18px*/
}
.fs2{
	font-size: 1rem; /*16px*/
}
body{
	font-family: 'roboto-light';
	font-size: .75rem;
	line-height: 1rem;
	background-color: #FFF4E1;
	color: #593A05;
}
.majalla{
	font-family: 'majalla';
}
.h-100vh{
height: 100svh;
}
.pt-1 {
    padding-top: .375rem !important;
}
.pt-2 {
    padding-top: .75rem !important;
}
.pt-3{
    padding-top: 1.125rem !important;
}
.pt-4{
    padding-top: 1.5rem !important;
}
.pt-5{
    padding-top: 1.875rem !important;
}
.pb-1 {
    padding-bottom: .375rem !important;
}
.pb-2 {
    padding-bottom: .75rem !important;
}
.pb-3{
    padding-bottom: 1.125rem !important;
}
.pb-4{
    padding-bottom: 1.5rem !important;
}
.pb-5{
    padding-bottom: 1.875rem !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,p {
    margin-bottom: .75rem;
}
h2{
	font-size: 1.25rem;
}
.desktop-notice {
    position:fixed;
    z-index:9999;
    background:#FFF4E1;
    top:0;
    bottom:0;
    right:0;
    left:0;
}
img{
	width:100%;
	height:auto;
}
section{
	padding: 1.125rem 0;
}
section.sub-category:nth-child(even)>.container>.row{
	flex-direction: row-reverse;
}
section.sub-category:nth-child(odd)>.container>.row>.col-5:nth-child(even){
	padding-right:0;
}
section.sub-category:nth-child(odd)>.container>.row>.col-5:nth-child(odd){
	padding-left:0;
}
section.sub-category:nth-child(even)>.container>.row>.col-5:nth-child(odd){
	padding-right:0;
}
section.sub-category:nth-child(even)>.container>.row>.col-5:nth-child(even){
	padding-left:0;
}
button.navbar-toggler{ 
	transform: rotate(-30deg);
	transform-origin: center;
	background: #806D50;	
	padding:6px 8px;
	border-radius: 30px;
	color: white;
	border: none;
}
button.navbar-toggler.collapsed{
	transform: rotate(0deg);

}
.navbar{
	--bs-navbar-toggler-icon-bg: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19.234" height="18.823" viewBox="0 0 19.234 18.823"><g id="Burger_Menu" transform="translate(6.684) rotate(30)"><path id="Path_2072" data-name="Path 2072" d="M13.586,2.359H.906C.392,2.359,0,1.848,0,1.179S.392,0,.906,0h12.68c.513,0,.906.511.906,1.179S14.1,2.359,13.586,2.359Z" transform="translate(0 0)" fill="%23fff5e4"/><path id="Path_2073" data-name="Path 2073" d="M13.586,2.359H.906C.392,2.359,0,1.848,0,1.179S.392,0,.906,0h12.68c.513,0,.906.511.906,1.179S14.1,2.359,13.586,2.359Z" transform="translate(0 5.504)" fill="%23fff5e4"/><path id="Path_2074" data-name="Path 2074" d="M13.586,2.359H.906C.392,2.359,0,1.848,0,1.179S.392,0,.906,0h12.68c.513,0,.906.511.906,1.179S14.1,2.359,13.586,2.359Z" transform="translate(0 11.009)" fill="%23fff5e4"/></g></svg>');
}
.navbar-toggler-icon {
	display: inline-block;
	width: 20px;
	height: 23px;
}
.cart-contents{
	position: relative;
}
span.cart-contents-count {
	font-family: 'oswald';
	font-variation-settings: 'wght' 700;
	font-size: 14px;
	position: absolute;
	display: block;
	background: #fff4e1;
	left: 5px;
	width: 15px;
	text-align: center;
	top: 13px;
	line-height: 1.3;
	color: #AD5D33;
}
.woocommerce-product-search{
	position:relative;
}
input#woocommerce-product-search-field {
	border:1px solid #593A05;
	border-radius:4px;
	background:transparent;
	padding:6px 48px;
	width:100%;
}
.btn-product-search{
	background:transparent;
	border:none;
	position:absolute;
	top: 4px;
	left: 3px;
}
#categoryCarousel{
	border-radius:22px;
	border:2px solid #593A05;
	overflow: hidden;
}

.carousel-item{
	height: 156px;
}

.btn-see-menu{
	margin-left: -6px;
	background:transparent;
	border:none;
	padding: 0;
	font-size: .938rem;
	color:#AD5D33;
}
.btn-see-menu span{
	display: inline-block;
	padding-right: .375rem;
}
.menu-dialog{
	position: absolute;
	top: 40%;
	bottom: 0px;
	left: 0;
	right: 0;
	margin: 0;
	border:1px solid #593A05;
	border-radius: 30px 30px 0 0;
	box-shadow: 0 0.5rem 2.5rem rgb(89 58 5);
}
.menu-modal .modal-heading, .menu-modal .modal-body{
	padding: 1.5rem 0.75rem;
}
.menu-modal .modal-title{	
	font-family: 'oswald';
	font-variation-settings: 'wght' 700;
	font-size: 1.313rem;
	text-transform: uppercase;
}
.menu-modal .modal-content{
	border: none;
	border-radius: 30px 30px 0 0;
	height: 100%;
	overflow-y:auto;
}
.modal-backdrop.show {
	opacity: 0;
}
.product-name{
	font-size:.875rem;
	text-transform: uppercase;
}
.product-price{
	color:#AD5D33;
	font-size: 1.25rem;
	text-align: right;
}
.product-price sup {
    top: -0.35em;
    font-size: .75rem;
}
.product-add-to-cart{
	border-left: 2px solid #F2E0C3;
}


#product-added{
	position: fixed;
	top: 50%;
	left:0;
	right:0;
	bottom:50%;
	z-index: 99999;
}

#product-added span{
	opacity: 0;
	font-size: 16px;
	color: #fff;
	padding: 10px 25px;
	border-radius: 30px;
	display: block;
	background-color: #465905;
	transition: opacity 1s;
}
.add-to-cart-button,.remove-item{
	background-color: transparent;
	border: none;
	position: relative;
	font-weight: 700;
	font-size: 1rem;
}
.add-to-cart-button:after{
	content: "";
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0
}
#product-added.show{
	top:0;
	bottom:0;
}
#product-added.show span{
	opacity: 1;
}
.eat-link a, .drink-link a{
	font-family: 'oswald';
	text-transform: uppercase;
	font-variation-settings: 'wght' 700;
	color:#593A05;
	font-size: 1.375rem;
	text-decoration: none;;
}
.term-eat  .drink-link,.term-drink .eat-link{
	opacity: .5;

}
.sub-category-name{
	font-size: 1.125rem;
}

.line-1,.line-2{
	position: fixed;
	top:0;
	bottom:0;
	width: 1px;
	background-color: #593A05;
}
.line-1{
	left:.75rem;
}
.line-2{
	right:.75rem;
}
a.btn-start {
	padding:16px;
	font-size:1.25rem;
	text-decoration:none;
	text-align:center;
	font-family: 'roboto-bold';
	border:1px solid #593A05;
	background:#AD5D33;
	color:#fff4E1;
}
.btn-start2-container {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width: 100%;
	transform: translateX(100%);
}
a.btn-start2, .text-start-2 {
	position: absolute;
	font-family: 'majalla';
	font-size: 20px;
	letter-spacing: 2.1pt;
	writing-mode: tb;
	text-transform: uppercase;
	color: #AD5D33;
	text-decoration: none;
	transform: rotate(-180deg);
}
.homepage-title {
	margin-bottom: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	font-family: 'roboto-bold';
	font-weight: 700;
	font-size: 48px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff4e1;
}
.homepage-title>span{
	line-height:.8;
}
.homepage-featured-img{
	height: 47dvh;
    overflow: hidden;
    border: 1px solid;
	position: relative;
}
.homepage-featured-img img{
	position: absolute;
	height: 100%;
	width: auto;

}
.text-welcome{
	line-height: 1;
	width: 100%;
	color: #593A05;
	font-size: 38px;
	font-family: "majalla";
	text-transform: uppercase;
}
.pricing{
	font-family: 'majalla';
	font-size: 1.25rem;
	color: #AD5D33;
	text-align: right;
}
.pricing sup {
		top: -.4em;
		font-size: .7em;
	}

.svg-leaves {
	z-index:-1;
	position:fixed;
	top:55%;
	left:10%;
}

.svg-leaf {
	z-index:-1;
	position:fixed;
	top:25%;
	right:10%;
}
.svg-stars {
	z-index:-1;
	position:fixed;
	top:30%;
	left:10%;
}
#carte-total {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	padding:12px;
	background:#593A05;
	color:white;
	margin:0
}

.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 1.75rem 1.5rem;
}
.copyrights{
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: -1;
	}
.main-content{
	background: #FFF4E1;
	margin-bottom:92px
}