
@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0 !important;
	position: relative;
	overflow-x:hidden;
}

body {
	background-color:var(--background-color);
	color: var(--body-text-color);
	font-family: 'Oswald', sans-serif;
}


h1,
h2,
h3,
p,
pre,
ul {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 48px;
	line-height: 1;
	margin-bottom: 1em;
}

h2 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 1em;
}

h3 {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 1em;
}


pre,
ul {
	margin-bottom: 2em;
}
p{
    margin: 0 0 10px;
}
pre {
	background: #fefefe;
	border: 1px solid #dedede;
	overflow-x: auto;
	padding: 2em;
}
p {
	font-size: 18px;
}
ul {
	margin-left: 1em;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--fields-placeholder);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--fields-placeholder);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--fields-placeholder);
}

.spacer_25 {
    display: block;
    padding-top: 25px;
}

.btn-xl {
    width: 100%;
}
a {outline : none;}
a img {outline : none;}
a i {outline : none;}
a:active, a:focus { 
 outline: none; 
 ie-dummy: expression(this.hideFocus=true);
}

#nav {
	list-style: none;
	margin: 0;
}
#nav li:last-child {
	margin-right:15px;
}
#nav {
	--current-section-underline: translate3d(-50%,0,0) scale3d(0,1,1);
	position: relative;
	display: -webkit-inline-flex;
	display: inline-flex;
	margin: 0 -8px;
	list-style: none;
}

.header {
display:block;
	position: relative;
}



#nav a {
	color: var(--header-text);
	display: block;
	font-size: 14px;
	padding: 20px 8px;
	text-decoration: none;
	text-transform: uppercase;
}



#container {
	margin: 0 auto;
	width: 800px;
}


.section p:last-child {
	margin-bottom: 0;
}


.section-wrapper:before {
    padding-top: 0;
    background-image: linear-gradient(90deg,#ccc 25%,hsla(0,0%,80%,0) 0,hsla(0,0%,80%,0));
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
}
.section-wrapper:first-child:before {
	background-image: none;
}

#cover-area:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20,20,20,.6);
	z-index:1;
}

.global-header {
    position: fixed;
    background-color: var(--header-bg);
    top: 0;
	left: 0;
    width: 100%;
	min-height: 74px;
	padding: 16px 0;
	z-index: 5;
	    box-shadow: 1px 0 0 1px var(--header-shadow);
}
.global-header .header-logo img {
    max-height: 60px;
    max-width: 130px;
}

.global-header .header-logo {
    margin: 0 auto;
	text-align: center;
    display: block;
    position: relative;
	width: max-content;
}
.global-header a, .global-header a:visited, .global-header a:active{
	    display: block;
    line-height: 42px;
	color: var(--header-text);
	    position: relative;
		text-decoration:none;
}

.global-header .menu-link:hover, .global-header .shopping-cart:hover, .global-header .language-bar:hover {
	color:var(--header-text-hover);
	border: 2px solid var(--header-text-hover);
}
.global-header .menu-link, .global-header .shopping-cart, .global-header .language-bar{
    text-align: center;
	width: 36px;
	height: 36px;
	border: 2px solid;
	border-color:var(--header-text);
	border-radius: 100%;
	margin-right: 7px; /*space between*/
	margin-top:5px;
} 
.global-header .shopping-cart, .global-header .language-bar{
	line-height: 31px !important;
    float: right;
}

