/*
Theme Name: Yoki
Theme URI:
Author:
Author URI: https://redstone.media/
Version: 1.0
Text Domain: yoki
*/


.header-delivery .header-delivery-block p span{
	font-weight: 600;
}
/*.form-block .input{
	width: 100%;
}*/
.wpcf7-submit{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	left: 0px;
	top: 0px;
    cursor: pointer;
}
.screen-reader-response,.wpcf7-not-valid-tip,.wpcf7-response-output{
	display: none;
}
.input.wpcf7-not-valid{
	border: 1px solid red;
}


.custom-pagination ul li .current{
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    color: #fff;
    background-color: #E31E24;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
form .wpcf7-spinner{
    display: none;
    position: absolute !important;
    right: 0px;
    top: 13px;
    width: 28px;
    height: 28px;
    content: '';
    background: url(img/ajax-loader.gif) no-repeat;
    background-size: cover;
}
form .first_name > input,form .phone > input{
    width: 100% !important;
}
form.submitting .wpcf7-spinner{
    display: block;
}
form .btn > span{
    width: 100%;
    height: 100%;
    line-height: 50px;
}
.holiday-message,.cart{
    display: none;
}

.load_more_review.is-loader{
    position: relative;
}
.load_more_review.is-loader:after{
    position: absolute;
    right: 5px;
    top: 14px;
    width: 24px;
    height: 24px;
    content: '';
    background: url(img/ajax-loader.gif) no-repeat;
    background-size: contain;
}
input.hidden{
    display: none;
}


.cart-product.is-loader .prod_horiz-img,.cart-product.is-loader .prod_horiz-desc {
    opacity: 0.2;
}
.cart-product.is-loader,.cart-popup-out.is-loader{
    position: relative;
}
.cart-product.is-loader:before,.cart-popup-out.is-loader:before {
    position: absolute;
    width: 32px;
    height: 32px;
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    background: url("img/ajax-loader.gif");
    content: "";
    background-size: contain;
    z-index: 9;
}
.view-prod-popup .ing_body-left picture{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: var(--color-grey);
    margin-bottom: 20px;
}

.btn.btn-loader{
    z-index: 99;
}
#cart-popup-out{
    min-height: 256px;
}
.custom_dropdown-toggle span i{
    margin-right: 3px;
}
.errorMsg.is_error{
    display: block;
}
.ingredient_img > img{
    width: 48px;
}
.delivery-form .form-group .input.invalid{
    border-color: #E31E24;
}

.main-order-button.is-loader{
    pointer-events: none;
}

.main-order-button,.apply_bonus,form .btn {
    position: relative;
}

.main-order-button.is-loader:after,form .btn.is-loader:after{
    position: absolute !important;
    right: 13px;
    top: 13px;
    width: 28px;
    height: 28px;
    content: '';
    background: url(img/ajax-loader.gif) no-repeat;
    background-size: cover; 
}
.promo_code_apply.is-loader:after,.apply_bonus.is-loader:after,.promo_code_remove.is-loader:after{
    position: absolute;
    width: 16px !important;
    height: 16px !important;
    right: 4px !important;
    top: 17px !important;
    background-size: contain !important;;
    z-index: 9;
}


.ui-menu .ui-menu-item {
    padding: 6px 5px;
    color: black;
    background-color: transparent;
}
.ui-menu-item-wrapper {
    padding: 6px 5px !important;
    border: 0px !important;
    color: black !important;
    background-color: transparent !important;
}
.ui-menu .ui-menu-item {
    padding: 6px 5px;
    color: black;
    background-color: transparent;
    font-family: 'Mont Blanc', sans-serif;
}
.ui-menu .ui-menu-item:hover {
    padding: 6px 5px;
    color: black;
    background-color: #E38184;
}
.ui-menu-item-wrapper {
    padding: 6px 5px !important;
    border: 0px !important;
    color: black !important;
    background-color: transparent !important;
}
.ui-menu-item-wrapper:hover {
    padding: 6px 5px !important;
    border: 0px !important;
    color: black !important;
    background-color: transparent !important;
}
.ui-widget.ui-widget-content {
    z-index: 999;
}


