/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 04 2022 | 05:38:09 */
#mc_embed_signup h2{
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500 !important;
  text-transform: uppercase;
  font-size: 12px !important;
  color: rgba(0,0,0,0.4)!important;
  letter-spacing: 1px;
  line-height: 1.8em;
  margin: 0 !important;
}

/* Procedures top section css start */
.mt-fixed-img{
  text-align: center;
  position: relative;
}
.mt-fixed-img .mt-skin-con{
  position: absolute;
  left: -60px;
  bottom: -52px;
}
.mt-fixed-img .mt-pre-treat{
  position: absolute;
  left: 110px;
  top: 0px;
}
.mt-fixed-img .mt-skincare{
  position: absolute;
  right: 110px;
  top: 0px;
}
.mt-fixed-img .mt-post-treat{
  position: absolute;
  right: -60px;
  bottom: -52px;
}
/* Procedures top section css end */

/* Cart icon css start */
#et-top-navigation .et-cart-info{
  display: none;
}
/* Cart icon css end */

/* Single product css start */
.single-product .woocommerce-tabs{
  display: none;
}
/* Single product css end */

/* Cart css start */
body.woocommerce-cart #main-content > .container{
  padding-top: 147px !important;
}
/* Cart css end */

/* Checkout css start */
body.woocommerce-checkout #main-content > .container{
  padding-top: 147px !important;
}
/* Checkout css end */

/* Skincare page css start */
.mt-shop-section h2{
  font-size: 22px !important;
  padding-bottom: 0px;
}
.mt-shop-section p.add_to_cart_inline{
  border: 0 !important;
  text-align: center;
}
.mt-shop-section p.add_to_cart_inline span.amount{
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
.mt-shop-section p.add_to_cart_inline a.ajax_add_to_cart{
  font-size: 18px;
  display: block;
  color: #ffffff;
  background: #e09900;
  border-color: #e09900;
}
.mt-shop-section p.add_to_cart_inline a.ajax_add_to_cart.added:after{
  font-size: 15px;
  line-height: 25px;
  top: 10px;
}
.mt-shop-section p.add_to_cart_inline a.ajax_add_to_cart.loading:after{
  font-size: 15px;
  line-height: 25px;
  top: 10px;
}
.mt-shop-section p.add_to_cart_inline a.ajax_add_to_cart.added:hover:after{
  margin-left: 7px;
}
.mt-shop-section p.add_to_cart_inline a.added_to_cart{
  display: block;
}
.mt-shop-section h2{
  margin-bottom: 10px;
}
/* Skincare page css end */

/* Special page css start */
.mt-special-item h1.fa-trajan{
  margin-top: 10px;
}
.mt-special-item .mt-b-text{
  font-size: 20px;
  line-height: 28px;
}
/* Special page css end */

/* Footer css start */
#main-footer #footer-widgets{
  display: none;
}
/* Footer css end */

/* Custom font css start */
.fa-trajan{
  font-family: 'trajan-pro-3' !important;
}
.fa-trajan-blurb .et_pb_module_header a{
  font-family: 'trajan-pro-3' !important;  
}
#top-menu a{
  font-family: 'trajan-pro-3' !important;
}
/* Custom font css end */
.mb-header{
  display: none;
}
.mobile-book-now{
  display: none;
  text-align: center;
}

/* Contact Form design start */
.mt-row {
  width: 100%;
  padding-top: 0px !important;
}
.general-form .wpcf7-form input[type="text"], 
.general-form .wpcf7-form input[type="email"], 
.general-form .wpcf7-form textarea{
  color: #464141;
  padding:16px;
  border: 1px solid #464141;
  background: transparent;
  width: 100%;
}
.general-form .wpcf7-form input[type="text"]::placeholder, 
.general-form .wpcf7-form input[type="email"]::placeholder, 
.general-form .wpcf7-form textarea::placeholder{
  color: #464141;  
}
.general-form .wpcf7-form select{
  color: #464141;
  -webkit-appearance: none;
  padding: 16px;
  border: 1px solid #464141;
  background: transparent;
  width: 100%;
}
.general-form .mt-select .wpcf7-form-control-wrap:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #464141;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 5;
}
.general-form .mt-select .wpcf7-form-control-wrap.come-for:before {
  display: none;
}
.general-form .mt-select .wpcf7-form-control-wrap.come-for .wpcf7-list-item.first{
  margin-left: -5px;
  margin-top: 3px;
}
.general-form .mt-two-col .wpcf7-form-control-wrap:first-child{
  width: 47%;
  float: left;
  margin-right: 3%;
}
.general-form .mt-two-col .wpcf7-form-control-wrap:last-child{
  width: 47%;
  float: left;
  margin-left: 3%;
}
.general-form .wpcf7-form input[type="text"]:focus, 
.general-form .wpcf7-form input[type="email"]:focus, 
.general-form .wpcf7-form textarea:focus{
  border: 1px solid #464141;
  border-color: #464141 !important;
}
.general-form .wpcf7-form .mt-time{
  width: 70px !important;
  margin-right: 10px;
}
.general-form .wpcf7-form input[type="submit"]{
  cursor: pointer;
  color: #ffffff;
  border-color: #E09900;
  border-radius: 0px;
  font-size: 16px;
  background-color: #E09900;
  padding: 9px 16px;
  border-style: solid;
}
.general-form .wpcf7-form input[type="submit"]:hover{
  border-color: #464141;
  background-color: #464141;
}
/* Contact Form design end */

