/*
Theme Name: Luxe Theme
Author: Aleks Iralda
Author URI: https://airalda.com
Version: 1.2

*/
/* reset */

/* vars */
:root {
    --border-radius: 4px;
    --color-primary: #ed2e2e;
    --color-background:#FFF;
    --color-rgb-highlighter: 0,188,139;
    --color-background-shadow:#f7f7f7;
    --color-buttons: #e54750;
    --packer: 1280px;
    --font-weight-default: 300;
    --font-weight-medium: 400;
    --font-weight-bold: 500;
    --font-size: 15px;
    --font:
    var(--font-weight-default) var(--font-size)/1.5 "Poppins", Helvetica, sans-serif;
    --font-color: #999;
    --hfont-size: 24px;
    --hfont:
    var(--font-weight-bold) var(--hfont-size)/1.1 "Poppins", Helvetica, sans-serif;
    --hfont-color: #000;
    --padding: 80px;
    --gap-lg: 20px;
    --gap: 16px;
    --gap-sm: 12px;
    --transition-speed: .3s ease-in-out;
    --transition: all
    var(--transition-speed);
    --header-height: 64px;
    --shadow: 0
    var(--gap) calc(var(--gap) * 3) rgba(0,0,0,0.1);
}


@media only screen and (max-width: 1200px){
    :root {
        --border-radius: 3px;
        --padding: 48px;
        --gap: 14px;
        --gap-lg: 18px;
        --hfont-size: 24px;
    }
}
@media only screen and (max-width: 992px){
    :root {
        --padding: 40px;
        --hfont-size: 22px;
    }
 
}
@media only screen and (max-width: 576px){
    :root {
        --border-radius: 2px;
        --padding: 26px;
        --gap: 12px;
        --gap-lg: 16px;
        --hfont-size: 18px;
        font-size: 15px;
    }
    .text-center-sm{
      text-align: center !important
    }
    

}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}textarea{overflow:auto;vertical-align:top;resize:vertical}audio,canvas,video{display:inline-block;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}img{border:0;-ms-interpolation-mode:bicubic}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}button,html,input,select,textarea{color:#222;}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}img{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0}
*{box-sizing: border-box;}
html {scroll-behavior: smooth; background-color: var(--color-background);scroll-padding-top: var(--padding);}
body{font: var(--font);color: var(--font-color); font-family: "Poppins", Helvetica, sans-serif;}
small{font-size: calc(var(--font-size) - 2px);}
p + *{margin-top: var(--gap-sm);}
h1, h2, h3, h4{font: var(--hfont);color: var(--hfont-color);font-family: "Poppins", Helvetica, sans-serif;}
h1 {font-size: calc( var(--hfont-size) * 1.6 );}
h3 {font-size: var(--hfont-size);}

strong{/* color: var(--hfont-color); */font-weight: var(--font-weight-bold);font-family: "Poppins", Helvetica, sans-serif;}
section, picture, img{display: block; margin: 0;position: relative;}
picture{display: block;}
img{max-width: 100%;}
a{transition: var(--transition); color: var(--hfont-color);text-decoration: none; }
a:hover{text-decoration: underline;text-underline-offset: 4px;}
as:focus{outline-offset: var(--gap);outline: solid 2px rgba(255,255,255, .2);border-radius: var(--border-radius);}
a[disabled], button:disabled, .button[disabled]{opacity: .5;pointer-events: none;}
picture[data-background="true"]{position: absolute;inset: 0;/* height: 100vh; */}
picture[data-background="true"] img{object-position: center center;width: 100%;height: 100%;object-fit: cover;position: relative;z-index: 0;}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Poppins", Helvetica, sans-serif;
  color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  font-weight: 600;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.title_small {
  font-size: .9rem;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
}

strong {
  font-weight: 500;
}

label {
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 15px;
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border-color: #ededed;
}

/*General links color*/
a {
  color: #444;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
a:hover, a:focus {
  color: #e54750;
  text-decoration: none;
  outline: none;
}

/*-------- 1.2 Structure --------*/
@media (min-width: 1410px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 560px) {
  .container {
    max-width: 100%;
  }
}
.small-gutters {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.small-gutters > [class*="col-"] {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

/* Header */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 99999;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
@media (max-width: 767px) {
  header.header {
    padding: 10px 15px;
  }
}
header.header .logo_sticky {
  display: none;
}
header.header.sticky {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}
@media (max-width: 991px) {
  header.header.sticky {
    padding: 10px 15px;
  }
}
a {
  color: #e54751;
  text-decoration: none;
  background-color: transparent;
}


#cartList, .schedule{
  /* overflow-y: auto; */
  /* max-height: 470px; */
  display: flex;
  padding: 1rem;
}

.section-place-header picture:not(.avatar):before{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background-color: rgba(0, 0, 0, .5);
}


/*-------- 3.3 Buttons --------*/
a.btn_1,
.btn_1 {
  border: none;
  background-color: #e54750;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 8px 25px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: .5rem;
  line-height: normal;
}
a.btn_1:focus,
.btn_1:focus {
  outline: none;
}
a.btn_1:hover,
.btn_1:hover {
  background-color: #f3723b;
}
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
}
a.btn_1.gradient,
.btn_1.gradient {
  background-size: 100%;
  background-image: -webkit-linear-gradient(right, #ff723b, #e54750);
  background-image: linear-gradient(to right, #ff723b, #e54750);
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.btn_1.gradient:before,
.btn_1.gradient:before {
  border-radius: inherit;
  background-image: -webkit-linear-gradient(right, #e54750, #e54750);
  background-image: linear-gradient(to right, #e54750, #e54750);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out;
}
a.btn_1.gradient:hover:before,
.btn_1.gradient:hover:before {
  opacity: 1;
}
a.btn_1.gradient:active:before, a.btn_1.gradient.nice-select.open:before,
.btn_1.gradient:active:before,
.btn_1.gradient.nice-select.open:before {
  opacity: 1;
}

.pulse_bt {
  box-shadow: 0 0 0 rgba(229, 71, 80, 0.4);
  animation: pulseanime 3s infinite;
  -webkit-animation: pulseanime 3s infinite;
}

@-webkit-keyframes pulseanime {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(229, 71, 80, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0);
  }
}
@keyframes pulseanime {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4);
    box-shadow: 0 0 0 0 rgba(229, 71, 80, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(229, 71, 80, 0);
    box-shadow: 0 0 0 10px rgba(229, 71, 80, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(229, 71, 80, 0);
    box-shadow: 0 0 0 0 rgba(229, 71, 80, 0);
  }
}

/* Forms styles */
.container_check {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.7;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: #e54750;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
  -moz-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #d2d8dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_check:hover .checkmark {
  border: 2px solid #e54750;
}

.container_check input:checked ~ .checkmark:after {
  display: block;
}

.container_radio {
  display: block;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
.container_radio input {
  position: absolute;
  opacity: 0;
}
.container_radio input:checked ~ .checkmark {
  border: 2px solid #e54750;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
  -moz-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
}
.container_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #d2d8dd;
  background-color: #fff;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e54750;
}
.container_radio:hover .checkmark {
  border: 2px solid #e54750;
}

.form-control {
  padding: 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: .5rem;
  border: 1px solid #d2d8dd;
  box-sizing: border-box;
  height: auto;
  width: 100% !important;
}
.form-control:focus {
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.05);
}

.form-group {
  position: relative;
}

.error_message {
  font-weight: 500;
  color: #e3464c;
}

/* Scroll top button */
#toTop {
  position: fixed;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 5rem;
  margin: 0 20px 0 0;
  z-index: 999;
  transition: 0.35s;
  transform: scale(0.7);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.3s;
  border-radius: 50%;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 991px) {
  #toTop.detail_page {
    bottom: 70px;
    margin: 0 15px 0 0;
  }
}
#toTop.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#toTop:hover {
  background-color: #e54750;
}

.modal_header {
  font-size: 18px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
  top: 0;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px;
  -ms-border-radius: 4px 4px;
  border-radius: 4px 4px;
  display: inline-block;
  background-color: #f6f6f6;
  padding: 18px 20px 15px 20px;
  margin-bottom: 30px;
}
.modal_header h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.btn_reserve_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 9999;
}
@media (max-width: 991px) {
  .btn_reserve_fixed {
    display: block;
  }
}

.secondary_nav {
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #ededed;
  padding: 20px 0;
  position: relative;
}
.secondary_nav span {
  position: absolute;
  height: 7px;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.secondary_nav.is_stuck {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  border-top: none;
}
@media (max-width: 767px) {
  .secondary_nav.is_stuck {
    padding: 10px 0;
  }
}
.secondary_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .secondary_nav ul {
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding: 6px 0;
  }
      .box-info > .head, .holder-right{
      margin-top: 1rem !important;
    }
    .closed_time{
      text-align:center!important;
    }
    
    .avatar{
      width:70px;
      height:70px;
      margin-bottom:1rem;
    }
    .title{
      white-space:pre-wrap
    }
    section.section-place-header{
      max-height: 360px
    }
    .holder-right > .info{
      display: none
    }
}
.secondary_nav ul li {
  display: inline-block;
  margin-right: 15px;
}
.secondary_nav ul li:last-child {
  margin-right: 0;
  border-left: 1px solid #ededed;
  padding-left: 18px;
}
.secondary_nav ul li:last-child a {
  background-color: black;
  background-color: transparent;
  padding: 3px 12px;
  border: 1px solid #d2d8dd;
}
.secondary_nav ul li a {
  color: #444;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 5px 15px;
}
.secondary_nav ul li a.active, .secondary_nav ul li a:hover {
  color: #e54750;
}
.secondary_nav ul li a i {
  margin-right: 8px;
}

.list_menu section {
  padding-top: 25px;
}

.dropdown {
  padding: 0;
}
.dropdown a {
  line-height: 1;
  color: #444;
  font-weight: 500;
  display: block;
  position: relative;
}

.dropdown.show a {
  color: #333;
}
.dropdown.show a:after {
  transform: rotateY(360deg);
  color: #333;
}
.dropdown .dropdown-menu {
  font-size: 14px;
  font-size: 0.875rem;
  background: #f8f8f8;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 15px;
  width: 100.5%;
  left: -1px !important;
  right: -1px !important;
  margin: 5px 0 0 0;
}
.dropdown .dropdown-menu h4 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.dropdown.time a:after {
  content: '\0057';
}

.dropdown.time {
  margin-bottom: 25px;
}

.dropdown.day a:after {
  font-family: "ElegantIcons";
  content: "\e023";
  font-weight: 300;
}


/*-------- Modal Order --------*/
#modal-dialog .content {
  padding: 20px 20px 0 20px;
}
#modal-dialog .content h5 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
#modal-dialog .content ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}
#modal-dialog .content ul li span {
  float: right;
}
#modal-dialog .footer {
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 15px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
@media (max-width: 767px) {
  #modal-dialog .footer .mb-mobile {
    margin-bottom: 5px;
  }
}


