/*news module*/
.section-news .n-meta {
    border-color: #a8814c;
}

.section-news .n-meta .date-d, .section-news .n-meta .date-m {
    color: #a8814c;
}

.section-news .n-thumb a:after {
    background: rgba(0, 0, 0, 0.6);
}

.section-news .n-item:hover .n-thumb a:after {
    color: #fff;
}

.n-author, .n-author a {
    color: #aaa;
}

.box_news_details .news_content, .box_news_details .news_content p, .box_news_details .news_content span {
    color: #fff;
}

.box_news_details > h3 {
    color: #333;
}

.box_news_details blockquote {
    background-color: #f6f6f6;
    border-left-color: #464646;
    color: #666;
}

.news_comment_v1 h3.leave_comment_v1,
.box_comment_new_v1 h3.leave_comment_v1,
.search_area_bar h3.leave_comment_v1,
.recent_area_bar h3.leave_comment_v1,
.category_news_v1 h3.leave_comment_v1,
.tag_news_v1 h3.leave_comment_v1 {
    border-bottom-color: #ddd;
}

.news_comment_v1 h3.leave_comment_v1::before,
.box_comment_new_v1 h3.leave_comment_v1::before,
.search_area_bar h3.leave_comment_v1::before,
.recent_area_bar h3.leave_comment_v1::before,
.category_news_v1 h3.leave_comment_v1::before,
.tag_news_v1 h3.leave_comment_v1::before {
    background: #a8814c none repeat scroll 0 0;
}

.news_top_comment .msg_avatar_v1 a {
    color: #252525;
}

.news_details_title_v1 .first_title_v1 span {
    color: #666;
}

.box_comment_new_v1 .leave_form input, .box_comment_new_v1 .text_leave textarea {
    background: transparent none repeat scroll 0 0;
    border-color: #c1c1c1;
    color: #666;
}

.box_comment_new_v1 .text_leave button.submit {
    background-color: #a8814c;
    border-color: #a8814c;
    color: #fff;
}

.search_area_bar input[type="text"] {
    background-color: #fff;
    border-color: #d3d3d3;
    color: #666;
}

.search_area_bar button.submit {
    background-color: #a8814c;
    border-color: #a8814c;
    color: #fff;
}

.category_news_v1 ul li a {
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

.category_news_v1 ul li:hover a {
    color: #a8814c
}

.tag_news_v1 ul li a {
    background-color: #e6e6e6;
    color: #252525;
}

.tag_news_v1 ul li:hover a {
    background-color: #a8814c;
    color: #fff;
}

.section-news .nearby {
    border-color: #DEDEDE;
}

@media (min-width: 992px) {
    .news_sidebar_left {
        border-left-color: #eee;
    }
}

/*freeze footer*/
.freeze-footer a {
    color: #fff;
}

.freeze-footer a.btn_make_appointment {
    background-color: #a8814c;
    border-color: #a8814c;
}

.freeze-footer a.btn_call_now {
    background-color: #a8814c;
    border-color: #a8814c;
}

.freeze-footer a:hover {
    border-color: #fff;
    color: #ffffff;
}

#back-top {
    bottom: 15px;
    right: 15px;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    #back-top {
        bottom: 75px;
    }

    .footer {
        padding-bottom: 75px;
    }
}

/*freeze header*/
.freeze-header.with-bg {
    background-color: #ef577a;
}

/* Social fanpage */
.social-fanpage {
    text-align: center;
}

.social-fanpage aside {
    display: inline-block;
    margin: auto;
}

.social img {
    max-width: 30px;
    background: #fff;
}

/* Gallery */
.m-category-tab li {
    color: #a1864f;
    background-color: #fff;
    border-color: #a1864f;
}

.m-category-tab li.active, .m-category-tab li:hover {
    background-color: #a1864f;
    color: #fff;
}

.m-gallery-box {
    background-color: #fff;
}

.m-image-title, .m-gallery-box .m-image-title {
    color: #FFF;
    background: rgba(3, 3, 3, 0.3);
}

