/* Fonts */
@font-face {
    font-family: 'mayasamuels_pro_light';
    src: url('../fonts/mayasamuelspro-light.eot');
    src: url('../fonts/mayasamuelspro-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mayasamuelspro-light.woff') format('woff'),
         url('../fonts/mayasamuelspro-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mayasamuels_pro_regular';
    src: url('../fonts/mayasamuelspro-regular.eot');
    src: url('../fonts/mayasamuelspro-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mayasamuelspro-regular.woff') format('woff'),
         url('../fonts/mayasamuelspro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bandera_probold';
    src: url('../fonts/banderapro-bold.eot');
    src: url('../fonts/banderapro-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/banderapro-bold.woff2') format('woff2'),
         url('../fonts/banderapro-bold.woff') format('woff'),
         url('../fonts/banderapro-bold.ttf') format('truetype'),
         url('../fonts/banderapro-bold.svg#bandera_probold') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
    font-family: 'bandera_promedium';
    src: url('../fonts/banderapromedium.eot');
    src: url('../fonts/banderapromedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/banderapromedium.woff2') format('woff2'),
         url('../fonts/banderapromedium.woff') format('woff'),
         url('../fonts/banderapromedium.ttf') format('truetype'),
         url('../fonts/banderapromedium.svg#bandera_promedium') format('svg');
    font-weight:normal;
    font-style:normal;
} 
@font-face {
    font-family: 'bandera_proregular';
    src: url('../fonts/banderapro.eot');
    src: url('../fonts/banderapro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/banderapro.woff2') format('woff2'),
         url('../fonts/banderapro.woff') format('woff'),
         url('../fonts/banderapro.ttf') format('truetype'),
         url('../fonts/banderapro.svg#bandera_proregular') format('svg');
    font-weight:normal;
    font-style:normal;
}

.labelnew{
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.menu-category-filter{
  display: none;
  width: 100%;
}
.extended-category .menu-category-filter{
  width: auto;
} 
/* General */
html,body {
	height:100%;
	margin:0;
	padding:0;
	border:0;
}
body {
    font-family: 'mayasamuels_pro_light';
	font-size:16px;
	color:#111;
	background:#fff9ea;
}
a, button, .btn {
	outline:none !important;
}
button, .btn {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing:4px;
	line-height:1;
	border-radius:0;
	outline:none !important;
	border:none;
	padding:15px 25px;
	box-shadow:none !important;
	text-decoration:none !important;
}
.btn-primary {
	border:4px solid #798632;
	padding:12px;
	color:#fff !important;
	background:#798632;
}
.btn-primary:hover, .btn-primary:focus {
	background:#E6F59F;
	color:#222 !important;
	border:4px double #798632;
}
.btn-default {
	font-size: 13px;
	letter-spacing:1.4px;
	border-radius:50px;
	background:#3295DA;
	color:#fff !important;
	border:none !important;
}
.btn-default:hover, .btn-default:focus {
	background:#2c80ba;
}




	
h1 {
	font-size:32px;
	margin:0 0 20px;
	line-height:1.1;
}
h2 {
    font-family: 'bandera_promedium';
	font-size: 35px;
	margin:0;
	line-height:1;
	position:relative;
}
h2:after {
	content:'';
	display:block;
	position:absolute;
	bottom:-40px;
	left:50%;
	margin-left:0;
	width:0;
	height:2px;
	background:#b4bb6b;
	opacity:0;
	-webkit-transition: width 0.8s, margin 0.2s 0.8s, opacity 0.2s 0.2s;
	transition: width 0.2s 0.8s, margin 0.2s 0.8s, opacity 0.2s 0.2s;
}
.block-anim  h2:after {
	margin-left:-40px;
	width:80px;
	opacity:1;
}
h3 {
    font-family: 'mayasamuels_pro_regular';
	font-size:16px;
	letter-spacing:7px;
	text-transform:uppercase;
	line-height: 1;
	margin:0 0 30px;
}
h4 {
	font-size:18px;
	margin:0;
	line-height:1.1;
}



a {
	color:#111;
}
a:hover, a:focus {
	color:#2b87c7;
}

p {
	margin-bottom:15px;
}
.small {
    font-size: 12px;
}
.form-control {
	box-shadow:none !important;
	background:#fff;
	border:4px double #fff;
	border-radius:0;
	height:50px;
	padding:10px 15px;
	color:#111;
	font-size:15px;
}
.form-control:focus {
	border:4px double #B4BB6B;
}
.has-error .form-control {
	border-color:#EC5353 !important;
}
label, strong {
	font-weight:normal;
}
label {
	font-size:12px;
	margin-bottom:8px;
}
textarea {
	resize:vertical;
	min-height:50px;
}
.error-description {
	color:#EC5353 !important;
	font-size:12px;
	margin-top:4px;
	display:block;
}
hr {
	border-color:#ddd;
}
*::selection {
    background: #f5ffb5;
    color: #000;
}
*::-moz-selection {
    background: #f5ffb5;
    color: #000;
}
*::-webkit-selection {
    background: #f5ffb5;
    color: #000;
}
*::-webkit-input-placeholder {
    color: #A3A17F;
}
*:-moz-placeholder {
    color: #A3A17F !important; text-overflow: ellipsis;
}
*::-moz-placeholder {
    color: #A3A17F !important; text-overflow: ellipsis;
}
*:-ms-input-placeholder {
    color: #A3A17F !important; text-overflow: ellipsis;
}




.row {
	margin:0;
	position:relative;
}
.wrapper {
	position:relative;
	overflow:hidden;
	min-height:100%;
}





/* Sidebar */
.sidebar {
	position:fixed;
	z-index:998;
	top:0;
	bottom:0;
	left:0;
	width:300px;
	background:#fff9ea;
}
.sidebar .scroll-wrapper {
	position:absolute;
	top:220px;
	left:0;
	right:0;
	bottom:20px;
	overflow:hidden;
}
.right-border {
	position:fixed;
	z-index:998;
	top:0;
	bottom:0;
	right:0;
	width:60px;
	background:#fff9ea;
}
.logo {
	display:block;
	width:168px;
	height:111px;
	background:url(/img/theme/logo.svg) no-repeat center / contain;
	margin:60px auto 0;
}
.nav-descriptor {
    font-family: "bandera_probold";
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    text-align: center;
    margin-top: 20px;
}

.navigation {
	text-align:center;
}
.navi {
	margin:0;
	padding:0;
	list-style:none;
}
.navi li {
	display:block;
}
.navi li a {
	font-family: "bandera_promedium";
	font-size:12px;
	letter-spacing:1.5px;
	text-transform: uppercase;
	line-height:1.4;
	text-decoration:none !important;
	color:#111 !important;
	display:block;
	padding:15px 10px;
	position:relative;
	-webkit-transition:all .2s ease;
	transition:all .2s ease;
}
.navi li a.active {
	background:#e0f28a;
}
.navi li a:after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-60px;
	width:120px;
	height:1px;
	background:#d8d293;
	-webkit-transition:all .3s ease;
	transition:all .3s ease;
}
.navi li a:hover:after {
	left:0;
	margin-left:0;
	width:100%;
}
.navi li a.active:after {
	left:0;
	margin-left:0;
	width:100%;
	background:#e0f28a;
}



/* Header */
.header {
	position:fixed;
	z-index:999;
	top:0;
	right:0;
	left:0;
	height:60px;
	background:#fff9ea;
	padding-left: 300px;
	line-height:60px;
}
.delivery {
	position: absolute;
	left: 90px;
	top: 13px;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}
.phone {
	font-family: "bandera_probold";
	font-size: 16px;
	padding:22px 15px 10px 0;
	float:left;
	line-height:1;
}
.phone span {
	display:block;
	font-family: 'mayasamuels_pro_light';
	font-size: 13px;
}
.top-link {
	font-family: "bandera_promedium";
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration:none !important;
	color:#111 !important;
	padding:0 14px;
	float:left;
	position:relative;
}
.top-link:before {
    content: "";
    display: block;
    position: absolute;
    bottom:20px;
	top:20px;
    left:0;
    width: 1px;
    background:#D8D293;
}
.basket-block {
	position:absolute;
	top:0;
	right:60px;
	height:60px;
	text-decoration:none !important;
	padding:0 15px 0 25px;
	color:#111 !important;
}
.basket-block.empty-basket {
	cursor:default;
}
.basket-block.full-basket {
	background:#e0f28a;
	width:190px;
}
.basket-block.full-basket:hover {
	background:#e6f59f;
}
.basket-icon {
	display:block;
	float:left;
	width:28px;
	height:28px;
	background:url(/img/theme/cart.svg) no-repeat center;
	background-size:cover;
	margin-top:15px;
}
.no-svg .basket-block i {
	background:url(/img/theme/cart.png) no-repeat center;
	background-size:cover;
}
.basket-block span {
	display:block;
	float:left;
	font-size: 12px;
	background:#fff;
	width: 30px;
	height: 30px;
	line-height:30px;
	border-radius: 30px;
	text-align: center;
	margin:15px 10px 0;
}
.basket-block.empty-basket span {
	margin:15px 0 0 10px;
}
.basket-block b {
	display:block;
	float:left;
	font-family: "bandera_probold";
	font-size: 16px;
	font-weight:normal;
}
.basket-block.empty-basket b {
	display:none;
}
.basket-block i {
	display:block;
	float:left;
	font-family: "bandera_probold";
	font-size: 16px;
	font-style:normal;
	margin-left:4px;
}



/* Basket */
.basket-preview {
	position:fixed;
	z-index:997;
	top:60px;
	right:60px;
	bottom:0;
	width:300px;
	background:#e0f28a;
	visibility:hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.basket-preview.visible {
	visibility:visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.basket-preview > * {
	opacity:0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-webkit-transition: -webkit-transform 0.2s 0.2s, opacity 0.2s 0.2s;
	transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}
.basket-preview.visible > * {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
	transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}
.basketprev-close {
	position:absolute;
	z-index:3;
	top:25px;
	right:25px;
	width:22px;
	height:22px;
	background:url(/img/theme/close.svg) no-repeat 0 0 !important;
	padding:0 !important;
	border:none !important;
}
.no-svg .basketprev-close {
	background:url(/img/theme/close.png) no-repeat 0 0 !important;
}
.basketprev-close:hover, .basketprev-close:focus {
	background-position:-22px 0 !important;
}
.basket-preview h3 {
	padding-left: 40px;
	margin-top:30px;
}
.btn-proceed {
	width:220px;
	display:block;
	margin:0 auto 25px;	
}
.preview-items {
	position:absolute;
	top:140px;
	bottom:0;
	left:0;
	right:0;
}
.preview-items .scroll-wrapper {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding-bottom:20px;
}
.preview-items .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .preview-items .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color:#b3ba6c;
}
.basket-item {
	padding:15px 40px;
	position:relative;
}
.remove-item {
	display:block;
	width:19px;
	height:19px;
	background:url(/img/theme/remove.png) no-repeat 0 0;
	position:absolute;
	z-index:1;
	top:13px;
	right:40px;
	padding:0;
}
.remove-item:hover {
	background:url(/img/theme/remove.png) no-repeat 0 -19px;
}
.basket-item-name {
    font-family: 'bandera_proregular';
	font-size: 14px;
	line-height:1.1;
	margin-bottom:8px;
	padding-right:25px;
}
.basket-item-price {
	position:relative;
	line-height:1;
}
.b-price {
    font-family: 'bandera_promedium';
	font-size: 16px;
	letter-spacing:-1px;
	background:url(/img/theme/dots.png) repeat-x center 9px;
	padding-right:80px;
}
.b-price-total {
    font-family: 'bandera_promedium';
	font-size: 16px;
	letter-spacing:-1px;
	background:#e0f28a;
	padding-left:5px;
	position:absolute;
	right:0;
	top:0;
}
.basket-item-price b {
	font-weight:normal;
	background:#e0f28a;
	padding-right:6px;
}
.basket-item-price i {
	font-style:normal;
	margin-left:3px;
}



.basket-page-wrapper {
	background:#eefbae;
	padding-top:60px;
	position:relative;
}
.basket-page {
	width:60%;
}
.basket-bg {
	position:absolute;
	top:0;
	left:60%;
	right:0;
	bottom:0;
	background:url(/img/theme/basket-bg.jpg) repeat top left;
}
.basket-list {
	padding:20px 0;
}
.basket-page h1 {
	font-family: "bandera_promedium";
	font-size:32px;
	letter-spacing:5px;
	text-transform: uppercase;
	line-height: 1;
	margin:0 0 40px;
	position: relative;
	text-align:center;
}
.basket-page h1::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height:2px;
    background: #B4BB6B;
}
.basket-list {
	margin:0 auto;
	width:750px;
	padding:60px 60px;
	text-align:center;
}
.basket-total {
	font-size: 10px;
	letter-spacing:5px;
	text-transform: uppercase;
	display:inline-block;
	margin-top:60px;
	padding:0 30px;
	line-height:1;
	position:relative;
}
.basket-total:before {
    content: "";
    display: block;
    position: absolute;
    top:3px;
    right:100%;
    width:235px;
    height:2px;
    background:#B4BB6B;
}
.basket-total:after {
    content: "";
    display: block;
    position: absolute;
    top:3px;
    left:100%;
    width:235px;
    height:2px;
    background:#B4BB6B;
}
.basket-total span {
	font-family: "bandera_probold";
	font-size:24px;
	letter-spacing:0;
	margin-top:8px;
	display:block;
}
.basket-good {
	position:relative;
	text-align:left;
}
.basket-good .menu-item {
	z-index:1;
}
.basket-good .basket-add {
	opacity:1;
	left:400px;
	width:90px;
}
.basket-good .btn-add {
    background-color:#fff !important;
}
.basket-good .btn-increase {
    left:65px;
}
.basket-good .basket-add > input {
    width:30px;
    height: 25px;
    line-height: 25px;
    top:0;
    left:35px;
	background:#fff;
}
.basket-good .remove-item {
    top:20px;
    right:-3px;
	z-index:2;
}
.basket-good .item-name {
    font-size:16px;
    padding-right:340px;
}
.basket-good .item-name b {
    background:#eefbae;
}
.basket-good .item-price {
	padding-right:5px;
    background:#eefbae;
    right:245px;
}
.basket-good .item-portion {
	padding-right:5px;
	width: 60px;
    right:245px;
}
.item-price.item-price-total {
    right:46px;
}
.item-portion.item-portion-total {
    right:46px;
}



.basket-form {
	margin:0 auto;
	max-width:700px;
}
.basket-checkout {
	padding:60px 0;
	background:url(/img/theme/tri.svg) no-repeat center top #e2f199;
}
.no-svg .basket-checkout {
	background:url(/img/theme/tri.png) no-repeat center top #e2f199;
}
.basket-checkout h3 {
	text-align:center;
	margin:10px 0 40px;
}
.basket-form .btn {
	font-family: "mayasamuels_pro_regular";
	font-size: 15px;
	width:300px;
	padding:20px;
	display:block;
	margin:10px auto 0;
}
.basket-form .form-control {
	margin-bottom:25px;
}
.basket-success {
	padding:240px 60px;
}
#basket-form_es_ {
	display:none !important;
}
.basket-form .help-block {
	font-size:12px;
	margin:-20px 0 25px;
    color: #a94442;
}







/* Menu block */
.menu-anim {
	overflow:hidden;
}
.menu-block-wrapper {
	position:fixed;
	z-index:996;
	top:60px;
	bottom:0;
	left:300px;
	right:0;
	visibility:hidden;
    -webkit-transform: translateX(-652px);
    transform: translateX(-652px);
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
}
.menu-anim .menu-block-wrapper {
	visibility:visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.menu-close {
	position:absolute;
	z-index:3;
	top:25px;
	right:25px;
	width:22px;
	height:22px;
	background:url(/img/theme/close.svg) no-repeat 0 0 !important;
	padding:0 !important;
	border:none !important;
}
.no-svg .menu-close {
	background:url(/img/theme/close.png) no-repeat 0 0 !important;
}
.menu-close:hover {
	background-position:-22px 0 !important;
}
.menu-bg {
	position:absolute;
	top:0;
	left:652px;
	right:60px;
	bottom:0;
	z-index:2;
	overflow:hidden;
	-webkit-perspective:1000px;
	perspective:1000px;
}
.menu-bg-img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	background-size:cover;
	background-position:center;
	background-color:#EEFBAE;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
	-webkit-transition:all .6s ease;
	transition:all .6s ease;
}
.bg-anim .b-loaded {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
	opacity:1;
}


.menu-block {
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:652px;
}
.fold-content {
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.3s;
	transition: visibility 0s 0.3s;
}
.block-anim .fold-content {
	visibility: visible;
	-webkit-transition: visibility 0s 0.4s;
	transition: visibility 0s 0.4s;
}


.menu-content {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;	
}
.menu-content .scroll-wrapper {
	height:100%;	
}
.mCSB_scrollTools {
    width:6px;
	right:0px !important;
	left: auto !important;
	margin:0 !important;
	z-index:3;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width:6px;
    background:none !important;
	border-radius:0 !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width:6px;
    background-color:#e0f28a;
	border-radius:0 !important;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #e0f28a;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #b4bb6b;
}
.mCSB_inside > .mCSB_container {
    margin-right: 0;
}

.menu-header {
	height:180px;
	text-align:center;
	padding:60px 0 0;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: -webkit-transform 0.2s 0.2s, opacity 0.2s 0.2s;
	transition: transform 0.2s 0.2s, opacity 0.2s 0.2s;
}
.block-anim .menu-header {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.2s 0.5s, opacity 0.2s 0.5s;
	transition: transform 0.2s 0.5s, opacity 0.2s 0.5s;
}

.menu-filters {
	text-align:center;
	margin-bottom:40px;
	height:35px;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.2s;
	transition: opacity 0.2s 0.2s;
    position: relative;
}
.block-anim .menu-filters {
	opacity: 1;
	-webkit-transition: opacity 0.2s 0.5s;
	transition: opacity 0.2s 0.5s;
}
.menu-filters-overlay{
    height: 28px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    opacity: 0.4;
    display: none;
}
.menu-block.loading .menu-filters-overlay{
  display: block;
}
.menu-filters .btn {
	font-family: "mayasamuels_pro_regular";
	font-size: 10px;
	letter-spacing:2px;
	display:inline-block;
	padding:8px 8px;
	margin:0 2px;
	background:none;
	border-bottom:2px dotted #b4bb6b;
}
.menu-filters .btn:hover {
	background:#e0f28a;
}
.menu-filters .btn.active {
	background:#b4bb6b;
	color:#fff;
}


.menu-type-selector {
	margin-bottom:14px;
}
.menu-type-selector .btn {
	border:1px solid #f4ead2;
	padding: 8px 17px;
}
.menu-type-selector .btn:hover {
	background:#fff9ea;
}
.menu-type-selector .btn.active {
	background:#f4ead2;
	color:#111;
}
.menu-category {
	padding:0 0 40px;
	opacity: 0;
	-webkit-transition:opacity 0.2s 0.2s;
	transition:opacity 0.2s 0.2s;
  width: 100%;
}
.block-anim .menu-category {
	opacity: 1;
	-webkit-transition:opacity 0.2s 0.5s;
	transition:opacity 0.2s 0.5s;
}
.menu-category h3 {
	text-align:center;
	letter-spacing: 5px;
}
.menu-item {
	padding:20px 0;
	position:relative;
	z-index:0;
}
.featured:after {
	content:'';
	display:block;
	position:absolute;
	z-index:-1;
	left:-120px;
	right:-120px;
	top:0;
	bottom:0;
	background:#FFFDF8;
	border-bottom:1px solid #f4eedf;
}
.menu-item:hover {
	z-index:1;
}
.extended-category .menu-item {
    padding:20px 120px 30px;
    margin-left:-120px;
    margin-right:-120px;
	border-bottom:1px solid #e8e1d0;
	background:#fffdf8;
}
.extended-item {
	padding:20px 0 0;
	position:relative;
}
.complex-item {
	padding-bottom:10px;
}
.item-img img {
	margin:0 auto -5px;
}
.item-name {
    font-family: 'bandera_proregular';
	font-size: 17px;
	background:url(/img/theme/dots.png) repeat-x center 9px;
	line-height:1.2;
	padding-right:70px;
}
.item-name b {
	font-weight:normal;
	background:#fff;
	padding-right:6px;
	color:#000;
}
.featured .item-name b {
    font-family: 'bandera_promedium';
    background:#FFFDF8;
}
.extended-category .item-name b {
    font-family: 'bandera_promedium';
    background:#fffdf8;
}
.complex-item .item-name b {
	text-transform:uppercase;
	letter-spacing:2.5px;
}
.complex-item .extended-item .item-name b {
    font-family: 'bandera_proregular';
	color:#898a6f;
	text-transform:none;
	letter-spacing:normal;
}
.item-price {
    font-family: 'bandera_promedium';
	font-size: 18px;
	letter-spacing:-1px;
	background:#fff;
	padding-left:5px;
	position:absolute;
	right:0;
	top:18px;
}
.featured .item-price {
    background:#FFFDF8;
}
.extended-category .item-price {
    background:#fffdf8;
}
.item-price i {
	font-style:normal;
	margin-left:3px;
}
.item-portion {
	font-size:13px;
	width:86px;
	text-align:right;
	color:#a3a17f;
	position:absolute;
	right:0;
	top:44px;
}
.complex-item .item-portion {
	top:45px;
	background:#fffdf8;
    z-index: 10;
}
.item-info {
	font-size:13px;
	line-height:1.2;
	color:#898a6f;
	margin-top:2px;
	overflow:hidden;
	padding-right:92px;
}
.basket-add {
	position:absolute;
	top:18px;
	left:100%;
	width:70px;
	height:50px;
	padding-left:10px;
	padding-right:10px;
	opacity:0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.menu-item:hover .basket-add {
	opacity:1;
}
.tablet .basket-add, .phone .basket-add {
	opacity:1;
}
.btn-add {
	position:absolute;
	top:0;
	float:left;
	width:25px;
	height:25px;
	padding:0 !important;
	border:none !important;
	box-shadow:none !important;
	background:url(/img/theme/bask-add.svg) no-repeat #e0f28a;
}
.no-svg .btn-add {
	background:url(/img/theme/bask-add.png) no-repeat #e0f28a;
}
.btn-increase {
	left:36px;
	background-position:0 0 !important;
}
.btn-increase:hover {
	background-position:0 -25px !important;
}
.btn-decrease {
	left:10px;
	background-position:-25px 0 !important;
}
.btn-decrease:hover {
	background-position:-25px -25px !important;
}
.basket-add > input {
	font-size: 13px;
	color:#000;
	width:51px;
	height:22px;
	line-height:22px;
	text-align:center;
	border:none !important;
	box-shadow:none !important;
	background:none;
	position:absolute;
	top:25px;
	left:10px;
}





/* Content */
.content-wrapper {
	position:relative;
	padding-top:60px;
	padding-left:300px;
	padding-right:60px;
	padding-bottom:40px;
	-webkit-transition:-webkit-transform .6s ease;
	transition:transform .6s ease;
}
.animated {
    -webkit-transform: scale(0.98,0.98);
    transform: scale(0.98,0.98);
}
.menu-anim .content-wrapper {
    -webkit-transform: translateX(652px);
    transform: translateX(652px);
}

.top-action {
	text-align:center;
	background:url(/img/theme/dots3.png) repeat-x left center #F0D89F;
	padding:20px 0;
	position:relative;
}
.top-action:before {
	display:block;
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:100%;
	background: #F0D89F;
}
.top-action:after {
	display:block;
	content:'';
	position:absolute;
	right:0;
	top:0;
	width:30px;
	height:100%;
	background: #F0D89F;
}
.top-action span {
	font-family: "mayasamuels_pro_regular";
	font-size: 15px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline-block;
	line-height:1.5;
	background: #F0D89F;
	padding:0 25px;
}

.intro {
	height:680px;
	background:url(/img/theme/intro.jpg) no-repeat center bottom #252026;
	background-size:cover;
	color:#fff;
	text-align:center;
}
.about1 .intro {
	background:url(/img/theme/about1.jpg) no-repeat center bottom #252026;
}
.about-banket .intro {
	background:url(/img/theme/about-banket.jpg) no-repeat center bottom #252026;
}
.about-delivery .intro {
	background:url(/img/theme/about-delivery.jpg) no-repeat center bottom #252026;
}
.intro-text {
	width:550px;
	margin:0 auto;
	padding-top:195px;
}
.about .intro-text {
	width:650px;
	padding-top:195px;
}
.intro-text h4 {
    font-family: 'bandera_proregular';
	font-size:16px;
	letter-spacing:4px;
	text-transform:uppercase;
	margin:0 0 20px;
}
.about .intro-text h4 {
	line-height:1.5;
	padding-top:15px;
}
.intro-text h3, .intro-text h1 {
    font-family: 'bandera_promedium';
	font-size:48px;
	letter-spacing:6px;
	margin:0 0 50px;
	position:relative;
}
.intro-text h3:after, .intro-text h1:after {
	content:'';
	display:block;
	position:absolute;
	bottom:-30px;
	left:50%;
	margin-left:-40px;
	width:80px;
	height:2px;
	background:#fff;
}
.intro-text p {
	font-family: "mayasamuels_pro_regular";
	font-size:20px;
	margin:0;
}
.about .intro-text p {
	font-family: "mayasamuels_pro_light";
}
.simple-page-wrapper a {
	font-family: "mayasamuels_pro_regular";
	text-decoration:underline;
}
.simple-page-wrapper a:hover, #about1 a:focus {
	color:#3f4f1f;
}
.simple-page-wrapper strong {
	font-family: "mayasamuels_pro_regular";
}
.about2 {
	width:100%;
	display:table;
}
.about-bg {
	display:table-cell;
	width:50%;
}
.about2 .about-bg {
	background:url(/img/theme/about2.jpg) no-repeat center bottom;
	background-size:cover;
}
.about-text {
	display:table-cell;
	width:50%;
	vertical-align:middle;
	padding:90px 100px;
	background:#fff;
}
.about-text h3 {
	font-family: "bandera_promedium";
	font-size: 28px;
	margin: 0px 0px 50px;
	text-transform:none;
	position:relative;
	letter-spacing:0;
}
.about-text h3:after {
    content: "";
    display: block;
    position: absolute;
    bottom:-25px;
    left:0;
    width:50px;
    height: 2px;
    background: #B4BB6B;
}
.about3 {
	width:100%;
	display:table;
}
.about3 .about-bg {
	background:url(/img/theme/about3.jpg) no-repeat center bottom;
	background-size:cover;
}
.about-banket1 {
	width:100%;
	display:table;
}
.about-banket1 .about-bg {
	background:url(/img/theme/about-banket1.jpg) no-repeat center bottom;
	background-size:cover;
}
.about-delivery1 {
	width:100%;
	display:table;
}
.about-delivery1 .about-bg {
	background:url(/img/theme/about-delivery1.jpg) no-repeat center bottom;
	background-size:cover;
}
.about4 {
	display:table;
	width:100%;
	text-align:center;
	background:#EEFBAE;
	padding:60px 0;
}
.about4 .about-text {
	background:url(/img/theme/dots-vert.png) repeat-y top left;
	width:25%;
	padding:0 20px;
	vertical-align:top;
}
.about4 .about-text:first-child {
	background:none;
}
.about4 .about-text h3 {
    font-family: 'bandera_probold';
	font-size:15px;
	letter-spacing:2px;
	text-transform: uppercase;
	line-height: 1.3;
	margin: 0 0 15px;
}
.about4 .about-text h3:after {
    display:none;
}
.about4 .about-text p:last-child {
	margin-bottom:5px;
}


.featured-slider {
	width:100%;
	height:480px;
}
#featured-slider, #cakes-slider {
    width: 100%;
    height: 100%;
    background:none;
	z-index:8;
}
#featured-slider .rsOverflow, #cakes-slider .rsOverflow {
    background: none;
}
#featured-slider .rsSlide, #cakes-slider .rsSlide {
    background: none;
}
#featured-slider .rsArrow, #cakes-slider .rsArrow {
    width:80px;
}
#featured-slider .rsArrowIcn, #cakes-slider .rsArrowIcn {
    height:50px;
    width:50px;
	margin:-25px 0 0 0;
    border-radius:0;
	background:url(/img/theme/controls.svg) no-repeat;
	opacity:1;
}
.no-svg #featured-slider .rsArrowIcn, #cakes-slider .rsArrowIcn {
	background:url(/img/theme/controls.png) no-repeat;
}
#cakes-slider .rsArrowIcn {
	background:url(/img/theme/controls2.svg) no-repeat;
}
.no-svg #cakes-slider .rsArrowIcn {
	background:url(/img/theme/controls2.png) no-repeat;
}
#featured-slider .rsArrowLeft .rsArrowIcn, #cakes-slider .rsArrowLeft .rsArrowIcn {
    background-position: 0 0;
	left:30px;
}
#featured-slider .rsArrowRight .rsArrowIcn, #cakes-slider .rsArrowRight .rsArrowIcn {
    background-position: -50px 0;
	right:30px;
	left:auto;
}
.featured-info {
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:0 0 40px;
	text-align:center;
	color:#fff !important;
	text-decoration:none !important;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
#cakes-slider .featured-info {
	top:0;
	bottom:auto;
	padding:50px 0 0;
	color:#111 !important;
	text-shadow:none;
}
.feat-type {
	font-size:12px;
	letter-spacing:7px;
	text-transform:uppercase;
	margin-bottom:8px;
}
.feat-name {
    font-family: 'bandera_promedium';
	text-transform:uppercase;
	letter-spacing:5px;
	font-size:19px;
	line-height:1.2;
	width:500px;
	margin:0 auto;
}
.feat-price {
    font-family: 'bandera_promedium';
	font-size: 20px;
	letter-spacing:-1px;
	line-height:1;
	position:relative;
	width:300px;
	margin:10px auto 0;
	color:#e0f28a;
}
#cakes-slider .feat-price {
	color:#8fa915;
}
.feat-price i {
	font-style:normal;
	margin-left:3px;
}
.feat-price:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:10px;
	background:url(/img/theme/dots2.png) repeat-x;
	width:110px;
	height:2px;	
}
.feat-price:after {
	content:'';
	display:block;
	position:absolute;
	right:0;
	top:10px;
	background:url(/img/theme/dots2.png) repeat-x;
	width:110px;
	height:2px;	
}
#cakes-slider .feat-price:before, #cakes-slider .feat-price:after {
	background:url(/img/theme/dots3.png) repeat-x;
}