.btn-cart-icon{
    font-size: 10px !important;
}

.btn-cart-radius{background: transparent;padding: 0;line-height: 1;}

/* tiny-slider */
.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    position: relative;
    left: auto !important
}

.tns-gallery>.tns-moving {
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    transition: opacity .6s;
    opacity: .6
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden
}

.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0
}

.tns-t-ct:after {
    content: '';
    display: table;
    clear: both
}

.tns-t-ct>div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left
}

.tns-controls {
    position: absolute;
    z-index: 1;
}

.tns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tns-nav>button {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: transparent;
}

.tns-nav>button::before {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #EEE;
    border-radius: 50%;
}

.tns-nav>.tns-nav-active::before {
    background-color: var(--color-buttons);
}

.tns-ovh+.tns-nav {
    margin-top: var(--padding);
}

/* map */
.map {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background: #FFF;
}

.map>iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* video */
.video {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background: #FFF;
}

.video>iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* tag */
.tag {
    display: flex;
    font-size: calc(var(--font-size) - 5px);
    font-weight: var(--font-weight-bold);
    letter-spacing: 1px;
    line-height: 1;
    padding: 0 4px;
    border-radius: var(--border-radius);
    background: #edf7ee;
    color: #00bc8b;
    margin-left: 1rem;
}

.tag.disabled {
    background: #EEE;
    color: #CCC;
}

/* content-tab */
.content-tab:not(.expanded) {
    display: none !important;
}

/* .full-width */
.full-width {
    width: 100%;
}

/* .full-button */
.full-button {
    width: 100%;
    justify-content: center;
    border-radius: .5rem !important;
    font-weight: 700 !important;
    /* max-height: 52px; */
    position: relative;
}

/* button */
button,
.button {
    display: flex;
    font: var(--font);
    letter-spacing: 1px;
    line-height: 1;
    padding: 18px 24px;
    background: var(--color-buttons);
    border: none;
    border-radius: var(--border-radius);
    font-weight: var(--font-weight-bold);
    white-space: nowrap;
    justify-content: space-between;
    color: white;
    align-items: center;
}

.btn-outline {
    background: transparent;
    border: 2px solid #d2d8dd;
    color: #7d7d7d;
}

button:hover,
.button:hover {
    filter: brightness(1.1);
    text-decoration: none;
}

/* input */
input {
    font: var(--font);
    letter-spacing: 0px;
    line-height: 1;
    padding: 18px 24px;
    border: none;
    box-sizing: content-box;
}

::placeholder {
    opacity: .5;
}

/* custom-controls */
.custom-controls {
    display: flex;
    gap: var(--gap-sm);
}

.custom-controls>a {
    width: 36px;
    height: 36px;
    background-color: #FFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: var(--shadow);
}

.custom-controls>a:hover {
    text-decoration: none;
}

.custom-controls>a[aria-disabled="true"] {
    opacity: .15;
    pointer-events: none;
}

@media only screen and (max-width: 576px) {
    .custom-controls {
        gap: 0;
    }

    .custom-controls>a:first-child {
        border-radius: var(--border-radius) 0 0 var(--border-radius);
    }

    .custom-controls>a:last-child {
        border-radius: 0 var(--border-radius) var(--border-radius) 0;
    }
}

/* colorize */
.colorize {
    color: var(--color-buttons);
}

/* grid-links */
.grid-links {
    display: grid;
    grid-gap: var(--gap-sm);
    grid-template-columns: repeat(4, 1fr);
}

.grid-links>.item>a {
    font-size: calc(var(--font-size) - 1px);
}

@media only screen and (max-width: 1200px) {
    .grid-links {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    .grid-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 576px) {
    /* .grid-links{grid-template-columns: 1fr;} */
}

/* inline-links */
.inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--gap-sm) - 4px);
}

.inline-links>.item+.item {
    margin: 0;
}

.inline-links>.item+.item::before {
    content: "●";
    font-size: 10px;
    color: var(--font-color);
    margin-right: calc(var(--gap) / 2);
}

