#popup_product .popup__form {
    width: 891px;
    padding: 0px 0 10px 0;
    background-color: #FFF;
    max-width: 891px;
    max-height: 820px;
}

.product-cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;/*0 5px 0 5px;*/
    width: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset;
    border: none;
    background-color: #FFF;
    border-radius: 16px;
}

.product-cart__img {
    width: 100%;
    min-height: 400px;
    max-height: 400px;
    height: 100%;
    position: relative;
    overflow: hidden;
    flex: 4 0 0;
    border-radius: 16px;
    align-self: center;
}

.product-cart__img img {
    -o-object-fit: contain;
        object-fit: contain;
    height: 100%;
    padding: 0 10px;
    max-width: 400px;
    max-height: 400px;
}

.product-cart__picture {
    position: relative;
}

.product-cart__price_crossed > sup {
    font-size: 16px;
    display: inline-block;
}

.product-cart__info {
    position: relative;
    flex: 3 0 0;
    background-color: #fbfbfb;
    border-radius: 16px;
}

.product-cart__size {
    font-size: 16px;
    padding: 3px;
    border: 1px solid black;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #FFF;
}

.product-cart__size_red {
    color: red;
    border-color: red;
}

.product-cart__details, .product-cart__details_buttons {
    padding: 0px 10px;
    /*-webkit-box-shadow: 0px -15px 24px 0px rgba(240, 101, 40, 0.08);
            box-shadow: 0px -15px 24px 0px rgba(240, 101, 40, 0.08);*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
}

.product-cart__details {
    padding-bottom: 52px;
}

.product-cart__details_buttons {
    padding-bottom: 10px;
    bottom: 0px;
    width: 100%;
    position: absolute;
}

.product-cart__details_buttons button {
    width: 100%;
}

.product-cart__details-heading {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px;
    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;
}

.product-cart__details-text {
    color: #868D94;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 14px;
    margin: 10px 0 5px 0;
}

.product-cart__details-order-block {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 32px;
    height: 32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.product-cart__additionals-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.nopizza-row__item-mod {
    margin: 5px 0;
}

.product-cart__additionals-list-btns {
    margin-bottom: 10px;
}

.product-cart__additionals-list-btns_select-mode > .btn {
    height: 25px;
}

.product-cart__additionals-list-btns_select-mode > .btn.selected {
    border: 1px solid #22A322;
}

.product-cart .primary-btn_outlined {
    padding: 6px 8px;
}

.product-cart__img picture img {
    /*margin: -15px 0 0 0;*/
    margin: auto;
}

.product-cart .select-list-btn > .btn {
    font-size: 13px;
}

.groupMod {
    margin-top: 5px;
}

.product-cart #mod{
    margin: 10px 0;
}

.click__product {
    cursor: pointer;
}

.product-cart .pizza-row__item-mod .custom-checkbox {
    font-size: 14px;
    height: 16px;
    padding: 0;
    margin-right: 5px;
}

.product-cart .pizza-row__item-mod .checkmark {
    position: relative;
    top: 1px;
    left: 1px;
    height: 14px;
    width: 14px;
    background-image: url(/img/close_circle.svg?ver=1.01);
    border: none;
    background-color: unset;
}

.product-cart .pizza-row__item-mod .checkmark::after {
    display: none;
}
.product-cart .pizza-row__item-mod .custom-checkbox .checkmark::after {
    display: none;
}

.product-cart .pizza-row__item-mod .custom-checkbox:hover .checkmark::after {
    display: none;
}
.product-cart .pizza-row__item-mod .custom-checkbox input:checked:hover ~ .checkmark::after {
    display: none;
}
.product-cart .pizza-row__item-mod .custom-checkbox input:checked ~ .mod_name {
    text-decoration: line-through;
    text-decoration-color: #212429;
    color: unset;
}
.product-cart .pizza-row__item-mod .custom-checkbox input:checked ~ .checkmark {
    background-image: url(/img/add_plus_circle.svg?ver=1.01);
}
.product-cart .pizza-row__item-mod .custom-checkbox input:checked ~ .checkmark::after {
    display: none;
}

.cart-slider {
    background-color: unset;
    margin-bottom: 0px;
    padding: 5px 9px 0px 10px !important;
    margin: 0 -10px;
    width: calc(100% + 25px);
    background-color: #f0f1f1;
}

.basket_sliders_cart {
    z-index: 1;
}

.cart-slider__heading_sub {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
}

.cart-slider_form_content_vertical {
    margin-top: -10px;
  }