.global-header .shopping-cart i em, .global-header .language-bar i em {
    position: absolute;
	top: -10px;
    left: -20px;
    font: 400 12px/20px "Oswald",sans-serif;
    width: 20px;
    height: 20px;
    padding: 2px;
    box-sizing: content-box;
    text-align: center;
    display: inline-block;
    visibility: visible;
    background: var(--main-color);
    color: #fff;
    transform: scale(1);
    transform-origin: 50% 50%;
    text-transform: uppercase;
    border: 2px solid #FBFBFB;
    letter-spacing: 1px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.global-header .menu-link i{
	display: block;
	font-size: 17px;
    line-height: 35px;
	
}

.global-header .menu-link {
    float:left;
}
.banner {
	position: fixed;
	height:275px;
    background-color: #fafafa;
    background-position: 50% 60%;
    background-size: 120%;
    position: relative;
	transition:  .5s ease-in-out;
	margin-top: 9px;
}
.shrunk {
	height: 100px;
	background-size: 100%;
	
}

.banner_info { 
	padding-top:212px; 
   -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.shrunk .banner_info {
	padding:0 !important;
}


.restaurant-info-wrapper {
    padding: 0 10px;
    position: relative;
    bottom: 10px;
	z-index:1;
}
.restaurant-info, .restaurant-delivery-info {
    padding: 0;
    color: #fff;
}
.restaurant-info p {
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    font-family: "Source Sans Pro",sans-serif;
}
.restaurant-info h2 {
    line-height: 36px;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
	    margin-bottom: 4px;

}
.restaurant-info h2 {
    line-height: 28px;
}

#navigation {
	position: relative;
	box-shadow: 1px 0 0 1px var(--header-shadow);
	z-index: 1 !important;
	background: var(--header-bg);
}
#navigation ul#nav li {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
	    position: relative;
    display: -webkit-inline-flex;
    display: inline-flex;
}
#navigation ul#nav li a:before , #navigation ul#nav li.current a:before {
    background-color: transparent;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 2px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    width: 0;
}
#navigation ul#nav li.current a{
	color: var(--main-color);
}
#navigation ul#nav li.current a:before {
    background-color: var(--main-color);
    content: "";
    width: 100%;
}

#navigation-sticky-wrapper{
	z-index:1;
}

.navbar {
	background-color: var(--header-bg);
	margin-bottom:0;
}

.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  
  .scroll::-webkit-scrollbar {
  display: none; }
  
  
  
/* Products */
.col-md-8:first-child .section{
	margin-top:60px;
}
.home .col-md-8:first-child .section{
	margin:0;
}

.section-wrapper:not(:first-child) {
    margin-top: -302px;
    padding-top: 302px;
}
.isSticky .section-wrapper:not(:first-child) {
    margin-top: -128px;
    padding-top: 128px;
}
.section {
	min-height: 40vh;
	padding: 10px 0;
}

.home .section {
	min-height: 60vh;
	padding: 60px 0;
}

@media screen and (min-width: 768px){
	.col-md-8:first-child .section{
		margin-top:0;
	}
	.section-wrapper:not(:first-child) {
		margin-top: -302px;
		padding-top: 302px;
	}
	.isSticky .section-wrapper:not(:first-child) {
		margin-top: -128px;
		padding-top: 128px;
	}
	.section {
		min-height: 40vh;
		padding: 10px 0;
	}
}

@media screen and (max-width: 768px){
	.section-map{
		padding-top: 0px !important;
	}
	.powered-by{
		position: absolute;
		bottom: 50px;
		width: 90%;
	}
	.home .section{
		padding-bottom: 100px;
	}
}


.section-wrapper h2 {
    display: block;
    padding: 0 0 0 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 26px;
}
.section-wrapper .menu-item {
    padding: 0 15px 30px;
    margin: 0;
	min-height: 150px;
    overflow: hidden;
}

.menu-item a {
	display: flex;
    flex: 1 1 auto;
    color: var(--items-name-color);
    background: var(--items-bg-color);
    -webkit-box-shadow: 0px 10px 8px -12px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 8px -12px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 8px -12px rgba(0,0,0,0.1);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

.menu-item a:hover .menu-item-cover:before{background:rgba(0,0,0,0.4)}.menu-item a:focus{outline:none}

.menu-item .menu-item-cover {
	display:inline-block;
		width: 50%;
		max-width: 50%;
		min-width: 0;
    min-height: 150px;
    max-height: 214px;
    overflow: hidden;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	    background-position: center center;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}


.menu-item .menu-item-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}

