.language {
    margin: 3px 0;
    position: relative;
}

.language .btn-group .btn {
    padding: .8rem 1rem;
    border: none;
    border-radius: 0;
    color: #000;
    text-align: left;
}

.language .btn-group .btn:hover {
    color: #000;
}

.language .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 0;
    top: 22px;
}

.navbar .navbar-nav #book_button.nav-link:hover {
    color: var(--shop-color-main);
    background: #fff;
}

.item .category-item {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.item .category-item::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(34, 51, 40, .4);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    pointer-events: none;
    z-index: 1;
}

.item .category-item img {
    min-height: 400px;
    object-fit: cover;
}

.category-custom .overlay {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    bottom: 0;
    height: 135px;
    z-index: 2;
}

.overlay strong {
    padding-top: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    display: block;
}

.overlay hr {
    background: #fff;
    height: 1px;
    border: 0;
    width: 60px;
    margin: 8px auto 8px;
    clear: both;
    color: #3d3c3c;
    float: none;
}

.overlay p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    text-align: center !important;
    margin: 0 10px 0 10px;
}

.overlay .btn {
    width: auto;
    position: absolute;
    font-size: 14px;
    font-style: italic;
    padding: 10px 10px;
    left: 50%;
    margin-left: -50px;
    bottom: 20px;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 10px 28px;
    line-height: normal;
    border: 1px solid #ffffff;
    border-radius: .25rem;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    -webkit-transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 1;
    color: var(--text_color);
    overflow: hidden;
}

.btn::before {
    position: absolute;
    content: '';
    display: block;
    left: -2px;
    top: 0;
    right: -2px;
    bottom: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn:hover::before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.btn:hover {
    color: #fff;
}

.heading {
    display: block;
    text-align: left !important;
    position: relative;
}

.product-booking .heading {
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 1.2;
    text-align: center !important;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}

.product-booking .heading span {
    background: var(--shop-color-main);
    border-radius: 10px;
    display: inline-block;
}

.product-booking .heading span {
    padding: 0 20px;
}

.about img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.about .animate-box:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.product-booking {
    padding-top: 30px
}

.services-links ul {
    margin: 0;
}

.sociallinks-style-one {
    margin: 0;
    margin-top: 20px;
}

.breadcrumb {
    background-color: transparent;
    color: #fff;
}

.breadcrumb li {
    margin-right: 5px;
}


/* table */

.v-base-content table,
.v-base-content .table,
.v-base-content .table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.v-base-content table,
.v-base-content .table-all {
    border: 1px solid #ccc
}

.v-base-content table tr,
.v-base-content .table-bordered tr,
.v-base-content .table-all tr {
    border-bottom: 1px solid #ddd
}

.v-base-content .table-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.v-base-content .table-all tr:nth-child(odd) {
    background-color: #fff
}

.v-base-content .table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.v-base-content .hoverable tbody tr:hover {
    background-color: #ccc
}

.v-base-content .table-centered tr th,
.v-base-content .table-centered tr td {
    text-align: center
}

.v-base-content table td,
.v-base-content table th,
.v-base-content .table td,
.v-base-content .table th,
.v-base-content .table-all td,
.v-base-content .table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border: 1px solid #E1E1E1;
}

.v-base-content table td:first-child,
.v-base-content table th:first-child,
.v-base-content .table th:first-child,
.v-base-content .table td:first-child,
.v-base-content .table-all th:first-child,
.v-base-content .table-all td:first-child {
    padding-left: 16px
}

.v-base-content .table-responsive {
    display: block;
    overflow-x: auto
}


/* list item */

.v-base ul,
.v-base ol {
    padding: 0;
    margin: 0;
}

.v-base ol {
    list-style: decimal;
}

.v-base ul,
.v-base li {
    list-style: inherit;
    list-style-position: inside;
}

.v-base ul li,
.v-base ol li {
    padding: 0 15px;
    display: list-item;
    text-align: -webkit-match-parent;
}

.news .heading-title {
    color: #fff
}

.pagination {
    padding: 0;
    margin: 30px 0;
    text-align: center;
    display: block;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    color: #666;
    font-weight: 400;
    border: 1px solid rgba(102, 102, 102, 0.1);
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    border-radius: 100%;
}

.pagination li.active span {
    background-color: transparent;
    border: 1px solid var(--shop-color-main);
    color: var(--shop-color-main);
}

.pagination li a i {
    font-size: 11px;
}

