.header-style-6 .header-nav .nav>li.menu-item-has-children:before{
	content:"";
}
.dz-load-more i,
.loadmore-btn i
{
  display:none;
}
.dz-load-more.active i,
.loadmore-btn.active i
{
  display:inline-block;
}
.says, .comment-meta{
  display:none;
}

/* Text Logo */
.logo-header .text-logo{
	text-align: center;
}
.logo-header.mostion .text-logo{
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.logo-header .site-title{
	font-size: 32px;
    margin-bottom: 0;
    line-height: 1.1;
}

.logo-header .site-description{
    margin-bottom: 0;
}
@media only screen and (max-width: 767px){
	.logo-header .site-title {
		font-size: 24px;
	}
}

/* Signup btn list */
.signup-btn-list{
	display: inline-block;
	margin-left: 10px!important;
}
.signup-btn-list li a{
	color: #fff!important;
}
.site-header .top-bar .social-list{
	display: inline-block;
}

/* Header top bar */
@media only screen and (max-width: 991px){
	.dlab-topbar-left ,
	.dlab-topbar-right {
		width: 100%;
		text-align: center;
	}
}

/* header nav social */
.header-nav .logo-header ,
.header-nav .dlab-social-icon ,
.header-nav .signup-btn-list {
	display: none;
}
.header-nav .dlab-social-icon a i{
	margin: 0;
}
.header-nav .dlab-social-icon a {
    width: 35px;
    height: 35px;
    padding: 0;
    border: 1px solid rgba(0,0,0,0.2);
    line-height: 32px;
    text-align: center;
    border-radius: 40px;
}
.header-nav .dlab-social-icon a:hover{
	color: #fff;
	background-color: #ff5ea5;
}
.header-nav .signup-btn-list{
	margin: 0;
	padding: 0;
	text-align: center;
}
.header-nav .signup-btn-list li{
	display: inline-block;
}
.header-nav .signup-btn-list li a{
	border: 1px solid rgba(0,0,0,0.2);
	display: block;
	color: #000!important;
    border-radius: 8px;
	padding: 6px 12px;
    font-size: 14px;
}
.header-nav .signup-btn-list li a:hover{
	color: #fff!important;
	background-color: #ff5ea5;
}
@media only screen and (max-width: 991px){
	.header-nav .dlab-social-icon {
		display: block;
		padding-top: 30px;
		padding-bottom: 20px;
		clear: both;
	}
	.header-nav .signup-btn-list{
		display: block;
	}
	.header-nav .logo-header{
		display: table;
	}
}

/* Header transparent */
.site-header.dark .logo-header .text-logo .site-title a,
.header-transparent.spa-header .logo-header .text-logo .site-title a,
.header-transparent:not(.header-salon) .is-fixed .logo-header .text-logo .site-title a,
.header-transparent:not(.header-salon) .is-fixed .logo-header .text-logo .site-description{
	color: #fff;
}
.header-transparent.spa-header .header-nav .text-logo .site-title a,
.site-header.dark .header-nav .text-logo .site-title a{
	color: #232323!important;
}
.header-transparent.spa-header .is-fixed .header-nav .text-logo .site-description{
	color: var(--primary)!important;
}

/*** VC ***/
.page-wraper .vc_column_container > .vc_column-inner{
	padding-left:0;
	padding-right:0;
}
.page-wraper .vc_row{
	margin-left:0;
	margin-right:0;
}
/*** VC END ***/

/*** My Account Start ***/
.dz-account-btn{
	background-color: #fff;
    color: #ff5ea5;
    padding: 8px 14px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid;
    border-color: #fff;
    font-size: 14px;
}
.dz-account-btn:hover{
	background-color:#ff5ea5;
	color:#fff;
	border-color: #fff;
}
.site-header .top-bar:not(.bg-primary) .dz-account-btn{
	background-color:#ff5ea5;
	color:#fff;
}
.site-header .top-bar:not(.bg-primary) .dz-account-btn:hover{
	border-color: #ff5ea5;
	background-color:#fff;
	color:#ff5ea5;
}

/*** My Account END ***/

/*Booking Plugin Form */
body #booked-profile-page {
    margin: 0 15px;
    padding: 0px 0;
}
.login-remember label{
	display: flex;
	align-items: center;
}
.login-remember input{
	opacity:1;
	position: unset !important;
	top: auto !important;
	margin: -2px 7px 0 0 !important;
}
body #booked-profile-page .booked-tabs{
	display: flex;
	align-items: center;
	justify-content: center;
}
body #booked-profile-page .booked-tab-content{
	padding: 30px;	
}
body #booked-profile-page input[type="submit"],
body #booked-profile-page .booked-tab-content form p input{
    margin-top: 0;
    height: 50px;
    padding: 10px 30px;
    border-color: rgba(0,0,0,0.1);
    border-radius: 4px;
}
body #booked-profile-page .booked-tab-content form p label{
	margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 15px;
}
body #booked-profile-page .booked-tabs{
	background-color:rgba(0,0,0,0) !important;
	text-align:center;
	margin-bottom: 5px !important;
	padding-bottom: 7px !important;
	margin-top: 30px!important;
	border: 0!important;
}
body #booked-profile-page .booked-tabs li:before{
	content: none;
}
body #booked-profile-page .booked-tabs li a{
    background: #191f23;
    padding: 0 25px;
    line-height: 50px;
    border-radius: 4px;
    margin: 0 5px;
	position:relative;
	display: flex;
    align-items: center;
}
body #booked-profile-page .booked-tabs li a .counter{
	margin-left: 7px;
    font-weight: 700;
    background-color: #fff;
    color: #000;
    height: 20px;
    border-radius: 50px;
    line-height: 20px;
    padding: 0px 10px;
    font-size: 12px;
}
body #booked-profile-page .booked-tabs.login{
	border: 0;
}
body #booked-profile-page input[type=submit].button-primary{
	background:#ff5ea5;
	border-color:#ff5ea5;
	
}
body #booked-profile-page .booked-tabs li a:hover,
body #booked-profile-page .booked-tabs li.active a, 
body #booked-profile-page .booked-tabs li.active a:hover,
body #booked-profile-page input[type=submit].button-primary:hover{
	background:#FF5EA5 !important;
	border-color:#FF5EA5 !important;
}
body #booked-profile-page .booked-tab-content{
	border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    box-shadow: 5px 12px 20px 0 rgba(0,0,0,0.05);
	max-width: 840px;
    margin: auto;
}
body #booked-profile-page input[type="submit"]{
	font-size: 15px;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 4px;
}
body #booked-profile-page .booked-tabs li {
	float: none!important;
	position:relative;
	margin-bottom: 15px!important;
}
body #booked-profile-page .booked-tabs li.active a{
	background-color:#ff5ea5 !important;
}
body #booked-profile-page .booked-tabs li.active:after{
	content: "";
    width: 10px;
    height: 10px;
    background: #ff5ea5;
    display: block;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    bottom: -5px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
}
.booked-calendar-shortcode-wrap{
		margin-top:70px !important;
		margin-bottom: 70px !important;
}
body #booked-profile-page .booked-profile-header {
    border-radius: 3px;
    width: 840px;
    margin: auto;
}
@media only screen and (max-width: 991px){
	body #booked-profile-page .booked-profile-header {
		width: 100%;
	}
	.dz-account-btn {
    padding: 4px 8px;
    font-size: 12px;
}
}
@media only screen and (max-width: 591px){
	body #booked-profile-page {
		padding: 20px 0 0;
		margin: 0 0px;
	}
	body #booked-profile-page .booked-tab-content {
		padding: 20px;
	}
	body #booked-profile-page .booked-profile-header {
		width: 100%;
		text-align: center;
	}
	body #booked-profile-page .booked-user-avatar {
		float: unset;
	}
	body #booked-profile-page .booked-tabs li a {
		margin: 0;
		justify-content: center;
	}
	
}