.apply_bonus{
    text-align: center;
    padding: 0px 5px !important;
    cursor: pointer;
    overflow: visible !important;
}
.bonuses_code_message{
    margin-top: 5px;
}
.SumoSelect.invalid {
    border: 1px solid red;
}
.product_image-wrap:hover picture img, .product_image-wrap:hover source {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.product_image-wrap picture img, .product_image-wrap source {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;backface-visibility: hidden;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.header-user-paner .header-like span{
    display: none;
}
.header-user-paner .header-like span.active{
    display: block;
}
.list > a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-black);
}
.header-menu > li .list a::before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    display: inline-block;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4pxsolid transparent;
    border-top: 4px solid var(--color-black);
    margin-top: -1px;
}
.popup-content .map-block {
    height: 300px;
}

.disable-working .add-to-cart-btn{
    background-color: #E6E6E6;
    pointer-events: none;
    color: #171717; 
}
.disable-working .btn.decor::before{
    display: none;
}
.disable-working .floating_buttons{
    display: none;
}
.language-chooser li.active{
    display: none;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 10px 15px 10px 60px;
    background-color: transparent !important;
    border: 0px !important;
    font-style: normal;
    font-size: 18px;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {color: #fff;font-style: normal;opacity: 1;}
html.dgwt-wcas-is-ios .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {color: var(--color-black);}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
    opacity: 1 !important;
    fill: #fff;
}
.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input::placeholder {
    color: white !important;
    font-style: normal;
}
.cart-informer {
    z-index: 999;
}

#cookie-law-info-bar{
    background-color: transparent !important;
    visibility: hidden;
}
#wt-cli-accept-all-btn{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 54px;
    color: var(--color-white);
    padding: 0 30px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 0px;
}
.cookies-block{
    text-align: left;
}
.inst-block-imgs{
    padding: 0px 30px;
}
.promo_code_apply{
    text-align: center;
    padding: 0px 15px !important;
}
input[name="input_check_send_sms"]{
    display: none;
}
.error-message{
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
    color: #E31E24;
}
.success-message{
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
    color: green;
}
.banner-cont .text.text-line-3 p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
}
/*media*/
@media(max-width: 1199px){
    .banner-cont .text.text-line-3 p{
        color: var(--color-black);
        font-size: 20px;
    }
}
@media(max-width: 767px){
    .banner-cont .text.text-line-3 p{
        font-size: 18px;
    }
}
@media(max-width: 480px){
    .banner-cont .text.text-line-3 p{
        font-size: 16px;
    }
}
.wpcf7-form-control-wrap.email input,.wpcf7-form-control-wrap.textarea textarea{
    margin-bottom: 10px !important;
}
input[name="order_sms_check"]{
    margin-top: 20px;
}
.promo_code_apply,.promo_code_remove{
    cursor: pointer;
}
#searchsubmit{
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.search-page-input .search-btn{
    margin-left: 10px;
    margin-top: 5px;
}
.discount_promo{
    display: none;
}
.promo_code_message,.bonuses_code_message{
    color: green;
    margin-top: 10px;
}

