.salon-gallery--thumbnail {
  background-image: linear-gradient(to right, rgb(248, 237, 211) 0%, rgb(232, 244, 255) 100%);
  border: 1px solid rgb(239, 239, 239);
  height: 240px;
  position: relative;
}
.section--gallery .salon-gallery--thumbnail {
  height: 100%;
}
.salon-gallery--thumbnail:before {
  content: '';
  background-color: rgb(0, 163, 180);
  border-radius: 48px;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.salon-gallery--thumbnail:after {
  content: '';
  border-width: 12px 16px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-6px, -12px);
}

.th-menu-wrapper .mobile-logo {
  display: block;
}
.th-menu-wrapper .mobile-logo img {
  max-width: 60%;
}

.th-header .header-logo img {
  max-width: 200px;
}

.footer-wrapper .about-logo img {
  max-width: 180px;
}


.modal--favesalon-modal {
  z-index: 999999 !important;
}
.modal--favesalon-modal .modal-body {
  position: relative;
}
.modal--favesalon-modal .iframe--full-height {
  position: absolute;
  inset: 0;
}

.th-hero-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-grid_image {
  height: 96px;
  width: 96px;
  overflow: hidden;
  margin: 0 auto 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.service-grid_image img {
  object-fit: cover;
  display: inline-block;
  height: 96px;
  width: 96px;
}

.section--gallery {
  overflow: hidden !important;
}

.services-box--wrapper + .services-box--wrapper {
  margin-top: 48px;
}

.services-box--wrapper .title-area,
.services-box--wrapper .sec-title {
  --section-title-space: 32px;
}

.services-box--item + .services-box--item {
  border-top: 1px dashed var(--theme-color);
  margin-top: 24px;
  padding-top: 24px;
}
.services-box--item .services-box--item-title {
  margin: 0;
}
.services-box--item .services-box--item-desc {
  line-height: 1.4;
  margin: 0;
}

.services-box--pricing {
  display: flex;
  margin-top: 16px;
}
.services-box--pricing .services-box--pricing-item + .services-box--pricing-item {
  margin-left: 24px;
}
.services-box--pricing .services-box--pricing-label {
  font-size: 12px;
  line-height: 1.3;
}
.services-box--pricing .services-box--pricing-price {
  color: var(--title-color);
  font-weight: 500;
}

.reviews--list .reviews--item + .reviews--item {
  border-top: 1px dashed var(--theme-color);
  margin-top: 32px;
  padding-top: 32px;
}

.reviews--item-profile {
  display: flex;
  align-items: center;
}
.reviews--item-profile .reviews--item-profile--image-wrapper {
  border: 1px dashed var(--theme-color);
  padding: 2px;
  height: 64px;
  width: 64px;
  margin-right: 16px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.reviews--item-profile .reviews--item-profile--image {
  height: 58px;
  width: 58px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.reviews--item-profile .reviews--item-profile--name {
  margin: 0;
}

.reviews--item-images {
  display: flex;
  align-items: center;
}
.reviews--item-images .reviews--item-image {
  margin-top: 16px;
  margin-right: 16px;
  max-width: 100px;
}


.about-sec .img-box4 {
  padding-right: 0 !important;
}
.about-sec .img-box4 .img4,
.about-sec .img-box4 .img5 {
  max-width: 48% !important;
}
.about-sec .img-box4 .img4 {
  margin-left: 0 !important;
}
.about-sec .img-box4 .img5 {
  display: block !important;
  right: 0 !important;
  bottom: -15%;
}
.about-sec .img-box4 .img4 img,
.about-sec .img-box4 .img5 img {
  object-fit: cover !important;
  min-height: 320px !important;
  max-width: 100% !important;
}
.about-sec .img-box4 .about-company-since-wrap {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -30%);
}

.scroll-top {
  left: 24px;
}

.chat-box--help {
  bottom: 100px;
  right: 30px;
}

.nav--logged-user--mobile-view {
  margin-bottom: 32px;
  padding: 0 20px;
}
.nav--logged-user--desktop-view {
  display: none;
}
.nav--logged-user--toggle {
  display: flex;
  align-items: center;
}
.nav--logged-user {
  display: flex;
  align-items: center;
}
.nav--logged-user .nav--logged-user--avatar {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 46px;
  width: 46px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.nav--logged-user .nav--logged-user--avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.nav--logged-user .nav--logged-user--name {
  margin-left: 12px;
  font-weight: 600;
}


.fs-tabs {
  text-align: center;
  margin-top: 40px;
}
.fs-tabs .fs-tabs--link {
  border: 1px solid #141414;
  background-color: #fff;
  color: #141414;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 20px 30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.fs-tabs .fs-tabs--link.active {
  background-color: #141414;
  color: #fff;
}
.fs-tabs--content:not(.active) {
  height: 0px;
  overflow: hidden;
}
.fs-tabs--content.active {
  margin-top: 40px;
}


@media (max-width: 1024px) {
  body {
    padding-bottom: 84px;
  }

  body .scroll-top {
    bottom: 114px;
  }
}


@media (max-width: 991px) {
  .about-sec .sub-title,
  .section--gallery .sub-title {
    margin-bottom: 4px;
  }
  .about-sec .sub-title img,
  .section--gallery .sub-title img {
    display: inline;
    max-width: none;
  }
}


@media (max-width: 768px) {
  body {
    padding-bottom: 70px;
  }
  body .scroll-top {
    bottom: 100px;
  }
}


@media (min-width: 380px) {
  .th-header .header-logo {
    height: 110px;
    min-width: 220px;
  }

  .th-header .sticky-wrapper .header-logo {
    height: 80px;
  }

  .nav--logged-user--mobile-view {
    padding: 0 40px;
  }
}


@media (min-width: 576px) {
  .th-team .team-img {
    height: 320px;
  }

  .th-team .team-img img {
    object-fit: cover;
  }
}


@media (min-width: 768px) {
  .section--gallery .gallery-col {
    overflow: hidden;
  }
  .section--gallery .gallery-img img {
    object-fit: cover;
    display: inline-block;
  }
  .section--gallery .gallery-col:nth-child(1),
  .section--gallery .gallery-col:nth-child(3),
  .section--gallery .gallery-col:nth-child(4) {
    width: 33% !important;
  }
  .section--gallery .gallery-col:nth-child(2) {
    width: 66% !important;
  }
  .section--gallery .gallery-col:nth-child(1),
  .section--gallery .gallery-col:nth-child(1) .gallery-img {
    height: 630px;
  }
  .section--gallery .gallery-col:nth-child(2),
  .section--gallery .gallery-col:nth-child(3),
  .section--gallery .gallery-col:nth-child(4),
  .section--gallery .gallery-col:nth-child(2) .gallery-img,
  .section--gallery .gallery-col:nth-child(3) .gallery-img,
  .section--gallery .gallery-col:nth-child(4) .gallery-img {
    height: 300px;
  }

  .services-box--wrapper + .services-box--wrapper {
    margin-top: 56px;
  }

  .services-box--pricing .services-box--pricing-item + .services-box--pricing-item {
    margin-left: 40px;
  }

  .chat-box--help {
    bottom: 114px;
  }
}


@media (min-width: 992px) {
  .gallery-row.filter-active .col-lg-4 {
    width: 33% !important;
  }

  .nav--logged-user--desktop-view {
    display: block;
    margin-left: 16px;
  }
}


@media (min-width: 1024px) {
  .chat-box--help {
    bottom: 30px;
  }
}


@media (min-width: 1200px) {
  .about-sec .img-box4 .img4 img,
  .about-sec .img-box4 .img5 img {
    min-height: 400px !important;
  }
}



@media (max-width: 768px) {
  #about-sec {
    padding-top: 32px;
  }
}


.page--embedding .page-inner--wrapper {
  height: calc(100vh - 170px);
}


@media (min-width: 576px) {
  .page--embedding .page-inner--wrapper {
    height: calc(100vh - 200px);
  }
}


@media (min-width: 768px) {
  .page--embedding .page-inner--wrapper {
    height: calc(100vh - 140px);
  }
}


.jquery-modal.current {
  z-index: 1000000 !important;
}

.jquery-modal .modal {
  height: 100% !important;
  padding: 0 !important;
  overflow: visible !important;
}

.fs-modal--link {
  color: #212529;
  border: 1px solid #212529;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  margin-left: 12px !important;
}
.fs-modal--link:focus,
.fs-modal--link:active,
.fs-modal--link:hover {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #212529;
}


@media (min-width: 991px) {
  .lte-price-sc .lte-items .lte-item:nth-child(odd) {
    padding-right: 40px;
    padding-inline-end: 40px;
    padding-inline-start: 0;
  }
  .lte-price-sc .lte-items .lte-item:nth-child(even) {
    padding-left: 40px;
    padding-inline-start: 40px;
    padding-inline-end: 0;
  }
}