#xyereservation-productadditional-info button {
    min-width: 250px;
}
/** Modal */
#online_reservation .modal-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: #000;
}
#online_reservation .modal-content {
    overflow: hidden;
    width: 100%;
}
#online_reservation .modal-header {
    background-color: #F1F1F1;
}
#display_online_reservation_info {
    color: #333;
    vertical-align: text-bottom;
    display: none;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#display_online_reservation_info:hover {
    color: #666;
}
#display_online_reservation_info.active {
    color: #1289A7;
}
#online_reservation .modal-body {
    padding: 0;
    height: 80vh;
}
/*#online_reservation .modal-dialog {
    min-width: 75%;
}*/
#online_reservation .close_modal {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 48px;
    height: 48px;
    background: #F1F1F1;
    cursor: pointer;
    font-weight: bold;
    color: #444444;
    font-size: 36px;
    padding: 0;
    border: none;
}
#online_reservation .close_modal span {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 43px;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
#online_reservation .close_modal:hover span {
    color: #C45C67;
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
#online_reservation .reservation-info {
    color: #777;
    font-style: italic;
    font-size: 13px;
    text-align: justify;
    padding: 15px 0;
    margin-bottom: 20px;
}
.modal-dialog.modal-dialog-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    margin: 0;
    padding: 0;
}
#online_reservation-first_part {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
#online_reservation_header {
    padding: 30px 50px;
}
#online_reservation_header .step2 {
    display: none;
}
#online_reservation_header .step1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity .2s ease-in, -webkit-transform .5s ease-in;
    -o-transition: transform .5s ease-in, opacity .2s ease-in;
    transition: opacity .2s ease-in, transform .5s ease-in;
    z-index: 1;
    position: relative;
}
#online_reservation_header .step1 .search-address-block {
    position: relative;
    width: 100%;
}
#online_reservation_header .step1 #geocoding-results {
    position: absolute;
    display: none;
    width: 100%;
    max-height: 450px;
    background: #FFF;
    border: 1px solid #c4c4c4;
    box-shadow: 0px 2px 8px 0 rgba(0,0,0,.2);
    padding: 10px;
    overflow: auto;
}
#online_reservation_header .step1 #geocoding-results .close-geocoding-results {
    display: block;
    float: right;
    font-size: 30px;
    line-height: 1em;
    width: 1em;
    text-align: center;
    color: #444;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    text-decoration: none !important;
}
#online_reservation_header .step1 #geocoding-results .close-geocoding-results:hover {
    color: #C45C67;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#online_reservation_header .step1 #geocoding-results .geocoding-list {
    clear: both;
    margin: 0px -10px;
}
#online_reservation_header .step1 #geocoding-results .geocoding-list.no-result {
    margin: 0;
}
#online_reservation_header .step1 #geocoding-results .geocoding-list li {
    margin: 4px 0;
    padding: 5px 10px;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
#online_reservation_header .step1 #geocoding-results .geocoding-list li:hover {
    color: #28a3ed;
    padding-left: 6px;
    background: #F0F0F0;
}

#online_reservation_header.can_use_geolocation .step1 .search-address-block {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
}
#online_reservation_header.can_use_geolocation .step1 span {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    margin: 0 30px;
}
#online_reservation_header.can_use_geolocation .step1 button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.can_use_geolocation .search-address-block {
    min-width: 60%;
}
#online_reservation-first_part .reservation-row-container {
    flex: 1 1 auto;
}
#online_reservation .modal-body .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
#online_reservation .modal-body .row.no-gutters > .col,
#online_reservation .modal-body .row.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
#reservation-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
}
#reservation-row #info-col {
    position: relative;
    background: #FFF;
    width: 25%;
}
#online_reservation .modal-body #info-col {
    padding: 0 15px;
}
#info-col .steps-info-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#info-col .steps-info > div {
    display: flex;
    margin-bottom: 30px;
}
#info-col .steps-info > div:last-child {
    margin-bottom: 0px;
}
#info-col .steps-info .step-circle {
    width: 42px;
    height: 42px;
    margin-right: 15px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 21px;
    flex: 0 0 42px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}
