.top-box{
    background-color: #E7D1D1;
    align-content: center;
    width: 100%;
    /*min-height: 20vh;*/
    @media (min-width: 992px) {
        height: 130px;
    }
}

.bottom-box{
    background-color: #F9F3F3;
    height: 100%;
    width: 100%;
}

.intro-box{
    border-top: solid 2px #871A1A;
    border-bottom: solid 2px #871A1A;
    background-color: #F9F3F3;
    /*width: 100%;*/
    align-content: center;
    @media (min-width: 992px) {
        height: 130px;
    }
}

.input-postal{
    height: 70px;
    border: solid 3px #871A1A;
    border-radius: 5px;
    /*background-color: #F9F3F3;*/
    @media (max-width: 992px) {
        width: 100%;
    }
}

.input-error{
    border: solid 3px red;
    background-color: #ffdada;
}

.map{
    height: 400px;
    border-radius: 10px;
}


input[type=checkbox]{
    display: none;
}

.answer-box{
    border: solid 3px #871A1A;
}

input:checked + .answer-box{
    background-color: #871A1A;
    color: white;
    border: solid 4px #871A1A;
}

.answer-circle{
    height: 30px;
    width: 30px;
    border-radius: 15px 15px 15px 15px;
    border: solid 2px #871A1A;
    background-color: white;
    align-content: center;
    color: #871A1A;
    margin-left: -15px;
}

.answer-inner-circle{
    height: 20px;
    width: 20px;
    border-radius: 10px 10px 10px 10px;
    border: solid 2px #871A1A;
    background-color: #871A1A;
    align-content: center;
    color: #871A1A;
}

.accordion-button::after{
    display: none;
}

.icon-delivery, .icon-price{
    height: 32px;
    width: 32px;
    margin-right: -10px;
}

.icon-info{
    height: 24px;
    width: 24px;
}

.label-category{
    width: 100%;
    @media (min-width: 992px) {
        width: 60%;
    }
}

.categories-dialog-title{
    background-color: #E7D1D1;
}