.float-blocks {
}
.float-block {
	float:left;
	background:#252026;
}
.w56 {
	width:56%;
}
.w44 {
	width:44%;
}
.big-block {
	height:420px;
}
.medium-block {
	height:480px;
}
.small-block {
	height:360px;
}

.page-menu-block {
	display:table;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff !important;
	overflow:hidden;
}
.page-menu-block > div {
	display:table-cell;
	vertical-align:middle;
	background:rgba(38,33,39,0.25);
	-webkit-transition:background .2s ease;
	transition:background .2s ease;
}
.page-menu-block:hover > div {
	background:none;
}
.page-menu-block span {
    font-family: 'bandera_probold';
	font-size:28px;
	letter-spacing:3px;
	line-height:1.2;
	text-transform: uppercase;
	display:inline-block;
	padding:0 120px;
	position:relative;
	text-shadow:0 0 10px rgba(0,0,0,0.5);
}
.page-menu-block span:before {
	content:'';
	display:block;
	position:absolute;
	left:50%;
	width:120px;
	margin-left:-60px;
	top:-25px;
	background:url(/img/theme/dots2.png) repeat-x;
	height:2px;	
	-webkit-transition:top .3s ease;
	transition:top .3s ease;
}
.page-menu-block span:after {
	content:'';
	display:block;
	position:absolute;
	left:50%;
	width:120px;
	margin-left:-60px;
	bottom:-25px;
	background:url(/img/theme/dots2.png) repeat-x;
	height:2px;	
	-webkit-transition:bottom .3s ease;
	transition:bottom .3s ease;
}
.page-menu-block:hover span:before {
	top:-35px;
}
.page-menu-block:hover span:after {
	bottom:-35px;
}

