
:root {
    --primary-color:var(--main-color);
}

@font-face {
    font-family: "Arimo";
    src: url("../fonts/Arimo/Arimo-Regular.ttf");
}

@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,600,700|Montserrat:400,600,700');
*,
*::after,
*::before
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html,
body
{
    height: 100%;
}

body
{
    font-family: 'Arimo', sans-serif;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    position: relative;
    visibility: visible;
    color: #333;
    background-color: #fbfafb;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    font-family: 'Arimo', sans-serif;
    font-weight: 600;

    margin-top: 0; 

    color: #333;
}

h1
{
    font-size: 36px;
    line-height: 42px;
}

h2
{
    font-size: 30px;
    line-height: 36px;
}

h3
{
    font-size: 24px;
    line-height: 30px;

}

h4
{
    font-size: 18px;
    line-height: 24px;
        color: #5d5d5d;

}

h5
{
    font-size: 14px;
    line-height: 18px;
}

h6
{
    font-size: 12px;
    line-height: 14px;
}
/* NAV*/

.mainmenu {
    margin-top:20px;
    background-color:#fefefe;
    margin-bottom:2px;
    margin-top:20px;
    line-height:45px; 
    height:60px;   
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);      
}

.mainmenu ul,.submenu{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main-menu-list{
    height:60px;

    display:inline-block;    
}
.mainmenu ul li{
    float:left;
    color:#383838;
    font-weight:550;
    font-size:17px;
    margin-left:40px;  
}

.submenu li{
    float:left;
    color:#383838;
    font-weight:550;
    font-size:17px;
    line-height:50px;
}

.submenu li.active{
    font-weight:600;
}

.submenu li:hover{
    font-weight:600;
    cursor:pointer;
}

.submenu li:last-of-type{
    margin-left:20px;
}

.mainmenu a{
    color: #585858;
}
.mainmenu a.active{
    font-weight:600;
}

.menu-bottom-row{
    background-color: white;
}

.search-products-wrapper{
    padding-bottom:5px;
    width:50%;
    float:left;
}

.search-products-wrapper input{
    border:0px;
    /*border-bottom:1px solid #fbfafb;*/
    background-color:#fbfafb;
    outline: 0px;
    line-height:50px;
    width:80%;
    padding-left:1em;
    margin-top:15px;

}
.search-products{
    margin-right:20px;
}
.cart-menu-icon{
    padding-top: 20px;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    float: right;
    background-color:orange;
    background-color: var(--main-color);
    width: 100px;
    text-align: center;
    padding-bottom: 15px;   
    height:80px; 
}

.pickuptime-menu-icon{
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;   
    border-left: 1px solid #d1d1d1;
    display: inline-block;
    float: right;
    background-color:orange;
    background-color: var(--main-color);
    width: 100px;
    text-align: center;
    filter: brightness(110%);
    font-size: 1.5em;

}
.pickuptime-menu-icon-time{
    font-size: 0.5em !important;
    line-height: 1em;
    color: white;
    margin-top: -5px;
    padding-bottom: 5px;

}

.mobile_menu{
    max-width:100%;
    overflow:hidden;
}
.mobile_menu.fixed,.mainmenu.fixed{
    position: fixed;
    z-index:101;
    padding-bottom:20px;
    background-color:white;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0px -2px 0 rgba(0, 0, 0, .1);    
}

.ui-selectmenu-menu {
    z-index:102;
}

.ui-selectmenu-menu li{
    height:40px;
    line-height:40px;
}
.ui-selectmenu-menu li:not(:last-child){
    border-bottom:1px solid #ededed;
}
.ui-selectmenu-menu li > div{
    padding-left:20px !important;
}

.mobile_menu img{
    max-height:120px;
    margin-top:-10px;
}

.mobile_menu .ui-selectmenu-button{
    width:95%;
}
.cart-menu-icon.fixed{
    position: fixed;
    z-index:1000;
    float:left;
    height:80px;
    width: 100px;
}
.pickuptime-menu-icon.fixed{
    position: fixed;
    z-index:1000;
    float:left;
    height:80px;
    width: 100px;
}

.cart-menu-icon.inverted{
    color:orange;
    color: var(--main-color);
    background-color: white;
}
.home-menu-icon{
    padding-top:15px;
    padding-right:25px;
    padding-left:20px;
    display: inline-block;
    float:left;
    margin-right:20px;
}
.cart-menu-icon i,.home-menu-icon{
    font-size:25px;
    color:white;
}
.cart-menu-icon:hover,.pickuptime-menu-icon:hover{
    cursor:pointer;
}

.category-list{
    padding:0px;
    padding-left:10px;
}
.category-list li{
    list-style-type: none;
    line-height:40px;

}
.category-list li a{
    color:#5d5d5d;
    font-size:16px;
    font-weight:600;
}
.search-box{
    border-left: 1px solid #d1d1d1;
    padding-left:20px;
}


.content{
    padding:50px;
    padding-top:30px;
    padding:bottom:50px;
    margin-bottom:50px;
}

.main-content{
    margin-top:20px;
    color:#323637;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .613;
    filter: Alpha(Opacity=.2);
}

.ui-dialog-title{
    margin-top: 1em !important;
}

.ui-dialog-titlebar{
     border-bottom:  1px solid #f9f9f9 !important;
}

.pl-8{
    padding-left:48px;
}
.footer{
     position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
}
.content-container{
    background-color:white;
    padding-bottom:3.5rem;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0px -2px 0 rgba(0, 0, 0, .1);    
}
.footer-content{
    width:100%;
    background-color: #4a4a4a;
    bottom:0px;
    color:white;
    line-height:3.5rem;
    bottom: 0;
    width: 100%;
        -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}

/* CONTENT*/
.lead{
    font-style: italic;
    font-size:15px;
}
.confirmation-facade-picture,.confirmation-logo{
    width:100%;
}

.coordinates{
    margin-top:20px;
    width:100%;
}
.coordinates .fas,.coordinates .fab{
    font-size:27px;
}
.coordinates .fab{
    font-size:2em;
    margin:0.2em;
}
.product-item,.product-item-small{
    border-radius: 4px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px 2px 8px 0px #eaeaea;
    box-shadow: 0px 2px 8px 0px #eaeaea;
    margin-top:0.8em;
}

.product-info{
    padding:10px;
}

.container-items-wrapper > .container-item-wrapper{
    margin-top:1em;
}
.container-items-wrapper > .container-item-wrapper:first-child{
    margin-top:0em !important;
}
.container-items-wrapper > .container-item-wrapper:last-child{
    margin-bottom:1em !important;
}

.product-name-wrapper{
    width: auto;
    display: inline-block;
    float: left;
}
.product-name{
    font-size: 1.3em;
    line-height: 30px;
    padding-top:0px;
    font-weight:600;
    display: inline-block;
    float: left;
    margin-top: 5px;
}

.container-product-name{
    font-size: 1em;
    font-weight:600;
}

.prod-name-price-container{
  margin-right:0.5em;
  text-align:right;
    padding-top:1.1em;
    
}
.prod-name-price-container-price{
    white-space: nowrap;
}

.prod-name-price-container-name{
    font-weight:500;
}
.product-price,.menu-price{
    font-size: 1.4em;
    line-height: 30px;
    font-weight:600;
    color:var(--main-color);
}


.product-price{
    font-size: 1.3em;
    line-height: 30px;
    font-weight:600;
    padding:10px;
    padding-right:0px;
    font-weight:600;
}

.checkout-product-row{
    color:#5d5d5d;
    line-height:30px;
}



.select-pickuptime-proceed{
    background-color:orange;    
    background-color:var(--main-color) !important;
    color:white !important;
    padding: 1em;
    font-size: 1em; 
    border:1px solid #ddd;
    border-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    width: auto;
    text-decoration: none;
    opacity: 0.9;
}

.close-pickuptime-dialog{
    background-color:#c8c8c8;    
    color:white !important;
    padding: 1em;
    font-size: 1em; 
    border:1px solid #ddd;
    border-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    width: auto;
    text-decoration: none;   
    opacity: 0.9;

}

.select-pickuptime-proceed.disabled{
    background-color: grey !important;
}
.input-group.pickuptime-group{
 width:200px;
}

.form-control:focus {
    color: auto;
    background-color: #fff;
    border-color: silver;
    outline: 0;
    box-shadow: none !important;
}

.input-group-text{
    background-color: transparent !important;
}


.select-pickuptime-proceed:hover{
    color: #3a9943;
}
.select-pickuptime-proceed:hover,.close-pickuptime-dialog:hover{
    text-decoration: none;
    opacity: 1;
}

.pro-qty
{
    position: relative;
    display: inline-block;
    width: 140px;
    height: 50px; 
}

.pro-qty-appointment{
    position: relative;
    display: inline-block; 
}
.pro-qty input
{
    width: 50px;
    height: 100%;
    background-color:white;
    border: none;
    text-align:center;
    border: 1px solid #ddd;
    margin-right:45px;

}
.pro-qty a
{
    font-weight: normal;
    line-height: 50px;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center; 
}

.pro-qty-appointment a{
    font-weight: normal;
    line-height: 50px;
    position: relative;
    text-align: center; 
    padding:0.6em;
    color:white;
    background-color:white;
    color:var(--main-color);
    border:2px solid var(--main-color);    
    border-radius:0.2em; 
    text-decoration: none;
}
.pro-qty-appointment a.active{
    font-weight: normal;
    line-height: 50px;
    position: relative;
    text-align: center; 
    padding:1em;
    color:white;
    background-color:orange;    
    background-color:var(--main-color) !important;   
    border-radius:0.2em; 
}

.pro-qty-appointment{

}
.pro-qty a:hover
{
    color: #3a9943;
    text-decoration: none;
}
.pro-qty a.inc
{
    top: 0;
    right: 0;
    font-size: 35px; 
    border:1px solid #ddd;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;

}

.pro-qty a.inc.uses-extras{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pro-qty a.dec
{
    left: 0;
    border: 1px solid #ddd;
    font-size:42px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;    
}



.pro-qty a{
    background-color:orange;    
    background-color:var(--main-color) !important;
    color:white !important;
    height:100%;
}
.select-menu.disabled a{
    background-color:silver !important;
}

.pro-qty a:hover{
    background-color:white !important;
    color:orange;
    color:var(--main-color) !important;
    height:100%;
}
.open-indicator-open{
      height: 12px;
      width: 12px;
      background-color: #4bd775;
      border-radius: 50%;
      display: inline-block;
      margin-right:10px;
}
.open-indicator-closed{
      height: 12px;
      width: 12px;
      background-color: red;
      border-radius: 50%;
      display: inline-block;
      margin-right:10px;
}
.open-closed{
    line-height:50px;
}
.text-banner{
  width:100%;
  margin-bottom:20px;
}
.text-banner.banner-alert{
  border:1px solid #ff6263;
  background-color:#ff5251;
  padding:10px;
  color:white;
}

.text-banner.banner-info{
  border:1px solid #19d2a3;
  background-color:#5ebe3d;
  padding:10px;
  color:white;
}

select:focus, input:focus{
    outline: none !important;
}

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

.nopadding-left {
   padding-left: 0 !important;
}


@media only screen and (max-width: 480px)
{
    .header-area--absolute
    {
        position: relative;
    }
    .ui-dialog{
        width:99% !important;
        max-height:85% !important;
    }

}

@media only screen and (min-width: 481px) and (max-width: 579px)
{
    .header-area--absolute
    {
        position: relative;
    }
    .ui-dialog{
        width:99% !important;
        max-height:85% !important;
    }

    .pickuptime-addon, select.pickuptime,.pickupdate-addon,select.pickupdate{
        margin-top:20px;
    }

}

@media only screen and (min-width: 580px) and (max-width: 700px)
{
    .navbar{
        margin-top:50px;
    }    
    .header-area--absolute
    {
        position: relative;
    }
    .ui-dialog{
        width:90% !important;
        max-height:85% !important;
    }
}

@media only screen and (min-width: 701) and (max-width: 991px)
{
    .navbar{
        margin-top:50px;
    }    
    .header-area--absolute
    {
        position: relative;
    }
    .ui-dialog{
        width:80% !important;
        max-height:85% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    .navbar{
        margin-top:50px;
    }
    .header-area--absolute
    {
        position: relative;
    }
    .ui-dialog{
        width:65% !important;
        max-height:85% !important;
    }
}



@media only screen and (min-width: 1199px) and (max-width: 1500px)
{
    .navbar{
        margin-top:30px;
    }
    .ui-dialog{
        width:48.5% !important;
        max-height:85% !important;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1700px)
{
    .navbar{
        margin-top:30px;
    }
    .ui-dialog{
        width:44.5% !important;
        max-height:85% !important;
    }
}

@media only screen and (min-width: 1700px)and (max-width: 1900px)
{
    .navbar{
        margin-top:30px;
    }
    .ui-dialog{
        width:35% !important;
        max-height:85% !important;
    }
}

@media only screen and (min-width: 1900px) and (max-width: 2300px)
{
    .navbar{
        margin-top:30px;
    }
    .ui-dialog{
        width:32% !important;
        max-height:85% !important;
    }
}
    
@media only screen and (min-width: 2300px)
{
    .navbar{
        margin-top:30px;
    }
    .ui-dialog{
        width:23% !important;
        max-height:85% !important;
    }
}

/*=====  End of shop  ======*/

.mt-20{
    margin-top:20px;
}
.mt-40{
    margin-top:40px;
}
.mb-20{
    margin-bottom:20px;
}




.grecaptcha-badge{
    display:none;
}

.category-list{
    margin-bottom:20px;
}

.product-category-title{
    font-size:25px;
    color:#5c5e5e;
    margin-bottom:30px;
    font-weight:500;
}

.product-category-title .title-label{
    font-weight:600;
}
.product-category-title .title-value{
    color:orange;    
    color:var(--main-color);
}


.cart-content{
    padding:20px;
    position: absolute;
    z-index: 9; 
    right: 0;
    left: auto;
    display: none;
    margin-top: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    overflow-y: auto;
}    
.cart-content-checkout-button{
    width:100% !important;
    color:white !important;
    padding:10px !important;
    text-align:center !important;
    display:block !important;
}


/*COLOR GREEN*/
.fas,.fab,.fa{
    color:orange;    
    color: var(--main-color) !important;
}

.fa-facebook-square{
    color:#4267b2 !important;
}
.fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fa-linkedin{
    color:#4267b2 !important;
}
.fa-youtube{
    color:#ff0000 !important;
}

.cart-menu-icon .fas,.pickuptime-menu-icon .fas{
    color:white !important;
}
.home-menu-icon .fas{
    color:orange;    
    color:var(--main-color);
}
.cart-menu-icon{
    background-color:orange;
    background-color:var(--main-color);
}

.pickuptime-menu-icon{
    background-color:orange;
    background-color:var(--main-color);
    padding-top: 11px;
    overflow:hidden;
}

.pickuptime-menu-icon{
}

.submenu li.active{
    border-bottom:5px solid orange;
    border-bottom:5px solid var(--main-color);
    border-spacing: 15px;    
}
.pro-qty a{
    background-color:orange;    
    background-color:var(--main-color) !important;
    color:white !important;
    height:100%;
}

.pro-qty a:hover{
    background-color:white !important;
    color:orange;
    color:var(--main-color) !important;
    height:100%;
}

.cart-content {
    z-index:103;
}
.cart-content > .row{
    margin-bottom:20px;

}
.no-items{
    font-size:16px;
    padding:10px;
    color:#737474;
    line-height:20px;
}

.cart-content-total-amount{
    float:right;
    text-align: right;
    font-size:20px;
    font-weight:600;
    padding-right:3em;
    color: #636363;
}

.cart-content-checkout-button{
    background-color:orange;    
    background-color:var(--main-color);
    color:white;
}

.cart-content-checkout-button:hover{
    background-color:#4a4949;
    color:white;
    cursor: pointer;
}
.product-cart-content{
    padding-left:0px;
}
.product-cart-content .remove-icon{
    color:#bebece;
    float:right;
    padding-right:10px;
}
.cart-item-wrapper{
    overflow-y:auto;
    overflow-x: hidden;

}
.product-cart-item{
    padding:10px;
    line-height:25px;
    width:100%;
    border-bottom: 0.5px solid #e4e4eb;

}

.product-cart-amount{
    color:orange;    
    color:var(--main-color);
    font-weight:600;
    float: right;
    margin-right: 2em;
}

.product-image-container{
    padding-left:0px;
}

.cart-product-count{
    color:white;
    font-size:1em !important;
    font-style: normal;
}

#billing-form input{
    border:none;
    border-bottom:1.5px solid #eaecf0;
}

.checkout-total h4{
    margin-top:30px;
    text-align: right;
}


.checkout-cart-total{
    margin-top:40px;
}
.checkout-product-item{
    line-height:40px;
    text-align: left;
}
.checkout-total{
    margin-top:40px;
    border-top:1px solid #eaecf0;
    line-height:30px;
    text-align: left;
}
.checkout-voucher{
    margin-top:20px;
    border:1.5px solid orange;
    border:1.5px solid var(--main-color);
    line-height:50px;
    font-weight:600;
}
.checkout-voucher-amount{
    text-align:right;
}

.voucher-code-applied{
    white-space: nowrap;
}
.checkout-total-amount{
    background-color:orange;    
    background-color:var(--main-color);
    color:white;
    padding:10px;
    text-align: right;
    font-weight:600;
    font-size:110%;
}

.pay-order,.proceed-amount-persons{
    background-color:orange;    
    background-color:var(--main-color);
    color:white !important;
    padding:10px;
    text-align: center;
    font-weight:600;
    font-size:20px;    
    line-height:30px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);   
    width:95%; 
    display: inline-block;
    width:auto;        
}

.submit-order{
    background-color:white;
    border:1px solid orange;    
    border:1px solid var(--main-color);
    color:orange;    
    color:var(--main-color);
    padding:10px;
    text-align: center;
    font-weight:600;
    font-size:20px;    
    line-height:30px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1); 
           width:95%; 
display: inline-block;
width:auto;        
}
.s-order,.p-order{
     background-color:white;
    border:1px solid silver;    
    color:silver;    
    padding:10px;
    text-align: center;
    font-weight:600;
    font-size:20px;    
    line-height:30px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1); 
           width:95%;    
    display: inline-block;   
    width:auto;        
}

