
body {
    font-family: Raleway,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.84615;
    color: #3A3A3A;
}
a {
    color: #ef577a;
    text-decoration: none;
}
a:focus, a:hover {
    color: #e41645;
    text-decoration: underline;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.84615;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-default, a.btn {
    color: #ef577a;
    background-color: #fff;
    border-color: #ef577a;
}
.btn-default.active, .btn-default:active, .btn-default:hover, .open>.dropdown-toggle.btn-default, 
a.btn.active, a.btn:active, a.btn:hover {
    color: #ef577a;
    background-color: #e6e6e6;
    border-color: #ea1f4e;
}
.h2, h2 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 15px;
}
hr {
    margin-top: 23px;
    margin-bottom: 23px;
    border: 0;
    border-top: 1px solid #dcdcdc;
}
#list-service > hr {
    border-width: 2px;
}
p {
    margin-bottom: 20px;
}
.dh-container1 img {
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #515151;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.art-main {
    background: #FFFFFF;
    margin: 0 auto;
    font-weight: normal;
    font-style: normal;
    position: relative;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    overflow: hidden;
}
.art-header{
    position: relative;
    padding-bottom: 20px;
}
.main-container{
    padding-top: 20px;
}
.page-child .art-header {
    background: #312c2c url(/themes/ibe01c/assets/images/slide1.jpg) no-repeat scroll 55% 35%;
    height: 220px;
    position: relative;
}
.mean-bar:before{
    display: block;
    content: "menu";
    position: absolute;
    right: 55px;
    top: 20px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.page-child .art-header:after {
    content: "";
    display: block;
    background: rgb(239, 87, 122);
    background: rgba(239, 87, 122, 0.7);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-child .art-header .top-header {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 111;
}
#home-slider .owl-prev, #home-slider .owl-next, #services-slider .owl-prev, #services-slider .owl-next {
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 32px;
    width: 52px;
    height: 52px;
    line-height: 48px;
    text-align: center;
    margin-top: -26px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}
#services-slider .owl-prev {
    left: 20px;
}
#services-slider .owl-next {
    right: 20px;
}
#list-service .service {
    padding-top: 20px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.center-block {
    float: none;
}
#list-service .service .heading {
    text-align: center;
    margin-bottom: 35px;
}
.service-pack {
    padding-left: 30px;
    padding-right: 30px;
}
.service-pack .name {
    line-height: 24px;
    display: table;
    width: 100%;
    font-weight: 700;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 10px;
}
.service-pack .price {
    font-size: 24px;
    display: table-cell;
    text-align: right;
    color: #EF577A;
    line-height: 1;
    padding-left: 30px;
}
b, optgroup, strong {
    font-weight: 700;
}
.service-pack .list {
    list-style: none;
    padding: 0;
}
.service-pack .list li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 5px;
}
.service-pack .list li:before {
    content: "\f047";
    font-family: "FontAwesome";
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 10px;
    color: #EF577A;
}
.box-about-up {
    margin-bottom: 50px;
}
.section{
    padding-bottom: 50px;
}
.heading .title {
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
}
#box-service .heading {
    float: none;
    text-align: center;
    margin-bottom: 25px;
}

#box-service {
    background: #FAF9F9;
    padding-bottom: 35px;
}
#box-service .heading .title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #EF577A;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    margin-left: -35px;
}
#box-testimonial {
    padding-top: 30px;
    padding-bottom: 110px;
    position: relative;
    background: url(/themes/ibe01c/assets/images/bg-testimonial.jpg) no-repeat center;
    background-size: cover;
}
#box-testimonial .heading {
    text-align: center;
    margin-bottom: 60px;
}
.box .heading .title {
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
}

#box-testimonial .heading .title:after {
    border-color: #fff;
}
#carousel-testimonial .slide-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
#Captcha{
    color: #000;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#box-testimonial .center-block {
    float: none;
}
#box-testimonial .heading {
    text-align: center;
    margin-bottom: 60px;
}
#box-testimonial:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#carousel-testimonial .slide-excerpt {
    font-size: 15px;
    color: #fff;
}
#carousel-testimonial .owl-buttons {
    text-align: center;
}
#carousel-testimonial .owl-prev, #carousel-testimonial .owl-next {
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#carousel-testimonial .owl-prev, #carousel-testimonial .owl-next {
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#carousel-testimonial .slide {
    text-align: center;
    margin-bottom: 50px;
}
#carousel-testimonial .owl-prev:hover, #carousel-testimonial .owl-next:hover {
    color: #EF577A;
    border-color: #EF577A;
}
#box-testimonial .center-block {
    float: none;
}
#box-contact {
    color: #fff;
    background: #EF577A;
    padding-bottom: 0px;
}
#box-contact .heading {
    text-align: center;
}
#box-contact .heading .title {
    color: #fff;
}
#box-contact .heading .title:after {
    border-color: #fff;
}
.box .heading .desc {
    font-size: 15px;
}
address {
    margin-bottom: 23px;
    font-style: normal;
    line-height: 1.84615;
}
.mobile_logo {
    align-items: center;
    display: block;
}
.mobile_logo img {
    max-height: 60px;
    /*margin-top: 10px;*/
}
.wpcf7-form-control{
    max-width: 100%;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    border-color: #212739;
    background: #ffffff;
    margin-top: 74px;
}
.mean-container .mean-nav ul li a {
    color: #666666;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}

.mean-container .mean-nav ul li a:hover, .mean-container .mean-nav ul li.active a {
    background: rgba(0, 0, 0, 0);
    color: #EF577A!important;

}
.mean-container .mean-nav ul li a.mean-expand {
    font-size: 18px;
    line-height: 1.5;
    height: 1.5em;
    border: 1px solid rgba(255, 255, 255, 0.5);

}
#box-contact .form-contact {
    border: none;
    padding: 30px 0;
}
.sp-arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 20px;
    width: 32px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    margin-top: -10px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
}
#box-contact .form-contact .form-control::-webkit-input-placeholder {
    color: #fff;
}
#box-contact .form-contact .form-group-btn {
    padding-top: 25px;
    margin-bottom: 10px;
}
#box-contact .form-contact .btn-send {
    padding: 8px 40px;
}
#box-contact .form-contact .btn-send:hover {
    background: #4C4C4C;
    color: #fff;
    border-color: #4C4C4C;
}
.form-control {
    width: 100%;
    height: 37px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control {
    box-shadow: none;
    height: 50px;
    font-size: 15px;
}
#box-contact .form-contact .form-control {
    background: #EF577A;
    border-color: #fff;
    color: #fff;
    font-size: 15px;
}
.box {
    padding-top: 20px;
}


img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
#box-testimonial .heading .title {
    color: #fff;
}
.heading .title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #EF577A;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 70px;
    margin-left: -35px;
}
.heading .title:after {
    left: 0;
    margin-left: 0;
}
.btn {
    padding: 8px 25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.btn-default .badge, .btn-primary {
    color: #fff;
    background-color: #ef577a;
}
.btn-primary {
    border-color: #ed4068;
    border-radius: 0;
}
.btn-primary.focus, .btn-primary:focus,.btn-primary.active, .btn-primary:active, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #eb2855;
    border-color: #da1542;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #da1542;
    border-color: #9e0f30;
}
.btn-special {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 20px 0px 20px 0px;
}
.mean-container a.meanmenu-reveal{
    background: #fff;
    border-radius: 5px;
}
.mean-container a.meanmenu-reveal>span,.mean-container a.meanmenu-reveal>span:before,
.mean-container a.meanmenu-reveal>span:after {
    background: #EF577A;
}


.mean-container a.meanmenu-reveal:before{
    content: "";
    display: block;
}
.list-image{
        margin-bottom: 20px;
}
.btn-special .fa {
    margin-left: 10px;
    font-size: 18px;
}
#box-service .service {
    margin-bottom: 30px;
    text-align: center;
}
#box-service .service .wrap-img {
    display: block;
    height: 110px;
    line-height: 110px;
}
#box-service .service h2 {
    margin-top: 0px;
}
.desktop-logo{
    padding-top: 20px;
    padding-bottom: 10PX;
}
.top-header{
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}
ul.art-hmenu>li>a {
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}
ul.art-hmenu>li>a:before {
    content: "";
    display: block;
    height: 2px;
    width: 94%;
    position: absolute;
    bottom: 0;
    left: 3%;
    transition: all 0.4s ease 0s;
}
ul.art-hmenu>li>a:after {
    content: "";
    display: block;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -1.5px;
    transition: all 0.4s ease 0s;
}
ul.art-hmenu>li>a:hover:before, ul.art-hmenu>li>a:focus:before, ul.art-hmenu>li.active>a:before {
    background: #fff;
}
ul.art-hmenu>li>a:hover:after,ul.art-hmenu>li>a:focus:after, ul.art-hmenu>li.active>a:after {
    border-bottom-color: #fff;
}
ul.art-hmenu>li>a:focus, ul.art-hmenu>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

