#add-address-modal-btn {
    color: var(--main-color);
}

#add-address-modal-btn:hover {
    color: var(--main-hover-color);
}

.modal-dialog {
    max-width: 1000px !important;
}

.radio-check-address:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid grey;
}

input[type='radio']:checked:after {
    background-color: var(--main-color);
}

.match-parent-size-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.order-cost-footer {
    text-align: end;
}
