/*
Theme Name: Mamma-Italiana
Theme URI: 
Author: 
Author URI: https://.media/
Version: 1.0
Text Domain: mamma
*/


.hidden{
	display: none!important;
}

.btn-disabled {
	opacity: .5;
	pointer-events: none;
}

.popup-loader{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #fff;
	opacity: 0.7;
}

.checkout_mb{
	margin-bottom: 20px;
}
.holiday-message{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #599921;
    padding: 15px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    z-index: -1;
}

.custom-pagination ul li span {
    display: inline-block;
    position: relative;
    vertical-align: top;
    z-index: 2;
    color: #636662;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: #ffffff;
}
.custom-pagination ul li.active span {
    color: #ffffff;
    background: #d22730;
}

.product_price-old.hidden + .product_price {
    color: #212721;
}


.cookies-informer {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -25px);
    -ms-transform: translate(-50%, -25px);
    transform: translate(-50%, -25px);
}
.cli-style-v2 .cli-bar-message {
    width: 100% !important;
}

#cookie-law-info-bar {
    padding: 0px !important;
}

.cli-bar-message {
    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;
}

.cli-bar-btn_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0 20px!important;
}
#wt-cli-accept-all-btn {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.45em;
    letter-spacing: 0;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin: 0!important;
    border-radius: 12px;
    padding: 14px 30px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

@media (max-width: 1400px) {
    #wt-cli-accept-all-btn {
        font-size: 12px;
        padding: 12px 25px;
    }
}

@media (max-width: 767px) {
    #wt-cli-accept-all-btn {
        padding: 10px 20px;
    }
}
@media (max-width: 575px) {
    .cli-bar-message {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .cli-bar-btn_container{
        margin: 15px 0 0 0!important;
    }
}

.out-of-stock {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.screen-reader-response,.wpcf7-not-valid-tip,.wpcf7-response-output{
    display: none !important;
}
.wpcf7-not-valid{
    border: 1px solid #d22730;
}
form.submitting .ajax-loader{
    position: absolute;
    left: -25px;
}
form.submitting .ajax-loader:before{
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 2px;
    background: url('img/ajax-loader.gif') no-repeat 0 0;
    background-size: 18px 18px;
}
form input[type="submit"]{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    font-size: 0px;
    cursor: pointer;
}
.product_price-wrap ins{
    text-decoration: none;
}
.product_price-wrap ins bdi,.product_price-wrap ins bdi span{
    color: #d22730;
    font-weight: 600;
    line-height: 1em;
}
.product_price-wrap del{
    text-decoration: none;
}
.product_price-wrap del bdi{
    position: relative;
}
.product_price-wrap del bdi::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background: url('img/icons/i-line.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.product_price-wrap del bdi,.product_price-wrap del bdi span{
    position: relative;
    white-space: nowrap;
    font-size: 80% !important;
    margin-right: 10px;
    color: #212721;
    line-height: 1em;
}
.product_price-wrap del bdi span{
    font-size: 100% !important;
}
.product_detail-controls .product_price-wrap span{
    margin-left: 5px;
    margin-right: 3px;
}
.cart-product.is-loader .prod_horiz-img,.cart-product.is-loader .prod_horiz-desc {
    opacity: 0.2;
}
.cart-product.is-loader{
    position: relative;
}
.cart-product.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;
}
.cart-dropdown-delete{
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
}

.cart-dropdown-delete:before, .cart-dropdown-delete:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(
-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(
-45deg);
    width: 80%;
    height: 2px;
    background: #212721;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ing_control .cart-dropdown-delete::before, .ing_control .cart-dropdown-delete::after {
    background: #d22730;
}
.cart-dropdown-delete:after {
    -webkit-transform: translate(-50%, -50%) rotate(
45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(
45deg);
}

.main-order-button,.apply_bonus {
    position: relative;
}

.main-order-button.is-loader,.btn_sms_check.is-loader{
    pointer-events: none;
}
.main-order-button.is-loader:before,.apply_bonus.is-loader:before,.btn_sms_check.is-loader:before{
    position: absolute;
    width: 28px;
    height: 28px;
    left: calc(50% - 16px);
    bottom: -32px;
    background: url(img/ajax-loader.gif);
    content: "";
    background-size: contain;
    z-index: 9;
}
.SumoSelect.invalid{
    border: 1px solid red;
    border-radius: 13px;
}
.page-template-page-account .product_top-right .fav-btn.btn-close {
    opacity: 1;
    visibility: visible;
}

.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: #a9c194;
}
.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;
}
input[name="input_check_send_sms"]{
    display: none;
}
.error-message{
    font-size: 16px;
    text-align: center;
    color: #d22730;
}
.success-message{
    font-size: 16px;
    text-align: center;
    color: #009246;
}
.bonuses_code_message{
    margin-top: 5px;
}
.thank_items .price-wrap{
    text-align: left;
}
.thank_items .prod_horiz-img{
    border-radius: 5px;
}
.wpcf7-form.submitting .wpcf7-spinner {
    position: absolute;
    left: -40px;
    top: 8px;
    width: 32px;
    height: 32px;
    background-color: green;
    background: url(img/is-loader.gif) no-repeat;
}
.delivery-form .thank-total-wrap{
    border-top: 0px !important;
}