ul.art-hmenu>li{
    margin-left: 60px;
}
ul.art-hmenu>li:first-child{
    margin-left: 0;
}
ul.art-hmenu>li>a {   
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    color: #ffffff;
    padding-left: 0;
    padding-right: 0;
}
.text-bold{
    font-weight: 700;
}
.alm-listing {
    margin: 0;
    padding: 0;
}
.alm-listing li {
    background: 0 0;
    margin: 0 0 30px;
    padding: 0 0 0 170px;
    overflow: hidden;
    position: relative;
    list-style: none;
}
.alm-listing li p {
    margin: 0;
}
.list-tes {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.list-tes .tes {
    padding: 40px 0px;
    border-bottom: 1px dotted #EF577A;
}
.list-tes .icon {
    display: block;
    float: left;
    width: 54px;
    height: 52px;
    margin-top: 15px;
    margin-right: 30px;
    background: transparent url(/themes/ibe01c/assets/images/welcome.png) no-repeat 50% 50%;
    background-size: cover;
}
.list-tes .name {
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.list-tes .group {
    overflow: hidden;
}
.list-tes .excerpt {
    font-size: 15px;
    margin-bottom: 10px;
}
#box-about .wrap-image {
    margin-bottom: 20px;
}
#page-contact h3 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}
#page-contact{
    margin-bottom: 60px;
}
#list-service {
    margin-bottom: 70px;
}
.fb-icon{
    width: 50px;
}
.line-height-15{
    line-height: 1.5;
}
.MsoNormal-text{
    text-align: justify;
}
.about-span{
    padding-right: 20px;
}
.row.small-padding{
    margin-right: -2px;
    margin-left: -2px;
}
.row.small-padding .col-small-padding{
    padding-left: 2px;
    padding-right: 2px;
}
.page-about .page-header {
    margin-bottom: 40px;
}
.page-header .title:after {
    content: "";
    display: block;
    border-bottom: 1px solid #EF577A;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
}
.page-header .breadcrumb {
    float: right;
    background: transparent;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.page-header {
    padding-bottom: 10.5px;
    margin: 46px 0 23px;
    border-bottom: 1px solid #fff;
}
.page-header {
    margin: 35px 0px 35px;
    padding: 0px;
}
.page-header .title {
    float: left;
    margin: 0px;
    padding-bottom: 20px;
    position: relative;
}
address.desc{
font-weight: 700;
}
.font-sm{
    font-size: 13px;
}
.heading-center.heading .title:after {
    left: 50%;
    margin-left: -35px;
}
#footer {
    font-size: 15px;
    text-align: center;
    background: #EF577A;
    color: #fff;
    padding: 50px 0px 25px;
}
.gallery-item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
dd, dt {
    line-height: 1.84615;
}
dt, kbd kbd, label {
    font-weight: 700;
}
.gallery-item .landscape a {
    overflow: hidden;
    display: block;
}
.gallery-item .landscape a img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    -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;
}
.gallery-item .landscape a img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
#gallery-2 {
  margin: auto;
}
#gallery-2 .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
}
#gallery-2 img {
  border: 2px solid #cfcfcf;
}
#gallery-2 .gallery-caption {
  margin-left: 0;
}
#box-about {
    padding-bottom: 20px;
}
#footer a{
    color: #fff;
    }
.gridder {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    list-style: none;
}
.gridder-list {
    float: none;
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
    margin-bottom: 30px;
    position: relative;
}
.gridder-list .wrap-img {
    position: relative;
}
.wp-post-image {
    padding-bottom: 10px;
}
.gridder-list .overlay {
    position: absolute;
    top: -100%;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #757679;
    font-size: 16px;
    background: rgb(239, 87, 122);
    background: rgba(239, 87, 122, 0.6);
}
.gridder-show {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.gridder-content {
    display: none;
}
.gridder-show .gridder-close {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 0px;
    font-size: 24px;
    color: #515151;
    line-height: 1;
}
.gridder-show h2 {
    margin-top: 0px;
    padding-right: 30px;
}
.slider {
    position: relative;
    width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    overflow: hidden;
    cursor: pointer;
    /*max-height: 440px;*/
    overflow: hidden;
}
.slider-active .slider-handle {
    position: absolute;
    height: 100%;
    left: 50%;
    width: 4px;
    background: #fff;
    z-index: 3;
}
.slider-active .slider-handle:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    left: 0;
    border: 15px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.slider-active .slider-handle:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    right: 0;
    border: 15px solid transparent;
    border-right: 20px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.slider-active .slider-a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.slider-active .slider-a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
}
.slider-a img, .slider-b img {
    pointer-events: none;
    display: block;
    width: 100%;
}
.slider-active .slider-a img {
    visibility: hidden;
}

.alm-btn-wrap .alm-load-more-btn{font-size:15px;font-weight:600;width:auto;height:42px;line-height:42px;background:#ed7070;color:#fff;border:none;border-radius:3px;margin:0 0 4px;padding:0 20px;display:inline-block;position:relative;-webkit-transition:padding .25s ease-in-out,width .25s ease-in-out;transition:padding .25s ease-in-out,width .25s ease-in-out;text-align:center;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.alm-btn-wrap .alm-load-more-btn:hover{background-color:#e06464;color:#fff;text-decoration:none}.alm-btn-wrap .alm-load-more-btn:active{-webkit-box-shadow:inset 0 2px 1px rgba(0,0,0,.1);box-shadow:inset 0 2px 1px rgba(0,0,0,.1);text-decoration:none}.alm-btn-wrap .alm-load-more-btn:active,.alm-btn-wrap .alm-load-more-btn:focus{outline:0}.alm-btn-wrap .alm-load-more-btn.loading{padding-left:44px}.alm-btn-wrap .alm-load-more-btn.done{cursor:default;opacity:.2;background-color:#ed7070;outline:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}.alm-btn-wrap .alm-load-more-btn.done:before,.alm-btn-wrap .alm-load-more-btn:before{background:0 0;width:0}.alm-btn-wrap .alm-load-more-btn.loading:before{background:#fff url(http://lovelandnailsandspa.com/wp-content/plugins/ajax-load-more/core/img/ajax-loader.gif) no-repeat center center;width:30px;height:30px;margin:6px;border-radius:2px;display:inline-block;z-index:0;content:'';position:absolute;left:0;top:0;overflow:hidden;-webkit-transition:width .5s ease-in-out;transition:width .5s ease-in-out}.alm-btn-wrap,.alm-masonry{display:block;overflow:hidden;clear:both}.alm-btn-wrap{text-align:center;padding:10px 0 25px}.ajax-load-more-wrap.blue .alm-load-more-btn{background-color:#0081bf}.ajax-load-more-wrap.blue .alm-load-more-btn.done,.ajax-load-more-wrap.blue .alm-load-more-btn:hover{background-color:#0073aa}.ajax-load-more-wrap.green .alm-load-more-btn{background-color:#6fca68}.ajax-load-more-wrap.green .alm-load-more-btn.done,.ajax-load-more-wrap.green .alm-load-more-btn:hover{background-color:#64b95e}.ajax-load-more-wrap.red .alm-load-more-btn{background-color:#ca4b4b}.ajax-load-more-wrap.red .alm-load-more-btn.done,.ajax-load-more-wrap.red .alm-load-more-btn:hover{background-color:#b13b3b}.ajax-load-more-wrap.purple .alm-load-more-btn{background-color:#a86bb9}.ajax-load-more-wrap.purple .alm-load-more-btn.done,.ajax-load-more-wrap.purple .alm-load-more-btn:hover{background-color:#9963a8}.ajax-load-more-wrap.grey .alm-load-more-btn{background-color:#888}.ajax-load-more-wrap.grey .alm-load-more-btn.done,.ajax-load-more-wrap.grey .alm-load-more-btn:hover{background-color:#777}.ajax-load-more-wrap.white .alm-load-more-btn{background-color:#fff;color:#666;border:1px solid #efefef}.ajax-load-more-wrap.white .alm-load-more-btn.done,.ajax-load-more-wrap.white .alm-load-more-btn:hover{background-color:#efefef;color:#333}.ajax-load-more-wrap.white .alm-load-more-btn.done{border-color:#fff}.ajax-load-more-wrap.infinite .alm-load-more-btn{width:100%;background-color:transparent!important;background-position:center center;background-repeat:no-repeat;background-image:url(http://lovelandnailsandspa.com/wp-content/plugins/ajax-load-more/core/img/spinner.gif);border:none!important;opacity:0;-webkit-transition:opacity .25s ease;transition:opacity .25s ease;-webkit-box-shadow:none!important;box-shadow:none!important;overflow:hidden;text-indent:-9999px;cursor:default!important;outline:0!important}.ajax-load-more-wrap.infinite .alm-load-more-btn:before{display:none!important}.ajax-load-more-wrap.infinite .alm-load-more-btn:active{-webkit-box-shadow:none;box-shadow:none}.ajax-load-more-wrap.infinite .alm-load-more-btn.done{opacity:0}.ajax-load-more-wrap.infinite .alm-load-more-btn.loading{opacity:1}.ajax-load-more-wrap.infinite.skype .alm-load-more-btn{background-image:url(http://lovelandnailsandspa.com/wp-content/plugins/ajax-load-more/core/img/spinner-skype.gif)}.ajax-load-more-wrap.infinite.ring .alm-load-more-btn{background-image:url(http://lovelandnailsandspa.com/wp-content/plugins/ajax-load-more/core/img/spinner-ring.gif)}.ajax-load-more-wrap.infinite.fading-blocks .alm-load-more-btn{background-image:url(http://lovelandnailsandspa.com/wp-content/plugins/ajax-load-more/core/img/loader-fading-blocks.gif)}.ajax-load-more-wrap.infinite.fading-circles .alm-load-more-btn{background-image:url(http://lovelandnailsandspa.com/wp-content/plugins/ajax-load-more/core/img/loader-fading-circles.gif)}.ajax-load-more-wrap.infinite.chasing-arrows .alm-load-more-btn{background-image:url(http://lovelandnailsandspa.com/wp-content/plugins/ajax-load-more/core/img/spinner-chasing-arrows.gif)}.alm-listing{margin:0;padding:0}.alm-listing li{background:0 0;margin:0 0 30px;padding:0 0 0 170px;overflow:hidden;position:relative;list-style:none}.alm-listing li.no-img{padding:0}.alm-listing li p{margin:0}.alm-listing li h3{margin:0 0 10px}.alm-listing li img{position:absolute;left:0;top:0;border-radius:2px}

/*//////////////////// HOVER DIRECTIONAL ////////////////////*/
    .dh-container {
        position: relative;
        overflow: hidden;
    }
    .dh-overlay {
        position: absolute;
        top: -100%;
    }
    [class^="dh-container"] {
        overflow: hidden;
        margin-bottom: 4px;
        width: 100%;
        max-height: 184px;
        background: transparent;
        float: left;
    }
    [class^="dh-overlay"] {
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
        height: 100%;
    }
/*//////////////////// SLIDER PRO ////////////////////*/

    .slider-pro img.sp-image{
        opacity: 0.3;
    }
    .sp-image-container{
        background-color:rgba(239, 87, 122, 1);
    }

    .sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
        display: none;
    }
    .sp-fade-arrows {
        opacity: 1;
    }
