/* Minification failed. Returning unminified contents.
(6,23): run-time error CSS1039: Token not allowed after unary operator: '-body-font'
(31,17): run-time error CSS1039: Token not allowed after unary operator: '-bg-primary-color'
(42,21): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(47,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(60,21): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(86,25): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(148,17): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(149,22): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(161,17): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(234,22): run-time error CSS1039: Token not allowed after unary operator: '-danger-color'
(235,24): run-time error CSS1039: Token not allowed after unary operator: '-danger-color'
(240,17): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(246,28): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(266,22): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(322,28): run-time error CSS1039: Token not allowed after unary operator: '-bg-primary-color'
(377,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(381,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(385,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(391,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(395,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(399,17): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(415,17): run-time error CSS1039: Token not allowed after unary operator: '-select-text-color'
(416,28): run-time error CSS1039: Token not allowed after unary operator: '-select-color'
(417,24): run-time error CSS1039: Token not allowed after unary operator: '-select-border-color'
(421,17): run-time error CSS1039: Token not allowed after unary operator: '-select-highlight-text-color'
(422,28): run-time error CSS1039: Token not allowed after unary operator: '-select-highlight-color'
(423,24): run-time error CSS1039: Token not allowed after unary operator: '-select-highlight-color'
(493,21): run-time error CSS1039: Token not allowed after unary operator: '-accent-color'
(501,21): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(521,22): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
(547,28): run-time error CSS1039: Token not allowed after unary operator: '-color-primary'
 */
/*
    Hop Shop only styles
*/

body {
    font-family: var(--body-font);
}

.body-content {
    padding-bottom: 60px; /* Height of the footer */
}

footer.hop-shop-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px; /* Height of the footer */
}

@media (max-width: 639px) {
    .order-confirmation-header {
        font-size: 1.75rem;
    }
}

/*
    Is this needed in the hop shop?
*/

.edit {
    color: var(--bg-primary-color) !important;
    font-size: 1.2em;
    float: right;
    text-decoration: underline;
    padding-right: 15px;
    display: inline-block;
    background: transparent !important;
    padding-top: 20px;
}

    .edit:hover {
        color: var(--accent-color) !important;
    }

.boxarea ul li span {
    font-family: "Open Sans", sans-serif;
    color: var(--text-color);
}

    .boxarea ul li span:first-child {
        font-family: "Open Sans", sans-serif;
    }

.boxarea {
    border: 1px solid #ddd;
}

    .boxarea h3 {
        font-size: 1.3rem;
        color: var(--text-color);
        line-height: 1.2;
        padding: 15px;
        font-weight: 700;
        margin: 0px;
    }

    .boxarea h4 {
        font-size: 19px;
        flex: 2;
        color: #28292e;
        padding: 15px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        margin: 0px;
        text-transform: capitalize;
    }

    .boxarea ul li {
        padding: 5px 15px;
        display: flex;
    }

        .boxarea ul li span {
            flex: 1;
            font-weight: 400;
            color: var(--text-color);
            font-size: 17px;
        }

            .boxarea ul li span:first-child {
                font-weight: 700;
            }

            .boxarea ul li span:last-child {
                text-align: right;
            }

        .boxarea ul li:nth-child(odd) {
            background: #f7f7f7;
        }

.boxarea-full-width {
    margin-left: -15px;
    margin-right: -15px;
}

@media(max-width:700px) {
    .boxarea-full-width {
        margin-left: -9px;
        margin-right: -9px;
    }
}

div.confirm-popover > button.milenia-btn {
    font-size: 0.5rem !important;
    line-height: .2rem !important;
}

.head-searchpage {
    text-align: center;
    width: 100%;
}

.hotel-rating {
    display: none;
    margin-top: 0px;
}

.shop-services .form-control {
    max-width: 400px;
}

.shop-closed-message {
    height: 300px;
}

.widthSelectionButton {
    width: 100px;
    text-align: center;
}

.your-order > h4 {
    background: #dddddd;
}