#page_snacks {
	background:url(/img/theme/page-snacks.jpg) no-repeat center;
	background-size:cover;
}
#page_second {
	background:url(/img/theme/page-second.jpg) no-repeat center;
	background-size:cover;
}
#page_soups {
	background:url(/img/theme/page-soups.jpg) no-repeat center;
	background-size:cover;
}
#page_garnish {
	background:url(/img/theme/page-garnish.jpg) no-repeat center;
	background-size:cover;
}
#page_baking {
	background:url(/img/theme/page-baking.jpg) no-repeat center;
	background-size:cover;
}
#page_desert {
	background:url(/img/theme/page-desert.jpg) no-repeat center;
	background-size:cover;
}
#page_drinks {
	background:url(/img/theme/page-drinks.jpg) no-repeat center;
	background-size:cover;
}
#page_sauses {
	background:url(/img/theme/page-sauses.jpg) no-repeat center;
	background-size:cover;
}
#page_cakes {
	background:url(/img/theme/page-cakes.jpg) no-repeat center;
	background-size:cover;
}



.simple-page-wrapper {
	position:relative;
}
.map *, .map *:before, .map *:after {
    box-sizing:content-box !important;
}
.dg-control-round__icon {
	left:0;
}
#map {
	height:560px;
	position:relative;
	z-index:0;
}