/* mfp */
.mfp-bg ,
.mfp-wrap {
    z-index: 99999;
}

.menu-service-menu-container .menu-item a{
	border-left: 3px solid;
	border-color: transparent;
}
.menu-service-menu-container .current-menu-item a{
	border-color: #ff5ea5;
}

/* Shop Item */
.item-box .item-info-in a.add_to_cart_button.loading:before {
    content: "\f110";
    font-size: 20px;
    font-family: fontawesome;
}
.item-box .item-info-in a.add_to_cart_button i{
	display: none;
}
.item-box .item-info-in a.add_to_cart_button:before {
	visibility: visible;
	opacity: 1;
	content: "\f07a";
    font-size: 20px;
    font-family: fontawesome;
}
.item-box .item-info-in a.add_to_cart_button.added:before {
	content: "\f217";
}

.post-slider-1{
	margin-top:70px;
}

.post-slider-3{
	margin-bottom:70px;
}
.mfp-counter,
.mfp-title
{
	display:none;
}

.dz-ajax-overlay{
	position: relative;
}
	
.dz-ajax-overlay:before{
	content: "";
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
    border-radius: 4px;
}

/* author */
.author-box {
    padding: 30px;
    background: #ffffff;
    box-shadow: 2px 5px 15px 0 rgb(0 0 0 / 10%);
}
.author-box .author-profile-info {
    display: flex;
}
.author-box .author-profile-info .author-profile-content ul li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: var(--primary);
    color: #fff;
    vertical-align: middle;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.author-box .author-profile-info .author-profile-content h6, 