/*//////////////////// MAIN SLIDER ////////////////////*/
    .sp-slide-content {
        display: table;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .sp-slide-text {
        display: table-cell;
        height: 100%;
        vertical-align: bottom;
    }
    .sp-slide-title-text {
        position: relative;
        font-size: 44px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.8;
        opacity: .9;
        color: #fff;
        text-align: center;
        padding-left:10%;
        padding-left:10%;
        padding-bottom: 70px;
        text-shadow:1px 1px 3px #000;
    }
    .sp-slide-description-text {
        margin-top: 0;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        opacity: .75;

    }
    .sp-buttons {
        margin-top: -60px;
        padding-bottom: 19px;
    }
    .sp-button {                    
        border: 2px solid #fff;
        width: 15px;
        height: 15px;
        box-shadow: 0 0 2px #000;
    }
    .sp-selected-button {
        background-color: #ffffff;
    }
    .mb-50 {
        margin-bottom: 90px;
    }
    .sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before{
        background-color: #ffffff;
        width: 30%;
    }
    @media only screen and (max-width: 767px){
        .sp-image-container{
            position: relative;
            overflow: hidden;
         }
        /*.sp-image{
            position: absolute;
            top: -9999px;
            bottom: -9999px;
            left: -9999px;
            right: -9999px;
            margin: auto;
        }                           */
        .sp-slide-title-text {
            font-size: 24px;
            padding-bottom: 40px;
            text-align: center;
            padding-left: 0;
        }
        .sp-buttons {
            margin-top: -40px;
            padding-bottom: 7px;
        }
        .mb-xs-30 {
            margin-bottom: 30px;
        } 
        .mb-xs-20 {
            margin-bottom: 30px;
        }    
    }
    @media only screen and (max-width: 568px) and (min-width: 320px){
        .sp-button {
            width: 15px;
            height: 15px;
        }
    } 
/*NAV*/
    .navbar {
        border:none;
        margin-bottom: 0;
        min-height: unset;
    }

    .dropdown-submenu.pull-left{
        width: 100%;
        float: none!important;
    }
    .dropdown-menu {
        border-radius: 0;
    }
    .dropdown-submenu.pull-left>.dropdown-menu, .dropdown.pull-left .dropdown-menu >.dropdown-submenu.pull-left>.dropdown-menu {
        left: -100%;
        width: 100%;
        margin-left: 0;
        border-radius: 0;
    }
    .dropdown-submenu>.dropdown-menu{
        border-radius: 0;
    }
/*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{
        /*border:1px solid #848484;*/
    }
    .cart-wrraper{
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        padding-top: 15px;
        padding-bottom: 16px;
        background-color:transparent; 
        text-shadow: none;
    }

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

    .table-cart{
        /*background-color:#000;
        color: #fff;*/
        border:none;
        margin-bottom:0;
    }
    .table-cart .thead .table-head{
        background-color: #9db1ca;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
    }
    .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.total-change-cell{
        width: 100%;
    }
    .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:#872163;
    }
    .cart-product-image{
        width: 72px;
        height: 72px;
        margin-right: 15px;
    }
    .cart-product-image>img{
        width: 100%;
        height: auto;
    }
    .cart-product-name{
        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:#872163;
        padding-top: 15px;
    }
    .total-amount-cell{
        padding:0;
    }

        .table-row
        {
            border-bottom: 1px solid #848484;
        }
            .cart-product-image,.cart-product-description{
            display: inline-block;
            vertical-align: top;
            
        }
    @media (min-width: 585px){
        .table-cart .tbody .table-data.total-change-cell{
            width: auto;
        }   
    }

    @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 #848484;
        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;
    }


    }
/*CARD IMAGES*/
    .cards-item{
        cursor: pointer;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cards-item .cards-item-image {
        transition: transform 0.25s ease;
        margin-bottom: 20px;
    }
    .cards-item:hover .cards-item-image {
        transform: scale(1.05);
    }
    .fullWidth {
        height: auto;
    }
/*////////////// GALLERY ///////////////*/
    .row-gallery{
        padding-top: 10px;
        margin-right: -5px;
        margin-left: -5px;
    }
    .row-gallery .gallery-item-wrapper{
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    .gallery-item-1>span{
        background-image:url(/themes/ibe01c/assets/images/slider-1.jpg);
    }
    .gallery-item-2>span{
        background-image:url(/themes/ibe01c/assets/images/slider-2.jpg);
    }
    .gallery-item-3>span{
        background-image:url(/themes/ibe01c/assets/images/slider-3.jpg);
    }
    .gallery-item-4>span{
        background-image:url(/themes/ibe01c/assets/images/slider-4.jpg);
    }
    .gallery-item-5>span{
        background-image:url(/themes/ibe01c/assets/images/slider-1.jpg);
    }
    .gallery-item-6>span{
        background-image:url(/themes/ibe01c/assets/images/slider-2.jpg);
    }
    .gallery-item>span{
        width: 100%;
        height: 100%;
        display: block;
        background-size: cover;
        background-position: 50% 50%;
        transition:transform 0.25s ease;
    }
    .gallery-item:hover>span{
        transform:scale(1.1) rotate(-5deg);
    }
    .price-table-wrap{
        background-image: url("/themes/ibe01c/assets/images/3.png");
        background-repeat: no-repeat;
        background-size: cover;
    }
    .price-table-bottom-img{
        width: 100%;
        text-align: right;
    }
    .pagination>li>a.hover-main-color, .pagination>li>span.hover-main-color{
        /*background-color: #c38211;*/
        color: #000;
        border-color:  #C8A441;
    }
    .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: #C8A441;
       cursor: pointer;
       color: #fff;
    }
/*LOGIN*/
    .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-family: 'Lato', sans-serif;
        font-variant-ligatures: common-ligatures;
    }
    .btn_login_social .btn_facebook_v1 {
        background: #3B5998;
        padding: 7px 25px;
    }

    .btn_login_social .btn_gplus_v1 {
        background: #dd4b39;
        padding: 7px 35px;
    }