.mobile {
	display:block;
	position:absolute;
	right:250px;
	bottom:11px;
	font-size:10px;
	background:url(/img/theme/mobile.png) no-repeat center left;
	padding-left:22px;
	text-decoration:none !important;
	height:16px;
	line-height:16px;
	color:#111 !important;
	opacity:.5;
}
.mobile:hover {
	opacity:1;
}

.aface {
	position:absolute;
	right:57px;
	bottom:7px;
	width:170px;
	color:#111;
	opacity:.5;
}
.aface:hover {
	opacity:1;
}
.aface i {
	display:block;
	background:url(/img/theme/logo-aface.svg) no-repeat center / contain;
	width:26px;
	height:26px;
	margin-top:1px;
	margin-right:10px;
	float:left;
}
.aface a {
	color:#111 !important;
	font-size:10px;
	text-decoration:none !important;
	border-bottom:1px solid;
}

/*.aface {
	font-family: "bandera_promedium";
	text-decoration:none !important;
	color:#111 !important;
	font-size:9px;
	text-transform:uppercase;
	letter-spacing:.2px;
	line-height:31px;
	position:absolute;
	right:57px;
	bottom:5px;
	height:30px;
	width:120px;
	display:block;
	background:url(/img/theme/logo-aface.png) no-repeat center left;
	padding-left:38px;
	opacity:.5;
}
.aface:hover {
	opacity:1;
}*/





