/*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 {margin: 5px 0;  width: 100%}
.book-options select[multiple] { max-height: 90px;overflow: scroll; }
.book-options .option-item > label { font-size: 1.1em;font-weight: 600;display: block; }
.book-options .option-item > 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 > .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 > 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; margin-left: 1%; width: 79%;}
.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 > label {color: rgb(10, 204, 17);font-weight:600;display: block;margin-bottom: 12px;}
#product-addtocart-button {
    margin-left: 0 !important;
    height: 45px;
    width: 100%;
}
.actions-hotel {
    margin-left: 10%;
    margin-top: 5px;
}
#product-close-cart-button {
    width: 89%;
}
/* Time Slot */
#book-slots {
    margin-top: 5px;
    width: 50%;
    margin-bottom: 10px;
}
#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.slot-block {
    border: 1px solid #ff0000;
}
#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;
}
#price-full-calendar {
    margin-top: 10px;
    float: left;
}
.price-calendar-unavailable {
    background: #a0a0a0;
    font-weight: bold;

}
.price-calendar-available {
    font-weight: bold;

}
.price-calendar-available-default {
    background: #4B3ADC;
    font-weight: bold;
}
.price-calendar-block {
    background: #FF0000;
    font-weight: bold;
}
.price-calendar-special {
    background: #C533FF;
    font-weight: bold;
}
/* custom form*/
#product-item-pricing .price-wrapper  {
    display: none !important;
}
.product-options-bottom {
    display: none !important;
}