.inline-links>.item {
    display: flex;
    align-items: center;
}

.inline-links>.item>a {
    color: var(--font-color);
    line-height: 1;
}

.inline-links>.item>a:hover {
    color: var(--hfont-color);
}

/* schedule-map */
.schedule-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: calc(var(--gap) * 2);
}

@media only screen and (max-width: 1200px) {
    .schedule-map {
        grid-template-columns: 1fr;
    }
}

.schedule .items>li {
    font-size: calc(var(--font-size) - 1px);
    display: flex;
    justify-content: space-between;
    padding: .2rem;
    font-weight: var(--font-weight-default);
    color: var(--hfont-color);
}

.schedule .items>li {
    font-weight: 300;
    color: #777777;
}

@media only screen and (max-width: 576px) {
    .schedule .items>li {
        /* flex-direction: column; */
    }

    .schedule .items>li>*+* {
        margin-top: calc(var(--gap-sm) / 2);
    }
    .checkout h5.text-muted{
      display:none;
    }
    .checkout h4.uppercase{
      text-align:center
    }
}

/* dropdown */
.dropdown {
    position: relative;
}

.dropdown>a {
    display: flex;
    align-items: center;
    font-weight: var(--font-weight-bold) !important;
    color: white;
}

.dropdown>a::after {
    margin-left: var(--gap-sm);
    content: " ";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFF;
}

.dropdown>.dropdown-menu {
    display: none;
    padding: .5rem 1rem;
    background: #FFF;
    border-radius: var(--border-radius);
    color: var(--font-color);
    position: absolute;
    left: 0;
    transform: translate(-50%, var(--gap));
    border-radius: .5rem;
}

.dropdown.expanded>.dropdown-menu {
    display: block;
    box-shadow: var(--shadow);
}

.dropdown>.dropdown-menu::before {
    position: absolute;
    left: calc(90% - 8px);
    top: -8px;
    content: " ";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFF;
}

.dropdown>.dropdown-menu>.dropdown-menu-title {
    color: var(--hfont-color);
    /* font-weight: 400; */
    font-size: .9rem;
    white-space: nowrap;
}

.dropdown>.dropdown-menu>*+* {
/*     margin-top: var(--gap-sm); */
}

.dropdown>.dropdown-menu>a {
    color: var(--hfont-color) !important;
    display: block;
    white-space: nowrap;
}

/* place-card */
.place-card {
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    display: flex;
    background: #FFF;
    padding: var(--gap-lg);
    gap: var(--gap-lg);
}

.place-card>.info>*+* {
    margin-top: var(--gap-sm);
}

.place-card>.info>h1 {
    font-size: calc(var(--hfont-size) * .8);
}

@media only screen and (max-width: 576px) {
    .place-card {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
}

/* .avatar */
.avatar {
    object-fit: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid white;
    display: flex;
    margin-bottom: 1rem;
}

.empty-page .avatar{
  border-radius:.5rem  
}


/* .carousel */
*+.gap-stuck {
    margin-top: calc(var(--gap) * 2) !important;
}

/* .carousel */
.carousel+* {
    margin-top: var(--padding);
}

/* .align- */
.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: left;
}

/* .heading-with-some */

/* .heading */
.heading>*+* {
    margin-top: var(--gap);
}

.heading+* {
    margin-top: var(--padding);
}


/* packer */
.packer {
    width: var(--packer);
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: calc(100% - var(--padding) * 2);
}

@media only screen and (max-width: 1200px) {
    .packer {
        max-width: calc(100% - var(--gap-lg) * 2);
    }
}

@media only screen and (max-width: 576px) {
    .packer {
        max-width: calc(100% - var(--gap) * 2);
    }
}

/* pre-wrapper */
#pre-wrapper {
    background: var(--color-background-shadow);
    transition: max-height var(--transition-speed);
    overflow: hidden;
    max-height: 0;
}

body.pre-wrapper-opened #pre-wrapper {
    max-height: max(100vh, 999px);
}

/* wrapper */
#wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* header */
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

#header>.packer>.package {
    display: flex;
    align-items: center;
    height: var(--header-height);
}

#header>.packer>.package>.left>.logo img {
    height: calc(var(--header-height) - var(--gap) * 2);
    width: auto;
}

#header>.packer>.package>.right {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    padding-left: var(--padding);
}

.related-mobile-menu {
    display: none;
    flex-grow: 1;
    justify-content: flex-end;
}

.related-mobile-menu>.show-mobile-menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #cdc0c0;
    box-shadow: var(--shadow);
    font-size: 24px;
}

.related-mobile-menu>.show-mobile-menu:hover {
    text-decoration: none;
    box-shadow: var(--shadow), var(--shadow);
}

.related-mobile-menu>.show-mobile-menu>i {
    pointer-events: none;
}

body.mobile-menu-opened .related-mobile-menu>.show-mobile-menu {
    display: none;
}

@media only screen and (max-width: 992px) {
    #header>.packer>.package>.right>.menu {
        display: none;
    }

    #header>.packer>.package>.left>.logo {
        /* display: none; */
    }

    #header>.packer>.package>.related-mobile-menu {
        display: inline-flex;
    }
}

/* menu */
#menu {
    display: flex;
    align-items: center;
}

#menu>*+* {
    margin-left: var(--padding);
}

#menu a {
    text-decoration: none;
    color: #222;
    font-weight: var(--font-weight-bold);
}

#menu a.featured {
    line-height: 1;
    padding: 12px 24px;
    border-radius: calc(var(--border-radius) + 1rem);
    border: 1px solid #e3e3e3;
}

#menu a.featured:hover {
    background: #e54750;
    color: #FFF;
    border: 1px solid #e9777e;
}

/* mobile-menu */
#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: all .1s ease-out;
    opacity: 0;
    visibility: hidden;
}

body.mobile-menu-opened #mobile-menu {
    display: block;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    left: 0;
}

body.mobile-menu-opened {
    overflow-y: hidden;
}

#mobile-menu>.close-mobile-menu {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFF;
    box-shadow: var(--shadow);
    font-size: 24px;
    position: fixed;
    top: var(--gap-lg);
    right: var(--gap-lg);
    box-shadow: -20px 22px 24px 0px rgb(46 51 51 / 20%);
    z-index: 1;
}

#mobile-menu>.close-mobile-menu:hover {
    text-decoration: none;
}

#mobile-menu>.close-mobile-menu>i {
    pointer-events: none;
}

#mobile-menu>.content {
    position: fixed;
    top: 0;
    left: -400px;
    width: 400px;
    max-width: calc(100% - var(--padding) * 2);
    background: #FFF;
    overflow-y: auto;
    bottom: 0;
    height: 100vh;
    transition: all .15s ease
}
.mobile-menu-opened #mobile-menu>.content{
  left:0
}

#mobile-menu>.content>.login {
    padding: var(--gap-lg);
}

#mobile-menu>.content>nav {
    padding: 1rem;
    bottom: 0;
    position: absolute;
    width: 100%;
}

#mobile-menu>.content>.login+nav {
    border-top: 1px solid #EEE;
}

#mobile-menu .item a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: var(--gap-sm) var(--gap-lg);
    color: var(--font-color);
    font-size: calc(var(--font-size) + 2);
    font-weight: var(--font-weight-medium);
}

#mobile-menu>.content>nav .item>a:hover {
    color: var(--hfont-color);
    text-decoration: none;
}

#mobile-menu>.content>nav .item>.submenu {
    background-color: var(--color-background-shadow);
    display: none;
    ;
}

