div#twc-book-calendar {
    width: 100%;
}
#twc-book-tip-options {
    margin-bottom: 0;
}
td.fc-list-event-title img {
    display: none;
}
.fc-dayGridMonth-view .fc-daygrid-event-harness .fc-event-main {
    /*background-image: url(https://store.thewateringcan.ca/wp-content/uploads/2023/01/GardenTea-Icon3-1.png);*/
    min-height: 95px;
    height: min(20vw, 95px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.fc-customWeek-view .fc-event-main-frame:after {
    content: "\25BC";
    float: right;
    padding-top: 3px;
    padding-right: 10px;
}
.fc-customWeek-view .fc-event-title.fc-sticky {
    /*display: none;*/
}
.fc-dayGridMonth-view .fc-daygrid-event-harness .fc-event-main .fc-event-main-frame {
    display: none;
}
.fc-customWeek-view .fc-daygrid-event-harness .fc-daygrid-event {
    background: rgb(55, 136, 216)!important;
}
.fc-dayGridMonth-view .fc-daygrid-event-harness:not(:first-child) {
    display: none;
}
a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-future {
    /*background-color: rgb(55, 136, 216)!important;*/
}
form.cart {
    flex-direction: column;
    /* justify-content: stretch; */
}
.twcbook-detail {
    text-align: left;
}
div#date-time-picked {
    width: 100%;
    border: solid thin #d7d7d7;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
#twc-book-guest-options, #twc-book-tip-options {
    display: none;
    width: 100%;
    margin-top: 10px;
    border: solid thin #d7d7d7;
    padding: 10px;
}
.quantity.buttons_added {
    display: none;
}
button.single_add_to_cart_button.button.alt {
    display: none;
}
select.guest-option {
    width: 100%;
}
.single-guest {
    margin: 10px;
}
label#twcbook-current-price {
    margin-left: 10px;
}
div#twc-book-calendar-wrap {
    margin-top: 20px;
    width: 100%;
    contain: content;
    margin-bottom: 0px;
}
.fc-daygrid-event,.fc-list-event {
    cursor: pointer;
}
@media only screen and (max-width: 1100px) {
    #wrapper .product .summary.entry-summary {
        float: left!important;
        margin-left: 4%!important;
        width: 92%!important;
    }
    #wrapper .product .woocommerce-product-gallery {
        float: none;
        width: 100%!important;
    }
    .product .avada-product-images-global .woocommerce-product-gallery {
        margin-bottom: 30px;
    }
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: 45%;
    top: 42%;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid rgb(55, 136, 216);
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: rgb(55, 136, 216) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
div#twc-book-calendar-overlay {
    position: absolute;
    background: #66666640;
    top: 64px;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 100;
    backdrop-filter: blur(1px);
    /* margin: 35% 45%; */
}
.quantity.hidden {
    display: none;
}
span.woocommerce-Price-amount.amount {
    display: none!important;
}
@media screen and (max-width: 750px) {
    .fc-h-event .fc-event-main {
        height: 40px;
    }
    .product .avada-product-images-global {
        padding: 0 30px;
    }
    .fc-event-main img {
        display: none;
    }
    html:not(.avada-has-site-width-percent) #main {
        padding: 0!important;
    }
    div#date-time-picked h2, #twc-book-guest-options h2 {
        font-size: 18px!important;
    }
    #wrapper .product .summary.entry-summary {
        float: left!important;
        margin-left: 1%!important;
        width: 98%!important;
    }
    .fusion-page-title-bar .fusion-page-title-row {
        scale: 75%;
    }
}
.twc-book-info {
    background: #2b3e59 !important;
    color: #ffffff !important;
    margin: 11px 0px;
    margin-bottom: 0;
    min-height: 50px;
    width: 100%;
    overflow: hidden;
}
#cart-tooltip {
    position: absolute;
    border: thin solid;
    background: #fff;
    border-radius: 5px;
    z-index: 10;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.close-cart-tooltip {
    cursor: pointer;
    border-radius: 50%;
    padding: 0 8px;
}
.close-cart-tooltip:hover {
    background: #f2f2f2;
}
.fc-dayGridMonth-view a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-start.fc-event-end.fc-event-future {
    background: rgb(242, 242, 242)!important;
    border-color: rgb(242, 242, 242)!important;
}
span.fc-list-event-dot {
    border-color: rgb(65 255 71)!important;
}
div#bookable-notice-inner {
    width: min(90vw, 400px);
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    padding: 25px;
    border: thin solid;
}
div#bookable-notice {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: #c5c5c566;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fc-event.twc-sold-out {
    pointer-events: none;
}
.fc-customWeek-view .fc-event.twc-sold-out {
    opacity: 50%;
    background: rgb(139 139 139)!important;
    border-color: rgb(139 139 139)!important;
}
.fc-customWeek-view .fc-event-main {
    background-image: none!important;
}
#bookable-notice-text {
    white-space: pre-line;
}
.quantity.buttons_added {
    display: flex!important;
}
.wc-pao-addons-container {
    width: 100%;
    margin-top: 10px;
}
.wc-pao-addon-container.wc-pao-addon {
    max-width: unset;
    width: 100%;
    float: none;
}
textarea.wc-pao-addon-field.wc-pao-addon-custom-textarea {
    resize: vertical;
    max-height: 350px;
}
#product-addons-total {
    display: none;
}
.diet-select {
    width: 100%;
}

.select2-container--default .select2-selection--multiple  li.select2-selection__choice {
    background: rgb(255, 255, 255) !important;
    border: none!important;
    margin-top: 8px!important;
}

/*noinspection CssUnresolvedCustomProperty*/
.select2-container--default .select2-selection--multiple {
    border-width: var(--form_border_width-top) var(--form_border_width-right) var(--form_border_width-bottom) var(--form_border_width-left)!important;
    border-color: var(--form_border_color)!important;
    border-radius: var(--form_border_radius)!important;
    padding: 3px 0;
    margin-top: 4px!important;
    margin-left: 0!important;
}
/*noinspection CssUnresolvedCustomProperty*/
span.diet-option-choice {
    color: var(--form_text_color);
}
.single-guest {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.guest-choices {
    width: min(64%, 600px);
    display: flex;
    flex-direction: column;
    margin-right: 8px;
}
.guest-identifier {
    display: flex;
    align-items: center;
}
span.select2.select2-container.select2-container--default {
    width: 100%!important;
}