@media (max-width: 475px) {
    .m-category-tab li {
        width: 100%;
    }
}

/* Paging */
.pagination > li > a.hover-main-color,
.pagination > li > span.hover-main-color {
    color: #000;
    margin-left: 1px;
}

.pagination > li.active > a.hover-main-color,
.pagination > li.active > span.hover-main-color,
.pagination > li > a:hover.hover-main-color,
.pagination > li > span:hover.hover-main-color {
    background-color: #000;
    color: #fff;
    border: 1px solid #ccc;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* Coupon */
.m-coupon-price {
    background: rgba(207, 0, 15, 0.9);
    color: #fff;
}

/*Booking*/
.form-booking .btn-search, .form-booking .btn-search:hover, .form-booking .btn-search:focus,
.form-booking-confirm .btn-confirm, .form-booking-confirm .btn-confirm:hover, .form-booking-confirm .btn-confirm:focus {
    background-color: #a8814c;
    color: #fff;
}

/* Testimonial */
.testimonial-wrap {
    background-image: url(../../../../../public/library/global/nail-images/bg-nail.jpg);
    background-size: cover;
    background-position: right center;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.testimonial-wrap:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

.testimonial-img-inner {
    width: 240px;
}

.testimonial-content-inner, .testimonial-img-inner {
    position: relative;
    z-index: 1;
    margin: auto;
}

.testimonial-content-inner {
    padding: 15px 30px;
}

.testimonial-content-icon {
    position: absolute;
    top: -25px;
    left: 0;
    font-size: 30px;
    opacity: 0.3;
    line-height: 80px;
    color: #707070;
}

.testimonial-content-name, .testimonial-content-country {
    text-align: center;
    margin: 0;
}

.testimonial-content-name {
    font-size: 20px;
    color: #f00;
}

.testimonial-content-country {
    font-size: 15px;
}

.testimonial-img-caption {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 5px;
    background-color: #fff;
}

@media ( min-width: 768px ) {
    .single-testimonial-item {
        display: flex;
    }

    .testimonial-content {
        flex: 1;
    }

    .testimonial-content {
        padding-right: 15px;
    }
}

/* Consent */
.send_consent .btn_consent {
    background-color: #a1864f;
}

/* Cart - Payment */
.mybutton .btn-next {
    background-color: #a8814c;
}

/* Fix theme */
.group-select label {
    float: none;
}

.white-popup {
    overflow: initial;
}

.header {
    z-index: 1022;
}

.header-nav-desktop {
    display: table;
    width: 100%;
}

.header-nav-desktop > div {
    display: table-cell;
    vertical-align: middle;
}

.header-nav-desktop > div.left {
    text-align: right;
}

.header-nav-desktop > div.center {
    text-align: center;
}

.header-nav-desktop > div.right {
    text-align: left;
}

.header-nav-desktop > div.header-nav {
    width: 40%;
}

.header-nav-desktop .site-logo {
    width: 20%;
}

.header-nav-desktop .site-logo a {
    display: inline-block;
}

.header-nav-desktop > div > ul > li > a {
    text-transform: uppercase;
}

.list-line {
    display: inline-flex;
    flex-wrap: wrap;
}

.page-heading img {
    object-fit: cover;
    object-position: top center;
}

.section-slider {
    overflow: hidden;
}

.form-inline input {
    color: #333;
}

.footer {
    background-size: cover;
}

.footer a {
    color: #fff;
}

.footer-logo img {
    max-width: 240px;
    max-height: 70px;
}

.footer-openhours {
    padding-top: 25px;
}

.footer-openhours p {
    color: #e6e7e1;
    font-size: 1em;
    margin: 0 0 5px;
    padding-top: 10px;
    font-weight: 300;
}

.services-listall {
    display: block;
}

.service-line {
    padding-bottom: 15px;
}

.service-image {
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    max-width: 480px;
    display: block;
}

.service-image.circle {
    border-radius: 50%;
    overflow: hidden;
}

.service-image-bg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.service-image-bg img {
    display: none !important;
}

h2.service-name {
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cdcdcd;
    padding-right: 15px;
    font-weight: 700;
}

.detail-price-name {
    font-size: 18px;
}

.detail-price-number span {
    padding: 3px;
}

.detail-price-number .old {
    text-decoration: line-through;
    font-size: 80%;
}

.service-desc, .detail-desc-item, .detail-desc-item p {
    margin: 0 0 15px;
    color: #000;
    font-size: 1.1em;
    line-height: 1.6em;
    font-weight: 300;
}

.service-list-sub {
    padding-left: 30px;
}

.item-booking {
    width: initial;
}

a.btn-main, .btn-main {
    margin-bottom: 15px;
}

.menu_mobile_v1 {
    background: #a1864f;
}

.footer-address-inner, .footer-openhours-inner {
    display: inline-block;
    text-align: left;
}

.break-row {
    width: 0;
    height: 0;
    display: block;
    float: left;
}

a.btn:hover, .btn:hover, .btn-main:hover, .btn-link:hover {
    background: #fff;
}

.m-giftcards a.btn-main, .m-giftcards .btn-main {
    margin: 0 auto;
}

.m-giftcards {
    margin-bottom: 30px;
}

/* Responsive */
@media (min-width: 768px) {
    .footer-address br {
        display: none;
    }

    .list-gallery-owl.owl-carousel .owl-nav .owl-prev, .list-gallery-owl.owl-carousel .owl-nav .owl-next,
    .list-testimonial.owl-carousel .owl-nav .owl-prev, .list-testimonial.owl-carousel .owl-nav .owl-next {
        opacity: 0;
    }

    .owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .header-main.nav-desktop > .container {
        width: 100%;
        max-width: 1366px;
    }
}

@media (max-width: 575px) {
    h3 {
        font-size: 1.5em;
        line-height: 1.1em;
    }
}

@media (max-width: 991px) {
    .header, .menu_mobile_v1 {
        position: relative;
        padding: 0;
    }

    .footer .social {
        justify-content: center;
    }

    .footer .footer-newsletter, .footer .footer-openhours {
        text-align: center;
    }
}

/* Slider */
.sp-text-container {
    display: flex;
    align-items: center;
    text-align: center;
}

.sp-text-inner {
    flex: 1;
}

.sp-text {
    color: #333;
    text-shadow: 1px 0 0 #f5f5f5, -1px 0 0 #f5f5f5, 0 1px 0 #f5f5f5, 0 -1px 0 #f5f5f5;
}

/* Back to top */
@media (max-width: 767px) {
    #back-top {
        bottom: 75px;
    }
}

/* News */
.section-news .nearby h3 {
    font-size: 15px;
}

/* Popup */
.white-popup {
    margin: 30px auto;
    padding: 7px;
    max-width: calc(100vw - 60px);
}

.white-popup-slider, .white-popup-image {
    padding: 0;
    background-color: transparent;
}

@media (min-width: 768px) {
    .white-popup {
        max-width: 768px;
    }
}

/* Booking */
.policy-booking-phone {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
}

/*BEG: css for Gallery-Html*/
.list-gallery-owl.owl-carousel.owl-drag .owl-item {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.list-gallery-owl.owl-carousel.owl-drag .owl-item .item {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.list-gallery-owl.owl-carousel.owl-drag .owl-item .item .m-gallery-box {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.list-gallery-owl.owl-carousel.owl-drag .owl-item .item .m-gallery-box .m-image-bg {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     aspect-ratio: 1 / 1;
     object-fit: cover;
 }

.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 5px;
}

.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .m-gallery-box {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 5px;
}

.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .m-gallery-box .m-image-bg {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .gallery-item {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .gallery-item .m-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .gallery-item .m-image-bg img {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.youtube-wrapper iframe, .m-gallery-box iframe {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.youtube-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.youtube-wrapper .youtube-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.ytp-cued-thumbnail-overlay-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/*END: css for Gallery-Html*/