/*PAYMENT*/
    @media (max-width: 767px){
        .form-group label{
            padding-top: 10px;
        }
    }
    label{
        min-height: 1em;
    }
    .time_show{
        margin-bottom:15px;
        padding-top:15px
    }
    .info-danger{
        color: red; font-style: italic; margin: 10px 0; display: block;
    }
    .time_am_v1,.time_pm_v1{
        padding-top: 20px
    }
    img.staff-avatar-img{
        max-width: 120px; 
        width: 100%;
    }
    .addButton,.removeButton{
        color: inherit;
    }
    .box_person{
        padding-top: 20px;
    }
    .staff_service_v1{
        padding-top: 10px;
    }
    .cart .order .inner {
        padding: 15px 20px 0px 20px;
    }
    .cart .order .subtotal {
        padding: 0px 20px 15px 20px;
    }
    .cart .order .total span {
        color: #F00;
        font-size: 24px;
    }
    .cart .order .total {
        padding: 15px 20px;
    }
    .cart .order {
        /* background: #f9fdff; */
        border: 1px solid #9cb128;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .inner .price, .subtotal span, .total span {
        /* color: #000; */
        font-weight: bold;
    }
    .cart img {
        margin: 0 auto 25px auto;
        text-align: center;
        display: block;
        max-width: 100%;
    }
    .cart .product-wr{
        display: flex;

    }
    .cart .name_product{
        -webkit-flex:1;
        padding-right: 10px;
        padding-left: 10px;
    }
    .cart .frame_img{
        width: 60px;
    }

    a.logo img {
    max-height: 120px;
}

.map-container iframe {
    height: 607px;
}

.contact-board-inner a:hover {
    color: inherit;
}

/*SERVICES*/
    /*.service-name{
        font-size: 30px;
        font-style: normal;
        line-height: 1;
        font-weight: bold;
        padding-left: 40px;
        background-position: 5px 2px;
        background-image: url('/themes/ibe01c/assets/images/sunflower.png');
        background-repeat: no-repeat;
        padding-bottom: 15px;
        margin-bottom: 5px;
        border-bottom: 1px solid #289e00;
        padding-right: 15px;
    }
    .price-item{
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .price-item-number{
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight:bold;
    }
    .service-img-col{
        padding-top: 20px;padding-bottom: 20px
    }
    .circle-service-image{
        width: 180px;
        height: 180px;
        border-radius:125px; 
        background-image:url('/themes/ibe01c/assets/images/nailservice-picture-1.jpg');
        border: 3px solid #fec168;
        display: inline-block;
        margin-top: 20px;
    }
    .circle-service-image-1{
        background-image: url(/themes/ibe01c/assets/images/nailservice-picture-1.jpg);
    }
    .circle-service-image-2{
        background-image: url(/themes/ibe01c/assets/images/nailservice-picture-2.jpg);
    }
    .circle-service-image-3{
        background-image: url(/themes/ibe01c/assets/images/nailservice-picture-3.jpg);
    }
    .circle-service-image-4{
        background-image: url(/themes/ibe01c/assets/images/nailservice-picture-4.jpg);
    }
    .rouded-service-image{
        width: 180px;
        height: 180px;
        border-radius:5px; 
        background-image:url('/themes/ibe01c/assets/images/nailservice-picture-1.jpg');
        display: inline-block;
        margin-top: 20px;
    }
    .service-note{
        margin-top: 5;
    }
    .service-row{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .service-row img.img-responsive{
        display: inline-block;
        margin: 0;
    }
    .top-right{
        text-align: left;
    }
    .detail-price-item{
        display: flex;
        width:100%;
        padding-top: 8px;
        padding-bottom: 5px;
    }
    .detail-price-dots{
        flex: 1;
        border-bottom: 2px dotted #808080;
    }
    .detail-price-number{
        padding-left: 5px;
        font-size: 18px;
        font-weight: bold;
    }
    .detail-price-name{
        padding-right: 5px;
        font-size: 18px;
    }
    @media (min-width: 768px){
        .top-right{
            text-align: right;
        }
        .col-price-item-right{
            padding-left: 0;
        }
        .col-price-item-left{
            padding-right: 0;
        }
    }
    @media (min-width: 992px){
    }
    @media (min-width: 1200px){
        .circle-service-image{
            width: 250px;
            height: 250px;
        }
        .rouded-service-image{
            width: 250px;
            height: 250px;
        }
    }*/

    .service .wrap-img img {
    background-color: #e85678;
}

.box .heading .title  {
    margin-top: 0;
}
@media screen and (max-width: 1024px)
{
.heading .title {
    margin-top: 20px;
}  
.box .heading .title  {
    margin-top: 20px;
}
}
@media screen and (max-width: 768px)
{
	.gallery-item {
	    width: 50% !important;
	}
}
@media (min-width: 768px){
	.navbar-nav{
	    display: inline-block;
	    padding-top: 0;
	    padding-bottom: 0;
	    float: none;
	    vertical-align: middle;
	}
	.navbar-collapse.collapse.desktop-nav{
		padding-top: 0;
		padding-bottom: 0;
	}
	/*HOVER DROPDOWN IN TABLET & DESKTOP*/
	li.dropdown:hover>a {
    	border-radius: 0 0;
	}
	li.dropdown:hover>.dropdown-menu {
	    display: block;
	    border-radius: 0;
	}
	#box-contact .form-contact {
	    border: 1px solid #fff;
	    padding: 30px;
	} 	
	.sp-arrow{   
        color: #fff;
        position: absolute;
        top: 50%;
        font-size: 32px;
        width: 52px;
        height: 52px;
        line-height: 48px;
        text-align: center;
        margin-top: -26px;
        border: 2px solid #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
    }


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



}
@media screen and (max-width: 1024px)
{
.box,#box-testimonial.box {
    padding-top: 45px;
    padding-bottom: 5px;
}   

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


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

}
/*Form 1*/
.box_img_giftcard {
    max-height: 320px;
    margin: 5px 0;
    border: 1px solid #ccc;
    padding: 3px;
    min-height: 57px;
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: width 2s;
    transition: width 2s
}

.box_img_giftcard img {
    max-height: 100%;
    margin: 0 auto
}

.preview_img {
    border: 1px solid #ccc;
    padding: 5px
}

.preview_img img {
    display: block;
    margin: 0 auto
}

.pd-fix {
    padding: 0 5px
}

.circle_check {
    position: absolute;
    background: #fff;
    width: 20px;
    height: 20px;
    left: 3px;
    bottom: 3px;
    border: 1px solid #ccc;
    border-radius: 20px
}

.box_preview {
    border: 1px dashed #ccc;
    padding: 10px;
    background: #f6f5f5
}

ul.information {
    display: block;
    clear: both;
    overflow: hidden
}

ul.information li span {
    text-align: left;
    display: block;
    background: #f5f5f5;
    margin: auto;
    padding: 5px;
}

ul.information span.center {
    text-align: center !important;
    font-weight: bold;
    font-size: 20px
}

ul.information span.left {
    float: left;
    font-weight: bold;
    min-width: 80px
}

ul.information span.right {
    display: inline-block !important;
    float: left;
    font-style: italic
}

ul.information li {
    display: block;
    clear: both
}

.fl-flex-label, .list_form li, .cart .form_cart p, .cart .order .total ul {
    text-align: left
}

.title_gift {
    clear: both;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 15px;
}

.p-payment h3 {
    margin-bottom: 40px
}

.block_line {
    clear: both;
    display: flex;
}

ul.total-payment-info li {
    margin: 5px;
    line-height: 25px;
}

.box_cart {
    clear: both;
    margin: 20px 0;
    min-height: 200px;
}

.modal-content {
    clear: both;
    overflow: hidden;
}

.modal-dialog.modal-m {
    margin: auto;
}

.btn_payment {
    margin: 10px 0;
}

.form-tooltip-error {
    margin-bottom: 4px;
    max-width: 250px;
    font-size: 12px;
}

.fl-flex-label.fl-collapsed .fl-label {
    font-size: 10px;
    padding-top: 0;
    line-height: 18px;
}

.fl-flex-label .form-control:not(.form-control-lg) {
    min-height: 36px;
}

.fl-flex-label .fl-label {
    padding-top: 6px;
}

.cart .order .total ul {
    padding: 0 20px;
}

.cart .order .total ul li span.order_price {
    font-size: 18px;
    font-weight: 500;
}

.cart .order .total ul li span.order_price_total {
    font-weight: 600;
    color: #f00;
    font-size: 24px;
}

.box-promotion {
    position: relative;
}

.promotion_price, .price-promotion {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 5px;
    background-color: rgba(207, 0, 15, 0.9);
    color: #fff;
    font-size: 15px;
}

.price-promotion.bonus {
    background-color: rgba(255, 69, 0, 0.9);
}

span.right.camount, span.right.cquantity {
    color: #f00;
    font-size: 16px;
    font-weight: bold;
}

.box_img_giftcard {
    position: relative;
}