.cart-slider__info_horizontal .cart-slider__heading {
    margin-top: 10px;
}

.cart-slider__info_horizontal_gr .cart-slider__heading {
    margin-top: 0px;
    min-height: 26px;
    align-self: center;
}

.cart-souse-slider__price-wrapper {
    right: 5px;
}

.cart-slider__item {
    border: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    /*padding: 5px 0;*/
    margin: 0px auto;
    height: 150px;
    width: 100px;
    padding: 0 10px;
    background-color: #FFF;
}

.cart-slider__item .order-count {
    cursor: pointer;
}

.cart-slider_form_content_vertical .cart-slider__img {
    bottom: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 0px !important;
  display: none !important;
}

/*.swiper-wrapper {
    margin: 0px;
}*/

.cart-mods {
    margin: 0px;
    /*display: flex;
    -moz-box-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow-y: hidden;*/
    /*margin-right: -8px;
    margin-bottom: -8px;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 0px;
    justify-content: space-between;
    overflow-y: auto;
    height: 200px;
}

.cart-slider_gr_form_content_vertical {
    position: relative;
}

.select-list-btn {
    border: 0.5px solid #C9CCCF;
    background-color: #ECECEC;
}

.product-cart__details .info-label div {
    left: 0px;
    z-index: 100;
}

.product-cart__img .label-wrapper {
    right: unset;
    top: 35px;
    left: 30px;
}

/*.product-cart .swiper {
    background-color: #FFF;
}*/

.product-cart .swiper_gr {
    /*background-color: #FFF;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

/*.product-cart__img .label-wrapper img {
    height: 24px;
}*/

.modifier-item {
    display: flex;
    height: 100%;
    align-items: center;
}

.modifier-item .checkmark, .modifier-item .mod_name{
    align-self: center;
}

.modifier-item__with_img {
    position: relative;
    display: inline-flex;
    max-height: 80px;
    align-items: center;
}

.modifier-item__with_img .custom-checkbox {
    padding: 0 5px 0 20px;
}

.modifier-item__with_img img {
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.label-favorite_cart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    background-image: url(/img/favorite_tovar_mobile.png?ver=1.03);
    height: 13px;
    width: 14px;
    cursor: pointer;
    padding-right: 14px;
}
.label-favorite_cart.active {
    background-image: url(/img/favorite_tovar_mobile_active.png?ver=1.03);
}

@media screen and (max-width: 920px) {
    #popup_product .popup__form {
        width: 360px;
        max-height: 820px;
    }
    .product-cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 5px;
    }
    .product-cart__img {
        flex: unset;
        min-height: 240px;
        max-height: 240px;
    }
    .product-cart__img img {
        max-width: 260px;
        max-height: 260px;
    }
    .product-cart__info {
        flex: unset;
        border-radius: unset;
    }
    .product-cart__details {
        padding: 0px 10px;
        height: 100%;
        margin-top: 5px;
    }
    .product-cart__details_buttons {
        padding: 0px 10px;
        height: 100%;
        margin-top: 10px;
        position: relative;
    }
    .cart-mods {
        margin: 0px;
        height: 190px;
    }
    /*.product-cart__img picture img {
        margin: -15px 0 0 0;
    }*/
    .product-cart__img .label-wrapper img {
        height: 24px;
    }
    .product-cart__details-heading {
        padding: 0px;
    }
    .product-cart__details-text {
        margin: 4px 0 2px 0;
    }
    .product-cart #mod {
        margin: 5px 0;
    }
    .cart-slider__info_horizontal_gr .cart-slider__heading {
        margin-top: 0px;
        min-height: 15px;
    }
    .cart-slider__item {
        height: 140px;
    }
    .cart-slider__heading_sub {
        margin: 5px 0 5px 2px;
    }
}

@media screen and (max-height: 750px) {
    .cart-mods {
        margin: 0px;
        height: 180px;
    }
}

@media screen and (max-width: 620px) {
    #popup_product .popup__form {
        width: 360px;
        max-height: 720px;
    }
    .cart-slider {
        padding: 0 0 0 5px !important;
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
    }
    .cart-slider__item {
        margin-left: 0px;
    }
    .product-cart__details, .product-cart__details_buttons {
        padding: 0px 5px;
    }
    .product-cart__details-text {
        font-size: 12px;
    }
    .product-cart .select-list-btn > .btn {
        font-size: 12px;
    }
    .cart-slider__heading_sub {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px) {
    #popup_product .popup__form {
        width: 340px;
    }
}