#bookprocess {
    margin-left: 0;
    font-size: 17px;
    color: black;
}
#bookprocess table, #bookprocess table td, #bookprocess table th, #bookprocess table tr {
    font-family: 'roboto-regular', serif !important;
    font-size: 14px;
}
#bookprocess p, #bookprocess ul, #bookprocess ul li {
    font-size: 17px;
    font-family: 'roboto-regular', serif;
}
#bookprocess label {
    margin-left: 0;
    font-size: 17px;
    font-weight: 600;
    color: black;
}
#bookprocess .react-datepicker {
    width: 100%;
    font-size: 17px;
}
#bookprocess .react-datepicker .react-datepicker__month-container {
    width: 50%;
}
@media screen and (max-width: 650px) {
    #bookprocess .react-datepicker .react-datepicker__month-container {
        width: 100%;
    }
}
#bookprocess .react-datepicker .react-datepicker__current-month, #bookprocess .react-datepicker .react-datepicker-time__header, #bookprocess .react-datepicker .react-datepicker-year-header {
    font-size: 17px;
}
#bookprocess .react-datepicker .react-datepicker__day-name, #bookprocess .react-datepicker .react-datepicker__day, #bookprocess .react-datepicker .react-datepicker__time-name {
    width: 30px;
    line-height: 28px;
}
@media screen and (max-width: 1050px) {
    #bookprocess .react-datepicker .react-datepicker__day-name, #bookprocess .react-datepicker .react-datepicker__day, #bookprocess .react-datepicker .react-datepicker__time-name {
        width: 21px;
        line-height: 30px;
    }
}
#bookprocess .react-datepicker .react-datepicker__day--today::after {
    border: 2px solid #888;
    border-radius: 4px;
    content: '';
    height: 25px;
    left: -2px;
    margin: auto;
    right: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
#bookprocess .numberWithPlusMinus button {
    height: auto !important;
}
#bookprocess .numberWithPlusMinus input {
    height: 45px;
    min-height: 45px;
}
#bookprocess .numberWrapper label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}
#bookprocess .price-information {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#bookprocess .price-information div {
    text-align: center;
}
#bookprocess .recras-product_with_time .numberWrapper.disabled, #bookprocess .recras-product_without_time .numberWrapper.disabled {
    opacity: 0.5 !important;
    background: #9f9f9f e1 !important;
}
#bookprocess .recras-product_with_time .numberWrapper.disabled label, #bookprocess .recras-product_without_time .numberWrapper.disabled label {
    text-decoration: line-through !important;
}
#bookprocess aside {
    background: #ededed;
    padding: 25px 30px;
    margin-left: 5px;
}
#bookprocess aside h2 {
    font-size: 25px !important;
    line-height: 1 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    text-shadow: none;
    font-weight: 700;
}

#bookprocess label[for^='fixedtext_3'] {
    font-size: 25px !important;
}
