@font-face {
    font-family: "Century gothic";
    src: url("/themes/fonts/Century_Gothic.ttf");
}

.iconWrapper{
    margin: auto;
}

.more-link{
    background-color: transparent;
    border: none;
}

#orderContainer, #mapContainer, #reservationContainer {
    position: fixed;
    height: 630px;
    width: 350px;
    top: 15vh;
    right: -355px;
    z-index: 9999;
    -webkit-transition: all 1s;
    transition: all 1s;
    color: black;
    margin: 3px;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: -5px 7px 20px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -5px 7px 20px -5px rgba(0,0,0,0.75);
    box-shadow: -5px 7px 20px -5px rgba(0,0,0,0.75);
    background-color: white;
}

#orderContainer h5, #mapContainer h5, #reservationContainer h5{
    /*font-family: "Century gothic", sans-serif;*/
    color: black;
    font-size: 16px;
}

#orderContainer .form-control, #reservationContainer .form-control{
    font-size: 0.75rem;
    padding: 0.275rem 0.5rem;
    border-radius: 15px;
}

#orderContainer label{
    text-transform: none;
}

#orderTicker {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -55px;
    top: 50px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    z-index: 999 !important;
    transition: transform 0.3s;
}

#reservationTicker {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -55px;
    top: 100px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    z-index: 999 !important;
}

#mapTicker {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -55px;
    top: 150px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    z-index: 999 !important;
}

#orderTicker svg, #reservationTicker svg, #mapTicker svg{
    width: 35px;
    margin: auto;
    margin-top: 5px;
}

#reservationTicker svg{
    width: 30px;
}

#orderItemsList{
    width: 100%;
    font-size: 90%;
    color: black;
}

#orderItemsListWrapper{
    height: 21.5rem;
    overflow-y: auto;
}

#orderItemsList tr td, #orderItemsList tr th{
    padding: 0.25rem 0.5rem;
}

#orderItemsList tr td{
    font-size: 12px;
}

#orderItemsList tr td:first-child div span{
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#orderItemsList tr td:first-child div span.itemQuantity{
    width: 40%;
    font-size: 12px;
    font-weight: 600;
    padding-top: 2px;
}

#orderItemsList tr td:first-child div span svg{
    width: 10px;
}

#orderItemsList tr td:first-child, #orderItemsList tr th:first-child{
    width: 20%;
    padding: 0.25rem 0;
}

#orderItemsList tr td:first-child div{
    display: flex;
    justify-content: space-around;
}

#orderItemsList tr td:last-child, #orderItemsList tr th:last-child{
    width: 18%;
    padding: 0.25rem 0;
}

#orderItemsList .subTotal{
    width: 25%;
    text-align: right;
}

#orderItemsListWrapper thead th{
    top: 0;
}

.totalHr{
    width: 83%;
    color: black;
    border: 0.5px solid black !important;
    margin: 1rem auto;
}

#totalPrice{
    font-weight: 600;
}

.orderButton, .validateButton{
    background-color: transparent;
    box-shadow: none;
    padding: 5px 10px;
    border-style: solid;
    border-radius: 15px;
    margin: 5px;
    border-width: 1px;
}

#dishOptionsModal{
    border-radius: 5px;
    padding: 1rem;
    background-color: black;
    color: white;
}

#dishOptionsModal h1{
    text-transform: uppercase;
    margin: 1rem 5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid white;
    font-size: 1.5rem;
}

.optionValueWrapper{
    margin: 2rem;
}
.optionValueDiv{
    margin-top: 2rem;
    border: 1px solid grey;
    padding: 1rem;
    border-radius: 0.5rem;
}
.optionValueDiv h4{
    font-size: 1.5rem;
}
.optionValueDiv label{
    margin-left: 0.5rem;
    margin-bottom: 0;
}
.optionValueDiv .w-100 {
    margin-bottom: 0.5rem;
}
.optionValueDiv textarea{
    font-size: .9rem;
}
#submitDish{
    height: 3rem;
    width: 10rem;
    border-radius: 0.5rem;
    border: none;
}
#submitDish:hover{
    background-color: white;
    border: none;
}
#close-btn{
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: none;
    height: 2.5rem;
    width: 2.5rem;
    margin: 0.5rem;
}
#close-btn:hover{
    border: none ;
    margin: 0.5rem;
}

#front_order_desiredTime_hour{
    margin-left: auto;
    margin-right: 0.5rem;
}

#front_order_desiredTime_minute{
    margin-right: auto;
    margin-left: 0.5rem;
}


#orderStep2 label, #orderStep3 label{
    text-align: left;
    margin-bottom: 2px;
}

#front_order_desiredTime{

}

#orderStep2 input, #orderStep2 select{
    border-radius: 15px;
    font-size: 12px;
}

#orderStep2 select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 0.275rem 1.25rem !important;
}

#front_order_desiredTime_hour{
    margin-right: 5px;
}