.box_img_giftcard .img_popup {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 10;
    width: 500px !important;
    max-width: 500px !important;
}

.box_img_giftcard .img_popup img {
    width: 100%;
    max-height: 100%;
}

.active .circle_check {
    background-color: #76c8c2;
    border: 1px solid #76c8c2;
}

@media (max-width: 768px) {
    .block_line {
        display: block;
    }
}

.box_img_giftcard:hover > .img_popup {
    display: block
}

.box_img_giftcard .img_popup:hover {
    display: none;
}

@media (max-width: 768px) {
    .box_img_giftcard:hover > .img_popup, .box_img_giftcard:active > .img_popup, .box_img_giftcard:focus > .img_popup {
        display: none
    }
}

/* Custom */
.block-giftcards, .box-cart, .box-recipient {
    margin-bottom: 15px;
}

.note-text, .in-content p.note-text {
    margin: 0 0 5px;
    font-size: 80%;
}

.group-select.group-checkbox input {
    float: left;
}

.group-select.group-checkbox label {
    width: auto;
}

.mybox-order {
    margin: 0 0 15px;
    padding: 15px;
    background: #f6f5f5;
    border: 1px dashed #ccc;
    border-radius: 3px;
    color: #000;
}

.mybox-order ul, .mybox-order ul li {
    margin: 0;
    padding: 0;
}

.mybox-order ul li {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 0 0 15px;
}

.mybox-order .money {
    color: #f00;
}

.mybox-order .item-info {
    display: block;
    clear: both;
}

.mybox-order .item-info .item-image, .mybox-order .item-info .item-name, .mybox-order .item-info .item-price {
    margin: 0 0 15px;
}

.mybox-order .item-info .item-image {
    max-width: 100px;
    margin-right: 15px;
    float: left;
}

.mybox-order .item-info .item-price, .mybox-order .total label, .mybox-order .total span {
    font-weight: bold;
}

.mybox-order .total span {
    font-size: 130%;
    color: #f00;
}

.mybox-order .btn-discount, .mybox-order .btn-discount:hover {
    background-color: #f00;
    color: #fff;
}

.mybox-order .cart-item {
    border-bottom: 1px dotted #aaa;
    padding: 0;
    margin: auto auto 15px;
}

ul.information {
    margin: 0 0 15px 0;
    padding: 0;
}

a.disabled, button.disabled, input[type="submit"].disabled {
    pointer-events: none;
    cursor: default;
}

a.disabled, button.disabled, input[type="submit"].disabled {
    pointer-events: none;
    cursor: default;
}

.giftcards-details .mTitle {
    text-align: left;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.giftcards-details .mItem {
    font-size: 17px;
    margin: 15px 0;
}

.custom-price-note, .gift-price-note, .gift-price-note p {
    color: #f00;
    font-size: 90%;
    margin-top: -5px;
}

.gift-price-note {
    margin-bottom: auto;
}

.image-item .price-up, .image-item .promotion_price, .image-item .price-promotion {
    max-width: 100%;
    max-height: 75%;
    overflow-y: auto;
}

.m-coupon-info {
    margin: 15px auto;
}

.m-giftcards {
    position: relative;
}
/*Cart*/
.mycarttable {
    background: none;
}

.mycarttable .table {
    margin-bottom: 0;
    border: none;
}

.mycarttable thead tr th,
.mycarttable tbody tr td {
    color: #4e4e4e;
    padding: 0;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #ddd;
}

.mycarttable thead tr th *,
.mycarttable tbody tr td * {
    margin: 0;
}

.mycarttable thead tr th {
    background: #f9f9f9;
    color: #4e4e4e;
    border: 1px solid transparent;

    height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    vertical-align: middle;
}

.mycarttable .list-row tbody tr:first-child td {
    border: none;
}

.mycarttable thead tr th.th-qty {
    width: 100px;
}

.mycarttable thead tr th.th-price-total {
    text-align: right;
}

.mycarttable thead tr th.th-remove,
.mycarttable tbody tr td.td-remove {
    width: 50px;
    text-align: right;
}

.mycarttable tbody tr td .list-row-col {
    padding: 15px;
}

.mycarttable tbody tr td .list-row-col .image-item {
    width: 130px;
    margin-right: 15px;
    float: left;
    position: relative;
    z-index: 0;
}
.mycarttable tbody tr td .list-row-col .image-item img {
    width: 100%;
}
.mycarttable tbody tr td .list-row-col .image-item .price-up {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 5px;
    background: rgba(207, 0, 15, 0.9);
    color: #fff;
    font-size: 11px;
}

.mycarttable tbody tr td .list-row-col .image-item .price-up.bonus {
    background-color: rgba(255, 69, 0, 0.9);
}

.mycarttable tbody tr td .list-row-col .tax-item {
    font-size: 13px;
}

.mycarttable tbody tr td .list-row-col .name-item,
.mycarttable tbody tr td .list-row-col .price-item,
.mycarttable tbody tr td .list-row-col .price-total-item,
.mycarttable tbody tr td .price-row-col,
.mycarttable tbody tr td .price-row-col p {
    font-weight: bold;
}

.mycarttable tbody tr td .price-row-col {
    white-space: nowrap;
}

.mycarttable tbody tr td .list-row-col .form-control {
    min-width: 90px;
}

.mycarttable tbody tr td .list-row-col .form-control.autowidth {
    min-width: 110px;
}

.mycarttable tbody tr td .list-row-col .price-total-item,
.mycarttable .price-row tbody tr,
.mycarttable .price-row tbody tr td {
    text-align: right;
    color: inherit;
}

.mycarttable .price-row tbody tr.noneboder td,
.mycarttable .price-row tbody tr:not(:first-child) td {
    border: none;
}

.mycarttable tbody tr td:first-child {
    width: 90%;
}

.mycarttable tbody tr td .price-row-col {
    padding: 5px 15px;
}

.mycarttable .price-row tbody tr:last-child td .price-row-col,
.mycarttable .price-row tbody tr:last-child td .price-row-col p {
    font-size: 120%;
    color: #f00;
}

.mycarttable tbody tr td .price-row-col p {
    white-space: nowrap;
}
.mybutton {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
}

.mybutton .btn-continue {
    float: left;
}

.mybutton .btn-next, .mybutton .btn-next2 {
    float: right;
}

.mybutton .btn-next {
    background-color: #ef2b53;
}

@media (min-width: 768px) {
    .mycarttable tbody tr td .list-row-col .form-control.autowidth {
        min-width: 150px;
    }
}

@media (min-width: 992px) {
    .mycarttable tbody tr td .list-row-col .form-control.autowidth {
        min-width: 240px;
    }
}

@media (max-width: 767px) {
    .mycarttable {
        padding: 0;
        background: none;
    }

    .mycarttable thead tr th {
        background: #f9f9f9;
    }

    .mycarttable .price-row tbody tr:first-child td {
        border: none;
    }

    .mycarttable tbody tr td .small-sm {
        font-size: 90%;
        line-height: initial;
    }

    .mycarttable tbody tr td p {
        white-space: normal;
    }

    .mycarttable tbody tr td .list-row-col .name-item {
        min-width: 250px;
    }
}

@media (max-width: 575px) {
    .mycarttable tbody tr td .list-row-col .name-item {
        min-width: 110px;
        line-height: 1.3;
    }

    .mycarttable tbody tr td .list-row-col .image-item {
        float: none;
    }

    .mycarttable thead tr th, .mycarttable thead tr td, .mycarttable tbody tr td .list-row-col {
        font-size: 13px;
        padding: 15px 7px;
    }

    .mycarttable tbody tr td .list-row-col .form-control {
        min-width: 75px;
    }
}

/*Payment*/
.mypayment .title-gift, .mypayment .title-cart {
    clear: both;
    text-align: left;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 15px;
}

.mybox-order {
    margin: 0 0 15px;
    padding: 15px;
    background: #f6f5f5;
    border: 1px dashed #ccc;
    border-radius: 3px;
    color: #000;
}

.mybox-order ul, .mybox-order ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mybox-order .cart-item {
    border-bottom: 1px dotted #aaa;
    padding: 0;
    margin: auto auto 15px;
}

.mybox-order .image-item {
    width: 130px;
    margin-right: 15px;
    float: left;
    position: relative;
    z-index: 0;
}
.mybox-order .image-item img {
    width: 100%;
}

.mybox-order .image-item .price-up,
.mybox-order .image-item .promotion_price,
.mybox-order .image-item .price-promotion
{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 5px;
    background: rgba(207, 0, 15, 0.9);
    color: #fff;
    font-size: 11px;
}

.mybox-order .image-item .price-up.bonus,
.mybox-order .image-item .promotion_price.bonus,
.mybox-order .image-item .price-promotion.bonus {
    background-color: rgba(255, 69, 0, 0.9);
}

.mybox-order.style2 .item-info {
    display: flex;
}

.mybox-order.style2 .item-info .name-tax-quatity-item {
    flex: 1;
    padding-right: 15px;
}

.mybox-order .name-item, .mybox-order .tax-item, .mybox-order .price-item {
    margin: 0;
    padding: 0;
    border: none;
}

.mybox-order .name-item, .mybox-order .price-item {
    font-weight: bold;
}

.mybox-order .tax-item {
    font-size: 13px;
}

.mybox-order.style2 .money {
    color: inherit;
    font-weight: bold;
}

.mybox-order.style2 .cart-total .money {
    color: #f00;
}

/* Details */
.giftcards-details .mTitle {
    text-align: left;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 15px;
    margin-top: 30px;
}

.giftcards-details .mItem {
    font-size: 17px;
    margin: 15px 0;
}
/* Global */
* > img, img {
    max-width: 100%;
}

* > a, a, .pointer {
    cursor: pointer;
}

ul, ul > li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.bootstrap-datetimepicker-widget, .datepicker-input .bootstrap-datetimepicker-widget {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.fa-input .fa {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 10px;
    top: calc(50% - 9px);
    font-size: 18px;
}

.form-group .form-input, .form-group .form-control-wrapper {
    position: relative;
}

.form-group option {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Oppenhours - Contact info */
.foh-wrap, .fci-wrap {
    display: 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 {
    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;
    vertical-align: top;
}

.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: 10px;
    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: 0 auto;
    overflow: hidden;
}

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

/* Display table */
.stable {
    display: table;
}

.stable .stable-row {
    display: table-row;
}

.stable .stable-cell {
    display: table-cell;
    vertical-align: top;
}

@media screen and ( min-width: 992px ) {
    .stable .stable-cell-lg {
        display: table-cell;
        vertical-align: top;
    }
}

@media screen and ( min-width: 768px ) {
    .stable .stable-cell-md {
        display: table-cell;
        vertical-align: top;
    }
}

@media screen and ( min-width: 576px ) {
    .stable .stable-cell-sm {
        display: table-cell;
        vertical-align: top;
    }
}

/* Image bg */
.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: left;
    background-position-y: top;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

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

/* End global */

.art-main {
    overflow: hidden;
}

.art-sheet {
    position: relative;
}

.art-postcontent .pagination > li > a, .art-postcontent .pagination > li > span {
    line-height: 1.42857143;
}

/* Header - Footer */
.mobile-menu nav {
    display: none;
}

.mobile_logo {
    width: calc(100% - 100px);
}

.logo {
    margin: 0;
    display: inline-block;
}

.mobile_logo.stable .stable-cell {
    vertical-align: middle;
}

.navbar-nav > li > a, .account_main > li > a {
    color: #fff;
}

.account_mobile {
    white-space: nowrap;
}

.dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
}

.account_mobile > li > a {
    color: #fff;
}

.dropdown-menu > li {
    width: 100%;
}

.dropdown-menu > li > a {
    color: #333;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #333;
    background-color: #f5f5f5;
}

li.dropdown > .dropdown-menu, li.dropdown:hover > .dropdown-menu {
    margin: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
}

.account_mobile .dropdown-menu.pull-left {
    left: auto;
    right: 0;
}

.dropdown-submenu > .dropdown-menu.pull-left, .dropdown .dropdown-submenu > .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 99%;
}

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

.footer p {
    margin: 0;
}

.page-child header .slider-pro-wrap {
    display: none !important;
}

/* End Header - Footer */

/* Socical */
.social-img-icons {
    margin: 0 0 5px 0;
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden;
}

.social-img-icons img {
    padding: 0;
    margin: 0;
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.social-img-icons img:first-child {
    display: block;
}

.social-scroll .social-img-icons img:last-child {
    display: block;
    top: 100%;
}

.social-scroll .social-img-icons:hover img:first-child {
    top: -100%;
}

.social-scroll .social-img-icons:hover img:last-child {
    top: 0;
}

/* Slider */
.section-slider-wrap .section {
    padding: 0;
}

.sp-buttons, .sp-arrows {
    z-index: 21;
}

.top-header {
    z-index: 50;
}

.sp-slide .video-item, .sp-slide .youtube-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

/* sidebar, Main, Pages, About, Contact */
.openhours-board-inner, .contact-board-inner {
    display: inline-block;
}

.contact-board-inner a {
    color: inherit;
}

#box-contact .form-contact .form-control::-moz-placeholder {
    color: #fff;
}

#box-contact div.error, #box-contact div.error-list, #box-contact label.error, #box-contact input.error, #box-contact select.error, #box-contact textarea.error {
    box-shadow: #fff 0px 0px 5px 0px;
}