/* Preloader */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff9ea;
    z-index:10001;
}
.loader {
    width:200px;
    height:18px;
    position:absolute;
    left:50%;
    top:50%;
    background:url(/img/theme/status.gif) no-repeat center;
    margin:-20px 0 0 -100px;
}


.item-portion .portion-selector {
    cursor: pointer;
	float: right;
	display:block;
	margin-left:3px;
	padding:0 3px;
	border:1px solid transparent;
	border-radius:3px;
}
.item-portion .portion-selector.active {
	color: #797757;
	border:1px solid #d9d395;
}
.no-select {
    cursor:default !important;
}
.portion-hint {
	background:#fff;
	display:block;
	font-size:12px;
	line-height:1.2;
	position:absolute;
	border:1px solid #d9d395;
	padding: 3px 5px;
	top: 115%;
	left: 115%;
	width: 71px;
	text-align: left;
	opacity:0;
	visibility:hidden;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}
.tablet .portion-hint, .mobile .portion-hint {
	display:none;
}

.menu-item:hover .portion-hint {
	opacity:1;
	visibility:visible;
}
.portion-hint:before {
	display:block;
	content:'';
	position:absolute;
	bottom:100%;
	right:100%;
	height:2px;
	width:16px;
	-webkit-transform: rotate(25deg);
	-moz-transform: rotate(25deg);
	-o-transform: rotate(25deg);
	transform: rotate(25deg);
	background:#d9d395;
}