.order-count {
    position: absolute;
    color: var(--color-primary) !important;
    background: var(--accent-color) !important;
    font-size: 14px !important;
    margin-top: -24px;
    border-radius: 10rem;
    font-weight: 600 !important;
    min-width: 0 !important;
    width: auto !important;
    line-height: normal !important;
    padding: 4px !important;
}

.product-categories a {
    color: var(--color-primary) !important;
}

.product-selection .new-padarea {
    padding-top: 0;
}

.product-categories ul li {
    cursor: pointer;
}

@media only screen and (orientation: portrait) and (min-device-width : 768px) and (max-device-width : 1024px) {
    .product-categories .list-group-item {
        padding: 0.25rem 0.75rem;
        font-size: 12px;
    }
}

#productAccordion .card-header, #productAccordion .card-body {
    background-color: #fff;
}

    #productAccordion .card-header .card-title {
        margin-bottom: 0;
        font-size: 1.2rem;
    }

    #productAccordion .card-header:hover {
        cursor: pointer;
    }

.product-list .dip-bluesec {
    color: white;
    border: solid 1px white;
    padding: 10px;
}

.product-list .availability {
    border: solid 1px #c0c0c0;
}

    .product-list .availability h5 {
        font-size: 14px;
    }

.product-categories .availability {
    color: #fff !important;
}

.shop-product-image {
    border-radius: 5%;
    box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.25);
    width: 70px;
    height: 70px;
}

.shop-product-no-image {
    width: 70px;
    height: 70px;
}

.hopshop-modal h4 {
    margin-bottom: 0;
}

/*
    Hop Shop buttons and link
*/
.btn-continue {
    width: 120px;
}

.milenia-btn.btn-clear {
    background: var(--danger-color) !important;
    border-color: var(--danger-color) !important;
    color: #fff;
}

a.link {
    color: var(--accent-color);
    text-decoration: none;
    font-size: 12px;
}

.order-totals {
    background-color: var(--color-primary);
    color: #FFF;
    padding: 10px;
}

    .order-totals div.tax-info {
        font-size: 11px;
    }

.btn-showbasket {
}


/*
    Hop Shop
*/
.hop-shop-footer {
    width: 100%;
    /*height: 60px;*/ /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background: var(--color-primary);
    color: white;
    font-size: 0.875rem;
    line-height: 1.6625rem;
    z-index: -1;
}

    .hop-shop-footer > .container {
        padding-top: 0.9375rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }

.hotel-guest-question-header {
    display: inline;
    line-height: 1.9;
}

/*Phones*/
@media (max-width: 575.98px) {
    .row {
        border: 0px;
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
    }

    h4.shop-header.hotel-guest-question-header {
        line-height: 2.0;
        font-size: 18px;
    }
}
/*
    iPad
*/
@media only screen and (orientation: portrait) and (min-device-width : 768px) and (max-device-width : 1024px) {
    input[type="search"] {
        width: 100%;
        padding-right: 0.25rem;
        padding-left: 0.25rem;
        font-size: 12px;
    }
}

/*
   Hop Shop Table selector
*/
ul.table-list {
}

.table-list li:hover {
    cursor: pointer;
}

.selected-table {
    font-weight: bold;
    background-color: var(--bg-primary-color) !important;
    color: #fff !important;
}

    .selected-table span:first-child {
        color: #fff !important;
        font-weight: bold;
        padding: 0px;
    }

ul.table-list li.list-group-item {
    display: inline-flex;
    justify-content: space-between;
}

li.list-group-item span {
    line-height: 2.0rem;
}

h4.shop-header {
    font-size: 19px;
    flex: 2;
    color: #28292e;
    padding: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    text-transform: capitalize;
}

/*
    Gratuity
*/
input.gratuity-input {
    font-size: 14px;
    margin-bottom: 15px;
    height: 30px;
    padding: 3px 6px;
}

.gratuity-selection {
}

    .gratuity-selection label.form-check-label {
        font-size: 13px;
    }

    .gratuity-selection input.form-check-input {
        width: 12px;
        height: 12px;
    }