.btn.hidden{
    display: none;
}
.remove_promo_text b{
    font-weight: bold;
}
.remove_promo_text.hidden{
    display: none;
}
.wrapper_title_weight{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_size span::before{
    display: none;
}
.instagram_about{
    max-width: 1140px;
    margin: 0px auto;
}
blockquote p{
    color: #1A1A1A !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}
.breadcrumbs-block-sec li a:hover span{
    color: #E31E24 !important;
}
/*input[name="first_name"]{
    margin-bottom: 10px !important;
}
*/
.form-block span{
    width: 49%;
}
.menu_open_plus:before,.menu_open_plus:after{
    display: none !important;
}
.dgwt-wcas-preloader{
    color: white;
    opacity: 1;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{
    width: 18px !important;
}
.product_image-wrap:hover .floating_buttons{
    z-index: 9;
}
.item_type_delivery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.item_type_delivery::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('img/icons/item_type_delivery_decor.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.item_type_delivery::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #E50B14;
    opacity: 0;
    visibility: hidden;
 /*   -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;*/
}
.item_type_delivery_or {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    border-radius: 50%;
    background-color: #171717;
    border: 7px solid #000000;
    margin: 0 20px;
}
.accept_type_delivery{
    position: relative;
    cursor: pointer;
    margin: 30px auto 0 auto;
}
.wrapper_type_delivery{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
}
.wrapper_select_terminal{
    display: none;
    margin-top: 30px;
}
.wrapper_select_terminal.is-visible{
    display: flex;
    align-items: center;
    justify-content: center;
}
.item_terminal{
    margin: 5px 10px;
}
.delivery-zone-item{
    margin-bottom: 20px;
}
.user_account_cabinet{
    height: 18px;
    width: initial;
    margin-right: 15px;
}
.agree_offerta{
    color: #565656;
    display: block;
    padding-top: 5px;
    font-size: 14px;
    text-align: center;
    text-decoration: underline !important;
}
.header_menu_line{
    position: relative;
}
.header_menu_line i:nth-child(1){
    position: absolute;
    width: 20px;
    height: 2px;
    top: -5px;
    right: -30px;
    background-color: #171717;
}
.header_menu_line i:nth-child(2){
    position: absolute;
    width: 20px;
    height: 2px;
    top: 0px;
    right: -30px;
    background-color: #171717;
}
.header_menu_line i:nth-child(3){
    position: absolute;
    width: 20px;
    height: 2px;
    top: 5px;
    right: -30px;
    background-color: #171717;
}
.lowOrderDelivery{
    display: none !important;
}

/*popup*/
.select_type_delivery {max-width: 812px;}
.select_type_delivery.dont-work-popup .title {margin-bottom: 25px;}
.select_type_delivery .wrapper_type_delivery {-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.item_type_delivery_info {position: relative;z-index: 1;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 100%;font-size: 16px;line-height: 1.4em;font-weight: 500;color: #171717;text-transform: uppercase;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.item_type_delivery_info svg {position: relative;display: inline-block;width: auto;height: 94px;margin-bottom: 16px;}
.item_type_delivery_info svg .fill {fill: #171717;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.item_type_delivery_info svg .stroke {stroke: #171717;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
/*is-active*/
.item_type_delivery.is-active:after {opacity: 1;visibility: visible;}
.item_type_delivery.is-active .item_type_delivery_info {color: #fff;}
.item_type_delivery.is-active .item_type_delivery_info svg .fill {fill: #fff;}
.item_type_delivery.is-active .item_type_delivery_info svg .stroke {stroke: #fff;}
/*SumoSelect*/
.select_type_delivery .SumoSelect>.CaptionCont>span {text-align: left;}
.select_type_delivery .SumoSelect > .CaptionCont > span.placeholder {text-align: left;color: #565656;}
.select_type_delivery .SumoSelect > .optWrapper > .options li.opt {margin: 0 0 10px 0;padding: 0 20px;}
.select_type_delivery .SumoSelect > .optWrapper > .options li.opt:last-child {margin-bottom: 0;}
.select_type_delivery .SumoSelect > .optWrapper > .options li label {text-align: left;padding: 0;color: #171717;letter-spacing: 0.01em;}
.select_type_delivery .SumoSelect>.CaptionCont> label >i {-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.select_type_delivery .SumoSelect.open>.CaptionCont> label >i {border-top-color: var(--color-red);-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);}
/*header*/
.change_type_delivery {position: relative;display: inline-block;line-height: 1.2em;color: #E6E6E6;margin-left: 30px;}
.change_type_delivery a {color: var(--color-red);border-bottom: 1px dashed var(--color-red);margin-left: 5px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
/*media*/
@media(min-width: 1200px){
    .item_type_delivery:hover:after {opacity: 1;visibility: visible;}
    .item_type_delivery:hover .item_type_delivery_info {color: #fff;}
    .item_type_delivery:hover .item_type_delivery_info svg .fill {fill: #fff;}
    .item_type_delivery:hover .item_type_delivery_info svg .stroke {stroke: #fff;}
    .select_type_delivery .SumoSelect > .optWrapper > .options li label:hover {color: var(--color-red);}
    .change_type_delivery a:hover {color: #fff;border-color: #fff;}
}
@media(max-width: 1640px){
    .change_type_delivery {margin-left: 15px;font-size: 14px;}
}
@media(max-width: 1440px){
    .change_type_delivery {margin-left: 10px;font-size: 13px;}
}
@media(max-width: 1199px){
    .change_type_delivery {font-size: 18px;color: var(--color-black);margin-left: 0;margin-top: 20px;}
    .view-prod-popup .ing_body-imgs img{
        height: auto !important;
        position: relative;
    }
}
@media(max-width: 991px){
    .select_type_delivery {max-width: 90%;}
    .select_type_delivery .popup-align {padding: 60px;}
    .item_type_delivery {width: 220px;height: 220px;}
    .item_type_delivery_info {font-size: 14px;}
    .item_type_delivery_info svg {height: 80px;}
    .item_type_delivery_or {width: 52px;height: 52px;border-width: 5px;font-size: 14px;}
}
@media(max-width: 767px){
    .header-burger{
        margin-left: 14px;
    }
    .select_type_delivery {max-width: 95%;}
    .select_type_delivery .popup-align {padding: 60px 40px;}
    .item_type_delivery {width: 180px;height: 180px;}
    .item_type_delivery_info {font-size: 12px;}
    .item_type_delivery_info svg {height: 65px;margin-bottom: 15px;}
    .item_type_delivery_or {width: 46px;height: 46px;border-width: 4px;font-size: 12px;margin: 0 12px;}
    .change_type_delivery {font-size: 17px;}
}
@media(max-width: 575px){
    .form-block span {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px;
    }
    .select_type_delivery .popup-align {padding: 30px;}
    .item_type_delivery {width: 155px;height: 155px;margin-right: 15px;}
    .item_type_delivery:last-child {margin-right: 0;}
    .item_type_delivery_info {font-size: 10px;}
    .item_type_delivery_info svg {height: 50px;margin-bottom: 14px;}
    .item_type_delivery_or {display: none;}
    .accept_type_delivery,.wrapper_select_terminal {margin-top: 20px;}
    .change_type_delivery {font-size: 16px;}
}
@media(max-width: 480px){
    .select_type_delivery .popup-align {padding: 15px;}
    .item_type_delivery {width: 130px;height: 130px;}
    .item_type_delivery_info svg {height: 45px;margin-bottom: 12px;}
    .accept_type_delivery,.wrapper_select_terminal {margin-top: 15px;}
}
@media(max-width: 400px){
    .item_type_delivery {width: 115px;height: 115px;margin-right: 10px;}
    .item_type_delivery_info svg {height: 45px;}
    .item_type_delivery_info {font-size: 9px;}
}
@media(min-width: 480px){
   .info-box.style-2 .info-cont{
        min-height: 130px;
    } 
    .header-top .all.main-svg{
        display: none;
    }
}




/*html {
    margin-top: 32px !important;
}
* html body {
    margin-top: 32px !important;
}
@media screen and (max-width: 782px) {
    html {
        margin-top: 46px !important;
    }
    * html body {
        margin-top: 46px !important;
    }
}*/


.main-order-button.is-loader:after,form .btn.is-loader:after{
    background: url(img/ajax-loader-white.gif) no-repeat;
}

.checkbox-entry [name="payment_method"] + span {
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -ms-flex-align:center;
    align-items:center;
}
.checkbox-entry [name="payment_method"] + span svg {
    margin-right:10px;
}
.from-apps #content-block > header,
.from-apps #content-block > .header-margin,
.from-apps #content-block > footer {
    display:none;
}