.delivery-tab {
    display: none;
}

.delivery-tab.active {
    display: block;
}

.delivery__tab {

}

.delivery__content {
    padding: 10px 10px 10px 10px;
}

.delivery__tabs--hidden {
    display: none !important;
}

.order-subscribe {

}

.order-subscribe__checkbox {
    font-size: 15px;
}


.order-subscribe__tooltip {
    font-weight: normal !important;
}

.delivery__tab.disabled {
    background-color: #e6e6e6;
}

.delivery__tab.disabled .delivery__link.disabled {
    color: #b5acac;
}

.cart-messages {
    padding: 5px 0px;
    font-size: 16px;
    margin-top: 10px
}

.cart-messages__item:first-child {
    margin-top: 0;
}

.cart-messages__item {
    margin-top: 5px;
    background-color: #b59d8a;
    color: #ffffff;

    padding: 5px 10px;
    border-radius: 5px;
}

/** Оплата внутр счетом **/

.checkbox__label.pay-inner__label.disabled {
    opacity: 0.9 !important;
}
.checkbox__label.pay-inner__label.disabled .checkbox__icon {
    opacity: 0.5;
    background-color: #e8e9ea;
}

.checkbox__label.pay-bonus__label.disabled {
    opacity: 0.9 !important;
}
.checkbox__label.pay-bonus__label.disabled .checkbox__icon {
    opacity: 0.5;
    background-color: #e8e9ea;
}


/** Бонусы **/

.bonuses__csc {
    font-size: 16px;
    font-weight: bold;
}
.bonuses__csc--pay {
    color: darkgreen;
}

.csc__title {
    display: inline-block;
    font-weight: normal;
}

.csc__value {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
}
.bonuses__hint {
    font-size: 16px;

}
.bonuses__hint  span {
    font-weight: normal;
   /* color: green;*/
    display: inline-block;
    color: #e80a0a;
    background-color: #fff300;
    padding: 4px 5px;
}

.cart__collected-bonuses {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    /*color: #fff;*/
    color: #e80a0a;
    background-color: #fff300;
    /*background-color: #089818;*/
    font-size: 18px;
}

.nearest-date {
    text-align: right
}
.nearest-date span {
    display: inline-block;
    font-size: 14px;
    background-color: #eca973;
    color: #fff;
    padding: 3px 5px;
}


.group_paysystems_online {
  display: none;
  padding: 0px 30px;
}
.toggle-custom-link {
  display: inline-block;
  width: 14px;
  height: 12px;
  margin-left: 3px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/include/images/arrows/arrow_down.png');
  font-size: 0;
}
.toggle-custom-link.opened {
  background-image: url('/include/images/arrows/arrow_up.png');
}

label .group_paysystems_online {
  display: none;
  padding: 0px 30px;
}