:root {
    --theme-color: #ff2e3f;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.back-btn.grid {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
}

.two-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 5px;
}

.two-grid button.reserve-btn {
    margin-top: 0;
    padding: 5px 10px;
}

.two-grid p {
    margin: 0;
}

.dietary-wrapper .modal .modal-header button {
    border: none;
    background: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.dietary-wrapper .modal .modal-header {
    background: #000;
}

.dietary-wrapper .modal-body {
    padding: 2px 2px 30px 2px;
}

.dietary-wrapper .modal-body .options-wrapper ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin-bottom: 15px;
}

.dietary-wrapper .modal-body .options-wrapper ul li a {
    display: block;
    border: 1px solid #999;
    color: #4a4a4a;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.dietary-wrapper .modal-body .options-wrapper ul li a.active {
    font-weight: 700;
}

.dietary-wrapper .modal-items {
    padding: 10px;
}

.dietary-wrapper .modal-items button {
    border: none;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.dietary-wrapper .modal-items button span i {
    position: relative;
    top: -2px;
    font-size: 20px;
    left: -1px;
    display: none;
}

.dietary-wrapper .modal-items button span {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 5px;
    position: relative;
    top: 4px;
}


.heading-wrapper span {
    background: #000;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    padding-bottom: 4px;
    display: inline-block;
    margin: 2px;
}

#reservation-form {
    background-image: url(../images/wood-pattern.png);
    background-repeat: repeat;
    min-height: 100vh;
}

form#reservationForm {
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.form-nav-btn {
    border: none;
    background-color: transparent;
    color: var(--theme-color);
}

.reservation-title h2,
.form-heading h3,
p.optional {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    /*text-transform: capitalize;*/
    padding-top: 50px;
    padding-bottom: 20px;
    color: var(--theme-color);
}

div.form-heading h3 {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 10px 0 16px 0;
    color: rgb(45, 51, 63);
    border-bottom: 1px solid #ddd;
}

.single-option {

    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.heading-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 5px;
}

.heading-grid button.reserve-btn {
    margin-top: 0;
}

.option-cont-wrapper h4 {
    font-size: 1rem;
    font-weight: 500;
}

.single-option:last-child {
    border-bottom: none;
}

.reservation-title h2 {
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: rgb(51, 51, 51);
    font-size: 1.5rem;
    font-weight: 500;
}

.reservation-confirmation h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    /*text-transform: capitalize;*/
    color: #fff;
}

.time_alert.text-center.errorDiv.reservation-confirmation.bg-warning {
    background: none !important;
    width: 100%;
    margin-bottom: 15px;
}

.time_alert p {
    margin-bottom: 30px;
    background: #DCF9E8;
    padding: 15px;
    font-size: 18px;
    text-align: left;
}

.time_alert p span {
    float: right;
    font-weight: 700;
}

.all-times .owl-nav {
    position: absolute;
    right: 10px;
    top: -67px;
    font-size: 40px;
    color: #999;
}

.all-times .owl-nav .owl-prev:focus {
    outline: none;
}

.all-times .owl-nav .owl-prev span {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 35px;
    box-shadow: -2px 2px 2px #d3d3d3;
    border-radius: 30px;
}

.all-times .owl-nav .owl-next:focus {
    outline: none;
}

.all-times .owl-nav .owl-next span {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 35px;
    box-shadow: 2px 2px 2px #d3d3d3;
    border-radius: 30px;
}

.apply-btn a {
    text-align: center;
    width: 100%;
    display: block;
    /*text-transform: uppercase;*/
    font-weight: 600;
    color: var(--theme-color);
    font-size: 20px;
}

.booking-info {
    position: relative;
}

.people-number,
.booking-date {
    overflow: hidden;
    margin-bottom: 50px;
}

.select-time {
    margin-top: 75px;
}

.people-icon,
.calender-icon {
    display: inline-block;
    float: left;
}

.people-icon i.fa,
.calender-icon i.fa {
    color: #999;
    font-size: 30px;
}

.select-people,
.select-date {
    width: 90%;
    float: right;
    border-bottom: 1px solid #999;
    cursor: pointer;
}

.select-people p {
    margin-bottom: 8px;
    /*text-transform: capitalize;*/
    font-weight: 500;
    color: var(--theme-color);
}

.select-people p i.fa {
    float: right;
    padding-right: 15px;
    font-size: 25px;
    font-weight: 600;
    color: #999;
}

.date-picker-field {
    position: relative;
}

.date-picker-field .form-control:focus {
    box-shadow: none;
}