.pagination li a:hover {
    opacity: 1;
    text-decoration: none;
    background: transparent;
    border: 1px solid var(--shop-color-main);
    color: var(--shop-color-main);
}

.breadcrumb-menu .breadcrumb {
    color: #000;
}

.sorter ul {
    list-style: none;
    display: flex;
    gap: 10px;
}

.tab-collection-grid a.active,
.tab-collection-list a.active {
    background-color: var(--shop-color-main);
}

.tab-collection-list a,
.tab-collection-grid a {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #252525;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
}

.tab-collection-list a {
    line-height: 40px;
}

.rooms1 .product-list .item img {
    height: 460px;
    width: 100%;
    object-fit: cover;
}


/* form booking */

#book_button {
    background: var(--shop-color-main);
}

#book_panel.open {
    right: 0;
}

#book_panel {
    background-color: var(--shop-color-main);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    width: 370px;
    position: fixed;
    right: -370px;
    top: 0;
    -moz-transition: right ease .4s;
    -webkit-transition: right ease .4s;
    transition: right ease .4s;
    bottom: 0;
    height: 100%;
    z-index: 999999999;
}

#book_panel .form-booking span {
    color: #fff;
    text-align: left;
    display: block;
}

.form-booking button:hover {
    border: 1px solid #fff;
    color: #fff;
}

div.book_overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 15%);
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    float: left;
    height: 100%;
    z-index: 99999999;
    bottom: 0;
}

.form-booking .book_close {
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 40px;
    position: absolute;
    top: 40px;
    font-size: 20px;
    color: #fff !important;
    right: 0;
    left: 0;
    background: var(--shop-color-main);
    line-height: 40px;
}

.open .book_close {
    left: -35px;
}

.form-booking .heading-title {
    color: #fff;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}

#book_panel .form-booking span {
    color: #fff;
    text-align: left;
    display: block;
}


/* popup booking */

#quick-view-product {
    bottom: 0;
    left: 0;
    overflow-x: auto;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0 !important;
}

.modal-dialog {
    max-width: 1030px;
}

.modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0.5rem;
    position: relative;
    background-color: #f8f5f0;
    background-clip: padding-box;
    outline: 0;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    width: 32px;
    height: 32px;
    opacity: 1;
    right: 0;
    opacity: .5;
    filter: alpha(opacity=50);
}

#register_popup {
    background: #f8f5f0;
    padding: 20px 0;
}

#register_form_product {
    padding: 0 15px;
}

#register_popup .wrap_img {
    border-radius: 20px;
    margin-bottom: 20px;
}

.wp-post-image,
.post-content img,
.gallery-slider img {
    will-change: opacity;
    transition: opacity 0.3s ease-in;
}

.quickview-info {
    padding-bottom: 10px;
}

#register_popup .price {
    color: #f73923;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

#register_popup .wrap_heading {
    border-top: 2px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
    position: relative;
}

#quick-view-product form {
    width: 100%;
}

#register_form input {
    height: 30px;
    width: 100%;
    color: #555;
    padding: 8px 10px;
}

#register_form_product button.btn {
    display: block;
    padding: 0;
    border: none;
    margin: 0;
    margin-top: 0px;
    width: 100%;
    background: var(--shop-color-main);
    color: var(--shop-color-main);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    text-decoration: none;
    line-height: 50px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-out;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#register_form_product button.btn:hover {
    background: #222;
    color: #fff;
}

#register_form_product .heading-title,
.language {
    display: none;
}

ul li .language {
    display: block;
}


/* End */


/* comment */

.article-main #tab-comment,
.room-info .room-reviews {
    position: relative;
    background: #f8f5f0;
    padding: 25px;
}

.article-main #tab-comment textarea,
.room-info .room-reviews textarea {
    height: auto;
    max-height: initial;
}

.article-main #tab-comment #button-comment,
.room-info .room-reviews #button-review {
    padding: 10px 20px;
    line-height: 1;
}

button:disabled,
button[disabled] {
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
    cursor: no-drop;
}

.room-reviews #form-review .bpr-summary h3 {
    margin: 0;
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 10px;
}

.room-reviews h2 {
    border-bottom: 1px dashed #DDDDDD;
    margin: 0;
    padding: 10px 0;
}

#review .media {
    border-bottom: 1px dashed #DDDDDD;
    padding: 20px 0;
    margin: 0;
}

#review .media>.pull-left,
.box-reply .list-reply .pull-left {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--shop-color-main);
    font-weight: bold;
    text-transform: uppercase;
}