.s-order:hover,.p-order:hover{
    color:silver;
    text-decoration: none;
    
}

.submit-order:hover{
    cursor: pointer;
    background-color:orange;        
    background-color:var(--main-color);
    color:white;
    text-decoration: none;

}
.pay-order:hover{
    cursor: pointer;
    background-color:white;
    color:orange;    
    text-decoration: none;
    color:var(--main-color);
    border:1px solid orange;    
    border:1px solid var(--main-color);    
}



.checkout-voucher{
}
.voucher-status{
    margin-top:5px;
    width:100%;
    display:block;
}
.voucher-status.success{
    color:green;
}
.voucher-status.error{
    color:red;
}

.go-back-to-order{
    display: block;
    margin-top:20px;
}

.confirmation-pickup-date{
    font-size:30px;
    line-height:90px;
    display: block;
    text-align:center;
    margin-top:20px;
}

.border-right-grey{
    border-right:1px solid #eaecf0;
}
.border-left-grey{
    border-left:1px solid #eaecf0;
}
.page-container{
      /*padding-bottom: 3.5rem;    /* Footer height */
}
.page-container{
     position: relative;
  /*min-height: 100vh;*/
}
.category-list{
    width:100%;
    font-size:20px;
}

.input-error{
    border-bottom:2px solid red !important;
}

