﻿/* ORDER-PAGE START */

.order {
}
.basket__link-back {
    margin-top: 36px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.basket__link-back a {
    color:#292826;
    text-decoration: none;
}
.order__wrapper {
    margin-top: 60px;
    max-width: 800px;
}
.order__form {
}
.order__form-title {
    color: #292826;
    font-size: 42px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 48px;
    margin-top: 56px;
}
.order__form-wrapper {
}
.form-input-wrapper {
}
.form-input {
}
.form-input-label {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.order__form-delivery {
}
.form-delivery-list {
    display: flex;
    flex-direction: column;
    gap:16px;
}
.form-delivery-radio-item {
    display: flex;
    align-items: center;
    gap:8px;
}
.form-delivery-radio-item label {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.filter-radio {
}
.basket__result .form-group {
    margin: 0;
}
.basket__result .form-check-label {
    color: #292826;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-top: 6px;
}

/* ORDER-PAGE END */

