<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Style Product page */
.btn-default { box-shadow: 0 0 0 !important;color: #333!important;background-color: #fff!important;border-color: #ccc!important; }
.btn-success { box-shadow: 0 0 0 !important;color: #fff!important;background-color: #5cb85c!important;border-color: #4cae4c!important; }
.book-form-info { margin-bottom: 30px; }
.book-form-info-item { margin: 0 0 10px; }
.book-form-info-item label { line-height: 1.5; }
.book-form-info-item label i { margin-right: 4px;font-size: 16px;width: 16px; }
.book-options .option-item { margin-top: 12px; }
.book-options .option-item select, .book-form-info .input-text {max-width:320px;margin: 5px 0; }
.book-options select[multiple] { max-height: 90px;overflow: scroll; }
.book-options .option-item &gt; label { font-size: 1.1em;font-weight: 600;display: block; }
.book-options .option-item &gt; label .require  { color: red; }
.book-options .option-item ul { list-style: none;padding: 0;margin: 0 -3px 12px; }
.book-options .option-item li { display: inline-block;position: relative;margin: 5px 3px;line-height: 20px; }
.book-options .option-item li label { padding: 5px;border: 1px solid #eee;cursor: pointer;display: block; }
.book-options .option-item li input[type="radio"]:checked  + label, .book-options .option-item li input[type="checkbox"]:checked  + label  { padding: 4px;border: 2px solid #ff5501; }
.book-options .option-item .option-item-click  { position: absolute;visibility: hidden; }
.book-discount ul { list-style: none;padding: 0;font-size: 1.1em; }
.book-discount li { position: relative;padding-left: 20px;color: #e9640c;margin: 0 0 10px; }
.book-discount li:before { content: "";width: 18px;height: 18px;display: inline-block;background: url("../images/hotjar.svg") no-repeat scroll 0 0 transparent;position: absolute;left: 0;top: 3px; }
#book-message-error, #book-note-error span { display: block;color: red;font-size: 16px;font-weight: 600;margin: 10px 0; }
#book-result &gt; .title { font-size: 1.3em;display: block;margin: 0 0 12px;text-transform: capitalize;font-weight: 500; }
#book-result ul { list-style: none;padding: 0; }
#book-result li { margin: 0 0 6px;font-size: 1em; }
#book-result li &gt; span {display: inline-block;width: 90px;font-size: 1.1em;}
.attribute.overview ul {padding-left: 15px;margin: 0;}
.product-info-main .product.attribute.overview {margin-bottom: 0;}
.main-form .product-add-form {padding-top: 12px;}
.product-info-main .book-options {margin-bottom: 12px;}
.fieldset-book #qty {width: 60px;height: 45px;display: inline-block;}
.fieldset-book .actions {display: inline-block;vertical-align: top;}
.product-info-main .box-tocart .action.tocart {white-space: nowrap;width: auto;min-width: 200px;margin: 0 0 0 12px;background: #333;border: 0;border-radius: 0;height: 45px;line-height: 45px;padding: 0;}
#book-message-success &gt; label {color: rgb(10, 204, 17);font-weight:600;display: block;margin-bottom: 12px;}
/* Time Slot */
#book-slots {
    margin-top: 5px;
    width: 50%;
}
#book-slots ul {
    padding: 0;
}
#book-slots ul li {
    list-style: none;
    border: 1px solid #008000;
    padding: 5px;
    cursor: pointer !important;
}
#book-slots ul li.txt-slot-active {
    border: 1px solid #000000 !important;
}

/* Book info */
.bko-product-info-tab {
    float: left;
    width: 100%;
}
.bko-product-tab {
    float: left;
    padding: 10px;
    list-style: none;
}
.bko-product-tab a {
    display: block;
}
.bko-product-tab a:hover {
    color: #FF0000;
}
.bko-product-info { float: left; width: 100%;}
table#bko-book-facilities {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
table#bko-book-facilities th, table#bko-book-facilities td {
    border: 1px solid #ddd;
    border-collapse: collapse;
}


#start-date,
#start-time,
#end-time,
.fieldset-book #qty {
    display: none;
}

#book-price-content {
    display: inline-block;
    width: 57%;
}
@media screen and (max-width: 768px) {
    #book-price-content {
        width: 100%;
    }
}

.price-calendar-unavailable {
    background: #a0a0a0;
    color: #777777;
    font-weight: bold;
}

.price-calendar-available {
    font-weight: bold;
    cursor: pointer;
}

.price-calendar-lowavailability {
    cursor: pointer;
    background-color: #b7a527;
}

.book-form-info span label {
    margin-top: 10px;
}

.book-form-info .side-by-side-2 span {
    width: 50%;
    float: left;
}

.book-form-info .side-by-side-3 span {
    width: 32%;
    margin-right: 1%;
    float: left;
}

.book-form-info .side-by-side-2 span:first-of-type input {
    width: 98%;
}

.book-form-info .side-by-side-3 span:last-of-type {
    margin-right: 0%;
    width: 34%;
}

.book-form-info span input {
    width: 100%
}

.book-form-info span label {
    width: auto;
    border-bottom: 0px;
}

.book-form-info input {
    margin: 5px 0px;
}

.book-form-info span.check input {
    width: auto;
    margin-right: 5px;
}

.book-form-info span.check label {
    font-weight: normal;
}

.book-form-info label {
    width: 100%;
    border-bottom: 2px solid #000000;
    display: inline-block;
    font-weight: bold;
}

.book-form-info label:not(:first-of-type) {
    margin-top: 20px;
}

.side-by-side-2,
.side-by-side-3 {
    display: inline-block;
    width: 100%;
}

.side-by-side-2 input {
    width: 49%;
    padding: 2%;
}

.side-by-side-3 input {
    width: 32%;
    padding: 1%;
}

.book-form-info #product-addtocart-button {
    margin-top: 40px;
}

.book-form-info label.required:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

#book-result {
    display: none;
}

.fc-content {
    text-align: center;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: inline-block;
}

.fc-time-grid-event.fc-short .fc-time:before,
.fc-time-grid-event.fc-short .fc-time:after {
	display: none;
}

.tooltip-container .box {
    display: inline-block;
    width: 10px;
    height: 10px;
}</pre></body></html>