.bt-header.header-3 #menu-main-menu .menu-item > a > span:after{
	content:none;
}
.single-fw-portfolio section.fw-title-bar.fw-main-row-custom.fw-main-row-top.fw-content-vertical-align-middle.fw-section-image.fw-section-default-page.fw-portfolio.parallax-section {
    background: #e08585 !important;
    /* display: none; */
}
.bt-header.header-3 #menu-main-menu > li.menu-item:after{
	content:"";
	position: absolute;
  height: 10px;
  width: 1px;
  top: 25px;
  right: -33px;
  background: #222;
}
.mega-bt .mega-menu ul.mega-menu-row {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.bt-header.header-3 #menu-main-menu li.menu-item:last-child:after{
	content:none;
}
.bt-header .bt-header-main .bt-header-container.fw-absolute-header > .container {
    background: #fff;
    border-radius: 30px;
	  top: -30px;
    position: relative;
    z-index: 1;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.header-3-top .bt-header-logo-sidebar-wrap{
    z-index: 0;
}
.bt-cart > a > span{
	display:none;
}
.bt-but-salon > a{
	padding: 15px 35px !important;
    font-weight: 700;
	font-family: 'Zilla Slab';
}
.bt-but-salon > a:hover {
    opacity: 0.9 !important;
}
.hvr-float-shadow > a:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform,opacity;
    transition-property: transform,opacity;
}
.hvr-float-shadow > a:active:before, .hvr-float-shadow > a:focus:before, .hvr-float-shadow > a:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.hvr-float-shadow > a:active, .hvr-float-shadow > a:focus, .hvr-float-shadow > a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.is-header-sticky .bt-header-main .bt-header-container.fw-absolute-header > .container{
	top: 0px;
}
.bt-service > .vc_column-inner{
	border-radius: 100% 100% 30px 30px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
#page .bt-service .wpb_theme_custom_element.wpb_featured_box .vc-custom-inner-wrap .featured-box-alignment .entry-box-wrap .featured-box-title{
	font-size:28px !important;
	font-weight:bold !important;
	line-height:35px;
	margin-bottom:20px;
}
#page .bt-service .wpb_theme_custom_element.wpb_featured_box .vc-custom-inner-wrap .featured-box-alignment .entry-box-wrap .featured-box-text {
	line-height: 26px;
}
.bt-on strong{
	font-size:80px;
	font-family: 'Zilla Slab';
}
ul.bt-ide {
    padding: 0;
    list-style-type: none;
    color: #fff;
}
ul.bt-ide li{
    line-height:45px;
}
.bt-subscrible .newsletter-widget, .bt-subscrible .widget_newsletterwidgetminimal {
    position: relative;
    max-width: 590px;
    background: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.bt-subscrible .widget_newsletterwidgetminimal .tnp-email {
    width: calc(100% - 170px);
    height: 60px;
    line-height: 60px;
	display: inline-block;
	 background: #fff;
   border: none !important;
	 padding-left: 35px;
}
.bt-subscrible .widget_newsletterwidgetminimal .tnp-submit{
	    width: 170px;
    display: inline-block;
    height: 60px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
	    border-radius: 30px !important;
	font-family: 'Zilla Slab';
}
.bt-awesome{
	border-radius: 50px 10px 10px 50px;
}
.bt-head-pricing > strong{
	font-family: Roboto;
	font-size:50px;
	color:#000;
}
ul.bt-ide.pricing {
    color: #494949;
}
ul.bt-contactp {
    padding: 0;
    list-style-type: none;
	color:#fff;
}
ul.bt-contactp li{
    padding: 10px 0;
	font-size:16px;
}
ul.bt-contactp li strong{
    display:block;
}
ul.bt-contactp li strong i{
    color:#000;
	margin-right:10px;
	font-weight:400;
}
.bt-service > .vc_column-inner:hover .icon-wrap{
-webkit-animation-delay: 0s, 0.3s;
animation-delay: 0s, 0.3s;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate;
-webkit-animation-duration: 0.3s, 1.5s;
animation-duration: 0.3s, 1.5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
}
body .bt-contact-form1 input, body .bt-contact-form1 textarea {
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #ababab;
    background: #ffffff;
    padding: 12px 30px;
    margin-bottom: 10px;
    border: 1px solid #f5f5f5;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}
body .bt-contact-form1 textarea {
    height: 160px;
    min-height: auto;
}
body .bt-contact-form1 input[type="submit"] {
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #ffffff;
    background: #d97d86;
    display: inline-block;
    padding: 12px 40px;
    margin-top: 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
		font-family: 'Zilla Slab';
}
.bt-yg-form-question .wpcf7 input {
    font-size: 11px;
    font-style: italic;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: #555555;
    background: #ffffff;
    margin-bottom: 5px;
    padding: 10px 35px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
	    width: 100%;
}
.bt-yg-form-question .wpcf7 .bt-first-name {
    width: calc(50% - 3px);
    float: left;
}
.bt-yg-form-question .wpcf7 .bt-last-name {
    width: calc(50% - 3px);
    float: right;
}
.bt-yg-form-question .wpcf7 .bt-submit input {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.04em;
    text-align: center;
    color: #ffffff;
    background: #000000 !important;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #000000;
}
.bt-yg-form-question .wpcf7 .bt-email-address input {
    margin-bottom: 15px;
}
.bt-yg-form-question {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 32px rgba(0,0,0,0.3);
}
.bt-yg-form-question.ct {
    box-shadow: none;
}
.bt-yg-form-question.ct .wpcf7 .bt-submit input {
    background: #d97d86 !important;
}
span.bt-folow {
    margin-right: 15px;
		font-family: "Great Vibes";
    font-size: 24px;
}
.bt-top-social, .bt-top-social li {
    display: inline-block;
}
ul.bt-top-social li a{
		width: 35px;
    border-radius: 100%;
    background: #fff;
    height: 35px;
    line-height: 35px !important;
    display: inline-block;
    text-align: center
}
.bt-appointment-s{
	background:#d97d86;
	border-radius:30px;
	padding:10px 25px;	
}
.bt-appointment-s > a span{
	color:#fff;
	text-transform: uppercase;
	font-family: 'Zilla Slab';
	font-weight:700;
	font-size: 16px;
}
.bt-header-mobi.header-mobi .bt-header-mobi-main .bt-nav-wrap{
    color: #fff !important;
}
span.notification-cart-total-qtt-dk{
	  top: -8px;
    background: #000;
    color: #fff;
    border-radius: 100%;
    font-size: 12px !important;
    font-weight: 400 !important;
    width: 15px !important;
    height: 15px !important;
    line-height: 15px;
    text-align: center;
    position: relative;
    display: inline-block;
}
.bt-cart .icon-type-v2 i{
	color:#d97d86;
	font-size:19px;
}
.ft-social li{
	  display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    background: #fff;
    margin: 0 10px;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
}
.ft-social li:hover{
    background: #d97d86;
}
.ft-social{
	text-align:center;
}
.bt-footer-widgets{
	padding-bottom:0;
	padding-top:100px;
}
.bt-copyright a {
    color: #d97d86;
}
@media only screen and (max-width: 992px){
	.vc_column-inner .bt-awesome{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.ft-social li {
			margin: 0 4px;
	}
	span.notification-cart-total-qtt-dk {
    margin-top: 25px;
    right: -5px;
    background: #303030;
    color: #fff;
    border-radius: 100%;
    font-size: 10px !important;
    font-weight: 400 !important;
    width: 13px;
    height: 13px !important;
    line-height: 13px !important;
    text-align: center;
}
	li.menu-item-custom-type-off-cavans-menu{
		margin-left:25px !important;
	}
		.bt-ser-p .wpb_featured_box {
		margin-left:0 !important;
		margin-right:0 !important;
	}
}
@media only screen and (max-width: 1200px){
	.vc_column-inner  .bt-pd{
		padding-right:0 !important;
	}
	.bt-service{
		max-width:390px !important;
		margin: 0 auto;
	}
	.vc_column-inner .bt-on{
		width: 220px;
		margin:0 auto;
	}
	.bt-empty {
    height: 40px !important;
	}
	.bt-dis .bt-but-salon {
		text-align:left;
	}
	.bt-dis .bt-but-salon > a{
		margin-left:45px;
	}
}
@media only screen and (max-width: 992px) and (min-width: 768px){
  .bt-pricing-sec > .vc_col-sm-3{
      width: 50% !important;
  }
}
@media only screen and (max-width: 767px){
.bt-copyright span {
    display: block;
}
	.bt-subscrible .widget_newsletterwidgetminimal .tnp-email {
    width: calc(100% - 100px);
}
.bt-subscrible .widget_newsletterwidgetminimal .tnp-submit{
	    width: 100px;
}
	.bt-pricing-sec .vc_column-inner,.bt-counter .vc_column-inner{
 border-right: none !important;
	}
	.bt-font-mobile{
	font-size:40px !important;
	}
	.bt-none-mobile{
		display:none !important;
	}
}
@media screen and (min-width: 721px){
body .th-book-cal-small table.booked-calendar .booked-appt-list {
    max-height: 190px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 15px 20px 10px;
}
	body .th-book-cal-small table.booked-calendar .booked-appt-list h2 span {
    display: none;
}
	body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot {
    border-top: 0;
    margin: 0 0 6px;
}
	body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-time, body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-count {
    display: none;
}
	body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people {
    width: 100%;
    padding: 0;
    height: auto;
}
	body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
}
	body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-timeslot {
    display: block;
    font-weight: 600;
    font-size: 13px;
}
	body .th-book-cal-small table.booked-calendar .booked-appt-list .timeslot .timeslot-people button .button-text {
    display: none;
}
}
@media only screen and (max-width: 640px){
	section.vc_section.bt-bkg-title-page.bt-bkg-title-page-lmsl{
   		 background-color: rgba(217, 125, 134, 0.6);
	}
}
.work-bt {
    width: 270px;
    height: 270px;
    border-radius: 50%;
	background:#d97d86;
    padding-top: 70px;
	text-align: center;
}
.work-bt ul.book-p {
    padding: 0;
    list-style-type: none;
    font-size: 15px;
    font-weight: 600;
	color:#fff;
}
.work-bt h5 {
    font-size: 28px;
    font-weight: 600;
	color:#fff;
}
#main .bt-book-list{
	    background-position: top !important;
}
/* #page .wpb_theme_custom_element.wpb_portfolio_grid .grid-item.item-skin-block-image .item-inner .entry-content .bt-excerpt {
    display: none;
    color: #666;
} */


.first-section {display: none;}
/* .mobile-view {
	display: none;
} */
.share-post-wrap{
	display: none !important;
}
@media screen and (max-width: 1199px) {
/* 	.mobile-view {
	display: block;
} */
/* .desktop-view {
	display: none;
} */
	.desktop-view ul.bt-ide{
		font-size:25px !important;
	}
}
@media screen and (max-width: 460px) {
/* 	.mobile-view {
	display: block;
} */
/* .desktop-view {
	display: none;
} */
	.desktop-view ul.bt-ide{
		font-size:18px !important;
	}
}
@media screen and (max-width: 996px) {
.first-section {display: block;}

}
.pdfemb-the-canvas:hover .pdfemb-toolbar.pdfemb-toolbar-hover.pdfemb-toolbar-bottom{
    display: none !important;
}
@media screen and (min-width: 320px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 5rem;
    padding-right: 5rem;
}
}
@media screen and (min-width: 360px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 7.5rem;
    padding-right: 5rem;
}
}
@media screen and (min-width: 400px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 8rem;
    padding-right: 5rem;
}
}
@media screen and (min-width: 450px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 12rem;
    padding-right: 5rem;
}
}
	@media screen and (min-width: 480px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 13rem;
    padding-right: 5rem;
}
}
@media screen and (min-width: 500px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 15rem;
    padding-right: 5rem;
}
}
	@media screen and (min-width: 550px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 18rem;
    padding-right: 5rem;
}
}
	@media screen and (min-width: 600px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 19rem;
    padding-right: 5rem;
}
}
@media screen and (min-width: 610px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 20rem;
    padding-right: 5rem;
}
}
@media screen and (min-width: 640px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 22rem;
    padding-right: 5rem;
}
}
@media screen and (min-width: 660px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 23rem;
    padding-right: 5rem;
}
}
	@media screen and (min-width: 700px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 25rem;
    padding-right: 5rem;
}
}
	@media screen and (min-width: 990px) {
.bt-header-mobi-main img.main-logo {
	padding-left: 27rem;
    padding-right: 5rem;
}
}