.book {
    position: relative;
    display: block;
    padding: 25px 0 0;
    display: f;
}
.book-title {
    position: relative;
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 500;
    padding: 0;
    background: #215EAE;
    color: #ffffff;
    padding-top: 0px;
    color: #d0b379;
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'acre-extrabold', Arial;
    margin-bottom: 15PX;
    BACKGROUND: TRANSPARENT !IMPORTANT;
    TEXT-ALIGN: CENTER;
    margin-bottom: 20px;
}

.book-category-button {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #d0b379;
    padding: 5px 5px;
    margin-bottom: 25px;
    background: #1d1d1d;
}
.book-category-button:hover {
    border-color: #6DC8B9;
}
.book-category-button.active {
    border-color: #215EAE;
}
.book-category-button .image {
    position: relative;
    display: inline-block;
    height: 150px;
}
.book-category-button .name {
    position: relative;
    display: block;
    margin-top: 5px;
    font-size: 20px;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    position: relative;
    display: block;
    margin-top: 5px;
    font-size: 20px;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    padding-top: 0;
    color: #d0b379;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'acre-extrabold', Arial;
    PADDING-BOTTOM: 5PX;
}



.book-product-button {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #d0b379;
    padding: 0;
    margin-bottom: 25px;
    background: #1d1d1d;
    transition: all 300ms ease;
}
.book-product-button:hover {
    border-color: #6DC8B9;
}
.book-product-button.active {
    border-color: #215EAE;
}
.book-product-button .image {
    position: relative;
    display: inline-block;
    height: 150px;
    margin-top: 10px;
    border-radius: -1px !important;
}
.book-product-button .name {
    position: relative;
    display: block;
    margin-top: 5px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
    color: #d0b379;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'acre-extrabold', Arial;
    PADDING-BOTTOM: 10PX;
}

.book-date .ui-datepicker {
    width: 100%;
    border: none;
    padding: 0px;
    margin: 0;
    margin-bottom: 20px;
}

.book-date .ui-datepicker td span, 
.book-date .ui-datepicker td a {
    text-align: center;
    font-size: 16px;
    padding: 10px;
    /* font-family: 'acre-extrabold', Arial; */
}
.book-date .ui-datepicker td span:hover, 
.book-date .ui-datepicker td a:hover {
    background: #d0b379;
}

.book-date .ui-widget-header {
    background-color: #215EAE;
    color: #ffffff;
    font-size: 24px;
}

.book-date .ui-datepicker .ui-datepicker-prev, 
.book-date .ui-datepicker .ui-datepicker-next {
    background: #ffffff;
    cursor: pointer;
    margin-top: 4px;
}

.block-time-button {
    position: relative;
    display: block;
    border-radius: 0;
    width: 100%;
    margin-bottom: 2px;
    background: #1d1d1d;
    border: 1px solid #cccccc54;
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 10px;
    /* font-family: 'acre-extrabold', Arial; */
    font-weight: 400;
}
.block-time-button:hover {
    border-color: #215EAE;
    background: #215EAE;
    color: #ffffff;
}
.block-time-button.active {
    border-color: #215EAE;
    background: #215EAE;
    color: #ffffff;
}

.book-attention {
    position: relative;
    display: block;
    border-radius: 12px;
    padding: 15px 25px;
    padding-top: 25px;
    background: #eeeeee;
    color: #215EAE;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.book-attention-crisis {
    position: absolute;
    left: 25px;
    top: -40px;
}

div#book-category .row {
    justify-content: center;
}

.checkout-checkout .form-control, .checkout-checkout textarea {
    background: #111;
    border: 1px solid #ccc;
    font-size: 16px;
}
.checkout-block .title {
    color: #fff;
}
.checkout-block.block-live-cart * {
    color: #fff;
}

.checkout-confirm-btn-final .btn.btn-success {
    background: #d0b379;
    color: #111;
}
div#book-product .row {
    justify-content: center;
}
.ui-datepicker-title span {
    font-family: 'acre-thin', ARIAL;
}
table.ui-datepicker-calendar {
    background: #1d1d1d;
    color: #fff;
}
.book-category-button.active,
button.book-product-button.active {
    border: 1px solid #fff !important;
    background: #000 !important;
}
.ui-datepicker th {
    color: #fff;
}

.ui-datepicker td span {
    color: #fff !important;
    opacity: 1 !important;
    background: #111 !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .5;
}

div#input-datepicker {
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    background: #111;
}