/* div#ui-datepicker-div {
    width: 42%;
} */

.date-picker-field i.fa {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translate(-2%, -50%);
    font-size: 25px;
    color: #999;
}

.date-picker-field input#datepicker {
    border: none;
    /*text-transform: capitalize;*/
    font-weight: 500;
    padding: 0;
}

.date-picker-field input#datepicker::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: var(--theme-color);
}

.date-picker-field input#datepicker:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--theme-color);
    opacity: 1;
}

.date-picker-field input#datepicker::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--theme-color);
    opacity: 1;
}

.date-picker-field input#datepicker:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--theme-color);
}

.date-picker-field input#datepicker::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--theme-color);
    ;
}

.date-picker-field input#datepicker::placeholder {
    /* Most modern browsers support this now. */
    color: var(--theme-color);
}

.people-count ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.people-count ul li {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 5px;
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
}

.people-count ul li.selected {
    background: var(--theme-color);
    color: #ffffff;
    border-radius: 50%
}

.people-count {
    position: absolute;
    top: 34px;
    background: #fff;
    z-index: 888;
    padding: 20px 0;
    box-shadow: 0 2px 2px #d3d3d3;
    display: none
}

.time-section-title p {
    font-size: 16px;
    /*text-transform: capitalize;*/
    font-weight: 700;
}

.time-section-title p i.fa {
    color: var(--theme-color);
    font-size: 22px;
}

.form-heading.left-top-style h3 {
    border-bottom: none;
    font-size: 1rem;
    color: var(--theme-color);
    margin-bottom: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

table.ui-datepicker-calendar tr td a.ui-state-default {
    border: none;
    text-align: center;
}

table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-highlight {
    background: #ddd;
    color: #fff;
}

table.ui-datepicker-calendar tr td a.ui-state-default.ui-state-active {
    background: var(--theme-color);
    color: #fff;
}

table.ui-datepicker-calendar tr td span.ui-state-default {
    text-align: center;
    border: none;
}

.feature-wrapper i {
    color: var(--theme-color);
    width: 20px;
}

.booking-summary h4 {
    font-size: 1.2rem;
    font-weight: 500;
}

.booking-summary {
    border-bottom: 1px solid #ddd;
}


.summary-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 10px;
    margin-bottom: 10px;
}

.summary-grid h6 {
    font-size: 0.9rem;
    font-weight: 500;
}

div.summary-grid button {
    margin: 0;
    padding: 3px 10px;
    text-transform: capitalize;
}

.selected-summary h5 {
    font-size: 1rem;
    font-weight: 500;
}

.selected-summary {
    padding: 10px 0;
    /* border-bottom: 1px solid #ddd; */
}


.single-time-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.single-time-block ul li {
    display: inline-block;
    width: 16%;
    text-align: center;
    padding: 5px 0;
    box-shadow: 0 2px 5px #D3D3D3;
    border-radius: 5px;
    margin: 10px 5px;
    font-size: 18px;
    cursor: pointer;
}

.single-time-block ul li:hover {
    background: #F5F5F5;
}

.single-time-block ul li.selected {
    background: var(--theme-color);
    color: #ffffff;
}

.account-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.account-list ul li {
    display: inline-block;
}

.account-list {
    width: 100%;
    text-align: center;
}

.account-list ul li a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 25px;
    border-right: 1px solid #ddd;
}

.account-list ul li a i.fab {
    font-size: 30px;
    padding-right: 5px;
}

.account-list ul li:last-child a {
    border: none;
}

p.another-account {
    width: 100%;
    text-align: center;
    /*text-transform: capitalize;*/
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-color);
    margin-top: 50px;
}

/* .form-control {
    border-radius: 30px;
    padding: 20px;
}

textarea.form-control {
    border-radius: initial;
} */

.from-group {
    margin: 10px 0;
}

.info-options {
    margin-top: 25px;
}

.info-options label {
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    margin-left: 10px;
    line-height: 30px;
}

input[type=checkbox] {
    width: 16px;
    height: 16px;
}

button.reserve-btn {
    background: var(--theme-color);
    color: #fff;
    display: block;
    width: 100%;
    border: none;
    padding: 10px 25px;
    margin-top: 35px;
    box-shadow: 0 0 20px #cecece;
    border-radius: 5px;
}

button.reserve-btn:focus {
    outline: none;
}

.grid-view {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    grid-gap: 20px;
}

.grid-view span i {
    font-size: 20px;
}

.grid-view label {
    color: #4a4a4a;
}