#info-col .steps-info .step-explanation strong {
    display: inline-block;
    margin-bottom: 3px;
    color: #000;
    font-size: 16px;
}
#info-col .steps-info .step-explanation p {
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
    text-align: justify;
}
#hide-reservation-steps {
    display: none;
    width: 75%;
    margin: 0 auto;
}
#stores-col {
    position: absolute;
    top: 100%;
    width: 25%;
    height: 100%;
    transition: top .5s ease-in;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
#stores-col.show-carret {
    top: 100%;
    outline: 1px solid rgba(0, 0, 0, 0.25);
}
#stores-col.show-carret:before {
    position: absolute;
    top: -21px;
    height: 20px;
    width: 70px;
    background-color: #FFF;
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-bottom-width: 0;
    font-family: "Material Icons";
    content: "\e5c7";
    font-size: 40px;
    color: #333;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in;
}
#stores-col.show-carret:hover:before {
    color: #1289A7;
    border-color: #1289A7;
}
#stores-col.active {
    top: 0;
}
#stores-col .stores-loader {
    text-align: center;
    color: #666;
}
#stores-col .stores-loader:before {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    display: block;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    content: "\e55f";
    animation: rotating-pin 1.5s ease-in-out infinite;
}
#stores-col .stores-loader span {
    display: inline-block;
    margin-top: 15px;
    font-size: 24px;
    line-height: 1;
    animation: up-down 2s ease-in-out infinite;
}
#stores-col .location-error {
    padding: 0 50px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2em;
    color: #666;
}
#stores-col .location-error .material-icons {
    display: block;
    margin: 0 auto 15px auto;
    font-size: 50px;
}
#stores-col ul {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: auto;
}
#stores-col ul li {
    padding: 10px 15px;
    margin: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