@media (min-width: 1200px) {
	.custom-pagination ul li a:hover {
	    color: #ffffff;
	    background: #009246;
	}

    #wt-cli-accept-all-btn:hover {
        background-color: #009246 !important;
    }

    .filters-list-cat {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (max-width: 1730px) {
    #pizza .filters-list-cat li a {
        padding: 5px 10px;
        font-size: 16px;
    }
}

#pizza .container {position: relative}
.filters-list-cat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 60%;
}
.filters-list-cat li {
    -ms-flex:0 0 50%;
    flex:0 0 50%;
    max-width:50%;
    box-shadow: 0 1px 0 0 #aaa;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 10px;
    line-height: 1.5;
    font-size: 18px;
    display:  block;
    text-align: center;
    cursor: pointer;
}
.filters-list-cat li:hover,
.filters-list-cat li.active {
    box-shadow: 0 2px 0 0 #009246;
}

@media (max-width: 1199px) {
    .filters-list-cat {
        max-width: 100%;
        width: auto;
        margin: 10px auto 15px;
    }
}

/* 15.02 custom */

.product_price-top{
    position: relative;
}

.product_price-top .bonuses{
    position: absolute;
    right: 0px;
}

/* 18.03 custom */


table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table td {
    border: 1px solid #d1d9ce;
    padding: 10px 15px;
}
.title-sm b{
    font-weight: bold;
}

.no_time_order {
    border: 1px solid red;
    border-radius: 30px;
    padding: 15px 38px;
    margin-top: 20px !important;
    max-width: 358px;
}
.popup-info-wrapper .text b{
    font-weight: bold;
}
.shop-not-working .main-order-button,.shop-not-working .btn-disable-order{
    display: none;
}
.bonus_wrapper_block,.wrapper_not_bonus{
    display: none;
}
.wrapper_not_bonus{
    margin-top: 10px;
}
.btn_check_user_bonus{
    padding: 5px 10px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.bonus_wrapper_block{
    margin-bottom: 5px;
}
.bonus_calculate{
    font-size: 14px;
    color: #009246;
    font-weight: bold;
}
.price_size_wrapper{
    display: flex;
    align-items: center;
}
.product_price-top{
    justify-content: space-between;
}
.cart_bottom_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart_bonus-wrap{
    font-size: 14px;
    color: #009246;
    font-weight: bold;
    margin-top: -10px;
}
.thank-total-bonus{
    margin-top: -25px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #009246;
    font-weight: bold;
}
.all-product-bonus{
    font-size: 14px;
    color: #009246;
}

.accordion-title span{
    line-height: 1.3em;
    font-weight: 600;
}
.thank-total-bonus-product{
    font-size: 14px;
    color: #009246;
    font-weight: bold; 
}
.thank-total-bonus .cart_bonus-wrap{
    color: #009246;
}
.checkbox-entry.bonus{
    margin-bottom: 10px;
}
.tax-product_cat .seo-text-block p strong{
    color: #636662;
}
.#{
    display: flex;
    align-items: center;
}
.# li{
    width: 130px;
}
.# img{
    width: 120px;
    height: initial;
}
.title_download_app{
    margin-bottom: 5px;
}
.thank_you_download .title_download_app{
    text-align: center;
}
.thank_you_download .#{
    justify-content: center;
}
.thank_you_download .# li {
    width: 170px;
}
.thank_you_download .# img {
    width: 160px;
    height: initial;
}

