/*===custom css===*/

/*===top-bar===*/
div#sp-top1 {
  width: 100%;
}
div#sp-top1 {
  display: flex;
  justify-content: center;
  background: #FEF9F9;
}
#sp-top-bar {
  background: #FEF9F9;
}
/*===header===*/
header#sp-header {
  height: 14%;
  background: #F3EFEE !important;
}
#sp-main-body {
  padding: 0px;
}
div#sp-logo {
  margin-top: 30px;
}
.fa-user:before {
  display: none;
}
#sp-header.header-sticky {
   background: #F3EFEE !important;
}
/*===about===*/
.crafty-product-slider .sp-slider-content-align-left {
  background-color: transparent;
}
/*==news===*/
.view-article #sp-main-body .related-article-list-container {
  display: none;
}
.blog {
  padding-top: 60px;
}
.article-info-wrapper {
  padding-top: 180px;
}
.tags-wrapper h4 {
  display: none;
}
/*===off-canvas===*/
.offcanvas-menu .logo-image {
  filter: none;
}
/*===footer===*/
#sp-footer, #sp-bottom {
 background: #F2EFED;
}
/*===off-canvas===*/
.offcanvas-menu .offcanvas-inner ul.menu>li a, .offcanvas-menu .offcanvas-inner ul.menu>li span {
  font-size: 18px;
  padding: 16px 0px;
}
/*===lang-switcher===*/
div.mod-languages ul li.lang-active {
  padding: 8px 16px 8px;
}
.sp-module-content .mod-languages ul.lang-inline li {
  margin: 0 25px 0 0;
} 
@media (max-width: 1399px) {
  .article-can-edit.d-flex.flex-wrap.justify-content-between {
      padding-top: 130px;
    }
  .blog {
    padding-top: 0px;
   }
  .article-body {
    padding-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  header#sp-header {
    height: 16%;
  }
/*===hair services===*/
.pricelist-line {
  max-width: 5%;
  }
/*===logo===*/
div#sp-logo {
  margin-top: 30px;
  }
  .logo-image {
    height: 95px !important;
  }
/*===lang-switcher===*/
.sp-module.desk-top-lang {
  display: none;
}
}