@font-face {
    font-family: 'PTSans';
    src: url(../../themes/fnail04i/assets/fonts/ptsan/PTSans-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PTSans';
    src: url(../../themes/fnail04i/assets/fonts/ptsan/PTSans-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'JosefinSlab';
    src: url(../../themes/fnail04i/assets/fonts/fin/JosefinSlab-Light.ttf);
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'JosefinSlab';
    src: url(../../themes/fnail04i/assets/fonts/fin/JosefinSlab-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'JosefinSlab';
    src: url(../../themes/fnail04i/assets/fonts/fin/JosefinSlab-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/*===================================================================================*/
/*  STYLE
/*===================================================================================*/
.btn, .btn-main, .btn-short,
.header-main.sticky,
.header-page .header-main,
.menu_mobile_v1 {
    background: #a79b94;
}
.section-about .section-content {
    border-bottom: 3px solid #a79b94; ;
}
.btn,
.btn-main {
    box-shadow: 0 3px 0 #867c76;
}

.contact-hours,
.page-heading,
.footer-main {
    background:#31251c;
}
.section-count .item {
     background-color: #51433a;
}
.footer-main h3 {
    color: #c4beb8;
}
.breadcrumbs li a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a,
.navbar-nav>li:hover>a 
{
    color: #e2cec1;
}



/*===================================================================================*/
/*  END-STYLE
/*===================================================================================*/

body {
    margin: 0 auto;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    color: #31251c;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'PTSans',cursive;
}

a {
    color: #000000;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #f85c5c;
    text-decoration: none;
}

a.btn, .btn,
a.btn-main, .btn-main,
a.btn-short, .btn-short  {
    border-radius: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 30px;
    transition: all 0.3s ease;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    position: relative;
    border: 0;
}
.btn-short:before  {
    position: relative;
    left: -10px;
    content: "\f04b";
    color: #fff;
    font-size: 12px;
    font-family: "FontAwesome";
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 1.2;
    padding-right: 10px;
}


.btn-link {
    border: 0;
    border-radius: 25px;
    height: 33px;
    line-height: 33px;
    font-size: 11px;
    padding: 0 20px;
    transition: all 0.3s ease;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}



a.btn:hover,
.btn:hover,
.btn-main:hover,
.btn-link:hover{
   opacity: 0.7;
}
p {
    margin:0 0 15px;
    line-height: 1.8;
}

h2, h3,h4, h5 {
    color: #333;
    margin: 0 0 20px;
}
h2 {
    font-size: 2.625em;
    line-height: 1.2;
}
h3 {
    font-size: 2em;
    line-height: 1.3em;
}
h4 {
    font-size: 1.5em;
    line-height: 1.4em;
}
h5 {
    font-size: 15px;
    line-height: 1.5em;
}

.form-control {
    padding: 0px 20px;
    height: 47px;
    width: 100%;
    font-size: 13px;
    margin: 0px 0;
    border: 1px solid #e4e0e0;
    color: #444;
    outline: none;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0px;
}



.animated-arrow { display: none; }
.animated-arrow span, 
.animated-arrow span:before, 
.animated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 25px;
    background: #56b367;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out;
}
.animated-arrow span:before {top: -7px;}
.animated-arrow span:after {bottom: -7px;}

.navopener .animated-arrow span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0px;
}
.navopener .animated-arrow span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.navopener .animated-arrow span {background-color: transparent;}
.navopener .animated-arrow span:before {top: 0;}
.navopener .animated-arrow span:after {bottom: 0px;}


/*//////////////////// NAVIGATION BAR ////////////////////*/
.mean-container .mean-nav ul li a { 
    padding:14px 5%; 
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
    color: #504e50;
    font-size: 12px;
}

.mean-container .btn-main{
    border-radius: 0;
    display: block;
    font-size: 11px;
    text-align: center;
}

.navbar {
    min-height:32px;
    margin: 0px;
    border: 0;
    border-radius: 0;
    padding: 0px;
}
.navbar .navbar-collapse {padding:0px;}
.navbar .navbar-nav {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.navbar-nav>li { padding: 0 15px; }
.navbar-nav>li>a {
    line-height: 40px;
    font-style: normal;
    color: #fff;
    font-size: 12px;
    padding: 0;
    position: relative;
    font-weight: 700;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a,
.navbar-nav>li:hover>a{
    background: none;
}
.navbar-nav>li.active:hover>a,
.navbar-nav>li:hover>a.active {
    color: #000;
}

.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
}
.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0px;
    background: #fff;
    color: #252525;
    padding:20px 0;
}

.dropdown-menu>li>a {
    padding:5px 25px;
    color: #666;
    letter-spacing: 1.4px;
    font-weight: 400;
    font-size: 14px;
}
.dropdown-menu>li>a:hover {
    transition: all 0.15s ease;
    background:rgba(212, 210, 210, 0.3);
    color: #000;
}

.nav-shop >li>a { font-size: 14px; padding: 0 10px; }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background: none; }

.header-search {
    position: relative;
    height: 30px;
    width: 30px;
}
.header-search input:focus{
    outline: none;
}
.header-search .s-i { 
    transition: width 0.6s ease;
    width: 0;
    background: #eee;
    color: #666;
    font-weight: 400;
    border: 0;

}
.s-f {
    position: absolute;
    top: 0; 
    right: 0;
    display: flex;
    border-radius: 25px;
    padding: 3px 10px;
}
.search-exp .s-f {
    background: #eee;
}
.search-exp .header-search .s-i { width: 150px; padding: 0 10px;}


/*===================================================================================*/
/*  MAIN
/*===================================================================================*/
.dflex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox
}
.dflex-sb {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
}

.imgrps {
    max-width: 100%;
    height: auto;
}
.art-main {
    position: relative;
    padding: 0;
}
.header { position: relative; }


.head-nav-right { align-items: center;  }
.head-nav-right .btn-main { 
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    border-radius: 25px;
    padding: 0px 30px;
    margin-left: 50px;

}
.header-page .header-main {
    position: relative;
}
.header-main { 
    padding: 30px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.5s ease-out;
}
.header-main.sticky {
    padding: 10px 0;
}
.header-nav{position: relative;}
.header-main .navbar-right {
    position: absolute;
    right: 0;
    top: 20px;
    height: 80px;
}
.pmain { margin: 0; padding-left: 0px;}
.mTitle {
    color: #252525;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    margin: 0 0 10px;
}

.in-container {
    padding: 50px 0;
}
.in-content p {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}



.page-heading {
    padding: 40px 0;
}
.page-heading h2 {
    font-family: 'JosefinSlab';
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 30px;
}
.m-heading { 
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 5px;
    color: #31251c;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'JosefinSlab';
    border: 3px solid #31251c;
    display: inline-block;
    padding: 5px 10px 0;
}
.breadcrumbs {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    font-size: 12px; 
}
.breadcrumbs li { font-weight: 700; text-transform: uppercase; margin-right: 5px; color: #bfbfbf; }
.breadcrumbs li:after{ content: '/';  padding-left: 5px; }
.breadcrumbs li:last-child:after { display: none; }
.heading-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/*===================================================================================*/
/*  PAGE
/*===================================================================================*/
.section {
    padding: 80px 0px;
    overflow: hidden;
}
.section-slider { overflow: hidden; }
.sp-buttons {
    position: absolute;
    bottom: 13px;
}
.sp-button {
    width: 30px;
    height: 2px;
    border: 0;
    border-radius: 0;
    background: #ccc;
}
.sp-selected-button { background-color: #555; }

.owl-next {right: 0;}
.owl-prev {left: 0;}
.owl-next,
.owl-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: none;
    border: 0;
    font-size: 0;
}
.owl-prev:before,
.owl-next:before  {
    content: "\f054";
    color: #aaa;
    font-size: 18px;
    font-family: "FontAwesome";
    display: block;
}
.owl-prev:before  { transform: rotate(180deg); }

.section-about {
    text-align: center;
    
}
.section-about .section-heading h3 { 
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    letter-spacing: 5px;
    color: #31251c;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'JosefinSlab';
    border: 3px solid #31251c;
    display: inline-block;
    padding: 5px 10px 0;
}
.section-about .section-heading {
    padding: 0px 0 50px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}
.section-about .section-content {
    padding: 50px 0;
    margin-bottom: 80px;
}
.about-blockquote {
    position: relative;
    margin: 15px 0;
    font-size: 16px;
    line-height: 24px;
    padding: 30px 45px;
    background-color: #fafafa;
    border: 1px solid #eeeeee;
    font-style: italic;
}
.about-blockquote h3{
    font-family: 'JosefinSlab';
    font-style: italic;
    font-size: 28px;
    font-weight: 400;
}
.icon-quote-left,
.icon-quote-right {
    font-size: 40px;
    color: #ccc;
}
.icon-quote-left {
    position: absolute;
    top: 15px;
    left: 5px;
}
.icon-quote-right {
    position: absolute;
    bottom: 5px;
    right: 15px;
}
.section-count .list-count {
    display: flex;
    color: #ffffff;

}
.section-count .list-count .item:last-child { border-right: 0; }
.section-count .item {
    width: 33.333333333333%;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 3%;
    text-align: center;
}
.section-count .item .icon {
    margin: 20px;
    
    border:1px solid #ffffff;
    width: 100px;
    height: 100px;
    font-size: 32px;
    line-height: 100px;
    border-radius: 100%;
    display: inline-block;
}
.section-count .item .number {
    line-height: 50px;
    font-weight: 300;
    padding: 0 10px 15px;
}
.section-count .item .number span {
    border-bottom: 1px solid #eee;
    display: inline-block;
    font-size: 46px;
}
.section-count .item h3 {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
}
.scroll-location {
    background: url(../../themes/fnail04i/assets/images/location-row.html);
    background-attachment:scroll;
    background-position:left top;
    background-repeat:repeat;
    height: 100px;
}
.scroll-education {
    /*background: url(/themes/fnail04i/assets/images/education-reel.jpg);*/
    background-attachment:scroll;
    background-position:left top;
    background-repeat:repeat;
    height: 500px;
}

.section-service {

}
.service-table th {
    padding: 18px 12px;
    background-color: #f7f7f7;
    color: #4b4b4b;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.service-table tr {
    border-bottom: 1px dotted #dbdbdb;
}
.service-table td {
    color: #31251c;
    padding: 15px 12px;
    font-size: 13px;
    text-align: center;
}
.list-pn a { transition: all 0.5s ease-out; }
.list-pn a:hover { opacity: 0.5; }

/*===================================================================================*/
/*  SIDEBAR
/*===================================================================================*/
.art-sidebar-box { 
    margin: 0 0 60px;
    border: 1px solid #E2E2E2;
    padding: 5px 20px 20px;
    overflow: visible;
}
.art-sidebar-name { text-align: center; }
.sidebar-social {text-align: left;}
.art-sidebar-content .col-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.4;
}
.art-sidebar-content .col-2 i { font-size: 18px; color: #781414; }
.timeopen .art-sidebar-content .col-2 {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 12px;
}
.art-sidebar-content .col-2 .col-left {
    float: left;
    overflow: hidden;
    font-weight: bold;
}
.art-sidebar-content .col-2 .col-right {padding-left: 50px; }
.timeopen .art-sidebar-content .col-2 .col-right {padding-left: 80px;}
.art-sidebar-box h3 {
    position: relative;
    display: inline;
    top: -20px;
    padding: 0 20px;
    background: white;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 16px;
}

.sidebar-hotphone {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.art-sidebar-box iframe ,
.art-sidebar-content iframe {width: 100%; }
.art-sidebar-box ul { padding: 0; margin: 0; margin-left: 15px; list-style: none; }
.art-sidebar-box li { margin-bottom: 10px; }
.art-sidebar-box li a {color: #777777;font-size: 12px;}

.art-sidebar-box li:before {
    content: '';
    border-top: 2px solid #dfdfdf;
    padding: 4px;
    position: relative;
    top: 14px;
    left: -8px;
}


/*===================================================================================*/
/*  GALLERY
/*===================================================================================*/
.list-gallery { padding: 0px; }
.list-gallery .row { margin: 0 -5px; }
.list-gallery .col-xs-6 { padding: 0 5px; }


.gallery-wrap { display: flex; justify-content: space-between; flex-wrap: wrap; }
.gallery-item { 
    margin-bottom: 10px; 
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;

}
.gallery-item span {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 75%;
    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;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.gallery-item:after {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    position: relative;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s ease-out;
    position: absolute;
    left: 0; top: 0;
    z-index: 0;
}
.gallery-item:hover:after {display: block;}
.gallery-item:hover .gallery-info .project-title {
    top: 35%;
    opacity: 1;
    visibility: visible;
}
.gallery-item .gallery-info { text-align: center; }
.gallery-item .icon {
    z-index: 1;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.gallery-item:hover .icon {
    bottom: 0px;
    color: #000;
    opacity: 1;
    visibility: visible;
}
.gallery-item h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 60%;
    z-index: 1;
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.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;
}

/*===================================================================================*/
/*  BOOKING
/*===================================================================================*/

.item-booking {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.group-select select option {
    color: #515151;
    height: 30px;
    float: left;
    width: 100%;
}
.group-select optgroup {
    font-weight: 700;
    color: #E94E75;
    height: 30px;
    float: left;
    width: 100%;
}
.group-select .fa-calendar {
    position: absolute;
    margin-top: 0px;
    right: 10px;
    top: 42px;
    font-size: 18px;
}
.box_register .btn_submit_login { margin-top: 40px;}
.popup_main_area .border_right {border-right: 1px solid #dedede;}
.box_register .btn_login_social {text-align: center;align-items: center;}

.group-select {
    float: left;
    margin-right: 0;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}
.group-select label {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 24px;
}
.btn-search {
    width: 100%;
    text-transform: uppercase;
    outline: none;
}
.staff-avatar {padding: 0;}
.staff_service_v1 {display: inline-block;}
.staff_service_v1 {margin-top: 15px;overflow: hidden;}
.staff_service_v1 h4 {margin-top: 0; font-weight: 700;}
.time_work_staff_v1 ul {
    margin-top: 20px;
    padding-left: 0;
}
.time_work_staff_v1 ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.time_work_staff_v1 ul li a {
    color: #000;
    padding: 10px;
    background: #ebebeb;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    font-variant-ligatures: common-ligatures;
    display: inline-block;
}
.content-shop-booking,#box_person,
.time_work_staff_v1 {padding-bottom: 30px;}
.white-popup {
    position: relative;
    padding: 0;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    background: #fff;
}
.popup_main_area {
    padding: 15px;
    float: left;
    width: 100%;
    color: #333;
}
.box_account_v1 .modal_form_header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #655353;
    background: #000000;
    color: #fff;
}
.modal_form_header h4 { margin: 0;  color: #fff;}
#send_booking .input-box {margin-bottom: 5px;}


/*===================================================================================*/
/*  CART
/*===================================================================================*/

.table-mobile-collapse{
    display: table;
    border:1px solid gray;
    border-spacing: 0;
    border-collapse: collapse;
}
.thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    display: none;
}
.tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-row{
    border:inherit;
    vertical-align: inherit;
}
.table-head{

    padding: 15px;
    border:inherit;
    vertical-align: inherit;
}
.table-data{
    padding: 15px;
    padding-top: 0;
    vertical-align: inherit;
}

.table-responsive{

}
.cart-wrraper{
    background-color:#ffffff;
    color: #333;
}

.cart-product-image-cell{
    display: flex;
    padding-top: 15px;
    padding-bottom: 0;
}

.table-cart{
    background-color:#fff;
    border:none;
    margin-bottom:0;
}
.table-cart .thead .table-head{
    background-color:#000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.table-cart .tbody .table-data{
    display: block;
    vertical-align: top;
}
.table-cart .tbody .table-row:last-child .table-data{
    border-bottom: none;
}
.table-cart p{
    margin-bottom: 0;
}
.quantity-label{
    display: inline-block;
}
.table-cart .form-control{
    margin-top: 10px;
}
.cart-product-image-cell{
    vertical-align: top;
}
.table-cart .tbody .table-data.quantity-cell,
.table-cart .tbody .table-data.price-cell,.table-cart .tbody .table-data.total-change-cell{
    display: inline-block;
    vertical-align: bottom;
    padding-left: 15px;
}

.table-cart .tbody .table-data.price-cell{
    min-width: 273px;
}
.total-change-cell{
    padding-left: 15px;
}
.total-change-cell>p.total_change:before{
    display: inline-block;
    position: relative;
    content: "Total:";
    font-weight: normal;
    margin-right: 15px;
    color:#000;
}
.cart-product-image{
    width: 72px;
    height: 72px;
    margin-right: 15px;
}
.cart-product-image>img{
    width: 100%;
    height: auto;
}
.cart-product-name{
    margin-top: 0;
    font-weight: bold;
}
.form-control.form-control-sm{
    width: 80px;
    display: inline-block;
}

.total_change{
    color: #ff0000;
    font-weight: bold;
    text-align: right;

}
.total-amount{
    text-align: right;
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
}
.total-amount-label{
    text-align: right;
    display: none;
}
.total-amount:before{
    display: inline-block;
    position: relative;
    content: "Amount:";
    font-weight: normal;
    margin-right: 15px;
    color:#000;
    padding-top: 15px;
}
.total-amount-cell{
    padding:0;
}

.table-row{
    border-bottom: 2px solid #ffffff;
}
.cart-product-image,.cart-product-description{
    display: inline-block;
    vertical-align: top;
    
}


/* FORM CART */
.cart img {
    margin: 0 auto 25px auto;
    text-align: center;
    display: block
}
.cart .form_cart {margin-bottom: 30px}
.cart .form_cart a {
    display: table;
    margin: 10px auto 25px auto;
    padding: 15px 65px;
    font-size: 15px;
    cursor: pointer
}
.cart .form_cart p {font-size: 14px;}
.cart .order {
    margin-top: 15px;
    background:#fff;
    border-radius: 3px;
    color: #222;
    padding-bottom: 10px;
    border: 1px solid #E2E2E2;
}
.cart .order .inner {padding: 15px 20px 0px 20px}
.cart .order .inner ul li {
    clear: both;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%
}
.cart .order .inner ul li .frame_img {
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 15px
}
.cart .order .inner ul li .frame_img img {width: 60px;background: #fff}
.cart .order .inner ul li .name_product {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 63%;
    overflow: hidden;
    float: left;
}
.cart .order .inner ul li .name_product p {font-size: 15px}
.cart .order .inner ul li .name_product span {
    color: #858585;
    font-size: 13px;
    margin-right: 5px
}
.cart .order .inner ul li .name_product small {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block
}
.cart .order .subtotal {padding: 0px 20px 15px 20px}
.cart .order .subtotal ul li {padding: 3px 0px}
.cart ul {margin-top: 15px;list-style: none;padding-left: 0;}
.cart .order .total ul {padding: 15px 20px;}
.cart .order .total ul li span { color: #000;font-size: 24px;}
.cart .note { margin: 15px 0px}
.cart .note p {font-size: 14px;margin: 0;}
h2.timr {margin: 0;margin-bottom: 20px;}
.box_cart {margin: 30px auto;}
ul.list_form li {margin: 5px 0;}
h4.sanb {font-size: 18px;font-style: italic;}
.inner .price, .subtotal span,.total span {font-weight: bold;}
.fl-flex-label label {font-weight: normal;}
.white-popup {clear: both;overflow: hidden;}

.cards-item {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.cards-item .cards-item-image {
    transition: transform 0.25s ease;
    margin-bottom: 20px;
}
.cards-item:hover .cards-item-image {transform: scale(1.05);}
.book_appoin_btn { margin-top: 20px; }

/*===================================================================================*/
/*  CONTACT
/*===================================================================================*/
.page-contact{
    background:url(../../themes/fnail04i/assets/images/contact-bg-title.html) no-repeat;
    padding-bottom:50px;
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
}
.page-contact h2 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    padding: 25px 50px 25px;
    background: #fff;
    display: inline-block;
    margin: 0;
}
.contact-heading { text-align: center; }
.contact-heading span {
    background-color: #f864a6;
    display: inline-block;
    font-size: 24px;
    padding: 22px 30px;;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 15px;
}

.contact-details {
    padding: 30px 0;
    position: relative;
}
.contact-details i {
    float: left;
    line-height: 1.6;
}
.contact-details p {
    position: relative;
    margin-left: 40px;
}

.contact-hours {
    text-align: center;
    padding: 30px 0;
    position: relative;
    margin: 0 auto;
    color: #fff;
}
.contact-hours .cd-col { margin-bottom: 15px; }
.opening-hour-day {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 2px;
}
.opening-hour-time {
    font-size: 12px;
}

.maps  { margin-bottom: 30px; }
.maps iframe{
    width: 100%;
    border: 0;
    height: 550px;
}
.contact-info { color: #777;}

.contact-info h4 {
    margin: 0;
    font-size: 20px;
}
.contact-info p {
    color: #6e6b61;
    font-size: 14px; 
    line-height: 1.4;
    margin: 0 0 20px;
}
.contact-form .form-control {
    font-size: 16px;
}
.contact-form input.form-control {
    height: 70px;
}
.contact-form .form-group{
    margin-bottom: 15px;   
}
.btn-submit { margin-top: 20px; }
.contact-social { padding-top: 20px; }
.contact-map { margin-bottom: 30px; }
.contact-info h3,
.contact-form h3 {
    color: #000;
    font-size: 16px;
    padding: 0;
}
.contact-form textarea { padding: 20px;}
.contact-form label {
    font-size: 17px;
    font-weight: 300;
    margin:0 0 3px;
}
.contact-map iframe { max-width: 100%; }
.login_form_area .box_area_login_v1 {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    align-items: center;
}
.box_area_login_v1 h2.section_title {
    color: #252525;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}
.btn_login_social {margin-top: 20px;}
.btn_login_social span,
.btn_login_social i {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
}
.btn_login_social span {
    font-variant-ligatures: common-ligatures;
}
.btn_login_social .btn_facebook_v1 {
    background: #3B5998;
    border: 0;
    line-height: 45px;
}
.btn_login_social .btn_gplus_v1 {
    background: #dd4b39;
     border: 0;
    line-height: 45px;
}
.btn_submit_login { margin-bottom: 30px; text-align: center;}
.btn_submit_login button.submit {
    background-color: #ffc267;
    border: 1px solid #ffc267;
    color: #fff;
    font-size: 12px;
    line-height: inherit;
    padding: 10px 30px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 3px;
}
.box_register .btn_submit_login {margin-top: 40px;}
.popup_main_area .border_right {border-right: 1px solid #dedede;}
.box_register .btn_login_social {text-align: center;align-items: center;}


.contact-name h3 {
    line-height: 1;
    margin: 0;
    color: #781414;
    font-size: 24px;
}
.contact-info .fci-row { display: table-row; }
.contact-info .fci-title,
.contact-info .fci-content {
    display: table-cell;
    padding: 0;
    padding-bottom: 10px;
    vertical-align: top;
}
.contact-info .fci-title {
    padding-right: 15px;
    font-weight: bold;
}
.fl-flex-label { margin-bottom: 10px; }

/*===================================================================================*/
/*  SERVICEs
/*===================================================================================*/
.service-container { padding-top: 0; }
h1.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;
    color: #000;
    font-weight: 700;
}
.price-item {
    padding: 15px 0;
    border-bottom: 1px solid #cdcdcd;
}
.price-item h4 { font-size: 15px; margin-bottom: 0; }
.price-item-number {
    font-size: 18px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    line-height: 1.0;
}
.price-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.circle-service-image {
    width: 180px;
    height: 180px;
    border-radius: 125px;
    border: 3px solid #fec168;
    display: inline-block;
    margin-top: 20px;
}
.rouded-service-image {
    width: 180px;
    height: 180px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}
.service-row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-right {text-align: right;}
.top-right a {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}
.top-right a img {
    vertical-align: top;
    padding-top: 12px;
    padding-right: 5px;
}
.detail-price-item {
    display: flex;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 5px;
}
.detail-price-dots {
    height: 15px;
    flex: 1;
    border-bottom: 1px dotted #a9a9a9;
}
.detail-price-number {
    padding-left: 5px;
    font-size: 18px;
    color:#000000;
    font-weight: 600;
}
.detail-price-name {
    padding-right: 5px;
    font-size: 15px;
}

@media (min-width: 768px) {
    .top-right {
        text-align: right;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .circle-service-image {
        width: 250px;
        height: 250px;
    }
    .rouded-service-image {
        width: 250px;
        height: 250px;
    }
}

/*===================================================================================*/
/*  FOOTER
/*===================================================================================*/
#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 20;
}
#back-top a {
    width: 50px;
    height: 50px;
    background:#000;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.5;
    border-radius: 50%;
    text-align: center;
    color:#FFFFFF;
    line-height:50px;
}
#back-top a:hover{ opacity: 0.9;  }
.footer-main {
    padding: 70px 0;
}
.footer-main h3 {
    font-size: 13px;
    font-weight: bold;
}
.footer-main h3:after {
    display: block;
    content: "";
    width: 70px;
    height: 5px;
    background-color: rgba(128, 128, 128, 0.15);
    margin: 10px 0;
}

.footer-copyright {
    background: #fff;
    line-height: 1;
    padding: 30px 0;
    font-size: 13px; 
}
.footer-copyright .copyright { margin-bottom: 5px; }
.footer-copyright ul { padding: 0; margin: 0; list-style: none; display: flex; }
.footer-copyright li { margin-right: 5px; }
.footer-nav li { font-size: 13px; }
.footer-nav li:after{ content: '|';  padding-left: 5px; }
.footer-nav li:last-child:after{ display: none; }
.footer-nav li a:hover { text-decoration: underline; }


.footer-social {
    text-align: right;
    justify-content: flex-end;
}
.footer-social li a { padding: 0 5px; font-size: 15px; color: #a79b94; }
.footer-social li a:hover { opacity: 0.5; }

@media (min-width: 1350px){
	.container {
	    /*width: 1280px;*/
	}
}


@media (min-width: 992px){

	.col-md-right 	{ width: 30%;}
	.col-md-left 	{ width: 70%;}
	.col-md-right.col-md-pull-8 { right:70%; }
	.col-md-left.col-md-push-4 { left:30%; }
}

@media (min-width: 990px){
	.youtube-player {
	    padding-bottom: 75.25%;
	}

} 

@media (max-width: 1200px){
	.navbar.main-nav{border-width: 8px; }
}

@media (max-width: 990px){
	.pmain {padding-left: 0;}
	.services-list .info { padding: 15px; }
	.services-list .info h3  { font-size: 16px; }
	.tips-right { padding: 50px 40px; }

	.section-statistic .item { min-width: 50px; }
	.section { padding: 50px 0; }
	.section-visit { padding-top: 100px; }

	.page-heading { padding: 30px 0; text-align: center;}
	.page-contact { padding: 50px 0; }
	.contact-right .maps,
	.contact-details { margin-top: 0; }

	.section-about .about-left { text-align: center; }
	.section-about-text h3 { font-size: 1.8em; }



	.animated-arrow {
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 0px;
        height: 45px;
        padding: 22px 45px 16px 0px;
    }
    .navopener { overflow: hidden; }
    .navopener .header-nav {
        right: 0;
    }
    .header-inner.dflex-sb { display: block; }
    .logo img { margin: 15px 0; height: 30px; }
    .header-main {
    	padding: 0;
    }
    .header-nav > ul.nav {
        height: 100%;
        overflow-y: auto;
        display: block !important;
    }
    .header-nav .nav{ display: block; }
    .header-nav > ul >li> a:after{ display: none; }
    .header-nav > ul >li> a {
        font-size: 18px;
        position: relative;
    }
    .head-nav-right .btn-main{ margin-left: 15px; }

    .navbar-nav>li { float: none; }
    .header-nav > ul >li:hover a { color: #fff; }
    .header-nav > ul >li.active,
    .header-nav > ul >li:hover {
        background: #fcc72c;
        color: #fff;
    }
    .header-nav {
        padding: 20px;
        width: 100%;
        right: -100%;
        height: 100%;
        position: fixed;
        top: 60px;
        margin: 0;
        background-color: #fff;
        border-radius: 0px;
        z-index: 103;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border: none;
        border-top: 1px solid #363738;
        display: block;
    }
    .header-nav > ul >li:hover .megamenu {
        display: none;
    }


}

@media (max-width: 768px){	

}
@media (max-width: 767px){
	.top-right a { margin-bottom: 10px; }
	.book_appoin_btn .btn { margin-bottom: 10px; }
	.footer-copyright { text-align: center; }

	h2 { font-size: 1.5em;}
	.mtitle { font-size: 2.0em; }
	
	
	.sp-button {
	    width: 12px;
	    height: 12px;
	}
	.footer-main {padding: 50px 0;}
	.footer-main .col-sm-3 { margin-bottom: 20px; text-align: center; }
	.footer-main h3 { display: inline-block; }
	.footer-content { text-align: center; }
	.footer-main p { margin: 10px 0; }
	.footer-nav li { margin-bottom: 5px; }
	.footer-copyright ul { 
		flex-wrap: wrap; 
		text-align: center; 
		padding-top: 10px;
		justify-content: center;
	}
	.section-count .list-count { display: block; }
	.section-count .list-count .item { width: 100%; }
	.section-about .section-content { padding: 20px 0; margin-bottom: 20px; }
	.section-about .section-heading { padding-bottom: 30px; }
	.list-pn a { text-align: center; }
	.list-pn a img {width: 70%;}
	.m-heading { font-size: 24px; }

}

@media (max-width: 480px){
	.art-sheet {border-width: 3px; padding: 10px 20px; }
	
	.art-sidebar { padding-top:10px; }
	.cart-button { text-align: center; }
	.cart-button .pull-right { float: none !important; margin-top: 15px; }


}

@media (max-width: 380px){
}

@media (min-width: 768px){

	
	.cart-product-description{max-width: 130px;}	
	.table-row{border-bottom: none;}
	.total_change{text-align: left;}
	.thead {display: table-header-group;}
	.quantity-label{display: block;}
	.cart-product-image-cell{padding-bottom: 15px;}
	.total-change-cell>p.total_change:before{display: none;}
	.total-amount-label{display: block;}
	.total-amount-cell{padding:15px;}
	.quantity-label{color: rgba(0,0,0,0)}
	.table-row{
		display: table-row;
		border:inherit;
		vertical-align: inherit;
	}
	.table-head{
		display: table-cell;
		padding: 15px;
		border:inherit;
		vertical-align: inherit;
	}
	.table-data{
		display: table-cell;
		padding-top: 15px;
		border:inherit;
		vertical-align: inherit;
	}	
	.table-cart .tbody .table-data,.table-cart .tbody .table-data.quantity-cell,
	.table-cart .tbody .table-data.price-cell,.table-cart .tbody .table-data.total-change-cell{
		border-bottom:1px solid #d8d8d8;
		vertical-align: top;
		display: table-cell;
	}
	.table-cart .tbody .table-data.total-change-cell{vertical-align: bottom;}
	.quantity-cell,.price-cell{display: table-cell;}
	.total-amount{text-align: left;padding-top: 0;}
	.total-amount:before{display: none;}


}

/* global */
img {
    max-width: 100%;
}

.relative {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.relative.w100 {
    min-width: 100%;
}

.form-tooltip-error ul, .form-tooltip-error ul li {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.maxlength-error {
    color: #f00;
}

.relative .fa-calendar {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -9px;
}

/* Waiting Dialog */
.modal-dialog .modal-content {
    background-color: #fff;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;

    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

/* Menu Button Mobile */
.mean-container .mean-bar {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.mean-container a.meanmenu-reveal {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: -25px 5px 0 0;
    display: inline-flex;
    align-items: center;
    border: 1px solid;
    border-radius: 3px;
}

.mean-container a.meanmenu-reveal > span,
.mean-container a.meanmenu-reveal > span:before,
.mean-container a.meanmenu-reveal > span:after {
    position: relative;
    width: 40px;
    margin: auto;
    height: 4px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    border-radius: 1px;
}

.mean-container a.meanmenu-reveal > span:before, .mean-container a.meanmenu-reveal > span:after {
    position: absolute;
    z-index: 2;
}

.mean-container a.meanmenu-reveal > span:before {
    top: -9px;
}

.mean-container a.meanmenu-reveal > span:after {
    bottom: -9px;
}

.mean-container a.meanmenu-reveal.meanclose > span:before {
    top: 0;
    transform: rotate(45deg);
}

.mean-container a.meanmenu-reveal.meanclose > span:after {
    top: -8px;
    transform: rotate(-45deg);
}

/* Menu Mobile Scroll */
.mobile-menu-scroll {
    overflow: scroll hidden;
}

.mobile-menu-scroll ul {
    display: flex;
}

.mobile-menu-scroll ul, .mobile-menu-scroll ul li {
    margin: auto;
    padding: 0;
    list-style: none;
}

.mobile-menu-scroll ul li a {
    display: block;
    padding: 15px;
    line-height: 1;
    color: #171717;
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: bold;
}

.mobile-menu-scroll ul li a:hover, .mobile-menu-scroll ul li a:focus {
    color: #171717;
}

.mobile-menu-scroll ul li.active a {
    color: #f5f5f5;
    background-color: #171717;
}

/* Social */
ul.social, ul.social li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: auto;
}

ul.social li {
    padding: 5px;
}

/* Slider Pro */
.section-slider {
    border: none;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

.sp-slide-content {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.sp-buttons {
    margin-top: -60px;
    padding-bottom: 29px;
}

.sp-button {
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 2px #000;
}

.slider-width-height .fixed {
    height: 0; /* Auto height */
}

/*freeze footer*/
.freeze-footer {
    position: fixed;
    right: 15px;
    bottom: 60px;
    padding: 0;
    display: inline-block;
    z-index: 1021;
}

.freeze-footer ul {
    margin: 0;
    padding: 0;
}

.freeze-footer ul li {
    list-style-type: none;
}

.freeze-footer .icon {
    display: inline-flex;
}

.freeze-footer a {
    width: 100%;
    margin-bottom: 15px;
}

@media ( max-width: 767px ) {
    .freeze-footer {
        left: 0;
        top: auto;
        right: 0;
        bottom: 0;
    }

    .freeze-footer ul {
        display: flex;
    }

    .freeze-footer ul li {
        width: 50%;
        padding: 0 15px;
        margin-left: auto;
        display: block;
    }
}

/*freeze header*/
.freeze-header {
    position: fixed;
    z-index: 1021;
    left: 0;
    top: 0;
    width: 100%;
}

.freeze-header.with-bg {
    -webkit-box-shadow: 0px 1px 1px #eee;
    -moz-box-shadow: 0px 1px 1px #eee;
    box-shadow: 0px 1px 1px #eee;

    width: 100%;
}

/* Open hour - Contact info */
.foh-wrap,
.fci-wrap {
    display: inline-table;
    text-align: left;
}

.foh-row,
p.foh-row,
span.foh-row,
div.foh-row,
.fci-row,
p.fci-row,
span.fci-row,
div.fci-row {
    line-height: 1.5;
    display: table-row;
}

.foh-row .foh-date,
p.foh-row .foh-date,
span.foh-row .foh-date,
div.foh-row .foh-date,
.foh-row .foh-time,
p.foh-row .foh-time,
span.foh-row .foh-time,
div.foh-row .foh-time,
.fci-row .fci-title,
p.fci-row .fci-title,
span.fci-row .fci-title,
div.fci-row .fci-title,
.fci-row .fci-content,
p.fci-row .fci-content,
span.fci-row .fci-content,
div.fci-row .fci-content {
    display: table-cell;
    padding: 0;
    padding-bottom: 10px;
    text-transform: initial;
}

.foh-row .foh-date,
p.foh-row .foh-date,
span.foh-row .foh-date,
div.foh-row .foh-date,
.fci-row .fci-title,
p.fci-row .fci-title,
span.fci-row .fci-title,
div.fci-row .fci-title {
    padding-right: 15px;
    font-weight: bold;
}

/* Youtube iframe */
.youtube-player {
    position: relative;
    padding-bottom: 56.25%; /* Use 75% for 4:3 videos */
    width: 100%;
    max-width: 100%;
    height: 0;
    background: #000;
    margin: 15px auto;
    overflow: hidden;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;
}

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

.service-image-wrap {
    text-align: center;
}

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

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

.service-image.square {
    border: 3px solid;
}

.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;
}

.service-name {
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}

.service-desc {
    font-weight: normal;
    margin: -15px 0 15px;
}

.detail-container {
    display: flex;
    margin-bottom: 15px;
}

.detail-thumb {
    margin: 3px 7px 7px 0;
    max-width: 110px;
}

.detail-no-thumb {
    display: none;
}

.detail-text {
    flex: 1;
}

.detail-price-item {
    display: flex;
    width: 100%;
    padding: 0 0 15px;
}

.detail-desc-item {
    margin: -15px 0 15px;
}

.detail-container .detail-price-item {
    padding-bottom: 0;
}

.detail-container .detail-desc-item {
    margin: 15px 0 0;
}

.detail-price-dots {
    height: 15px;
    flex: 1;
    border-bottom: 1px dotted;
}

.detail-price-number {
    padding-left: 5px;
    font-weight: bold;
}

.detail-price-name {
    padding-right: 5px;
    font-size: 15px;
    font-weight: bold;
}

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

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

.service-name, .service-desc, .detail-price-item, .detail-desc-item, .detail-price-dots,
.detail-price-number, .detail-price-name, .detail-price-number span, .detail-price-number .old {
    min-height: 1px;
}

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

.service-btn-group {
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-btn-group .btn {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .right.service-image-wrap {
        text-align: right;
    }

    .left.service-image-wrap {
        text-align: left;
    }

    .service-image.circle {
        max-width: 320px;
    }

    .service-image.square {
        max-width: 100%;
    }
}

/* Gallery */
.m-category-tab {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0 0 15px;
}

.m-gallery-content {
    position: relative;
}

.m-category-tab li, .m-category-tab li.active, .m-category-tab li:hover {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}

.m-gallery-content, .m-gallery-listing, .m-gallery-paging {
    text-align: center;
}

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

.m-gallery-box-wrap {
    padding: 0 10px;
    margin: 0 0 15px 0;
    overflow: initial;
}

.m-gallery-box {
    position: relative;
    margin: 0 -10px 10px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.m-image-bg, .m-gallery-box .m-image-bg {
    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
    padding-bottom: 75%;

    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;
}

.m-image-bg img, .m-gallery-box .m-image-bg img {
    display: none !important;
}

.m-image-title, .m-gallery-box .m-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    background: rgba(3, 3, 3, 0.3);
    filter: alpha(opacity=30);
    max-height: 60px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}

.m-gallery-box:hover, .m-gallery-box:focus {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* Coupon */
.m-coupon-box {
    position: relative;
    z-index: 0;

    margin: 0;
    margin-bottom: 30px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

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

.m-giftcards .m-coupon-box {
    margin-bottom: 15px;
}

.m-coupon-info {
    text-align: center;
}

.m-coupon-box:hover, .m-coupon-box:focus {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.m-coupon-price {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 5px;
}

/*Old Booking*/
.item-booking {
    width: auto;
}

.addButton, .removeButton {
    display: inline-block;
}

.email-booking .multi select {
    height: 256px;
}

.email-booking .group-select optgroup {
    font-weight: bold;
}

.email-booking .group-select optgroup, .email-booking .group-select option {
    height: auto;
    white-space: normal;
}

.sms-booking #btn_search_booking .btn-search {
    width: 100%;
    height: 54px;
    line-height: 1;
}

.sms-booking .item-booking.is-more {
    position: relative;
    z-index: 0;
}

.sms-booking .item-booking .remove-services {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.sms-booking .item-booking.is-more .booking-service label {
    padding-left: 30px;
}

#booking_info {
    padding-top: 30px;
}

#booking_info .note-time {
    color: #f00;
    font-style: italic;
}

.box_account_v1 {
    padding: 15px;
}

.smsBookingConfirm .btn {
    margin-bottom: 15px;
}

.time_work_staff_v1 ul {
    padding: 0;
}

.time_work_staff_v1 ul li {
    list-style-type: none;
}

.time_work_staff_v1 ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.time_work_staff_v1 ul li > a {
    padding: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid;
}

.time_work_staff_v1 ul li > span {
    text-decoration: line-through;
}

/*.btn.focus, .btn:focus, .btn:hover {
    color: inherit;
}*/

@media ( max-width: 575px ) {
    .email-booking .multi select {
        max-height: 54px;
    }
}

/* Booking */
.form-input-group {
    position: relative;
}

.form-input-group .form-text {
    padding-right: 45px;
}

.form-input-group .form-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 15px;
    margin-top: -9px;
}

.form-booking .group-select, .form-booking-confirm .group-select,
.form-booking-confirm .btn-confirm, .form-booking-confirm .btn-cancel {
    margin-bottom: 15px;
}

.form-booking .btn-search, .form-booking-confirm .btn-confirm, .form-booking-confirm .btn-cancel {
    display: block;
    width: 100%;
    border-color: #ced4da;;
}

.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: #ef2b53;
    color: #fff;
}

.form-booking-confirm .btn-cancel, .form-booking-confirm .btn-cancel:hover, .form-booking-confirm .btn-cancel:focus {
    background-color: #d7d7d7;
    border-color: #ced4da;;
    color: #333;
}

.form-booking .form-control, .form-booking .btn-search,
.form-booking-confirm .form-control, .form-booking-confirm .btn-confirm, .form-booking-confirm .btn-cancel {
    border-radius: 0;
    min-height: 54px;
}

.form-booking .form-control[multiple] {
    min-height: 155px;
}

.form-booking .form-control[multiple] optgroup, .form-booking .form-control[multiple] option {
    height: auto;
}

.form-booking .form-control[multiple] option {
    padding: 7px 0;
}

.form-booking .booking-service-staff.is-more {
    position: relative;
}

.form-booking .booking-service-staff .remove-services {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 0;
    min-width: 175px;
    min-height: 24px;
    line-height: 24px;
    cursor: pointer;
}

.form-booking .booking-service-staff.is-more .booking-service label {
    padding-left: 20px;
}

.add-services {
    display: inline-block;
}

.box-booking-info {
    padding-top: 30px;
}

.booking-info-title {
    position: relative;
    text-align: center;
}

.booking-info-title:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -5px;
    height: 3px;
    width: 100px;
    margin-left: -50px;
    background-color: #ced4da;
}

.box-service-staff {
    display: flex;
    flex-wrap: wrap;
}

.service-staff {
    background-color: #f8f9fa;
    margin: 15px 15px 15px 0;
    padding: 15px 15px 15px 0;
    border-left: 3px solid #efefef;
    display: inline-flex;
    min-width: calc(24.999% - 30px);
}

.service-staff .service-staff-avatar {
    float: left;
    max-width: 100px;
    margin: 5px 0 15px 15px;
}

.service-staff .service-staff-avatar.no-photo {
    display: none;
}

.service-staff .service-staff-info {
    margin-left: 15px;
}

.service-staff .service-staff-info p {
    line-height: 1.5;
}

.date-info, .time-info {
    margin-bottom: 15px;
}

.time-info .time-note {
    color: #f00;
    font-size: 13px;
}

.time-info .time-items, .time-info .time-items li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.time-info .time-items li {
    padding: 5px;
    display: inline-block;
}

.time-items li > a, .time-items li > span {
    color: #333;
    font-size: 14px;
    line-height: 1;
}

.time-items li > a {
    display: inline-block;
    padding: 10px;
    margin: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
}

.time-items li > span {
    text-decoration: line-through;
}

.box-booking-confirm {
    background: #fff;
    padding: 15px;
    text-align: left;
}

@media ( max-width: 767px ) {
    .booking-confirm-title {
        font-size: 35px;
    }

    .booking-confirm-note {
        font-size: 17px;
    }
}

@media ( max-width: 575px ) {
    .booking-confirm-title {
        font-size: 20px;
    }

    .booking-confirm-note {
        font-size: 15px;
    }

    .service-staff {
        min-width: calc(50% - 30px);
    }
}
/* Global */
.timepicker .btn {
    width: auto;
    height: auto;
    line-height: 1;
    background: inherit;
    color: inherit;
    box-shadow: inherit;
}

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

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

.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: #16938b 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: #16938b;
    border-color: #16938b;
    color: #fff;
}

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

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

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

.category_news_v1 ul li:hover a {
    color: #16938b
}

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

.tag_news_v1 ul li:hover a {
    background-color: #16938b;
    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;
    font-size: 30px;
    padding: 10px 10px;
    line-height: 1;
    height: auto;
    border-radius: 5px;
}

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

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

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

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

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

    .footer-copyright {
        padding-bottom: 90px;
    }
}

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

/* 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 {
    background-color: #fff;
    color: #000;
}

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

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

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

/* 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: #000;
    color: #fff;
}

/*Service*/
.service-tabs-freeze {
    z-index: 1021;
}

.service-tab {
    margin: 15px auto;
}

.service-sub-tab {
    margin-left: 15px;
}

.service-sub-sub-tab {
    margin-left: 30px;
}

.service-tab-nav {
    display: block;
    width: 100%;
    text-align: left;
}

@media (max-width: 991px) {
    .service-tabs-body {
        overflow: auto;
    }

    .service-tabs {
        display: flex;
    }

    .service-tab {
        margin: auto;
        white-space: nowrap;
    }

    .service-tab + .service-tab {
        margin-left: 15px;
    }
}

.service-image.circle, .service-image.square {
    border-color: #a79b94;
}

.service-name {
    border-color: #cdcdcd;
    color: #a79b94;
}

.detail-price-dots {
    border-color: #a9a9a9;
}

.detail-price-number {
    color: #000;
}

.service-btn-group .btn-main {
    background-color: #a79b94;
}

/* Menu mobile */
.mean-container a.meanmenu-reveal {
    border-color: #000;
}

.menu_mobile_v1 {
    min-height: 100px;
}

.mean-container .mean-nav {
    margin-top: 100px;
}

.mobile_logo img {
    max-height: 80px;
}

/* Consent */
.send_consent .btn_consent {
    border: 0;
}

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

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

.white-popup {
    overflow: initial;
}

body {
    position: relative;
    z-index: 1;
}

body:not(.site-idx) .header-main {
    background: #a79b94;
}

.header-main {
    position: initial;
}

.header-nav .logo {
    max-width: 130px;
}

.mobile_logo {
    margin: 5px;
}

.mobile_logo img {
    max-height: 90px;
}

.mean-container .mean-nav {
    margin-top: 100px;
}

.footer-content, .footer-content a, .footer-content i {
    color: #c4beb8;
}

.footer-content.maps {
    max-height: 175px;
    overflow: hidden;
}

.footer-content.maps iframe {
    max-width: 100% !important;
    max-height: 100% !important;
}

.section {
    padding: 30px 0;
}

.section-about .section-heading {
    padding-bottom: 15px;
}

.section-about .section-content {
    padding-top: 0;
    margin-bottom: 15px;
}

.section-count {
    background-image: url("../library/global/nail-images/bg-nail.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.section-count:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(81, 67, 58, 0.7);
}

.section-count .item {
    background-color: transparent;
}

.scroll-education {
    height: auto;
}

.section-review {
    background-image: url("../library/global/nail-images/bg-nail-2.webp");
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.section-review:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(81, 67, 58, 0.7);
}

.review-inner {
    padding: 50px 0;
    text-align: center;
}

.review-inner, .review-inner h3 {
    color: #fff;
}

.hr-short {
    margin-bottom: 15px;
    height: 15px;
    position: relative;
    z-index: 1;
}

.hr-short .hr-inner {
    width: 32%;
    left: 50%;
    margin-left: -16%;
    background-color: #fcfcfc;
    position: absolute;
    z-index: 2;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid #e1e1e1;
}

.hr-short .hr-inner-style {
    border-radius: 20px;
    height: 9px;
    width: 9px;
    border: 2px solid #e1e1e1;
    display: block;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    background: #fff;
}

.review-list .item .content {
    font-style: italic;
}

.review-list .item .content, .review-name h4, .review-name a {
    color: #eeeeee;
}

.review-name {
    display: inline-block;
    text-align: left;
    margin-top: 30px;
}

.review-name h4 {
    margin: 0;
}

.section-about .section-content.none-border {
    border: none;
}

.service-item {
    margin-bottom: 30px;
}

.service-item, a .service-item, a:hover .service-item {
    color: #333;
}

.service-item .info-top {
    background-color: #a79b94;
}

.service-item .info-top h3, .service-item .info-bottom .description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding: 5px 15px;
    margin: 0;
}

.service-item .info-top h3 {
    font-size: 21px;
    text-transform: uppercase;
}

.faq-collapse .card {
    margin-bottom: 5px;
    text-align: left;
    background-color: #f8f8f8;
}

.faq-collapse .card-header {
    background-color: #a79b94;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.card-header h5 {
    margin: 0;
    padding-right: 30px;
    position: relative;
    z-index: 1;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

.card-header h5 .icon {
    position: absolute;
    z-index: 2;
    right: 0;
    font-size: 25px;
}

.card-header > h5 .icon-normal,
.card-header > h5[aria-expanded="true"] .icon-expanded {
    display: initial;
}

.card-header > h5 .icon-expanded,
.card-header > h5[aria-expanded="true"] .icon-normal {
    display: none;
}

.card-body {
    padding: 15px;
}

.service-list.home .service-desc {
}

.service-list.home .detail-price-item, .service-list.home .detail-price-number {
    font-weight: bold;
    font-size: 15px;
}

.contact-info .foh-wrap, .contact-info .fci-wrap {
    margin: auto;
}

.item-location {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 -15px;
    padding: 15px;
    text-align: center;
}

.item-location .bg-location {
    display: block;
    height: 0;
    margin: -15px;
    padding: 0 0 30%;
    overflow: hidden;
    background-size: cover;
    background-position: top center;
}

.item-location .content-location {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    display: flex;
    align-items: center;
    text-align: center;
}

.content-location h3 {
    margin: auto;
    padding: 0;
    color: #fff;
}

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

@media (min-width: 992px) {
    .site-idx .header {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        right: 0;
        bottom: auto;
    }
}

@media (max-width: 575px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
    .footer-main .col-sm-3 {
        text-align: left;
    }
}

.slide-up-animation .owl-prev:before {
    transform: rotate(-90deg);
}

.slide-up-animation .owl-next:before {
    transform: rotate(90deg);
}

.slide-up-animation .owl-next, .slide-up-animation .owl-prev {
    left: 50%;
    right: auto;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.slide-up-animation .owl-prev {
    top: 25px;
    bottom: auto;
}

.slide-up-animation .owl-next {
    top: auto;
    bottom: -25px;
}

.home-gallery-list-carousel .owl-prev:before, .home-gallery-list-carousel .owl-next:before {
    color: #fff;
    font-size: 30px;
}

/*OWL*/
/*.owl-prev, .owl-next {
    margin-top: -15px;
}
.owl-prev:before, .owl-next:before {
    content: "";
}*/

/* 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;
}

.box-booking-confirm {
    text-align: left;
}

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

/* Service */
.detail-container {
    display: flex;
    margin-bottom: 15px;
}

.detail-thumb {
    margin: 0 7px 7px 0;
    max-width: 110px;
}

.detail-no-thumb {
    display: none;
}

.detail-text {
    flex: 1;
}

/*BEG: css for Gallery-Html*/

.youtube-wrapper iframe {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.youtube-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 {
    aspect-ratio: 1.35 / 1; /* defining the aspect ratio of the image */
    object-fit: cover; /* making sure the image isn't distorted */
}

body.site-sub-page.site-gallery .list-gallery .col-md-3.col-xs-6 {

    aspect-ratio: 1.35 / 1; /* defining the aspect ratio of the image */
    object-fit: cover; /* making sure the image isn't distorted */
}
/*END: css for Gallery-Html*/
.navbar-nav > li > a {
    font-size: 20px;
}

.header-nav .logo {
    max-width: 250px;
}

.in-content {
    text-align: justify;
}

h2.service-name {
    font-size: 30px;
}

.staff-avatar {
    display: none;
}

h2.service-name {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    margin-top: 10px;
}

.footer-main h3 {
    font-size: 20px;
}

.header-main {
    padding: 0;
}

.freeze-header.with-bg {
    background-color: #000000;
}

.section-count .item {
    background-color: #00000075;
}

.section-count .item {
    border-right: 1px solid #060606;
    border-bottom: 1px solid #000;
}

.item-location .content-location {
    background-color: #000000ba;
    border-right: #000 1px solid;
    border-bottom: #000 1px solid;
}

.btn, .btn-main, .btn-short, .header-main.sticky, .header-page .header-main, .menu_mobile_v1 {
    background: #000000;
    font-size: 16px;
}

.section-count .item h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

.section-count .item .number span {
    border-bottom: 0;
    display: inline-block;
    font-size: 26px;
    font-family: "JosefinSlab";
}

.contact-hours, .page-heading, .footer-main {
    background: #1d2129;
}

.section-about .section-heading {
    border-bottom: 0;
}

.section-about .section-content {
    border-bottom: 0;
}

.section-about {
    padding: 70px 0 30px 0;
}

.section-video {
    background-color: #fafafa;
}

.section-service {
    text-align: center;
}

.section-service h5 {
    color: #efd02f;
    font-weight: 300;
}

.faq-collapse .card-header {
    background-color: #000000;
    padding: 15px 15px;
    border-radius: 0;
}

.card-header h5 {
    color: #fff;
}

.section-review:before {
    background-color: rgba(29, 33, 41, 0.86);
}

body:not(.site-idx) .header-main {
    background: #000000;
}

.sms-booking #btn_search_booking .btn-search {
    background-color: #000000;
}

.mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    border-radius: 0px;
}

.mean-container a.meanmenu-reveal > span, .mean-container a.meanmenu-reveal > span:before,
.mean-container a.meanmenu-reveal > span:after {
    background: #fff;
}

.footer-main, .freeze-header.with-bg {
    background-image: url("../../themes/fnail04i/assets/images/bg-section.png");
}