#mobile-menu>.content>nav .item.expanded>.submenu {
    display: block;
}

#mobile-menu>.content>nav .item>a>.toggle-submenu {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#mobile-menu>.content>nav .item>a>.toggle-submenu>i {
    pointer-events: none;
}

#mobile-menu>.content>nav .item.expanded>a>.toggle-submenu>i {
    transform: rotateX(180deg);
}

@media only screen and (min-width: 993px) {
    #mobile-menu {
        display: none !important;
    }

    #totalPricesMobile {
        display: none !important;
    }
    .mobile-menu-opened{
      overflow: visible !important
    }
}



.item-feature {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: var(--gap);
    text-align: center;
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
}

.item-feature>.info>*+* {
    margin-top: calc(var(--gap-sm) / 2);
}

@media only screen and (max-width: 768px) {
    .item-feature {
        display: flex;
        align-items: center;
        gap: var(--gap-lg);
        width: 400px;
        max-width: 100%;
        padding: var(--gap-lg);
        background: var(--color-background);
        box-shadow: var(--shadow);
        border-radius: var(--border-radius);
    }

    .item-feature>picture>img {
        border-radius: var(--border-radius);
        width: 96px;
    }

    .item-feature>.info {
        text-align: left;
    }
}

/* item-offer-horizontal */
.item-offer-horizontal {
    display: grid;
    align-items: center;
    justify-content: space-between;
    color: var(--font-color);
    padding: var(--gap);
    background-color: #FFF;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    border-radius: .5rem;
    color: #444;
    border: 1px solid #ededed;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(100px, 1fr) 100px;
    position: relative;
    gap: .5rem;
}

.item-offer-horizontal:hover {
    text-decoration: none;
    box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 10%);
}

.item-offer-horizontal:hover h4 {
    color: #e54750
}

.item-offer-horizontal>.info>p, #modalDescription, box- {
    color: #777;
    margin-bottom: 1rem;
    font-size: 13px;
    font-size: 0.75rem;
    display: block;
    font-weight: 400;
}

.item-offer-horizontal>.info>.extras {
    display: flex;
    gap: var(--gap);
    align-items: center;
}

.item-offer-horizontal>.info>.extras>.price {
    color: #444;
    font-weight: var(--font-weight-bold);
}

@media only screen and (max-width: 768px) {
    .item-offer-horizontal>.info {
        /* width: calc(100% - 0 - var(--gap)); */
    }

    .item-offer-horizontal picture>img {
        /* width: 80px; */
    }
}

/* section-place-header */
section.section-place-header {
    height: 450px;
    display: flex;
    align-items: flex-end;
}

section.section-place-header>.packer>.package {
    padding: var(--padding) 0 1rem;
}

section.section-place-header>.packer>.package>.content {
    width: 50%;
}

section.section-place-header>.packer>.package>.content>*+* {
    margin-top: var(--padding);
}

@media only screen and (max-width: 1200px) {
    section.section-place-header>.packer>.package>.content {
        width: 75%;
    }
}

@media only screen and (max-width: 768px) {
    section.section-place-header>.packer>.package>.content {
        width: 100%;
    }

    section.section-place-header>.packer>.package>.content>.breadcrumb {
        order: 1;
    }

    section.section-place-header>.packer>.package>.content>.place-card {
        order: 2;
    }
}

/* section-links */
section.section-links {
    background: var(--color-background-shadow);
}

section.section-links>.packer>.package {
    padding: var(--padding) 0;
}

/* section-areas */
section.section-areas>.packer>.package {
    padding: var(--padding) 0;
}

/* section-place-content-menu */
section.section-place-content-menu nav {
    display: flex;
}

section.section-place-content-menu a {
    display: inline-block;
    font-weight: var(--font-weight-medium);
    position: relative;
    white-space: nowrap;
    color: #444;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 2rem;
    background-color: rgba(0, 0, 0, 0.05);
    padding: .5rem 1rem;
    margin-right: 1rem;
}

section.section-place-content-menu a::after {
    opacity: 0;
    position: absolute;
    inset: 100% 0 0 0;
    content: " ";
    display: block;
    background: var(--hfont-color);
    transition: var(--transition);
}

section.section-place-content-menu a:hover {
    text-decoration: none;
    color: #e54750;
}

section.section-place-content-menu a.current {
    font-weight: var(--font-weight-bold);
}

@media only screen and (max-width: 576px) {
    section.section-place-content-menu a {
        line-height: 1;
        padding: var(--gap-sm);
        display: inline-flex;
    }

    .info h1 {
        font-size: 1.75rem
    }
}

/* section-place-content */
section.section-place-content {
    background: var(--color-background-shadow);
}

@media only screen and (max-width: 1024px) {
    section.section-place-content>.packer>.package>.content>.holder-right {
        display: none;
    }

    section.section-place-content>.packer>.package>.content>.holder-left {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    section.section-place-content>.packer>.package>.content>.holder-left {
        flex-direction: column;
    }

    section.section-place-content>.packer>.package>.content>.holder-left>.content-left {
        padding: 0;
        margin-bottom: var(--gap);
    }

    section.section-place-content>.packer>.package>.content>.holder-left>.content-left>.categories>nav {
        display: grid;
        gap: var(--gap-sm);
        grid-template-columns: repeat(2, 1fr);
    }

    section.section-place-content>.packer>.package>.content>.holder-left>.content-left>.categories>nav>.item {
        margin: 0;
    }

    #place-menu {
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }

    #place-menu:not(.holder-left):after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTQgMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI0U1NDc1MCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNjEyIDguMzhsLTUgNS4ydjBjLS42Ni41OS0xLjY4LjU1LTIuMjgtLjExIC0uMjgtLjMtLjQzLS42OS0uNDMtMS4xVjEuNTkgMS41OWMwLS44OS43Mi0xLjYxIDEuNi0xLjYxIC4zOSAwIC43OC4xNCAxLjA3LjQxbDUuMDA1IDUuMnYwYy43Ni42OS44MSAxLjg3LjEyIDIuNjQgLS4wNC4wNC0uMDkuMDgtLjEzLjEyWiIvPjwvc3ZnPg==");
        position: absolute;
        right: -3px;
        top: 0;
        content: '';
        z-index: 2;
        background-repeat: no-repeat;
        background-size: 1rem;
        background-position: center right;
        padding: 0;
        width: 1rem;
        height: 100%;
    }

    #place-menu:not(.holder-left):before {
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 1) 100%);
        position: absolute;
        right: -1px;
        top: 0;
        content: '';
        z-index: 1;
        background-repeat: no-repeat;
        background-size: 3rem;
        background-position: center;
        padding: 0;
        width: 3rem;
        height: 100%;
    }

    .holder-left {
        margin-bottom: 0;
    }
}

/* box-info */

.box-info+* {
    margin-top: var(--gap-lg);
}

.box-info>.head,
.holder-right {
    position: static;
    top: 69px;
    z-index: 2;
    background-color: #f7f7f7;
}

.box-info>.head,
.box-info>.actions,
.box-info>.content {
    padding: 1rem 0;
}

.actionsCart {
    padding: var(--gap) 0;
    text-align: center;
}

.box-info>.head>*+* {
    margin-top: var(--gap);
}

.box-info>.head>.info>*+* {
    margin-top: calc(var(--gap-sm) / 2);
}

/* rounder-box */
.rounded-box {
    position: relative;
    background: #FFF;
    border-radius: var(--border-radius);
    overflow: hidden;
    padding: var(--padding) calc(50% + var(--padding) * 2) var(--padding) var(--padding);
    box-shadow: var(--shadow);
}

