.coupon_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.coupon_item a svg {
    width: 14px;
    height: 14px;
}

input#basket-coupon {
    background: #f3f3f3;
    border: none;
    width: 100%;
    outline: none;
    font-family: "Montserrat";
    font-size: 14px;
    font-weight: 500;
    line-height: 135%;
    padding: 16.5px 10px;
}

.promocode {
    position: relative;
}
span.text6.small.orderList__list-text {
    font-size: 12px;
    text-align: right;
}
.filters__checkbox.disabled {
    pointer-events: none;
}
button.basket-coupon-block-coupon-btn {
    position: absolute;
    right: 0;
    border: 0;
    height: 100%;
}

span.answer {
    font-size: 12px;
    color: #f00;
    margin-bottom: 15px;
}

.promocode_block p {
    display: block;
}

.orderList__all.mt40.promocode_block {flex-direction: column;gap: 6px;}