@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter.eot');
    src: url('../fonts/Glyphter.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Glyphter.woff') format('woff'),
    url('../fonts/Glyphter.ttf') format('truetype'),
    url('../fonts/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='iconG-']:before{
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconG-fb:before{content:'\0041';}
.iconG-inst:before{content:'\0042';}
.iconG-youtube:before{content:'\0043';}
.iconG-telegram:before{content:'\0044';}
.iconG-tel:before{content:'\0045';}
.iconG-clock:before{content:'\0046';}
.iconG-close:before{content:'\0047';}
.iconG-info:before{content:'\0048';}
.iconG-tick:before{content:'\0049';}
.iconG-close-bold:before{content:'\004a';}
.iconG-show:before{content:'\004b';}
.iconG-arr:before{content:'\004c';}
.iconG-menu:before{content:'\004d';}
.iconG-hide:before{content:'\004e';}
.iconG-buy:before{content:'\004f';}
.iconG-drink:before{content:'\0050';}
.iconG-spaghetti:before{content:'\0051';}
.iconG-porridge:before{content:'\0052';}
.iconG-calzone:before{content:'\0053';}
.iconG-french-fries:before{content:'\0054';}
.iconG-pizza:before{content:'\0055';}


#wcml-cart-dialog-confirm {
    width: 100%!important;
}

.header-new {
    position: sticky!important;
    top: 0;
    z-index: 999;
}

.site {
  overflow-x: initial!important;  
}

.single-product div.product .woocommerce-product-gallery {
    opacity: 1!important;
}

.checkout-add-to-cart + .added_to_cart{
    display: none!important;
}

body .checkout-add-to-cart {
    background-color: #1D7F35;
    text-decoration: none!important;
}
body .checkout-add-to-cart:focus {
    color: #fff;
}

.checkout-add-to-cart:before {
    display: none!important;
}

.checkbox-sale label {
    display: block;
    cursor: pointer;
}

.checkout-new__right {
    position: sticky;
    position: -webkit-sticky;
    top: 143px;
}

.woocommerce-checkout .wrapper {
    overflow: unset;
}

.checkout-product-price {
    display: flex;
    flex-direction: column;
}

.checkout-product-price del {
    text-decoration-color: #9c9c9c;
}

.checkout-product-price del > .amount {
    color: #9c9c9c!important;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .checkout-modal-window-image {
        width: 80px;
    }

    .excerpt-overflow {
        max-height: 100px;
        overflow-x: auto;
        margin: 20px 0;
        font-size: 13px;
    }

    .checkout-modal-window .modal-body {
        margin-top: -35px;
    }

    body .checkout-add-to-cart {
        padding-left: 20px;
        padding-right: 20px;
    }
}




