/*
Theme Name: Westbourne | VerticalVertical
Text Domain: verticalvertical
Version: 1.0.0
Description: Our default theme for 2024 is designed to take full advantage of the flexibility of the block editor..
Author: Vertical Vertical
Author URI: https://verticalvertical.com/
Template: verticalvertical
*/

:root {
  --headerMainStickyColor: #2E2C64;
  --headerSocketColor: #2E2C64;
  --headerMainColor: transparent;
  --defaultColor: #6E6E6E;
  --blackColor: #000000;
  --whiteColor: #FFFFFF;
  --goldColor: #9A6D34;
  --purpleColor: #2e2c64;
  --naturalColor: #C2CDBF;
  --selectionBgColor: #2e2c64;
  --selectionTextColor: #FFFFFF;
  --scrollBarBgColor: #2e2c64;
  --tabStickyTop: 0px;
  --tabStickyHeight: 0px;
  --slickTrackWidth: calc(1.37 * 100vw + 15px);
  --stickyBrochure: 92px;
  --backgroundProduct: rgba(194, 205, 191, 0.33);
  --verticalContactFont: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
}

:where(.wp-block-columns) {
  margin-bottom: 0px !important;
}

#vertical-cookie-banner p {
  font-size: 12px !important;
  line-height: 14px !important;
  color: var(--whiteColor) !important;
}

#vertical-cookie-banner button {
  background-color: var(--goldColor) !important;
}

#site-header.has-sticky {
  position: absolute;
}

#site-header.has-sticky.sticky .site-header-inner {
  /* box-shadow: 0px 3px 6px rgba(0, 0, 0, .61); */
  background-color: transparent !important;
}

body,
html {
  scroll-behavior: smooth;
}

body *,
html * {
  box-sizing: border-box;
  letter-spacing: 0;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  white-space: normal;
  word-break: normal;
  -moz-osx-font-smoothing: grayscale;
}

body img,
html img {
  display: block;
  max-width: 100%
}

@font-face {
  font-family: 'SVN-Miller Banner';
  src: url('./westbourne/fonts/SVN-Miller Banner.woff2') format('woff2');
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./westbourne/fonts/Lato-Light.woff2') format('woff2');
  font-style: normal;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./westbourne/fonts/Lato-Regular.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./westbourne/fonts/Lato-Italic.woff2') format('woff2');
  font-style: italic;
  font-weight: 400;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./westbourne/fonts/Lato-Bold.woff2') format('woff2');
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./westbourne/fonts/Lato-BoldItalic.woff2') format('woff2');
  font-style: italic;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./westbourne/fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap
}

@font-face {
  font-family: "Signature";
  src: url('./westbourne/fonts/Signature.woff2') format('woff2');
  font-weight: 400;
  font-display: swap
}

/* #site-header .header-main-wrapper {
  padding: 55px 0px;
} */

body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
  margin: 0
}

h1 {
  font-family: 'SVN-Miller Banner', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--purpleColor);
  font-weight: 400;
}

.summary-box-qualification {
  font-family: 'SVN-Miller Banner', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--purpleColor);
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'SVN-Miller Banner', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--purpleColor);
  font-weight: 400;
}

h1 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 45px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 45px;
}

h3 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 30px;
}

h4 {
  font-size: 25px;
  line-height: 30px
}

h5 {
  font-size: 20px;
  line-height: 25px
}

a,
ul,
li,
ol,
p,
quote {
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--defaultColor);
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
}

.woocommerce-order .woocommerce-customer-details address,
.woocommerce-order table * {
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
}

h1>span,
h2>span,
h3>span,
h4>span,
h5>span,
h6>span {
  color: var(--defaultColor);
}

.btn-style {
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 12px;
  padding: 12px 18px;
  border-radius: 45px;
  border: 1px solid;
  font-weight: bold;
  text-transform: none;
  display: block;
  width: 100%;
  max-width: 230px;
  text-align: center;
}

.btn-animation {
  width: 100%;
  max-width: 230px;
}

.btn-animation.btn-view-all-treatment,
.btn-animation.btn-view-all-treatment .btn-style {
  max-width: 100%;
}

.btn-white-purple-orange {
  background-color: var(--whiteColor);
  border-color: var(--purpleColor);
  color: var(--goldColor);
}

.btn-purple-purple-white {
  background-color: var(--purpleColor);
  border-color: var(--purpleColor);
  color: var(--whiteColor);
}

.btn-purple-purple-natural {
  background-color: var(--purpleColor);
  border-color: var(--purpleColor);
  color: var(--naturalColor);
}

.btn-animation.btn-purple-purple-natural:hover {
  background-color: var(--whiteColor);
  border-color: var(--purpleColor);
  color: var(--purpleColor);
}

.btn-white-purple-gold {
  background-color: var(--whiteColor);
  border-color: var(--purpleColor);
  color: var(--goldColor);
}

.btn-purple-orange-orange {
  background-color: var(--purpleColor);
  /* border-color: var(--goldColor) !important; */
  border-color: transparent;
  color: var(--whiteColor);
}

.btn-purple-orange-white {
  background-color: var(--purpleColor);
  /* border-color: var(--goldColor) !important; */
  border-color: transparent;
  color: var(--whiteColor);
}

.btn-white-purple-purple {
  background-color: var(--whiteColor);
  border-color: var(--purpleColor) !important;
  color: var(--purpleColor);
}

.btn-animation.btn-white-purple-purple:hover {
  background-color: var(--purpleColor);
  border-color: var(--purpleColor) !important;
  color: var(--whiteColor);
}

.btn-transparent-purple-purple {
  background-color: transparent;
  border-color: var(--purpleColor) !important;
  color: var(--purpleColor);
}

.bg-section {
  /* background-color: rgba(46, 44, 100, 0.03); */
  background-color: transparent;
  background-repeat: no-repeat;
}

.bg-top {
  background-position: top;
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

.bg-natural {
  background-color: var(--naturalColor);
}

.bg-purple {
  background-color: var(--purpleColor);
}

p {
  margin: 0 0 25px
}

* a:last-child,
* p:last-child {
  margin-bottom: 0 !important
}

.hide {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
}

.underline,
.underlineHover:hover {
  text-decoration: underline
}

.text-black-color {
  color: var(--blackColor);
}

.text-white-color {
  color: var(--whiteColor);
}

.text-gold-color {
  color: var(--goldColor);
}

a.text-gold-color:hover {
  color: var(--purpleColor);
}

.text-purple-color {
  color: var(--purpleColor);
}

.text-natural-color {
  color: var(--naturalColor);
}

.text-default-color {
  color: var(--defaultColor);
}

.text-signature {
  font-family: "Signature", 'SVN-Miller Banner', 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #2D2C64;
  font-weight: 400;
  font-size: 72px;
  letter-spacing: 0px;
}

.text-small-medium {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-bold-weight {
  font-weight: 700;
}

.text-medium-weight {
  font-weight: 400;
}

.text-black-weight {
  font-weight: 900;
}

.text-big-bold {
  font-size: 44px;
  line-height: 52px;
  font-weight: bold;
}

.element-mobile {
  display: none;
}

.margin-0 {
  margin: 0;
}

.section-title-spacing {
  margin: 0 0 70px;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-15 {
  padding: 15px;
}

.padding-0 {
  padding: 0 !important;
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.border-radius-5 {
  border-radius: 5px;
}

.flex-box {
  display: flex;
}

.flex-column {
  flex-flow: column;
}

.flex-row {
  flex-flow: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.full-width {
  width: 100%;
  max-width: 100%;
}

.full-height {
  height: 100%;
  max-height: 100%;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.flex-box .flex-child {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.flex-box .flex-second {
  width: 50%;
}

.flex-box .flex-third {
  width: calc(100% / 3);
}

.flex-box .flex-fourth {
  width: 25%;
}

.flex-box .flex-fifth {
  width: 20%;
}

.box-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.border-box {
  border: 1px solid var(--naturalColor);
}

hr.is-style-default {
  border: none;
  border-top: 1px solid var(--purpleColor);
}

.position-relative {
  position: relative;
}

.header-socket-wrapper {
  /* display: none; */
}

#site-header .header-main-wrapper .site-main-menu .site-main-menu-item {
  font-size: 18px;
  line-height: 20px;
  position: relative;
}

#site-header .header-main-wrapper .site-main-menu .site-main-menu-item a:not(.cart-mini-button) {
  font-family: 'SVN-Miller Banner', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
}

#site-header .header-main-wrapper .header-main-inner-section .site-main-menu-wrapper ul.site-main-menu li:not(:last-child):not(.menu-item-4923):not(.mini_cart_item) {
  margin: 0px !important;
  padding: 0px 15px 68px;
  margin-top: 68px !important;
  position: relative;
}

#site-header .header-main-wrapper .site-main-menu .site-main-menu-item.active a,
#site-header .header-main-wrapper .site-main-menu .site-main-menu-item:hover a {
  /* color: var(--goldColor); */
}

#site-header .header-main-wrapper .site-main-menu .site-main-menu-item.hover:not(:last-child):not(.menu-item-4923):before,
#site-header .header-main-wrapper .site-main-menu .site-main-menu-item.active:not(:last-child):not(.menu-item-4923):before,
#site-header .header-main-wrapper .site-main-menu .site-main-menu-item:hover:not(:last-child):not(.menu-item-4923):before {
  content: '';
  position: absolute;
  /* top: calc(50% + 1px); */
  top: 30px;
  left: 10%;
  right: 10%;
  border-bottom: 3px solid var(--goldColor);
}


#site-header .header-main-wrapper .header-main-inner-section .site-main-menu-wrapper ul.site-main-menu li.menu-item-4923 {
  background-color: var(--whiteColor);
  color: var(--goldColor);
  /* border: 1px solid var(--purpleColor); */
  border-radius: 24px;
  padding: 12px 22px;
  margin-left: 15px;
}

#site-header .header-main-wrapper .header-main-inner-section .site-main-menu-wrapper ul.site-main-menu li.menu-item-4923 a {
  color: var(--purpleColor);
}

#site-header .header-main-wrapper .header-main-inner-section .site-main-menu-wrapper ul.site-main-menu li.menu-item-4923:hover {
  background-color: var(--purpleColor);
  color: var(--whiteColor);
}

#site-header .header-main-wrapper .header-main-inner-section .site-main-menu-wrapper ul.site-main-menu li.menu-item-4923:hover a {
  color: var(--whiteColor);
}

.site-header-area-wrapper {
  padding-top: 35px;
}

.site-header-area-wrapper .site-header-area-inner {
  padding-top: 41%;
  position: relative;
}

body.page-id-69 .site-header-area-wrapper .site-header-area-inner {
  padding-top: 41.67%;
}

.site-header-video-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.site-header-video-wrapper .site-header-video-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.site-header-video-wrapper .site-header-video-inner video {
  width: 100%;
  height: 100%;
}

.site-header-video-wrapper .site-header-video-inner .site-header-video-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(0, 0, 0, .61); */
  background-color: rgba(0, 0, 0, .32);
}

.site-tab-header-wrapper.sticky .site-tab-header-inner {
  background-color: var(--headerMainStickyColor);
}