.rounded-box>picture {
    left: 50%;
}

@media only screen and (max-width: 1200px) {
    .rounded-box {
        padding: var(--gap-lg) var(--gap-lg) calc(25vh + var(--gap-lg)) var(--gap-lg);
    }

    .rounded-box>picture {
        top: auto;
        height: 25vh;
        left: 0;
    }
}

.btn-cart-radius {
    margin-left: 4px;
}

#addToCart1 button {
    color: white;
    background-color: #e54750;
    justify-content: center;
}

.modal {
    overflow-y: auto;
}

.modal {
    /* overflow: visible !important; */
    z-index: 100001;
}

/* alllergen */
.item-offer-horizontal>.info>.allergens {
    display: flex;
    gap: 0;
    align-items: center;
}

.item-offer-horizontal>.info>.allergens>.price {
    color: var(--hfont-color);
    font-weight: var(--font-weight-bold);
}

.allergen {
    display: inline-flex;
    font-size: calc(var(--font-size) - 5px);
    font-weight: var(--font-weight-bold);
    letter-spacing: 1px;
    line-height: 1;
    padding: 6px 6px;
    background: pink;
    border-radius: var(--border-radius);
    background: #eee;
    color: #00bc8b;
}

.allergen img {
    height: 15px;
}

.allergen.disabled {
    background: #EEE;
    color: #CCC;
}

.w-100 {
    width: 100%;
}

.wrapper {
    overflow: hidden
}

.btn_reserve_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
}

#mobile-menu #order-summary {
    padding: 1rem;
}

#mobile-menu .item a {
    border-radius: 1rem;
    border: 1px solid #eee;
    margin-bottom: 1rem;
    text-align: center !important;
    display: flex;
}

.holder-left .head {
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #eee;
}

.select-lang {
    position: absolute;
    top: 5rem;
    z-index: 99;
    right: 0rem;
    background: #ffffff29;
    padding: .5rem 1rem;
    border-radius: .5rem;
}
.itemsSearchHolder{
    padding: 3rem 2rem;
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
}


.h-100 {
    height: 100%;
}

.h-100vh {
    height: 100vh;
}

.flex-column {
    flex-flow: column
}

#toTop {
    position: fixed;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 20px;
    margin: 0 20px 0 0;
    z-index: 999;
    transition: 0.35s;
    transform: scale(0.7);
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.3s;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

#toTop:after {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNi4yOTMgMTMuMjkzTDcuNzA3IDE0LjcwNyAxMiAxMC40MTQgMTYuMjkzIDE0LjcwNyAxNy43MDcgMTMuMjkzIDEyIDcuNTg2eiIvPjwvc3ZnPg==');
    position: relative;
    filter: invert(1);
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* stores */
.stores {
    display: grid;
    grid-gap: var(--gap);
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 1200px) {
    .heading+.stores {
        margin-top: var(--gap-lg);
    }
}

@media (max-width: 991px) {
    .btn_reserve_fixed {
        display: block;
    }

    #toTop {
        bottom: 70px;
        margin: 0 15px 0 0;
    }

}

@media only screen and (max-width: 576px) {
    .empty-page .table picture{
      display:none
    }
    .stores {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-header {
        flex-direction: column;
        align-items: center !important
    }

    .ratings {
        margin: 0 auto 1rem !important
    }

    .holder-right > .info {
        display: none
    }

    .header-align {
        flex-flow: column;
        display: flex;
        align-items: center
    }
    .top-bar{font-size: .7rem !important}
    .top-bar a{
      display:inline-flex !important;
    }
}

.impressum {
    padding: 1rem;
    border-top: 1px solid #eee;
    margin-top: 2rem;
    color: #777;
}

.impressum h6 {
    color: #777777;
}


/* alllergen */
.item-offer-horizontal > .info > .allergens{display: flex;gap: 0;align-items: center;}
.item-offer-horizontal > .info > .allergens > .price{color: var(--hfont-color);font-weight: var(--font-weight-bold);}
.allergen{
    display: inline-flex;
    font-size: calc(var(--font-size) - 5px);
    font-weight: var(--font-weight-bold);
    letter-spacing: 1px;
    line-height: 1;
    padding: 6px 6px;
    background: pink;
    border-radius: var(--border-radius);
    background: #eee;
    color: #00bc8b;
}
.allergen img {
    height: 15px;
}
.allergen.disabled{background:#EEE;color: #CCC;}

.iti{
    width: 100%;
  }


.header-link {
    padding: 0;
    position:relative;
    font-weight: 500;
}
.header-link:before{
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSI0Ljg3ODc5IC0yMi45MDkxIDcgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTYuNzItMjMuNDRjLS4xMS0uMTMtLjI2LS4yLS40NC0uMiAtLjE5IDAtLjM0LjA2LS40Ny4xOWwtLjYxLjYyYy0uMTMuMTItLjIuMjgtLjIuNDYgMCAuMi4wNi4zNi4xOS40OWw0LjQgNC4zNCAtNC40MSA0LjM0Yy0uMTMuMTItLjIuMjktLjIuNDkgMCAuMTguMDYuMzMuMTkuNDZsLjYuNjJoLjAyYy4xMi4xMi4yNy4xOS40My4xOSAuMTggMCAuMzMtLjA3LjQ2LS4ybDUuMy01LjQ3Yy4xMi0uMTMuMTktLjI5LjE5LS40NyAwLS4xOS0uMDctLjM0LS4yLS40N2wtNS4zMS01LjQ3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAuMDYwNTgpIHNjYWxlKC45Njk2OSkiLz48L3N2Zz4=');
  background-size: contain;
  position: absolute;
  right: -1.1rem;
  background-repeat: no-repeat;
  top: 5px;
}
.header-link:after{
  border-bottom: 1px solid rgb(255 255 255 / 42%);
  position:absolute;
  bottom: -1px;
  content:"";
  width: calc(100% - 1rem);
  left: .5rem;
  transition: all .5s ease;
}
.header-link:hover:after{
  border-bottom: 4px solid rgba(229, 71, 80, 0.3);
}
.header-link:hover, #place-menu > .item.active, .btn-group label.active {color: #FFF;/* padding: 0 .5rem; */border-radius: 1rem;}
.btn-group label.active{background-color:#e54750;}

.nav-menu {
    border-top: 1px solid #ededed;
    padding: 1rem 0;
    z-index: 99;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 5%);
    position: relative;
}
#place-menu > .item, .btn-group label{
    display: inline-flex;
    font-weight: var(--font-weight-medium);
    position: relative;
    white-space: nowrap;
    color: #444;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 2rem;
    background-color: rgba(0,0,0,0.05);
    padding: .5rem 1rem;
    margin: 0rem .5rem 0 0;
}



.grid {
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: repeat(auto-fit, minmax(350px, 2fr));
    gap: 1rem;
    min-height: 0;
}

.content picture, .table picture {
    overflow: hidden;
    display: flex;
    border-radius: .5rem;
    border: 1px solid #eee;
    width: 100px;
    max-height: 100px;
    aspect-ratio: auto 1 / 1;
    min-width: 100px;
    right: 0;
    position: relative;
}

.grid .info {
    /* max-width: 80%; */
    width: 100%;
}

.info + picture > img, .empty-page picture > img  {position: absolute;width: 100%;height: 100%;object-fit: cover;}

a.menu-tab:hover {
    color: #e54750;
}

.modal-content {
    border-radius: 2rem;
    border: none;
    box-shadow: 0px 5px 9px 1px rgb(46 51 51 / 8%), 0px 31px 64px 0px rgb(46 51 51 / 15%);
    overflow: hidden;
}

figure#modalImgPart {
    margin-bottom: 0;
}