@media only screen and (max-width: 767px) {
    table.cart, table.cart tbody, table.cart tbody tr {
        display: block;
    }

    table.cart tbody tr .product-name {
        width: 100%;
    }

    table.cart td.actions .button, table.cart td.actions .wc-proceed-to-checkout, table.cart td.actions>input {
        display: block;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

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

    .checkout-new {
        padding-top: 20px;
    }

    .woocommerce-page .entry-content:before,
    .woocommerce-page .container:before {
        display: none!important;
    }

    table.cart td.actions button[name="update_cart"] {
        color: #000;
        font-weight: bold;
        background-color: #c5c5c5;
    }

    .cart-empty {
        font-size: 20px;
    }

    .header-new.fixed .header-new__top {
        border-radius: 0 0 10px 10px;
    }

    .checkout-new {
        margin-bottom: 30px;
    }

}

ol, ul {
    padding-left: 0;
}

.woocommerce-cart table.cart .actions {
    padding-top: 0;
}

.woocommerce-cart .checkout-button {
    background-color: #1D7F35;
    padding: 17px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .woocommerce-cart .button:not([name="update_cart"]):not(.checkout-button) {
        text-align: center;
        padding: 15px 20px;
        width: 100%;
    }  

    .woocommerce-checkout .product-category-menu {
        display: none!important;
    } 
}

.main-navigation-custom .handheld-navigation .menu-item-has-children>a .child-indicator::before {
    content:'\004c';
    font-family: 'Glyphter';
}
.handheld-navigation .phm-close:before {
    content:'\0047';
    font-family: 'Glyphter';
}
.handheld-navigation .phm-close:before {
    float: right;
    margin-right: 20px;
}
.header-checkout {
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.header-checkout + .main {
    padding-top: 0!important;
}
/*.header-checkout.fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
}*/
.flex-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.header-new__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-new__right {
    width: 615px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-new__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 615px);
}

.header-new ul, .header-new li,
.footer-new ul, .footer-new li {
    list-style-type: none;
}

.header-new ul, .header-new ol,
.footer-new ul, .footer-new ol {
    margin: 0;
    padding: 0;
}

.header-new__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav__link {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #393536;
    display: block;
}
.header-new__bottom .nav__link:hover,
.header-new__top .nav__link:hover {
    text-decoration: none;
    color: #393536;
}
.header-new__top .nav__link:hover {
    border-bottom: 1px solid #FFBE0F;
}
.nav__item {
    padding: 0 12px;
}
.nav__item.active .nav__link {
    border-bottom: 1px solid #FFBE0F;
}
.header-new__logo {
    display: block;
    margin: 0 53px 0 24px;
}

.header-new__bottom .wpml-ls-statics-shortcode_actions li a {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    opacity: .7;
    font-size: 14px;
}

.header-new__bottom .wpml-ls-statics-shortcode_actions li.wpml-ls-current-language a {
    opacity: 1;
}

.header-new__cart {
    background: #FFBE0F;
    padding: 33px 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 171px;
}
.header-new__cart:hover {
    background: #FFC833;
}
.header-new__order {
    padding: 33px 32px;
    width: 130px;
    background: #4AAA19;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-new__order:hover {
    color: #FFFFFF;
    text-decoration: unset;
    background: #4aaa19e3;
}
.icon-item-wrap {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #393536;
    padding-left: 15px;
    width: calc(100% - 26px);
}
.iconG-buy {
    font-size: 26px;
    color: #393536;
    width: 26px;
}
.iconG-clock,
.iconG-tel {
    color: #FFBE0F;
    font-size: 20px;
}

.bold {
    font-weight: bold;
}
.icon-item,
.icon-item-link {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #393536;
}
.icon-item-link {
    border-bottom: 1px solid transparent;
}
.icon-item-link:hover {
    color: #393536;
    text-decoration: none;
    border-color: #FFBE0F;
}
.header-new__time,
.header-new__tel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}
.icon-item-time,
.icon-item-tel {
    padding-left: 10px;
}
.header-new__menu .icon {
    font-size: 32px;
    color: #959394;
    padding-right: 10px;
}
.header-new__menu {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-new__menu .nav__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.header-new__menu .nav__link:after,
.menu__item.active .nav__link:after {
    content: '';
    height: 4px;
    background: #FFBE0F;
    position: absolute;
    width: 100%;
    top: 44px;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header-new__menu .nav__link:hover:after,
.menu__item.active .nav__link:after {
    opacity: 1;
}
.menu__item {
    padding: 0 15px;
}
.header-new__bottom {
    background: #F2F2F2;
    padding: 16px 0;
}
.container {
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 100%;
}
a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cart-qw {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #FFF;
    color: #393536;
    top: 20px;
    left: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    font-weight: bold;
}
.logo-mobile {
    display: none;
}
.menu-icon {
    color: #393536;
    padding: 0 18px 0 8px;
    vertical-align: middle;
}
.overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: #363030;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.main-navigation-custom button {
    background-color: unset;
}
.iconG-menu {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.iconG-menu:hover {
    color: #fff;
}
.close-icon .iconG-close {
    color: #393536;
    padding: 0 18px 0 8px;
    vertical-align: middle;
    font-size: 27px;
}
.child-indicator {
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.menu-item-custom.open .child-indicator:not(.sub-menu .child-indicator),
.sub-menu .menu-item.open .child-indicator {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.handheld-navigation ul li a,
.handheld-navigation .sub-menu li a {
    padding-right: 20px;
}
.handheld-navigation {
    background-color: #393536;
}
.handheld-navigation ul .sub-menu {
    background-color: #2A2728;
}
.handheld-navigation ul li ul::after, .handheld-navigation ul li ul::before {
    border-bottom-color: #2A2728;
}

.nav-menu .icon {
    font-size: 32px;
    color: #959394;
    padding-right: 18px;
}
.handheld-navigation ul li a {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.24px;
}
.handheld-navigation-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo-menu {
    width: 161px;
    padding: 0 16px;
}
.phm-close-custom {
    width: calc(100% - 161px);
}
.handheld-navigation .phm-close {
    background-color: #393536;
    border-bottom: 0;
}
.handheld-navigation ul li a i {
    margin-right: 0;
}
.handheld-navigation ul li a:hover {
    text-decoration: unset;
}
.menu-item-name {
    vertical-align: 10px;
}
.handheld-navigation ul .sub-menu .sub-menu {
    background-color: #161515;
}
.menu-item-custom .child-indicator:not(.sub-menu .child-indicator) {
    top: 8px;
    position: relative;
}
.header-new__logo {
    width: 169px;
}
.header-new__list {
    width: calc(100% - 246px);
}
@media only screen and (max-width: 1199px) {
    .header-new .header-new__time,
    .header-new__cart .icon-item-wrap,
    .logo,
    .header-new__bottom,
    .drop {
        display: none;
    }
    .header-new__cart {
        width: auto;
    }
    .logo-mobile {
        display: block;
    }
    .header-new__top {
        background: #fbbe11;
    }
    .header-new .iconG-tel {
        color: #393536;
        cursor: pointer;
    }
    .header-new__tel {
        padding-right: 10px;
    }
    .drop-wrap {
        position: relative;
    }
    .header-new__cart {
        padding: 21px 18px;
    }
    .header-new__order {
        padding: 26px 18px;
        width: 110px;
    }
    .cart-qw {
        left: 34px;
        top: 9px;
    }
    .drop-wrap.show-wrap .drop {
        z-index: 4;
        background: #fff;
        padding: 10px;
        top: 60px;
        position: absolute;
        display: block;
        right: 0;
    }

    .drop-wrap.show-wrap .overlay {
        opacity: .3;
        visibility: visible;
    }
    .header-new__logo {
        margin: 0 16px;
    }
    .header-new__right {
        width: 220px;
    }
    .header-new__left {
        width: calc(100% - 283px);
    }
    .main-navigation-custom .menu-toggle {
        width: 62px;
    }
    .header-new__logo {
        width: 128px;
    }
    .header-new__list {
        width: calc(100% - 160px);
    }
}
@media only screen and (max-width: 767px) {
    .header-new__list {
        display: none;
    }
    .header-new__left {
        width: 160px;
    }
    .header-new__right {
        width: calc(100% - 222px);
    }
}
@media only screen and (max-width: 475px) {
    .iconG-buy {
        width: 26px;
    }
    .iconG-tel,
    .iconG-buy {
        font-size: 20px;
    }
    .cart-qw {
        width: 16px;
        height: 16px;
        font-size: 10px;
        line-height: 16px;
        left: 28px;
        top: 14px;
    }
    span.menu-icon {
        font-size: 20px;
    }
    .main-navigation-custom .menu-toggle {
        width: 46px;
    }
    .header-new__order {
        display: none;
    }
}

.footer-new {
    background: #393536;
}
.footer-new__wrap {
    padding: 48px 0;
    margin: 0 -15px;
}
.footer-new__item {
    width: 25%;
    padding: 0 15px;
}
.footer-new__delivery {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 42px;
    display: block;
}
.footer-new__logo img {
    margin-bottom: 5px;
}
.address li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.footer-new .iconG-clock, .footer-new .iconG-tel {
    vertical-align: middle;
    padding-right: 10px;
}
.address-item-link {
    color: #fff;
}
.footer-new__item .menu-item {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
}
.footer-new__item .menu-item a {
    color: #FFFFFF;
}
.footer-new__item .menu-item a:hover {
    color: #ffbe0f;
}

.footer-menu-custom .menu-item {
    font-size: 14px;
    line-height: 20px;
}
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-left: -8px;
    margin-right: -8px;
}
.social-list__item {
    padding: 0 8px;
}
.social-list__item .icon {
    color: #71706c;
    font-size: 32px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-list__item .icon:hover {
    color: #7a7974;
}
.contact-form-title {
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 24px;
}
.footer-new input[type=text],
.footer-new input[type=tel].wpcf7-form-control,
.footer-new textarea {
    background: rgba(94, 94, 94, 0.25);
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    width: 100%;
}
.form-item input,
.form-item input[type="tel"].wpcf7-form-control {
    margin-bottom: 16px;
}
.footer-new textarea {
    height: 90px;
    resize: none;
    margin-bottom: 24px;
    border-radius: 16px;
}
.footer-new input.wpcf7-form-control.wpcf7-submit {
    max-width: 233px;
    padding: 8px 24px;
    letter-spacing: -0.37px;
    color: #393536;
    margin-bottom: 0;
}
.footer-new form {
    margin-bottom: 0;
}
.footer-copyright {
    background: #2A2728;
    padding: 14px 0;
}
.footer-copyright-wrap {
	-webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.footer-copy {
    color: #71706C;
    font-size: 12px;
    line-height: 16px;
}
.social-list__link {
    height: 100%;
    display: block;
}
.social-list__item {
    cursor: pointer;
}
.logo-mastercard {
    margin-right: 10px;
}
@media only screen and (max-width: 1055px) {
    .footer-new__item {
        width: 50%;
        margin-bottom: 32px;
    }
    .footer-new__item.footer-new-form {
        margin-bottom: 0;
    }
    .footer-new input.wpcf7-form-control.wpcf7-submit {
        max-width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .footer-new__item {
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
	.footer-new__logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 34px;
  }
  .footer-new__logo img {
      max-width: 119px;
  }
  .footer-new__delivery {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0;
      padding-left: 33px;
  }
  .footer-new__wrap {
      padding: 32px 0;
  }
  .footer-new__logo img {
      margin-bottom: 0;
  }
}

.wrapper {
    width: 100%;
    position: relative;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    min-height: 100%;
}
.main, .wrapper, body, html {
    height: 100%;
}
.header-checkout__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.checkout-new {
    background: #f2f2f2;
}
.delivery-info-item {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #393536;
}
.checkout-new__wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-new__left {
    max-width: 340px;
    width: calc(100% - 386px);
    margin-right: 16px;
}
.checkout-new__right {
    max-width: 370px;
    width: 370px;
}
.delivery-info {
    margin-bottom: 48px;
}
.form-field {
    margin-bottom: 24px;
    position: relative;
}
.form-field:before {
    content: attr(data-error);
}
.form-field:before,
.text-error {
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 12px;
    line-height: 16px;
    color: #DE3618;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-field.error:before,
.form-field.error .text-error {
    opacity: 1;
    visibility: visible;
}
.contacts-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contacts-wrap .form-field {
    width: 50%;
}
.list-checkbox input[type=checkbox], .list-checkbox input[type=radio] {
    display: none;
}
.list-checkbox .label-text {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #393536;
    padding-left: 28px;

}
.list-checkbox .label-text_radio:after, .list-checkbox .label-text_radio:before {
    border-radius: 50%;
}
.list-checkbox .label-text:before {
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    background: #fff;
    border: 1px solid #CCCCCC;
}
.list-checkbox .label-text:after, .list-checkbox .label-text:before {
    display: block;
    position: absolute;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.list-checkbox .label-text:after {
    opacity: 0;
}
.list-checkbox input[type=checkbox]:checked+.label-text:after, .list-checkbox input[type=radio]:checked+.label-text:after {
    opacity: 1;
}
.list-checkbox .label-text_radio:after {
    content: '';
    left: 4px;
    top: 4px;
    background: #FFBE0F;
    width: 12px;
    height: 12px;
}
.list-checkbox input[type=radio]:checked+.label-text:before {
    border-color: #FFBE0F;
}
.list-checkbox__label {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
}
.checkbox-text {
    font-size: 12px;
    line-height: 16px;
    color: #484848;
    padding-left: 28px;
}
.way {
    display: none;
    height: 95px;
}

.checkout-section__item .list-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
}
.checkout-section__item .list-checkbox__item {
    width: 50%;
}
.way .form-field {
    position: absolute;
    width: 100%;
    left: 0;
    background: #f2f2f2;
    z-index: 9;
}
.input-group__label-top {
    display: block;
}
.checkbox-text {
    display: block;
}

.checkout-section__item {
    margin: 32px 0;
}

.switch {
    display:none;
}
.switch-wrap {
    width: 46px;
}
.switch-wrap label {
    width: 46px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-bottom: 0;
}
.switch-wrap label:before {
    content: "";
    position: absolute;
    z-index: 999;
    color: #fff;
    padding: 0 10px;
    top: -1px;
}
.switch-wrap label:after {
    content: "";
    position: absolute;
    z-index: 999;
    color: #fff;
    padding: 0 10px;
    top: -1px;
    right: 0;
    color: #777;
}
.switch-wrap .buttonbackground {
    width: 46px;
    height: 24px;
    position: relative;
    -webkit-transition:background-color 0.2s ease;
    -o-transition:background-color 0.2s ease;
    transition:background-color 0.2s ease;
    display:block;
    background: #F8F8F8;
    border: 1px solid #E8E8E8;
    border-radius: 32px;
}
.switch-wrap .buttonslider {
    min-width: 20px;
    height: 20px;
    top: 1px;
    position: absolute;
    left: 2px;
    -webkit-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
    display:block;
    z-index: 999;
    border-radius: 50px;
    border: 0.5px solid #E8E8E8;
    -webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 15%), 0px 1px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 6px rgb(0 0 0 / 15%), 0px 1px 1px rgb(0 0 0 / 8%);
    background: #FFFFFF;
}
.switch + label:hover {
    cursor:pointer;
}
.switch:checked + label .buttonbackground {
    background: #FFBE0F;
    border-color: #FFBE0F;
}
.switch:checked + label .buttonslider {
    left: auto;
    right: 2px;
    z-index: 9999;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 6px rgb(0 0 0 / 15%), 0px 1px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 2px 6px rgb(0 0 0 / 15%), 0px 1px 1px rgb(0 0 0 / 8%);
}

.checkout-new .form-checkout {
    margin-bottom: 0;
}
.checkout-new__wrap {
    padding: 40px 0 52px 0;
}
.title1-form {
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    color: #393536;
    margin-bottom: 24px;
    display: block;
}
.form-checkout .label {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #393536;
    margin-bottom: 8px;
    padding: 0;
    display: block;
    text-align: left;
}
.form-checkout .label span {
    color: #FFBE0F;
}
.form-checkout .form-control {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    background: #FFFFFF;
    padding: 12px 16px;
    height: 44px;
}
.form-checkout .input-field.error .form-control {
    border: 1px solid #DE3618;
}
.form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.contacts-wrap {
    margin: 0 -12px;
    padding-bottom: 8px;
}
.contacts-wrap .form-field {
    padding: 0 12px;
}
.title2-form {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #393536;
}
.list-checkbox__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-checkbox__right {
    width: 70px;
}
.list-checkbox__left {
    width: calc(100% - 70px);
    padding-right: 10px;
}
.title3-form {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #393536;
    display: block;
    margin-bottom: 24px;
}
.input-group__label-top {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #393536;
    margin: 24px 0 8px 0;
}
.time-select + .select2-container {
    width: 100%!important;
    height: 44px!important;
}
.time-select + .select2-container .select2-selection--single,
.time-select + .select2-container .select2-selection__rendered,
.time-select + .select2-container .select2-selection--single .select2-selection__arrow {
    height: 44px!important;
    line-height: 44px!important;
}
.time-select + .select2-container .select2-selection--single:focus,
.time-select + .select2-container:focus,
.time-select + .select2-container .select2-selection__rendered:focus {
    outline: 0;
}
.time-select + .select2-container .select2-selection__rendered {
    font-size: 14px;
    color: #CCCCCC;
    padding: 0 40px 0 16px;
}
.time-select + .select2-container .select2-selection--single {
    border-radius: 8px;
    border: 1px solid #CCCCCC;
}
.time-select + .select2-container .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.time-select + .select2-container .select2-selection--single .select2-selection__arrow:before {
    content:'\004c';
    font-family: 'Glyphter';
    color: #484848;
    position: relative;
    left: 5px;
}
.time-select + .select2-container .select2-selection--single .select2-selection__arrow {
    width: 40px;
}
.time-select + .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 15px;
    top: 0;
}
.checkbox-payment .list-checkbox__item {
    margin-bottom: 24px;
}
.checkbox-payment .list-checkbox__item:last-of-type {
    margin-bottom: 32px;
}
.checkbox-payment {
    margin: 24px 0 0;
}
.form-checkout .form-field textarea {
    height: 90px;
    resize: none;
}
.form-checkout .button-reset {
    min-width: 265px;
    display: block;
    padding: 20px 28px;
    background: #FFBE0F;
    color: #393536;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 32px;
}
.form-note {
    font-size: 14px;
    line-height: 20px;
    color: #393536;
    display: block;
    max-width: 330px;
}
.control-btn {
    color: #393536;
    font-weight: 300;
    height: 13px;
    line-height: 13px;
    cursor: pointer;
    position: relative;
    width: 13px;
    height: 17px;
    display: inline-block;
}
.control-btn_minus::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 1px;
    background: #393536;
    left: 0;
    top: 70%;
}
.counter-input {
    margin: 0 21px;
    border: 0;
    background: #FFFFFF;
    width: 30px;
    text-align: center;
    margin: 0 8px;
    font-weight: bold;
    font-size: 14px;
}
.control-btn_plus::before,
.control-btn_plus::after {
    content: '';
    position: absolute;
    background: #393536;
}
.control-btn_plus::before {
    width: 13px;
    height: 1px;
    right: 0;
    top: 65%;
}
.control-btn_plus::after {
    height: 13px;
    width: 1px;
    left: 6px;
    top: 28%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"]:focus {
    outline: 0;
}
.basket-top {
    border-radius: 16px 16px 0px 0px;
    background: #FFFFFF;
    padding: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
}
.basket-title,
.basket-quantity {
    width: 50%;
    color: #393536;
}
.basket-quantity {
    text-align: right;
    font-size: 18px;
    line-height: 26px;
}
.basket-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
}
.preview-list__img {
    width: 56px;
}
.preview-list__item-cont {
    width: calc(100% - 56px);
    padding-left: 16px;
}
.preview-list__item {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #fff;
    padding: 24px;
    border-bottom: 1px solid #f2f2f2;
}
.preview-list__top,
.preview-list__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.iconG-close-bold {
    font-size: 20px;
    color: #CCCCCC;
    width: 20px;
    cursor: pointer;
}
.products-list__name {
    width: calc(100% - 20px);
    padding-right: 16px;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #393536;
}
.input-group_control-inner {
    width: 81px;
}
.products-list__price {
    width: calc(100% - 81px);
    padding-left: 16px;
    font-weight: bold;
    font-size: 18px;
    text-align: right;
    color: #393536;
}
.products__add-name {
    font-size: 14px;
    line-height: 20px;
    color: #393536;
}
.products__add-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.products__add .input-group_control {
    width: 140px;
    border: 1px solid #FFBE0F;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 3px 9px;
}
.products__add .iconG-close-bold {
    width: calc(100% - 140px);
    padding-left: 16px;
    text-align: right;
}
.products__add .counter-input {
    width: 69px;
}
.products__add {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 16px;
}
.products__add-item  {
    margin-bottom: 8px;
}
.switch-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.switch-add .products__add-name {
    width: calc(100% - 46px);
    padding-right: 10px;
}
.preview-list-wrap {
    max-height: 400px;
    overflow-y: auto;
}
.preview-list-wrap::-webkit-scrollbar {
    width: 5px;
}

.preview-list-wrap::-webkit-scrollbar:horizontal {
    height: 10px
}

.preview-list-wrap::-webkit-scrollbar-thumb {
    width: 5px;
    border-color: #fbbe11;
    background-color: #fbbe11;
    border-radius: 10px;
}

.preview-list-wrap::-webkit-scrollbar-track {
    border-width: 0;
    background-color: #9E9E9E;
}

.preview-list-wrap::-webkit-scrollbar-track-piece {
    background: 0 0
}
.basket-delivery,
.basket-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.basket-delivery .basket-price {
    font-size: 18px;
    line-height: 22px;
}
.basket-total .basket-price {
    font-size: 24px;
    line-height: 32px;
}
.basket-title2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #393536;
    width: 50%;
}
.basket-price {
    width: 50%;
    color: #393536;
    font-weight: bold;
    text-align: right;
}
.basket-delivery {
    padding: 24px;
    background: #FFFFFF;
    border-bottom: 1px solid #f2f2f2;
}
.basket-total {
    padding: 29px 24px;
    background: #CCCCCC;
    border-radius: 0px 0px 16px 16px;
}
.basket.fixed {
    position: fixed;
    top: 156px;
}
.not-enough {
    font-size: 18px;
    line-height: 26px;
    color: #DE3618;
    display: block;
    max-width: 322px;
    text-align: center;
    margin: 9px auto 52px;
}
.not-enough {
    display: none;
}
.not-enough-active + .not-enough {
    display: block;
}
.basket-total.not-enough-active {
    background: #D8C5C5;
}
.basket-total.not-enough-active .basket-price {
    color: #DE3618;
}
.basket-sale .basket-title2,
.basket-sale .basket-price {
    color: #4AAA19;
}
.form-checkout .button-reset-mobile,
.form-checkout .form-note-mobile {
    display: none;
}
@media only screen and (max-width: 767px) {
    .delivery-info-item {
        font-size: 16px;
        line-height: 24px;
    }
    .title1-form {
        font-size: 24px;
        line-height: 32px;
    }
    .title2-form,
    .basket-total .basket-price {
        font-size: 18px;
        line-height: 22px;
    }
    .basket-title {
        font-size: 20px;
        line-height: 24px;
    }
    .basket-title2,
    .products-list__price,
    .basket-delivery .basket-price,
    .not-enough {
        font-size: 16px;
        line-height: 22px;
    }
    .header-checkout__wrap {
        padding: 16px 0;
    }
    .header-checkout + .main {
        padding-top: 82px;
    }
    .checkout-new__wrap {
        padding: 32px 0 50px 0;
    }
    .checkout-new__left {
        width: 100%;
        margin-right: 0;
        margin: 0 auto;
    }
    .checkout-new__right {
        width: 100%;
        margin: 0 auto;
    }
    .form-checkout .button-reset-mobile,
    .form-checkout .form-note-mobile {
        display: block;
    }
    .form-checkout .button-reset-desktop,
    .form-checkout .form-note-desktop {
        display: none;
    }
    .checkout-new__left {
        max-width: 370px;
    }
    .form-checkout .button-reset {
        min-width: 100%;
        margin-bottom: 24px;
    }
    .not-enough {
        margin-bottom: 24px;
    }
    .form-note {
        max-width: 100%;
        text-align: center;
    }

    .shop-archive-header {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: auto;
        padding: 20px 0;
        margin-bottom: 5px;
    }

    .shop-archive-header .shop-archive-content {
        position: static;
        transform: none;
    }

    .shop-archive-header .title {
        font-size: 35px!important;
    }

    .shop-archive-header .woocommerce-breadcrumb {
        padding-bottom: 0
    }
}
@media only screen and (max-width: 600px) {
    .header-checkout .header-new__time {
        display: none;
    }
}
@media only screen and (max-width: 360px) {
    .header-checkout__logo img {
        max-width: 130px;
    }
    .products__add .input-group_control {
        width: 100px;
    }
    .products__add .counter-input {
        width: 29px;
    }
    .products__add .iconG-close-bold {
        width: calc(100% - 100px);
    }
}
.basket-total .basket-price .woocommerce-Price-amount {
    font-size: 24px;
    line-height: 32px;
    color: #393536;
    font-weight: bold;
}
.basket-total.not-enough-active .basket-price .woocommerce-Price-amount {
    color: #DE3618;
}
.pizzaro-breadcrumb {
    margin-top: 2em;
}
@media only screen and (max-height: 935px) {
    .preview-list-wrap {
        max-height: 270px;
    }
}
@media only screen and (max-height: 768px) and (min-height: 767px) {
    .preview-list-wrap {
        max-height: 115px;
    }
}

.header-new.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}
.basket {
    margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) {
    .header-new__top {
        background: #fff;
    }
}
@media only screen and (max-width: 414px) {
    .handheld-navigation {
        max-width: 414px;
        width: 100%;
    }
    .basket-delivery {
        padding: 12px 24px;
    }
    .basket-total {
        padding: 20px 24px;
    }
}
.header-new .has-dropmenu {
    position: relative;
    cursor: pointer;
}
.header-new .drop-nav-child a {
    padding: 10px 30px 10px 15px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #393536;
}
.header-new .has-dropmenu:after {
    content: '\004c';
    font-family: 'Glyphter';
    position: absolute;
    transition: all .8s cubic-bezier(.7,0,.3,1);
    font-size: 13px;
    transform: rotate(0deg);
}
.header-new .has-dropmenu.has-dropmenu_1:after {
    right: -10px;
    top: 18px;
}
.header-new .has-dropmenu.has-dropmenu_2:after {
    right: 12px;
    top: 5px;
}
.header-new .drop-nav-child {
    background: #fff;
    width: 265px;
    position: absolute;
    top: 64px;
    left: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 10px 1px rgba(0,0,0,.1);
    z-index: 9;
}
.header-new  .has-dropmenu_1:hover .sub-menu,
.header-new  .has-dropmenu_2:hover .sub-sub-menu {
    height: auto;
    overflow: visible;
}
.header-new .has-dropmenu .sub-sub-menu {
    left: 265px;
    top: 0;
}
.header-new .has-dropmenu:hover:after {
    transform: rotate(180deg);
}
.header-new .has-dropmenu_2:hover:after {
    transform: rotate(-90deg);
}
.header-new__menu .nav__link {
    margin: 16px 0;
}
.header-new__bottom {
    padding: 0;
}
.header-new .drop-nav-child li .active {
    padding: 10px 30px 10px 15px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #393536;
    text-decoration: underline;
}
@media only screen and (max-width: 430px) {
    .shop-archive-header .title,
    .shop-archive-content h1 {
        font-size: 3.625em;
    }
}

.header-l-switcher {
    display: none;
}

@media only screen and (max-width: 767px) {
    .header-new__top {
        padding: 10px 0;
    }

    .header-new__left {
        flex-wrap: nowrap!important;
    }

    .header-l-switcher {
        display: block;
    }

    .logo-mobile {
        width: 70px;
        height: auto;
    }

    .header-l-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
        border: 3px solid transparent!important;
        border-top: 4px solid!important;
        top: calc(50% - 2px)!important;
    }

    .header-l-switcher .wpml-ls-legacy-dropdown {
        width: 65px!important;
    }


    .header-l-switcher .wpml-ls-legacy-dropdown > a {
        border-radius: 20px!important;
        padding: 7px 16px 8px 9px!important;

    }

    .header-l-switcher  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
        border-radius: 150px!important;
        border: 0!important;
    }

    .header-l-switcher .wpml-ls-item:not(.wpml-ls-current-language) {
        opacity: 1!important;
    }

    .header-l-switcher .wpml-ls-sub-menu,
    .header-l-switcher .wpml-ls-sub-menu a {
        border: 0!important;
    }

    .header-l-switcher .wpml-ls-sub-menu .wpml-ls-first-item a {
        border-top-left-radius: 10px!important;
        border-top-right-radius: 10px!important;
    }

    .header-l-switcher .wpml-ls-sub-menu .wpml-ls-last-item a {
       border-bottom-left-radius: 10px!important;
       border-bottom-right-radius: 10px!important;
   }

}


