 #sb_additional_fields > div:nth-child(4) > label {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

#sb_additional_fields > div:nth-child(4) > div {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

/* Hide the time of day options (Manhã, Tarde, Noite) */
#time-options .time-of-day-button {
    display: none !important;
}

/* Hide the day of the week buttons (2ª, 3ª, 4ª, 5ª, 6ª, Sá, Do) */
#weekdays .weekday-button {
    display: none !important;
}

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .left-side #sb_additional_fields_container label.control-label {
    text-overflow: unset;
    width: 90%;
}


#main #main-content #sb_content #gallery-view {
    background-color: #ffffff;
    padding: 70px 0;
}

.title-main {
    color: #63a9eb!important;
}