/* Coupons, giftcards */
.sTitle {
    font-weight: bold;
}

.sDesc {
    margin-bottom: 15px;
}

.coupon_img_v1 {
    margin: 0 0 30px 0;
}

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

.coupon_img_v1 img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.coupon_img_v1.one-col img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.coupon_img_v1 .coupon_info {
    padding-top: 5px;
    text-align: center;
}

/* Gallery ajax */
.box_list_gallery_wrap {
    position: relative;
    z-index: 1;
    min-height: 60px;
}

.box_list_gallery_wrap .box_list_gallery_loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.box_list_gallery_wrap .box_list_gallery_loading img {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 3;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}

/* Gallery */
.gallery-box-wrap {
    padding: 0 10px 0;
}

.gallery-box {
    margin: 0 -10px 10px;
}

/*.gallery-box .image-bg-wrap {padding: 5px;border: 1px solid #a9a9a9;position: relative;z-index: 1;background-color: #fff;}*/
.gallery-box .image-bg-wrap, .gallery-box .image-bg {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 1;
}

.gallery-box:hover > .image-bg-wrap, .gallery-box:hover > .image-bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
}

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

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

.gl-wrap .gallery-box .image-bg {
    border: 5px solid #f07398;
}

/* Service new */
.page-container {
    margin: 0 0 15px;
    border-radius: 5px;
}