/*
    Hop Shop product menu
*/
#filteredProducts {
    color: var(--text-color);
}

.product-name {
    color: var(--text-color);
}

.product-description {
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
}

.product-price {
    color: var(--text-color);
}

.product-price-suffix {
    color: var(--text-color);
}

.product-order-count {
    color: var(--text-color);
}

.product-out-of-stock {
    color: red;
    font-weight: bold;
}

.product-no-stock-available {
    color: orange;
    font-weight: bold;
}
/*
    Hop Shop product categories
*/
div.product-categories .list-group-item.active {
    color: var(--select-text-color) !important;
    background-color: var(--select-color) !important;
    border-color: var(--select-border-color) !important;
}

div.product-categories .list-group-item:hover {
    color: var(--select-highlight-text-color) !important;
    background-color: var(--select-highlight-color) !important;
    border-color: var(--select-highlight-color) !important;
}

@media (max-width: 767.98px) {
    div.product-categories {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        /* To make it stick to the top. */
        /*
        top: 0px;
        position: sticky;
        z-index: 3;
        background-color: #fff;
            */
    }

    .list-group-horizontal-mobile {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .list-group-horizontal-mobile .list-group-item:first-child {
            border-bottom-left-radius: 0.25rem;
            border-top-right-radius: 0;
        }

        .list-group-horizontal-mobile .list-group-item:last-child {
            border-top-right-radius: 0.25rem;
            border-bottom-left-radius: 0;
        }

        .list-group-horizontal-mobile .list-group-item.active {
            margin-top: 0;
        }

        .list-group-horizontal-mobile .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0;
        }

            .list-group-horizontal-mobile .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px;
            }
}

/*
    Shop control bars at the bottom of the screen.
*/
.shop-control-bar {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999;
    height: 126px;
    background: #eeeeee;
    color: #666666;
}

    .shop-control-bar .milenia-btn {
        padding: 20px;
        font-size: 16px;
    }

    .shop-control-bar .form-control {
        background: #eeeeee !important;
    }

    .shop-control-bar h2 {
        color: var(--accent-color);

        margin-bottom: 15px;
        display: block;
    }

    .shop-control-bar h3 {
        display: block !important;
        color: var(--text-color);
        font-size: 18px;
    }

    .shop-control-bar .milenia-booking-form--style-1 [class*="form-col"] {
        border: none;
    }

/*
    iPad
*/
@media only screen and (orientation: portrait) and (min-device-width : 768px) and (max-device-width : 1024px) {
    .shop-control-bar h2 {
        font-size: 14px;
    }
}

.shop-control-bar-mobile {
    bottom: 0;
    position: sticky;
    background: var(--color-primary);
}

    .shop-control-bar-mobile .milenia-btn {
        padding: 20px !important;
        font-size: 16px !important;
    }

    .shop-control-bar-mobile .btn-showbasket {
        width: 100%;
        font-size: 16px;
    }

        .shop-control-bar-mobile .btn-showbasket .badge {
            font-size: 16px;
        }

    .shop-control-bar-mobile .btn-continue {
        width: 50%;
    }

    .shop-control-bar-mobile .btn-clear {
        width: 50%;
    }

.shop-basket-modal .modal-header {
    background-color: var(--color-primary);
    color: #FFF;
    font-size: 16px;
}

.shop-basket-modal .modal-body {
    padding-left: 0px;
    padding-right: 0px;
}

.shop-basket-modal .order-lines-table .add-product-icon {
    font-size: 1.5em;
}

.shop-basket-modal .order-lines-table .remove-product-icon {
    font-size: 1.5em;
}

.shop-basket-modal .modal-header .badge {
    font-size: 16px;
}

.back-to-top {
    position: sticky;
    bottom: 12px;
    background: #f5f5f5;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.btn-search-reservations {
    width: 100%;
    margin-top: 20px;
}

.reservation-search-result-room-type {
    font-size: 14px;
    font-weight: 400;
}