.menu-item .menu-item-info {
    padding: 0 15px 25px 15px;
    min-height: 135px;
    position: relative;
	display: flex;
    flex-wrap: wrap;
	width: 50%;
}
.menu-item .menu-item-info h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 0 0;
    padding: 0;
    display: inline-block;
    /*max-width: 60%;*/
    width: 100%;
}
.menu-item .menu-item-info p.price {
	margin-top: 5px;
    margin-bottom: 0px;
}

.menu-item .menu-item-info p.item-desc {
    /*max-height: 44px;*/
    padding: 0;
    margin: 6px 0 0 0;
    line-height: 19px;
    font-size: 14px;
    color: var(--items-desc-color);
	font-family: "Source Sans Pro",sans-serif;
	display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	width: 100%;
}


@media screen and (max-width: 767px){
.section-wrapper .menu-item {
	padding-bottom:15px;
}
.menu-item .menu-item-cover {
	width: 30%;
}
.menu-item .menu-item-info{
	width: 70%;
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
}
	
/* side menu */
.panel {
	position: fixed;
	left: -15.625em; /*right or left and the width of your navigation panel*/
	width: 15.625em; /*should match the above value*/
	background-color: var(--panel-background-color);
	border-radius: 0 !important;
	    z-index: 55555;

}
.panel ul {
	list-style:none;
	margin: 1em;
}
.panel ul li {
padding-top: 1rem;
}
.panel ul li a{
color: var(--panel-link-color);
    display: block;
    font-size: 14px;
    padding: 8px 8px;
    text-decoration: none;
    text-transform: uppercase;
}
.panel ul li a:hover{
    color: var(--panel-link-hover-color);
    background: var(--panel-link-hover-background-color);
}
.panel ul li a i{
    margin-right: 5px;
	width: 15px;
	text-align: center;
}


.modal-content {
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(45,60,72,.2);
    overflow: hidden;
	background:var(--background-color);
}
.modal-body {
    position: relative;
    padding: 30px;
}
/********* shopping cart ******/

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: 1;
	text-shadow: 0 1px 0 #fff;
}

p.close {
    position: absolute;
    top: 6px;
    right: 6px;
    opacity: 1;
	color: #fff;
	z-index:55;
	text-shadow: 0px 0px 2px #404040;
	padding: 15px;

}
p.close:hover {
	color: #fff;
}
#cart-view p.close{
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.modal-cart-view h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f5;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 20px;
}
.border h3{
	padding-bottom: 15px;
    border-bottom: 1px solid #f4f4f5;
    padding-left: 0;
    text-transform: uppercase;
    font-size: 20px;
}
.border{
    box-shadow: 0 0 0 1px #ccc;
    min-height: 160px;

padding:15px;
margin-bottom:20px;
}
.message-item span {
    font-size: 13px;
    margin-top: 5px;
    display: block;
    margin-bottom: 6px;
}
.border span {
	font-family: "Source Sans Pro",sans-serif;
}
.modal-cart-view h3 i{
	padding-right: 15px;
}
.modal-cart-view p{
	font-family: "Source Sans Pro",sans-serif;
	margin: 0 0 10px;
}
.cart-items {
    padding: 5px 0;
}

.cart-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 4;
}

.cart-items ul li {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f4f4f5;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.cart-items ul li .cart-item-info {
    display: inline-block;
    max-width: 65%;
    min-height: 30px;
    padding: 0 0 10px 0;
}
.cart-items ul li p {
    position: relative;
    font-weight: 400;
    line-height: 22px;
}

.cart-items ul li .addl-item-option {
    padding: 0;
    width: 100%;
    display: block;
}
.cart-items ul li .addl-item-option p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #65646d;
}

.cart-items ul li .item-price-wrapper {
    float: right;
}
.cart-items .item-add-remove-wrapper .btn-cart , .item_summary .item_quantity .btn-cart{
    outline: 0;
    display: inline-block;
    background: #fff;
    color: var(--main-color);
    width: 38px;
    height: 37px;
    text-align: center;
    font: 300 26px/22px "Source Sans Pro",sans-serif;
    border: 1px solid #f4f4f5;
}

