@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");


* {
  font-family: "Open Sans", sans-serif;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.bg-cover {
  background-size: cover;
  background-position: center;
}

.bg-light-green {
  background-color: #F7F5EB;
  border-radius:10px;
}
#start .p-3.h-100 { border-radius:10px;}

.color-white {
  color: #fff;
}

h1 {
  color: #071c1f;
}

p {
  font-size: 16px;
  color: #7A7A7A;
}

.f-18 {
  font-size: 18px;
}

.f-13 {
  font-size: 13px;
}

.container {
  max-width: 1200px !important;
}
.btn {border-radius:0;}
.btn-outline-secondary {
    color: #965e2a;
    border-color:#965e2a;
}
.btn-outline-secondary:hover {
    color: #fff;
    border-color:#965e2a;
    background:#965e2a;
}

.button {

    padding: 6px 32px;
    font-size: 15px;
    font-weight: 500;
    transition: ease 0.3s;
    display: inline-block;
    border: 2px solid transparent;
    font-weight: 500;
    letter-spacing: 2px;
}


.button.button-green  {
  color: #fff;
  border-color: #965e2a;
  background-color: #965e2a;
}
.button.button-green:hover  {
  background-color: transparent !important;
  color: #965e2a;
}
.button.button-black {
  background-color: #071c1f;
  color: #fff;
}
.button.button-black:hover, .button.button-black.active {
  background-color: #965e2a;
  color: #fff;
}
.button.circle {
  width: 56px;
  height: 56px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-top: 49%;
}
@media (max-width: 767px) {
  .button.circle {
    width: 32px;
    height: 32px;
  }
}

.grid {
  display: grid;
}
.grid.grid-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  row-gap: 100px;
}
@media (max-width: 767px) {
  .grid.grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    row-gap: 50px;
  }
}
.grid.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .grid.grid-2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.food-item {
  border-radius: 0px;
  transition: ease 0.5s;
  cursor: pointer;
  background: linear-gradient(180deg, #f5f5f7, #fff);
  margin-bottom:3rem;
  min-height:300px;
}
.food-item {
  border-radius: 15px;
}

.food-item:hover {
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.13);
  background: linear-gradient(180deg, #F1FFF4 0%, #EBFCF4 100%);
}
.food-item:hover .food-img .img-translate .buttons {
  opacity: 1;
  transform: translate(4px, -22px);
}
@media (max-width: 767px) {
  .food-item:hover .food-img .img-translate .buttons {
    transform: translate(0, -12px);
  }
}
.food-item:hover .food-img .img-translate img {
  filter: brightness(0.7);
}
.food-item .food-img {
  padding: 0 24px;
  position:relative;
}
.food-item .food-img:before {
	content: '';
    width: 160px;
    height: 160px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: 50%;
    margin-left: -80px;
    top: -58px;
    border: solid 2px #fff;
}
.food-img .circle-image  {
    width:160px;
    height:160px;
    background-color:#ccc;
    border-radius:50%;
	background-color:#ccc;
    position:relative;
    margin-bottom:2rem;
    border:solid 2px #efefef;
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
        background-size:cover !important;
}




.food-img .circle-image
.bg-image { background-size:cover !important;}
#predefined_vouchers_container {padding-top:4rem;}


.food-item .food-img .img-translate {
  transform: translateY(-30%);
}
.food-item .food-img .img-translate .buttons {
  transform: translate(4px, 0);
  opacity: 0;
}
@media (max-width: 767px) {
  .food-item .food-img .img-translate .buttons {
    transform: translate(0, 0);
  }
}
.food-item .food-img .img-translate .buttons, .food-item .food-img .img-translate img {
  transition: ease 0.5s;
  width:98%;
  align-items: center;
    justify-content: center;
}
.food-item .line {
  display: block;
  width: 100%;
  border-top: 1px solid #e4ecf2;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .food-item .line {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
.food-item .food-text-wrap {
  margin-top: -60px;
}
.food-item .food-text {
  padding: 0 24px 32px;
  min-height: 19vh;
}

@media (min-width: 1900px) {
	.food-item .food-text {
	  min-height: 14vh;
	}
}
.food-item .food-text button {border-radius:20px; width:39px; line-height:37px; min-height:39px; padding:0;}
.food-item .food-text button .cart_quantity {width:20px; height:20px; border-radius:50%; font-size:10px; line-height:19px; padding:0; right: -5px;
    position: relative;
}
.food-item .food-text button.btn-success{border-color:#965e2a !important; background:#965e2a !important;}

@media (max-width: 767px) {
  .food-item .food-text {
    padding: 0 16px 16px;
  }
}
.food-item .food-text .price {
  font-size: 22px;
  color: #965e2a;
}
@media (max-width: 767px) {
  .food-item .food-text .price {
    font-size: 20px;
    white-space: nowrap;
  }
}
.food-item .food-text p {
  max-width: 100px;
  font-size: 13px;
}

.food-list-item {
  padding: 24px;
  background-color: #fff;
  transition: ease 0.5s;
  cursor: pointer;
  background: linear-gradient(180deg, #fff, #fff);
  border-radius:10px;
}
@media (max-width: 767px) {
  .food-list-item {
    padding: 16px;
  }
}


.food-item.rounded {border-radius:15px !important;}
.food-item.rounded .food-img {padding:0;}
.food-img .circle-image:before, .food-item.rounded .food-img:before {display:none !important;}
.food-item.rounded  .food-img .img-translate {transform: translateY(-20%);} 
.food-img .circle-image.square  {
    overflow:hidden;
    position: relative !important;
    z-index: 0 !important;
    left: 0% !important;
    margin-left: 0px !important;
    top: 0px !important;
    width:100% !important;
    height:auto !important;
    padding-top:60% !important;
    background-color:#ccc;
    border-radius:0 !important;
    border-top-left-radius:15px !important;
    border-top-right-radius:15px !important;
	background-color:#ccc;
    margin-bottom:1rem;
    border:solid 2px #efefef;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    background-size:cover !important;
}

.food-item.rounded .buttons {top:0;}
.food-item.rounded:hover .food-img .img-translate .buttons {
  
}

.food-item.rounded:hover .food-img .img-translate .buttons  .button.circle {
    margin-top: 29%;
}




.food-list-item:hover {
  box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.13);
  background: linear-gradient(180deg, #F1FFF4 0%, #EBFCF4 100%);
}
.food-list-item .price {
  color: #965e2a;
  white-space: nowrap;
}

.price .grams {
  color: #7A7A7A;
  font-size: 13px;
}

.js-food-item.in-basket {
  position: relative;
}
.js-food-item.in-basket:after {
  content: "1";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translate(50%, -50%);
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.list-view .button.circle {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  border: 1px solid #e4ecf2;
  padding: 16px 24px;
  font-size: 13px;
  color: #7A7A7A;
  outline: none;
}
.contact-form input:focus, .contact-form textarea:focus {
  border-color: #965e2a;
}
.contact-form textarea {
  height: 150px;
  resize: none;
}

.number-input {
  max-width: 50px;
  border: 1px solid #e4ecf2;
  padding: 4px 8px;
  font-size: 16px;
  color: #7A7A7A;
  outline: none;
}
.number-input:focus {
  border-color: #965e2a;
}

.navbar {
  z-index: 100;
  background:rgba(255,255,255,.7); backdrop-filter: blur(5px);
  box-shadow: 0 10px 30px 0 rgba(7, 28, 31, 0.13);
}
.navbar a {
  color: #222;
  font-size:18px;
}
.navbar a:hover {
  color: #000;
}
.navbar .navbar-brand img {

}
.navbar .navbar-toggler {
  color: #071c1f;
  box-shadow: none;
}
.navbar .button-green {
  position: relative;
}
.navbar #cart_widget_total_items_counter {

  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  transform: translate(50%, -50%);
  background-color: red;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#start {position:relative; overflow:hidden;}
/*
#start h1 {
	background: linear-gradient(0deg, #937038 -18.75%, #F0DA7D 70.31%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
font-family: 'Dancing Script', cursive;
font-size:4rem;
margin-top:2rem;

}
*/


.cursive-text {
  font-style: italic;
  line-height: 100%;
  font-size: 36px;
  color: #965e2a;
  font-family: "Pacifico", sans-serif;
}

.bg-text {
  font-size: 120px;
  color: rgba(44, 44, 44, 0.1);
  font-weight: bold;
  letter-spacing: 4px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px rgba(44, 44, 44, 0.1);
  top: 0;
}
@media (max-width: 767px) {
  .bg-text {
    font-size: 50px;
    white-space: nowrap;
  }
}

.title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
.title-box .title-line {
  margin: 16px 0;
  height: 40px;
  border-right: 2px solid #e5bc85;
}





#start .star-mask {
	z-index:0;
	position:absolute;
	height:140vh;
	width:80vw;
	border-radius:50%;
	left:-30vw;
	top:-30vh;
	background: #f9f7f5;
}

#start:before {
    content:'';
    display:block;
    width:100%;
    height:100%;
    z-index:0;
    left:0;
    top:0;
    right:0;
    bottom:0;
    position:absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+3,0.65+80,0.84+80 */
background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 3%,rgba(0,0,0,0.84) 80%,rgba(0,0,0,0.84) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
#start .container {
    position:relative; z-index:2;
}


footer {background:#222;}
footer .f-14, footer p {font-size:12px !important;}
footer a {
  color:  #F7F5EB;
}
footer a:hover {
  color: #965e2a;
}
footer .eyebrow {
  color: #7A7A7A;
}
footer .border-bottom {
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
}



        #progressbar {
            padding-left:0 !important;
            position:relative;
			z-index:3;
            display:flex;
            height:30px;
            list-style-type:none;
            margin-bottom:4.6rem
        }
        #progressbar li {
            position:relative;
            text-align:center;
        }
        #progressbar li:after {
            content: "";
            width: 100%;
            height: 6px;
            background: #fff;
            position: absolute;
            left: 0%;
            top: 12px;
            z-index: -1;

        }
        #progressbar li:before {
            content: "✓";
            font-size:14px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: block;
            background: #fff;
            border-radius: 50%;
            margin: 0 auto 10px auto;
        }

        #progressbar li.active:before,   #progressbar li.active:after {
            background: #965e2a;
            color: white;
        }
        #progressbar li.active {
            color: #965e2a;
        }

		.quantity.form-control, .quantity.form-control + .input-group-text{
            flex: 1 0 0%;
            width:100%;
            max-width:100%;
            padding: 0.375rem 0.15rem;
            text-align:center;
        }
        .quantity.form-control + .input-group-text {background:#fff;}
        .quantity.form-control + .input-group-text button {
          border:none;
          background:#fff;
          color:#000;
          border-radius:50%;
          padding:  0.15rem;
          width:30px;
          margin:auto;
          font-size:1.3rem;
        }
        .delete_voucher {color:#dc3545!important; border:none !important; background:transparent !important;}



		.card {border: transparent;   border-radius: 0px;}
		.form-control, .form-select { border-radius: 0px;}

.voucher_container.card .bg-image.h-100 {min-height: 10vh;}

.navbar-dark .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
}
.navbar-dark .navbar-toggler .color-white {
    color: #000;
}



.navbar .navbar-contact-info {
    border-bottom: 1px solid #b2b2b2;
}
@media (max-width: 991px) {
  .navbar .navbar-contact-info {
    border-bottom: none;
  }
}
.navbar .navbar-contact-info .socials a {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.navbar .navbar-contact-info .socials a.f-14 {
    font-size: 14px;
}
.navbar .navbar-brand {
  max-width: 130px;
  min-width: 130px;
  padding: 0;
  display: block;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    max-width: 100px;
    min-width: 100px;
  }
}
.navbar .navbar-toggler {
  box-shadow: none;
}
.navbar .nav-link {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 400;
  transition: ease 0.3s;
  padding: 8px 14px;
}
@media (max-width: 1199px) {
  .navbar .nav-link {
    font-size: 16px;
    padding: 8px;
  }
}
.navbar .nav-link:hover {
  color: #e5bc85;
}
.navbar .login-btn {
  color: #e5bc85;
  padding-right: 12px;
  margin-right: 12px;
  border-right: 1px solid #e5bc85;
}
.navbar .navbar-toggler {
  color: #2c2c2c;
}
.xs-text {
    font-size: 12px;
}


.home-intro {height:100vh !important; }
@media (max-width: 1600px) {
    .home-intro {height:110vh; background-size: 120% auto !important;}
    .home-intro .title-box { max-width: 500px; padding-top:0 !important;}
    .title-box .text {font-size:15px;}
    .display-4 {font-size: 3.2rem;}
}

@media (max-width: 1400px) {
    .home-intro {height:115vh;}
    .home-intro .title-box {
        margin-top: 1rem !important;
    }
}

@media (max-width: 1300px) {
    .title-box .title-line {
        margin: 13px 0;
        height: 30px;
    }
    .title-box .text {font-size:14px;}
    .display-4 {font-size: 2.8rem;}
}

.voucher_container.card .bg-image.h-100 { border-radius:15px;         background-size: cover !important;}
.bg-light-green .col-lg-4 strong {font-size:28px !important; color:#965e2a !important; }
@media (max-width: 767px){
	#bdNavbar {width:100%;}

	#start .start-main {padding-top:4rem !important;}
	#start .start-main p.h3 {text-align:center; padding:1rem 0;}
	#start .card.p-2 {margin-bottom:1rem;}
	#start .button {margin-top:2rem;}


		#start .star-mask {
    height: 120vh;
    width: 180vw;
    border-radius: 50%;
    left: -40vw;
    right: -40vw;
    top: 0vh;

	}
	#start .bg-cover {margin-top:-12vh;}
	#start img {
		max-width: 130% !important;
    top: 88vh !important;
    left: 0 !important;
    right: 0 !important;

	}
	.food-item.rounded .food-img .img-translate {
		transform: translateY(0%);
	}
	.food-item .food-text {
	  min-height: 10vh;
	}
	.food-item {
        margin-bottom: 20px !important;
    }
	.food-img .circle-image {
		width: 220px;
		height: 220px;
	}
	.home-intro {
        height: 110vh !important;
        background-size: cover !important;
    }
	.food-item .food-text-wrap {
		margin-top: -30px;
	}
	
	.navbar .nav-link {
        font-size: 20px;
        padding: 8px;
    }
	.row.footer-copyright  { display:block !important;}
	.row.footer-copyright .col {width:100%; display:block !important; padding-bottom:1rem ; text-align:center;}
	.row.footer-copyright nav a {padding:.25rem !important; display:inline-block;}

	#progressbar small {display:none;}

	.voucher_container.card .bg-image.h-100 {min-height: auto; padding-top:70%; border-radius:15px;}
	
	#cart-xs {position: fixed;  top: 15px; right: 70px; width:40px;}
	#cart-xs .button {
    padding: 5px;
    width: 40px;
    height: 40px;
    z-index: 1111;
    visibility: visible;}
	#cart-xs .button .txt {display:none !important; opacity:0 !important;}
	
	#hidden-xs, #hidden-xs .button {visibility: hidden;}
	
	.bg-light-green .col-lg-4 strong {font-size:24px !important; color:#965e2a !important; }
	 
}
.food-text .col-3 .d-grid.p-2 {text-align:right !important; justify-content: right;}