.bx_ordercart_coupon{
    display: flex;
}
.bx_ordercart_coupon .coupon_text{
    margin-right: 10px;
}
.coupons_list_title{
    font-weight: 700;
}
.bx_ordercart_coupon.bad{
    color: red;
}
.bx_ordercart_coupon.good{
    color: green;
}
.cart__delivery-trigger, .delivery-item__wrapper{
    cursor: pointer;
}

.delivery-item {
    position: relative;
    display: block;
}
.delivery-item__container {
    padding: 3px 2px;
    color: #373737;
    border: 1px solid transparent;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}
@media only screen and (min-width: 1025px) {
    .delivery-item__container {
        padding: 5px;
    }
}
.delivery-item__container:hover {
    border-color: #a01602;
}
.delivery-item__container:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 1px;
    z-index: -1;
    border: 1px solid #a01602;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
@media only screen and (min-width: 1025px) {
    .delivery-item__container:after {
        border-width: 2px;
    }
}
.delivery-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.delivery-item__radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.delivery-item__radio:checked + .delivery-item__container {
    border-color: #a01602;
}
.delivery-item__radio:checked + .delivery-item__container:after {
    opacity: 1;
}
.delivery-item__radio:checked + .delivery-item__container .delivery-item__inputs {
    display: block;
}
.delivery-item__radio:checked + .delivery-item__container .delivery-item__link {
    display: none;
}
.delivery-item__illustration {
    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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 74px;
    flex: 0 0 74px;
    width: 74px;
    max-width: 74px;
    height: 37px;
    padding: 3px;
    border: 1px solid #e7e7e7;
}
@media only screen and (min-width: 768px) {
    .delivery-item__illustration {
        -ms-flex-preferred-size: 111px;
        flex-basis: 111px;
        width: 111px;
        max-width: 111px;
        height: 57px;
    }
}
.delivery-item__image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
@media only screen and (min-width: 1025px) {
    .delivery-item__image {
        width: auto;
    }
}
.delivery-item__label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
}
@media only screen and (min-width: 768px) {
    .delivery-item__label {
        padding: 0 75px;
        font-size: 16px;
        font-weight: 500;
    }
}
.delivery-item__label-extra {
    display: block;
    color: #888;
    font-size: 10px;
    line-height: 15px;
}
.delivery-item__label-extra_type_mobile {
    display: block;
}
@media only screen and (min-width: 768px) {
    .delivery-item__label-extra_type_mobile {
        display: none;
    }
}
.delivery-item__label-extra_type_desktop {
    display: block;
}
@media only screen and (min-width: 768px) {
    .delivery-item__label-extra_type_desktop {
        display: block;
    }
}
.delivery-item__highlight {
    color: #373737;
    font-weight: 700;
}
.delivery-item__duration {
    display: none;
}
@media only screen and (min-width: 768px) {
    .delivery-item__duration {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        width: 150px;
        max-width: 150px;
        padding: 0 10px 0 0;
        font-size: 15px;
        font-weight: 500;
        line-height: 19px;
    }
}
.delivery-item__link {
    color: #12a9e1;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-decoration: none;
}
.delivery-item__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    width: 78px;
    max-width: 78px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
.delivery-item__period {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    width: 75px;
    max-width: 75px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}
@media only screen and (min-width: 768px) {
    .delivery-item__price {
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        width: 100px;
        max-width: 100px;
        font-size: 15px;
        line-height: 19px;
    }
    .delivery-item__period {
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
        width: 100px;
        max-width: 100px;
        font-size: 15px;
        line-height: 19px;
    }
}
.delivery-item__price_style_success {
    color: #196f1c;
}
.delivery-item__inputs {
    display: none;
    padding: 10px 4px 0;
}
@media only screen and (min-width: 768px) {
    .delivery-item__inputs {
        padding: 0 111px 0 186px;
    }
}
.basket_color_info{
    width: 25px;
    height: 25px;
    float: right;
}