/* Promotions page design start */
.page-id-1230 #main-header{
  background-color: rgba(0,0,0,0.5);
}
.laser-treatment h1{
  position: relative;
  font-weight: 100;
  margin-bottom: 50px;
}
.laser-treatment h1:after{
  content: "";
  position: absolute;
  width: 150px;
  height: 2px;
  background: #000;
  bottom: -20px;
  left: calc( 50% - 75px );
}
.laser-treatment h2{
  font-weight: 100;
}
/* yellow box start */
.mt-yellow-box{
  color: #000;
  font-weight: 300;
  font-size: 16px;
}
.mt-yellow-box .mt-15{ margin-top: 15px; }
.mt-yellow-box .mt-25{ margin-top: 25px; }
.mt-yellow-box .f-16{ font-size: 16px; }
.mt-yellow-box .f-25{ font-size: 25px; }
.mt-yellow-box .mt-red{ color: red; }
.mt-yellow-box .left{ text-align: left; }
.mt-yellow-box .title{
  font-size: 25px;
  line-height: 35px;
}
.mt-yellow-box img.arrow{
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 6px;
}
.mt-yellow-box .mt-line{ 
  text-decoration: line-through;
  text-decoration-color: rgba(255, 0, 0, 0.5);
  text-decoration-thickness: 3px;
}
.mt-yellow-box ul{
  text-align: left;
  padding-bottom: 0;
}
/* yellow box end */
/* Promotions page design end */

/* Header start */
#main-header .mt-top-book{
  position: absolute;
  right: 220px;
  top: 100%;
  /*top: 50%;
  transform: translateY(-50%);*/
}
#main-header .mt-top-book a{
  font-family: 'trajan-pro-3' !important;
  color: #000000;
  font-weight: 600;
  border: 5px solid #E09900;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 0px;
  display: inline-block;
  padding: 10px 20px;
  background: rgba(224,165,38,0.71);
  box-shadow: inset 0px 0px 18px 0px rgb(0 0 0 / 30%);
}
#main-header .mt-top-book a:hover{
  box-shadow: inset 0px 0px 18px 0px rgb(0 0 0 / 40%);
}
#main-header .mt-top-phone{
  position: absolute;
  right: 70px;
  top: 100%;
}
#main-header .mt-top-phone a{
  font-family: 'trajan-pro-3' !important;
  color: #000000;
  font-weight: 600;
  border: 5px solid #E09900;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 0px;
  display: inline-block;
  padding: 10px 20px;
  background: rgba(224,165,38,0.71);
  box-shadow: inset 0px 0px 18px 0px rgb(0 0 0 / 30%);
}
#main-header .mt-top-phone a:hover{
  box-shadow: inset 0px 0px 18px 0px rgb(0 0 0 / 40%);
}
.home-rev-slider{
  padding-top: 0px !important;
}
/* Header end */

/* Small desktop start */
@media only screen and (min-width: 980px) and (max-width: 1439px) {
  #main-header .mt-top-book{   left: 50px; right: auto; }  
}

/* Small desktop end */

/* Mobile css start */
@media only screen and (max-width: 980px) {
  /* Procedures top section css start */
  .mt-fixed-img{
    text-align: center;
    position: relative;
  }
  .mt-fixed-img .mt-skin-con{
    width: 70px;
    position: absolute;
    left: -2px;
    bottom: -30px;
  }
  .mt-fixed-img .mt-pre-treat{
    width: 70px;
    position: absolute;
    left: 45px;
    top: 0px;
  }
  .mt-fixed-img .mt-inject img{
    width: 90px;
  }
  .mt-fixed-img .mt-skincare{
    width: 70px;
    position: absolute;
    right: 45px;
    top: 0px;
  }
  .mt-fixed-img .mt-post-treat{
    width: 70px;
    position: absolute;
    right: -2px;
    bottom: -30px;
  }
  /* Procedures top section css end */
  #main-header{
    padding-top: 0px !important;
  }
  .mb-header{
    overflow: hidden;
    display: flex;
	flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
  }
  .mb-header .f-row{
    display: flex;
  }
  .mb-header .t-social{
    padding: 2px 0;
    text-align: center;
  }
  .mb-header .t-social a{
    color: #c28838;
    font-size: 17px;
    margin: 0px 5px;
  }
  .mb-header .mobile-book-now{
    display: block;
    width: 50%;
  }
  .mb-header .mobile-book-now a{
    font-family: 'trajan-pro-3' !important;
    color: #000000;
    font-weight: 600;
    border: 2px solid #c28838;
    display: block;
    width: 100%;
    padding: 8px 20px;
    background: #c28838;
  }
  .mb-header .mobile-call-now{
    width: 50%;
    text-align: center;
  }
  .mb-header .mobile-call-now a{
    font-family: 'trajan-pro-3' !important;
    color: #c28838;
    font-weight: 600;
    border: 2px solid #000000;
    display: block;
    width: 100%;
    padding: 8px 20px;
    background: #000000;
  }
  #main-header .mt-top-book{ display:none; }
  #popmake-3754{
    width: 100% !important;
    left: 0 !important;
  }
}
/* Mobile css end */