#download-app{
    display: none;
}


.delivery_time_extra{
    font-size: 18px;
    margin-top: 10px;
/*    border-bottom: 1px solid red;*/
    display: inline-block;
    font-weight: bold;
    background-color: #f5faf2;
    padding: 15px;
    border-radius: 7px;
}
.delivery_time_extra span{
    color: #d22730;
}
.your_date_delivery span{
    font-weight: bold;
}
.your_date_delivery b{
    font-weight: bold;
}
.your_date_delivery{
    display: none;
}



@media (max-width: 1200px) {
    .no_time_order {
        padding: 10px 15px;
    }

}
@media (max-width: 991px) {
    .prod_horiz-controls{
        flex-wrap: wrap;
        margin-top: 0px;
    }
    .prod_horiz-controls .title-sm.text-center{
        text-align: left;
        width: 100%;
        font-size: 12px;
        line-height: 10px;
    }
    .prod_horiz-desc .title{
        line-height: 1em;
    }
   
}


@media (max-width: 767px) {
     .cart_bonus-wrap {
        margin-top: -3px;
        text-align: center;
    }
    .cart_bottom_flex {
        justify-content: center;
    }
    .cart_bottom {
        height: 67px;
    }
    .cart_items {
        height: calc(100% - 67px);
    }
    .thank-total-bonus-product{
        margin-bottom: 0px;
    }
    .thank-total-bonus {
        margin-top: -15px;
    }

     #download-app{position:fixed;top:0px;left:0;right:0;z-index: 9999;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);-webkit-transition: .25s;-o-transition: .25s;transition: .25s;display: block;}
    #download-app.active{-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
    #download-app .download-app-inner{background: #FFFFFF;-webkit-box-shadow:0px 1px 5px 4px rgba(0, 0, 0, 0.1);box-shadow:0px 1px 5px 4px rgba(0, 0, 0, 0.1);border-radius: 10px;z-index:9;padding:10px 10px;padding-left:40px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin: 15px;position: relative;}
    .icon-with-text{font-family: 'Mont Blanc', sans-serif;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-align: left;}
    .icon-with-text .icon {
        display: flex;
        position: relative;
        width: 55px;
        height: 55px;
        border: 1px solid #ccc;
        border-radius: 12px;
        padding: 10px;
        align-items: center;
        justify-content: center;
    }
    .icon-with-text .icon img {
        position: absolute;
        top: 0;
        left: 0;
        width: 84%;
        height: 84%;
        -o-object-fit: contain;
        object-fit: contain;
        left: 8%;
        top: 8%;
    }
    .icon-with-text .text{text-align:left;margin-left:10px;}
    .icon-with-text .text .name{font-weight: 600;font-size: 16px;line-height: 20px;color: #22262A;margin-bottom: 3px;}
    .icon-with-text .text .desc{font-weight: 400;font-size: 11px;line-height: 14px;color: #5A5A5A;}
    #download-app .btn-close{position:absolute;left:5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;}
    #download-app .btn-close:after, #download-app .btn-close:before{width: 14px;height: 2px;border-radius: 3px;background-color: #98989D;}
    .app-active .header{top:100px;}
    #content-block{-webkit-transition: .25s;-o-transition: .25s;transition: .25s;}
    .app-active #content-block{margin-top:100px;}
    /* .app-active .gamburger-no-click{pointer-events:none;} */
    .app-active .header.active {top: 0;}
    .app-active .header.active #download-app.active {top: -100px;}
    .app-active .header.slide-down #download-app{z-index: 2;}

    .app-active .header.slide-down #download-app {
        z-index: 2;
    }
    .app_download_button {
        min-width: auto;
        font-size: 12px;
        padding: 5px 12px !important;
        height: 36px;
        line-height: 21px;
        font-weight: 500;
    }
    #download-app.active {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    #download-app .btn-close:after, #download-app .btn-close:before {
        width: 14px;
        height: 2px;
        border-radius: 3px;
        background-color: #98989D;
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        -ms-transform: translate(-50%,-50%) rotate(-45deg);
        transform: translate(-50%,-50%) rotate(-45deg);

    }
    #download-app .btn-close:after {
        -webkit-transform: translate(-50%,-50%) rotate(45deg);
        -ms-transform: translate(-50%,-50%) rotate(45deg);
        transform: translate(-50%,-50%) rotate(45deg);
    }
}