.cart-items .item-add-remove-wrapper .cart-item-count , .item_summary .item_quantity .cart-item-count{
    position: relative;
    text-align: center;
    font: 400 15px/30px "Oswald",sans-serif;
    background: #f9f9fa;
    color: #403f45;
    display: inline-block;
    top: 3px;
    padding: 0;
    margin: -14px 10px 0 10px;
    width: 45px;
    height: 37px;
    border: 1px solid transparent;
    letter-spacing: 1px;
}
.item_summary .item_quantity .cart-item-count {
	
    margin: -7px 10px 0 10px;
}

.cart-item-count::-webkit-outer-spin-button,
.cart-item-count::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

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

.cart-items .item-add-remove-wrapper a em {
    font-style: normal;
    background: #f4f4f5;
    color: #a5a4ac;
    position: absolute;
    bottom: 5px;
    right: 0;
    font: 300 20px/15px "Source Sans Pro",sans-serif;
    width: 20px;
    height: 20px;
    padding: 2px;
    box-sizing: content-box;
    text-align: center;
    transform-origin: 50% 50%;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.cart-items .item-add-remove-wrapper a em:hover {
    background: var(--main-color);
    color: #fff;
    -webkit-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 10px -2px rgba(0,0,0,0.3);
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}

.cart-items .item-add-remove-wrapper {
    display: inline-block;
    width: 100%;
    position: relative;
}

.addl-pricing {
    padding: 10px 0 0 0;
}

.addl-pricing p {
    display: block;
    padding: 0;
    line-height: 12px;
}
.addl-pricing p span {
    float: right;
}

.addl-pricing.grand-total {
    margin-top: 20px;
    padding: 15px 0 15px 0;
    border-top: 1px solid #f4f4f5;
    border-bottom: 1px solid #f4f4f5;
}
.addl-pricing.grand-total p {
    font-weight: 400;
}
.checkout-btn-wrapper, .item_action {
    margin: 15px 0 0 0;
}

.btn-default-lg {
	padding: 15px 10px;
    text-align: center;
    letter-spacing: 0.5px;
    font: 400 16px/22px "Oswald",sans-serif;
}

.btn-primary, .checkout-btn-wrapper .btn-primary, .item_action .btn-primary {
    border: 0;
    background-color: var(--main-color) !important;
    font: 400 16px/22px "Oswald",sans-serif;
    text-transform: uppercase;
    padding: 15px 10px;
    text-align: center;
    letter-spacing: 0.5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.checkout-btn-wrapper .disabled, .item_action .disabled , .checkout-btn-wrapper .disabled:hover, .item_action .disabled:hover{
	background-color: #e4e4e4 !important;
	text-shadow: 1px 1px #ffffff;
	color: #403f45
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus,
.btn-primary:hover, .btn-primary:focus,.btn-primary.focus{
	
    background-color: var(--main-color);
}

.btn-primary[disabled]:hover, .btn-primary:active{
	background-color: var(--main-color);
}

.empty-cart-wrapper {
    position: relative;
    min-height: 360px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.empty-cart-wrapper p {
    color: #8D8D8D;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/*** product modal */

.modal_cover-image {
    /*min-height: 322px;*/
}

.modal_cover-image:before {
    background: linear-gradient(180deg,rgba(0,0,0,.3),transparent);
    border-radius: 2px 2px 0 0;
    height: 80px;
    top: 0;
}
.modal_cover-image:after, .modal_cover-image:before {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.modal_cover-image img {
    border-radius: 3px 3px 0 0;
    width: 100%;
}
.item_form-legend {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    color: var(--body-text-color);
    margin: 0 0 26px;
}

.item_substitutions_option+.item_substitutions_option {
    margin-top: 10px;
}
#productModal label, #productModal p,  #productModal textarea{
    font-family: "Source Sans Pro",sans-serif;
}

.item_form-label_text {
    margin-right: 7px;
}
.item_form-label_indicator--required {
    color: #39b238;
    display: inline-block;
    letter-spacing: normal;
    text-transform: none;
}

.radio-field {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.radio-field label {
    cursor: pointer;
    -webkit-flex: 1 1;
    flex: 1 1;
    margin: 0;
    padding-left: 11px;
    padding-top: 2px;
    position: relative;
    touch-action: manipulation;
    transition: color .15s ease;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.radio-field input {
    height: 24px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    width: 24px;
}

.radio-field label:after, .radio-field label:before {
    content: "";
    position: absolute;
    z-index: 1;
}

.radio-field label:before {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    height: 24px;
    left: -24px;
    top: 0;
    transition: border-color .15s ease;
    width: 24px;
}
.radio-field label:before {
    border-radius: 100%;
}
.radio-field label:after {
    display: block;
    opacity: 0;
}
.radio-field label:after {
    -webkit-animation: shrink-dot .15s ease-in;
    animation: shrink-dot .15s ease-in;
    background-color: var(--main-color);
    border-radius: 100%;
    height: 12px;
    left: -18px;
    top: 6px;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: background-color .15s ease-in;
    width: 12px;
}

.radio-field-big label:before {
    height: 24px;
    left: -24px;
    top: 10px;
    width: 24px;
}
.radio-field-big label:after {
    height: 12px;
    left: -18px;
    top: 16px;
    width: 12px;
}

.radio-field input:checked~label:before {
    border-color: var(--main-color);
}
.radio-field input[type=radio]:checked~label:after {
    -webkit-animation: grow-dot .15s ease-in;
    animation: grow-dot .15s ease-in;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
.radio-field input:checked~label:after {
    opacity: 1;
}
.radio-field input:checked~label {
    color: var(--main-color);
}
.item_modifier+.item_modifier {
    margin-top: 30px;
}
.item_modifier+.item_modifier:before {
    padding-top: 21px;
    background-image: linear-gradient(90deg,#ccc 25%,hsla(0,0%,80%,0) 0,hsla(0,0%,80%,0));
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
}

.checkbox-field {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
}

.checkbox-field input {
    height: 24px;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    width: 24px;
}

.checkbox-field label {
    cursor: pointer;
    -webkit-flex: 1 1;
    flex: 1 1;
    margin: 0;
    padding-left: 11px;
    padding-top: 2px;
    position: relative;
    touch-action: manipulation;
    transition: color .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.checkbox-field label:after, .checkbox-field label:before {
    content: "";
    position: absolute;
    z-index: 1;
}
.checkbox-field label:before {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    height: 24px;
    left: -24px;
    top: 0;
    transition: border-color .15s ease;
    width: 24px;
}
.checkbox-field label:before {
    border-radius: 4px;
}


.checkbox-field label:after {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    left: -24px;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .15s ease;
    width: 24px;
}

.checkbox-field label:after {
    background-position: -354px -234px;
}

.checkbox-field input[type=checkbox][data-valid=true]~label:after,.checkbox-field label:after {
    background-image: url(img/sprites-f15f4eaa.png);
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
}

.checkbox-field input:checked~label small {
    color: var(--main-color);
}
.checkbox-field input:checked~label {
    color: var(--main-color);
}
.checkbox-field input:checked~label:before {
    border-color: var(--main-color);
}
.checkbox-field label:before {
    border-radius: 4px;
}
.checkbox-field label:before {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    height: 24px;
    left: -24px;
    top: 0;
    transition: border-color .15s ease;
    width: 24px;
}
.checkbox-field label:after {
    display: block;
    opacity: 0;
}
.item_modifier-options+.item_modifier-options {
    margin-top: 10px;
}

.item_modifiers~.item_substitutions {
    margin-top: 30px;
}
.item_modifiers~.item_substitutions:before {
    padding-top: 21px;
    background-image: linear-gradient(90deg,#ccc 25%,hsla(0,0%,80%,0) 0,hsla(0,0%,80%,0));
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
}
.checkbox-field input:checked~label:after {
    opacity: 1;
}

.item_modifiers+.item_special-instructions, .item_substitutions+.item_special-instructions {
    margin-top: 30px;
}
.item_modifiers+.item_special-instructions:before, .item_substitutions+.item_special-instructions:before {
    padding-top: 21px;
    background-image: linear-gradient(90deg,#ccc 25%,hsla(0,0%,80%,0) 0,hsla(0,0%,80%,0));
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 4px 1px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
}

.item_summary {
    flex-direction: row;
    margin-top: 25px;
}
.item_quantity, .item_summary {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
}
.item_price {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-flex: 1 1;
    flex: 1 1;
    font-weight: 700;
    text-align: right;
}
.item_price-text {
    display: inline;
}


form label{font-weight:300}form input:focus{outline:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}textarea{resize:none}a,a:visited,a:focus{text-decoration:none;outline:none;transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out}
input , textarea{
    font-size: 18px;
    padding: .75em;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
 .form-group input,  .form-group textarea {
    background: none;
	    border: 0;
		box-shadow:none;
    border-bottom: 2px solid rgba(164, 161, 161, 0.2);
    color: var(--body-text-color);
    border-radius: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.form-group textarea {
    min-height: 100px;
}



.form-control:focus {
	box-shadow:none;
}
.radio-field input {
width: 24px;	
}
 .form-group input:focus, .form-group  textarea:focus {
	 border-bottom: 2px solid var(--main-color);
 outline: 0;
 }


#contact-info h3, .contact-info h3{
	
    font-size: 20px;
}

/* @group Base */
select.chzn-select {
  visibility: hidden;
  height: 28px !important;
  min-height: 28px !important;
}
.chzn-container {
  font-size: 13px;
  width: 100% !important;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 2px solid #edecec;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 2px solid #edecec;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 8px;
  color: #909090;
  text-decoration: none;
      font-size: 18px;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
    font-family: 'Oswald', sans-serif;
}
.chzn-container-single .chzn-single div {
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background: #fff;
  border-left: 2px solid #edecec;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 38px;
}
.chzn-container-single .chzn-single div b {
  background: url('img/chosen-sprite.png') no-repeat 0 1px;
  display: block;
  width: 18px;
    height: 18px;
    margin-top: 5px;
	margin-left: 9px;

}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  margin: 0;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input {
	width: 100% !important;

  background: #fff url('img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('img/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('img/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('img/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('img/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('img/chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('img/chosen-sprite.png') no-repeat 100% -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('img/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  color: #000;
}
.chzn-container-single .chzn-drop {
	width: 100% !important;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 5px;
  top: 6px;
  width: 8px;
  height: 9px;
  font-size: 1px;
  background: url(img/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -9px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -9px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-results::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.chzn-results::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.chzn-results::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #909090;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
  color: #000;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
}
.chzn-container .chzn-results .highlighted {
  background: var(--main-color);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container .chzn-results .group-option:not(.highlighted) {
  color: black;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */

.chzn-container-active .chzn-single-with-drop {
  border: 2px solid #edecec;

  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div { 
  left: 0; right: auto; 
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius   : 4px 0 0 4px;
  border-radius        : 4px 0 0 4px; 
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: url('img/chosen-sprite.png') no-repeat -38px -20px, #ffffff;
  background: url('img/chosen-sprite.png') no-repeat -38px -20px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('img/chosen-sprite.png') no-repeat -38px -20px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);  
  background: url('img/chosen-sprite.png') no-repeat -38px -20px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('img/chosen-sprite.png') no-repeat -38px -20px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('img/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('img/chosen-sprite.png') no-repeat -38px -20px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('img/chosen-sprite.png') no-repeat -38px -20px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
/* @end */


/* social media */

.social ul {
	list-style:none;
	    display: inline-block;
    vertical-align: middle;
    margin: 0px 2px 2px 0px;
}
.social ul li{
	float:left;
	margin-right:5px
}
.social ul li a {
width: 46px;
    height: 46px;
    display: block;
    text-align: center;
    box-sizing: border-box;
	background:#909090;
	    color: #fff;    
		line-height: 45px;
    font-size: 30px;
}

.social ul li a:hover {
	background:var(--main-color);
}
/* @end */

/* acordion */
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
  padding:0;
  margin:0;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
	color:#909090;
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion .ui-accordion-header-active a {
  color:var(--main-color);
}
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {
  zoom: 1;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
.day-time {
	list-style:none;
	margin:0;
	padding:0;
}
.day-time li{
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
}
.day-time li:first-child {
margin:0;
}

.day-time li p{
	margin:0;
}

.map {
	height: 500px;
}

.form-control:focus {
    border-color:var(--main-color) !important;
}


.restaurant-info.avg_time {
    text-align: right;
}

.global-header .language-bar {
	display:none;
}

@media only screen and (max-width: 767px){
	.cart-mobile {
		position: fixed !important;
	}
	.shopping-cart{
		display:none !important;
	}
	.global-header .language-bar {
		display:block;
	}
}

.cart-mobile {
    position: none;
    bottom: 0;
    left: 0;
    text-align: center;
	display: flex;
    width: 100%;
    z-index: 10;
	height: 65px;
    padding: 10px;


}
.cart-mobile .icon-cart {
    display: block;
    line-height: 26px;
    color: #909090;
    position: relative;
    text-decoration: none;
    width: 50px;
    padding: 5px;
    background: var(--main-color);
    border-radius: 50%;
	height: 45px;
}
.cart-mobile .icon-cart i {
    font-size: 22px;
    line-height: 35px;
    color: #fff;
}
.cart-mobile .icon-cart i em {
    position: absolute;
    top: -10px;
    right: -14px;
    font: 400 12px/20px "Oswald",sans-serif;
    width: 18px;
    height: 18px;
    padding: 2px;
    box-sizing: content-box;
    text-align: center;
    display: inline-block;
    visibility: visible;
    background: #fff;
    color: var(--main-color);
    transform: scale(1);
    transform-origin: 50% 50%;
    text-transform: uppercase;
    border: 2px solid var(--main-color);
    letter-spacing: 1px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}
.cart-mobile a{
    background: var(--main-color);
    width: 100%;
    border-radius: 25px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    font-size: 16px;
    display: block;
    margin-left: 12px;
}

.cart-mobile .message, .cart-mobile .message{
    color: white !important;
	background-color:#C8C8C8 !important;
    width: 100%;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    display: block;
	margin-left: unset;
}
.cart-mobile a:hover,.cart-mobile a:active, .cart-mobile a:focus {
	text-decoration:none;
}
/*radio button */
.radio-items {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    padding-left: 32px;
    margin-bottom: 0;
    line-height: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} 
.radio-items input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
}
/* On mouse-over, add a grey background color */
.radio-items:hover input ~ .checkmark {
  background-color: var(--main-color);
}

/* When the radio button is checked, add a blue background */
.radio-items input:checked ~ .checkmark {
  background-color: var(--main-color);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-items input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-items .checkmark:after {
   top: 0;
   bottom: 0;
   width: 11px;
   height: 11px;
   border-radius: 50%;
   left: 0;
   right: 0;
   margin-left: auto;
   margin-right: auto;
   margin-top: auto;
   margin-bottom: auto;
   background: white;
}
.error-color{
	color: red !important;
}
.error{
	color: red !important;
}
@media screen and (max-width: 576px){
	.modal-sm-customize{
		width: 90% !important;
		margin: 10px auto;
	}
	
}
@media screen and (min-width: 577px){
	.modal-sm-customize{
		width: 450px !important;
		margin: 30px auto  !important;
	}
}

.item-img{
	max-height: 600px;
}

.order-type-section .options-container {
	width: 100%;
	margin: auto;
	padding: 10px;
	margin-bottom: -10px;
}
.order-type-section .options {
	text-align: center;
}

.order-type-section .options-buttons-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap:nowrap
}
.order-type-section .option {
	border-bottom: 1.5px solid var(--main-color);
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 0;
	width: 200px;
	background-color: var(--background-color);
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}
.order-type-section .details-content a {
	color: var(--main-color);
	font-size: 90%;
}


.order-type-section .btn-submit,.order-type-section .btn-change {
	border: 1px solid var(--main-color);
}
.order-type-section .option:hover
,.order-type-section .btn-submit:hover
,.order-type-section .btn-change:hover
,.order-type-section .option:focus
,.order-type-section .btn-change.active
,.order-type-section .option.active{
	background-color: var(--main-color) !important;
	color: #fff !important;
	border: 1px solid var(--main-color);
	outline-color: var(--main-color);
}



.order-type-section .option-search {
	margin-top: 5px;
	margin-bottom: 10px;
}

.order-type-section .city,.order-type-section .branch {
	padding: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}

.order-type-section .city:not(:last-child),.order-type-section .branch:not(:last-child){
	border-bottom: 1px solid var(--main-color);
	
}
.order-type-section .city:hover, .order-type-section .city.active
,.order-type-section .branch:hover,.order-type-section .branch.active {
	background-color: var(--main-color);
	color: #fff;
}
.section-wrapper.cats-section{
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.order-type-section .option-details {
	display: none;
}
.order-type-section .details-edit {
	font-size: 1.7rem;
	cursor: pointer
}

.order-type-section .details-content ul{
	margin: 0px;
}

.order-type-section .main-city-li{
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.order-type-section .areas-list li:first-child {
  margin-top: 10px;
  border-top: unset;
}
  
.order-type-section .main-city-li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.order-type-section .popop-location-lists {
  margin-top: 15px; }

.order-type-section .city-head {
	padding: 10px 15px;
	cursor: pointer;
}

.order-type-section .city-head span.fa {
  font-size: 22px;
  color: #000;
  float: right;
  display: inline-block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all; }

.order-type-section .city-head h3 {
  display: inline-block; }

.order-type-section .main-city-li.active .city-head span {
  -webkit-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important; }

.order-type-section .inner-city-dropdown {
  border-top: 1px solid rgba(0, 0, 0, 0.12); }

.order-type-section .inner-city-dropdown li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

.order-type-section .inner-city-dropdown li:last-child {
  border-bottom: none; }

.order-type-section .inner-city-dropdown li a {
  padding: 10px 25px;
  display: block;
  font-size: 14px; }

.order-type-section .inner-city-dropdown {
  display: none; }

.order-type-section .popop-location-lists {
  overflow-y: scroll;
  height: 55vh; }

.order-type-section li.main-city-li:hover .city-head {
  background: var(--main-color);
    color: var(--body-text-color);
}

.order-type-section li.main-city-li.active .city-head {
	background: var(--main-color);
    color: var(--body-text-color);
}

.order-type-section li.main-city-li.active .city-head h3, .order-type-section li.main-city-li.active .city-head span  {
color: var(--body-text-color)
}


  
.order-type-section .inner-city-dropdown a {
  color: var(--body-text-color);
}

.powered-by{
  text-align: center;
  font-size: 13px;
  padding: 10px;
}
.powered-by a{
  text-transform: none; 
  letter-spacing: 1px;
  color: var(--body-text-color);
}

.item-error{
  margin:0 10px;
  color:red
}

.d-none {
  display: none !important;
}

.d-line-flex{
  display: inline-flex !important;
}
.menu-powered-by a{
  background: transparent;
  position: absolute;
  bottom: 10px;
  width: 90%;
}

a.link{
  color: var(--main-color) !important;
}
.iban-action-container{
    display: block;
  }

.item_modifier{
    border-top: 1px dashed #ccc;
    padding-top: 25px;
    margin-top: 25px;
}


.pre_time .item_quantity h3{
    padding: 0;
    margin: 0;
}

.pre_time .item_price p{
    color: var(--main-color) !important;
    padding: 0;
    margin: 0;
}