.basketRabates {
    border: 1px solid #c4c7c8;
    border-radius: 25px;
    padding: 2.5rem;
}

.basketGifts {
    border: 1px solid #c4c7c8;
    border-radius: 25px;
    padding: 2.5rem;
}

.basketProducts.basketGifts__products.--disabled {
    border-radius: 0 0 25px 25px;
    padding: 2.5rem;
    background-color: #eaffea;
}

.questions__question_txt {
    font-weight: 600;
}

.questions__answer {
    padding: 15px;
    background: #f1f1f1;
    position: relative;
    border-radius: 25px;
}

.headline.--desc.basket__label.mt-3.mt-md-5 {
    border-radius: 25px 25px 0 0;
    padding: 2.5rem!important;
    background-color: #eaffea;
    margin: 0;

}

#delivery_box_switcher .form-group.row, #invoice_box_switcher .form-group.row {
    border: none;
}

#client_new_form .rebate_card_wrap {
    display: none;
}