/* Feedback form */
.feedback-wrapper {
	position:fixed;
	z-index:99999;
	left:0;
	top:0;
	right:0;
	bottom:0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all .3s;
	transition:all .3s;
}
.feedback-wrapper.opened {
	opacity:1;
	visibility:visible;
}
.feedback-wrapper > div {
	display:table;
	width:100%;
	height:100%;
}
.feedback-wrapper > div > div {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}
.feedback-overlay {
	display:block;
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(27, 26, 35, 0.7);
}
.feedback-content {
	width:360px;
	padding:30px 40px 35px;
	display:inline-block;
	position:relative;
	z-index:2;
	text-align:left;
	background: #E2F199;
	-webkit-transform:translateY(60px);
	transform:translateY(60px);
	-webkit-transition:transform .4s;
	transition:transform .4s;
}
.opened .feedback-content {
	-webkit-transform:translateY(0);
	transform:translateY(0);
}
.feedback-close {
	position:absolute;
	z-index:3;
	top:25px;
	right:25px;
	width:22px;
	height:22px;
	background:url(/img/theme/close.svg) no-repeat 0 0 !important;
	padding:0 !important;
	border:none !important;
}
.no-svg .feedback-close {
	background:url(/img/theme/close.png) no-repeat 0 0 !important;
}
.feedback-close:hover, .feedback-close:focus {
	background-position:-22px 0 !important;
}
.feedback-content h2 {
	font-size:22px;
	line-height:1;
	margin:0 0 20px;
}
.feedback-content p {
	font-size:14px;
}
.feedback-content hr {
	border-color:#b4bb6b;
}
.success_msg {
	display:none;
	line-height:1.5;
	margin:0;
}
.feedback-content .btn-primary {
	width:100%;
}
.feedback-content .has-error .help-block {
	display:none !important;    
}
.personCheckbox{
    position: relative;
    padding-left: 35px;
    font-size: 15px;
    line-height: 50px;
    cursor: pointer;
}
.personCheckbox:before{
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 14px;
}
.personCheckbox:after{
    content: "";
    background: #798632;
    width: 12px;
    height: 12px;
    left: 4px;
    top: 18px;
    position: absolute;
    display: none;
}
.personCheckbox.checked:after{
    display: block;
}
#Order_personsCount:disabled{
    color: transparent;
}