.delivery-not-available [for="billing_field_754"],
.delivery-not-available #billing_field_754,
.delivery-not-available [for="billing_field_677"],
.delivery-not-available #billing_field_677,
.delivery-not-available [for="billing_field_615"],
.delivery-not-available #billing_field_615,
.delivery-not-available [for="billing_field_615"],
.delivery-not-available #billing_field_615,
.delivery-not-available [for="billing_field_803"],
.delivery-not-available #billing_field_803,
.delivery-not-available [for="billing_field_623"],
.delivery-not-available #billing_field_623
 {
    display: none!important;

}

.checkout-cart-item-shipping-methods:not(#shipping_method) {
    font-size:  0;
}

#shipping_method {
    margin-top: 20px!important;
    font-size: 14px;
}

#shipping_method li:not(:last-child) {
    margin-bottom: 24px;
}

#shipping_method input {
        display: none;
}

#shipping_method label {
        cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #393536;
    padding-left: 28px;
}


#shipping_method label:before {
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    background: #fff;
    border: 1px solid #CCCCCC;
        border-radius: 150px
}
#shipping_method label:after, #shipping_method label:before {
    display: block;
    position: absolute;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
        border-radius: 150px
}
#shipping_method label:after {
    opacity: 0;
}
#shipping_method  input[type=checkbox]:checked+ label:after, #shipping_method input[type=radio]:checked+ label:after {
    opacity: 1;
}
#shipping_method label:after {
    content: '';
    left: 4px;
    top: 4px;
    background: #FFBE0F;
    width: 12px;
    height: 12px;
}
#shipping_method input[type=radio]:checked+ label:before {
    border-color: #FFBE0F;
}


.right-price-calculation-area .single_add_to_cart_button {
    min-height: 48px!important;
    max-width: none!important;
    height: auto!important;
}