.main-menu .custom_menu > ul{
    /*display: flex;*/
    justify-content: flex-end;
}
.main-menu .custom_menu > ul > li {
    position: relative;
    display: inline-block;
}
.main-menu .custom_menu > ul > li>a {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'CALI MT bold', serif;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid transparent;
    padding-bottom: 5px;

}
.main-menu .custom_menu > ul > li + li {
    margin-left: 15px;
}
.main-menu .custom_menu > ul > li > ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    display: none;
    padding: 0;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    width: 200px;
    margin-top: 0px;
}
.main-menu .custom_menu > ul > li > ul:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #dad8d4;
    top: -20px;
    left: 10px;
    display: none;
}
.main-menu .custom_menu > ul > li > ul> li{
    border-bottom: 1px solid #f4f4f4;
    display: block;
    margin: 0;
}
.main-menu .custom_menu > ul > li > ul> li > a{
    background: #ffffff none repeat scroll 0 0;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px 6px 25px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.main-menu .custom_menu > ul > li > ul> li:hover >a{
    background: #fafafa none repeat scroll 0 0;
    color: #222222;
}
.main-menu .custom_menu > ul > li:hover >ul{
    display: block;
}
.custom_menu ul li a:hover,.custom_menu ul li.active a{
    color: #f9a392;
}



.contact-link li.registry_ver_1 .dropdown_menu_pos {
    left: auto;
    right: auto;
}
.contact-link li.registry_ver_1 .dropdown_menu_pos::before {
    left: auto;
    right: 110px;
    margin: -7px 25px 0 0;
    border-bottom: 7px solid #fff;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.contact-link li.registry_ver_1 ul.head_list li {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact-link li.registry_ver_1 a {
    text-decoration: none;
    font-size: 15px;
}
.contact-link li.registry_ver_1 ul.head_list li i {
    margin-right: 5px;
}
.contact-link li.registry_ver_1 ul.head_list li a{
    color: #333333;
    font-size: 14px;
}



.hs-btn.btn-light {
    background: #f9a392 none repeat scroll 0 0;
    color: #fff;
}
.giftcards-btn-add {
    height: 32px !important;
    font-size: 15px !important;
    padding: 5px 10px !important;
    line-height: 23px !important;
}
.hs-btn {
    background: #fff none repeat scroll 0 0;
    color: #606060 !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 46px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.hs-btn::before {
    background: #151515 none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.news-page-stl{
    padding-top: 30px;
}

.box-news-right .title-page h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    color: #4473a7;
    text-transform: uppercase;
    margin-top: 0px;
}
.box-news-right .title-page h2 a {
    color: #0e0e0e;
    font-family: 'CALI MT regular';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 9px;
    border-bottom: 4px solid #f9a392;
    position: relative;
    z-index: 999;
}
.box-news-right .title-page h2 span.right-initial{
    position: absolute;
    width: 100%;
    height: 2px;
    background: #171515;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    border-radius: 5px;
}
.news-hot {
    float: left;
    width: 100%;
}
.item-news-hot {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.img-news-hot {
    float: left;
    width: 140px;
    overflow: hidden;
    margin-right: 15px;
}
.item-news-hot h2 {
    clear: inherit;
    font-size: 16px;
    margin-bottom: 7px;
    color: #000;
    margin-top: 0px;
    line-height: 22px;
}
.item-news-hot h2 a {
    color: #000;
    font-family: 'CALI MT bold', serif;
    font-weight: 300;
}
.item-news-hot span {
    color: #666;
    font-size: 13px;
}
.item-news-hot span i {
    margin-right: 6px;
}
.description-news-hot {
    color: #666;
    margin-top: 8px;
}
.item-news-hot span i.fa-calendar,.interview i.fa-calendar{
    font-size: 12px;
     margin-top: 4px; 
     margin-left: 0px; 
    float: left;
}
.interview i.fa-calendar{
    margin-right: 10px;
}

.ctn-detail-news {
    float: left;
    width: 100%;
    margin: 30px 0px;
}
.blog_entry .title-site h1 a {
    font-family: 'Prata', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 23px;
}
#send_contact .form-group{
    position: relative;
}

/*Socials*/
.footer-3-box ul.social_icon li.social-icons {
    width: 100%;
}  
.footer-3-box ul.social_icon li.social-icons a {
    float: none;
    width: unset;
    margin-right: 0px;
}
.footer-3-box ul.social_icon li.social-icons a img{
    max-width: 30px;
}
/*open-hours*/
.open-hours h2 {
    font-family: 'Prata', serif;
    font-size: 16px;
    font-weight: 400;
    color: #585858;
    text-transform: uppercase;
    margin-top: 40px;
}
.open-hours ul {
    display: block;
}
.open-hours ul li {
    display: block;
    width: 100%;
    padding-bottom: 5px;
    position: relative;
    padding-left: 80px;
}
.open-hours label, .open-hours div {
    font-weight: 300;
}
.open-hours label {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
}