/* START 28.04.22 */
.no-reverse .news-item:nth-child(even) .news-img{
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    margin-left: 0;
    margin-right: 60px;
}

@media (max-width: 1400px) {
    .no-reverse .news-item:nth-child(even) .news-img {
        margin-right: 30px;
    }
}
/* END 28.04.22 */

/* START 05.09.22 */
@media (min-width: 415px) {
    [data-rel="actions_popup"] .btn + .btn {
        margin-left: 30px;
    }
}
@media (max-width: 414px) {
    [data-rel="actions_popup"] .btn + .btn {
        margin-left: 15px;
    }
}
[data-rel="actions_popup"] .btn.btn-secondary{
    font-size: 14px;
    line-height: 1.45em;
    padding: 12px 28px;
}
@media (max-width: 1400px) {
[data-rel="actions_popup"] .btn.btn-secondary {
    font-size: 12px;
    padding: 10px 23px;
}
}
@media (max-width: 767px) {
[data-rel="actions_popup"] .btn.btn-secondary {
    padding: 8px 18px;
}
}
/* END 05.09.22 */

/*DOWNLOAD APP*/ 
@media (max-width: 767px){
    #download-app{background:#fff;}
    .app-active #content-block{margin-top: 115px;}
    .app-active .header-wrapper{top: 105px;}
    .app-active .open-menu #download-app{-webkit-transform: translateY(-100%);transform: translateY(-100%);}
    .app-active .open-menu .header-wrapper{top: 0px;}
}

body .product.type-2 .product_image {
    padding-bottom: 107.8%;
}

@media (max-width: 1729px){
    body .product.type-2 .product_image {
        padding-bottom: 114.44%;
    }
}

@media (max-width: 1399px){
    body .product.type-2 .product_image {
        padding-bottom: 112.25%;
    }
}

@media (max-width: 1199px){
    body .product.type-2 .product_image {
        padding-bottom: 115%;
    }
}

@media (max-width: 991px){
    body .product.type-2 .product_image {
        padding-bottom: 113.1%;
    }
}

@media (max-width: 767px){
    body .product.type-2 .product_image {
        padding-bottom: 118.6%;
    }
}

@media (max-width: 575px){
    body .product.type-2 .product_image {
        padding-bottom: 107.71%;
    }
}

@media (max-width: 449px){
    body .product.type-2 .product_image {
        padding-bottom: 111.2%;
    }
}

@media (max-width: 413px){
    body .product.type-2 .product_image {
        padding-bottom: 112.6%;
    }
}

body .product_detail-img {
    padding-bottom:100%;
}

@media  (min-width: 1200px) and (max-width: 1730px) {
    body .header-top {
        padding: 0 150px 0 15px;
        height: 58px;
    }
    body .user-c-wrapper {
        top: -10px;
    }
}