.tippy-box[data-theme~='error'] {
  background-color: tomato;
  color: white;
}

.allergy-description{
    margin-top:5px;
}

.allergy_label{
    padding:3px;
    background-color:#fadace;
    width:auto;
    float:left;
    color:#c22b0e;
    margin-left:3px;
    margin-top:3px;
}

.header-background{
    height:160px;
    background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: hsla(0,0%,100%,0.15);
    background-blend-mode: overlay;
}


.padding-inverse{
    margin-top:-80px;
}

.bg-transparent{
    background:transparent !important;
}

.product-item .no-image{
    font-size:8em;
    color:silver;
    margin:0px auto;
    padding:0.1em;
}

.product-cart-item .no-image{
    font-size:2.8em;
    color:silver;
    margin:0px auto;
    display:block;
}

.product-item-wrapper:last-of-type{
    margin-bottom:50px;
}

.submenu-panel {
    width:90%;
}

.checkout-title{
    float:left;
}

.category-title{
    color:var(--main-color);
    margin-top:2em;
    margin-left:1.1em;
}



hr{
    height:5px;
    width:100%;
}

.separator-hr{
    height: 1px;
    margin:0.5em 0 0.5em 0;
}
    .logo-img{
        max-width:100%;
    }
.social-icons i{
    font-size:2em;
    margin-left:1vw;
}