.site-tab-header-wrapper .site-tab-header-inner {
  justify-content: center;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background-color: var(--whiteColor);
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  justify-content: center;
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item {
  margin: 0;
  /* padding: 26px 10px; */
  cursor: pointer;
  width: 100%;
  max-width: 220px;
  text-align: center;
  transition: color 300ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item .site-tab-text {
  padding: 26px 10px;
  display: block;
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item,
.site-tab-header-wrapper .site-tab-header-inner .site-tab-item .site-tab-text {
  color: var(--goldColor);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  background-color: var(--purpleColor);
  transition: transform 600ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item:not(.active)::after {
  background-color: var(--purpleColor);
}


.site-tab-header-wrapper .site-tab-header-inner .site-tab-item.active::after {
  /* border-bottom: 2px solid var(--purpleColor); */
  background-color: var(--goldColor);
  transform: scaleX(1);
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item.active,
.site-tab-header-wrapper .site-tab-header-inner .site-tab-item.active .site-tab-text {
  color: var(--goldColor);
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item:not(.active),
.site-tab-header-wrapper .site-tab-header-inner .site-tab-item:not(.active) .site-tab-text {
  color: var(--purpleColor);
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item.active.hover,
.site-tab-header-wrapper .site-tab-header-inner .site-tab-item.active.hover .site-tab-text {
  color: rgba(154, 109, 52, 0.8);
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item.hover,
.site-tab-header-wrapper .site-tab-header-inner .site-tab-item.hover .site-tab-text {
  color: rgba(46, 44, 100, 0.8);
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item.hover::after {
  transform: scaleX(1);
  /* color: rgba(154, 109, 52, 0.85); */
}

.site-tab-header-wrapper .site-tab-header-inner .site-tab-item.not-hover::after {
  transform: scaleX(0) !important;
}

.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item::after {
  bottom: 1px;
}

.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item.active::after {
  background-color: var(--goldColor);
}

.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item:not(.active)::after {
  background-color: var(--whiteColor);
}

.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item.active,
.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item.active .site-tab-text {
  color: var(--goldColor);
}

.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item:not(.active),
.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item:not(.active) .site-tab-text {
  color: var(--whiteColor);
}

.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item.active.hover,
.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item.active.hover .site-tab-text {
  color: rgba(154, 109, 52, 0.8);
}

.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item:not(.active).hover,
.site-tab-header-wrapper.sticky .site-tab-header-inner .site-tab-item:not(.active).hover .site-tab-text {
  color: rgba(255, 255, 255, 0.8);
}

.page-header-summary {
  padding: 70px 0px;
}

.page-section-spacing {
  padding: 70px 0px;
}

.page-section-spacing-top {
  padding: 70px 0px 0;
}

.page-section-spacing-bottom {
  padding: 0 0px 70px;
}

.page-header-summary * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-header-summary p {
  width: 100%;
  max-width: 966px;
}

.page-header-summary-image-wrapper {
  padding: 120px 0px 70px;
}

.page-header-summary-image-wrapper .page-header-summary-image img {
  display: block;
  margin: 0 auto;
}

.site-summary-box-wrapper {
  /* padding: 70px 0px; */
}

body .site-summary-box-wrapper.large-right {
  /* padding: 200px 0px; */
  margin-bottom: 40px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 800px 700px;
}

body.page-id-3867 .site-summary-box-wrapper.large-right {
  padding: 40px 0px 0px;
}

body .site-summary-box-wrapper.large-right.summary-home-page {
  padding: 230px 0px;
}

.site-summary-box-wrapper .site-summary-box-inner {
  width: 100%;
  max-width: 1146px;
  margin: 0 auto;
}

.site-team-box-wrapper .summary-box-title,
.site-summary-box-wrapper .summary-box-title {
  margin-bottom: 30px;
}

.site-team-box-wrapper .summary-box-title-bottom,
.site-summary-box-wrapper .summary-box-title-bottom {
  margin-bottom: 0;
}

.site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child .summary-box-subtitle {
  font-size: 15px;
  line-height: 18px;
  color: var(--goldColor);
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child.child-left .site-summary-box-child-inner {
  width: 100%;
  max-width: 540px;
}

.site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child.child-left .site-summary-box-child-image {
  padding-top: 94.07%;
}

/* .site-summary-box-wrapper.long .site-summary-box-inner .site-summary-box-child.child-left .site-summary-box-child-inner {
  padding-top: 125%;
} */

.site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child.child-right {
  align-items: flex-end;
  padding-left: 16px;
}

.site-summary-box-wrapper.section-info-product-page .site-summary-box-inner .site-summary-box-child.child-right {
  align-items: flex-start;
  padding-left: 90px;
}

.site-summary-box-wrapper.section-info-product-page .site-summary-box-inner .site-summary-box-child.child-right .summary-box-title {
  margin-bottom: 12px;
}

.site-summary-box-wrapper.section-info-product-page .site-summary-box-inner .site-summary-box-child.child-right .btn-action {
  min-width: 230px;
}

/* .site-summary-box-wrapper.section-info-product-page .site-summary-box-inner .site-summary-box-child.child-right .btn-action:not(.btn-purple-purple-natural) {
  background-color: var(--purpleColor);
  border-color: var(--purpleColor);
  color: var(--whiteColor);
} */

.site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child.child-right .site-summary-box-child-content {
  max-width: 490px;
}

.site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child.child-right .site-summary-box-child-content a:not(.btn-style) {
  transition: color 300ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child.child-right .site-summary-box-child-content a:not(.btn-style):hover {
  color: var(--purpleColor);
}

body.page-id-3911 .site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child.child-right .site-summary-box-child-content {
  /* max-width: 580px; */
  max-width: 429px;
}

body.page-id-3911 .site-summary-box-wrapper.subscribe-programme .site-summary-box-inner .site-summary-box-child.child-right .site-summary-box-child-content {
  max-width: 580px;
}

.site-summary-box-wrapper.revert .site-summary-box-inner {
  flex-direction: row-reverse;
}

.site-summary-box-wrapper.revert .site-summary-box-inner .site-summary-box-child.child-right {
  align-items: flex-start;
  padding-left: 0px;
  padding-right: 16px;
}

.site-summary-box-wrapper.revert .site-summary-box-inner .site-summary-box-child.child-left {
  align-items: flex-end;
}

.site-summary-box-wrapper.large-right .site-summary-box-child-image {
  display: none;
}

.site-what-you-get-inner {
  width: 100%;
  max-width: 1980px;
  margin: 0 auto;
}

.site-what-you-get-inner .site-what-you-get-box-item {
  padding: 8px;
  width: 20%;
  max-width: 385px;
}

body.page-id-3911 .site-what-you-get-wrapper {
  padding-top: 0;
}

body.page-id-3911 .site-what-you-get-inner .site-what-you-get-box-item {
  width: calc(100% / 4);
}

body.page-id-3911 .site-what-you-get-inner .site-what-you-get-box-item .site-what-you-get-box-inner {
  padding-top: 80%;
}

.site-what-you-get-wrapper.wellnesspage {
  padding-bottom: 0px;
}

.site-what-you-get-wrapper.wellnesspage .site-what-you-get-inner .site-what-you-get-box-item {
  width: calc(100% / 2);
}

.site-what-you-get-wrapper.wellnesspage .site-what-you-get-inner .site-what-you-get-box-item .site-what-you-get-box-inner {
  padding-top: unset;
  height: 100%;
}

.site-what-you-get-wrapper.wellnesspage .site-what-you-get-inner .site-what-you-get-box-item .site-what-you-get-box-inner .site-what-you-get-box-content {
  position: relative;
  padding: 15px 15px;
  height: 100%;
}

.site-what-you-get-wrapper .site-what-you-get-boxes {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.site-what-you-get-wrapper .site-what-you-get-boxes.slider .slick-arrow {
  top: -60px;
}

.site-what-you-get-wrapper .site-what-you-get-boxes.slider .slick-arrow .arrow {
  filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(2439%) hue-rotate(209deg) brightness(92%) contrast(95%);
}

.site-what-you-get-wrapper .site-what-you-get-boxes.slider .slick-arrow.slick-pre-cus {
  left: 0;
}

.site-what-you-get-wrapper .site-what-you-get-boxes.slider .slick-arrow.slick-next-cus {
  right: 0;
}

.site-what-you-get-inner .site-what-you-get-box-item .site-what-you-get-box-inner {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, .16);
  padding-top: 72.73%;
  position: relative;
  background-color: var(--whiteColor);
}

.site-what-you-get-inner .site-what-you-get-box-item .site-what-you-get-box-inner .site-what-you-get-box-content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 25px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.site-what-you-get-inner .site-what-you-get-box-item .site-what-you-get-box-inner .site-what-you-get-box-content img {
  margin: 0px auto 10px;
}

.site-what-you-get-inner .site-what-you-get-box-item .site-what-you-get-box-inner .site-what-you-get-box-content p {
  text-align: center;
  width: 100%;
  max-width: 235px;
  margin: 0px auto;
}

.site-expert-carousel-wrapper {
  /* padding: 70px 0px; */
}

.site-expert-carousel-wrapper .site-expert-carousel-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
}

.site-expert-carousel-wrapper .site-expert-carousel-list .slick-list .slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.site-expert-carousel-wrapper .site-expert-carousel-list .site-expert-carousel-item {
  width: 20%;
  padding: 0px 2px;
  text-align: center;
}

.site-expert-carousel-wrapper .site-expert-carousel-list .site-expert-carousel-item .title {
  margin: 5px 0px;
  font-size: 20px;
  line-height: 25px
}

.site-expert-carousel-wrapper .site-expert-carousel-list .site-expert-carousel-item .expert-image-wrapper {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}

.site-expert-carousel-wrapper .site-expert-carousel-list .site-expert-carousel-item .expert-image {
  padding-top: 138%;
  /* border: 1px solid #707070; */
  transition: all .3s ease-in-out;
  cursor: pointer;
}

/* .site-expert-carousel-wrapper .site-expert-carousel-list .site-expert-carousel-item .expert-image:not(:hover) {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
} */

.site-expert-carousel-wrapper .site-expert-carousel-list:not(.slick-initialized) {
  height: 340px;
}

.slick-dots-bar:not(.slick-initialized) .slick-dots {
  display: none;
}

.slick-dots-bar .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background-color: var(--whiteColor);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  width: 100%;
  max-width: 440px;
  margin: 30px auto;
  padding: 0px 0px;
}

.slick-dots-bar .slick-dots li {
  font-size: 0px;
  line-height: 3px;
  flex: 1;
}

.slick-dots-bar .slick-dots li button {
  color: transparent;
  font-size: 0px;
  height: 3px;
  border: 0px;
  background-color: var(--whiteColor);
  width: 100%;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.slick-dots-bar .slick-dots li.slick-active button {
  background-color: var(--goldColor);
}

.site-women-boxes-wrapper {
  /* padding: 70px 0px; */
}

.site-women-boxes-wrapper .site-women-boxes-inner {
  justify-content: space-between;
  margin: 0px -20px;
}

.site-women-boxes-wrapper .site-women-boxes-inner .site-women-box-item {
  padding: 20px;
}

.site-women-boxes-wrapper .site-women-boxes-inner .site-women-box-item .site-women-box-item-inner {
  width: 100%;
  max-width: 345px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.site-women-boxes-wrapper .site-women-boxes-inner .site-women-box-item .site-women-box-item-inner h3 {
  margin: 30px 0px 15px;
  font-size: 25px;
  line-height: 35px;
}

.site-women-boxes-wrapper .site-women-boxes-inner .site-women-box-item .site-women-box-item-inner .site-women-box-item-content p {
  text-align: left;
}

.site-women-boxes-wrapper .section-title-spacing {
  margin: 0px 0px 30px;
}

.site-women-boxes-wrapper .site-women-boxes-inner .site-women-box-item .site-women-box-item-inner img {
  max-height: 250px;
  width: auto;
  margin: 0px auto;
}

.site-private-medical-appointments-group {
  position: relative;
  overflow: hidden;
}

.site-private-medical-appointments-group:before {
  display: block;
  content: '';
  position: absolute;
  top: 250px;
  right: calc(50% - 647px - 120px);
  width: 647px;
  height: 851px;
  background-image: url('/assets/uploads/2024/06/homepage-medical-group-bg-new.png');
  background-position: calc(100%);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: .4;
  z-index: -1;
  pointer-events: none;
  transform: translate(0%, 0%) rotate(17deg);
}

body.page-id-3803 .site-private-medical-appointments-group:before {
  right: calc(45% - 647px - 120px);
  top: unset;
  bottom: 50px;
}

.site-private-medical-appointments-wrapper .site-private-medical-appointments-inner h2 {
  margin-bottom: 25px;
}

.site-private-medical-appointments-wrapper .site-private-medical-appointments-inner h2,
.site-private-medical-appointments-wrapper .site-private-medical-appointments-inner p {
  color: var(--whiteColor);
}

.site-private-medical-appointments-wrapper .site-private-medical-appointment-list {
  list-style: none;
  flex-wrap: wrap;
  padding: 0px;
  margin: 70px 0px 0px;
}

.site-private-medical-appointments-wrapper .site-private-medical-appointment-list .site-private-medical-appointment-item {
  width: 100%;
  /* max-width: 272px; */
  max-width: 30%;
  padding-right: 16px;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-private-medical-appointments-wrapper .site-private-medical-appointment-list .site-private-medical-appointment-item a {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 300ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.site-private-medical-appointments-wrapper .site-private-medical-appointment-list .site-private-medical-appointment-item a:hover {
  color: var(--goldColor);
}

.site-private-medical-appointments-wrapper .site-private-medical-appointments-content {
  width: 100%;
  max-width: 1070px;
}

.site-private-medical-appointments-wrapper .site-private-medical-appointments-content-top-section {
  background-image: linear-gradient(to right, var(--goldColor) 0%, var(--goldColor) 50%, transparent 50%);
}

.site-private-medical-appointments-wrapper .site-private-medical-appointments-content-top-section .site-private-medical-appointments-content {
  width: 50%;
  max-width: 100%;
  padding: 50px 50px 50px 0px;
}

.site-private-medical-appointments-bottom-line-section {
  width: 100%;
  height: 23px;
  background-color: var(--goldColor);
}

.site-natural-therapy-wrapper {
  /* padding: 70px 0px; */
}

.site-natural-therapy-wrapper .site-natural-therapy-inner {
  position: relative;
}


.site-natural-therapy-wrapper .site-natural-therapy-inner .container {
  display: flex;
  justify-content: flex-end;
}

.site-natural-therapy-group {
  position: relative;
  overflow: hidden;
}

.site-natural-therapy-group:before {
  display: block;
  content: '';
  position: absolute;
  left: calc(50% - 512px - 150px);
  bottom: 70px;
  width: 512px;
  height: 991px;
  background-image: url('/assets/uploads/2024/06/homepage-natural-therapy-group-bg-news.png');
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: .47;
  z-index: -1;
  pointer-events: none;
  transform: translate(0%, 0%) rotate(29deg);
}

body.page-id-3804 .site-natural-therapy-group:before {
  left: calc(45% - 512px - 150px);
  bottom: -100px;
}

.site-natural-therapy-wrapper .site-natural-therapy-inner h2 {
  margin-bottom: 25px;
}

.site-natural-therapy-wrapper .site-natural-therapy-inner p {}

.site-natural-therapy-wrapper .site-natural-therapy-list {
  list-style: none;
  flex-wrap: wrap;
  padding: 0px;
  margin: 55px 0px 0px;
}

.site-natural-therapy-wrapper .site-natural-therapy-list .site-natural-therapy-item {
  width: 100%;
  /* max-width: 272px; */
  max-width: 50%;
  margin-top: 8px;
  padding-right: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-natural-therapy-wrapper .site-natural-therapy-list .site-natural-therapy-item a {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: color 300ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.site-natural-therapy-wrapper .site-natural-therapy-list .site-natural-therapy-item a:hover {
  color: var(--goldColor);
}

.site-natural-therapy-wrapper .site-natural-therapy-content {
  width: 50%;
  padding-left: 50px;
}


.site-natural-therapy-wrapper .site-natural-therapy-content-top-section {
  background-image: linear-gradient(to right, transparent 0%, transparent 50%, var(--naturalColor) 50%);
}

.site-natural-therapy-wrapper .site-natural-therapy-content-top-section .site-natural-therapy-content {
  width: 50%;
  max-width: 100%;
  padding: 50px 0px 50px 50px;
}

.site-experience-carousel-wrapper .site-experience-carousel-inner {
  overflow: hidden;
}

.site-experience-carousel-wrapper .site-experience-carousel-item {
  cursor: pointer;
  height: 500px;
  overflow: hidden;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .experience-image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .experience-summary .experience-number {
  font-family: 'SVN-Miller Banner', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 75px;
  line-height: 75px;
  margin-bottom: 0px;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .experience-summary .experience-title {
  font-size: 25px;
  line-height: 40px;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .experience-summary {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 25px 25px 30px 25px;
  background-color: transparent;
  min-width: 310px;
  height: 100%;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .experience-summary * {
  z-index: 1;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .experience-summary:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgb(0, 0, 0);
  z-index: 1;
  opacity: .5;
  transition: opacity 2250ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

/* animation section */
.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner .experience-number {
  -webkit-transform: translateY(32px);
  -ms-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: -webkit-transform cubic-bezier(0.6, 0, 0.1, 1) 550ms 50ms, font-size cubic-bezier(0.6, 0, 0.1, 1) 1s, opacity cubic-bezier(0.6, 0, 0.1, 1) 1s;
  -webkit-transition: transform cubic-bezier(0.6, 0, 0.1, 1) 550ms 50ms, font-size cubic-bezier(0.6, 0, 0.1, 1) 1s, opacity cubic-bezier(0.6, 0, 0.1, 1) 1s;
  transition: transform cubic-bezier(0.6, 0, 0.1, 1) 550ms 50ms, font-size cubic-bezier(0.6, 0, 0.1, 1) 1s, opacity cubic-bezier(0.6, 0, 0.1, 1) 1s;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner .experience-title {
  -webkit-transform: translateY(32px);
  -ms-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: -webkit-transform cubic-bezier(0.6, 0, 0.1, 1) 550ms, opacity cubic-bezier(0.6, 0, 0.1, 1) .8s;
  -webkit-transition: transform cubic-bezier(0.6, 0, 0.1, 1) 550ms, opacity cubic-bezier(0.6, 0, 0.1, 1) .8s;
  transition: transform cubic-bezier(0.6, 0, 0.1, 1) 550ms, opacity cubic-bezier(0.6, 0, 0.1, 1) .8s;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .experience-summary svg {
  position: static;
  opacity: 0;
  -webkit-transition: opacity cubic-bezier(0.6, 0, 0.1, 1) .5s;
  transition: opacity cubic-bezier(0.6, 0, 0.1, 1) .5s;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-list.active .site-experience-carousel-item.active .experience-number,
.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner:hover .experience-number,
.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner:focus .experience-number {
  transform: translateY(-24px);
}

.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-list.active .site-experience-carousel-item.active .experience-title,
.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner:hover .experience-title,
.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner:focus .experience-title {
  transform: translateY(-24px);
}

.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-list.active .site-experience-carousel-item.active svg,
.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner:hover svg,
.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner:focus svg {
  opacity: 1;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-list.active .site-experience-carousel-item.active .experience-summary::before,
.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner:hover .experience-summary::before,
.site-experience-carousel-wrapper .site-experience-carousel-item .site-experience-carousel-item-inner:focus .experience-summary::before {
  opacity: 0.2;
}


.site-experience-carousel-wrapper .site-experience-carousel-item .experience-content {
  min-width: 330px;
  height: 100%;
  padding: 25px 25px 25px 25px;
  background-color: var(--whiteColor);
  -webkit-transition: transform cubic-bezier(0.6, 0, 0.1, 1) .7s;
  transition: transform cubic-bezier(0.6, 0, 0.1, 1) .7s;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.site-experience-carousel-wrapper .site-experience-carousel-item .experience-content h3 {
  margin: 70px 0px 70px;
}

.site-experience-carousel-wrapper .site-experience-carousel-list {
  gap: 5px;
}

.site-experience-carousel-wrapper .site-experience-carousel-list .site-experience-carousel-item {
  min-width: 0px;
  transition: min-width .95s cubic-bezier(0.6, 0, 0.1, 1) .1s;
}

.site-experience-carousel-wrapper .site-experience-carousel-list.active .site-experience-carousel-item.active {
  min-width: 440px;
}

.site-experience-carousel-wrapper .site-experience-carousel-list.active .site-experience-carousel-item.active .experience-number {
  transform: translate(0px, -250px);
  font-size: 85px;
}

.site-experience-carousel-wrapper .site-experience-carousel-list.active .site-experience-carousel-item.active .experience-title,
.site-experience-carousel-wrapper .site-experience-carousel-list.active .site-experience-carousel-item.active svg {
  opacity: 0;
}

.site-experience-carousel-wrapper .site-experience-carousel-list.active .site-experience-carousel-item.active .experience-content {
  transform: translateX(-200px);
}

/* .site-you-may-also-like-wrapper {
  padding: 20px 0px 70px;
} */

.site-you-may-also-like-wrapper .site-you-may-also-like-inner {
  max-width: 1130px;
  margin: 0px auto;
}

.site-you-may-also-like-wrapper .site-you-may-also-like-inner .site-you-may-also-like-item {
  padding: 50px 0px;
}

.site-you-may-also-like-wrapper .site-you-may-also-like-inner .site-you-may-also-like-item .site-you-may-also-like-item-inner {
  align-items: center;
  justify-content: center;
}

.site-you-may-also-like-wrapper .site-you-may-also-like-inner .site-you-may-also-like-item .site-you-may-also-like-image-wrapper {
  width: 100%;
  max-width: 540px;
}

.site-you-may-also-like-wrapper .site-you-may-also-like-inner .site-you-may-also-like-item .site-you-may-also-like-image-wrapper .site-you-may-also-like-image {
  padding-top: 55.6%;
  /* border: 1px solid #707070; */
  background-color: transparent;
}

.site-you-may-also-like-wrapper .site-you-may-also-like-inner .site-you-may-also-like-item .site-you-may-also-like-item-inner .site-you-may-also-like-item-child.child-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.site-you-may-also-like-wrapper .site-you-may-also-like-inner .site-you-may-also-like-item .site-you-may-also-like-content {
  width: 100%;
  max-width: 416px;
  padding-left: 16px;
}

.site-you-may-also-like-wrapper .site-you-may-also-like-inner .site-you-may-also-like-item.revert .site-you-may-also-like-content {
  padding-left: 0;
  padding-right: 16px;
}

.site-you-may-also-like-wrapper .site-you-may-also-like-inner .site-you-may-also-like-item.revert .site-you-may-also-like-item-inner {
  flex-direction: row-reverse;
}

.site-you-may-also-like-wrapper .site-you-may-also-like-inner .site-you-may-also-like-item.revert .site-you-may-also-like-item-child.child-right {
  align-items: flex-start;
}

.site-you-may-also-like-wrapper .site-you-may-also-like-inner .site-you-may-also-like-item.revert .site-you-may-also-like-item-child.child-left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.site-you-may-also-like-wrapper .btn-animation {
  margin: 40px auto 0;
  width: calc(100% / 3);
}

.site-testimonial-wrapper .site-testimonial-inner {
  /* background-image: linear-gradient(30deg, var(--purpleColor), rgba(46, 44, 100, 0)); */
  background-color: var(--purpleColor);
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}

.site-testimonial-wrapper .site-testimonial-list:not(.slick-initialized) {
  max-height: 290px;
  opacity: .1;
  overflow: hidden;
}

.site-testimonial-wrapper .site-testimonial-list {
  padding: 50px 0px 20px;
}

.site-testimonial-wrapper .site-testimonial-inner h2 {
  margin-bottom: 0px;
}

.site-testimonial-wrapper .site-testimonial-inner:before {
  display: block;
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -60px;
  height: 100%;
  background-image: url('/assets/uploads/2024/06/testimonial-bg-new.png');
  background-position: 95% bottom;
  background-size: 450px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.site-testimonial-wrapper .site-testimonial-inner h2,
.site-testimonial-wrapper .site-testimonial-inner p:not(.person) {
  color: var(--whiteColor);
}

.site-testimonial-item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-testimonial-wrapper .site-testimonial-inner p {
  margin: 0;
}

.site-testimonial-wrapper .site-testimonial-inner p.person {
  margin-top: 75px;
}

.site-testimonial-wrapper .site-testimonial-content {
  width: 100%;
  max-width: 610px;
  padding-left: 55px;
}

.site-testimonial-wrapper .slick-dots {
  position: absolute;
  top: 0px;
  left: -100px;
  background-color: var(--whiteColor);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  padding: 0px;
  margin: 0px;
  height: 100%;
  width: 4px;
  list-style: none;
}

.site-testimonial-wrapper .slick-dots li {
  font-size: 0px;
  /* width: 4px;
  max-height: 30px;
  flex: 1; */
}

.site-testimonial-wrapper .slick-dots li button {
  color: transparent;
  font-size: 0px;
  border: 0px;
  background-color: var(--purpleColor);
  height: 100%;
  width: 4px;
  padding: 0px;
  cursor: pointer;
}

.site-testimonial-wrapper .slick-dots li.slick-active {
  background-color: var(--purpleColor);
}

.site-blog-journal-wrapper {
  padding: 20px 0px 70px;
}

.site-blog-journal-list {
  margin: 0px -50px;
  flex-wrap: wrap;
}

.site-blog-journal-list .site-blog-journal-item {
  padding: 48px;
  position: relative;
}

.site-blog-journal-list .site-blog-journal-item.hasbox {
  padding: 11px;
}

.site-blog-journal-list .site-blog-journal-item.hasbox::before,
.site-blog-journal-list .site-blog-journal-item.hasbox::after {
  display: none !important;
}

.site-blog-journal-list .site-blog-journal-item.center:before {
  position: absolute;
  content: '';
  top: 48px;
  left: 0px;
  bottom: 0px;
  border: 1px solid var(--purpleColor);
  transform: translateX(-50%);
}

.site-blog-journal-list .site-blog-journal-item.center:after {
  position: absolute;
  content: '';
  top: 48px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--purpleColor);
  transform: translateX(50%);
}

/* Experience */
.site-experience-carousel-wrapper .site-experience-carousel-list .slick-list {
  width: 100%;
  display: flex;
  justify-content: center
}

.site-experience-carousel-wrapper .site-experience-carousel-list .slick-list .slick-track {
  width: 100% !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* Header */

.site-header-image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.site-header-image-wrapper .site-header-image-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.site-header-image-wrapper .site-header-image-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: var(--blackColor);
  opacity: .15;
  pointer-events: none;
  z-index: 1;
}



.site-header-image-wrapper .site-header-image-inner .site-header-image {
  width: 100%;
  height: 100%;
  transform: scale(1.5);
}

.site-header-image-wrapper .site-header-image-inner .site-header-image.done {
  animation: animation-nnapuo 4s cubic-bezier(0.6, 0, 0.1, 1) forwards;
}

.site-header-image-wrapper .site-header-image-inner .site-header-image-content {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: rgba(0, 0, 0, .61); */
  background-color: rgba(0, 0, 0, .32);
  z-index: 1;
}

body.product-type .site-header-image-wrapper .site-header-image-inner .site-header-image-content {
  background-color: rgba(0, 0, 0, .16);
}

body.team-type .site-header-banner-content-inner .container {
  justify-content: center;
  align-items: center;
  text-align: center;
}

body.team-type .site-header-banner-content-inner .site-header-banner-content h1 {
  margin-bottom: 0;
}

.site-header-banner-content-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  pointer-events: none;
}

.site-header-banner-content-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.site-header-banner-content {
  display: flex;
  align-items: flex-end;
}

.site-header-banner-content h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20%;
}

/* Footer */
.site-footer-widget-top {
  background-color: var(--purpleColor);
  padding: 70px 0px 50px;
  position: relative;
}

.site-footer-widget-top .logo-top-footer {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  border: 4px solid var(--whiteColor);
  border-radius: 50%;
  width: 88px;
  height: 88px;
  overflow: hidden;
}

.site-footer-widget-top .logo-top-footer img {
  border-radius: 50%;
  max-width: unset;
  margin-top: -22px;
  margin-left: -23px;
}

.site-footer-widget-top .text-top-footer {
  max-width: 1000px;
  margin: 0 auto;
}

.site-footer-widget-embed {
  padding-top: 110px;
}

body.page-id-3911 .site-footer-widget-embed {
  padding-top: 50px;
}

.site-footer-widget-embed .site-footer-menu {
  padding: 0;
  margin: 16px 0;
}

.site-footer-widget-embed .site-footer-menu .site-footer-menu-item {
  list-style: none;
  margin: 6px 0;
}

.site-footer-widget-bottom {
  background-color: var(--whiteColor);
  background-position: bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 70px 0px 100px;
}

.site-footer-widget-bottom .site-footer-widget-child {
  width: calc(100% / 3);
}

.site-footer-widget-bottom .site-footer-widget-child.child-cross {
  width: 100%;
  margin-top: 80px;
  align-items: flex-end;
}

.site-footer-widget-bottom .site-footer-widget-child.child-two {
  width: calc(200% / 3);
}

.site-footer-widget-bottom .site-footer-widget-child.child-two .site-footer-widget-child-content {
  padding-left: calc(25% / 2);
  /* display: flex;
  align-items: center; */
}

.site-footer-widget-bottom .site-footer-widget-child.child-right .site-footer-menu .site-footer-menu-item {
  margin: 16px 0;
}


.site-footer-widget-bottom .site-footer-widget-child .site-footer-menu .site-footer-menu-item .menu-item-text {
  color: var(--purpleColor);
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 11px;
}

.site-footer-widget-bottom .site-footer-widget-child.child-cross .btn-animation {
  width: auto;
  min-width: 200px;
  margin-right: 8px;
}

.site-footer-widget-bottom .site-footer-widget-child.child-cross .btn-style {
  width: auto;
  /* font-size: 15px;
  line-height: 20px; */
  padding: 8px 20px;
}

.site-footer-widget-bottom .site-footer-widget-child.child-cross .btn-subscribe {
  margin-left: 65px;
}

.site-footer-widget-bottom .site-footer-widget-child.child-left .site-footer-widget-child-content {
  padding-left: 25%;
}

.site-footer-embed-inner {
  background-color: var(--purpleColor);
}

.site-footer-embed-inner .copy-right,
.site-footer-embed-inner .website-owner {
  font-size: 12px;
  line-height: 30px;
  margin: 0;
}

.site-footer-embed-inner .site-footer-menu {
  display: flex;
  margin: 0 !important;
  text-align: center;
}

.site-footer-embed-inner .site-footer-menu .site-footer-menu-item {
  margin: 6px;
}

.site-footer-embed-inner .site-footer-menu .site-footer-menu-item .menu-item-text {
  color: var(--whiteColor);
  font-size: 12px;
  font-weight: 600;
}

body.treatment-type .site-meet-the-practitioner-wrapper {
  padding: 0;
}

.site-meet-the-practitioner-wrapper .site-meet-the-practitioner-inner .site-summary-box-wrapper .site-summary-box-inner {
  align-items: center;
}

.site-meet-the-practitioner-wrapper .site-meet-the-practitioner-inner .site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child-content .summary-box-title {
  font-size: 25px;
  color: var(--purpleColor);
}

/* Treatment List  */
.site-main-content-treatment-wrapper .site-main-content-treatment-inner .site-main-content-treatment-images {
  max-width: 900px;
  margin: 70px auto 0;
}

.site-main-content-treatment-wrapper .site-main-content-treatment-inner .site-main-content-child-box.flex-second {
  padding: 20px;
}

.site-main-content-treatment-wrapper .site-main-content-treatment-inner {
  max-width: 900px;
  margin: 0 auto;
}

.site-main-content-treatment-wrapper .site-main-content-child-box-inner {
  padding-top: 64.6%;
  position: relative;
}

.site-main-content-treatment-wrapper .site-main-content-treatment-inner h1,
.site-main-content-treatment-wrapper .site-main-content-treatment-inner h2 {
  margin-bottom: 0;
}

.site-main-content-treatment-wrapper .site-main-content-treatment-inner .site-main-content-child-iframe {
  padding-top: 62.7%;
  position: relative;
}

.site-main-content-treatment-wrapper .site-main-content-treatment-inner .site-main-content-child-iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-main-content-treatment-wrapper .site-main-content-treatment-inner .site-main-content-child-iframe-inner {
  width: 100%;
  height: 100%;
}

.site-main-content-treatment-wrapper .site-main-content-treatment-inner .site-main-content-child-iframe-inner iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}

.site-main-content-treatment-wrapper .main-description {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.site-get-in-touch-wrapper .site-get-in-touch-item {
  margin-bottom: 4px;
}

.book-consultation-title .text-description {
  width: 80%;
  max-width: 797px;
  margin: 24px auto 60px;
}

.site-treatment-list-box-book-consultation-wrapper .book-consultation-title {
  margin-bottom: 40px;
}

.site-treatment-list-box-book-consultation-wrapper .btn-view-all-treatment {
  margin-top: 25px;
}

.site-treatment-list-box-book-consultation-wrapper .site-treatment-list-box-book-consultation-inner.isfirst .btn-view-all-treatment {
  margin-top: 0 !important;
  margin-bottom: 70px !important;
}

.site-treatment-list-wrapper .site-treatment-list-box-data-wrapper {
  margin-top: 70px;
  margin-bottom: 70px;
  padding-left: 10%;
}

.site-table-treatment-wrapper .table-treatment-list {
  width: 100%;
  border-collapse: collapse;
}

.site-table-treatment-wrapper .table-treatment-list th,
.site-table-treatment-wrapper .table-treatment-list td {
  padding: 16px 12px;
  vertical-align: text-top;
}

.site-table-treatment-wrapper .table-treatment-list.noborder .th-treatment {
  border-bottom: 1px solid var(--purpleColor);
}

.site-table-treatment-wrapper .table-treatment-list.noborder .td-treatment {
  vertical-align: middle;
}

.site-table-treatment-wrapper .table-treatment-list:not(.noborder) td.has-border {
  border-top: 1px solid var(--purpleColor);
}

.site-table-treatment-wrapper .table-treatment-list:not(.noborder) tbody tr.last td.has-border {
  /* border-bottom: 1px solid var(--purpleColor); */
}

.site-table-treatment-wrapper .table-treatment-list td.td-last {
  align-items: center;
  border: none !important;
  vertical-align: middle;
  min-width: 150px;
}

.site-table-treatment-wrapper .table-treatment-list .td-treatment .btn-style {
  width: 230px;
  padding: 19px 23px;
  margin-left: auto;
}

.site-table-treatment-wrapper .table-treatment-list .tr-mobile {
  display: none;
}

/* Team Box */
.site-team-box-wrapper.large-right {
  padding: 200px 0px;
  margin-bottom: 40px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.site-team-box-wrapper .site-team-box-inner {
  width: 100%;
  /* max-width: 1146px; */
  margin: 0 auto;
}

.site-team-box-wrapper .site-team-box-inner .site-team-box-child {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.site-team-box-wrapper .site-team-box-inner .site-team-box-child.child-left {
  padding-right: 40px;
}

.site-team-box-wrapper .site-team-box-inner .site-team-box-child.child-left .site-team-box-child-content {
  position: relative;
}

.site-team-box-wrapper .site-team-box-inner .site-team-box-child .background-image-team {
  width: 100%;
  max-width: 500px;
  padding-top: 130%;
  margin-left: auto;
}

.site-team-box-wrapper .site-team-box-inner .site-team-box-child .summary-box-subtitle {
  font-size: 15px;
  line-height: 18px;
  color: var(--goldColor);
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.site-team-box-wrapper .site-team-box-inner .site-team-box-child.child-left .site-team-box-child-inner {
  max-width: 450px;
  position: absolute;
  top: unset;
  bottom: 69px;
  left: unset;
  right: -28px;
  height: 80%;
  object-fit: cover;
}

.site-team-box-wrapper .site-team-box-inner .site-team-box-child.child-right {
  /* align-items: flex-end; */
  padding-left: 40px;
}

.site-team-box-wrapper .site-team-box-inner .site-team-box-child.child-right .site-team-box-child-content {
  max-width: 490px;
}

.site-team-box-wrapper .site-team-box-inner .site-team-box-child.child-right .summary-box-title-signature {
  margin-top: 60px;
  margin-left: 16px;
}

.site-team-box-wrapper.revert .site-team-box-inner {
  flex-direction: row-reverse;
}

.site-team-box-wrapper.revert .site-team-box-inner .site-team-box-child.child-right {
  align-items: flex-start;
}

.site-team-box-wrapper.revert .site-team-box-inner .site-team-box-child.child-left {
  align-items: flex-end;
  position: relative;
}

/* All Team */
/* .site-all-team-wrapper {
  padding-bottom: 250px;
} */

.site-all-team-wrapper .site-all-team-boxes {
  display: flex;
  flex-wrap: wrap;
}

.site-all-team-wrapper .site-all-team-inner {
  width: 100%;
  max-width: 1432px;
  margin: 0 auto;
  overflow-y: hidden;
}

/* 
.site-all-team-wrapper .site-all-team-box-child-left-one,
.site-all-team-wrapper .site-all-team-box-child-right-one {
  padding-top: 36.5%;
} */

/* .site-all-team-wrapper .scroll-translate-animation {
  transform: translateY(120px) !important;
} */
.site-all-team-wrapper .site-all-team-boxes {
  padding: 10rem 0px 20rem;
}

/* Team Item */

.site-team-wrapper {
  width: 100%;
}

.site-team-item {
  padding: 10px 10px;
  cursor: pointer;
}

.site-team-item .site-team-item-inner {
  padding-top: 146%;
  position: relative;
  ;
}

.site-team-item .site-team-item-content-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.site-team-item .site-team-item-content-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.site-team-item .site-team-item-content-image {
  width: 100%;
  height: 100%;
}

.site-team-item .site-team-item-content-name-box {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 30px;
  padding: 10px 20px;
  background-color: var(--whiteColor);
  width: 80%;
}

.site-team-item .site-team-item-content-name {
  font-size: 18px;
  line-height: 40px;
}

.site-team-item .team-mask-hover-animation {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.site-team-item .team-mask-hover-animation svg {
  width: 100%;
  height: 100%;
  transform: scale(2);
  opacity: 0;
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  pointer-events: none;
}

.site-team-item .team-mask-hover-animation .team-mask-content {
  position: absolute;
  /* top: 370px; */
  bottom: 30px;
  left: 0px;
  right: 0px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
}

.site-team-item .team-mask-hover-animation .team-mask-content * {
  text-align: center;
  color: var(--whiteColor);
  margin: 0px;
}

.site-team-item .team-mask-hover-animation .team-mask-content {
  width: 100%;
  max-width: 230px;
  margin: 0px auto;
}

.site-team-item .team-mask-hover-animation .team-mask-content hr {
  margin: 5px 0px;
}

.site-team-item .team-mask-hover-animation .team-mask-content p {
  font-size: 14px;
  line-height: 17px;
}

.site-team-item .team-mask-hover-animation .team-plus-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s ease-in-out, transform .2s ease-in-out;
}

.site-team-wrapper {
  /* transition: transform .3s ease; */
}

.site-team-wrapper.show {
  z-index: 3;
}

body.page-id-4077 .site-main-content-treatment-wrapper.page-section-spacing {
  padding-bottom: 0px;
}

.site-team-wrapper.show .team-mask-hover-animation svg,
.site-team-wrapper:hover .team-mask-hover-animation svg {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}

.site-team-wrapper.show .team-mask-content,
.site-team-wrapper:hover .team-mask-content {
  opacity: 1;
  transform: translateY(0px);
}

.site-team-wrapper.show .team-plus-icon,
.site-team-wrapper:hover .team-plus-icon {
  opacity: 1;
}

.site-team-wrapper.show .team-plus-icon {
  transform: rotate(45deg);
}

.site-team-item {
  position: relative;
}

.site-team-item .site-team-item-detail {
  position: absolute;
  top: 0px;
  left: calc(100% - 1px);
  bottom: 0px;
  width: 338px;
  opacity: 0;
  pointer-events: none;
  background-color: var(--purpleColor);
  padding: 30px 30px 30px 40px;
  transition: clip-path .5s cubic-bezier(0.19, 1, 0.22, 1);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  will-change: clip-path;
  display: flex;
  align-items: center;
  display: none;
}

.site-team-wrapper.revert-detail .site-team-item-detail {
  left: unset;
  right: calc(100% - 1px);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.site-team-item .site-team-item-detail * {
  color: var(--whiteColor);
}

.site-team-wrapper.show .site-team-item-detail {
  pointer-events: all;
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.site-team-wrapper.show .site-team-item.revert-detail .site-team-item-detail {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* Contact treatment */
.site-content-contact-treatment-wrapper .site-content-contact-treatment-inner {
  border-top: 1px solid var(--purpleColor);
  border-bottom: 1px solid var(--purpleColor);
}

.site-content-contact-treatment-wrapper .site-content-contact-treatment-boxes {
  justify-content: space-between;
}

.site-content-contact-treatment-wrapper .site-content-contact-treatment-box-child-left {
  width: 30%;
  max-width: 230px;
}

.site-content-contact-treatment-wrapper .site-content-contact-treatment-box-child-right {
  width: 70%;
  max-width: 840px;
}

.site-content-contact-treatment-wrapper .site-content-contact-treatment-border-prefix {
  border: none;
  border-top: 1px solid var(--purpleColor);
  margin: 16px 0;
  width: 100%;
}

.site-content-contact-treatment-wrapper .site-content-contact-treatment-company-info:hover {
  color: var(--goldColor);
}

.site-content-contact-treatment-wrapper .site-content-contact-treatment-group-button-contact .btn-animation {
  margin-top: 18px;
}

/* Benefit treatment */
.site-benefit-of-treatment-wrapper .site-benefit-of-treatment-box-item {
  padding-bottom: 60px;
}

.site-benefit-of-treatment-wrapper .site-benefit-of-treatment-item {
  margin-top: 60px;
}

.site-benefit-of-treatment-wrapper .site-benefit-of-treatment-item:nth-child(odd) {
  padding-right: 20%;
  text-align: right;
}

.site-benefit-of-treatment-wrapper .site-benefit-of-treatment-item:nth-child(even) {
  padding-left: 20%;
  text-align: left;
}

.site-benefit-of-treatment-wrapper .site-benefit-of-treatment-box-inner {
  position: relative;
}

.site-benefit-of-treatment-wrapper .site-benefit-of-treatment-image-box-wrapper {
  position: absolute;
  left: 35%;
  right: 35%;
  top: 50%;
  transform: translateY(-50%);
}

.site-benefit-of-treatment-wrapper .site-benefit-of-treatment-image-box-inner {
  padding-top: 147%;
  position: relative;
}

.site-benefit-of-treatment-wrapper .site-benefit-of-treatment-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-benefit-of-treatment-wrapper .site-benefit-of-treatment-image-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.site-benefit-of-treatment-wrapper .site-benefit-of-treatment-image {
  width: 100%;
  height: 100%;
}

/* Doctor */
.site-schedule-doctor-wrapper .site-schedule-doctor-box-doctor {
  border-left: 0.5px solid var(--defaultColor);
}

.site-schedule-doctor-wrapper .site-schedule-doctor-box-child-top {
  padding: 70px 40px;
}

.site-summary-box-wrapper .site-schedule-doctor-wrapper .site-schedule-doctor-box-child-top {
  padding: 0;
}

.site-schedule-doctor-wrapper .site-box-doctor-wrapper {
  background: var(--purpleColor);
  position: relative;
}

.site-schedule-doctor-wrapper .site-box-doctor-image-wrapper {
  padding: 24px 9%;
}

.site-schedule-doctor-wrapper .site-box-doctor-image {
  padding-top: 100%;
  border-radius: 50%;
}

.site-schedule-doctor-wrapper .site-box-doctor-content hr {
  width: 50%;
  margin: 9px auto;
}

.site-schedule-doctor-wrapper .site-box-doctor-content .icon-add-schedule {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

/*  */
.site-schedule-treatment-wrapper .site-schedule-treatment-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1146px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0.03, 0.06);
}

.site-schedule-treatment-wrapper .site-schedule-treatment-child-top .site-schedule-treatment-child-top-banner {
  padding-top: 50%;
}

.site-schedule-treatment-wrapper .site-schedule-treatment-child-bot .site-schedule-treatment-child-left-box {
  width: 400px;
  position: relative;
}

.site-schedule-treatment-wrapper .site-schedule-treatment-child-bot .site-schedule-treatment-child-right-box {
  flex: 1;
}

.site-schedule-treatment-wrapper .site-schedule-treatment-child-left-wrapper {
  position: absolute;
  top: -20%;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-schedule-treatment-wrapper .site-schedule-treatment-child-left-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.site-schedule-treatment-wrapper .site-schedule-treatment-child-left-banner {
  width: 100%;
  height: 100%;
}

.site-schedule-treatment-wrapper .site-schedule-treatment-child-left-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-flow: column;
  padding: 60px 40px;
}

.site-schedule-treatment-wrapper .site-schedule-treatment-child-left-content .site-schedule-treatment-child-left-title {
  flex: 1;
}


.site-schedule-treatment-child-left-logo {
  display: grid;
}

.site-schedule-treatment-child-left-logo .hr-border-prefix {
  width: 90%;
  margin: 24px auto;
}

.site-schedule-treatment-child-left-logo.screen-mobile {
  display: none;
}

/* Blog Item */
.site-blog-item-wrapper {
  height: 100%;
}

.site-blog-item-wrapper.hasbox {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

.site-blog-item-wrapper.hasbox .site-blog-item-content {
  padding: 46px 35px;
}

.site-blog-item-wrapper.horizontal-content .site-blog-item-inner {
  flex-flow: row;
}

.site-blog-item-wrapper .site-blog-item-image {
  width: 100%;
  height: 100%;
}

.site-blog-item-wrapper .site-blog-item-image-inner {
  padding-top: 100%;
  position: relative;
}

.site-blog-item-wrapper.horizontal-content .site-blog-item-image-wrapper {
  min-width: 256px;
}

.site-blog-item-wrapper.horizontal-content .site-blog-item-image-inner {
  padding-top: 75%;
  position: relative;
}

.site-blog-item-wrapper .site-blog-item-image-box-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.site-blog-item-wrapper .site-blog-item-image-box-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.site-blog-item-wrapper.horizontal-content .site-blog-item-content {
  padding-left: 29px;
  margin-top: 0 !important;
}

.site-blog-item-wrapper .site-blog-item-content .text-description {
  text-overflow: ellipsis;
  overflow: hidden;
  /* height: 121px; */
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.site-blog-item-wrapper.horizontal-content .site-blog-item-content a.text-gold-color {
  color: var(--purpleColor) !important;
}

.site-blog-item-wrapper .site-blog-item-image {
  background-color: var(--blackColor);
  border-radius: 2px;
}

.site-blog-item-wrapper.hasbox .site-blog-item-image {
  background-color: var(--blackColor);
}

.site-blog-item-wrapper .title {
  margin-bottom: 17px;
  font-size: 25px;
  line-height: 30px;
}

.site-blog-item-wrapper.center:before {
  position: absolute;
  content: '';
  top: 48px;
  left: 0px;
  bottom: 0px;
  border: 1px solid var(--purpleColor);
  transform: translateX(-50%);
}

.site-blog-item-wrapper.center:after {
  position: absolute;
  content: '';
  top: 48px;
  right: 0px;
  bottom: 0px;
  border: 1px solid var(--purpleColor);
  transform: translateX(50%);
}

.site-blog-item-wrapper .site-blog-item-inner {
  display: flex;
  flex-flow: column;
  height: 100%;
}

.site-blog-item-wrapper .site-blog-item-inner .site-blog-item-content {
  display: flex;
  flex-flow: column;
}

.site-blog-item-wrapper.hasbox .site-blog-item-inner .site-blog-item-content .subtitle {
  font-size: 17px;
  line-height: 25px;
  color: var(--defaultColor);
  margin-bottom: 14px;
}

.site-blog-item-wrapper.hasbox .site-blog-item-inner .site-blog-item-content .title {
  margin-bottom: 40px;
}

.site-blog-item-wrapper .site-blog-item-inner .site-blog-item-content a {
  margin-top: 16px;
  transition: color 300ms cubic-bezier(0.6, 0, 0.1, 1) 0s;
}

.site-blog-item-wrapper .site-blog-item-inner .site-blog-item-content a:hover {
  color: var(--purpleColor);
}

/* Our Expert 2 */
.site-expert-carousel-wrapper-2 .site-expert-carousel-inner-2 {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
}

.site-expert-carousel-list-2 .slick-list .slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.site-expert-carousel-list-2 .site-expert-carousel-item {
  width: 50%;
  padding: 0px 11px;
  text-align: center;
  position: relative;
}

.site-expert-carousel-list-2 .site-expert-carousel-item:hover .expert-image-wrapper::before {
  opacity: 0;
}

.site-expert-carousel-list-2 .site-expert-carousel-item .expert-detail {
  position: absolute;
  right: 23px;
  bottom: 21px;
  width: calc(100% - 23px);
}

.site-expert-carousel-list-2 .site-expert-carousel-item .expert-detail .title {
  font-size: 30px;
  line-height: 40px;
  text-align: right;
}

.site-expert-carousel-list-2 .site-expert-carousel-item .expert-image-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.site-expert-carousel-list-2 .site-expert-carousel-item .expert-image-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgb(0, 0, 0);
  opacity: .21;
  transition: opacity 2250ms cubic-bezier(0.6, 0, 0.1, 0.5) 0s;
}

.site-expert-carousel-list-2 .site-expert-carousel-item .expert-image {
  padding-top: 63.8%;
  border: 0.5px solid #707070;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.site-expert-carousel-list-2:not(.slick-initialized) {
  height: 340px;
}

/* Add image */
.site-add-image-wrapper .container {
  max-width: 100% !important;
}

.site-add-image-wrapper .site-add-image-inner {
  position: relative;
}

.site-add-image-wrapper .site-add-image-box-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.site-add-image-wrapper .site-add-image-box-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.site-add-image-wrapper .site-add-image-box-inner .site-add-image-box-content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  flex-flow: column;
  width: 100%;
  z-index: 10;
}

.site-add-image-wrapper .site-add-image-box-inner .site-add-image-box-content.top {
  top: 60px;
  bottom: unset;
}

.site-add-image-wrapper .site-add-image-box-inner .site-add-image-box-content.bottom {
  top: unset;
  bottom: 60px;
}

.site-add-image-wrapper .site-add-image-box-inner .site-add-image-box-content.left {
  left: 60px;
  right: unset;
}

.site-add-image-wrapper .site-add-image-box-inner .site-add-image-box-content.right {
  right: 60px;
  left: unset;
}

.site-add-image-wrapper .site-add-image-box-inner .site-add-image-box-content.center {
  left: 50%;
  top: 50%;
  bottom: unset;
  right: unset;
  transform: translate(-50%, -50%);
}

.site-add-image-wrapper .site-add-image-box-inner .site-add-image-box-image {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/* Contact us */
.site-section-form-contact-us-wrapper .field-contact {
  height: 65px;
  border-radius: 5px;
  width: 100%;
  border: 2px solid var(--naturalColor);
  padding: 20px 20px !important;
}

.site-section-form-contact-us-wrapper textarea.field-contact {
  height: 150px;
}

.site-section-form-contact-us-wrapper .field-contact::placeholder {
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.site-section-form-contact-us-wrapper .vcf-contact-wrapper {
  margin: 0 -15px;
}

.site-section-form-contact-us-wrapper .half-col:nth-child(odd) {
  padding-right: 20px;
}

.site-section-form-contact-us-wrapper .half-col:nth-child(even) {
  padding-left: 20px;
}

.site-section-form-contact-us-wrapper .vcf-contact-submit {
  width: 100%;
}

.site-section-form-contact-us-wrapper #vcf-contact-wrapper .vcf-contact-control-wrapper .error-message {
  font-size: 16px;
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  margin-top: 4px;
  color: var(--goldColor);
}

.site-section-form-contact-us-wrapper .site-summary-box-wrapper {
  padding: 0;
}

.site-section-form-contact-us-wrapper .site-summary-box-wrapper .summary-box-title {
  color: var(--purpleColor);
}

.site-section-form-contact-us-wrapper .site-summary-box-wrapper .site-summary-box-child-content>p {
  color: var(--defaultColor);
}

.site-section-form-contact-us-wrapper .site-summary-box-wrapper .site-summary-box-child-inner {
  background-color: white;
}

.site-section-info-contact-us-wrapper .section-info-contact-us-item {
  border: 1px solid var(--naturalColor);
  border-radius: 5px;
  padding: 27px 35px;
  margin: 15px;
}

.site-section-form-contact-us-wrapper select.field-contact {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px !important;
}

select.field-contact:not([data-selected]) {
  color: #747474;
}

.vcf-contact-dropdown {
  position: relative;
}

.site-section-form-contact-us-wrapper .vcf-contact-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  border: solid var(--naturalColor);
  width: 7px;
  height: 7px;
  border-width: 0px 2px 2px 0px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.site-section-info-contact-us-wrapper .section-info-contact-us-item h4 {
  margin-bottom: 24px;
}

.site-section-info-contact-us-wrapper .section-info-contact-us-item p {
  font-size: 17px;
  line-height: 25px;
}

.site-activity-time-wrapper .site-activity-time-child-wrapper {
  /* padding-bottom: 15%; */
  padding-bottom: 18%;
}

.site-activity-time-wrapper .site-activity-time-child-inner {
  position: relative;
}

.site-activity-time-wrapper .site-activity-time-child-inner .site-activity-time-child-top-wrapper {
  display: none;
}

.site-activity-time-wrapper .site-activity-time-child-top-inner {
  padding-top: 233%;
  position: relative;
}

.site-activity-time-wrapper .site-activity-time-child-top-image-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.site-activity-time-wrapper .site-activity-time-child-top-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.site-activity-time-wrapper .site-activity-time-child-top-image-inner {
  /* width: 56%;
  height: 80%; */
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}

.site-activity-time-wrapper .site-activity-time-child-top-image .leaf-image {
  width: 100%;
  height: 100%;
  transform: rotateX(-25deg);
  background-color: var(--whiteColor);
  background-size: contain;
}

.site-activity-time-wrapper .site-activity-time-child-top-content-wrapper {
  padding: 70px;
}

.site-activity-time-wrapper .site-activity-time-child-inner .site-activity-time-child-bottom-wrapper {
  /* position: absolute; */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.site-activity-time-wrapper .site-activity-time-child-bottom-content-wrapper {
  padding: 72px 65px;
  min-height: 476px;
}

.site-activity-time-wrapper .site-activity-time-child-bottom-inner {
  height: 100%;
  /* align-items: flex-end; */
  flex-flow: row-reverse;
}

.site-activity-time-wrapper .site-activity-time-child-bottom-wrapper .image-right {
  /* padding-top: 100%; */
  padding-top: 74.5%;
}

.site-activity-time-wrapper .site-activity-time-child-schedule-wrapper {
  position: absolute;
  /* left: 0; */
  right: 0;
  bottom: -29%;
  z-index: 3;
  background: var(--whiteColor);
  max-width: 60%;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.site-activity-time-wrapper .site-activity-time-child-schedule-inner {
  padding: 83px 45px 56px;
}

.site-activity-time-wrapper .site-activity-time-child-schedule-inner hr {
  width: 80%;
  margin: 36px 0;
}

.site-activity-time-wrapper .site-activity-time-child-schedule-inner table td {
  padding: 6px 0;
  min-width: 150px;
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 20px;
  line-height: 25px;
}

/* Slider Image */
.site-add-sliders-image-wrapper .site-add-sliders-image-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0px auto;
  overflow: hidden;
}

.site-add-sliders-image-wrapper .site-add-sliders-image-list .slick-list {
  padding: 0 !important;
}

.site-add-sliders-image-wrapper .site-add-sliders-image-list .slick-list .slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.site-add-sliders-image-wrapper .site-add-sliders-image-list .site-add-sliders-image-item {
  padding: 0px 2px;
  text-align: center;
  height: 554px;
  overflow: hidden;
  /* width: 499px; */
  /* max-width: 499px; */
  /* transition: max-width .95s cubic-bezier(0.6, 0, 0.1, 1) .1s; */
  transition: max-width .5s ease-out;
}

.site-add-sliders-image-wrapper .site-add-sliders-image-list .site-add-sliders-image-item img {
  object-fit: cover;
  /* border: 1px solid #707070; */
  transition: all .3s ease-in-out;
}

/* .site-add-sliders-image-wrapper .site-add-sliders-image-list .site-add-sliders-image-item.slick-current {
  max-width: 275px;
} */

.site-add-sliders-image-wrapper .site-add-sliders-image-list:not(.slick-initialized) {
  height: 340px;
}

.site-add-sliders-image-wrapper .site-add-sliders-image-list .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 17px 24px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
}

.site-add-sliders-image-wrapper .site-add-sliders-image-list .slick-arrow.slick-disabled {
  display: none !important;
}

.slick-slide-arrow {
  position: relative;
}

.slick-slide-arrow .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 17px 24px;
  z-index: 1;
  cursor: pointer;
}

.slick-slide-arrow .slick-arrow.slick-disabled {
  display: none !important;
}

.slick-pre-cus {
  left: 28px;
}

.slick-next-cus {
  right: 28px;
}

.site-expert-carousel-wrapper .slick-arrow {
  position: absolute;
  top: 100px;
  transform: none;
  padding: 8px 12px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.64);
  cursor: pointer;
}

.site-expert-carousel-wrapper .slick-arrow.slick-disabled {
  display: none !important;
}

.site-expert-carousel-wrapper .slick-pre-cus {
  left: -70px;
}

.site-expert-carousel-wrapper .slick-next-cus {
  right: -70px;
}

.site-expert-carousel-wrapper .meet-our-team {
  padding-top: 30px;
}

.contentBody.contentBlog .container {
  margin-top: 70px;
}

.contentBody.contentBlog .container:nth-child(2) {
  padding-top: 100px;
}

.contentBody.contentBlog .blog-featured-image {
  width: 100%;
  max-width: 835px;
}

.contentBody.contentBlog .blog-title {
  margin: 45px 0px 70px;
}

.contentBody.contentBlog.contentBodyNewStyle .blog-title {
  margin: 45px 0px 40px;
}

.contentBody.contentBlog .site-journal-maybe-wrapper {
  margin-top: 70px;
}

.contentBody.contentBlog .site-journal-maybe-wrapper h2 {
  margin-bottom: 25px;
}

.contentBody.contentBlog .site-journal-maybe-wrapper hr {
  max-width: 390px;
  margin: 0px 0px 15px;
}

.contentBody.contentBlog.contentBodyNewStyle .builder-main-image {
  max-width: 100% !important;
  height: auto !important;
  margin-top: 30px;
}

.contentBody.contentBlog.contentBodyNewStyle .builder-description {
  margin-top: 30px;
}

.contentBody.contentBlog.contentBodyNewStyle .builder-center-images-wrapper {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.contentBody.contentBlog.contentBodyNewStyle .builder-center-images-wrapper .builder-center-image {
  flex: 1;
  width: 50%;
  height: auto;
  object-fit: cover;
}

.contentBody.contentBlog.contentBodyNewStyle .builder-more-information {
  margin-top: 30px;
}

.contentBody.contentBlog.contentBodyNewStyle .builder-more-information a {
  text-decoration: underline;
}

.contentBody.contentBlog.contentBodyNewStyle .paragraph-title {
  margin: 30px 0px 15px;
}

body {
  position: relative;
}

.site-mega-menu-wrapper {
  position: absolute;
  top: 190px;
  left: 0px;
  right: 0px;
  opacity: 0;
  pointer-events: none;
  width: 0px;
  height: 0px;
  z-index: 2;
}

.backdrop-mega-menu {
  color: rgb(0, 0, 0);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background-color: rgb(66, 66, 66);
  z-index: -1;
  pointer-events: none;
  opacity: 0.7;
  display: none;
}

.backdrop-mega-menu.show {
  display: block;
}

.site-mega-menu-wrapper.show {
  opacity: 1;
  pointer-events: all;
  width: 100%;
  height: calc(100vh - 190px);
}

.site-mega-menu-wrapper .site-mega-menu-inner {
  position: relative;
}

.site-mega-menu-wrapper .site-mega-menu-inner,
.site-mega-menu-wrapper .site-mega-menu-group {
  width: 100%;
  height: 100%;
}

.site-mega-menu-wrapper .site-mega-menu-group .site-mega-menu-group-main {
  font-family: 'SVN-Miller Banner', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 22px;
  line-height: 25px;
  display: block;
  margin-bottom: 40px;
}

.site-mega-menu-wrapper .site-mega-menu-group .site-mega-menu-group-main.element-mobile {
  display: none;
}

.site-mega-menu-wrapper .site-mega-menu-group a:not(.site-mega-menu-group-main) {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin: 8px 0px;
}

.site-mega-menu-wrapper .site-mega-menu-inner {
  overflow: hidden;
}

.site-mega-menu-wrapper .site-mega-menu-group {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  pointer-events: none;
  padding: 80px 0px 40px;
  transition: opacity 0s ease-in-out, transform .5s ease-in-out .2s;
}



.site-mega-menu-wrapper .site-mega-menu-group .site-mega-menu-group-inner {
  transform: translateX(-20px);
  opacity: 0;
  transition: transform .3s ease-in-out, opacity 0s ease-in-out;
}

.site-mega-menu-wrapper .site-mega-menu-group.show .site-mega-menu-group-inner {
  transform: translateX(0px);
  opacity: 1;
}

.site-mega-menu-wrapper .site-mega-menu-group .site-mega-menu-group-image {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 398px;
  bottom: 20px;
  opacity: 0;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transform: translateY(-50px);
  transition: opacity .3s ease-in-out .2s, transform .45s ease-in-out .2s, clip-path .65s ease-in-out .2s;
  will-change: clip-path;
}

/* .site-mega-menu-wrapper .site-mega-menu-group .site-mega-menu-group-image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0));
} */

/* .site-mega-menu-wrapper .site-mega-menu-group .site-mega-menu-group-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(154, 109, 52, .5);
} */

.site-mega-menu-wrapper.show .site-mega-menu-group.show .site-mega-menu-group-image {
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transform: translateY(0px);
}

.site-mega-menu-wrapper .site-mega-menu-group:not(.home-group) {
  background-color: var(--whiteColor);
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group * {
  color: var(--whiteColor);
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group *:hover {
  color: var(--goldColor);
}

.site-mega-menu-wrapper .site-mega-menu-group:not(.home-group) *:not(.site-mega-menu-group-main) {
  color: var(--blackColor);
}

.site-mega-menu-wrapper .site-mega-menu-group:not(.home-group) *:not(.site-mega-menu-group-main):hover {
  color: var(--goldColor);
}

.site-mega-menu-wrapper .site-mega-menu-group:not(.home-group) .site-mega-menu-group-main {
  color: var(--purpleColor);
}

.site-mega-menu-wrapper .site-mega-menu-group.show {
  opacity: 1;
  transform: translateX(0px);
  pointer-events: all;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-group-inner {
  display: flex;
  width: 100%;
}

.site-mega-menu-wrapper .site-mega-menu-group:not(.home-group) .site-mega-menu-group-inner {
  max-width: calc(100% - 350px);
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-group-inner .site-mega-menu-group-child.child-left {
  width: 100%;
  max-width: 210px;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-group-inner .site-mega-menu-group-child.child-right {
  padding-left: 143px;
  flex: 1;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group {
  background-color: var(--purpleColor);
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group hr {
  width: 100%;
  margin: 35px 0px;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-page-list {
  display: flex;
  margin-top: 50px;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-page-list .site-mega-menu-page-item {
  padding: 13px 13px;
  width: 100%;
  max-width: 262px;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-page-list .site-mega-menu-page-item .site-mega-menu-page-item-inner {
  width: 100%;
  max-width: 236px;
  overflow: hidden;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-page-list .site-mega-menu-page-item .site-mega-menu-page-item-image-wrapper {
  overflow: hidden;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-page-list .site-mega-menu-page-item .site-mega-menu-page-item-image {
  max-width: 100%;
  width: 100%;
  padding-top: 100%;
  opacity: 0;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-page-list .site-mega-menu-page-item .site-mega-menu-page-item-image.animation-4 {
  animation-delay: 0.4s !important;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-page-list .site-mega-menu-page-item .site-mega-menu-page-item-image.animation-5 {
  animation-delay: 0.5s !important;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group.show .site-mega-menu-page-list .site-mega-menu-page-item .site-mega-menu-page-item-image {
  transform: scale(1.2);
  animation: .5s cubic-bezier(0.39, 0.575, 0.565, 1) .3s normal forwards animation-fiiils;
  transition: transform 1s ease-in-out 1s;
  will-change: clip-path;
}

/* .site-mega-menu-wrapper .site-mega-menu-group.home-group.show .site-mega-menu-page-list .site-mega-menu-page-item .site-mega-menu-page-item-image:hover {
  animation: .3s normal forwards animation-fiiils-reverse;
  transition: .5s;
  opacity: 1;
} */

.site-mega-menu-wrapper .site-mega-menu-group.home-group.show .site-mega-menu-page-list .site-mega-menu-page-item .site-mega-menu-page-item-inner .site-mega-menu-page-item-action {
  opacity: 0;
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group.show .site-mega-menu-page-list .site-mega-menu-page-item .site-mega-menu-page-item-inner .site-mega-menu-page-item-action {
  animation: .5s cubic-bezier(0.39, 0.575, 0.565, 1) .3s normal forwards animation-fiiils-text;
}

@keyframes animation-fiiils-reverse {
  0% {
    opacity: 1;
    transform: scale(1);
    clip-path: none;
  }


  100% {
    opacity: 1;
    transform: scale(1.2);
    clip-path: none;
  }
}

@keyframes animation-fiiils {
  0% {
    opacity: 0;
    transform: scale(1.2);
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }


  100% {
    opacity: 1;
    transform: scale(1);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes animation-fiiils-text {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-page-list .site-mega-menu-page-item .site-mega-menu-page-main {
  font-family: 'SVN-Miller Banner', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 25px;
  line-height: 40px;
  margin: 23px 0px 12px;
  display: block;
  text-decoration: none;
}


.site-mega-menu-wrapper .site-mega-menu-group.home-group .site-mega-menu-page-list .site-mega-menu-page-item a:not(.site-mega-menu-page-main) {
  display: block;
  font-size: 14px;
  line-height: 16px;
}

.site-mega-menu-wrapper .site-mega-menu-group .site-mega-menu-group-menus {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
}

.site-mega-menu-wrapper .site-mega-menu-group .site-mega-menu-group-menus a {
  width: calc((100% / 3) - 6px);
  margin: 8px 3px;
}

.site-mega-menu-wrapper .site-mega-menu-slider-bar {
  position: absolute;
  left: 50%;
  width: calc(100% / 3);
  transform: translateX(-50%);
  bottom: 20px;
}

.site-mega-menu-wrapper .site-mega-menu-slider-bar .site-mega-menu-slider-bar-inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.site-mega-menu-wrapper .site-mega-menu-slider-bar .site-mega-menu-slider-bar-child .slick-dots {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
}

.site-mega-menu-wrapper .site-mega-menu-slider-bar .slick-dots-bar .slick-dots li.slick-active:not(.home-slide) button {
  background-color: var(--naturalColor);
}

.site-shop-page-wrapper .site-shop-page-products {
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  padding: 40px 0px;
}

.site-shop-page-wrapper .site-shop-page-products .slick-list {
  width: 100%;
}

.site-shop-page-wrapper .site-shop-page-products .slick-track {
  height: 100%;
  overflow: hidden;
  /* width: 100% !important; */
  display: flex;
}

.site-shop-page-wrapper .site-shop-page-products .site-shop-page-product {
  padding: 0px 0px 0px;
  border: solid rgba(46, 44, 100, .33);
  border-width: 1px 0.5px;
  /* max-width: 360px; */
  min-width: 25%;
  /* height: 503px; */
  background-color: var(--backgroundProduct);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.site-shop-page-wrapper .site-shop-page-products.slick-initialized .site-shop-page-product {
  min-width: unset;
}

.site-shop-page-wrapper .site-shop-page-products .site-shop-page-product .site-shop-page-product-image-wrapper {
  width: 100%;
}

.site-shop-page-wrapper .site-shop-page-products .site-shop-page-product .site-shop-page-product-image-wrapper .site-shop-page-product-image {
  width: 100%;
  padding-top: 100%;
}

.site-shop-page-wrapper .site-shop-page-products .site-shop-page-product .product-name {
  font-size: 30px;
  line-height: 40px;
  padding: 10px 15px 35px;
  text-align: center;
  margin: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-shop-page-wrapper .site-women-box-item-inner img {
  margin: 0 auto;
}

.site-shop-page-wrapper .site-shop-page-content-treatment h2 {
  color: var(--purpleColor);
}

.site-shop-page-category-list {
  border-top: 1px solid rgba(46, 44, 100, 0.33);
  background-color: var(--backgroundProduct);
}

.site-shop-page-wrapper .site-shop-page-category-list .site-category-item {
  /* background-color: rgba(194, 205, 191, 0.33); */
  border: 1px solid rgba(46, 44, 100, 0.33);
  border-top: none;
  border-width: 1px 0.5px;
}

.site-shop-page-wrapper .site-shop-page-category-list .site-category-item.active {
  background-color: rgb(154, 109, 52, .33);
}

.site-shop-page-wrapper .site-shop-page-category-list .site-category-item .site-product-item {
  padding-bottom: 0;
}

.site-shop-page-wrapper .site-shop-page-products-by-categories {
  background-color: rgb(154, 109, 52, .33);
  border: 1px solid rgba(46, 44, 100, 0.33);
  border-top: none;
  border-width: 0.5px;
}

.site-shop-page-wrapper .site-shop-page-products-by-categories .site-shop-page-products-by-categories-wrapper {
  display: none;
}

.site-shop-page-wrapper .site-shop-page-products-by-categories .site-shop-page-products-by-categories-wrapper.active {
  display: block;
}

.site-shop-page-wrapper .site-shop-page-products-by-categories .site-shop-page-products-by-categories-wrapper .slick-track {
  display: flex;
}

.site-shop-page-wrapper .site-shop-page-products-by-categories .site-shop-page-products-by-categories-wrapper .site-shop-page-products-by-categories-child {
  padding: 0 39px;
  height: auto;
}

.site-shop-page-wrapper .site-shop-page-products-by-categories .site-shop-page-products-by-categories-summary {
  margin-bottom: 70px;
}

.site-section-product-related-list {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.site-section-product-related-list .slick-track {
  height: 100%;
  display: flex;
}

.site-section-product-related-list .slick-pre-cus,
.site-section-product-related-list .slick-next-cus {
  top: -80px;
}

.site-section-product-related-item {
  padding: 0px 0px 0px;
  border: solid rgba(46, 44, 100, .33);
  border-width: 1px 0.5px;
  /* max-width: 360px; */
  /* height: 503px; */
  background-color: var(--backgroundProduct);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: inherit !important;
}

.site-section-product-related-item .site-product-item .site-product-name {
  font-size: 25px;
  line-height: 30px;
  height: 60px;
}

.site-product-item {
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-flow: column;
  /* padding-bottom: 35px; */
}

.site-product-item .site-product-item-wrapper {
  width: 100%;
}

.site-product-item .site-product-item-wrapper .site-product-item-image {
  width: 100%;
  padding-top: 100%;
  background-color: transparent;
}

.site-product-item .site-product-name {
  font-size: 30px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 80px;
}

.site-product-item .site-product-item-image {
  margin: 0 auto;
}

.site-product-item .site-product-price {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 24px;
}

.site-product-item .site-product-description {
  margin-bottom: 18px;
}

.site-product-item .btn-animation {
  margin-top: 18px;
}

.site-product-item .site-product-group-bot {
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
}

/* Cart */
.site-cart-box .site-cart-filled {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.site-cart-box .site-cart-filled .site-cart-items {
  width: 100%;
  padding: 0;
  border: 1px solid var(--purpleColor);
}

.site-cart-box .site-cart-filled .site-cart-totals {
  padding: 0;
  width: 100%;
  margin-top: 29px;
  border: 1px solid var(--purpleColor);
}

.site-shop-page-summary-box-wrapper {
  position: relative;
  padding: 80px 0px 80px;
  margin: 120px 0px 60px;
}

.site-shop-page-summary-box-wrapper .site-shop-page-summary-box-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-shop-page-summary-box-wrapper .site-shop-page-summary-box-child {
  width: 50%;
}

.site-shop-page-summary-box-wrapper .site-shop-page-summary-box-child.child-right {
  max-width: 550px;
  text-align: center;
}

.site-shop-page-summary-box-wrapper .site-shop-page-summary-box-bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 50%;
}

.site-shop-page-summary-box-wrapper .site-shop-page-summary-box-child.child-right .btn-animation {
  display: block;
  margin: 115px auto 0;
}

.product-galleries-wrapper .galleries-list {
  display: flex;
}

.product-galleries-wrapper .galleries-list .gallery-item {
  flex: 1 1 50%;
}

.product-galleries-wrapper .galleries-list .gallery-item .gallery-item-inner {
  padding-top: 94%;
}

.product-how-to-use-wrapper {
  background-color: var(--backgroundProduct);
}

.product-how-to-use-wrapper .product-how-to-use-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-how-to-use-wrapper .product-how-to-use-inner .product-how-to-use-child {
  width: 50%;
}

.product-how-to-use-wrapper .product-how-to-use-inner .product-how-to-use-child hr {
  margin: 20px 0px;
  border: 0.5px solid var(--purpleColor);
}

.product-how-to-use-wrapper .product-how-to-use-inner .product-how-to-use-child.child-right {
  max-width: 510px;
}

.product-how-to-use-wrapper .product-how-to-use-inner .product-how-to-use-child .product-how-to-use-image-wrapper .product-how-to-use-image {
  padding-top: 100%;
}

.site-page-cart-wrapper *:not(.btn-style):not(.ignore-style) {
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  color: var(--purpleColor);
}

.site-page-cart-wrapper .product-remove {
  position: relative;
}

.site-page-cart-wrapper .product-remove a {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  position: relative;
  margin: 0 auto;
  display: block;
}

.site-page-cart-wrapper .product-remove a:hover {
  background-color: rgba(194, 205, 191, .5);
}

.site-page-cart-wrapper .product-remove img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-page-cart-wrapper table.shop_table.woocommerce-cart-form__contents {
  border: solid var(--purpleColor);
  border-width: 0px 0.5px 0.5px 0.5px;
  border-radius: 0px;
}

.site-page-cart-wrapper table.shop_table.woocommerce-cart-form__contents tr th {
  text-align: center;
  border: 0.5px solid var(--purpleColor);
  background-color: var(--purpleColor);
  color: var(--whiteColor);
  font-weight: 400;
}

.site-page-cart-wrapper table.shop_table.woocommerce-cart-form__contents tr th:last-child {
  border-color: var(--naturalColor);
  background-color: var(--naturalColor);
  text-transform: uppercase;
}

.site-page-cart-wrapper table.shop_table.woocommerce-cart-form__contents tr td {
  text-align: center;
  border: 0.5px solid var(--purpleColor);
}

.site-page-cart-wrapper table.shop_table.woocommerce-cart-form__contents tr th *,
.site-page-cart-wrapper table.shop_table.woocommerce-cart-form__contents tr td * {
  margin: 0 auto;
}

.site-page-cart-wrapper table.shop_table.woocommerce-cart-form__contents .product-thumbnail img {
  max-width: 164px;
}

.site-page-cart-wrapper table.shop_table.woocommerce-cart-form__contents .actions {
  text-align: right;
}

.site-page-cart-wrapper table.shop_table.woocommerce-cart-form__contents .actions button {
  margin: 0px;
  display: inline-block;
}

.site-page-cart-wrapper table.shop_table.woocommerce-cart-form__contents .actions button {
  margin: 0px;
  display: inline-block;
}

.site-page-cart-wrapper .cart_totals {
  float: none !important;
  width: 100% !important;
}

.site-page-cart-wrapper .cart_totals h2 {
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.site-page-cart-wrapper .cart_totals table {
  border: 0.5px solid var(--purpleColor);
  border-radius: 0px;
}

.site-page-cart-wrapper .cart_totals tr th,
.site-page-cart-wrapper .cart_totals tr td {
  border: 0.5px solid var(--purpleColor) !important;
}

.site-page-cart-wrapper .wc-proceed-to-checkout {
  text-align: right;
}

.site-page-cart-wrapper .wc-proceed-to-checkout .btn-style {
  display: inline-block;
  width: 100%;
  max-width: 490px;
}

.cancellation-policy-wrapper h4,
.privacy-policy-wrapper h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.header-video-play {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.site-tatler-banner-wrapper .site-add-image-box-content p {
  font-weight: 700;
}

.site-tatler-banner-wrapper .site-add-image-box-content p:nth-child(1) {
  font-size: 61px;
  line-height: 74px;
}

.site-tatler-banner-wrapper .site-add-image-box-content p:nth-child(2) {
  font-size: 91px;
  line-height: 110px;
  margin-top: -30px;
}

.bound-url {
  margin: 0px !important;
}

body.page-id-3874 .section-partner .section-partner-box .slick-slide {
  padding: 2px;
}

body.page-id-3874 .section-partner .section-partner-box .slick-dots-bar .slick-dots {
  display: none;
}

/* body.page-id-3874 .site-team-box-wrapper {
  padding: 0;
} */

.site-main-content-treatment-wrapper.blogs-page .site-main-content-treatment-inner {
  max-width: 100%;
}

.site-main-content-treatment-wrapper.blogs-page .site-main-content-treatment-inner .text-center {
  text-align: left;
}

.site-main-content-treatment-wrapper.blogs-page .site-main-content-treatment-inner .site-summary-box-child-inner {
  max-width: 835px;
  padding-top: 60% !important;
}

.site-journal-maybe-wrapper .site-journal-maybe-inner {
  margin-top: 30px;
}

.site-journal-maybe-wrapper .site-journal-maybe-list {
  flex-wrap: wrap;
}

.site-journal-maybe-wrapper .site-journal-maybe-item {
  margin-bottom: 70px;
}

.site-journal-maybe-wrapper .site-journal-maybe-item:nth-child(odd) {
  padding-right: 27px;
}

.site-journal-maybe-wrapper .site-journal-maybe-item:nth-child(even) {
  padding-left: 27px;
}

body.brochure-type #site-header,
body.brochure-type .site-header-area-wrapper,
body.brochure-type .footer-nav-widgets-wrapper {
  display: none !important;
}

.site-one-page {
  height: 810px;
}

.site-one-page .site-one-page-inner {
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 47px;
}

.site-one-page-inner-top,
.site-one-page-inner-center,
.site-one-page-inner-bot {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.site-one-page-inner-top {
  height: 195px;
  margin-bottom: 90px;
}

.site-one-page-inner-center {
  height: 367px;
  flex: 1;
  justify-content: flex-start;
}

.site-one-page-child-logo {
  margin-bottom: 42px;
}

.site-one-page .scroll-to {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  /* margin-top: 40px; */
}

.site-one-page .scroll-to p {
  margin-bottom: 22px;
}

.site-one-page .scroll-to.scroll-bot img {
  transform: rotate(180deg);
}

.site-one-page-inner-center .leaf-icon {
  transform: rotate(110deg);
}

.site-one-page .main-title {
  margin-top: 10px;
  margin-bottom: 70px;
}

.site-one-page .mid-title * {
  text-align: center;
  color: var(--whiteColor);
  font-size: 25px;
  line-height: 40px;
}

.site-one-page .mid-title {
  margin-bottom: 16px;
}

.site-one-page .mid-description * {
  text-align: center;
  color: var(--whiteColor);
}

.site-one-page .mid-description *:not(p):not(br) {
  margin: 0;
}

.site-one-page .mid-description {
  max-width: 400px;
  margin-top: 17px;
  /* text-overflow: ellipsis;
  overflow: hidden;
  height: 59px;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  margin-bottom: 40px;
}

.site-segment-service.medical {
  background-color: var(--purpleColor);
}

.site-segment-service.holistic {
  background-color: var(--naturalColor);
}

.site-segment-service.medical .site-one-page-inner-center .mid-title *,
.site-segment-service.holistic .site-one-page-inner-center .mid-title * {
  font-size: 40px;
}

.site-segment-service.medical .site-one-page-inner-center .mid-description,
.site-segment-service.holistic .site-one-page-inner-center .mid-description {
  margin-top: 27px;
}

.site-segment-service.medical .site-one-page-inner-center .mid-description p,
.site-segment-service.holistic .site-one-page-inner-center .mid-description p {
  margin-bottom: 0;
}

.site-segment-menu-service {
  padding: 0;
}

.site-segment-menu-service-inner {
  width: 100%;
  border: 1px solid var(--goldColor);
}

.site-segment-menu-service-inner-left,
.site-segment-menu-service-inner-center {
  width: 27%;
  position: relative;
}

.site-segment-menu-service-inner-left .bg-section,
.site-segment-menu-service-inner-center .bg-section {
  padding-top: 50%;
  height: 100%;
  width: 100%;
}

.site-segment-menu-service-child-content {
  position: absolute;
  top: 0px;
  left: 41px;
  right: 0px;
  bottom: 60px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 10;
}

.site-segment-menu-service-inner-left::before,
.site-segment-menu-service-inner-center::before {
  /* content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%); */
}

.site-segment-menu-service-inner-left::after,
.site-segment-menu-service-inner-center::after {
  /* content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  background: rgba(154, 109, 52, 0.5); */
}

.site-segment-menu-service-inner-right {
  display: flex;
  align-items: center;
  flex-flow: column;
  height: 100%;
  padding: 90px 40px;
  flex: 1;
}

.site-segment-menu-service-inner-right * {
  text-align: center !important;
}

.site-one-page.site-segment-menu-service .mid-title * {
  color: var(--goldColor);
  text-align: left;
  font-size: 40px;
}

.site-one-page.site-segment-menu-service .mid-description {
  max-width: 80%;
  margin-top: 42px;
}

.site-one-page.site-segment-menu-service .mid-description * {
  color: var(--defaultColor);
  text-align: left;
}

.site-one-page.site-segment-menu-service .scroll-to {
  flex: 1;
  justify-content: flex-end;
}

/* .site-segment-list-service-wrapper {
  border: 1px solid var(--goldColor);
} */

.site-segment-list-service-inner-left {
  padding: 101px 89px;
  flex: 1;
}

.site-segment-list-service-inner-left .mid-content {
  max-width: 470px;
}

.site-segment-list-service-list-treatment {
  margin-top: 90px;
}

.site-segment-list-service-treatment-item {
  margin: 4px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-segment-list-service-treatment-item a {
  font-size: 18px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-segment-list-service-inner-right {
  min-width: 394px;
}

.site-segment-list-service-inner-right .site-segment-list-service-child-content-wrapper {
  padding: 59px;
  position: relative;
  height: 100%;
}

.site-segment-list-service-inner-right .site-segment-list-service-child-content-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background-color: rgba(46, 44, 100, 0.55); */
  background-color: var(--purpleColor);
}

.site-segment-list-service.holistic .site-segment-list-service-inner-right .site-segment-list-service-child-content-wrapper::before {
  /* background-color: rgba(194, 205, 191, 0.55); */
  background-color: var(--naturalColor);
}

.site-segment-list-service-inner-right .site-segment-list-service-child-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}

.site-segment-list-service-inner-right .site-segment-list-service-child-content .leaf-icon {
  transform: translate(-50%, -50%) rotate(30deg);
  position: absolute;
  top: 50%;
  left: calc(50% + 110px);
}

.site-segment-list-service-inner-right .site-segment-list-service-child-content .scroll-to {
  flex: 1;
  justify-content: flex-end;
}

.site-segment-list-service-inner-right .site-segment-list-service-child-content h2 {
  transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 119px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.site-one-page.site-segment-list-service-detail {
  min-height: unset;
  height: auto;
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-header {
  border-top: 1px solid var(--purpleColor);
  background-color: var(--purpleColor);
}

.site-one-page.site-segment-list-service-detail.holistic .site-segment-list-service-detail-header {
  border-top: 1px solid var(--naturalColor);
  background-color: var(--naturalColor);
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-header-box {
  padding: 22px 0;
  width: 100%;
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-header-box .logo-icon {
  margin-right: 24px;
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-header-box .go-to-service {
  transform: rotate(-90deg);
  margin-left: 20px;
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-header-box .group-right {
  justify-content: flex-end;
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-list {
  border-bottom: 4px solid var(--purpleColor);
}

.site-one-page.site-segment-list-service-detail.holistic .site-segment-list-service-detail-list {
  border-color: var(--naturalColor);
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-list-box {
  padding: 33px 0;
  position: relative;
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-list-box::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  right: 0;
  top: 0;
  background-color: var(--whiteColor);
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-list-item {
  width: calc(100% / 7);
  padding: 6px 11px;
  border-right: 1px solid var(--goldColor);
  display: flex;
  align-items: center;
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-list-item a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.site-one-page-wrapper:not(.first) .site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-services-box {
  padding: 60px 0 0px;
}

.site-one-page-wrapper.first .site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-services-box {
  padding: 90px 0 0px;
}

.site-one-page-wrapper.last .site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-services-box {
  padding-bottom: 60px;
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-services-box .title-section {
  margin-bottom: 25px;
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-services-box .description-section {
  max-width: 80%;
}

.site-one-page.site-segment-list-service-detail .site-segment-list-service-detail-services-box .description-section * {
  /* margin: 0; */
  /* font-weight: 700; */
  /* color: var(--goldColor); */
}

.site-one-page.site-segment-list-service-detail .site-table-treatment-wrapper {
  margin-top: 24px;
}

.site-one-page.site-segment-list-service-detail .table-treatment-list tr {
  border-top: 1px solid #314376;
}

.site-one-page.site-segment-list-service-detail .table-treatment-list tr td {
  padding: 22px 12px;
}

.site-one-page.site-segment-list-service-detail .table-treatment-list tr td:first-child {
  padding-left: 0;
}

.site-one-page.site-segment-list-service-detail .table-treatment-list tr td:last-child {
  padding-right: 0;
}

.site-one-page.site-segment-list-service-detail .table-treatment-list tr.for-normal {
  display: flex;
}

.site-one-page.site-segment-list-service-detail .table-treatment-list tr.for-normal td:nth-child(1) {
  width: 60%;
}

.site-one-page.site-segment-list-service-detail .table-treatment-list tr.for-normal td:nth-child(2) {
  width: 20%;
}

.site-one-page.site-segment-list-service-detail .table-treatment-list tr.for-normal td:nth-child(3) {
  width: 20%;
}

/* .site-one-page .site-segment-list-service-detail-header-wrapper{
  display: none;
} */

.pdf-container {
  width: 100%;
  padding: 0px 90px;
}

.slug-mask {
  display: block !important;
  height: 0px;
  opacity: 0;
  pointer-events: none;
}

.site-collapse-item .content-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin: 0 -10px;
  padding: 0 10px;
}

.site-collapse-item .collapsible {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: var(--whiteColor);
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.16));
}

.site-collapse-item .collapsible.active {
  background-color: var(--goldColor);
}

.site-collapse-item .collapsible .title-collapse {
  flex: 1;
  margin: 0;
}

.site-collapse-item .collapsible.active .title-collapse {
  color: var(--whiteColor);
}

.site-collapse-item .collapsible.active .icon-arrow-collapse {
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
}

body.page-id-69 .site-main-content-treatment-wrapper .main-description {
  max-width: 1000px;
}

body.page-id-69 .site-main-content-treatment-wrapper .site-main-content-treatment-inner {
  max-width: 100%;
}

body.page-id-69 .site-you-may-also-like-wrapper {
  padding: 20px 0 0;
}

body.page-id-4368 .site-section-form-contact-us-wrapper .site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child.child-left .site-summary-box-child-image {
  background-color: transparent;
}

body.treatment-type .site-you-may-also-like-wrapper {
  padding: 0;
}

body.page-id-3874 .site-benefit-of-treatment-wrapper {
  padding: 0;
}

.yoga-classes-at-westbourne {
  padding: 30px 0;
}

.site-shop-page-products-by-categories-wrapper .slick-slide-arrow .slick-arrow {
  top: -100px;
  transform: none;
}

.site-shop-page-products-by-categories-wrapper .slick-slide-arrow .slick-arrow .arrow {
  filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(2439%) hue-rotate(209deg) brightness(92%) contrast(95%);
}

.site-shop-page-products.slick-slide-arrow .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.site-shop-page-products.slick-slide-arrow .slick-arrow .arrow {
  filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(2439%) hue-rotate(209deg) brightness(92%) contrast(95%);
}

.site-product-item.category-17 .site-product-item-image {
  background-size: contain;
}

.section-info-product-page.category-17.site-summary-box-wrapper .site-summary-box-inner .site-summary-box-child.child-left .site-summary-box-child-image {
  background-size: contain;
  background-position: top;
  background-color: transparent;
}

.single_add_to_cart_button.loading:before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  vertical-align: -0.25em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid;
  border-top-color: transparent;
  -webkit-animation: spin infinite 1s linear;
  animation: spin infinite 1s linear;
}

.single_add_to_cart_button.disabled {
  background: var(--defaultColor);
}

.btn-animation.animation-flip:has(.single_add_to_cart_button.added) .single_add_to_cart_button.front {
  display: none;
}

.site-product-group-bot .single_add_to_cart_button.added {
  display: none;
}

.site-product-group-bot .added_to_cart {
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 12px;
  padding: 12px 18px;
  border-radius: 45px;
  border: 1px solid;
  font-weight: bold;
  text-transform: none;
  display: block;
  width: 100%;
  max-width: 230px;
  text-align: center;
  background-color: transparent;
  border-color: var(--purpleColor) !important;
  color: var(--purpleColor);
}

.site-product-group-bot .added_to_cart:hover {
  background-color: var(--purpleColor);
  border-color: var(--purpleColor) !important;
  color: var(--whiteColor);
}

.cart-item-count-wrapper {
  position: relative;
}

.cart-item-count-wrapper:hover img.site-cart-icon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(15%) saturate(2573%) hue-rotate(204deg) brightness(93%) contrast(99%);
}

.cart-item-count-wrapper img.site-cart-icon {
  cursor: pointer;
}

.cart-item-count-wrapper .cart-item-count {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 14px;
  background-color: var(--goldColor);
  color: var(--whiteColor);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  transform: translate(50%, -50%);
  font-weight: 700;
  pointer-events: none;
}


.cart-item-count-wrapper .cart-item-count.show {
  display: flex !important;
}

body.page-id-3803 .site-experience-carousel-wrapper {
  padding: 0;
}

.cart-item-count-wrapper .cart-summary-wrapper {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 600px;
  bottom: 0px;
  background-color: var(--whiteColor);
  transition: transform .3s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.cart-item-count-wrapper .site-cart-mini-header {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px 30px;
}

.cart-item-count-wrapper .site-cart-mini-header * {
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 30px;
  line-height: 35px;
  color: var(--purpleColor);
  margin-bottom: 0px;
  cursor: pointer;
}

.cart-item-count-wrapper .cart-summary-wrapper .cart-summary-inner {
  height: 100%;
}

.cart-item-count-wrapper .cart-summary-wrapper .cart-summary-inner .widget_shopping_cart_content {
  height: calc(100% - 95px);
  display: flex;
  flex-direction: column;
}

.cart-item-count-wrapper .cart-summary-wrapper .widget_shopping_cart_content {
  padding: 0px 20px 20px;
}

.cart-item-count-wrapper .cart-summary-wrapper .widget_shopping_cart_content ul.cart_list {
  padding: 0px;
  margin: 0px;
  flex: 1;
  height: calc(100% - 30px - 92px - 30px - 10px);
  overflow: auto;
}

.cart-item-count-wrapper .cart-summary-wrapper .widget_shopping_cart_content ul.cart_list li.mini_cart_item {
  display: flex;
  align-items: center;
  padding: 0px !important;
  margin: 20px 0px !important;
}

.cart-item-count-wrapper .cart-summary-wrapper .widget_shopping_cart_content ul.cart_list li.mini_cart_item .site-cart-mini-child.child-middle {
  width: calc(100% - 120px);
  padding: 0px 10px 0px 20px;
}

.cart-item-count-wrapper .cart-summary-wrapper .widget_shopping_cart_content ul.cart_list li.mini_cart_item .site-cart-mini-child.child-middle .site-cart-mini-product-name {
  font-family: 'SVN-Miller Banner', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 30px;
  line-height: 35px;
  color: var(--goldColor);
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cart-item-count-wrapper .cart-summary-wrapper .widget_shopping_cart_content ul.cart_list li.mini_cart_item .site-cart-mini-child.child-middle .site-cart-mini-product-quantity-wrapper p {
  font-size: 20px;
  line-height: 25px;
  color: var(--purpleColor);
  margin-bottom: 0px;
}

.cart-item-count-wrapper .cart-summary-wrapper .widget_shopping_cart_content ul.cart_list li.mini_cart_item .site-cart-mini-child.child-right a {
  display: block;
  width: 15px;
  height: 18px;
  color: transparent;
  font-size: 0px;
  background-image: url('/assets/uploads/westbourne/images/remove.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cart-item-count-wrapper .cart-summary-wrapper .widget_shopping_cart_content ul.cart_list li.mini_cart_item .site-cart-mini-child.child-left a img {
  width: 120px;
  height: auto;
}

.cart-item-count-wrapper .cart-summary-wrapper.show {
  transform: translateX(0px) !important;
}

.cart-item-count-wrapper .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
}

.cart-item-count-wrapper .woocommerce-mini-cart__total * {
  font-size: 25px;
  line-height: 30px;
  color: var(--purpleColor);
  font-weight: 400;
}

.cart-item-count-wrapper .woocommerce-mini-cart__buttons * {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}


.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper .site-cart-mini-product-quantity-actions {
  display: flex;
  align-items: center;
  position: relative;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper button {
  width: 65px;
  height: 26px;
  border: 1px solid #707070;
  background-color: #FFFFFF;
  cursor: pointer;
  position: relative;
  outline: none;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper button:hover {
  background-color: #D6D6D6;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper button.plus {
  border-radius: 20px 0px 0px 20px;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper button.minus {
  border-radius: 0px 20px 20px 0px;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper button:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  line-height: 10px;
  color: var(--purpleColor);
  pointer-events: none;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper button.plus:before {
  content: '+';
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper button.minus:before {
  content: '-';
  top: calc(50% - 1px);
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper .site-cart-mini-product-quantity-actions .updating-icon {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-color: var(--naturalColor);
  top: 0px;
  right: -40px;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper .site-cart-mini-product-quantity-actions .updating-icon:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--whiteColor);
  top: 3px;
  left: 3px;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper.updating .site-cart-mini-product-quantity-actions button,
.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper.updating .site-cart-mini-child.child-right {
  pointer-events: none;
  opacity: .5;
}

.cart-item-count-wrapper .cart-summary-wrapper .site-cart-mini-product-quantity-action-wrapper.updating .site-cart-mini-product-quantity-actions .updating-icon {
  display: block !important;
  animation: updating-spin 1s linear infinite;
}

@keyframes updating-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.search-layout-wrapper {
  position: relative;
}

.search-layout-wrapper img.site-search-icon {
  cursor: pointer;
}

.site-product-video-wrapper {
  width: 100%;
  max-width: 100%;
  margin-bottom: 70px;
}

.site-product-video-wrapper video {
  width: 100%;
  max-width: 100%;
}

body.page-id-3803 .section-head-summary .site-main-content-treatment-inner,
body.page-id-3804 .section-head-summary .site-main-content-treatment-inner {
  max-width: 992px;
}

body.page-id-3803 .site-add-sliders-image-wrapper .container,
body.page-id-3804 .site-add-sliders-image-wrapper .container,
body.page-id-69 .site-add-sliders-image-wrapper .container,
body.page-id-4044 .site-add-sliders-image-wrapper .container,
body.page-id-3803 .site-add-sliders-image-inner,
body.page-id-3804 .site-add-sliders-image-inner,
body.page-id-4044 .site-add-sliders-image-inner,
body.page-id-69 .site-add-sliders-image-inner {
  max-width: 100%;
  padding: 0;
}

body.page-id-3803 .site-add-sliders-image-wrapper,
body.page-id-3804 .site-add-sliders-image-wrapper {
  padding-top: 0;
}

body.page-id-74 .customer_details_wrapper {
  position: relative;
  padding-top: 0px;
}

body.page-id-74 .customer_details_mask {
  content: '';
  display: block;
  position: absolute;
  right: 100px;
  top: 300px;
  width: 450px;
  height: 800px;
  background-image: url(./westbourne/images/checkout-flower.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}

.woocommerce-terms-and-conditions-wrapper .form-row {
  margin-top: 24px !important;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 16px;
  font-weight: 700;
  color: var(--blackColor);
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-link {
  font-size: 16px;
  font-weight: 700;
  color: #ACACAC;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions {
  display: none !important;
}

.site-section-product-related-wrapper .site-section-product-related-item .site-product-item .site-product-price {
  display: none;
}

#site-header .header-socket-wrapper .header-socket-inner-section .header-socket-item:hover {
  color: var(--goldColor) !important;
}

#site-header .header-socket-wrapper .header-socket-inner-section .header-socket-item:hover img {
  filter: brightness(0) saturate(100%) invert(30%) sepia(5%) saturate(5278%) hue-rotate(353deg) brightness(145%) contrast(84%);
}

.site-tatler-wrapper {
  background-image: linear-gradient(30deg, rgba(194, 205, 191, .53), rgba(194, 205, 191, 0));
  margin-bottom: 70px;
  padding-bottom: 70px;
  position: relative;
}

body:not(.page-id-69) .site-tatler-wrapper {
  /* margin-top: 20px; */
}

.site-tatler-wrapper * {
  display: block;
  margin: 0 auto;
}

.site-tatler-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 125px;
  background: #ffffff;
  z-index: 1;
}

.site-tatler-wrapper .site-tatler-inner .site-tatler-animation-in {
  position: relative;
  z-index: 2;
}

.site-tatler-wrapper .site-tatler-inner .site-tatler-animation-in img:nth-child(1) {
  transform: rotate(-6deg);
  transition: transform .2s ease;
  z-index: 2;
  position: relative;
  margin-bottom: -30px;
  width: 100%;
  max-width: 1000px;
}

.site-tatler-wrapper .site-tatler-inner .site-tatler-animation-in img:nth-child(2) {
  transform: rotate(60deg);
}


.site-tatler-wrapper .site-tatler-inner .site-tatler-animation-in img:nth-child(3) {
  margin: 10px auto;
}

.site-tatler-wrapper .site-tatler-inner .site-tatler-animation-in p {
  font-style: italic;
}

body.page-id-4368 .site-section-form-contact-us-wrapper .site-summary-box-wrapper.large-right {
  background-size: 678px 1241px;
  background-position: top right;
  padding-bottom: 60px;
  margin: 0;
}

body.page-id-4368 .site-section-form-contact-us-wrapper {
  padding-top: 70px;
}

body.page-id-4368 .site-footer-widget-embed {
  padding-top: 0;
}

body.page-id-69 .site-shop-products-list .site-shop-products-item {
  background-color: var(--backgroundProduct);
  border-right: 1px solid rgba(45, 44, 100, 0.33);
}

body.page-id-4368 .site-activities-wrapper {
  padding-bottom: 20px;
}

body.page-id-73 .woocommerce-message:has(.add-to-cart-custom),
body.page-id-74 .woocommerce-message:has(.add-to-cart-custom) {
  display: none !important;
}

body.product-type .site-section-product-related {
  padding-top: 70px;
}

body.treatment-type .site-treatment-list-wrapper .site-get-in-touch-wrapper,
body.team-type .site-treatment-list-wrapper .site-get-in-touch-wrapper {
  display: none;
}

body.team-type .site-meet-the-practitioner-wrapper .site-team-box-wrapper {
  padding: 0;
}

.site-shop-page-wrapper .page-header-summary {
  padding-bottom: 0px;
}

/* Subscribe Form */
.subscribe-form {
  padding: 8px 35px 8px 20px;
  background: var(--whiteColor);
  border-radius: 45px;
  position: relative;
  max-width: 300px;
  width: 100%;
  border: 1px solid var(--purpleColor);
  margin-top: 16px;
}

.subscribe-form input,
.subscribe-form input:hover,
.subscribe-form input:active,
.subscribe-form input:focus {
  width: 100%;
  height: 100%;
  border: none;
  background-color: var(--whiteColor);
  outline: none;
  font-size: 12px;
  line-height: 19px;
  text-overflow: ellipsis;
  color: var(--purpleColor);
}

.subscribe-form input:focus::placeholder {
  color: transparent;
}

.subscribe-form input::placeholder {
  font-size: 12px;
  line-height: 19px;
  color: var(--purpleColor);
}

.subscribe-form button {
  background-image: url("/assets/uploads/westbourne/images/send_icon.svg");
  background-color: transparent;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 16px;
  height: 16px;
}

.site-segment-menu-service-inner-top {
  width: 54%;
}

.site-segment-menu-service-inner-top>div {
  width: 50%;
}

.pagination {
  margin-top: 30px
}

.pagination>p {
  color: var(--purpleColor);
  font-weight: 700;
  margin-bottom: 8px;
}

.pagination * {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
}

.pagination .main-pagination-section {
  display: flex;
  justify-content: center;
}

.main-pagination-section * {
  margin: 0 5px;
  text-transform: uppercase;
  text-decoration: underline;
}

.pagination .main-pagination-section .active {
  color: var(--goldColor);
}

.pagination .main-pagination-section :not(.active) {
  font-weight: 700;
  color: var(--purpleColor);
  cursor: pointer;
}

.site-section-product-related-wrapper .site-section-product-related-list .slick-arrow .arrow {
  filter: brightness(0) saturate(100%) invert(18%) sepia(21%) saturate(2439%) hue-rotate(209deg) brightness(92%) contrast(95%);
}

body.page-404 #site-header.has-sticky {
  position: unset !important;
}

body.page-404 #site-header .header-main-wrapper {
  background-color: var(--purpleColor) !important;
}

body.page-404 #site-content .intro-text {
  margin-bottom: 40px;
}

.site-shop-page-wrapper .site-shop-page-products .site-product-item {
  padding-bottom: 20px;
}

.site-shop-page-wrapper .site-shop-page-products .site-product-item .site-product-name {
  height: unset;
}

.site-shop-page-wrapper .site-shop-page-products .site-product-item .site-product-price {
  color: var(--purpleColor);
  text-align: center;
  padding: 0px 15px;
  font-weight: 400;
  margin-bottom: 0px;
}

.summary-home-page-fix {
  background-position: calc(100% + 60%) center !important;
}

.summary-home-page-fix.animated {
  transition: all .5s ease;
  background-position: calc(100% + 0%) center !important;
}

.cart-page-layout .cart-item-count-wrapper>img {
  display: none !important;
}



.site-page-checkout-wrapper *:not(i) {
  font-family: 'Lato', Arial, HelveticaNeue, "Helvetica Neue", Helvetica, sans-serif !important;
}

.site-page-checkout-wrapper p,
.site-page-checkout-wrapper span,
.site-page-checkout-wrapper label,
.site-page-checkout-wrapper a {
  color: var(--defaultColor);
}

.site-page-checkout-wrapper a {
  font-size: inherit;
  text-decoration: underline;
}

.site-page-checkout-wrapper .wc-block-components-order-summary__button-text,
.site-page-checkout-wrapper .wc-block-components-title {
  color: var(--purpleColor);
  font-weight: 700;
  text-transform: uppercase;
}

.site-page-checkout-wrapper .wc-block-components-totals-wrapper {
  border: 0px;
}

.site-page-checkout-wrapper .wc-block-components-product-name {
  color: var(--purpleColor) !important;
  font-weight: 700;
}

.site-page-checkout-wrapper .wc-block-components-sidebar-layout .wc-block-components-main {
  width: 60%;
}

.site-page-checkout-wrapper .wc-block-components-sidebar {
  width: 40%;
}

.site-page-checkout-wrapper .wc-block-components-formatted-money-amount {
  color: var(--purpleColor);
}

.site-page-checkout-wrapper .wc-block-components-product-price__value {
  font-weight: 700;
}

.site-page-checkout-wrapper .wc-block-components-totals-item__label {
  color: var(--purpleColor);
  font-weight: 700;
}

.site-page-checkout-wrapper .wc-block-components-checkout-return-to-cart-button {
  color: var(--purpleColor);
}

.site-page-checkout-wrapper .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,
.site-page-checkout-wrapper .checkout-actions-adding button {
  background-color: var(--purpleColor);
  color: var(--naturalColor) !important;
  border: 1px solid var(--purpleColor);
  border-radius: 45px;
  box-shadow: none;
  outline: 0px;
  max-width: 230px;
  font-size: 12px;
  padding: 12px 18px;
}

.site-page-checkout-wrapper .checkout-actions-adding button {
  width: 100%;
  margin-top: 10px;
  max-width: 100%;
}

.site-page-checkout-wrapper .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button span {
  color: inherit !important;
}

.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(3):after,
.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(5):after {
  border: 1px solid var(--purpleColor);
}

.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(3)>.wc-block-components-radio-control__option,
.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(3)>.wc-block-components-radio-control-accordion-option,
.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(5)>.wc-block-components-radio-control-accordion-option {
  border: 0px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(3)>.wc-block-components-radio-control__option span,
.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(3)>.wc-block-components-radio-control-accordion-option span,
.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(5)>.wc-block-components-radio-control-accordion-option span {
  color: var(--purpleColor);
  font-weight: 700;
}

.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(5)>.wc-block-components-radio-control-accordion-option span:not(.wc-block-components-checkbox__label) {
  text-transform: uppercase;
}

.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(3)>.wc-block-components-radio-control__option input,
.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(3)>.wc-block-components-radio-control-accordion-option input,
.site-page-checkout-wrapper .wc-block-components-checkout-step__container .wc-block-components-checkout-step__content>div:nth-child(5)>.wc-block-components-radio-control-accordion-option input {
  border: 1px solid var(--purpleColor);
}

.site-page-checkout-wrapper input,
.site-page-checkout-wrapper textarea,
.site-page-checkout-wrapper select,
.site-page-checkout-wrapper .wc-block-components-address-card {
  border: 1px solid var(--purpleColor) !important;
}

.site-page-checkout-wrapper .is-medium.wc-block-components-sidebar-layout,
.site-page-checkout-wrapper .is-mobile.wc-block-components-sidebar-layout,
.site-page-checkout-wrapper .is-small.wc-block-components-sidebar-layout {
  flex-direction: column-reverse;
}

.site-page-checkout-wrapper .is-medium .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper,
.site-page-checkout-wrapper .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper,
.site-page-checkout-wrapper .is-small .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

.site-page-checkout-wrapper .order-summary-cloned-section {
  margin-bottom: 10px;
}

.site-page-checkout-wrapper .order-summary-cloned-section .checkout-actions-adding {
  display: none !important;
}

.search-treatment-form-wrapper .search-treatment-form {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
  border-radius: 0px 0px 5px 5px;
}

.search-treatment-form-wrapper .search-treatment-form .search-title {
  margin-bottom: 20px;
}

.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control.fullwidth {
  flex: 1;
}

.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control input,
.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control select,
.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control button {
  font-size: 15px;
  line-height: 1;
}

.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control label {
  display: block;
  margin-bottom: 5px;
}

.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control input,
.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control select {
  border-radius: 5px;
  width: 100%;
  border: 2px solid var(--naturalColor);
  padding: 12px 12px !important;
}

.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control .search-treatment-form-control-checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 13.5px 0px;
}

.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control .search-treatment-form-control-checkbox .search-treatment-form-control-checkbox-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control .search-treatment-form-control-checkbox .search-treatment-form-control-checkbox-item input {
  margin: 0px;
}

.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control .search-treatment-form-button {
  padding: 13.5px 12px !important;
  border-radius: 5px;
  cursor: pointer;
}

.search-treatment-form-wrapper .search-treatment-form .search-treatment-form-group .search-treatment-form-control .search-treatment-form-button:hover {
  background-color: var(--whiteColor);
  color: var(--blueColor);
}

.header-socket-wrapper {
  position: relative;
}

#site-header .header-socket-wrapper .header-socket-inner-section .header-socket-item.last-child {
  margin-right: 0px !important;
}

.site-search-layout-wrapper {
  margin-left: 30px;
}

.search-treatment-expandable {
  background-color: var(--whiteColor);
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  transition: max-height 0.2s ease-out;
}

.search-treatment-expandable.show {
  max-height: 200px !important;
}

.search-treatment-expandable .search-treatment-form {
  box-shadow: none;
  padding: 30px 0px;
}


.site-shop-page-wrapper .site-shop-page-category-list .site-product-item .site-product-name {
  font-size: 17px;
  line-height: 24px;
  height: 46px;
  margin: 0px 0px 10px;
}

.site-shop-page-wrapper .site-shop-page-category-list .site-shop-page-products-by-categories.page-section-spacing {
  padding: 40px 0px;
}

.site-shop-page-wrapper .site-shop-page-category-list .site-shop-page-products-by-categories .site-shop-page-products-by-categories-summary {
  margin-bottom: 30px;
}

.site-shop-page-wrapper .site-shop-page-category-list .site-product-item .site-product-price {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
}

.site-shop-page-wrapper .site-shop-page-category-list .site-product-item .btn-animation {
  margin-top: 10px;
}