.btn-primary-extends {
    background-color: #f9a392 !important;
    border-color: #f9a392 !important;
}
.btn-primary-extends:hover, .btn-primary-extends:visited, .btn-primary-extends:active {
    background-color: #f6917d !important;
    border-color: #f6917d !important;
}
h1.title_header{
        font-family: 'Prata', serif;
    margin: 30px 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.info_contact li{
    position: relative;
    padding-bottom: 5px;
    padding-left: 70px;
    clear: both;
}

.info_contact li span{
    position: absolute;
    left: 0px;
    font-weight: bold;
}
.ctn-about-shop .footer-3-box h2{
    margin-top: 10px;
}
.intro-star-shop{
    margin-top: 20px;
}
.service_price_table,.main-content{
    margin-top: 20px;
}
.banner-page-list{
    background-image:url(http://nailxpwestlongbranch.com/themes/fnail03b/assets/images/slide_01.jpg);
}
.item-gallery .vertical{
        cursor: pointer;
}
.img-our-services>a {
    width: 100%;
    /*height: 100%;*/
    display: block;
    /*background-size: cover;*/
    /*background-position: top left;*/
    /*transition: transform 0.25s ease;*/
    /*padding-bottom: 75%;*/
}
.img-our-services>a img{
    /*display: none;*/
}
.services_item_v1 spam.text_bt{
    padding: 5px 10px;
    border: 1px solid #fff;
}

.btn-custom{
    background: #f9a392 none repeat scroll 0 0;
    color: #fff;
    padding: 12px 8px;
    border: 0px;

}
.btn-custom spam{
    border: 1px solid #fff;
    padding: 5px 10px;
}
.item-booking .btn.btn-search{
    border-radius: 0px;
}
.btn-search:before
{
    width: 100%;
    padding: 10px;
    border: 1px solid #FFF;
}
.order .total ul li{
    clear: both;
}
.order .total ul li:before{
    display: table;
    content: " ";
    margin-bottom: 10px;
}
.table-responsive>.table>tbody>tr>td{
    white-space: inherit;
}
.cart-table > table tbody tr td{
    border: 0px;
}

/*CSS LOGO*/
/*CSS LOGO*/
.header-container .layout-header-3 {
    width: calc(100% - 50px);
    padding: 0;
    float: none;
    height: 100px;
}
.main-menu {
    padding: 0;
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    margin-top: -14px;
    width: 28px;
    height: 28px;
    display: inline-block;
}
.logo {
    left: 15px;
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.logo img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.logo-menu {height: 100px;line-height: 100px;}
.logo-menu img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.list-our-services-category .owl-controls .owl-page, .list-our-services-category .owl-controls .owl-buttons div {
    position: absolute;
    top: 45%;
    font-size: 18px;
    font-weight: 600;
}
.list-our-services-category .owl-controls .owl-buttons .owl-next{
    right: 15px;
}
.list-our-services-category .owl-controls .owl-buttons .owl-prev{
    left: 15px;
}


@media (min-width: 576px){}
@media (min-width: 768px){
    .header-container .layout-header-3 {height: 110px;}
    .logo, .logo-menu {height: 110px;line-height: 110px;}
    .logo-menu {margin-top: 40px;}
}
@media (min-width: 992px){
    .header-container .layout-header-3 {height: 120px;}
    .logo, .logo-menu {height: 120px;line-height: 120px;}
}
@media (min-width: 1201px){
    .header-container .layout-header-3 {
        width: 100%;
        min-height: 130px;
        line-height: 130px;
    }
    .logo {
        width: auto;
        float: left;
        max-width: 420px;
        height: 130px;
        line-height: 130px;
    }
    .main-menu {
        float: right;
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
    }
}

.btn-slider {margin: 5px;}
.btn-play{
    z-index: 998;
}

/*freeze footer*/
.freeze-footer { position: fixed; right: 0; bottom: 0; padding: 0 15px 15px 0; display: inline-block;z-index: 9999;}
.freeze-footer ul li {list-style-type: none;}
.freeze-footer a {width: 100%; margin-bottom: 15px;}
.freeze-footer a.btn_make_appointment {background-color: #ed2869;border-color: #ed2869;}
.freeze-footer a.btn_call_now {background-color: #fec168;border-color: #fec168;}
.freeze-footer a:hover{ border-color: #fff;color: #ffffff; }

/*freeze header*/
.freeze-header{ position: fixed !important; left: 0;top: 0; z-index: 9999;width: 100%; }
.freeze-header.with-bg{ background-color: #fff; -webkit-box-shadow: 0px 1px 1px #eee; -moz-box-shadow: 0px 1px 1px #eee; box-shadow: 0px 1px 1px #eee; }
.freeze-header.with-bg { width: 100%; }

.freeze-btn.scroll_btn { top: 130px; }
.our-services {
    z-index: 0;
}

.footer-3-box ul.social_icon li.social-icons a {
    float: none;
    width: unset;
    margin-right: 0px;
    display: inline-block;
    margin: 5px;
}

.img-our-services {
    text-align: center;
}

.book-online span {
    color: #333;
    padding: 10px 15px;
    font-weight: bold;
}

/* Slider */
.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;}
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before, .sp-selected-button{background-color: #fff;}
.slider-width-height .fixed {height: 0; /* Auto height */}
@media screen and ( max-width: 767px ) {.slider-width-height .fixed {height: 0; /* Auto height */}}
@media screen and ( max-width: 575px ) {.slider-width-height .fixed {height: 0; /* Auto height */}}
@media screen and ( max-width: 354px ) {.slider-width-height .fixed {height: 0; /* Auto height */}}

.image-source-link {
    color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

#owl-our-gallery .owl-prev, #owl-our-gallery .owl-next{
    height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    font-size: 40px;
    opacity: 0;
}
#owl-our-gallery .owl-prev {
    left: -30px;
}
#owl-our-gallery .owl-next{
    right: -30px;
}
#owl-our-gallery:hover .owl-next,
#owl-our-gallery:hover .owl-prev {
    opacity: 1;
}

/*Booking*/
.item-booking {
    min-width: 100%;
    width: auto;
    float: none;
    clear: both;
}
.email-booking .multi select {
    height: 222px;
}
.email-booking .group-select optgroup, .email-booking .group-select option {
    height: auto;
    white-space: normal;
}
.sms-booking #btn_search_booking .btn-search, .email-booking .btn-search {
    height: 40px;
    line-height: 1;
    background-color: #fdb1aa;
    color: #fff;
}
.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-red{
    color: red;
    font-style: italic;
}
.box_account_v1 {
    background: #fff;
}
.btn {
    margin-bottom: 15px;
}

.email-booking .btn-search {
    width: auto;
    margin: 0;
}
.sms-booking .group-select, .email-booking .group-select {
    width: 100%;
    margin-bottom: 15px;
}
.sms-booking #btn_search_booking .btn-search {
    margin: 0;
    width: 100%;
}
.time_work_staff_v1 ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.time_work_staff_v1 ul li a {
    display: inline-block;
    margin: 0;
}
.time_work_staff_v1 ul li+li {
    margin-left: auto;
}
.add-services {
    display: inline-block;
    width: auto;
    float: none;
}
.add-services .fa, .remove-services .fa {
    font-size: 17px;
}
@media ( max-width: 575px ) { .email-booking .multi select { max-height: 47px;} }
.book247-style-1 {
    padding-bottom: 30px;
}

#open_booking .mfp-close {
    background-color: #e9eaea;
}

#open_booking {
    padding: 15px !important;
}
.box_account_v1 .modal_form_header {
    background: none;
    padding-left: 0;
}
#open_booking .popup_main_area {
    padding: 15px 0 0;
}
#open_booking .group-select {
    width: 100%;
    margin-bottom: 15px;
}
#open_booking .btn_confirm {
    background-color: #fdb1aa;
    color: #fff;
}

/* Consent */
.consent-btn, .consent-btn:hover, .consent-btn:focus {
    padding: 10px 15px;
    border: 1px solid #333;
}

.btn_consent, .btn_consent:hover, .btn_consent:focus {
    display: block;
    width: 100%;
    border: 1px solid #333;
    background: #f9a392;
    color: #fff;
}

.consent-btn:hover, .send_consent .btn_consent:hover {
    box-shadow: 0px 0px 3px #ddd;
}

.send_consent .relative {
    position: relative;
}

.send_consent .group-select, .send_consent .group-select label {
    float: none;
    width: 100%;
}
.send_consent .group-select {
    margin-bottom: 15px;
}

.consent-form p, .consent-form2 p {
    margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.white-popup {
    overflow: initial;
}