.actions__counter:empty {
    display: none;
}

.cart .cart__empty-wrapper {
    display: none;
}

.cart .cart__empty-wrapper .icon-empty {
    fill: white;
}

.cart__empty .cart__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.cart__empty .cart__list .cart-item {
    display: none;
}

.cart__empty .cart__empty-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
}

.cart__empty .cart__free-delivery,
.cart__empty .cart__bottom {
    display: none;
}

.checkout .form__delivery {
    grid-gap: 0;
}

.checkout .form__delivery .delivery-block {
    display: none;
}

.checkout .form__delivery .active .delivery-block {
    display: block;
    width: 100%;
}

.checkout .form-group.active {
    border: 2px solid Silver;
    border-radius: 4px;
}

.checkout .form-group.p-16 {
    padding: 14px 16px;
}

.checkout .form-group--radio {
    grid-template-columns: min-content 1fr;
    grid-gap: 12px;
    -ms-flex-align: center;
    align-items: center;
}

.ingredients-wrap {
    font-size: 12px;
}

a.st-menu__link {
    font-weight: 600 !important;
}

.details__taste {
    margin: 0 0 16px;
}

.details__options-block {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.details__options-block .button-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 16px;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    background: #fff;
    color: #23282d;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: all .2s ease;
    cursor: pointer;
}

.details__options-block .button-option:hover {
    border-color: #ffe600;
}

.details__options-block .button-option.selected {
    background: #ffe600;
    border-color: #ffe600;
}
