@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Open+Sans&display=swap');

#booking-component-body {
    font-family: 'Open Sans', sans-serif;
}
a.booking-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #EA0029;
    height: 3rem;
    color: #fff;
    text-align: center;
    margin: 1px 0;
}
a.booking-button:hover {
    color: #fff;
    background-color: #EA0029;
    text-decoration: none;
}
a.booking-button {
    line-height: 1rem;
    font-size: 0.875rem;
}
a.button-inactive,
a.button-inactive:hover {    
    cursor: not-allowed;
    text-decoration: line-through;
    background-color: #8891A0 !important;
}
a.button-inactive small {
    font-size: 0.625rem;
    line-height: 0.625rem;
    text-decoration: none !important;
}
ul.uk-subnav>* {
    padding-left: 5px;
}
a.subnav-button {
    font-size: 0.75rem !important;
    line-height: 2rem;
    text-transform: none;
    padding: 0 1.5rem;
    border-radius: 0px;
    margin-bottom: 0.75rem;
    background-color: #F5F5F5;
    color: #000000 !important;
    transition: 0.5s ease-out !important;
}
li.uk-active a.subnav-button,
a.subnav-button.active,
a.subnav-button:hover {
    color: #FFFFFF !important;
    background-color: #EA0029;
}

.uk-card-booking {
    padding: 0.875rem 1.75rem !important;
    box-shadow: 0px 3px 6px #00000029;
}
.uk-card-booking .uk-card-title {
    font-size: 1.25rem;
    margin-bottom: 0px;
}

span.product-size {
    display: inline-block;
    font-size: 2.5rem;
}
span.label {
    font-size: 0.875rem;
}
span.product-description {
    font-size: 0.75rem;
}
#mod-booking {
    width: 100%;
}
#booking-component h2,
#mod-booking h2 {
    font-size: 3.75rem;
    line-height: 3.5rem;
    font-weight: bold;
}
#mod-booking h2 span.smaller {
    font-size: 1.5rem;
    font-weight: normal;
}
#mod-booking h3 {
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: bold;
}
#mod-booking h3.product-size {
    font-size: 3rem;
    color: #000;
}
/* #mod-booking .uk-position-small {
    margin-top: -50px;
}
#mod-booking .uk-position-center-right {
    margin-right: -30px;
}
#mod-booking .uk-position-center-left {
    margin-left: -30px;
} */
#mod-booking .container {
    position: relative;
    width: 100%;
    max-width: 670px;
    margin: 0.75rem auto;
}
#mod-booking .container-large {
    max-width: 800px;
}
#mod-booking .product-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    width: 85px;
    margin-right: 3px;
    margin-bottom: 3px;
    height: 90px;
    border: 1px solid #707070;
    text-decoration: none;
}
#mod-booking li.uk-active .product-preview {
    border-color: #EA0029;
}
#mod-booking .form-header {
    color: #fff;
    background-color: #EA0029;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
}
#mod-booking form.booking-form {
    background-color: #F4F4F4;
}
#mod-booking .form-header span,
#booking-modal h3#modal-title {
    font-size: 1.25rem;
}
#booking-modal h3#modal-title {
    margin: 0px;
}
#booking-modal .uk-close {
    color: #fff;
}
#modal-subtitle {
    color: #fff;
    font-size: 0.875rem;
}
#mod-booking .form-body {
    padding: 30px;
}
#mod-booking .form-header span.small {
    font-size: 0.875rem;
}
#mod-booking .form-group,
#booking-modal .form-group {
    position: relative;
    margin-bottom: 10px;
}
#mod-booking .form-group > label,
#booking-modal .form-group > label {
    color: #8891A0;
    font-size: 0.625rem;
    position: absolute;
    top: 5px;
    left: 10px;
}
#mod-booking .form-group .form-control,
#booking-modal .form-group .form-control {
    width: 100%;
    padding: 22px 10px 5px;
    border: 1px solid #BDD2E9;
    border-radius: 3px;
    box-sizing: border-box;
    font-size: 0.75rem !important;
    font-family: Arial, Helvetica, 'sans-serif' !important;
}
#mod-booking .form-group select.uk-select {
    height: 44.5px !important;
}
#mod-booking .form-control.has-errors,
#booking-modal .form-control.has-errors {
    border-color: red;
}
#mod-booking .form-group textarea:focus, input:focus,
#booking-modal .form-group textarea:focus, input:focus {
    outline: none;
}
span.required {
    color: #EA0029;
}
div.checkbox {
    margin-bottom: 10px;
}
div.checkbox label {
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}
div.checkbox .checkbox-button {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border: 1px solid #BDD2E9;
    border-radius: 5px;
    background-color: #fff;
}
div.checkbox .checkbox-button.active {
    background: url('./check.svg') 50% 50% no-repeat;
}
#booking-modal div.uk-modal-header {
    background-color: #EA0029;
}
#booking-modal .uk-modal-title {
    color: #fff;
}
#booking-modal div.uk-modal-dialog {
    background-color: #F4F4F4;
}
#booking-modal h4 {
    font-size: 1.25rem;
}
#booking-modal p {
    font-size: 1rem;
}

div.price-block {
    color: #fff;
    background-color: #EA0029;
    padding: 10px;
    position: absolute;    
}
div.price-block.price-block-large {
}
div.price-block.price-block-small {
    bottom: 28px;
    left: 10px;
    right: 10px;
}
#mod-booking div.wrapper {
    max-width: 800px;
    margin: 0 auto;
}
div.price-block.price-block-small > .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div.price-block.price-block-large > .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
div.price-block span.price {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
}
div.price-block.price-block-small span.price {
    font-size: 2rem;
    line-height: 3rem;
}
div.price-block span.info {
    text-align: left;
    font-size: 0.75rem;
}
div.price-block.price-block-small span.info {
    text-align: left;
    font-size: 0.75rem;
    line-height: 0.75rem;
}
div.price-block span.info.header {
    font-weight: bold;
    font-size: 1.25rem;
}
div.price-block.price-block-small span.info.header {
    font-weight: bold;
    font-size: 1rem;
}
#mod-booking .description-block {
    position: relative;
    text-align: center;
    width: 100%;
}
#mod-booking .description-block span {    
    color: #fff;
    background-color: #000;
    font-size: 0.875rem;
    padding: 5px 10px;
}
#mod-booking .uk-slidenav > svg {
    width: 24px !important;
    height: 44px !important;
    fill: #002031 !important;
    color: #002031 !important;
}
#mod-booking .uk-slidenav-next {
    margin-right: 0px;
    padding-right: 0px;
}
#mod-booking .uk-slidenav-previous {
    margin-left: 0px;
    padding-left: 0px;
}

#jform_location_id {
    height: 44px;
    padding-top: 4px;
    background-position: 100% 60%;
}

@media screen and (max-width: 640px) {
    #mod-booking h3 {
        font-size: 1rem;
        line-height: 1rem;
    }
}
@media screen and (max-width: 799px) {
    div.price-block.price-block-small {
        display: block;
    }
    div.price-block.price-block-large {
        display: none;
    }
    #mod-booking .description-block {
        bottom: 0px;
    }
}
@media screen and (min-width: 800px) {
    div.price-block.price-block-large {
        display: block;
    }
    div.price-block.price-block-small {
        display: none;
    }
    div.price-block {
        top: 50%;
        margin-top: -115px;
        right: -20px;
    }
    div.price-block > .inner {
        max-width: 210px;
    }
    #mod-booking .description-block {
        bottom: 40px;
    }
}