.service-btn, .service-btn .btn, .service-btn img, .service-row, .service-row img, .service-image-wrap, .circle-service-image, .service-content-wrap, .service-catname, .service-subcatname, .service-item, .si-info, .si-info-wrap, .si-info-col, .si-name, .si-price, .si-p-wrap, .si-price .old, .si-price .current, .si-price .up, .si-desc {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.service-btn {
    text-align: right;
    margin-bottom: 15px;
}

.service-btn .btn {
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 0 10px;
    text-decoration: none;
    line-height: 35px !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.service-btn .btn + .btn {
    margin-left: 5px;
}

.service-btn img {
    max-height: 16px;
    border: none;
    margin-right: 5px;
    box-shadow: initial;
    display: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.service-btn .btn img:first-child {
    display: initial;
}

.service-btn .btn:hover img:first-child {
    display: none;
}

.service-btn .btn:hover img:last-child {
    display: initial;
}

.service-btn .btn-book {
    background-color: #eb2855;
    border-color: #da1542;
    color: #fff;
}

.service-btn .btn-book:hover {
    background-color: #da1542;;
    border-color: #9e0f30;
    color: #fff;
}

.service-btn .btn-call {
    background-color: #eb2855;
    border-color: #da1542;
    color: #fff;
}

.service-btn .btn-call:hover {
    background-color: #da1542;;
    border-color: #9e0f30;
    color: #fff;
}

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

.service-row:last-child {
    margin-bottom: 0;
}

.service-row .service-image-wrap {
    width: 250px;
    margin: 0 auto 15px;
    border: 2px solid #EF577A;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}

.service-row .service-image-wrap.circle-wrap {
    border-radius: 50%;
}

.service-row .circle-service-image {
    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-row .service-image-wrap.rouded-wrap {
    border-radius: 5px;
}

.service-row .service-image-wrap.rouded-wrap img {
    border: none;
}

.service-row .service-catname, .service-row .service-subcatname {
    line-height: 1.1;
    font-weight: bold;
    font-family: Raleway, Arial, sans-serif;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
    color: #EF577A;
}

.service-row .service-catname {
    font-size: 24px;
}

.service-row .service-subcatname {
    font-size: 21px;
}

.service-row .service-catname:after, .service-row .service-subcatname:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #EF577A;
    /*border-bottom: 1px solid #fec168;*/

    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.service-row .service-catdesc, .service-row .service-subcatdesc {
    margin: -10px 0 15px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 13px;
    font-family: Raleway, Arial, sans-serif;
    color: #3A3A3A;
}

.service-row .si-name, .service-row .si-price, .service-row .si-price .si-p-wrap, .service-row .si-price .old, .service-row .si-price .current, .service-row .si-price .up {
    line-height: 1.1;
    font-weight: 500;
    font-family: Raleway, Arial, sans-serif;
    font-size: 15px;
    color: #3A3A3A;
}

.service-row .si-price, .service-row .si-price .si-p-wrap, .service-row .si-price .old, .service-row .si-price .current, .service-row .si-price .up {
    font-weight: normal;
}

.service-row .service-item {
    margin-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
}

.service-row .service-item.v2 {
    border-bottom: none;
}

.service-item .si-info {
    margin-bottom: 7px;
}

.service-item .si-info-wrap {
    position: relative;
    overflow: hidden;
}

.service-item .si-dots-wrap {
    flex-grow: 1;
}

.service-item .si-dots {
    border-bottom: 1px dotted #3A3A3A;
    margin-bottom: 5px;
}

.service-item .si-name, .service-item .si-price {
    display: inline-block;
    z-index: 1;
    position: relative;
}

.service-item .si-name {
    padding-right: 5px;
}

.service-item .si-price {
    text-align: right;
    float: right;
}

.service-item .si-price span, .service-item .si-price div {
    white-space: nowrap;
}

.service-item .si-price .old, .service-item .si-price .current, .service-item .si-price .up {
    padding-left: 5px;
}

.service-item .si-price .old {
    text-decoration: line-through;
    opacity: 0.7;
}

.service-item .si-desc {
    margin-top: -7px;
    margin-bottom: 13px;
    line-height: 1.5;
    font-weight: normal;
    font-size: 13px;
    font-family: Raleway, Arial, sans-serif;
    color: #3A3A3A;
}

.service-row .service-row {
    padding-left: 15px;
}

@media screen and ( min-width: 576px ) {
    .service-item .si-info-wrap {
        display: flex;
    }

    .service-item .si-price {
        white-space: nowrap;
    }
}

@media screen and ( max-width: 575px ) {
    .service-item .si-info-col {
        display: inline;
    }
}

/* End service new */

/* Booking email */
.booking-email .group_date {
    position: relative;
}

.booking-email span.fa.fa-calendar.calendar {
    position: absolute;
    top: 10px;
    right: 10px;
}

.booking-email p.title_appointment {
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 15px;
    text-align: center;
    line-height: 1;
}

.booking-email .content-shop-booking {
    background: none;
    margin: 0;
    padding: 0;
}

.booking-email select.form-control.list_service {
    height: 245px;
}

.booking-email select.s_error {
    border-color: #f00;
}

.booking-email .form-tooltip-serror ul {
    margin: 0;
}

.booking-email .form-tooltip-serror {
    background: #f95858;
    padding: 5px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 8px;
    max-width: 230px;
    font-size: 14px;
    line-height: 20px;
}

.booking-email .form-tooltip-serror:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -4px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #f95858 transparent transparent;
}

.booking-email .form-group-checkbox .form-tooltip-serror {
    right: 100%;
    bottom: 0;
    margin-bottom: 0;
    margin-right: 10px;
    min-width: 150px;
}

.booking-email .form-group-checkbox .form-tooltip-serror:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 !important;
    left: auto;
    right: -7px;
    bottom: 9px
}

.booking-email .form-label .form-tooltip-serror {
    position: relative;
    display: inline-block;
    margin: -4px 0 -4px 8px;
}

.booking-email .form-label .form-tooltip-serror:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 50%;
    margin: 0 0 -2px !important;
    left: -7px
}

.booking-email .form-tooltip-serror, .form-tooltip-serror * {
    color: #fff !important;
}

.booking-email .item-booking {
    margin: 0;
}

.booking-email .btn {
    background-color: #eb2855;
    border-color: #da1542;
    color: #fff;
    height: 50px;
}

.booking-email .btn:hover {
    background-color: #da1542;;
    border-color: #9e0f30;
    color: #fff;
}

/* Booking sms */
.my-booking-sms {
    margin: 0 0 15px;
}

.my-booking-sms .item-booking {
    margin: 0;
}

.my-booking-sms label {
    font-weight: normal;
}

.my-booking-sms .form-input, .my-booking-sms .is-more {
    position: relative;
}

.my-booking-sms .form-input.input-fa .fa {
    position: absolute;
    margin: 0;
    padding: 0;
    right: 10px;
    top: calc(50% - 9px);
    font-size: 18px;
}

.my-booking-sms .is-more .remove-services {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15px;
}

.my-booking-sms .is-more .remove-services + div > div:first-child > label {
    margin-left: 30px;
}

.my-booking-sms .add-services {
    margin: 0 0 15px;
    display: inline-block;
}

.my-booking-sms .btn {
    background-color: #eb2855;
    border-color: #da1542;
    color: #fff;
    height: 50px;
}

.my-booking-sms .btn:hover {
    background-color: #da1542;;
    border-color: #9e0f30;
    color: #fff;
}

.myconfirm-sms, .myconfirm-sms .time_work_staff_v1 .time_pm_v1 {
    margin: 0;
}

.myconfirm-sms .time_work_staff_v1 .time_am_v1 {
    margin: 0 0 15px;
}

.myconfirm-sms .time_work_staff_v1 label {
    margin: 0 0 5px;
    font-weight: bold;
}

.myconfirm-sms .time_work_staff_v1 ul, .myconfirm-sms .time_work_staff_v1 ul li {
    margin: 0;
    padding: 0;
}

.myconfirm-sms .time_work_staff_v1 ul li {
    display: inline-block;
}

.myconfirm-sms .time_work_staff_v1 ul li a, .myconfirm-sms .time_work_staff_v1 ul li span {
    margin: 0 5px 5px 0;
    padding: 10px 15px;
    text-decoration: none;
    color: #3A3A3A;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100px;
    text-align: center;
    line-height: initial;
    display: block;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.myconfirm-sms .time_work_staff_v1 ul li span {
    border: 0px solid #ccc;
}

.myconfirm-sms .time_work_staff_v1 ul li:hover a, .myconfirm-sms .time_work_staff_v1 ul li:hover span {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #3A3A3A;
}

.myconfirm-sms h4 {
    margin-bottom: 15px;
    font-weight: bold;
}

.myconfirm-sms h4.time_show {
    font-size: 20px;
    color: #3A3A3A;
}

.myconfirm-sms .time_work_staff_v1 ul li.expired {
    display: none;
}

/* Popup confirm */
.box_account_v1 .modal_form_header {
    border-bottom: 1px solid #EF577A;
    background: #EF577A;
    color: #fff;
    min-height: 16.43px;
    padding: 15px 15px;
}

.box_account_v1 .modal_form_header h4 {
    font-weight: bold;
    color: #fff;
}

.popup_main_area {
    background: #fff;
    color: #3A3A3A;
    padding: 15px;
    float: left;
    width: 100%;
}

.btn-success.bootstrap-style {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

.btn-danger.bootstrap-style {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
}

/*!* Css mycarttable *!
.mycarttable {background: none;}
.mycarttable .table {margin-bottom: 0;border: none;}
.mycarttable thead tr th, 
.mycarttable tbody tr td {
    color: #3A3A3A;
    padding: 0;
    text-align: left;
    vertical-align: top;
    border: none;
    border-top: 1px solid #808080;
}
.mycarttable thead tr th *, 
.mycarttable tbody tr td *{margin: 0;}
.mycarttable thead tr th {
    background: #EF577A;
    color: #fff;
    border: 1px solid transparent;
    
    height: 40px;
    padding: 0 15px;
    text-transform: uppercase;
    vertical-align: middle;
}
.mycarttable .list-row tbody tr:first-child td {border: none;}
.mycarttable thead tr th.th-qty {width: 100px;}
.mycarttable thead tr th.th-price-total{text-align: right;}
.mycarttable thead tr th.th-remove, 
.mycarttable tbody tr td.td-remove {width: 50px;text-align: right;}
.mycarttable tbody tr td .list-row-col {padding: 15px;}
.mycarttable tbody tr td .list-row-col img {
    max-width: 110px;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}
.mycarttable tbody tr td .list-row-col .image-item {
    max-width: 110px;
    margin-right: 15px;
    float: left;
}
.mycarttable tbody tr td .list-row-col .name-item, 
.mycarttable tbody tr td .list-row-col .price-item, 
.mycarttable tbody tr td .list-row-col .price-total-item, 
.mycarttable tbody tr td .price-row-col, 
.mycarttable tbody tr td .price-row-col p {font-weight: bold;}
.mycarttable tbody tr td .list-row-col .form-control {min-width: 70px;}
.mycarttable tbody tr td .list-row-col .form-control.autowidth {width: auto;min-width: 110px;}
.mycarttable tbody tr td .list-row-col .price-total-item, 
.mycarttable .price-row tbody tr , 
.mycarttable .price-row tbody tr td {text-align: right;}
.mycarttable .price-row tbody tr.noneboder td, 
.mycarttable .price-row tbody tr:not(:first-child) td {border: none;}
.mycarttable tbody tr td:first-child {width: 90%;}
.mycarttable tbody tr td .price-row-col {padding: 5px 15px;}
.mycarttable .price-row tbody tr:last-child td .price-row-col, 
.mycarttable .price-row tbody tr:last-child td .price-row-col p {font-size: 120%;color: #ff0000;}
.mybutton {margin-top: 15px;}
.mybutton .btn-continue {float: left;}
.mybutton .btn-next {float: right;}
@media screen and (max-width: 767px) {
    .mycarttable {padding: 0;background: none;}
    .mycarttable thead tr th {background: #EF577A;color: #fff;}
    .mycarttable .price-row tbody tr:first-child td {border: none;}
    .mycarttable tbody tr td .small-sm {font-size: 90%;line-height: initial;}
    .mycarttable tbody tr td p {white-space: normal;}
    .mycarttable tbody tr td .list-row-col .name-item {min-width: 250px;}
}
.mypayment {margin: 0; padding: 0;}
.mypayment h4, .mypayment .checkbox {margin: 0 0 15px;}
.mypayment h4 {font-weight: bold;}
.mypayment .checkbox {color: #3A3A3A;}
.mypayment .note {color: #3A3A3A;}
.mybox-order {
    margin:0 0 15px;
    padding: 15px;
    background: none;
    border: 1px solid #EF577A;
    border-radius: 3px;
    color: #3A3A3A;
}
.mypayment .form_cart p {color: #3A3A3A;}
.mybox-order ul, .mybox-order li {margin: 0;padding: 0;}
.mybox-order ul li {
    clear: both;
    display: inline-block;
    width: 100%;
    padding: 0 0 10px;
}
.mybox-order ul li.li-last {padding-bottom: 0;}
.mybox-order .item-info {display: block;clear: both;border-bottom: 1px dotted #3A3A3A;}
.mybox-order .item-info .item-image {margin: 0 -15px;}
.mybox-order .item-info .item-image img {margin: 0 0 15px;}
.mybox-order .item-info .item-name, .mybox-order .item-info .item-price {margin: 0 -15px 15px 0;}
.mybox-order .item-info .item-price, .mybox-order .total label, .mybox-order .total span, .mybox-order .subtotal label, .mybox-order .subtotal span {font-weight: bold;}
.mybox-order .total span, .mybox-order .subtotal span {font-size: 130%;color: #ff0000;}
.total ul li .input-group {position: relative;z-index: 0;}
.total ul li .input-group input[type="text"] {position: relative;padding: 5px 50px 5px 5px;z-index: 1;max-width: 170px;}
.total ul li .input-group button {position: absolute; top: 0;right: 0;z-index: 2;height: 50px;}
.btn-discount, .total ul li .btn-discount {
    display: inline-block;
    padding: 5px 12px;
    background: #eb2855;
    border: 2px solid #da1542;
    color: #fff;
}
.btn-discount:hover, .total ul li .btn-discount:hover {background-color: #da1542;border-color: #9e0f30;color: #fff;}
.b-loader {
    border: 5px solid #4e4e4e;
    border-top: 5px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-left: 0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
!* End css mycarttable *!*/

.page-child .art-header {
    background-image: none;
}

.openhours-board-wrap, .contact-board {
    display: inline-block;
    text-align: center;
}

.wrap-img.auto-height, #box-service .service .wrap-img.auto-height {
    height: auto;
}

#box-service .service .title {
    margin-top: 15px;
    margin-bottom: 15px;
}

.services-board .service {
    margin: 0 15px 15px;
}

.services-board .owl-buttons {
    text-align: center;
}

.services-board .owl-prev, .services-board .owl-next,
.owl_service_board.owl-carousel .owl-nav .owl-next, .owl_service_board.owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #EF577A;
    font-size: 24px;
    border: 2px solid #EF577A;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 10px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.owl-carousel .owl-nav {
    text-align: center;
}

/* Responsive */
/* Min width */
@media ( min-width: 480px ) {
}

@media ( min-width: 576px ) {
    .contact-board-inner .fci-content .address br {
        display: none;
    }
}

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

@media ( min-width: 992px ) {
    .in-container, .main-wrap {
        min-height: 320px;
    }

    .openhours-board-wrap-master {
        text-align: right;
    }

    .contact-board-master {
        text-align: left;
    }
}

@media ( min-width: 1200px ) {
    .contact-contact .fci-content .address br {
        display: none;
    }
}

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

@media ( max-width: 767px ) {
    .top-header {
        position: relative;
    }

    .mobile_logo {
        text-align: left;
    }

    a.logo img {
        height: 70px;
        padding: 5px;
    }

    .page-child .art-header {
        height: 100px;
    }
}

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

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

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

/* Min and Max width */
@media (min-width: 576px) and ( max-width: 767px ) {
    .contact-contact .fci-content .address br {
        display: none;
    }
}

/*CSS LOGO*/
.mean-container .mean-bar, .mobile_logo {
    height: 100px;
    padding: 0;
}

.mobile_logo {
    line-height: 100px;
}

.mobile_logo img, .mobile_logo a.logo img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100px;
}

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

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