.no-items-found{
    font-size:1.5em;
    font-weight:600;
    text-align: center;
    margin-bottom:70px;
    background-color:var(--main-color);
    padding:30px;
    color:white;
}

.product-item .product-description{

  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  display: block;
  width: 100%;
}



.close-cart{
    font-size:2em;
    color:white;
}

.product-side_dish{
    margin-top:15px;
    margin-bottom:15px;
    font-weight:550;
    color:var(--main-color);
}

.fa-pepper-hot{
    color:red;
}



.container-items-wrapper .pro-qty{
  float:right;
}

.cannot-order-anymore{
    color:red;
    font-weight:bold;
}

.spicyness_wrapper{
    white-space:nowrap;
    margin-left:1em;
}



.no-product-logo{
    max-width:50%;
}

/*RDEC CHANGED*/
.lbl_no_order{
    display: inline-block;
    margin-top: 5px;
    background-color: #dc3545;
    padding: 0px 20px 0px 10px;
    color: white;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    line-height: 2.2em;

}
.lbl_no_order i,.lbl_order_for_tomorrow i{
    color:white !important;
    margin-right:1em;
}
.lbl_order_for_tomorrow{
    display: inline-block;
    margin-top: 5px;
    background-color:#28a745;
    padding: 0px 15px 0px 10px;
    color: white;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    line-height: 2.2em;    
}