#front_order_desiredTime_minute{
    margin-left: 5px;
}

#orderStep2 label, #orderStep2 p, #orderStep3 p, #reservationContainer label, #orderDelivery label, #orderDelivery p{
    color: black;
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px;
    padding-left: 13px;
}

#orderStep2 .checkbox-switch{
    margin: 0;
}

#orderStep2 .form-check{
    padding-left: 0 !important;
    display: inline-block !important;
}

#orderStep2 .sliderLabel{
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

#orderContainer .form-group{
    margin-bottom: 0.25rem;
}

#orderContainer hr{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 2px;
    border-top: 2px solid;
}

.orderButton svg, .validateButton svg{
    width: 17px;
    vertical-align: sub;
    margin-left: 5px;
}

.totalOrderPriceRow{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 85px;
}

#errorMsg{
    font-size: 0.8rem;
}

#itineraryWrapper{
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-decoration: none;
}

#paymentMethodSelection button.validateButton{
    width: 75%;
    display: flex;
    flex-direction: row;
    margin: 0.3rem auto;
    align-items: center;
    margin: auto;
    margin-bottom: 1rem;
}

#paymentMethodSelection svg, #paymentMethodSelection img{
    margin: 0 1rem;
    height: 1rem;
    color: white!important;
}

.tooltip {
    z-index: 999999;
}

[data-bgimage]{
    position: relative;
}

.absoluteTopRight{
    position: absolute;
    top: -2px;
    right: 20px;
}

.noMarginheading-block:after{
    content: '';
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 40px;
    border-top: 2px solid #444;
}

.mb-15{
    margin-bottom: 7rem;
}

#desiredTime fieldset{
    margin: auto;
}

#desiredTime .input-group{
    text-align: center;
}

#reservationContainer > div > div#reservation-step-1 > div > div:nth-child(1) > div > div > span > svg{
    width: 12px;
    vertical-align: baseline;
}

#reservationContainer table{
    margin-bottom: 0;
}

#reservationContainer .fc-dayGrid-view .fc-body .fc-row{
    min-height: 2.6em;
    border-color: black;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 1px !important;
    height: 25px;
    vertical-align: middle;
    font-weight: 400;
    border-color: black;
}

.fc-toolbar, .fc-toolbar.fc-header-toolbar .btn{
    font-size: 95%;
}

.fc-toolbar h2{
    font-size: 90% !important;
    font-weight: 400;
}

.fc-toolbar.fc-header-toolbar .btn-primary{
    background-color: transparent !important;
    box-shadow: none;
    padding: 0 !important;
    border-radius: 15px !important;
    margin: 5px;
    border: none;
    border-collapse: collapse;
}

.fc-toolbar.fc-header-toolbar .btn-group > .btn:not(:last-child) {
    margin-right: 0;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fc-toolbar.fc-header-toolbar .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 15px !important;
}

.fc-toolbar > * > :not(:first-child) {
     margin-left: 0 !important;
}

button.fc-prev-button svg{
    width: 15px;
    transform: rotateY(180deg);
}

button.fc-next-button svg{
    width: 15px;
}

.popover{
    z-index: 99999 !important;
}

.fc-day-top svg{
    font-size: 10px;
    margin-left: 5px;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
    font-size: 12px;
}

.fc-day.fc-sat.fc-today.alert.alert-info{
    opacity: 0.3;
    border-color:black!important;
}

#calendarLegend{
    font-size: 90%;
}

#openingHours{
    vertical-align: top;
}
#openingHours p{
    margin-bottom: 0;
    margin-left: 10px;
}

#openingHours span{
    margin-right: 25px;
}

.clockpicker-tick.active.disabled, .clockpicker-tick.disabled:hover{
    background-color: transparent !important;
}

#reservation label{
    font-size: 85%;
    margin-bottom: 5px;
    padding-left: 13px;
}

#reservation input, #reservationTime select{
    height: 30px;
    font-size: 13px;
}

#reservation-step-1, #reservation-step-2, #reservation-step-3, #reservation-final{
    height: 545px;
    position: relative;
}

#reservation-step-1 button, #reservation-step-2 button, #reservation-step-3 button{
    font-size: 14px;
}

#reservation-step-2 select{
    width: 50%;
    border-radius: 7px;
    margin: 0 auto;
    border-color: black !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 35%;
    text-overflow: '';
}

#overlay{
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.no-border{
    border: none !important;
}

.absoluteLeft{
    position: absolute;
    left: -20px;
    top: -10px;
}

.absoluteBottom{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

#front_order_desiredTime select{
    border-color: black;
}

#reservation-step-2{
    font-size: 13px;
}

#toDateSelection, #toHourSelection{
    left: -9px;
    top: -54px;
}

.frameP{
    font-size: 14px;
}

.no-shadow{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 999;
}

#legalModal p{
    margin-bottom: 5px !important;
}