h4#modalPrice {
    font-weight: 600;
    margin-bottom: 0;
    /* background-color: #ffffff; */
    /* padding: 18px 24px; */
    border-radius: 1rem;
    white-space: nowrap;
}

.modal-header h6 {
    width: 100%;
    text-align: center;
    color: #767676;
}


.numbers-row {
  position: relative;
  width: 100%;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
}
.numbers-row input {
  position: relative;
  width: 40px;
  text-align: center;
  padding: 0px 0;
  border: none;
  font-weight: 500;
  background: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0;
  /* background-color: #fbfbfb; */
  border-radius: 2rem;
  color: #777;
}
.numbers-row input:focus {
  outline: none;
  box-shadow: none;
}
.numbers-row .button_inc {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  z-index: 2;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500 !important;
  color: #e54751;
  background-color: #fef6f7;
  border-radius: .5rem;
  line-height: 1.5;
}
.numbers-row .button_inc:hover {
  color: #e54750;
}
.numbers-row .dec,
.numbers-row .inc {
}
.numbers-row .dec {
  left: 1rem;
}
.numbers-row .inc {
  right: 1rem;
}

.modalCover {
    height: 100%;
    max-height: 290px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebebeb;
    width: 100%;
}

.modal-header .close {
    color: #767676;
    background-color: #e3e3e3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 10px;
    right: 1.5rem;
    width: 32px;
    height: 32px;
    line-height: 32px;
    justify-content: center;
    position: absolute;
    padding: 0;
    margin: 0;
}

/* To hide arrows from field */
/* Chrome, Safari, Edge, Opera */
.numbers-row input input::-webkit-outer-spin-button,
.numbers-row input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.numbers-row input[type=number] {
  -moz-appearance: textfield;
}

.modal-footer .btn {
    width: 100%;
    border-radius: 2rem;
    font-weight: 600;
    /* margin: 0.25rem; */
}

.price-modal {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

.quantity-area {
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 2rem; */
    flex-flow: column;
    width: 100%;
}

#exrtas-area {
    /* background-color: #fbfbfb; */
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid #eee;
}
#exrtas-area h5, .quantity-area h5 {
    color: #767676;
}

#price-area {
    /* padding: 1rem 0; */
    /* border: 1px solid #e7e7e7; */
    /* margin-top: 2rem; */
    border-radius: 1rem;
    width: 100%;
    text-align: center;
}

#price-area h5 {
    color: #767676;
}


h3#modalPrice {
    font-weight: 500;
    /* color: #e54751; */
    font-size: 1.8rem;
}

#price-area h6, .quantity-area h6 {
    color: #858585;
    font-weight: 400;
}

.modal-body {
    /* max-height: 65vh; */
    /* overflow-y: scroll; */
}

.modal-footer {
    z-index: 0;
    background-color: #FFF;
    border: none;
    box-shadow: 0px -5px 3rem 0px rgb(46 51 51 / 11%);
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    padding: 1.5rem;
}

input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

h5.label-variants, #exrtas-area h5 {
    font-size: 1rem;
    margin-right: 2rem;
    color: #767676;
    margin-bottom: 1rem;
}

.variants-area-label {
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    padding: 1rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
}

.btn-group {
    justify-content: flex-start;
    display: flex;
    flex-flow: row wrap;
}
/* Forms styles */
.container_check {
  display: flex;
  position: relative;
  padding-left: 2rem;
  line-height: 1.7;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  justify-content: space-between;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked  .checkmark {
  background-color: #e54750;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
  -moz-box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(229, 71, 80, 0.3);
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #d2d8dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_check:hover .checkmark {
  border: 2px solid #e54750;
}

.container_check input:checked ~ .checkmark:after {
  display: block;
}

.holder-right {
   margin-top: 5rem;
   top: 6rem;
   position: sticky;
}

.holder-right .info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: .5rem;
    background-color: #fff;
    /* -webkit-box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%); */
    -moz-box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%);
    /* box-shadow: 0px 22px 24px 0px rgb(46 51 51 / 5%); */
    overflow: hidden;
    border: 1px solid #ededed;
    margin-bottom: 2rem;
}

.box-order .head {
    -webkit-border-radius: 1rem 1rem 0 0;
    -moz-border-radius: 1rem 1rem 0 0;
    -ms-border-radius: 1rem 1rem 0 0;
    border-radius: .5rem .5rem 0 0;
    text-align: center;
    border-bottom: 1px solid hsl(0deg 0% 95%);
    padding: .8rem;
    /* background-color: rgb(247 247 249); */
}

.empty-cart {
    padding: 0 0 1rem;
    margin: -1rem auto 0;
}

.button.full-button:focus, .button.full-button:hover {
    color: white;
    box-shadow: 0px 2px 24px 0px rgb(239 79 88 / 40%);
}

.box-info {
    border-radius: 1rem 1rem 0 0;
}

.product-item_title {
    font-size: .9rem;
    font-weight: 400;
    max-width: 174px;
    color: #444;
    /* width: 80%; */
}

li.items {
    margin: 1rem 0;
    padding: 0;
}

.box-order h6 {
    margin-bottom: 0;
}


.product-item_price {
    font-weight: 600;
}

#tooltip-product-item_title {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
}

ol.items {
    /* padding: 0 .4rem; */
}

li.today .day,li.today .hours {font-weight: 500;}

a.menu-tab {
    color: #444;
}

.about-us h6 {
    color: #868686;
}

a.nav-link {
    color: #919191;
    font-size: 12px;
    text-decoration: underline;
}

.ratings {
    background: #ffffff2b;
    /* margin: 1rem auto 0 0; */
    padding: .5rem 1rem;
    width: fit-content;
    border-radius: 2rem;
    display: flex;
    max-height: 2.5rem;
}

.header-buttons {display: flex;}

.btn_hero {
    color: #555;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    line-height: 1;
    padding: 10px 15px;
    color: #444 !important;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-block;
    white-space: nowrap;
    align-items: center;
}
.btn_hero:not(:first-of-type){
  margin-left: 1rem
  
}
.checkout .btn_hero{
  box-shadow:none;
  border: 1px solid #dddddd;
  margin-left: 0;
}

#mobile-menu .btn_hero{
  box-shadow: none;
  border: 1px solid #dee2e6;
  border-radius: .8rem;
  margin-bottom: 1rem;
  margin-left: 0;
  background: hsl(207deg 14% 99%);
  justify-content: center;
}

h6.title {
    font-weight: 600;
}

nav a {
    color: #444;
}

.select-lang.is_qr {
    top: 1rem;
}

.content picture:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#totalPrices {
    padding-left: 1rem;
    padding-right: 1rem;
}
.checkout #totalPrices{
  padding: 0
}
.closed_time, .empty-cart p {
    margin-top: 1rem;
    text-align: center;
    color: #e54750;
    background: #e547500d;
    padding: 1rem;
    border-radius: 3rem;
}

a.item-offer-horizontal:hover h6 {
    color: #e54750;
}

.top-bar {
    z-index: 3;
    padding: .5rem;
    position: sticky;
    top: -1px;
    text-align: center;
    font-size: .85rem;
    font-weight:400;
}

.top-bar a{
  display:none;
}
.top-bar.success a{
  color: green;
}
.top-bar.danger a{
  color: #e54751;
}