.ui-dialog{
    border-radius:5px;
-webkit-box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.37);
-moz-box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.37);
box-shadow: 1px 3px 7px -1px rgba(0,0,0,0.37);
}

.ui-widget-header{
    background-color:white;
    border:none;
}

.close-dialog{
    float:right;
    font-size:2em;
}

#cookie-msg{
    z-index:1033;
}

.btn-aceptar{
display: block !important;
    width: 100px !important;
    text-align: center !important;
    margin: 0px auto !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.hoverable:hover{
    cursor: pointer;
}

.payconiq-pink{
    border:1px solid #ef5389;
}
.payconiq-pink h1{
    color:#e63a64;
}
.payconiq-pink h3,.payconiq-pink .close-dialog{
    color:#ef5389 !important;
}

.payconiq-button{
    color: white !important;
    background-color: #ef5389;
    font-weight: bold;
    font-size: 1.5em;
    padding:1.5em 1.5em 0.5em 1.5em;
    display:inline-block;
}

.payconiq-container {
    height: 373px;
    width: 312px;
    border: 1px solid black;
    padding-top: 100px;
    text-align: center;
    background-image: url(/imgs/payconiq_customer_facing_bg.png);
    background-repeat: no-repeat;
    margin: 0px auto;
}


.ui-dialog.green, .ui-dialog.green .ui-dialog-titlebar,.ui-dialog.green .close-dialog,.ui-dialog.green h1{
  background-color:#24bda9 !important;
  color:white !important;
}

.ui-dialog.orange, .ui-dialog.orange .ui-dialog-titlebar,.ui-dialog.orange .close-dialog,.ui-dialog.orange h1{
  background-color:#ff5400 !important;
  color:white !important;
}




.fa-spinner {
    color:#ef5389 !important;
}

.payconiq_click{
    font-size:1.6em;
    display:inline-block;   
}


.appointment-no-check{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  border-color: silver;
  background-color: silver;
  position: relative;
  top:0;
  left:0;
  pointer-events:none;
}


.number-of-persons-dialog{
    color:var(--main-color) !important;
}

.number-of-persons-dialog .title{
    font-size:2.2em;
    color: #333;
    font-weight:200;
}

.number-of-persons-dialog .subtitle{
    font-size:1.8em;
    color: #333;
    font-weight:200;
    line-height:2em;
}


.number-of-persons-dialog i{
    font-size: 4em;
    color:var(--main-color) !important;
    opacity:0.6;
}

.amount-persons{
    font-size:4em;
}

.select-user{
    font-size:1.8em;
    margin-left:0.7em;
}

.select-user.active{
    text-shadow:1px 1px rgba(93.4,93.4,93.4,.65)}

.select-user.selected{

}

.user-1{
    color:#5cdab8 !important;
}

.user-2{
    color:#c72888 !important;
}

.user-3{
    color:#fe7c44 !important;
}

.user-4{
    color:#7a22dd !important;
}


.checkout-product-name,.product-cart-name{
    font-weight: 600;
    color: #636363;
}

.product-cart-sidedish,.product-cart-extra{
    font-weight: 400;
    color: #636363;
}

.ui-dialog-buttonset button{
    border: none;
    border-radius: 0px !important;
    font-size: 1.3em !important;
}

.ui-dialog-buttonset .submit-button{
    background-color:var(--main-color) !important;
    color: white;
}
.extras-table td{
    padding: 5px 0px 5px 0px;
    vertical-align: middle;
}

.extras-table td span{
    vertical-align : middle;
    font-size: 0.9em;

}

.qr-dialog-proceed{
    padding: 0.6em 1em 0.6em 1em;
    background-color: var(--main-color) !important;
    color: white !important;
    border: 0px;
    outline: none;
    border-radius: 0.3em;
    display: inline-block;
}

.qr-dialog-proceed i{
    color: white !important;
}
.product-label-new{
    display: inline-block;
    width: auto;
    font-size: 0.7em;
    background-color: var(--main-color) !important;
    color: white;
    padding: 0em 0.5em 0em 0.5em;
    border-radius:  0.3em;

    float: left;
    margin-left: 10px;

}


.product-limit-text{
    padding:5px 10px 5px 10px;
    width:auto;
    display: inline-block;
    border:2px solid #fbddd7;
    border-radius:10px;    
}


.product-limit-text.red{
    background-color:#fcede9;

}

.product-limit-text i{
    color:#212529 !important;
    
}

.product-limit-text.red i{
    color:red !important; 
}


.product-limit-text i{
    font-size:1em;
}


.product-limit-description{
    padding:0px 40px 15px 40px !important;
}

.product-limit-description p{
    line-height:1.2em;
}

.product-limit-description i{
    font-size:1.2em;
    margin-right:1em;
}

.dialog-close-button{
    float:right;
}

.dialog-close-button i{
    font-size:3em;
}

.mfp-close{
    font-size:3.8em;
    }

.w-40{
    width:40%;
}


select.pickupdate,select.pickuptime{
    font-size:1.1em;                                                                                                                                                                                                                                                                                                                                                         margin-left: 5px;
    height: 55px;
    margin-top:3px;
    border:1px solid var(--main-color);
    background-color:white;
    border-radius:3px;
    font-family: 'Font Awesome 5 Free','Arimo', sans-serif;

}




.date-container {
  position: relative;
  float: left;
  .date-text {
    position: absolute;
    top: 6px;
    left: 12px;
    color: #aaa;
  }
  
  .date-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    /* pointer-events: none; */
    cursor: pointer;
    color: #aaa;
  }
}
.input-group-addon {
  border-left: 1px solid silver;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  border-right: 0px ;
  font-size:1.5em;
  width:45px;
  text-align:center;
  vertical-align:middle;
    height: 55px;
    padding-top:13px;
    padding-left: 10px;
    padding-right: 13px;
    margin-right:-2px;
    display: inline-block;
        margin-top: -3px;
}