.cookie-window{
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.5em;
    display: -ms-flexbox;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 1em;
    left: 1em;
    color: rgb(255, 255, 255);
    background-color: rgb(33, 33, 33);
    display: none;
    transition: display 1s;
}

.cookie-message{
    margin-bottom: 1em;
}

.cookie-link{
    margin-left: 15px;
    color: #ffffff8f;
    font-size: 90%;
}

.cookie-link:hover{
    color: #ffffffc7 !important;
    text-decoration: underline !important;
}

#acceptCookies{
    display: block;
    text-align: center;
    padding: 5px 10px;
    margin: auto !important;
    cursor: pointer;
}

#map{
    height: 450px
}

.label-checkbox-switch {
    position: relative;
    top: -4px;
}

.checkbox-switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin-bottom: 0;
    margin-right: .5rem;
}

.checkbox-switch input {
    display: none;
}

.checkbox-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 8px;
}

.checkbox-switch.is-invalid .slider {
    background-color: #dc3545;
}

.checkbox-switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.checkbox-switch input:checked + .slider {
    background-color: #28a745;
}

.checkbox-switch input:focus + .slider {
    box-shadow: 0 0 1px #28a745;
}

.checkbox-switch input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
#editReservation > div:nth-child(2) > div > p.font-weight-bold.mt-2.mb-2{
    border-bottom: 1px solid black!important;
    padding-bottom: 1rem!important;
}
#editReservation > div:nth-child(2) > div > p:nth-child(2){
    border-bottom: 1px solid black!important;
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
}
#calendar_reservation > div.fc-view-container > div > table > thead > tr > td > div > table > thead > tr > th.fc-day-header.fc-mon{
    border-color:black!important;
}
#calendar_reservation > div.fc-view-container > div > table > tbody > tr > td{
    border-color: black!important;
}
#calendar_reservation > div.fc-view-container > div > table > tbody > tr > td > div > div > div:nth-child(1) > div.fc-bg > table > tbody > tr > td.fc-day.fc-mon.fc-other-month.fc-past{
    border-color: black!important;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #3D414A;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}

#paymentMethodTarget input:focus{
    outline: none;
}

#paymentMethodTarget input::placeholder{
    font-size: 1rem;
    font-weight: 400;
    text-transform: none;
}

#orderPayment .totalOrderPriceRow {
    bottom: 25px;
}

@media screen and (max-width: 396px) {
    #orderContainer, #reservationContainer, #mapContainer{
        top: auto;
        bottom: -91%;
        width: auto;
        right: 5px;
        left: 5px;
        -webkit-transition: all 1s;
        transition: all 1s;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        font-size: 95%;
        height: 90%;
    }

    #map{
        height: 415px
    }

    #orderTicker {
        left: 25px;
        top: -50px;
    }

    #reservationTicker{
        left: 100px;
        top: -46px;
    }

    #mapTicker{
        left: 175px;
        top: -50px;
    }

    #orderContainer .form-control, #orderContainer .form-inline{
        display: inline-block;
        height: calc(1.5em + .75rem);
    }

    #desiredTime fieldset{
        margin: auto;
        width: 100%;
    }

    #desiredTime fieldset select{
        display: inline-block;
        width: 49%;
    }

    #front_order_desiredTime{
        width: 60%;
    }

    .totalOrderPriceRow {
        bottom: 10%;
    }

    #desiredTime fieldset select {
        width: 40%;
    }

    #reservation-step-1, #reservation-step-2, #reservation-step-3, #reservation-final {
        height: 505px;
    }
    #orderItemsListWrapper{
        height: 31rem;
    }
    #editReservation > div:nth-child(2) > div > p.font-weight-bold.mt-2.mb-2{
        border-bottom: 1px solid black!important;
        padding-bottom: 1rem!important;
    }
    #editReservation > div:nth-child(2) > div > p:nth-child(2){
        border-bottom: 1px solid black!important;
        padding-bottom: 1rem!important;
        height: 35rem!important;
        padding-top: 1rem!important;

    }
    #calendar_reservation > div.fc-view-container > div > table > thead > tr > td > div > table > thead > tr > th.fc-day-header.fc-mon{
        border-color:black!important;
    }
    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 1px !important;
        vertical-align: middle;
        font-weight: 400;
        border-color: black!important;
    }
    #calendar_reservation > div.fc-view-container > div > table > tbody > tr > td{
        border-color: black!important;
    }
    #calendar_reservation > div.fc-view-container > div > table > tbody > tr > td > div > div > div:nth-child(1) > div.fc-bg > table > tbody > tr > td.fc-day.fc-mon.fc-other-month.fc-past{
        border-color: black!important;
    }
    .fc-day.fc-sat.fc-today.alert.alert-info{
        opacity: 0.3;
        border-color:black!important;
    }

    #orderPayment .totalOrderPriceRow {
        bottom: 15px;
    }
}