.reviewer-name {
    font-weight: bold;
}

.footer-actions .y-label {
    padding: 5px 10px;
    background: transparent;
    cursor: pointer;
}

.review-vote {
    cursor: pointer;
}

.footer-actions .y-label:hover {
    cursor: pointer;
    background: #fff;
    color: var(--shop-color-main);
    padding: 5px 10px;
}

.box-reply .list-reply .pull-left {
    background: var(--shop-color-main);
    color: #fff;
}

#review .media img {
    max-width: 100px;
}

#review .media h4 {
    margin: 0 0 10px;
}

#review .media h4 span {
    font-size: 14px;
    float: right;
    color: #999999;
}

#review .media p {
    margin-bottom: 15px;
    text-align: justify;
}

#review .media-detail {
    margin: 0;
}

#review .media-detail li {
    color: #000;
    font-size: 12px;
    padding-right: 10px;
    font-weight: 600;
    display: inline-block;
}

#review .media-detail a:hover {
    text-decoration: underline;
}

#review .media-detail li:last-child {
    padding-right: 0;
}

#review .media-detail li i {
    color: #666666;
    font-size: 15px;
    margin-right: 10px;
}

#review .media-detail li .yotpo-icon i {
    margin-right: 3px;
}

#review .media-detail li i #form-review .bpr-summary h3 {
    margin: 0;
    border-bottom: 1px dashed #DDDDDD;
    padding-bottom: 10px;
}

.box-reply .review-item {
    border-bottom: 1px dashed #DDDDDD;
    padding: 10px 0;
}

.room-reviews .form-group {
    margin-bottom: 0;
}

.product-price {
    color: var(--shop-color-main);
    font-size: 24px;
    font-weight: bold;
}

.box-reply {
    background: #fff;
    padding: 10px;
}

.reply-target {
    background: #fff;
}

.reply-target .subject {
    font-weight: bold;
    padding: 0 10px;
}

.reply-target .text {
    padding: 0 10px;
}

.modal {
    z-index: 9999999;
}


/* End */

.product_row .position-re a,
.rooms2 figure a,
#register_popup .wrap_img a,
.blog-area .position-re a {
    display: block;
}

.product_row .con h6 span,
.products-view .con h6 span {
    display: block;
}

.rooms2 .caption h3 del {
    font-size: 15px;
}

@media (min-width: 481px) {}

@media (min-width: 561px) {}

@media (min-width: 768px) {
    .uk-grid {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #register_popup .wrap_heading {
        padding-top: 30px;
        margin-top: 30px;
    }
    #register_form textarea {
        display: block;
        width: 100%;
        font-size: 15px;
        color: #222;
        padding: 20px 15px 20px 20px;
        background: #fff;
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    #register_form textarea {
        padding: 5px 15px 20px 20px;
    }
}

@media (min-width: 992px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {
    #register_popup .wrap_img {
        max-height: 240px;
    }
    #register_popup .wrap_img img {
        min-height: 240px;
        height: 240px;
        max-width: 100%;
        object-fit: cover;
        width: 100%;
    }
}


/*==========================================*/

@media (max-width: 1199px) {}

@media (max-width: 991px) {
    .product-booking .heading {
        font-size: 34px;
        margin-bottom: 10px;
    }
    iframe {
        height: auto;
    }
    .rooms1 .product-list .item img {
        height: 430px;
    }
    .language .btn-group .btn::before {
        background-color: transparent;
    }
    .language .dropdown-menu.show {
        top: 100%;
    }
    .language {
        display: block;
    }
    #register_popup .img-product .wp-post-image {
        height: 350px;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    #book_panel {
        width: 310px;
    }
    .product-booking .heading {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .product-booking .heading span,
    .booking_news .heading span {
        width: 100%;
        height: auto;
    }
    .rooms1 .product-list .item img {
        height: 215px;
    }
    #register_popup .img-product .wp-post-image {
        height: 215px;
        object-fit: cover;
        width: 100%;
    }
}

@media (max-width: 560px) {}

@media (max-width: 480px) {
    #register_popup .img-product .wp-post-image {
        height: 215px;
        object-fit: cover;
        width: 100%;
    }
}

@media (max-width: 360px) {}


/*==========================================*/

@media (max-width: 1199px) and (min-width: 992px) {}

@media (max-width: 1199px) and (min-width: 768px) {}

@media (max-width: 991px) and (min-width: 768px) {}