#stores-col ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    margin-top: 0;
}
#stores-col ul li .col-header {
    display: flex;
}
#stores-col ul li .col-header > strong {
    font-size: 16px;
    color: #000;
}
#stores-col ul li .col-header > strong small {
    font-size: 13px;
}
#stores-col ul li .col-header .store-quantity {
    flex-grow: 1;
    flex-shrink: 0;
    text-align: right;
}
#stores-col ul li .store-quantity.quantity-available > span {
    color: #008000;
}
#stores-col ul li .store-quantity.quantity-unavailable > span {
    color: #EA2027;
}
#stores-col ul li .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FFF;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
#stores-col ul li .circle.circle-green {
    background-color: #009432;
}
#stores-col ul li .circle.circle-red {
    background-color: #EA2027;
}
#stores-col ul li .stores-actions {
    display: flex;
    margin-top: 10px;
    align-items: center;
}
#stores-col ul li .see-more {
    flex: 1 1 auto;
    font-size: 14px;
    color: #7A7A7A;
    text-decoration: underline;
    transition: all .3s ease-in;
}
#stores-col ul li .see-more:hover {
    color: #333;
    text-decoration: none;
    margin-left: 3px;
}
#stores-col ul li .stores-actions .icons-actions {
    flex: 1 0 auto;
    text-align: right;
}
#stores-col ul li .stores-actions .icons-actions .material-icons {
    margin: 0 3px;
    font-size: 28px;
    color: #7A7A7A;
    cursor: pointer;
    transition: all .3s ease-in;
}
#stores-col ul li .stores-actions .icons-actions .material-icons:hover {
    color: #333;
    transform: translateY(-3px);
}
#stores-col ul li .more-info {
    display: none;
    margin-top: 10px;
}
#stores-col ul li .more-info .store-infos {
    color: #333;
    line-height: 22px;
}
#stores-col ul li .more-info .store-infos a {
    color: #333;
    text-decoration: underline;
    transition: color .3s ease-in;
}
#stores-col ul li .more-info .store-infos a:hover {
    color: #000;
    text-decoration: none;
}
#stores-col ul li .more-info .opening-hours .days {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
#stores-col ul li .more-info .opening-hours .days:last-child {
    margin-bottom: 0;
}
#stores-col ul li .more-info .opening-hours .days.day-highlight span {
    color: #1189d1 !important;
}
#stores-col ul li .more-info .opening-hours .days .day-label {
    flex: 1 1 0;
}
#stores-col ul li .more-info .opening-hours .days .day-businesshours {
    flex: 2 1 0;
    text-align: right;
}
#stores-col ul li .more-info .opening-hours .days .day-businesshours .closed-store {
    color: #C0392B;
}
#stores-col ul li .slide-store-info {
    width: 100%;
    text-align: center;
    color: #7A7A7A;
    margin-top: 20px;
    cursor: pointer;
    transition: color .3s ease-in, transform .2s ease-out;
}
#stores-col ul li .slide-store-info:hover {
    color: #000;
    transform: translateY(-3px);
}
#reservation-row #map-col {
    width: 75%;
}
/** STEP 2 */
#userLocationTxt {
    margin: 0 15px;
}
.reservation-filters {
    display: flex;
}
.reservation-filters .reservation-filter {
    flex: 0 1 50%;
    margin-top: 15px;
}
.reservation-filters .reservation-filter > strong {
    margin-right: 10px;
}
/** Map */
#onlineReservationMap {
    width: 100%;
    height: 100%;
}
/** Map Info Windows */
.storecontact a {
    transition: all .2s ease-in;
    display: inline-block;
}
.storecontact a:hover {
    transform: scale(0.9) rotate(15deg);
    color: #1189d1;
}
.storecontact .material-icons {
    font-size: 20px;
    margin-right: 3px;
}
.xyinfowindow-storeinfos {
    font-size: 13px;
    line-height: 16px;
    color: #333;
}
.xyinfowindow-storeinfos > p {
    margin-bottom: 10px;
}
.xyinfowindow-storeinfos .storename {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}
.xyinfowindow-storeinfos .storeaddress1,
.xyinfowindow-storeinfos .storeaddress2,
.xyinfowindow-storeinfos .storecityinfos {
    font-size: 14px;
    line-height: 16px;
}
.xyinfowindow-storeinfos .storehours-title {
    display: inline-block;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 18px;
}
.xyinfowindow-storeinfos .storehours-title i {
    font-size: 18px;
}
.xyinfowindow-storeinfos .storehours .days {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.xyinfowindow-storeinfos .storehours .days:last-child {
    margin-bottom: 0;
}
.xyinfowindow-storeinfos .storehours .days.day-highlight span {
    color: #1189d1 !important;
}
.xyinfowindow-storeinfos .storehours .days .day-label {
    flex: 1 1 0;
}
.xyinfowindow-storeinfos .storehours .days .day-businesshours {
    flex: 2 1 0;
    text-align: right;
}
.xyinfowindow-storeinfos .storehours .days .day-businesshours .closed-store {
    color: #C0392B;
}
/** Info windows with store pic */
.xy-infowindow {
    display: flex;
}
.xyinfowindow-storepic {
    flex: 1 1 40%;
    max-width: 170px;
}
.xyinfowindow-storepic img {
    max-width: 100% !important;
    height: auto;
    margin-bottom: 7px;
}
.xyinfowindow-storepic .storecontact {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    margin-bottom: 7px;
}
.xyinfowindow-storepic .storecontact:last-child {
    margin-bottom: 0;
}
.xyinfowindow-storeinfos {
    padding-left: 10px;
    flex: 1 0 60%;
}
/** Info windows without store pic */
.xy-infowindow-withoutpic .storecontacts {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.xy-infowindow-withoutpic .storecontacts .storecontact {
    margin-bottom: 7px;
    line-height: 20px;
}
.xy-infowindow-withoutpic .storecontacts .storecontact:last-child {
    margin-bottom: 0;
}
.xy-infowindow-withoutpic .storecontacts a {
    margin-right: 7px;
}
/** Both infowindows **/
.xy-infowindow .stores-actions, .xy-infowindow-withoutpic .stores-actions {
    display: none;
}
#online_reservation-second_part_header,
#online_reservation-second_part {
    display: none;
    height: 100%;
}
#online_reservation-second_part .online_reservation-second_part_container {
    display: flex;
    height: 100%;
}
#online_reservation-second_part .online_reservation-form {
    flex: 0 1 auto;
    padding: 20px 35px;
}
#online_reservation-second_part .online_reservation-cart {
    flex: 1 0 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    padding: 20px 15px;
}
#online_reservation-second_part .alert {
    position: relative;
    background-color: #DFF5F9;
    border-color: #25B9D7;
    margin-bottom: 30px;
}
#online_reservation-second_part .alert i {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #25B9D7;
    float: left;
    font-size: 46px;
}
#online_reservation-second_part .alert .alert-text {
    margin-left: 46px;
    margin-bottom: 0;
    color: #363A41;
}
#online_reservation-second_part .form_box {
    padding: 20px 50px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.20);
    text-align: center;
}
#online_reservation-second_part .form_box h4 {
    font-size: 24px;
    font-weight: normal;
    color: #363A41;
    margin-bottom: 20px;
}
#online_reservation-second_part .form_box .form_fields .custom-radio {
    margin-right: 5px;
}
#online_reservation-second_part .form_box .form_fields .radio-inline+.radio-inline {
    margin-left: 15px;
}
#online_reservation-second_part .form_box .form_fields .form-group > div {
    text-align: left;
}
#online_reservation-second_part .form-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}
#online_reservation-second_part .form-footer button {
    flex: 0 0 40%;
}
#online_reservation-second_part .condition-label {
    margin-left: 2.5rem;
}
#online_reservation-second_part .condition-label label {
    text-align: inherit;
}
#online_reservation-second_part .reservation-product-list-container {
    position: relative;
    flex: 0 1 80%;
    width: 100%;
}
#online_reservation-second_part .reservation-product-list-container .reservation-product-list {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: -15px;
    overflow: auto;
}
#online_reservation-second_part .reservation-product-list li {
    padding: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