.search-wrapper{
    padding: 40px 350px 40px 40px;
}

.search-wrapper .item-name b{
    background: #fff9ea;
}

.search-btn{
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 0;
    background: url(/img/theme/icon_search.svg) no-repeat center / contain;
    position: absolute;
    z-index: 10;
    right: 270px;
    top: 23px;
}

.search-form{
    padding-right: 100px;
    position: relative;
}

.search-form .btn-primary{
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
}

.mixit2{
    padding: 0 120px;
}

#call-form {
    max-width: 320px;
    margin: 0 auto;
}

#call-form .form-control{
    border: 4px double #B4BB6B;
}
/* Media queries */
@media (max-width:1700px) {
	.basket-page {
		width:70%;
	}
	.basket-bg {
		left:70%;
	}
}
@media (max-width:1500px) {
	.sidebar {
		width:220px;
	}	
	.menu-block-wrapper {
		left:220px;
	}
	.content-wrapper, .header {
		padding-left:220px;
	}
	.logo {
		width:150px;
		height:99px;
	}
	.delivery {
		left:50px;
	}
}
@media (max-width:1400px) {
	.menu-block-wrapper {
		-webkit-transform: translateX(-512px);
		transform: translateX(-512px);
	}
	.menu-bg {
		left:512px;
	}
	.menu-block {
		width:512px;
	}
	.menu-anim .content-wrapper {
		-webkit-transform: translateX(512px);
		transform: translateX(512px);
	}
	.menu-bg {
		right:30px;
	}
	.content-wrapper {
		padding-right:30px;
	}
	.right-border {
		width:30px;
	}
	h2 {
		font-size: 29px;
	}
	h3 {
		font-size: 15px;
		letter-spacing: 6px;
	}
	/*.menu-category {
		padding:0 90px 30px 70px;
	}*/
	.tablet .menu-category, .phone .menu-category {
		padding:0 110px 30px 60px;
	}
	.tablet .btn-add, .phone .btn-add {
		background-color:#f1ffbf !important;
	}
	.tablet .btn-add:hover, .phone .btn-add:hover {
		background-color:#E0F28A !important;
	}
	.basket-block, .basket-preview {
		right:30px;
	}
	.feat-name {
		width: 400px;
	}
	.page-menu-block span {
		font-size: 19px;
		padding: 0px 40px;
	}
	.basket-page {
		width:100%;
	}
	.basket-bg {
		display:none;
		background:none;
	}
	.about-text {
		padding: 70px;
	}
	.mobile {
		right:225px;
	}
	.aface {
		right:25px;
	}
	.basket-block b,
	.basket-block i {
		display:none;
	}
	.basket-block {
		padding: 0 10px;
	}
	.basket-block.full-basket {
		width: 82px;
	}
	.basket-icon {
		width: 22px;
		height: 22px;
		margin-top: 18px;
	}
	.basket-block span {
		font-size: 11px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		border-radius: 24px;
		margin: 18px 8px 0;
	}
	.basket-block.empty-basket span {
		margin: 18px 0 0 10px;
	}
}
@media (max-width:1280px) {
	.top-link {
		font-size: 11px;
		letter-spacing: 0;
		padding: 0 10px;
	}
	.phone {
		font-size: 15px;
	}
}
@media (max-width:1200px) {
	.about-text {
		padding: 50px;
	}
	.intro-text h3, .intro-text h1 {
		font-size: 40px;
		letter-spacing: 5px;
	}
	.header {
		padding-top:5px;
		padding-right:220px;
	}
	.phone {
		padding-top:11px;
	}
	.phone span {
		font-size: 13px;
	}
	.top-link {
		line-height:25px;
	}
	.top-link:before {
		bottom: 5px;
		top: 5px;
	}
}
@media (max-width:1024px) {
	.row {width:1024px !important;}
	.wrapper {width:1024px !important;}
}
@media (max-width:1023px) {
	.header {
		position:absolute;
	}
	.right-border {
		display:none;
	}
	.basket-block, .basket-preview {
		right:0;
	}
	.content-wrapper {
		padding-right:0;
	}
}
@media (max-height:745px) {
	.navi li a {
		padding:10px 10px;
	}
}
@media (max-height:650px) {
	.navi li a {
		padding:8px 10px;
	}
}
.basket-radio .help-block{
  color: #a94442;
}

.menu-item-img{
    position: absolute;
    width: 50px;
    left: -60px;
    top: 14px;
}

#addAppliancies{
    background: none;
    border: 4px double #798632;
    margin-top: 18px;
    padding: 13px 25px;
}

.basket_time{
    height: 60px;
    padding: 0 30px;
    border-radius: 40px;
    background-color: #bfb7b6;
    transition: opacity .175s;
    line-height: 1.33;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    line-height: 60px;
    margin-right: 10px;
    cursor: pointer;
}

.basket_time:hover{
    opacity: 0.9;
}

.basket_time.active{
    background: #798632;
}

.basket_time.active:hover{
    opacity: 1;
}