#accordion {
    color: #282364;
}

.discount-item {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.discount-item.active {
    border: 1px solid #0eb732;
    cursor: initial !important;
}

.discount-item:hover {
    border: 1px solid #0eb732;
}

@media (min-width:992px) {
    .discount-item {
        font-size: 13px;
    }
}

.checkout_promocode_body .catalog-discount-code-form .input-row {
    margin-bottom: 5px;
    position: relative;
    box-sizing: border-box;
}

.cart_subtotal .cart_subtotal_promocode .checkout_promocode_body .input-row input {
    border: none;
}

.checkout_promocode_body .catalog-discount-code-form .input-row input {
    flex: 1;
    margin: 0 10px 0 0;
    position: relative;
    font-size: 14px;
    height: 40px;
}

.input_common.input_common--small {
    min-height: 35px;
}

.checkout_promocode_body .catalog-discount-code-form .btn__apply {
    background: #fff;
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 14px;
    font-weight: 600;
    color: #BDBDBD;
    cursor: pointer;
    height: calc(100% - 2px);
    padding: 0 10px;
    display: flex;
    align-items: center;
    height: 38px;
}

.checkout_promocode_body .catalog-discount-code-form .btn__apply.focus,
.checkout_promocode_body .catalog-discount-code-form .btn__apply:hover,
.checkout_promocode_body .catalog-discount-code-form #promo_code:focus+.btn__apply {
    color: #0eb732;
}

label.error {
    font-size: 12px;
    color: #F42D39;
    margin: 0.25rem 0;
}