#online_reservation-second_part .reservation-product-list li:last-child {
    border-bottom-width: 0;
}
#online_reservation-second_part .reservation-product-list li:after {
    content: "";
    display: table;
    clear: both;
}
#online_reservation-second_part .reservation-product-list li img {
    float: left;
    width: 125px;
    margin-right: 15px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
#online_reservation-second_part .reservation-product-list li .product-info {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#online_reservation-second_part .reservation-product-list li .product-name {
    color: #363A41;
}
#online_reservation-second_part .reservation-product-list li .product-attributes {
    color: #7A7A7A;
}
#online_reservation-second_part .reservation-product-list li .qty {
    float: left;
    margin-right: 15px;
}
#online_reservation-second_part .reservation-product-list li .product-price {
    display: block;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}
#online_reservation-second_part .reservation-product-list li .reservation-store .material-icons {
    font-size: 32px;
}
#online_reservation-second_part .reservation-total {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
/** Switch */
.xy-switch {
    display: inline-block;
    vertical-align: middle;
}
.xy-switch > a {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    color: #333;
    line-height: 1em;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: color .5s ease-in, border-color .2s ease-in;
    -o-transition: color .5s ease-in, border-color .2s ease-in;
    transition: color .5s ease-in, border-color .2s ease-in;
    z-index: 1;
    text-decoration: none;
}
.xy-switch > a:not(.active):hover {
    border-color: #333;
}
.xy-switch > a:hover
.xy-switch > a:active
.xy-switch > a:focus {
    text-decoration: none;
}
.xy-switch > a.active {
    color: #FFF;
}
.xy-switch > a::after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #333333;
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
    z-index: -1;
}
.xy-switch > a:first-child::after {
    transform: translateX(500px);
}
.xy-switch > a:last-child::after {
    transform: translateX(-500px);
}
.xy-switch > a.active::after {
    transform: translateX(0);
}
/** #region RESPONSIVE **/

@media (max-width: 1199px) {
    #online_reservation_address {
        min-width: 45%;
    }
}

/** AFFICHAGE POUR GRANDES TABLETTES **/
@media (max-width: 991px) {
    #online_reservation_header {
        padding: 15px;
    }
    #online_reservation .modal-dialog {
        min-width: 90%;
    }
    #reservation-row #info-col, #stores-col {
        width: 40%;
    }
    #reservation-row #map-col {
        width: 60%;
    }
}

/** AFFICHAGE POUR GRANDES TABLETTES **/
@media (min-width: 992px) and (max-width: 1199px) {
    #info-col .steps-info > div {
        margin-bottom: 15px;
    }
    #info-col .steps-info .step-circle {
        width: auto;
        height: auto;
        border: none;
        flex-basis: auto;
        line-height: 1.25em;
    }
    #info-col .steps-info .step-explanation p, #online_reservation .reservation-info {
        text-align: left;
    }
    #stores-col ul li .store-quantity.quantity-available > span,
    #stores-col ul li .store-quantity.quantity-unavailable > span {
        display: none;
    }
}