.top-bar a:hover, .top-bar a:hover svg {
    color: #84ff84;
    fill: #84ff84;
}

.top-bar.success {
    background: #f6fef6;
    color: green;
}
.top-bar.danger{
  background-color:#fef6f6;
  color:#e64f57;
}

.about-us {
    margin-bottom: 5rem;
}

.holder-left {
    margin-bottom: 2rem;
}

.offer-label {
    top: -7px;
    right: 0rem;
    filter: drop-shadow(1px 4px 3px rgb(255 169 31 / 20%));
}

.price span {
    opacity: .6;
    font-size:.85rem;
    font-weight: 400;
    margin-left: .5rem;
    text-decoration:line-through;

}


.overflow-hidden {
    overflow: hidden;
}

.checkout #header {
    /* border-bottom: 1px solid #ededed; */
}

.hero-title {
    position: relative;
    padding: 5rem 0;
    z-index: 0;
}

.opacity-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: white;
    mix-blend-mode: saturation;
}

.hero-background {
    background: #fff;
}

.checkout .hero-background img {
    opacity: .1;
}

.hero-title h1 {
    color: #222;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 700;
}

.checkout .card {
    padding: 2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

.checkout h4 {
    color: #222 !important;
    font-size: 1.15rem;
    letter-spacing: -1px;
    margin-bottom: 3rem;
}

.text-muted {
    color: #919191;
}

.border {
    border: 1px solid #ededed;
}

.rounded-sm {
    border-radius: .5rem;
}

.checkout #totalPrices span {
    float: right;
}

.checkout #totalPrices li {
    margin-bottom: .5rem;
    font-weight: 600;
    color: #878787;
}

.checkout #totalPrices li.total {
    margin: 1rem 0;
}


.checkout #totalPrices span.amount {
    color: var(--color-buttons);
}

.bg-transparent {
    background: transparent;
}

.checkout .notifyjs-corner {z-index: 999999;left:50% !important;transform: translateX(-50%);};}

.checkout .items {
    grid-template-columns: 70px minmax(100px, 1fr);
    padding: 0;
    margin-bottom: 1rem;
    display: grid;
    align-items: center;
    justify-content: space-between;
    position: relative;
    gap: 0 1rem;
}

.checkout #cartList {
    overflow: visible;
    flex-flow: column;
    margin: 0;
    padding: 0;
}

.checkout .items .close {
    top: -.5rem;
    opacity: 1;
    left: -.5rem;
    background: #ffffff;
    border-radius: 50%;
    padding: 2px;
}

.checkout picture img {
    /* border-radius: .5rem; */
    /* overflow: hidden; */
}

.checkout .items picture {
    overflow: hidden;
    display: flex;
    border-radius: .5rem;
    border: 1px solid #eee;
    width: 70px;
    max-height: 70px;
    aspect-ratio: auto 1 / 1;
    min-width: 70px;
    right: 0;
    position: relative;
}

.checkout .btn-cart-radius {
    border-radius: .2rem !important;
    background: #fef6f7;
    margin: 0;
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fef6f7;
    transition: all .5s ease;
    color: #e54750;
    font-weight: 600;
    font-size: 1rem;
}

.price h5, .product-item_quantity {
    color: #878787;
}

.checkout .btn-icon:hover {
    border: 1px solid #bdbdbd;
}

.text-dark {
    color: #222 !important;
}

.dashed {border-top-style: dashed;}

.checkout .card-header {
    text-align: center;
}

.input-hidden {
    position: absolute;
    left: -9999px;
}

.checkout .card-checkout .card-header {
    margin-bottom: 2rem;
    
}
.checkout .card-checkout hr{
  margin: 2rem 0;
}
.checkout .card .col:not(:last-child){
    border-right:1px dashed #ededed
}
.custom-control-label{
  cursor:pointer;
  transition: all .5s ease;
}
.custom-control-label h5{
  padding:0 1rem;
  border-radius: .35rem;
  background-color:transparent;
  border: 1px solid transparent;
  white-space: nowrap;
}

.custom-control-label h5:hover{
  border: 1px solid #ededed;
  box-shadow:0px 5px 15px 0px rgb(0 0 0 / 5%)
}

.custom-control-input:checked + .custom-control-label h5 {color:white;background-color: #444444;}

.custom-control-label:hover svg {transform: scale(1.1);}
.custom-control-label svg {transform: scale(1);transition:all .2s ease;display:inline-flex;position:relative}


.checkout .card-checkout .card-body {
    margin-bottom: 1rem;
}

.iti__selected-flag {
    background-color: transparent !important;
    border-right: none;
    padding: 0 1rem !important;
}

input#phone {
    padding-left: 7rem !important;
    border-radius: .5rem;
}
.checkout .payment-select{
  display: block;
  position: relative;
  line-height: 1.6;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  all .25s animation-timing-function: ease;
}
.checkout .payment-select label{
  display: inline-block;
  margin-bottom: 0;
  padding: 1rem;
  border: 1px solid #d2d8dd;
  border-radius: .5rem;
  width: 100%;
  position: relative;
}
.checkout .payment-select .custom-radio input:checked ~ label{
  border: 1px solid #e54750;
  color: #e54750;
}
.checkout .payment-select .custom-radio{
    background-color: transparent;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 5px;
    position: relative;
}
.checkout .payment-select .custom-radio input{
  position: absolute;
    opacity: 0;
}

.checkout .payment-select .custom-radio input:checked ~ .checkmark {
  border: 2px solid #e54750;
}

.checkout .payment-select .custom-radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.checkout .payment-select .custom-radio .checkmark {
  position: absolute;
  top: 30%;
  right: 1rem;
  height: 20px;
  width: 20px;
  border: 2px solid #d2d8dd;
  background-color: #fff;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout .payment-select .custom-radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e54750;
}
.checkout .payment-select .custom-radio:hover .checkmark {
  border: 2px solid #e54750;
}

.checkout h6.title {
    overflow: hidden;
    text-overflow: ellipsis;
    
     /* number of lines to show */
}

.checkout .hero-background {
    border: 1px solid #dfdfdf;
}

.flex-reverse {
    flex-wrap: wrap-reverse;
}

.inverse {
}

#address-complete-order {
    padding: 1rem;
    border: 1px solid #d2d8dd;
    border-radius: .5rem;
    color: #777f87;
    font-weight: 400;
}

.checkout span.select2 {width:100% !important;border-radius:.5rem}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e54750;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fef6f7;
    color: #e54750;
}

.select2-results__option {
    font-weight: 400;
    color: #444444;
    font-size: 16px;
    line-height: 2.5;
}
.select2-container--default .select2-results__option .select2-results__option{
  padding: .25rem 1.5rem;
}

.select2-dropdown {
    border: 1px solid #d2d8dd;
    z-index: 999999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-width: 6px 5px 0 5px;
    border-color: #919191 transparent transparent transparent;
    margin-left: -.5rem;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    margin-left: -.5rem;
    border-width: 0 5px 6px 5px !important;
    border-color: transparent transparent #919191 transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444444 !important;
    font-weight: 500;
}

.checkout .card-checkout h5 {
    margin-bottom: .5rem;
    font-weight: 800;
    font-size: 7rem;
    position: absolute;
    top: -1rem;
    opacity: .15;
}
.checkout .row.no-gutters{
  gap: 1rem
}

/* .select2-search:not(#new_address_checkout) {
    position: absolute;
    opacity: 0;
    z-index: -1;
} */

a.back-button {
    color: #444;
    font-weight: 500;
}