.select-pickuptime p{
    font-size:1.3em;
}



@media only screen and (min-width: 1581px) {
      h1{
        font-size:2em;
    }
    .logo-img{
        max-width:100%;
    } 
    .checkout-left{
        border-right:1px solid #eaecf0;
    }
    .product-name{
        font-size:1.2em;
    }
    .category-title{
        margin-left:1.3em !important;
    }      
}

/* TABLETS*/
@media only screen and (min-width: 1281px) and (max-width:1581px) {
    h1{
        font-size:2em;
    }
    .logo-img{
        max-width:100%;
    }    
    .checkout-left{
        border-right:1px solid #eaecf0;
    }

    .product-name{
        font-size:1.2em;
    }
    .category-title{
        margin-left:0.6em !important;
    }     

}
@media only screen and (min-width: 1025px) and (max-width:1281px) {
    h1{
        font-size:1.5em;
    }
    .logo-img{
        max-width:100%;
    }    
    .checkout-left{
        border-right:1px solid #eaecf0;
    }
    .product-name{
        font-size:1.2em;
    }
    .category-title{
        margin-left:0.8em !important;
    }      
}
@media only screen and (min-width: 769px) and (max-width:1024px) {
    h1{
        font-size:1.8em;
    }

    .logo-img{
        max-width:100%;
    } 
    .checkout-left{
        border-right:0px ;
    }    
    .product-name{
        font-size:1.1em;
    }  
    .product-price{
        font-size:1.4em;
    }     
}