/** AFFICHAGE POUR TELEPHONES **/
@media (max-width: 767px) {
    #display_online_reservation_info {
        display: none !important;
    }
    #online_reservation_header .step1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
        margin-bottom: 0;
    }
    #online_reservation_header .step1 span {
        margin: 15px 0 !important;
    }
    .reservation-filters .reservation-filter {
        flex-basis: auto;
        padding: 0 15px;
    }
    .reservation-filters .reservation-filter:first-child {
        padding-left: 0;
    }
    .reservation-filters .reservation-filter:last-child {
        padding-left: 0;
    }
    #online_reservation .modal-body #info-col {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 101;
        padding: 30px 50px 0 50px;
    }
    #info-col .steps-info .step-circle {
        margin-right: 30px;
    }
    #info-col .steps-info .step-explanation strong {
        font-size: 21px;
        line-height: 1.2em;
    }
    #info-col .steps-info .step-explanation p {
        font-size: 15px;
    }
    #hide-reservation-steps {
        display: block;
    }
    #stores-col {
        width: 100%;
    }
    #stores-col ul li .stores-actions .icons-actions .show-on-map {
        display: none;
    }
    #reservation-row #map-col {
        width: 100%;
        z-index: 100;
    }
    /** Only infowindows of stores with pics **/
    .xy-infowindow {
        flex-direction: column-reverse;
    }
    .xy-infowindow .xyinfowindow-storepic {
        max-width: 100%;
        margin-top: 7px;
    }
    .xy-infowindow .xyinfowindow-storepic img {
        display: none;
    }
    .xy-infowindow .xyinfowindow-storeinfos {
        padding-left: 0;
    }
    /** Only infowindows of stores without pics **/
    .xy-infowindow-withoutpic .xyinfowindow-storeinfos {
        padding-left: 0;
    }
    /** Both infowindows styles **/
    .xyinfowindow-storeinfos > p {
        margin-bottom: 5px;
    }
    .xyinfowindow-storeinfos .storehours-title {
        margin-bottom: 2px;
    }
    .xy-infowindow .storecontact, .xy-infowindow-withoutpic .storecontact {
        display: block;
        font-size: 14px;
    }
    .xyinfowindow-storeinfos .storehours .days .day-label {
        padding-right: 10px;
    }
    .xy-infowindow .stores-actions, .xy-infowindow-withoutpic .stores-actions {
        display: block;
    }
}

@media (max-width: 575px) {
    #online_reservation .modal-dialog {
        width: 100%;
        height: 100%;
    }
    #online_reservation .modal-dialog .modal-header {
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
    }
    #online_reservation .close_modal {
        color: #DC3545;
        font-size: 2rem;
        opacity: 0.8;
    }
    #online_reservation .modal-title {
        font-size: 18px;
    }
    #online_reservation .modal-body, #online_reservation .modal-content {
        height: 100%;
    }
    #online_reservation .modal-body {
        padding-top: 60px; /* .modal-header's outer height */
        overflow-y: auto;
    }
    .reservation-filters {
        flex-direction: column;
    }
    .reservation-filters .reservation-filter {
        padding: 0;
    }
    #online_reservation .modal-body #info-col {
        padding: 7px 15px 0 15px;
    }
    #info-col .steps-info .step-circle {
        margin-right: 20px;
    }
    #info-col .steps-info .step-explanation strong {
        font-size: 19px;
    }
    #info-col .steps-info .step-explanation p {
        font-size: 15px;
    }
}

/** Only bigger screens **/
@media (min-width: 768px) {
    #info-col {
        display: flex !important;
    }
}
/** #endregion **/

/** #region KEYFRAMES **/
@keyframes up-down {
    0% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    80% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes rotating-pin {
    0% {
        transform: rotate3d(0, 17.5, 0, 0);
    }
    45% {
        transform: rotate3d(0, 17.5, 0, 90deg);
    }
    55% {
        transform: rotate3d(0, 17.5, 0, 90deg);
    }
    100% {
        transform: rotate3d(0, 17.5, 0, 0);
    }
}
/** #endregion **/

/** ### STATUS PAGE ### **/
.reservation-status-box {
    float: none;
    margin: auto;
}
.reservation-status-box *[name=message]{
    width: 100%;
}

.reservation-status-box *[type=submit].btn.btn-primary {
    float: right;
}

.xyreservation-errors{
    color: #C0392B;
}
