.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #5c0732;
  font-size: 3.2em;
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.8em;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 500;
}

h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1.1;
  font-weight: 500;
}

p {
  margin-bottom: 20px;
  font-size: 1em;
}

a {
  color: #03c091;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

strong {
  color: #000;
  font-weight: 700;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.social-icon-wrap-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #f0f0f0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-link:hover {
  background-color: #fff9f9;
}

.navigation-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-bottom: 10px;
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pointer {
  position: absolute;
  left: 0%;
  top: -3%;
  right: 4%;
  bottom: auto;
  z-index: 20;
  width: 20px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.menu-mob {
  width: 48px;
  padding: 13px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #dc1b53;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e90f4e), to(#b40039));
  background-image: linear-gradient(180deg, #e90f4e, #b40039);
  -webkit-transition: box-shadow 200ms ease-in-out, background-color 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, background-color 200ms ease-in-out;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
}

.button-menu:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e61451), to(#a5003f));
  background-image: linear-gradient(180deg, #e61451, #a5003f);
  box-shadow: 0 2px 20px -6px #dc1b53;
}

.button-menu.large {
  padding: 15px 45px;
}

.button-menu.large:hover {
  background-image: none;
}

.button-menu.gift-card {
  padding: 15px 20px 15px 55px;
  background-image: url('../images/gift.svg'), -webkit-gradient(linear, left top, left bottom, from(#e90f4e), to(#b40039));
  background-image: url('../images/gift.svg'), linear-gradient(180deg, #e90f4e, #b40039);
  background-position: 18px 13px, 0px 0px;
  background-size: 27px 27px, auto;
  background-repeat: no-repeat, repeat;
}

.button-menu.gift-card:hover {
  background-image: url('../images/gift.svg');
  background-position: 18px 13px;
  background-size: 27px 27px;
  background-repeat: no-repeat;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  min-height: 90px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand {
  margin-right: 44px;
}

.dropdown-wrapper-flex {
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 140px;
  padding: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fcfcfc;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px -19px 35px 0 rgba(32, 53, 90, 0.08), 11px 11px 30px -10px rgba(32, 53, 90, 0.15);
}

.dropdown-wrapper-flex.w--open {
  left: -97px;
  max-height: 100vh;
  min-width: 300px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, 0.15), 8px 18px 60px 4px rgba(0, 0, 0, 0.13);
}

.dropdown-pointer {
  position: relative;
}

.navigation-dropdown {
  display: none;
  min-width: 140px;
}

.navigation-dropdown.w--open {
  left: -100px;
  max-height: 100vh;
  min-width: 320px;
  padding-top: 10px;
  background-color: transparent;
}

.navigation-dropdown.dropdown-long {
  left: -210px;
  min-width: 540px;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 5px;
  padding: 20px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1.1em;
  letter-spacing: 1px;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-link:hover {
  color: #dc1b53;
}

.navigation-link.w--current {
  color: #dc1b53;
  cursor: default;
}

.navigation-link.beforegift {
  margin-right: 15px;
}

.navigation-link.dark {
  color: #5c0732;
}

.navigation-link.dark.w--current {
  color: #dc1b53;
}

.dropdown-list {
  text-decoration: none;
}

.login-button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 7px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dc1b53;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #dc1b53;
  font-size: 1em;
  text-decoration: none;
  white-space: nowrap;
}

.login-button-menu:hover {
  border-color: #dc1b53;
  background-color: #dc1b53;
  color: #fff;
}

.login-button-menu.w--current {
  border-color: rgba(220, 27, 83, 0.19);
  background-color: rgba(220, 27, 83, 0.05);
  color: rgba(220, 27, 83, 0.48);
  cursor: default;
}

.login-button-menu.large {
  padding-top: 15px;
  padding-bottom: 15px;
}

.login-button-menu.large:hover {
  background-image: none;
}

.login-button-menu.call-us-desktop {
  padding: 15px 10px;
  border-color: transparent;
}

.login-button-menu.call-us-desktop:hover {
  background-color: transparent;
  color: #5c0732;
}

.login-button-menu.call-us-mobile {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.login-button-menu.call-us-mobile:hover {
  background-image: none;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.dropdown {
  margin-right: 10px;
  margin-left: 0px;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #283338;
  font-size: 15px;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.dropdown-link-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 22px 16px;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.social-icon {
  width: 24px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 1.1em;
}

.dropdown-toggle:hover {
  color: #dc1b53;
}

.icon-4 {
  margin-top: 25px;
  margin-right: 12px;
  margin-bottom: 21px;
}

.charmingmobile-logo {
  width: 200px;
}

.herosection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.herotext {
  width: 640px;
  margin: 40px;
  float: right;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.alignverticalcenter {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heroleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
  background-image: url('../images/top-left.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heroright {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/image-corner-right.svg'), url('../images/Charming-beauty-salon_Hairdressing-3.jpg');
  background-position: 0% 100%, 0px 0px;
  background-size: auto, cover;
  background-repeat: no-repeat, repeat;
}

.content-block-wrap {
  max-width: 610px;
}

.content-block-wrap.gallery {
  max-width: 400px;
}

.giftcardsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.servicessection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
}

.twocolumnssection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twocolumnssection.notoppadding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.twocolumnssection.padding40px {
  margin-top: 0px;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  margin-left: 1px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #a2a2a2;
  line-height: 1.5;
  text-decoration: none;
}

.footer-link:hover {
  color: #dc1b53;
}

.footer-link.w--current {
  color: #000;
}

.list-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.footersection {
  padding: 120px 3% 100px;
  font-size: 0.9em;
}

.footer-logo {
  width: 210px;
  margin-bottom: 25px;
}

.social-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -7px;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-text {
  margin-bottom: 10px;
  color: #546681;
  font-size: 1em;
  line-height: 1.5;
  text-align: left;
}

.footer-text.copyright {
  font-size: 0.8em;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 30px;
  padding-right: 25px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-column.blank {
  width: 10%;
}

.footer-column.menucolumn {
  width: 15%;
}

.footer-title {
  display: inline-block;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 1.2em;
  line-height: 1.5;
  font-weight: 600;
}

.footer-title.invisible {
  color: transparent;
}

.servicestitlesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.leftspaceblank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.leftspaceblank.image1 {
  background-image: url('../images/image-corner-left.svg'), url('../images/Charming-beauty-salon_Reception-2.jpg');
  background-position: 100% 0%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.rightspaceimage.img-laser {
  background-image: url('../images/image-corner-right.svg'), url('../images/laser-sm.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-giftcards {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/image-corner-right.svg'), url('../images/giftcard-red-sm.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-location {
  background-color: #ececec;
  background-image: url('../images/image-corner-right.svg'), url('../images/Charming-beauty-salon_Reception.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, repeat;
}

.rightspaceimage.img-massages {
  background-image: url('../images/image-corner-right.svg'), url('../images/Charming-beauty-salon_Massage-Room.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-bodytreatments {
  background-image: url('../images/image-corner-right.svg'), url('../images/spa.jpeg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-hairstyling {
  background-image: url('../images/image-corner-right.svg'), url('../images/Charming-beauty-salon_Hairdressing-3.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-haircolouring {
  background-image: url('../images/image-corner-right.svg'), url('../images/Charming-beauty-salon_Hairdressing-2.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-manicures {
  background-image: url('../images/image-corner-right.svg'), url('../images/Charming-beauty-salon_Pedicure.jpg');
  background-position: 0% 100%, 20% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-waxing {
  background-image: url('../images/image-corner-right.svg'), url('../images/waxing-woman-sm.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-facials {
  background-image: url('../images/image-corner-right.svg'), url('../images/facial-treatment-sm.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-permament-makeup {
  background-image: url('../images/image-corner-right.svg'), url('../images/makeup-2-sm.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-eyelash {
  background-image: url('../images/image-corner-right.svg'), url('../images/Charming-beauty-salon_Make-Up.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-eyebrows {
  background-image: url('../images/image-corner-right.svg'), url('../images/Charming-beauty-salon_Make-Up.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-makeup {
  background-image: url('../images/image-corner-right.svg'), url('../images/reception-wall-photos-sm.jpg');
  background-position: 0% 100%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.rightspaceimage.img-gallery {
  background-image: url('../images/image-corner-right.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(220, 27, 83, 0.2)), to(rgba(220, 27, 83, 0.2))), url('../images/Charming-beauty-salon_Reception.jpg');
  background-image: url('../images/image-corner-right.svg'), linear-gradient(180deg, rgba(220, 27, 83, 0.2), rgba(220, 27, 83, 0.2)), url('../images/Charming-beauty-salon_Reception.jpg');
  background-position: 0% 100%, 0px 0px, 50% 50%;
  background-size: contain, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  max-width: 620px;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
}

.div-block.alignright {
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraphcomment {
  margin-top: 10px;
  color: #9b9b9b;
  font-style: italic;
}

.body {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-2 {
  margin-top: 20px;
  padding: 20px 40px 10px;
  border-radius: 12px;
  background-color: #f7f7f7;
  box-shadow: 0 0 40px 20px #fff;
  font-style: italic;
}

.paddingblock40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.actionbuttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.actionbuttons.ctablock {
  margin-bottom: 60px;
}

.sectioncta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clippedtext {
  background-color: #dc1b53;
  background-image: linear-gradient(138deg, #dc1b53, #5c0732);
}

.clippedtext.nopaddingtop {
  margin-top: 0px;
}

.clippedtext.homepagetitle {
  display: inline-block;
  margin-top: 10px;
  background-image: none;
}

.clippedtext.ctat {
  font-size: 2.1em;
}

.div-block-5 {
  position: relative;
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  margin-left: 23px;
  background-color: #f7f7f7;
  -webkit-transform: scale3d(0.7, 1.5, 1) translate(0px, -14px) rotate(45deg);
  transform: scale3d(0.7, 1.5, 1) translate(0px, -14px) rotate(45deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-6 {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 10px;
  border-radius: 40px;
  background-color: #dbdbdb;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.verticalpaddingcolumn60px {
  width: 60px;
}

.list-2 {
  margin-top: 20px;
}

.gift-card-mini-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paddingblock60 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sm-img-waxing {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  background-color: #ebebeb;
  background-image: url('../images/image-corner-right-2.svg'), url('../images/image-corner-left-2.svg'), url('../images/charming-beauty-salon_waxing-mens.jpg');
  background-position: 0% 0%, 100% 100%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  min-height: 120px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 20px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #f3e4e8;
  border-radius: 10px;
  background-color: hsla(0, 0%, 100%, 0.6);
  box-shadow: 1px 1px 20px 0 rgba(220, 27, 83, 0.03);
  -webkit-transition: box-shadow 400ms cubic-bezier(.68, -.55, .265, 1.55), background-color 200ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 200ms cubic-bezier(.77, 0, .175, 1);
  transition: box-shadow 400ms cubic-bezier(.68, -.55, .265, 1.55), background-color 200ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 200ms cubic-bezier(.77, 0, .175, 1);
  transition: transform 200ms cubic-bezier(.77, 0, .175, 1), box-shadow 400ms cubic-bezier(.68, -.55, .265, 1.55), background-color 200ms cubic-bezier(.86, 0, .07, 1);
  transition: transform 200ms cubic-bezier(.77, 0, .175, 1), box-shadow 400ms cubic-bezier(.68, -.55, .265, 1.55), background-color 200ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 200ms cubic-bezier(.77, 0, .175, 1);
  color: #000;
  text-decoration: none;
}

.link-block:hover {
  background-color: #fff;
  box-shadow: 0 15px 80px 5px rgba(220, 27, 83, 0.19);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.link-block.disabled {
  background-color: #fff;
  box-shadow: none;
  opacity: 0.4;
  -webkit-transition-property: none;
  transition-property: none;
  cursor: default;
}

.link-block.disabled:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-11 {
  width: 50%;
  max-width: 670px;
  background-image: url('../images/catsstory-icon-100px_1catsstory-icon-100px.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paddingblock20 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.serviceicon {
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50px;
  background-color: #dc1b53;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc1b53), to(#9b0250));
  background-image: linear-gradient(180deg, #dc1b53, #9b0250);
}

.servicesdescription {
  margin-bottom: 0px;
  font-size: 0.9em;
  line-height: 1.4;
}

.homepageimg {
  width: 100%;
  max-height: 400px;
  max-width: 700px;
  background-image: url('../images/image-corner-left-2.svg'), url('../images/image-corner-right-2.svg'), url('../images/Charming-beauty-salon_Massage-Room.jpg');
  background-position: 100% 100%, 0px 0px, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.homepageimg.empty {
  background-image: none;
}

.homepageimg.instagram {
  background-image: none;
}

.workinghours {
  display: block;
  max-width: 480px;
  margin-bottom: 0px;
  line-height: 1.5;
  text-align: left;
}

.workinghourslist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.workinghourslist.footer {
  min-width: 200px;
  font-size: 1em;
}

.paragraphlink {
  border-bottom: 1px dotted #dc1b53;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #dc1b53;
  text-decoration: none;
}

.paragraphlink:hover {
  border-bottom-color: transparent;
  color: #dc1b53;
}

.smallimageslidetoright {
  width: 100%;
  height: 300px;
  max-height: 500px;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ebebeb;
}

.smallimageslidetoright.sm-img-facials {
  background-image: url('../images/image-corner-right-2.svg'), url('../images/image-corner-left-2.svg'), url('../images/wrinkles-sm.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoright.sm-img-bodytreatments {
  background-image: url('../images/image-corner-right-2.svg'), url('../images/image-corner-left-2.svg'), url('../images/Charming-beauty-salon_body-treatment.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoright.lg-img-hairstyling2 {
  width: 100%;
  min-height: 380px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/image-corner-right.svg'), url('../images/image-corner-left.svg'), url('../images/Charming-beauty-salon_hair-styling-4.jpg');
  background-position: 0% 100%, 100% 0%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoright.lg-img-hairstyling-4 {
  width: 60%;
  min-height: 240px;
  margin-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/image-corner-right.svg'), url('../images/image-corner-left.svg'), url('../images/Charming-beauty-salon_hair-styling-10.jpg');
  background-position: 0% 100%, 100% 0%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoright.lg-img-massage-2 {
  height: 500px;
  background-image: url('../images/image-corner-right.svg'), url('../images/image-corner-left.svg'), url('../images/Charming-beauty-salon_professional-leg-massage_sm.jpg');
  background-position: 0% 100%, 100% 0%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoright.sm-img-permanent-makeup {
  background-image: url('../images/image-corner-right-2.svg'), url('../images/image-corner-left-2.svg'), url('../images/Charming-beauty-salon_Make-Up.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoright.lg-img-manicure {
  height: 500px;
  max-height: 60vh;
  background-image: url('../images/image-corner-left-2.svg'), url('../images/image-corner-right-2.svg'), url('../images/Charming-beauty-salon_manicure.jpg');
  background-position: 100% 100%, 0px 0px, 50% 25%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  background-color: transparent;
}

.mobilemenuserviceicon {
  margin-bottom: 0px;
  padding: 10px;
  border-radius: 50px;
  background-color: #dc1b53;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc1b53), to(#9b0250));
  background-image: linear-gradient(180deg, #dc1b53, #9b0250);
}

.dropdownserviceicon {
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 4px;
  border-radius: 50px;
  background-color: #dc1b53;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dc1b53), to(#9b0250));
  background-image: linear-gradient(180deg, #dc1b53, #9b0250);
}

.menuserviceblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 54px;
  margin-right: 1%;
  margin-bottom: 2px;
  margin-left: 1%;
  padding: 2px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-transition: background-color 200ms cubic-bezier(.86, 0, .07, 1);
  transition: background-color 200ms cubic-bezier(.86, 0, .07, 1);
  color: #000;
  text-decoration: none;
}

.menuserviceblock:hover {
  background-color: #f5f5f5;
}

.list-homepage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 250px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style-type: none;
}

.div-block-15 {
  max-width: 380px;
  border-radius: 10px;
}

.paragraphsmall {
  margin-bottom: 10px;
  line-height: 1.5;
}

.paragraphsmall.bold {
  margin-bottom: 2px;
  font-weight: 400;
}

.accordionwrapper {
  overflow: hidden;
}

.accodtionbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
  color: #dc1b53;
  cursor: pointer;
}

.accordionicon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 10px;
  margin-top: -2px;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.accordionblock {
  max-width: 800px;
  font-size: 0.9em;
}

.divider {
  margin-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #e7e7e7;
}

.ctatitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 2.1em;
}

.ctatitle.clippedtext {
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
  background-attachment: fixed, scroll;
}

.ctatitle.services {
  margin-left: 5px;
}

.ctarightblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ctaleftblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ctaleftblock.image1 {
  background-image: url('../images/image-corner-left.svg'), url('../images/Charming-beauty-salon_Reception-2.jpg');
  background-position: 100% 0%, 50% 50%;
  background-size: contain, cover;
  background-repeat: no-repeat, no-repeat;
}

.title {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  color: #dc1b53;
  font-size: 0.8em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.smallimageslidetoleft {
  width: 100%;
  height: 300px;
  max-height: 500px;
  min-height: 300px;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ebebeb;
}

.smallimageslidetoleft.sm-img-eyebrows {
  background-image: url('../images/image-corner-right-2.svg'), url('../images/image-corner-left-2.svg'), url('../images/Charming-beauty-salon_hair-eyelashes.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoleft.lg-img-hairstyling {
  height: 500px;
  background-image: url('../images/image-corner-left-2.svg'), url('../images/image-corner-right-2.svg'), url('../images/Charming-beauty-salon_hair-styling-3.jpg');
  background-position: 100% 100%, 0px 0px, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoleft.lg-img-hairstyling-3 {
  width: 80%;
  min-height: 280px;
  margin-top: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/image-corner-right-2.svg'), url('../images/image-corner-left-2.svg'), url('../images/Charming-beauty-salon_Shampoo-Bar.jpg');
  background-position: 0% 100%, 100% 0%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoleft.lg-img-massage-1 {
  height: 500px;
  background-image: url('../images/image-corner-left-2.svg'), url('../images/image-corner-right-2.svg'), url('../images/Charming-beauty-salon_hot-stone-massage-in-spa_sm.jpg');
  background-position: 100% 100%, 0px 0px, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoleft.lg-img-massage-3a {
  height: 500px;
  background-image: url('../images/image-corner-right-2.svg'), url('../images/image-corner-left-2.svg'), url('../images/Charming-beauty-salon_sport-massage_sm.jpg');
  background-position: 0% 0%, 100% 100%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoleft.sm-img-makekup {
  background-image: url('../images/image-corner-right-2.svg'), url('../images/image-corner-left-2.svg'), url('../images/Charming-beauty-salon_makeup.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.smallimageslidetoleft.sm-img-haircolouring {
  background-image: url('../images/image-corner-right-2.svg'), url('../images/image-corner-left-2.svg'), url('../images/Charming-beauty-salon_hair-styling-5.jpg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: contain, contain, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.copyright-link {
  border-bottom: 1px dotted #9c9c9c;
  color: #9c9c9c;
  text-decoration: none;
}

.copyright-link:hover {
  border-bottom-color: hsla(0, 0%, 61.2%, 0);
  color: #000;
}

.footer-button {
  display: block;
  margin-bottom: 5px;
  padding: 4px 7px;
  border-radius: 6px;
  background-color: #f7f7f7;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #000;
  text-decoration: none;
}

.footer-button:hover {
  background-color: #fff9f9;
  color: #dc1b53;
}

.contactscolumns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 10px;
}

.div-block-17 {
  width: 50%;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px dotted #a8a8a8;
}

.div-block-18 {
  width: 50%;
}

.paragraphlink-2 {
  border-bottom: 1px dotted #dc1b53;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #dc1b53;
  text-decoration: none;
}

.paragraphlink-2:hover {
  border-bottom-color: transparent;
  color: #dc1b53;
}

.listsecondary {
  padding-left: 40px;
}

.text-block-2 {
  font-family: 'Open Sans', sans-serif;
}

.notificationclose-2 {
  position: relative;
  top: 0px;
  right: -7px;
  width: 24px;
  height: 24px;
  float: right;
  background-image: url('../images/close.svg');
  background-position: 0px 0px;
  background-size: cover;
  opacity: 0.6;
  cursor: pointer;
}

.notificationclose-2:hover {
  opacity: 1;
}

.notificationimage-2 {
  overflow: auto;
  width: 25%;
  background-image: url('../images/giftcard-red.jpg');
  background-position: 43% 50%;
  background-size: cover;
}

.notification {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 700px;
  max-width: 700px;
  margin: 0px 15px 15px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.noticecontact {
  display: inline-block;
  padding: 10px 13px;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, opacity 200ms ease;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}

.noticecontact:hover {
  background-color: #000;
  color: #fff;
}

.noticecontact.social {
  margin-right: 7px;
  border-style: none;
  background-color: #dc1b53;
  color: #fff;
  letter-spacing: 1px;
}

.noticecontact.social:hover {
  background-color: #5c0732;
}

.notificationtext-2 {
  overflow: auto;
  width: 75%;
  padding: 25px 20px 50px;
}

.modalpopup-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.65);
}

.treatwellmark {
  display: block;
  margin-bottom: 10px;
}

.div-block-19 {
  position: absolute;
  display: block;
  max-width: 400px;
  margin-top: 30px;
  margin-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.html-embed {
  position: relative;
  z-index: 10;
}

.div-block-54 {
  position: absolute;
  left: 10%;
  top: 20%;
  right: 5%;
  bottom: 30%;
  z-index: 5;
  border-radius: 10px;
  background-color: #f7f7f7;
  box-shadow: inset 1px 1px 60px -20px rgba(0, 0, 0, 0.11);
}

.gallerysection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.gallerydiv {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1800px;
  min-height: 60vh;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.galleryimageblck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 250px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
  background-color: #e4e4e4;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.galleryimageblck.galleryimg001 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Hairdressing-3.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Hairdressing-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg002 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.galleryimageblck.galleryimg003 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Pedicure.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Pedicure.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg004 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Reception.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Reception.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg005 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Hairdressing-2.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Hairdressing-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg006 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Shampoo-Bar.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Shampoo-Bar.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg007 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Make-Up.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Make-Up.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg008 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Cafe.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Cafe.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg002 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Reception-2.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Reception-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.hairdressers_a {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Hairdressing-3.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Hairdressing-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.hairdressers_b {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Shampoo-Bar.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Shampoo-Bar.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.hairdressers_c {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Hairdressing-2.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Hairdressing-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.hairdressers_d {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Reception.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Reception.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg005 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Make-Up.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Make-Up.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg006 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Massage-Room.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Massage-Room.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg007 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Massage-Room-2.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Massage-Room-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg007 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Manicuure.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Manicuure.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg008 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Pedicure.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Pedicure.jpg');
  background-position: 0px 0px, 35% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg009 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Hairdressing-2.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Hairdressing-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.galleryimageblck.galleryimg009 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(60%, transparent)), url('../images/Charming-beauty-salon_Massage-Room-2.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.3), transparent 60%), url('../images/Charming-beauty-salon_Massage-Room-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  max-width: 2200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallerytext {
  margin-bottom: 0px;
  color: #fff;
}

.gallerytext.nopaddingtop {
  margin-top: 0px;
}

.gallerytext.homepagetitle {
  margin-top: 10px;
}

.gallerytext.ctat {
  font-size: 2.1em;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-57 {
  width: 8px;
  height: 8px;
  margin-bottom: 4px;
  margin-left: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.coworkers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  padding: 10px 20px 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #e7e7e7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  color: #fff;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.coworkers:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transform: scale3d(1.02, 1.04, 1);
  transform: scale3d(1.02, 1.04, 1);
}

.coworkers.hairdresser {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 60%), url('../images/Charming-beauty-salon_hair-styling.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.coworkers.nail-tech {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 60%), url('../images/Charming-beauty-manicure.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.coworkers.makeupartist {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 60%), url('../images/Charming-beauty-salon_makeup.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.coworkers.somethingelse {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.5), transparent 60%), url('../images/Charming-beauty-salon_professional-leg-massage_sm.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-58 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.s21-product-priceblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.s21-txt-product-title {
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 10px;
  color: #cfb36b;
  font-size: 1.8em;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
}

.s21-title-divider-right {
  height: 8px;
  min-width: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/VYQ-title-divider-right.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.s21-product-wineblock {
  display: block;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s21-menu-list {
  width: 100%;
  max-width: 800px;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: left;
}

.s21-txt-product-desc {
  margin-bottom: 10px;
  opacity: 0.5;
  font-size: 0.9em;
  line-height: 1.3;
  text-align: left;
}

.s21-title-divider-left {
  height: 8px;
  min-width: 80px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/VYQ-title-divider-left.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.6;
}

.s21-menu-title-blck {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.s21-wine-product-price {
  margin-left: 10px;
  padding-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.vyq-cents {
  position: relative;
  bottom: 8px;
  display: inline;
  margin-left: -1px;
  padding-bottom: 0px;
  opacity: 1;
  font-size: 0.6em;
}

.cw-priceblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s21-txt-product-name {
  margin-bottom: 10px;
  font-size: 1.1em;
  line-height: 1.1em;
  font-weight: 300;
}

.s21-title-divider {
  text-align: center;
}

.s21-menu-item {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.s21-menu-item.verticaldirection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mapsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mappart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 490px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mapinfopart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mapoption {
  width: 24px;
  height: 24px;
  margin: 15px;
  border-radius: 20px;
  background-color: #dc1b53;
}

.mapinfoablock {
  display: block;
}

.infoimage {
  height: 270px;
}

.infoimage.image-a {
  background-image: url('../images/Charming-beauty-salon_Hairdressing.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.infodesc {
  margin-top: 20px;
  margin-bottom: 20px;
}

.infofeatures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding-left: 1px;
  background-color: #e4e4e4;
}

.infocta {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 12px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #03c091;
  box-shadow: 1px 1px 10px 0 rgba(7, 153, 107, 0.08);
  -webkit-transition: all 400ms cubic-bezier(.275, .153, 0, .989);
  transition: all 400ms cubic-bezier(.275, .153, 0, .989);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.infocta:hover {
  background-color: #00ce8d;
  box-shadow: 1px 1px 60px 0 rgba(10, 211, 147, 0.46), inset 1px 1px 10px -2px #00ce8d;
}

.mapinfobblock {
  display: none;
  width: 500px;
}

.mapinfocblock {
  display: none;
  width: 500px;
}

.mapinfodblock {
  display: none;
  width: 500px;
}

.availabilitystatus {
  margin-bottom: 10px;
  color: #00bd74;
  font-weight: 400;
}

.weekblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  border-radius: 12px;
}

.dayblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 4px;
  padding: 10px 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  font-size: 0.8em;
  text-align: center;
}

.daystatusblock {
  width: 16px;
  height: 16px;
  margin-bottom: 5px;
  border-radius: 20px;
  background-color: #52bda1;
}

.featureblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 1px;
  padding: 20px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 1em;
  text-align: center;
}

.btncta {
  margin-left: 10px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #fff;
  color: #03c091;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.btnmoreinfo {
  border-style: solid;
  border-width: 1px;
  border-color: #dc1b53;
  border-radius: 5px;
  background-color: #fff;
  color: #dc1b53;
}

.daystext {
  margin-bottom: 5px;
  color: #000;
  font-weight: 400;
}

.topmenulist {
  background-image: none;
}

.secionhairdressers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 450px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(20%, hsla(0, 0%, 100%, 0.8)), color-stop(40%, hsla(0, 0%, 94.5%, 0.4)), color-stop(80%, transparent), to(rgba(0, 0, 0, 0.4))), url('../images/Charming-beauty-salon_Hairdressing-2.jpg');
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.8) 20%, hsla(0, 0%, 94.5%, 0.4) 40%, transparent 80%, rgba(0, 0, 0, 0.4)), url('../images/Charming-beauty-salon_Hairdressing-2.jpg');
  background-position: 0px 0px, 50% 50%;
}

.contenttitle {
  max-width: 800px;
  padding-right: 20px;
}

.containertitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.containertitle.alignverticalcenter {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricinginformation {
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: #f4f4f4;
}

.twocolumnssection-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twocolumnssection-copy.notoppadding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.twocolumnssection-copy.padding40px {
  margin-top: 0px;
  margin-bottom: 40px;
}

.txtsendinquiry {
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 8px;
  background-color: #fff;
  color: #03c091;
  letter-spacing: 1px;
}

.sectionmanicure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 450px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(20%, hsla(0, 0%, 100%, 0.8)), color-stop(40%, hsla(0, 0%, 100%, 0.4)), color-stop(80%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.4))), url('../images/Charming-beauty-salon_Manicuure.jpg');
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.8) 20%, hsla(0, 0%, 100%, 0.4) 40%, hsla(0, 0%, 100%, 0) 80%, rgba(0, 0, 0, 0.4)), url('../images/Charming-beauty-salon_Manicuure.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.sectionabout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.containerourapproachblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1800px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 5px;
  background-color: #f4f4f4;
}

.containerhero {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1400px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.blockfeature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-size: 1em;
  font-weight: 300;
  text-align: left;
}

.iconfeature {
  display: none;
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
  background-color: #fff;
}

.dividercoloura {
  position: relative;
  z-index: 50;
  width: 80%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
  border-right: 5px solid #00ffbf;
  background-image: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(20%, #d6d6d6), to(#ededed));
  background-image: linear-gradient(90deg, #eee, #d6d6d6 20%, #ededed);
}

.gridfeature {
  padding-right: 60px;
  padding-left: 60px;
  grid-auto-flow: row;
  grid-column-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  color: #171825;
}

.featuretitle {
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.2;
  font-weight: 700;
}

.margin20px {
  width: 100%;
  height: 20px;
}

.listfeatures {
  margin-bottom: 5px;
}

.featurelist {
  padding-left: 20px;
}

.featureicon {
  margin-bottom: 10px;
  padding: 2px;
}

.sectioncta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  margin-top: 60px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 80px 20px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
}

.blockinformation {
  max-width: 640px;
}

.blockinformation.aligncenter {
  text-align: center;
}

.buttonaction {
  margin-top: 15px;
  padding: 12px 60px;
  border-radius: 5px;
  background-color: #15bb98;
  -webkit-transition: background-color 400ms ease-in-out;
  transition: background-color 400ms ease-in-out;
}

.buttonaction:hover {
  background-color: #07997a;
}

.headingwhite {
  margin-bottom: 10px;
  color: #fff;
}

.sectionspecialroom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  min-height: 450px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(20%, hsla(0, 0%, 100%, 0.8)), color-stop(40%, hsla(0, 0%, 100%, 0.4)), color-stop(80%, hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, 0.4))), url('../images/Charming-beauty-salon_Massage-Room.jpg');
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.8) 20%, hsla(0, 0%, 100%, 0.4) 40%, hsla(0, 0%, 100%, 0) 80%, rgba(0, 0, 0, 0.4)), url('../images/Charming-beauty-salon_Massage-Room.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.twocolumnssection-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 90px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twocolumnssection-copy.notoppadding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.twocolumnssection-copy.padding40px {
  margin-top: 0px;
}

.sectionhome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  min-height: 450px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(350deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3) 78%, rgba(0, 0, 0, 0.5));
  color: #fff;
}

.title-white {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.h1white {
  color: #fff;
}

.twocolumnssection-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.twocolumnssection-copy.notoppadding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
}

.twocolumnssection-copy.padding40px {
  margin-top: 0px;
}

.paragraphlink-white {
  border-bottom: 1px dotted #dc1b53;
  -webkit-transition: color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, border-color 200ms ease;
  color: #dc1b53;
  text-decoration: none;
}

.paragraphlink-white:hover {
  border-bottom-color: transparent;
  color: #dc1b53;
}

.h6white {
  color: #fff;
}

.s21-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 16px 10px 16px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
  font-size: 0.9em;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.s21-nav-link:hover {
  opacity: 0.7;
  color: #fff;
}

.s21-nav-link.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #fff;
  font-weight: 700;
}

.text-block-4 {
  margin-right: 6px;
}

.dropdown-arrow {
  width: 5px;
  height: 5px;
  margin-bottom: 1px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menudropdownlist {
  border-radius: 1px;
}

.menudropdownlist.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: hsla(0, 0%, 95.2%, 0.9);
}

.dropdownlink {
  border-bottom: 1px solid rgba(68, 68, 68, 0.1);
  background-color: transparent;
  -webkit-transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  transition: color 400ms ease-in-out, background-color 400ms ease-in-out;
  font-size: 16px;
}

.dropdownlink:hover {
  background-color: #fff;
  color: #000;
}

.dropdownlink.w--current {
  background-color: transparent;
  color: #000;
  font-weight: 700;
}

.dropdownlink.externallink {
  padding-left: 40px;
  background-image: url('../images/foreign.svg');
  background-position: 10px 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}

.dropdownlink.reservelink {
  background-color: #776d52;
}

.div-block-60 {
  width: 100%;
  max-width: 1280px;
  padding: 10px 20px 0px;
  border-radius: 0px 0px 20px 20px;
  background-color: #fff;
}

.checkbox-label {
  margin-left: 10px;
  font-size: 1em;
  font-weight: 300;
}

.checkbox {
  width: 18px;
  height: 18px;
}

.checkbox-field {
  margin-bottom: 10px;
}

.arrowtopdropdownmenu {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: -18px;
  margin-left: 30px;
  background-color: hsla(0, 0%, 95.3%, 0.9);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.infoblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  max-width: 620px;
  margin-top: 40px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.infoblock.alignright {
  padding-right: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  .mobile-login-button {
    display: block;
    width: 48px;
    height: 48px;
    margin-right: 10px;
    padding: 0px;
    border-radius: 60px;
    background-color: #e5e5e5;
    background-image: url('../images/call-us-icon.svg');
    background-position: 50% 50%;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    text-decoration: none;
  }

  .dropdown-title {
    font-size: 1em;
  }

  .social-icon-wrap-mob {
    margin-top: 0px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navigation-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navigation {
    display: none;
  }

  .menu-mob {
    padding-left: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #5c0732;
    color: #fff;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #d8d8d8;
  }

  .menu-mobile-large-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .mobile-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
  }

  .nav-menu {
    display: none;
  }

  .dropdown-link-mobile {
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #fff;
    background-color: #f8f8fa;
  }

  .navigation-mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 3%;
    padding-left: 3%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile-nav-link {
    margin-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
  }

  .mobile-nav-link.w--current {
    color: #dc1b53;
  }

  .mobile-nav-link.subscribe-mob {
    margin: 10px 20px 5px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 50px;
    background-color: #dc1b53;
    color: #fff;
    text-align: center;
  }

  .mobile-nav {
    margin-top: 15px;
    margin-right: 3%;
    margin-left: 3%;
    border-radius: 5px;
    background-color: #efefef;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .charmingmobile-logo {
    width: 175px;
  }

  .herosection {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .herotext {
    width: auto;
    margin-top: 35px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.reverseblocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .heroleft {
    display: none;
    width: 100vw;
    min-height: 30vh;
  }

  .heroright {
    width: 100vw;
    min-height: 40vh;
    margin-left: 20px;
    background-position: 0% 100%, 0% 50%, 0% 100%;
    background-size: contain, cover, cover;
  }

  .content-block-wrap {
    max-width: none;
  }

  .twocolumnssection {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .twocolumnssection.padding40px {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .footersection {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column {
    width: 50%;
    padding-left: 0px;
  }

  .footer-column.blank {
    display: none;
    width: 33%;
    margin-left: 0%;
  }

  .footer-title {
    margin-bottom: 10px;
  }

  .servicestitlesection {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .leftspaceblank {
    width: 100%;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .leftspaceblank.image1 {
    min-height: 40vh;
    margin-right: 20px;
  }

  .rightspaceimage {
    width: 100%;
    min-height: 40vh;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .rightspaceimage.img-laser {
    margin-left: 20px;
  }

  .rightspaceimage.img-giftcards {
    margin-left: 20px;
  }

  .rightspaceimage.img-location {
    margin-left: 20px;
  }

  .rightspaceimage.img-massages {
    margin-left: 20px;
  }

  .rightspaceimage.img-bodytreatments {
    margin-left: 20px;
    background-position: 0% 100%, 0% 50%;
  }

  .rightspaceimage.img-hairstyling {
    margin-left: 20px;
  }

  .rightspaceimage.img-haircolouring {
    margin-left: 20px;
  }

  .rightspaceimage.img-manicures {
    margin-left: 20px;
  }

  .rightspaceimage.img-waxing {
    margin-left: 20px;
  }

  .rightspaceimage.img-facials {
    margin-left: 20px;
  }

  .rightspaceimage.img-permament-makeup {
    margin-left: 20px;
  }

  .rightspaceimage.img-eyelash {
    margin-left: 20px;
  }

  .rightspaceimage.img-eyebrows {
    margin-left: 20px;
  }

  .rightspaceimage.img-makeup {
    margin-left: 20px;
  }

  .actionbuttons {
    margin-bottom: 40px;
  }

  .actionbuttons.ctablock {
    margin-bottom: 20px;
  }

  .sectioncta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .paddingblock60 {
    display: none;
  }

  .link-block {
    width: 31%;
    -webkit-transition-duration: 200ms, 200ms, 200ms;
    transition-duration: 200ms, 200ms, 200ms;
  }

  .homepageimg {
    max-height: 450px;
  }

  .homepageimg.instagram {
    max-height: none;
  }

  .smallimageslidetoright {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .smallimageslidetoright.lg-img-hairstyling2 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .smallimageslidetoright.lg-img-hairstyling-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .navigation-2 {
    display: none;
  }

  .mobilemenuserviceicon {
    display: inline-block;
    padding: 3px;
  }

  .menuserviceblock {
    width: 33%;
    -webkit-transition-duration: 200ms, 200ms, 200ms;
    transition-duration: 200ms, 200ms, 200ms;
  }

  .ctarightblock {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .ctaleftblock {
    width: 100%;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ctaleftblock.image1 {
    min-height: 40vh;
    margin-right: 20px;
  }

  .title {
    margin-bottom: 0px;
  }

  .smallimageslidetoleft.lg-img-hairstyling-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-16 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modalpopup-2 {
    display: none;
  }

  .book-online-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 48px;
    margin-right: 10px;
    padding: 0px 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 60px;
    background-color: #dc1b53;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e90f4e), to(#b40039));
    background-image: linear-gradient(180deg, #e90f4e, #b40039);
    text-decoration: none;
  }

  .gallerysection {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallerydiv {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gallerytext {
    font-size: 16px;
    line-height: 22px;
  }

  .containertitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .containertitle.reverseblocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .pricinginformation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .twocolumnssection-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .twocolumnssection-copy.padding40px {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .sectionabout {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .containerourapproachblock {
    padding: 20px 10px;
  }

  .gridfeature {
    padding-right: 10px;
    padding-left: 10px;
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .featuretitle {
    font-size: 1.4em;
  }

  .blockinformation {
    max-width: 580px;
  }

  .twocolumnssection-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .twocolumnssection-copy.padding40px {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .sectionhome {
    height: 60vh;
    margin-right: 0px;
    margin-left: 0px;
  }

  .title-white {
    margin-bottom: 0px;
  }

  .twocolumnssection-copy {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .twocolumnssection-copy.padding40px {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
  }

  .s21-nav-link {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .s21-nav-link:hover {
    background-color: hsla(0, 0%, 100%, 0.05);
    color: #fff;
  }

  .infoblock {
    width: auto;
    margin-top: 80px;
  }

  .mobiletoprightarrowdark {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: 18px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #efefef;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobiletoprightarrow {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-right: 19px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #efefef;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 2.4em;
  }

  h2 {
    margin-top: 10px;
    font-size: 1.8em;
    line-height: 1.4;
  }

  h3 {
    font-size: 1.5em;
    line-height: 1.4;
  }

  h4 {
    font-size: 1.2em;
    line-height: 1.4;
  }

  .mobile-login-button {
    width: 40px;
    height: 40px;
    background-image: url('../images/call-us-icon.svg');
    background-size: 18px 18px;
    background-repeat: no-repeat;
  }

  .menu-mob {
    width: 40px;
    height: 40px;
    padding: 9px;
  }

  .button-menu.large {
    padding-right: 30px;
    padding-left: 30px;
  }

  .login-button-menu.call-us-desktop {
    display: none;
  }

  .login-button-menu.call-us-mobile {
    display: block;
  }

  .charmingmobile-logo {
    max-width: 150px;
  }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .twocolumnssection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column.menucolumn {
    width: 32%;
  }

  .servicestitlesection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .leftspaceblank {
    width: 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .leftspaceblank.image1 {
    min-height: 300px;
  }

  .rightspaceimage {
    width: 100%;
    min-height: 30vh;
    margin-left: 0px;
  }

  .rightspaceimage.img-permament-makeup {
    background-position: 20px 100%, 20px 50%;
  }

  .sm-img-waxing {
    max-height: 40vh;
  }

  .link-block {
    width: 47%;
    padding: 15px;
  }

  .smallimageslidetoright {
    height: 200px;
    margin-bottom: 20px;
  }

  .smallimageslidetoright.sm-img-facials {
    max-height: 40vh;
  }

  .smallimageslidetoright.sm-img-bodytreatments {
    max-height: 40vh;
  }

  .smallimageslidetoright.lg-img-hairstyling2 {
    max-height: 40vh;
  }

  .smallimageslidetoright.lg-img-hairstyling-4 {
    max-height: 30vh;
  }

  .smallimageslidetoright.lg-img-massage-2 {
    max-height: 40vh;
  }

  .smallimageslidetoright.sm-img-permanent-makeup {
    max-height: 40vh;
  }

  .smallimageslidetoright.lg-img-manicure {
    max-height: 40vh;
  }

  .menuserviceblock {
    width: 50%;
  }

  .accodtionbutton {
    margin-bottom: 9px;
  }

  .ctarightblock {
    width: 100%;
    margin-left: 0px;
  }

  .ctaleftblock {
    width: 100%;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ctaleftblock.image1 {
    min-height: 300px;
  }

  .smallimageslidetoleft {
    height: 200px;
  }

  .smallimageslidetoleft.sm-img-eyebrows {
    max-height: 40vh;
  }

  .smallimageslidetoleft.lg-img-hairstyling {
    max-height: 40vh;
  }

  .smallimageslidetoleft.lg-img-hairstyling-3 {
    max-height: 35vh;
  }

  .smallimageslidetoleft.lg-img-massage-1 {
    max-height: 40vh;
  }

  .smallimageslidetoleft.lg-img-massage-3a {
    max-height: 40vh;
  }

  .smallimageslidetoleft.sm-img-makekup {
    max-height: 40vh;
  }

  .smallimageslidetoleft.sm-img-haircolouring {
    max-height: 40vh;
  }

  .book-online-button {
    width: auto;
    height: 40px;
  }

  .gallerysection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .gallerydiv {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .s21-title-divider-right {
    height: 4px;
    min-width: 40px;
  }

  .s21-title-divider-left {
    height: 4px;
    min-width: 40px;
  }

  .containertitle {
    margin-bottom: 20px;
  }

  .twocolumnssection-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sectionabout {
    padding-right: 0px;
    padding-left: 0px;
  }

  .containerourapproachblock {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .blockfeature {
    padding: 10px;
  }

  .gridfeature {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .sectioncta-2 {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .twocolumnssection-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .sectionhome {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .twocolumnssection-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobiletoprightarrowdark {
    margin-right: 10px;
  }

  .mobiletoprightarrow {
    margin-right: 14px;
  }
}

@media screen and (max-width: 479px) {
  .dropdown-link-mobile {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .charmingmobile-logo {
    max-width: 120px;
  }

  .herotext {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .servicessection {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-column.menucolumn {
    width: 100%;
  }

  .footer-title.invisible {
    display: none;
  }

  .leftspaceblank {
    padding-top: 0px;
  }

  .rightspaceimage.img-giftcards {
    min-height: 15vh;
  }

  .rightspaceimage.img-location {
    min-height: 20vh;
  }

  .link-block {
    width: 46%;
    padding: 10px;
  }

  .paddingblock20 {
    display: none;
  }

  .workinghourslist.footer {
    min-width: 160px;
  }

  .smallimageslidetoright.lg-img-hairstyling2 {
    height: 40vh;
    min-height: 200px;
  }

  .smallimageslidetoright.lg-img-hairstyling-4 {
    height: 25vh;
    min-height: 150px;
  }

  .ctaleftblock {
    padding-top: 0px;
  }

  .smallimageslidetoleft.lg-img-hairstyling-3 {
    height: 30vh;
    min-height: 200px;
  }

  .contactscolumns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-17 {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right-style: none;
  }

  .div-block-18 {
    width: 100%;
  }

  .notificationimage-2 {
    overflow: visible;
    width: 100%;
    height: 200px;
  }

  .notification {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .noticecontact {
    font-size: 14px;
    line-height: 21px;
  }

  .notificationtext-2 {
    overflow: visible;
    width: 100%;
  }

  .modalpopup-2 {
    padding-top: 15px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-19 {
    max-width: 240px;
  }

  .book-online-button {
    border-radius: 20px;
    font-size: 12px;
    line-height: 1.1;
    text-align: center;
  }

  .galleryimageblck.galleryimg001 {
    min-height: 240px;
  }

  .galleryimageblck.galleryimg002 {
    min-height: 240px;
  }

  .galleryimageblck.hairdressers_a {
    min-height: 240px;
  }

  .galleryimageblck.hairdressers_b {
    min-height: 240px;
  }

  .galleryimageblck.galleryimg005 {
    min-height: 240px;
  }

  .galleryimageblck.galleryimg006 {
    min-height: 240px;
  }

  .galleryimageblck.galleryimg007 {
    min-height: 240px;
  }

  .galleryimageblck.galleryimg008 {
    min-height: 240px;
  }

  .div-block-58 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .s21-product-priceblock {
    margin-left: 2px;
    color: #000;
  }

  .s21-txt-product-title {
    font-size: 1.6em;
  }

  .s21-menu-list {
    padding-right: 10px;
    padding-left: 10px;
  }

  .s21-wine-product-price {
    margin-right: 10px;
    margin-left: 0px;
    padding-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .infocta {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .weekblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dayblock {
    margin-right: 0px;
    margin-bottom: 4px;
  }

  .btncta {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .pricinginformation {
    padding: 10px;
  }

  .txtsendinquiry {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .sectionabout {
    padding-bottom: 20px;
  }

  .blockfeature {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1em;
  }

  .gridfeature {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .featuretitle {
    font-size: 1.1em;
  }

  .sectioncta-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sectionhome {
    height: 50vh;
  }

  .mobiletoprightarrowdark {
    margin-right: 11px;
  }

  .mobiletoprightarrow {
    margin-right: 14px;
  }
}

#w-node-_4a3eb8c0-e656-0023-df45-48bbf0b3d3c0-f0b3d3bb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4a3eb8c0-e656-0023-df45-48bbf0b3d3c3-f0b3d3bb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4a3eb8c0-e656-0023-df45-48bbf0b3d3c6-f0b3d3bb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4a3eb8c0-e656-0023-df45-48bbf0b3d3c9-f0b3d3bb {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9722d6ae-e591-34c3-6345-797126427d4c-104cf212 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-b06fb138-8525-c70a-7432-684ea292ba04-104cf212 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ccd4ef19-3f2c-1609-f73b-f7d191810888-a82caa73 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088b-a82caa73 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_53dfd612-944f-6c32-477c-4816cf2a3bb5-cf2a3bb1 {
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_53dfd612-944f-6c32-477c-4816cf2a3bd9-cf2a3bb1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ccd4ef19-3f2c-1609-f73b-f7d191810888-81cbaf6a {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088b-81cbaf6a {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ccd4ef19-3f2c-1609-f73b-f7d191810888-307dbb88 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088b-307dbb88 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088e-a82caa73 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d191810891-81cbaf6a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088e-307dbb88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088e-a82caa73 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088b-81cbaf6a {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088e-81cbaf6a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d191810891-81cbaf6a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088b-307dbb88 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088e-307dbb88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088b-a82caa73 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088e-a82caa73 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d191810891-a82caa73 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_53dfd612-944f-6c32-477c-4816cf2a3bb5-cf2a3bb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_53dfd612-944f-6c32-477c-4816cf2a3bbb-cf2a3bb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_53dfd612-944f-6c32-477c-4816cf2a3bc2-cf2a3bb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_53dfd612-944f-6c32-477c-4816cf2a3bc9-cf2a3bb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_53dfd612-944f-6c32-477c-4816cf2a3bd2-cf2a3bb1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088e-81cbaf6a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d191810891-81cbaf6a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d19181088e-307dbb88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-ccd4ef19-3f2c-1609-f73b-f7d191810891-307dbb88 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