a.back-button:hover {
    color: #e54751;
}

.btn-secondary {
    background-color: #dfdfdf;
}
.empty-page .button.full-button:hover, .empty-page .button.full-button:focus{box-shadow: 0px 2px 24px 0px rgb(85 85 85 / 15%) !important; background-color: #919191 !important;}
.empty-page .button {
    font-size: .95rem;
    line-height: 1.3;
    font-weight: 600 !important;
}
.empty-page .button.full-button.paymentbutton{
  background-color: rgb(18 181 64) !important;
}

.empty-page .button.full-button.paymentbutton:hover {box-shadow: 0px 2px 24px 0px rgb(18 181 64 / 40%) !important;}


.empty-page .card {
    border-radius: 1rem;
    border: none;
    box-shadow: 0px 12px 24px 0px hsl(0deg 0% 93%);
}

.empty-page #header {position: relative;border: 1px solid #ededed;display: flex;}

.empty-page #header + .section-place-content {
    padding-top: 4rem;
}

.refresh-button {
    border-radius: .5rem;
    padding: .5rem 1rem;
    color: #FFF;
    background: #e54751;
    font-weight: 500;
}

.order-date p {
    /* color: #adb5bd; */
    line-height: 1.3;
    /* font-size: .775rem; */
    font-weight: 400;
}

.order-date h5 {
    font-size: .9rem;
    line-height: 1.3;
    font-weight: 500;
}

.order-id h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 500;
}
#status-history {
    margin: 1rem 0 2rem;
    display: flex;
    align-items: center;
}
.timeline-one-side:before{
  display:none
  
}

.order-item-title {
    font-weight: 400;
    white-space: nowrap;
}

.order-item-label:not(:last-of-type) {
    opacity: .5;
}

.empty-page .btn-sm {
    padding: .5rem 1rem;
    border-radius: .5rem;
}

.text-danger {
    color: red;
}

.text-success {
    color: #12b540;
}

.badge {
    padding: .5rem 0;
    line-height: 1;
    border-radius: 1rem;
    font-weight: 500;
}
.badge-danger{
  background-color:hsl(0 100% 97% / 1);
  color: red;
  text-align: center;
}
.badge-success{
  color: #12b540;
  background-color:hsl(110deg 100% 97%);
}

.order-item-date {
    color: #745b34;
    white-space: nowrap;
}

.alert {
    position: fixed;
    z-index: 9;
    right: 5rem;
    bottom: 20px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    padding: .5rem 1rem;
    border-radius: 2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.alert-success {
    background: #12b540;
}

.alert-danger {
    background: #e54751;
}

.comet-timeline {
    display: flex;
    /* flex-direction: row-reverse; */
    /* gap: 2rem; */
    /* flex-wrap: wrap; */
    width: 100%;
    justify-content: space-between;
}
.order-item-title{
  position:relative;
}


.order-item-group {
    background: #FFF;
    border: 2px solid #eee;
    padding: .5rem;
}

.order-item-label {
    font-weight: 400;
    /* justify-content: space-between; */
}

.order-item-label h6 {
    font-weight: 500;
}

.table td, .table th {
    border: none;
}

.table thead th {
    font-size: .65rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 500;
}

.thead-light {
    color: #444444;
    /* background-color: #f0f2f4; */
}

.table-responsive tr {
    border-bottom: 1px solid #eee;
}
#order-items tr:last-of-type{
  border-bottom: 2px solid #eee;
}

.font-weight-bold {
    font-weight: 500;
}

.empty-page strong {
    color: #222222;
}

.empty-page .table picture {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 1rem;
    min-height: 70px;
    overflow: hidden;
}

.order-id svg {
    transform: rotate(180deg);
    filter: drop-shadow(2px -7px 7px #ddd);
}

.order-id-text {
    color: #FFF;
    z-index: 2;
    top: 2rem;
    left: 2.5rem;
}

.order-id {
    left: -2rem;
    top: 0rem;
}

.order-id-text h3 {}

.order-date {width: 100%;justify-content: flex-end;}

.order-id-text h2 {
    font-size: 1.8rem;
}


.border-bottom {
    border-bottom: 1px solid #eee;
}

.text-highlighted, .highlight {
  position: relative;
}

.text-highlighted {
  display: inline-block;
  z-index: 1;
}
.text-highlighted:before {
  content: " ";
  display: block;
  height: 90%;
  width: 100%;
  margin-left: -3px;
  margin-right: -3px;
  position: absolute;
  background: hsl(55deg 100% 50%);
  transform: rotate(2deg);
  top: -1px;
  left: -1px;
  border-radius: 20% 25% 20% 24%;
  padding: 10px 3px 3px 10px;
  z-index: -1;
}
.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}

.order-comment {
    border: 2px solid hsl(0deg 0% 93%);
    padding: 1rem;
    height: fit-content;
}

.table-header {
    background: #f7f7f7;
    padding: .5rem 0;
}

.order-summary-money{
border-bottom:1px solid rgba(0,0,0,0.05);
padding: .25rem 0
}
.order-summary-total{
  border-top: 2px solid  rgba(0,0,0,0.05);
  padding: 1rem 0
}

.order-summary h6{
  font-weight:500;
  line-height: 2;
}
.order-section-heading {
    padding-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #eee;
}
h4 .order-section-heading{
  font-size:1.5rem
}

.order-summary-total h4 {
    font-size: 1.25rem;
    font-weight: 500;
}

.vh-100 {
    height: 100vh;
}

#stripe-payment-form {
}

.itemsSearchHolder > .select2.form-control {
    /* padding: 0; */
    /* border: none; */
    /* background-color: transparent; */
}

.itemsSearchHolder .select2-container--default .select2-selection--single{background-color:transparent;border-radius: 8px;}



.select2-dropdown--below {
    z-index: 999999;
    box-shadow: 0px 20px 39px 0px #d6d6d6;
}

.modal-backdrop, #mobile-menu:after{
  background-color: #f0f2f4;
  transition: all .25s ease;
  background-repeat: repeat;
}
.modal-backdrop.show{
  opacity:0.85;
}
.box-order h6 small {
    color: #777;
}

#cartList .items {width: 100%;display: flex;align-items: center;position: relative;}

#cartList .info {
    width: 100%;
    padding-left: 1rem;
}

span.select2.select2-container.select2-container--default {
    width: 100%;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid #767676;
    border-radius: 0;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {color: #444; font-weight:500;}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border:none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li, 
.select2-container--default .select2-search--inline .select2-search__field {
    width: 100% !important;
    font-size: 1rem;
}

.select2-container--default .select2-results__group {
    padding: .5rem 1rem;
    /* background: #fcfcfc; */
    font-size: 18px;
    border-bottom: 1px solid #fcfcfc;
}

.iti__flag-container {
    transition: all .2s ease;
    /* width: 100%; */
}

.iti__country-list {
    width: fit-content;
    margin: -5px 0 0 -1px !important;
    border: 1px solid #d2d8dd !important;
    max-height: 164px !important;
    max-width: 498px;
    min-width: 322px;
}

.iti__country {
    line-height: 3;
    padding: 0 1rem !important;
    font-weight: 400;
    font-size: 16px;
    transition: all .2s ease-out;
}

.iti__country.iti__highlight {
    background-color: hsl(0deg 0% 98%) !important;
    color: #e54750;
    /* font-weight: 600; */
}

.iti__dial-code {
    color: inherit !important;
    font-weight: 600;
}

#status-history .row {
    row-gap: 1rem;
}

#mobile-menu:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .85;
}