@media (max-width: 1400px) {
    .no-poster.scrolled .header-wrapper {
        -webkit-transform: translateY(-58px);
        -ms-transform: translateY(-58px);
        transform: translateY(-58px);
    }
}
@media (max-width: 1199px){
    .no-poster.scrolled .header-wrapper {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    body .user-c-wrapper {
        top: 0;
    }
}

.w-100 {
    width: 100%;
}
.product_controls .w-100 ~ .btn-product {
    max-width:58%;
}
.product_controls .w-100 ~ .thumb-input-number {
    margin-top: 10px;
}
.product_controls .w-100 ~ .btn-product,
.product_controls .w-100 ~ .thumb-input-number,
.product_controls .bonus_calculate {
    -ms-flex-item-align: center;
        align-self: center;
}
@media (max-width: 1729px) and (min-width:1400px){
    .swiper-slide .product_controls .w-100 ~ .btn-product {
        max-width: 50%;
    }
    .swiper-slide .product_controls  .w-100 ~ .thumb-input-number input,
    .swiper-slide .product_controls  .w-100 ~ .thumb-input-number button {
        width:40px;
    }
    .swiper-slide .product_controls  .w-100 ~ .thumb-input-number button {
        height:40px;
    }
}
@media (max-width: 1399px) and (min-width:1200px){
    .swiper-slide .product_controls .w-100 ~ .btn-product {
        max-width: 100%;
    }
     .swiper-slide .product_controls  .w-100 ~ .thumb-input-number {
        margin-right: auto;
        margin-left: auto;
    }
     .swiper-slide .product_controls .bonus_calculate {
        font-size:12px;
    }
}
@media (max-width: 1199px) and (min-width:768px){
    .product_controls .w-100 ~ .btn-product {
        max-width: 50%;
    }
    .product_controls  .w-100 ~ .thumb-input-number input,
    .product_controls  .w-100 ~ .thumb-input-number button {
        width:40px;
    }
    .product_controls  .w-100 ~ .thumb-input-number button {
        height:40px;
    }
}
@media (max-width: 767px) and (min-width:576px){
    .product_controls .w-100 ~ .btn-product {
        max-width: 100%;
    }
    .product_controls  .w-100 ~ .thumb-input-number {
        margin-right: auto;
        margin-left: auto;
    }
    .product_controls .bonus_calculate {
        font-size:12px;
    }
}

@media (max-width: 1199px) {
    .no-poster .header-top {
        height: calc(100vh);
    }
}

.checkbox-entry-wrap.time_wrapper {
    margin:10px 0 0;
}
.time_wrapper + .wrapper_time_block:visible {
    margin-top:15px;
}

#content-block header ul .menu-btn a {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 12px;
    border-radius: 12px;
    background: var(--clr-primary);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    color: var(--clr-white);
}
@media (min-width: 1200px) {
    #content-block header ul .menu-btn a:hover {
        background: var(--clr-secondary);
        color: var(--clr-white);
    }
}

.grecaptcha-badge {
    opacity:0;
}



.select_action_use {
    margin-top: 40px;
}
.select_action_use .text {
    margin-bottom: 10px;
}


#suggest_modifiers .ingredient {
    width: calc((100%/3) - 5px);
}
@media (max-width: 480px){
    #suggest_modifiers .ingredient {
        width: calc((100%/2) - 5px);
    }
}
#suggest_modifiers .btn-wrapper {
    margin-top:15px;
}
#suggest_modifiers .btn-wrapper .btn-product {
    color: #ffffff;
    margin:0 10px 0 0;
}

.header-phone-mobile {
    position:relative;
    margin-right: 20px;
}

@media (min-width: 1200px) {
    .header-phone-mobile { display:none }
}

.pay-part > .select_action_use > p {
    padding: 10px;
}

.promo_code-info {
    padding:5px;
}

.promocode_use .remove_promocode {
    padding: 10px 15px;
}