@media (min-width: 768px) {
    .mean-container .mean-bar, .mobile_logo {
        height: 110px;
    }

    .mobile_logo {
        line-height: 110px;
    }

    .mobile_logo img, .mobile_logo a.logo img {
        max-height: 110px;
    }

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

@media (min-width: 992px) {
    .desktop-logo {
        padding: 0;
        height: 120px;
        line-height: 120px;
    }

    .desktop-logo img, .desktop-logo a.logo img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 120px;
    }
}

@media (min-width: 1200px) {
    .desktop-logo {
        height: 130px;
        line-height: 130px;
    }

    .desktop-logo img, .desktop-logo a.logo img {
        max-height: 130px;
    }
}

/* Home content */
.home-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.home-text {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.btn-slider + .btn-slider {
    margin-left: 15px;
}

.btn-slider-hr {
    height: 5px;
    display: none;
}

@media (max-width: 414px) {
    .btn-slider-hr {
        display: block;
    }
}

/*freeze footer*/
.freeze-footer {
    position: fixed;
    right: 0;
    bottom: 30px;
    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;
    color: #fff !important;
    padding: 5px 15px;
    font-size: 20px;
}

.freeze-footer a.btn_make_appointment {
    background-color: #ed2869 !important;
    border-color: #ed2869 !important;
}

.freeze-footer a.btn_call_now {
    background-color: #fec168 !important;
    border-color: #fec168 !important;
}

.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: #ef577a;
    -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%;
}

.wrap-img.auto-height img, #box-service .service .wrap-img.auto-height img {
    width: 100%;
    max-width: 574px;
}

.service-row .service-image-wrap, .service-row .service-image-wrap.rouded-wrap img {
    width: 100%;
    max-width: 574px;
}

.center-block.heading .title {
    text-align: center;
}

.center-block.heading .title:after {
    left: 50%;
    width: 70px;
    margin-left: -35px;
}

/* Back To Top */
#back-top {
    position: fixed;
    bottom: 0;
    right: 30px;
}

#back-top a {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.5;
    border-radius: 50%;
    text-align: center;
    color: #FFFFFF;
    line-height: 50px;
}

/* Freeze Footer */
.freeze-footer {
    bottom: 60px;
}

/* Slider */
.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
    display: block;
}

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
    width: 10%;
    height: 30%;
}

.sp-arrow:before {
    top: auto;
    bottom: 50%;
}

.sp-arrow:before, .sp-arrow:after {
    left: 40%;
}

/* Cart, Payment */
.relative {
    position: relative;
}

.mybutton .btn-next {
    color: #fff;
}

.custom-price-note, .gift-price-note {
    margin-bottom: 15px;
}

.gift-price-note p {
    margin-bottom: auto;
}

.block-Payment .group-select, .block-Payment .group-select label {
    float: none;
    width: auto;
}

.block-Payment .group-select {
    margin: auto auto 15px;
}

.block-Payment .group-select label {
    min-height: auto;
}

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


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

.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-category-tab li {
    background-color: #fff;
    color: #000;
}

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

.pagination a {
    background-color: #fff;
    color: #111;
}

.pagination a:hover, .pagination li.active a, .pagination li.pagination_icon a i:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}

ul.m-category-tab a {
    color: #111;
}

ul.m-category-tab a:hover {
    color: #fff;
}

ul.m-category-tab li.active a {
    color: #fff;
}

/*END: module_gallery*/

/*BEG: css for Gallery-Html*/
ul#portfolio-grid.three-column > li {
    margin-bottom: 15px;
    padding-top: 15px;
}

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

.m-image-bg {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 80%;
    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 {
    display: none;
}

.m-gallery-paging.paging {
    display: flex;
    justify-content: center;
}

.youtube-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    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;
}

/*END: css for Gallery-Html*/