@media only screen and (min-width: 635px) and (max-width: 768px) {
    h1{
        font-size:1.5em;
    }
    .logo-img{
        max-width:100%;
    }
    .checkout-left{
        border-right:0px ;
    }    
    .product-name{
        font-size:1.1em;
    } 
    .product-item .no-image{
        font-size:6em;
        color:silver;
        margin:0px auto;
        padding:0.1em;
    }
    .category-title{
        margin-left:0.8em !important;
    }     
}


@media only screen and (min-width: 365px) and (max-width: 635px) {
    h1{
        font-size:1.5em;
    }
    .logo-img{
        max-width:100%;
    }
    .checkout-left{
        border-right:0px ;
    }    
    .product-name{
        font-size:1em;
        font-weight: 600;
    } 
    .product-item .no-image{
        font-size:3em;
        color:silver;
        margin:0px auto;
        padding:0.1em;
        padding-top:2em;
    }

    .product-price{
        font-size:1em;
    }       
    .category-title{
        margin-left:0.2em !important;
    }
    .category-title{
        margin-left:0.4em !important;
    }         
}

@media only screen and (max-width: 365px) {
     .checkout-left{
        border-right:0px ;
    } 
    .product-item .no-image{
        font-size:3em;
        color:silver;
        margin:0px auto;
        padding:0.1em;
    }  
    .product-price{
        font-size:1em;
    } 
    .product-name{
        font-size:1em;
    }  
    .category-title{
        margin-left:0.2em !important;
    }         
}

.not-accepting-orders-today{
    font-weight:600;
    font-size:1.5em;
    margin-top:30px;
}