.popup-container.size-5{max-width: 800px;}
.popup-container.size-5::before{display: none;}
.popup-title.type-2{line-height: 1.4;margin-bottom: 25px;}
.grid{max-width: 800px;margin-bottom: 42px;}
.grid-row{margin-left: -15px;margin-right: -15px;}
.grid-col{padding: 0 15px;flex: 0 0 33.333%;max-width: 33.333%;}
.grid-col:nth-child(n+5){margin-top: 30px;}
.grid-item{border: 1px solid #EEEEEE;border-radius: 5px;cursor: pointer;transition: border-color .3s;position: relative;padding: 20px 10px 12px;}
.grid-item-img-wrapp{max-width: 200px;margin-bottom: 20px;}
.grid-item-img{padding-bottom: 100%;position: relative;}
.grid-item-img img{width: 100%;height: 100%;object-fit: contain;position: absolute;left: 0;top: 0;}
.grid-item-title{font-size: 18px;font-weight: 700;line-height: 1.4;}
.grid-item-action{position: absolute;right: -11px;top: -11px;border-radius: 100%;width: 22px;height: 22px;border: 1px solid #4FB045;background-color: #fff;opacity: 0;visibility: hidden;transition: opacity .3s, visibility .3s, border-color .3s;}
.grid-item-action::before, .grid-item-action::after{content: '';display: block;position: absolute;left: 50%;top: 50%;background-position: center;background-repeat: no-repeat;transform: translate(-50%,-50%);opacity: 0;visibility: hidden;transition: opacity .3s, visibility .3s;}
.grid-item-action::before{width: 12px;height: 9px;background-image: url("img/icons/icon-ingredient-check.svg");}
.grid-item-action::after{width: 10px;height: 11px;background-image: url("img/icons/icon-ingredient-close.svg");}
.grid-item:hover{border-color: rgba(0,0,0,.15);}
.grid-item.active{border-color: #4FB045;}
.grid-item.active:hover, .grid-item.active:hover .grid-item-action{border-color: #FE7E63;}
.grid-item.active .grid-item-action{opacity: 1;visibility: visible;}
.grid-item.active .grid-item-action::before{opacity: 1;visibility: visible;}
.grid-item.active:hover .grid-item-action::before{opacity: 0;visibility: hidden;}
.grid-item.active:hover .grid-item-action::after{opacity: 1;visibility: visible;}
.alert-message{font-size: 20px;font-weight: 700;line-height: 1.1;color: #d22730;margin-bottom: 36px;margin-top: -5px;}
.button-group .btn:not(:last-child){margin-right: 30px;}
@media(max-width:1199px){
    .grid-row{margin-left: -10px;margin-right: -10px;}
    .grid-col{padding: 0 10px;}
    .grid-col:nth-child(n+5){margin-top: 20px;}
    .grid-item-title{font-size: 16px;}
}
@media(max-width:991px){
    .grid-col{flex: 0 0 33.33%;max-width: 33.33%;}
    .grid-col:nth-child(n+4){margin-top: 20px;}
    .grid-item-img-wrapp{max-width: 80%;}
}
@media(max-width:767px){
    .grid-col{flex: 0 0 50%;max-width: 50%;}
    .grid-col:nth-child(n+3){margin-top: 20px;}
}

.prod_horiz.js-product.cart-product.promo_free_product {
    pointer-events:none;
}
.prod_horiz-controls .thumb-input-number.free_product button{
    width: 0;
}

.pay-part > .select_action_use > p {
    color: #d22730;
}

.select_action_use.invalid .SumoSelect > .CaptionCont,
.select_action_use.invalid select {
    border-color: #d22730;
}

.btn.submit_product_free {
    color: #000;
}


@media (max-width: 767px) {

    #cookie-law-info-bar {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .uvs-widget-wrapper {
        display: none!important;
    }
}

.banner-imgs img {
	max-height: 100%;
	object-fit: contain;
}
.header-logo img {
	object-fit: contain;
	object-position: 0 0;
}
@media (max-width: 1199px) {
    .banner-imgs img {
        height: auto;
    }
}

.footer-logo img {
    height: auto;
    width: auto;
}

.price-packaging > div {
    position:relative;
    padding-bottom: 20px;
}
.price-packaging > div span {
    position:absolute;
    bottom:0;
    left: 0;
    font-size: 0.85em;
    white-space:nowrap;
}

.page-template-page-checkout table td {
    padding: 10px 11px;
}

.sumo_select_city:not(.open) .optWrapper {
    z-index: -10;
    display: none;
}