.author-box .author-profile-info .author-profile-content .h6{
    font-size: 24px;
}
.author-box .author-profile-info .author-profile-pic {
    width: 100px;
    height: 100px;
    overflow: hidden;
    min-width: 100px;
    border-radius: 10px;
	margin-right: 25px;
}
@media only screen and (max-width: 576px){	
	.author-box .author-profile-info {
		display: block;
	}
	.author-box .author-profile-info .author-profile-pic{
		margin-bottom: 25px;
	}
}

/* Contact Us */
.contact-style-1 textarea.form-control{
    height: 150px;
}

@media only screen and (max-width: 991px){
	.dz-order-1 {
		order: 1;
		margin-top: 20px;
	}
}

/* Blog Sidebar */
@media only screen and (max-width: 991px){
	.side-bar{
		padding-left: 0;
		padding-right: 0;
	}
}

/* Subscribe Message */
.dz-subscription-msg {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
}

.hair-footer .widget.widget_beautyzone_dz_newsletter h6:after{
    content: none;
}
.hair-footer .widget.sub-bx{
    padding-bottom: 40px;
}

/* Footer 4 */
.site-footer.footer-4 .widget_beautyzone_dz_newsletter{
	padding: 60px 30px;
    max-width: 600px;
	height: auto!important;
}
.site-footer.footer-4 .footer-bottom{
	border-top: 1px solid rgba(255,255,255,0.1);
}
@media only screen and (max-width: 591px){
	.site-footer.footer-4 .widget_beautyzone_dz_newsletter {
		padding: 40px 15px;
	}
}

body #booked-page-form{
	padding: 50px 0 80px 0px;
}

.booking-sidebar-contact{
	margin-top:20px;
}

.wp-block-code>code{
	color:#fff!important;
}
.post-link-in {
    padding: 15px 50px;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s;
}


.yith-wcwl-add-to-wishlist-button__label{
    display: none !important;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: white !important;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
   color: white !important;
}

.woocommerce-error li a{
	color: #fff !important;
}
.item-info-in ul{
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.woocommerce-wishlist a
{
	line-height: 0px !important;
}

.woocommerce-wishlist a svg
{
	height: 25px;
	width: 25px;
}