/*
Theme Name: Fooddys Delivery
Theme URL: https://fooddys.ru
Author: Gennady Kohanovski
Author URL: https://kohanovski.com
Description: Fooddys Delivery
Template: dlvr
Icon Pack: Iconex
*/

@import 'fonts/Cera/stylesheet.css';

:root {
    --global_background: #f04f23;
	--global_background_opacity: #fff2ef;
    --global_color: #f04f23;
    --global_border_color: #f04f23;
	
	--global_oth_background: #f7f7f7;
	--global_oth_title: #2c2c2c;
	--global_oth_descr: #737373;
	
	--global_border_radius_button: 12px;
	--global_border_radius_input: 6px;
	--global_border_radius_element: 12px;
}

@keyframes loading {
	0% {background-position: 100% 50%;}
	100% {background-position: 0 50%;}
}

@media (min-width: 768px) {
    .col-lg-2:nth-child(6n+1), .col-lg-2:nth-child(6n+1), .col-lg-3:nth-child(4n+1), .col-lg-4:nth-child(3n+1), .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}

body {position:relative;font-weight: 500;color: #000;font-size: 14px;line-height: 20px;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-weight: var(--global_font_bold);}
.uppercase {text-transform:uppercase;}
a, a:hover, a:active, a:focus {text-decoration: none;}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, input:-internal-autofill-selected {background-color: #fff !important;background-image: none !important;color: #000 !important;-webkit-box-shadow: inset 0 0 0 50px #fff !important;}
select {-webkit-appearance: none;-moz-appearance: none;appearance: none;background: #fff url(/assets/icons/new/select.svg) no-repeat right 10px center/.5rem .625rem!important;background-size: 8px!important;cursor:pointer;}
label {font-size: 14px;font-weight: 500;color: var(--global_oth_descr);}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {display: inline;}
svg:focus {outline: none!important;}
.thumbnail, .img-thumbnail {position: relative;border: none;border-radius: var(--global_border_radius_element);}

.modal {padding-right: 0!important;}
.modal-open, .modal-loader {overflow: hidden}
.modal.in {display: flex!important;}
.modal-dialog {margin: auto;}
.modal-content {margin: 10px;border-radius: var(--global_border_radius_element);}

.modal-loader:before {content: '';position: absolute;background: rgba(0, 0, 0, 0.4) url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20class%3D%22lds-rolling%22%20style%3D%22background%3A0%200%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20r%3D%2214%22%20stroke-dasharray%3D%2274%2030%22%20transform%3D%22rotate%28149.879%2050%2050%29%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2030%2030%3B360%2030%2030%22%20keyTimes%3D%220%3B1%22%20dur%3D%221.4s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fcircle%3E%3C%2Fsvg%3E) center no-repeat;background-size: 60px;width: 100%;height: 100vh;top: 0;left: 0;z-index: 900;overflow: hidden;}

.close-modal {position: absolute;top: 15px;right: 15px;width: 35px;height: 35px;border-radius: 50%;background: rgba(237, 237, 237, 0.9) url(../icons/new/modal/close_b.svg) center no-repeat;background-size: 12px;-webkit-backdrop-filter: blur(30px);backdrop-filter: blur(30px);cursor: pointer;z-index: 1;transition: transform 700ms ease 0s;}
.close-modal:hover {transform: rotate(180deg);}

.flex {display: flex;}
.flex-1-1 {flex: 1 1;}
.align-center {align-items: center;}
.width-50 {width: 50%;}

.loading {color: transparent;background: linear-gradient(100deg, #f7f7f7 30%, #ffffff 50%, #f9f9f9 70%);background-size: 400%;animation: loading 1.2s ease-in-out infinite;border-radius: 12px;}

@media (max-width: 767px) {
	.modal-dialog.alert {margin-bottom: 0;}
}

.sidebar {position: fixed;width: 100%;overflow-y: auto;bottom: -200%;height: 100%;z-index: 991;padding-top: 105px;transition: all 0.3s ease 0s;visibility: hidden;}
body[data-sidebar=true] .sidebar {bottom: 0px!important;visibility: visible;}
.sidebarContent {position: relative;height: 100%;background: #fff;border-radius: 20px 20px 0 0;padding: 35px 30px;}

.menu-open:before {content: '';position: absolute;background: rgba(0, 0, 0, 0.4);width: 100%;height: 100%;top: 0;left: 0;z-index: 900;}

.search {position: relative;}
.search .form-control {background: #f7f7f7 url(/assets/icons/new/search/search.svg) 15px no-repeat;padding: 10px 15px 10px 45px;border: none!important;border-radius: var(--global_border_radius_element);}
.search button {position: absolute;top: 5px;right: 5px;line-height: 14px;background: var(--global_oth_descr);padding: 8px 20px;}

.sidebar-telephone {margin-bottom: 20px;color: var(--global_oth_descr);font-size: 12px;}
.sidebar-telephone a {font-weight: 600;color: #000!important;font-size: 22px;line-height: 24px;display: block;}
.city-sidebar {display: table!important;padding: 0;padding-right:22px!important;background:none;font-size: 16px;line-height: 18px;}
.city-sidebar:after {content: '';position: absolute;width: 10px;height: 10px;background: var(--global_background);top: 5px;right: 0;border-radius: 50%;}

.mm-listview a {white-space: normal;display: block;color: #292f31;font-size: 18px;line-height: 24px;font-weight: var(--global_font_bold);}
.mm-listview a:first-child, .mm-listview a + a {margin-top: 15px;}

.top__info {margin-top: 15px;background: var(--global_background_opacity);border-radius: var(--global_border_radius_element);padding: 10px 15px;}
.top__info a {color: var(--global_color);text-decoration:none!important;margin-right: 10px;}
.top__info a:last-child {margin-right: 0;}
.top__info-city {position: relative;color: var(--global_color);cursor: pointer;}
.top__info-city svg {padding: 2px;background: var(--global_background);stroke: #fff;margin-left: 10px;border-radius: 50%;}

header {position: relative;z-index: 899;}
header .logo img {max-height: 50px;height: 100%;image-rendering: -webkit-optimize-contrast;}

.center-content {margin: 25px -15px;}
.center-info-title {font-size: 24px;line-height: 30px;font-weight: var(--global_font_bold);color: var(--global_oth_title);}
.center-info-title a {color: var(--global_oth_title);text-decoration:none;}
.center-info-subtitle {font-weight: 500;color: var(--global_oth_descr);line-height: 20px;}
.center-info-subtitle.callback {color: var(--global_color);cursor: pointer;}

.category-menu a {background: var(--global_oth_background);color: #454b54;font-size: 14px;line-height: 30px;padding: 0 18px;border-radius: 12px;width: auto!important;height: 30px;white-space: nowrap;}
.category-menu a.active {background: var(--global_background_opacity);color: var(--global_color);}
.category-menu a:first-child {margin-left: 15px;}
.category-menu a:last-child {margin-right: 15px;}

.category-menu.swiper-horizontal.swiper-css-mode>.swiper-wrapper {scroll-snap-type: block;}

.menu {list-style-type: none;margin:0;padding: 0;width: calc(100% - 200px);height: 50px;overflow: hidden;}
.menu li {float: left;height: 50px;padding: 15px;}
.menu li a {color: #fff;font-size: 16px;font-weight: 600;text-decoration: none!important;}
.menu li:first-child {padding-left: 0;}

.flexMenu-popup {top: 50px;left: 0;width: 100%;padding: 0;list-style-type: none;background: #ffffff;border-bottom: 1px solid #e5e5e5;box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2);-webkit-box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2);z-index: 200;}
.flexMenu-popup li {padding: 0;height: auto;}
.flexMenu-popup li a {font-size: 14px;line-height: 14px;display: block;color: #292f32;padding: 15px;text-decoration: none;}
.flexMenu-popup li a:active, .flexMenu-popup li a:focus, .flexMenu-popup li a:hover {color: var(--global_color);text-decoration: none;}
.flexMenu-viewMore a.viewMore {display: inline-block;background: url(../icons/new/menu/open_white.svg) center -1px no-repeat;background-size: inherit;width: 35px;height: 20px;}

.cart {position: relative;background: #dd4117;color: #fff;font-size: 16px;border-radius: var(--global_border_radius_element);padding: 0 10px;margin: 5px 0;float: right;cursor: pointer;}
.cart .sum {line-height: 40px;margin-left: 10px;}
.cart .count {position: absolute;top: 12px;left: 20px;width: 20px;font-size: 11px;font-weight: bold;color: var(--global_background);text-align: center;}

@media (min-width: 768px) {
	.cart:before {content: '';background: url(../icons/cart/uiCart_white.svg) center no-repeat;background-size: 20px;display: inline-block;margin: 0;width: 40px;height: 40px;vertical-align: top;}
	.cart[data-count='0'] > * {display: none;}
	
	nav {background-color: rgba(255, 255, 255, 0.9);-webkit-backdrop-filter: blur(30px);backdrop-filter: blur(30px);}
	
	header {margin-bottom: 15px;}
	header[data-menu=true] {margin-top: 50px;}
	header[data-menu=true] nav {position: fixed;top: 0;left: 0;width: 100%;height: 50px;box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 11%);-webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 11%);-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);z-index: 899;}
	header[data-menu=true] nav .cart {background-color: inherit;}
    header[data-menu=true] nav .cart:before {background: url(../icons/cart/uiCart_black.svg) center no-repeat;}
    header[data-menu=true] nav .sum {color: var(--global_oth_title);}
	header[data-menu=true] nav .count {color: #fff;}
	
	header[data-menu=false] nav {position: relative;background: var(--global_background);height: 50px;border:none;}
	
	nav .container {display: flex;}
	nav .container ul {flex: 1 1;}
}

.account {position: relative;cursor: pointer;line-height: 14px;color: #000!important;display: inline-block;background: var(--global_oth_background);padding: 10px 15px;border-radius: var(--global_border_radius_element);}

header[data-menu=true] nav .menu a {color: #000;background-color: inherit;font-size: 14px;}
header[data-menu=true] nav .menu a:hover {color: var(--global_color);}

header[data-menu=true] .flexMenu-viewMore a.viewMore {background: url(../icons/new/menu/open.svg) center no-repeat;background-size: 25px;}

@media (min-width: 768px) and (max-width: 991px) {
	header .logo img {max-height: 60px;}
	.center-info-title {font-size: 18px;line-height: 20px;}
}

.menu-wrapper, .menu-icon {display: none;}

@media (max-width: 767px) {
	
	header[data-menu=true] {margin-top: 50px;}
	header[data-menu=true] nav .menu-mobile-wrapper {position: fixed;top: 0;left: 0;width: 100%;z-index: 899;}
	
	header .logo img {max-height: 40px;}
	
	.nav-mobile-wrapper {display: flex!important;margin-top: 15px;}
	.menu-mobile-wrapper {background-color: rgba(255, 255, 255, 0.9);-webkit-backdrop-filter: blur(30px);backdrop-filter: blur(30px);height: 60px;padding: 15px 0;}
	
	.nav-mobile-telephone {display: block;float: right;background: #88C057 url('../icons/nav/telephone.svg') center no-repeat;background-size: 23px;border-radius: 50%;width: 30px;height: 30px;}
    
	.menu-wrapper {display: flex;position: fixed;left: 0;bottom: 0;width: 100%;-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;background-color: rgba(247, 247, 247, 0.9);-webkit-backdrop-filter: blur(30px);backdrop-filter: blur(30px);z-index: 999;}
	
	.menu-link {width: 50%;padding: 7px 15px;color: #272727;font-size: 12px;line-height: 20px;}
	.menu-link:hover, .menu-link:active, .menu-link:focus {color: #272727;}
	
	.menu-icon {display: block;height: 20px;width: 100%;}
	
	.icon-hamburger {background: url('../icons/nav/hamburger.svg') center no-repeat;}
	.icon-promo {background: url('../icons/nav/hot.svg') center no-repeat;}
	.icon-account {background: url('../icons/nav/account.svg') center no-repeat;}
	.icon-cart {background: url('../icons/nav/cart-mobile.svg') center no-repeat;}
	
	.menu-entry {display: block;font-size: 12px;color: #272727;}
	
	.cart {height: 54px;margin: 0;color: #272727;background-color: rgb(0,0,0,0);}
	
	.cart .sum {margin: 0;line-height: 20px;}
	.cart .count {left: auto;right: 15px;display: none;}
	
	.cart[data-count='0'] > .sum, .cart[data-count='0'] > .count {display: none;}
	
}

.city_item svg {width: 18px;margin-right: 5px;vertical-align: bottom;}

.shipping_container, .shipping_content, .city_container {margin-bottom: 15px;}
.shipping_content_address, .shipping_content_item, .city_select {height: 32px;}
.shipping_content_item + .shipping_content_item, .city_item + .city_select {margin-left: 5px;}

.alert {padding: 8px 14px;}
.clearfix, .clear {clear: both;}

.product-thumb {position: relative;margin-bottom: 30px;border-radius: var(--global_border_radius_element);}
.product-thumb.is-active:before {content: '';position: absolute;display: block;width: 100%;height: 100%;z-index: 500;border-radius: var(--global_border_radius_element);background: rgba(0, 0, 0, 0.5) url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20class%3D%22lds-rolling%22%20style%3D%22background%3A0%200%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20r%3D%2214%22%20stroke-dasharray%3D%2274%2030%22%20transform%3D%22rotate%28149.879%2050%2050%29%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2030%2030%3B360%2030%2030%22%20keyTimes%3D%220%3B1%22%20dur%3D%221.4s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fcircle%3E%3C%2Fsvg%3E) center no-repeat;background-size: 60px;}

.product-thumb .image {width: 100%;position: relative;border-radius: var(--global_border_radius_element);}
.product-thumb .image:hover .overlay {content: '';position: absolute;cursor: pointer;width: 100px;height: 100px;background: rgba(0, 0, 0, 0.5) url(../icons/zoom-in.svg) center no-repeat;background-size: 30px;top: 0;bottom: 0;right: 0;left: 0;margin: auto;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;border-radius: 50%;}
.product-thumb .image img {margin: auto;border-radius: var(--global_border_radius_element);}

.icons__cover {position: absolute;z-index: 5;left: 10px;top: 10px;}
.icons-label {position: relative;width: 25px;display: inline-block;-webkit-transition: margin-right .5s;-moz-transition: margin-right .5s;-o-transition: margin-right .5s;-ms-transition: margin-right .5s;transition: margin-right .5s;margin-right: -25px;}
.image:hover .icons-label {margin-right: 1px;}

.product-title {display: block;margin: 15px 0;color: #000;font-size: 18px;font-weight: var(--global_font_bold);line-height: 22px;text-decoration: none;cursor: default;}
.product-title:hover, .product-title:active, .product-title:focus {color: #000;text-decoration: none;}

.food__feature {font-size: 13px;font-weight: 500;color: var(--global_oth_descr);white-space: nowrap;margin-bottom: 15px;}
.food__feature span {position: relative;color: var(--global_oth_descr);font-size: 12px;margin-right: 20px;}

.caption {position: relative;padding: 0 15px;}
.caption p, .modal-body p {font-size: 14px;line-height: 16px;color: var(--global_oth_descr);font-stretch: condensed;}
.special_price {font-size: 12px!important;line-height: 14px;color: red;text-decoration: line-through;}

.quickvi {display: block;cursor: pointer;color: var(--global_color);}

.city-select.modal-dialog {max-width: 350px;width: 100%;}
.city-select .modal-body {padding: 15px 0 0;}
.city-select .h3 {margin: 0 0 15px;}
.city-select a {position: relative;padding: 10px 20px;font-size: 16px;color: #000!important;display:block;cursor:pointer;}
.city-select a.active {background-color: var(--global_background_opacity);color: var(--global_color)!important;border-radius: var(--global_border_radius_element);}
.city-select a.active svg {position: absolute;right: 20px;height: 20px;}
.city-select .select-info {padding: 20px;margin-top: 15px;background: #f7f7f7;color: var(--global_oth_descr);border-radius: var(--global_border_radius_element);font-size: 12px;line-height: 14px;}

.featured_title {margin: 25px 0;font-weight: normal;}

.attribute {margin-top: 20px;display: flex;flex-flow: row wrap;justify-content: space-between;}
.attribute > .title {font-size: 14px;flex: 0 0 100%;margin-bottom: 7px;}
.attribute > .description {font-size: 12px;margin-top: 8px;color: #757575;flex: 1 1 49%;}

.form-control {color: #3f4245;font-size: 14px;cursor: text;background: none;border-radius: var(--global_border_radius_input);outline: none;border: 1px solid #d3d3d3!important;padding: 10px;}
.form-control.gray {background: #f5f7f6;border: none!important;}

.option-radio-body {padding: 2px;border-radius: var(--global_border_radius_element);background-color: #e6e6e6;display: inline-block;overflow: hidden;}

.options label {display: block;margin-bottom: 0;}
.options .radio-inline {display: inline-block;position: relative;cursor: pointer;user-select: none;text-align: center;padding: 0;margin: 0;}
.options .radio-inline input {display: none;}
.options .radio-inline input + span {display: block;cursor: pointer;color: #3f4245;font-size: 12px;line-height: 28px;text-align: center;padding: 0 20px;}
.options .radio-inline input:checked + span {background-color: rgb(255, 255, 255);border-radius: var(--global_border_radius_element);box-shadow: rgba(6, 5, 50, 0.19) 0px 6px 20px;}
.options > div {margin-bottom:15px;}

.checkbox--list {margin-top: 5px;padding: 4px;border-radius: var(--global_border_radius_element);background-color: #e6e6e6;}
.checkbox--list .checkbox {margin-top: 0!important;min-width: 110px;max-width: 110px;height: auto;}
.checkbox--list label {position: relative;height:100%;padding: 0;font-size: 12px;line-height:16px;color: var(--global_oth_title);background: #fff;border: 1px solid #fff;border-radius: var(--global_border_radius_element);text-align: center;padding: 4px;}
.checkbox--list input {display: none;}
.checkbox--price {margin-top: 5px;font-size: 14px;font-weight: bold;line-height: 18px;}
.checkbox--list .checkbox input:checked ~ label:before {content: '';position: absolute;top: 5px;right: 5px;width: 20px;height: 20px;background: #fff url(../icons/check_progress.svg) center no-repeat;background-size: 18px;z-index: 2;}
.checkbox--list .checkbox input:checked ~ label {border: 1px solid #00c304;}

.button {position:relative;display: block;outline: none;border-radius: var(--global_border_radius_button);text-align: center;color: #fff;background: var(--global_background);font-size: 14px;line-height: 16px;font-weight: 500;padding: 10px 15px;border: none;cursor: pointer;}
.button:hover, .button:active, .button:focus {color: #fff;}

.product-thumb .button {padding: 8px 15px;color: var(--global_color);background: var(--global_background_opacity);line-height: 14px;border-radius: var(--global_border_radius_element);}
.product-thumb .button:hover, .product-thumb .button:active, .product-thumb .button:focus {color: var(--global_color);}
.product-thumb .button.disable, .popup-quickview .button.disable {background: var(--global_oth_background);color: #929292;cursor: default;}

@media (max-width: 767px) {
    .product-thumb {padding-left: 170px;padding-right: 15px;background: #fff;min-height:120px;border: none;position: relative;}
	.product-thumb .image {width: 100%;max-width: 170px;position: absolute;left: 0;}
	.product-thumb .food__price-item {margin-right: 0;}
	.caption {position: relative;padding: 0 0 0 15px;}
	.product-thumb .button {font-size: 14px;width: auto;height: auto;}
	.product-thumb.is-active:after, .product-thumb.is-active:before {display: none;}
}

.popover.bottom {margin-top: 15px;}
.popover.bottom > .arrow {left: 20px!important;}

.form-horizontal .form-group {margin-right: 0px;margin-left: 0px; }

.option-cart {margin: 0 0 10px;color: var(--global_oth_descr);font-size: 12px;line-height: 14px;}

#modal-cart {max-width: 1000px;width: 100%;}
#modal-cart .simple-modal-body {padding: 0;}

#modal-cart .h3 {margin: 0 0 25px;}

#modal-cart .cart-empty .h3 {margin: 30px 0 15px;}
#modal-cart .cart-empty img {max-height: 250px;margin: 0 auto;}
#modal-cart .cart-empty p {line-height: 18px;}
#modal-cart .cart-empty .button {display: inline-block;margin-top: 5px;}

.unit {position: relative;display: block;padding: 15px 0 15px 120px;}
.unit img {display: block;position: absolute;left: 0;border-radius: var(--global_border_radius_element);image-rendering: -webkit-optimize-contrast;}
.cart-inline-name {margin-bottom: 10px;font-size: 16px;font-weight: 600;}
.cart-inline-price {font-size: 16px;display: inline-block;line-height: 30px;}
.unit-body p {color: var(--global_oth_descr);padding: 0;font-size: 14px;line-height: 16px;}
.cart-inline-lklk {width: 30px;height: 30px;vertical-align: top;display: inline-block;cursor: pointer;}
.cart-inline-lklk svg {margin: 10px;}

.table-cart-stepper-wrap {background: var(--global_oth_background);display: inline-block;border-radius: var(--global_border_radius_element);vertical-align: bottom;padding: 0 5px;margin-right: 10px;}
.table-cart-stepper-wrap .amount {text-align: center;font-size: 16px;line-height: 30px;vertical-align: top;margin: 0 10px;}
.giftProduct {position: relative;display: inline-block;line-height: 25px;color: var(--global_color);padding-left: 25px;}
.giftProduct svg {position: absolute;top: 4px;left: 0;height: 15px;fill: var(--global_color);}

.delete_item {width: 30px;height: 30px;float: right;background: var(--global_oth_background);border-radius: var(--global_border_radius_element);cursor: pointer;}
.delete_item:hover, .delete_item:active, .delete_item:focus {background: #fff1f0;}

.delete_item svg {width: 100%;height: 15px;stroke: var(--global_oth_descr);}
.delete_item:hover svg, .delete_item:active svg, .delete_item:focus svg {stroke: #f44336;}

#modal-cart .modal-content.update:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgb(45, 45, 46, 0.35) url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20class%3D%22lds-rolling%22%20style%3D%22background%3A0%200%22%3E%3Ccircle%20cx%3D%2230%22%20cy%3D%2230%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20r%3D%2214%22%20stroke-dasharray%3D%2274%2030%22%20transform%3D%22rotate%28149.879%2050%2050%29%22%3E%3CanimateTransform%20attributeName%3D%22transform%22%20type%3D%22rotate%22%20calcMode%3D%22linear%22%20values%3D%220%2030%2030%3B360%2030%2030%22%20keyTimes%3D%220%3B1%22%20dur%3D%221.4s%22%20begin%3D%220s%22%20repeatCount%3D%22indefinite%22%2F%3E%3C%2Fcircle%3E%3C%2Fsvg%3E) center no-repeat;border-radius: 12px;z-index: 11;}

@media (min-width: 768px) {
	#modal-cart {height: 100%;margin-right: 0;}
	#modal-cart .modal-content {height: 100%;margin: 0;border-radius: 0;overflow: auto;}
	#modal-cart .simple-cart-sidebar {border-radius: 0;}
	#modal-cart .close-modal {top: calc(50% - 25px);left: -55px;background: url(../icons/cart/close_modal_white.svg) center no-repeat;background-size: 25px;border-radius: 0;backdrop-filter: none;-webkit-backdrop-filter: blur(30px);}
	#modal-cart .unit-body p {max-width: 80%;}
	#modal-cart .simple-modal-body {display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;min-height:100vh;}
	
	.simple-total-block {position: absolute;bottom: 30px;width: calc(100% - 60px);}
	.vs-modal .modal-content {width: 100%;display: table;}
	.vs-modal .modal-body {display: table-cell;vertical-align: middle;}
	
	.product-thumb .food__price-item div:first-child {font-size: 16px;}
	
	.product-thumb {padding-bottom: 15px;}
	.product-thumb .food__price-item {margin-bottom: 0;}
	
	.product-thumb:hover {background: var(--global_oth_background);}
	.product-thumb:hover .button {color: #fff;background: var(--global_background);}
}

.simple-cart-product {padding: 30px;height: 100%;}
.simple-cart-sidebar {position: relative;background: var(--global_oth_background);padding: 30px;border-radius: var(--global_border_radius_element);min-height: 100%;}

@media (max-width: 767px) {
	#modal-cart .modal-content {background: var(--global_oth_background);}
	
	.simple-cart-sidebar {padding: 20px 20px 85px;}
	.simple-cart-product {padding: 20px;background: #fff;}
}

.swiper-slide + .simple-orderList-item {margin-top: 30px;}
.simple-orderList-item {position: relative;line-height: 1.1!important;}
.simple-orderList-item + .simple-orderList-item {margin-top: 10px;}
.simple-orderList-item-name {margin: 0;font-weight: normal;font-size: 14px;max-width: 60%;}
.simple-orderList-item .cart-inline-price {display: inline-block;font-weight: bold;font-size: 14px;min-width: 60px;text-align: right;}
.simple-orderList-item-body {display: flex;justify-content: space-between;}
.simple-orderList-item-name p {color: var(--global_oth_descr);font-size: 12px;margin: 5px 0 0;}

#modal-cart .button {margin-top: 15px;text-decoration:none!important;}

.food__price-item {margin: 15px;min-height: 34px;}

@media (max-width: 1000px) {
	.product-thumb .image:hover .overlay {opacity: 0;}
}
@media (max-width: 767px) {
    .product-layout {padding: 0;}
}

.spinner {height: 50px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' fill='none' stroke='%23737373' stroke-width='10' r='34' stroke-dasharray='160.22122533307947 55.40707511102649' transform='rotate(41.9515 50 50)'%3E%3CanimateTransform attributeName='transform' type='rotate' repeatCount='indefinite' dur='1.2s' values='0 50 50;360 50 50' keyTimes='0;1'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E") center no-repeat;background-size:20px;}

.loginaccount, .basestep {width:100%;text-align: center;}

.popup-quickview .product-title {margin-top: 0;}
.popup-quickview .food__feature {position: relative;line-height: 16px;text-align: left;}
.popup-quickview p {padding: 0;margin: 0 0 15px;}
.popup-quickview img {image-rendering: -webkit-optimize-contrast;border-radius: var(--global_border_radius_element);}
.popup-quickview .food__price-item {margin: 0 0 15px;display: block;line-height: 18px;height:18px;font-size: 16px;}

.popup-quickview select {font-size: 12px;padding: 7px 10px;height: 35px;cursor:pointer;}
.popup-quickview select, .popup-quickview .checkbox {margin-top: 5px;}
.popup-quickview select {background-color: #e6e6e6!important;border: none!important;}
.popup-quickview .row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin: 0;}
.popup-quickview .modal-body {padding:0;}
.popup-quickview .row .col-sm-7 .thumbnail {display: flex;height: 100%;padding: 0;margin: 0;align-items: center;}
.popup-quickview .row .col-sm-7 {padding: 25px;}
.popup-quickview .row .col-sm-5 {padding: 25px;background: var(--global_oth_background);border-radius: var(--global_border_radius_element);}

@media (min-width: 768px) {
	.popup-quickview .row .col-sm-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;}
	.popup-quickview .row .col-sm-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;border-radius: 0 var(--global_border_radius_element) var(--global_border_radius_element) 0;}
}

.dproduct-title {font-size: 16px;font-weight: bold;}
.dproduct-wrap {margin: 10px 0 15px;cursor: grab;}
.dproduct-item {position: relative;padding: 12px 10px 10px 90px;background: #fff;border-radius: var(--global_border_radius_element);min-height: 92px;max-width: 90%;width: 100%;}
.dproduct-item .product-title {margin: 0;font-size:14px;}
.dproduct-item .product-title span{font-size: 12px;background: var(--global_background_opacity);color: var(--global_color);margin-left: 5px;padding: 1px 8px;border-radius: 6px;}
.dproduct-item img {position: absolute;top: 10px;left: 10px;border-radius: 6px;}
.dproduct-item p {margin: 0;padding-top: 5px;font-size: 13px;}

.popup-quickview .food__feature span + span.dparams:after {left: -20px;}

.popup-quickview .att-x01red {cursor: help;position:relative;}
.popup-quickview .att-x01ico {width:16px;height:16px;fill: var(--global_oth_descr);display: inline-block;vertical-align: bottom;margin-right: 10px;}

.popup-quickview .att-x01text {color: #fff;font-size: 13px;line-height: 19px;position: absolute;z-index: 99;visibility: hidden;width: 270px;padding: 20px;transition: .2s linear;pointer-events: none;border-radius: var(--global_border_radius_element);background: #2d3034;top: 30px;width: calc(100% - 50px);}
.popup-quickview .att-x01name {margin-bottom: 15px;}
.popup-quickview .line + .att-x01name {margin-top: 15px;}
.popup-quickview .att-x01red:after {position: absolute;z-index: 1;top: 10px;left: -2px;width: 0;height: 0;content: '';transition: .2s linear;pointer-events: none;border: 10px solid transparent;border-bottom: 10px solid #2d3034;visibility: hidden;}
.popup-quickview .att-x01red:hover ~ .att-x01text, .popup-quickview .att-x01red:hover:after {visibility: visible;}

@media (max-width: 767px) {
	
	.popup-quickview .modal-content {background-color: var(--global_oth_background);}
	
	.modal {padding-top: 50px;width: 100%;height: 100%;}
	.modal-dialog {max-width: 100%!important;margin-bottom: 0;height: 100%;}
	.modal-content {height: 100%;margin: 0;border-radius: 20px 20px 0 0;overflow-x: hidden;overflow-y: auto;}

	.popup-quickview .row .col-sm-7 {padding: 25px;background: #fff;}
	
}

.breadcrumb {margin: 15px 0 0;font-size: 14px;color: var(--global_oth_descr);padding:0;}
.breadcrumb > li + li:before {content: '—';}
.breadcrumb>li {display: inline-block;}
.breadcrumb li a span, .breadcrumb li span {font-size: 14px;color: var(--global_oth_descr);padding: 0 5px 0 6px;}
.breadcrumb li a {text-decoration: none!important;}
.breadcrumb li:first-child a span {padding-left:0px;}
@media (max-width: 767px) {.breadcrumb {display: none;}}

#toast-container > .toast-info {background: #373636!important;opacity: 0.95;border-radius: var(--global_border_radius_element);padding: 15px 20px;color: white;font-size: 14px;margin-bottom: 10px;min-width: 250px;width: 100%;box-shadow: none!important;}

.discount {position: absolute;bottom: 10px;left: 15px;color: #fff;background: #fc5230;border-radius: var(--global_border_radius_element);padding: 1px 6px;font-size: 13px;transform: rotate(-3deg);transform-origin: top left;cursor: pointer;}

footer {position: relative;background: #202020;color: #9a9a9a;font-size: 14px;padding: 30px 0;margin-top: 15px;}
footer a {display: table;color: #fff;}

.footer_logo {flex: 1 1;height: 45px;}
.footer_logo img {height: 45px;}
.footer_telephone {font-size: 19px;line-height: 22px;margin-bottom: 2px;}
.footer_telephone:hover,
.footer_telephone:active,
.footer_telephone:focus {color: var(--global_color);}
.author {margin: 20px auto auto;width: 130px;height: 35px;background: url(../icons/copyrightFooddys.svg) center no-repeat;background-size: contain;}

.a2a {height: 40px;width: 40px;display: inline-block;position: relative;border-radius: var(--global_border_radius_element);vertical-align: bottom;background: url(../icons/pack_social_icon.svg) 0 0 no-repeat;}
.a2a_vk {background-position: 0 0}
.a2a_ok {background-position: -41px -41px;}
.a2a_fb {background-position: -82px 0;}
.a2a_tw {background-position: -123px 0;}
.a2a_yt {background-position: 0 -41px;}
.a2a_in {background-position: -41px 0;}
.a2a_tg {background-position: -82px -41px;}
.a2a_tt {background-position: -122px -41px;}

.section_navigation ul {flex: 1 1;list-style: none;padding: 0;margin: 0;}
.section_navigation ul li {margin-right: 20px;font-size: 16px;}
.section_navigation ul li a:hover,
.section_navigation ul li a:active,
.section_navigation ul li a:focus {color: var(--global_color);}

.section_legal {font-size: 13px;}
.section_legal ul {list-style: none;padding: 0;margin: 0;}
.section_legal ul li {margin-right: 20px;}
.section_legal ul li a {color: #9c9b9b}
.section_legal ul li a:hover,
.section_legal ul li a:active,
.section_legal ul li a:focus {color: inherit;text-decoration: underline;}

.section_margin {margin-bottom: 30px;}

.set_language {padding: 4px 8px;color: #fff;background: rgba(255, 255, 255, 0.03);border-radius: var(--global_border_radius_input);cursor: pointer;}
.set_language svg {fill: #fff;width: 20px;height: 20px;margin-right: 10px;}

@media (min-width: 768px) {
	.footer_contact + .footer_social {margin-left: 30px;}
	
	.a2a + .a2a {margin-left: 4px;}
}
@media (max-width: 767px) {
	.section_navigation ul li {margin-bottom: 5px;}
	.footer_logo {margin-bottom: 15px;}
	.set_language {margin-top: 10px;}
	
	.footer_social {position: absolute;right: 15px;}
	
	.a2a {display: block;}
	.a2a + .a2a {margin-top: 4px;}
	
	.section_start_column {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	footer {padding-bottom: 80px;}
	
	.toast-cart {bottom: 55px;width: 100%!important;}
}

.additionalModal.in {background: rgba(0,0,0, 0.3);}

.line {display: flex;flex-wrap: wrap;column-gap: 22px;height: 30px;overflow: hidden;margin-top: 5px;}
.line:before {content: '';position: absolute;top: -4px;left: -11px;width: 25px;height: 19px;border-bottom: solid #222 2px;border-radius: 30%;}

.line div {position: relative;width: 18px;height: 18px;top: 6px;background: #fff;border-radius: 50%;-webkit-border-radius:63px 63px 63px 63px / 108px 108px 72px 72px;border-radius:50% 50% 50% 50%/60% 60% 40% 40%;margin-bottom: 15px;}

.line div:before {content: '';position: absolute;top: -6px;left: 4px;width: 10px;height: 9px;background: #222;border-radius: 3px;}
.line div:after {content: '';position: absolute;top: -14px;left: 5px;width: 49px;height: 19px;border-bottom: solid #222 2px;border-radius: 30%;}

.line .red {background-color: #fb4545;animation: lightningRed 1s infinite;}

.line .green {background-color: #24D024;animation: lightningGreen 1s infinite;}
.line .yellow {background-color: #fff952;animation: lightningYellow 1s infinite;}
.line .blue {background-color: #0A53DE;animation: lightningBlue 1s infinite;}

@keyframes lightningRed {
	0% {background-color: #fb4545;}
	50% {background-color: #fff952;}
	100% {background-color: #fb4545;}
}

@keyframes lightningGreen {
	0% {background-color: #24D024;}
	50% {background-color: #0A53DE;}
	100% {background-color: #24D024;}
}

@keyframes lightningYellow {
	0% {background-color: #fff952;}
	50% {background-color: #fb4545;}
	100% {background-color: #fff952;}
}

@keyframes lightningBlue {
	0% {background-color: #0A53DE;}
	50% {background-color: #24D024;}
	100% {background-color: #0A53DE;}
}