/*
Theme Name: Avalon Laser
Version: 1.0
Description: https://smartboost.com
Author: smartboost
Template: understrap
*/

@import url("../understrap/style.css");

@font-face {
    font-family: 'Nunito';
    src: url('fonts/nunito.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('fonts/oswald.ttf') format('truetype');
    font-weight: 200 700;
    font-style: normal;
}

/* ********** GENERAL ********** */

:root {
  	--green:      #356838;
	--lightgreen: #ECF3EA;
	--brown:      #5C4E44;
	--tan:        #FAF1EB;
	--black:      #000000;
	--black2:     #212529;
	--grey:       #888888;
	--grey2:      #EFEFEF;
	--grey3: 	  #5D4F45;
	--white:      #FFFFFF;
}

html {
	margin: 0 !important;
}

body {
	font-family: 'Nunito', sans-serif !important;
	font-size: 16px !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.4em !important;
	font-weight: 200 !important;
	color: var(--brown) !important;
}

h1 {
	font-size: 52px !important;
	line-height: 1.15em !important;
}

h2 {
	font-size: 52px !important;
	line-height: 1.25em !important;
}

h2.h2-small {
	font-size: 30px !important;
}

h3 {
	font-size: 28px !important;
}

h3.h3-small {
	font-size: 22px !important;
}

p {
	font-family: 'Nunito', sans-serif;
	font-size: 16px !important;
	line-height: 1.75em;
}

p.p-large {
	font-size: 20px !important;
}

p.p-large-two {
	font-size: 18px !important;
	line-height: 1.25em;
}

.text-green {
	color: var(--green) !important;
	transition: all .75s;
}

strong {
	font-weight: 500 !important;
}

p strong {
	font-weight: 600 !important;
}

a {
	color: var(--green) !important;
}

a.text-green:hover,
.text-green .learn-more:hover {
	color: var(--black) !important;
	transition: all .75s;
}

.text-brown {
	color: var(--brown) !important;
}

.text-grey {
	color: var(--grey) !important;
}

.text-black2 {
	color: var(--black2) !important;
}

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

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

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

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

.btn-cta {
	display: inline-block;
	background-color: var(--white);
	padding: 13px 24px;
	border-radius: 5px;
	color: var(--black);
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	transition: all .75s;
}

.btn-cta:hover {
	background-color: var(--black);
	color: var(--white) !important;
	transition: all .75s;
}

.btn-cta-green {
	background-color: var(--green);
	color: var(--white) !important;
}

.btn-cta-black {
	background-color: var(--black);
	color: var(--white) !important;
}

.btn-cta-green-minimal {
	color: var(--green) !important;
	font-weight: 600;
	transition: all .75s;
}

.btn-cta-green-minimal:hover {
	background-color: transparent !important;
	color: var(--black) !important;
	transition: all .75s;
}


.btn-cta-green-minimal-2 {
	font-family: 'Oswald', sans-serif;
	color: var(--green) !important;
	font-weight: 600;
	background-color: transparent !important;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
	text-decoration: underline;
	display: block;
	transition: all .75s;
}

.btn-cta-green-minimal-2:hover {
	background-color: transparent !important;
	color: var(--black) !important;
	transition: all .75s;
}

.btn-cta-white-minimal {
	font-family: 'Oswald', sans-serif;
	color: var(--white) !important;
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid var(--white);
}

.font-oswald {
	font-family: 'Oswald', sans-serif !important;
}

.mw-300 {
	max-width: 300px;
}

.mw-500 {
	max-width: 500px !important;
	margin-left: auto;
	margin-right: auto;
}

.mw-600 {
	max-width: 600px !important;
	margin-left: auto;
	margin-right: auto;
}

.container.mw-720,
.mw-720 {
	max-width: 720px !important;
	margin-left: auto;
	margin-right: auto;
}

.mw-750 {
	max-width: 750px !important;
	margin-left: auto;
	margin-right: auto;
}

.mw-800 {
	max-width: 800px !important;
	margin-left: auto;
	margin-right: auto;
}

.mw-950 {
	max-width: 950px !important;
	margin-left: auto;
	margin-right: auto;
}

.py-10 {
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
}

.pt-10 {
	padding-top: 6rem !important;
}

.pb-10 {
	padding-bottom: 6rem !important;
}

.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.desktop {
	display: block !important;
}

.mobile {
	display: none !important;
}

small {
	font-size: 50% !important;
	font-weight: 200 !important;
	position: relative;
    top: -15px;
}

/* .content-left-image-right,
.image-left-content-right {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
} */

/* FADE IN ANIMATIONS */

@media (min-width: 768px) {

	.fade-in,
	.fade-in-left,
	.fade-in-right,
	.fade-in-up,
	.fade-in-down {
		opacity: 0;
		transform: translate(0, 0);
		will-change: opacity, transform;
	}
	
}

/* ********** NAVIGATION ********** */

#wpadminbar {
	display: none !important;
}

.announcement-bar {
	background-color: var(--green);
	color: var(--white);
	padding: 10px;
}

#main-nav {
	padding-top: 0;
    padding-bottom: 0;
    height: 80px;
}

.header-contact {
	background-color: var(--grey2);
}

.header-contact a {
	color: var(--black) !important;
	font-size: 12px;
	text-decoration: none;
}

.navbar-brand {
	height: 100%;
	display: flex;
	align-items: center;
}

.navbar-brand img {
	max-width: 140px;
}

@media (min-width: 992px) {
	body .navbar-expand-lg .offcanvas {
		height: 100% !important;
	}
}

.offcanvas li,
.offcanvas-body li {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	letter-spacing: .8px;
	margin: 0 15px;
}

.offcanvas li a.nav-link,
.offcanvas-body li a.nav-link {
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
	color: var(--black) !important;
	transition: all .75s;
	
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	
}

.offcanvas-body li a.nav-link:hover {
	color: var(--green) !important;
	transition: all .75s;
}

.nav-cta {
	font-family: 'Nunito', sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .8px;
	color: var(--white) !important;
	text-decoration: none;
	background-color: var(--green);
	padding: 13px 24px;
	border-radius: 5px;
	transition: all .75s;
}

.nav-cta:hover {
	background-color: var(--black);
	transition: all .75s;
}

body li.nav-specials a.nav-link {
	color: red !important;
}

.is-sticky {
    position: fixed !important;
    left: 0;
    width: 100%;
    z-index: 100;
	opacity: 1;
    transform: translateY(0);
}

.announcement-bar.is-sticky {
	top: 0;
}

.header-contact.is-sticky {
	top: 44px;
}

.navbar.is-sticky {
	top: 84px;
	border-bottom: 1px solid #dadada;
	background-color: var(--white);
}

header .container {
	height: 100%;
}

header .container,
.hero-home-desktop .container {
	max-width: 97% !important;
}

.nav-phone span {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}

.navbar-nav {
	height: 100%;
	align-items: center;
}

.navbar-nav li {
	margin: 0 5px;
	height: 100%;
	display: flex;
	align-items: center;
}

.navbar-nav li a {
	font-size: 16px;
}

.submenu-panel li {
	margin: 10px 15px;
}

.nav-item.dropdown:hover .dropdown-menu {
 	display: flex;
	flex-direction: column;
	top: 100%;
	top: 60px !important;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
}

nav.is-sticky .nav-item.dropdown:hover .dropdown-menu {
	margin-top: 0 !important;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background-color: var(--white) !important;
}

.nav-item.dropdown .dropdown-menu {
	padding: 0 !important;
}

.nav-item.dropdown .dropdown-menu li {
	margin: 0 !important;
}

.dropdown-menu .dropdown-item {
	padding: 12.5px 20px;
}

.nav-item.dropdown .dropdown-menu li:first-of-type a {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}


.nav-item.dropdown .dropdown-menu li:last-of-type a {
	border-bottom-left-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}

.nav-cart {
	display: none !important;
}

@media (min-width: 992px) {
	
	.treatments .dropdown-menu a {
		font-size: 14px !important;
	}
	
}

@media (min-width: 1400px) {
	
	header .at-row-two .container {
		max-width: 1280px !important;
	}
	
}

@media (max-width: 1150px) {
	
	.navbar-brand img {
		max-width: 125px;
	}
	
	.nav-cta {
		padding: 13px 12px;
	}
	
	.navbar-nav li a {
		font-size: 14px;
	}
	
}

@media (max-width: 1075px) {
	
	.hero-home-desktop .col-md-6:first-of-type {
		display: none;
	}
	
	.hero-home-desktop .col-md-6:last-of-type {
		width: 100%;
		padding-right: 0 !important;
	}
	
}

@media (max-width: 1025px) {
	
	header .nav-link.dropdown-toggle {
		padding: 0 5px !important;
	}
	
}

@media (max-width: 991px) {
	
	.hero-img-desktop {
		object-position: 0;
	}
	
	.nav-cart {
		display: block !important;
	}
	
/* 	.hero-home-desktop::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.15);
		z-index: 1;
	} */
	
}

/* MEGAMENU */

.dropdown-megamenu-container {
	display: none;
	position: fixed;
	width: 100%;
	top: 122px;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
	box-shadow: 0 8px 16px rgba(0,0,0,0.1);
	z-index: 1000;
}

.nav-item.treatments:hover .dropdown-megamenu-container {
	display: block;
}

.nav-item.dropdown {
	position: relative;
}

.dropdown-megamenu {
	background-color: var(--white);
	width: 100%;
	border-top: 1px solid #ededed;
	margin: 20px auto 0 auto;
}

.megamenu-col p.megamenu-description {
	font-size: 14px !important;
	color: var(--grey);
	line-height: 15px !important;
}

.megamenu-col h6 {
	font-family: 'Nunito', sans-serif;
	font-weight: 600 !important;
	color: var(--black) !important;
	font-size: 16px !important;
	letter-spacing: 1px;
	transition: all .75;
}

.megamenu-col.submenu-panel {
	background-color: #F0F0F0;
	padding: 40px 20px;
}

.megamenu-col.submenu-panel h6 {
	margin-left: 15px;
	font-size: 14px !important;
}

.megamenu-col.submenu-panel ul {
	margin-bottom: 0;
}

.megamenu-col.submenu-panel ul li a {
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
	color: var(--black) !important;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}

.megamenu-col.submenu-panel ul li a:hover,
.megamenu-col.submenu-panel ul li.current-menu-item a {
	color: var(--green) !important;
}

nav.is-sticky .dropdown-megamenu-container {
	top: 78px;
}

body.no-scroll {
  overflow: hidden;
}

.megamenu-top-item {
	background-color: var(--white);
	transition: all .75s;
}

.megamenu-top-item:hover,
.is-active.megamenu-top-item {
	background-color: #f9f9f9;
	border-radius: 10px;
	transition: all .75s;
}

.megamenu-top-item svg {
	color: var(--black) !important;
	transition: all .75;
}

.is-active.megamenu-top-item h6,
.megamenu-top-item:hover h6,
.is-active.megamenu-top-item svg,
.megamenu-top-item:hover svg {
	color: var(--green) !important;
	transition: all .75;
}

/* MEGAMENU UPDATED */

.nav-item.dropdown.treatments .dropdown-menu {
	width: 100%;
    position: fixed;
	box-shadow: 0 10px 30px rgba(0,0,0,.06);
    top: 160px !important;
}

.is-sticky .nav-item.dropdown.treatments .dropdown-menu {
	top: 78px !important;
}

.nav-item.dropdown.treatments .dropdown-menu .container {
	max-width: 1280px !important;
}

.dropdown-menu .col-menu {
	width: 20%;
}

.dropdown-menu .col-menu a {
	color: var(--black) !important;
	transition: all .75s;
}

.dropdown-menu .col-menu a:hover {
	color: var(--green) !important;
	transition: all .75s;
}

.dropdown-menu .col-menu .treatment-h6,
.col-12.treatment-h6 a {
	font-family: 'Nunito', sans-serif;
	font-size: 14px !important;
    font-weight: 600 !important;
    color: var(--green) !important;
    font-size: 16px !important;
    letter-spacing: 1px;
}

.dropdown-menu .col-menu .treatment-h6 a,
.col-12.treatment-h6 a {
	color: var(--green) !important;
	transition: all .75s;
}

.nav-item.dropdown .dropdown-menu li.treatment-h6 {
	margin-bottom: 5px !important;
}

.mm-col {
	min-width: 220px;
}

.mm-group + .mm-group {
	margin-top: 1rem;
}

.mm-list li {
	margin-bottom: .35rem;
}

.mm-list a {
	text-decoration: none;
}

.col-menu-last .mm-group.mb-4 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.col-menu-last ul#menu-body-contouring-1.mb-0 {
	margin-bottom: 1rem !important;
}

/* ********** HOME ********** */

.hero-home-mobile {
	display: none;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -50%);
  text-align: center;
  color: white; /* Optional: ensure contrast against the image */
  z-index: 2;
  width: 100%;
  padding: 0 15px;
}

.hero-content img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-phone {
	font-family: 'Nunito', sans-serif;
    font-weight: 600;
	font-size: 17px;
}

.hero-home-desktop {
	height: calc(100vh - 117px);
}

.hero-img-desktop {
	object-fit: cover;
	height: calc(100% - 105px);
	border-radius: 10px;
}

.hero-img-desktop {
  position: relative; /* make it a positioning context */
  overflow: hidden;
}

.hero-home-desktop h1 {
	font-size: 50px !important;
	line-height: 60px !important;
}

.hero-home-desktop .col-middle {
	border-left: 1px solid var(--black);
	border-right: 1px solid var(--black);
}

.hero-home-desktop .row-stats {
	max-width: 75% !important;
	margin: 0 auto;
}

@media (min-width: 992px) {

	.hero-home-desktop p.p-large-two.mb-4 {
		width: 90%;
	}
	
}

.hero-logos {
	position: absolute;
	bottom: 12%;
	left: 50%;
  	transform: translateX(-50%);
	justify-content: center;
	right: 50px !important;
	padding-right: 25px;
}

@media (max-height: 1150px) {
	
	.hero-logos {
		bottom: 13%;
	}
	
}

@media (max-height: 1050px) {
	
	.hero-logos {
		bottom: 14%;
	}
	
}

@media (max-height: 950px) {
	
	.hero-logos {
		bottom: 15%;
	}
	
}

@media (max-width: 991px) {
	
	.hero-logos {
		justify-content: center !important;
		padding-right: initial !important;
		right: initial !important;
	}
	
}

.hero-logos img {
	max-height: 40px;
	opacity: .85;
}

.hero-icon {
	position: relative;
	top: -2px;
}

.hero-stats {
	font-family: 'Nunito', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.home-row-three.row-treatments .card-body {
	padding-bottom: 3rem;
	padding: 2rem;
	padding-bottom: 6rem;
}

.home-row-three.row-treatments h3.card-title {
	font-weight: 400 !important;
}

.treatment-link-container {
	position: absolute;
/*     bottom: 1rem;
    left: 1rem; */
	bottom: 1.5rem;
    right: 1.5rem;
}

.home-row-three .icon-arrow {
	display: none;
}

.home-row-four .container {
	height: 350px;
}

.home-row-five .item-why {
	border-bottom: 1px solid var(--white);
}

.col-padding {
	padding: 5% !important;
}

.ks-video video {
	border-radius: 10px;
}

.ks-video {
	position: relative;
	max-width: 100%;
}

.ks-video__el {
	display: block;
	width: 100%;
	height: auto;
	background: #000;
}

.ks-video__play {
  	position:absolute;
	inset: 0;
	display: grid;
	place-items: center;
  	border:0;
	background: transparent;
	cursor: pointer;
}

.ks-video__play[hidden] {
	display: none;
} 

.accordion {
	--bs-accordion-bg: transparent !important;
	background-color: transparent !important;
}

.accordion-button:not(.collapsed) {
	background-color: transparent !important;
	box-shadow: none !important;
}

.accordion-button {
	font-size: 26px !important;
    color: var(--brown) !important;
    font-weight: 300 !important;
}

.accordion-body {
	font-size: 16px !important;
	font-weight: 300 !important;
}

h2.h2-gallery {
	font-size: 100px !important;
	text-transform: uppercase;
}

.home-row-fourteen .container {
	height: 420px;
}

/* ********** NAD INJECTION THERAPY ********** */

.nad-booster-text-start .text-center {
	text-align: left !important;
}

/* ********** TREATMENTS ********** */

/* Treament Hero */

.treatment-hero {
	position: relative;
	overflow: hidden;
	color: #888;
}

.treatment-hero .wrapper {
	position: relative;
	overflow: hidden;
}

.treatment-hero .wrapper .avalon-row {
	display: flex;
	align-items: center;
	padding: 20px;
	min-height: 500px;
	max-width: 1400px;
	margin: 0 auto;
}

.treatment-hero .wrapper .avalon-row .inner {
	position: relative;
	top: 50%;
	left: 50%;
	padding: 40px 0 40px 60px;
}

.treatment-hero .avalon-row .inner {
	width: 50%;
	max-width: 50%;
	padding-right: 40px;
}

.treatment-hero .media {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 50%;
    overflow: hidden;
    z-index: 1;
}

.treatment-hero picture.background,
.treatment-hero video.background {
	width: 100%;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    height: 100%;
    display: flex;
}

.media .background img {
	object-fit: cover;
}

blockquote {
	padding-left: 30px;
	border-left: 1px solid #848484;
	font-style: italic;
	margin-bottom: 0 !important;
}

.treatment-hero blockquote {
	font-weight: bold;
}

/* Treatment One Column Centered */

.treatment-one-column-centered .container {
	max-width: 600px !important;
}

.treatment-one-column-centered ul {
	padding-left: 19px;
}

/* Treatment Heading Left Content Right */

.treatment-heading-left-content-right .col-md-7:last-of-type p:last-of-type {
	margin-bottom: 0;
}

.treatment-heading-left-content-right ul {
	margin-top: 15px !important;
	padding-left: 19px;
}

ul.columns {
	padding-left: 19px;
}

ul.columns li {
	margin-bottom: 5px;
}

/* Treatment Image Left Content Right Modal */
.modal-wedding {
	max-width: 1200px;
}

.modal-wedding .btn-close {
	top: 20px;
	right: 20px;
	z-index: 5;
}

.modal-wedding ul {
	padding-left: 19px;
}

.modal-wedding table tr th,
.modal-wedding table tr td {
	padding: .5625rem .625rem;
	font-size: .875rem;
	color: #222;
}

.modal-wedding .tr-two .td-one,
.modal-wedding .tr-two .td-two {
	padding-bottom: 10px !important;
}

.modal-wedding .tr-three {
	border-top: 1px solid #c5c5c5;
}

button.p-0.border-0.bg-transparent {
	background: none;
	border: 0;
	padding: 0;
}

.modal .btn-cta {
	display: inline-block;
}

/* Treatment Content Left Video Right */

.play-btn {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	display: inline-block;
	width: 70px;
	height: 70px;
	background-size: 100% auto;
	z-index: 99;
}

/* Treatment Content Left Image Right */

.flipped .media {
	left: initial;
	right: 0;
}

.treatment-hero .wrapper.flipped .avalon-row .inner {
	left: 0;
}

/* Treatment Menu */

.treatment-menu ul li a {
	display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

/* Page Menu */

.page-menu ul {
	width: 100%;
    display: flex;
    flex-wrap: wrap !important;
	list-style: none;
}

.page-menu ul li {
    width: 49%;
    text-align: center;
	margin-bottom: 15px;
}

.page-menu ul li a {
	display: block;
	font-family: 'Oswald';
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

/* Treatment Gallery */

/* Treatment FAQ */
.treatment-faq .accordion-button,
.treatment-faq .accordion-body {
	padding-left: 0;
}

/* Before and After */

.treatment-before-and-after .pair-img {
    height: 150px;
    object-fit: cover;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.carousel-track {
    display: flex;
    gap: 20px;
    transition: transform 0.4s ease;
}
.carousel-card {
    flex: 0 0 calc(33.33% - 19px);
}
.before-after-pair {
    display: flex;
    gap: 5px;
}
.pair-img {
    width: 50%;
    display: block;
    border-radius: 4px;
}
.carousel-btn {
    top: 50%;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 5;
	background-color: transparent;
}
.carousel-btn.prev {
	left: -50px;
}
	
.carousel-btn.next {
	right: -50px;
}

@media (max-width: 991px) {
	
    .carousel-card {
		flex: 0 0 calc(50% - 15px);
	}
	
}

@media (max-width: 576px) {
	
    .carousel-card {
		flex: 0 0 100%;
	}
	
    .before-after-pair {
		flex-direction: column;
	}
	
    .pair-img {
		width: 100%;
	}
	
}

/* Treatment Table of Contents */

.table-of-contents li {
    width: 33.333%;
    padding-right: 5%;
}

/* Treatment Carousel */

.treatment-carousel .container {
	max-width: 1000px !important;
}

/* LARGE PORES */

.postid-255 .site section.treatment-hero:nth-of-type(3) {
	margin-bottom: 2.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

/* EYE REJUVENATION */

.postid-256 .treatment-dual-video.py-100 {
	padding-top: 0 !important;
}

/* FACIAL REJUVENATION */

/* LATISSE */

/* TIGARI MD */

/* .avalon-products-section h2 {
	font-size: 32px !important;
} */

/* DYSPORT */

.postid-285 .treatment-grid-layout .col-md-6:last-of-type {
	width: 100% !important;
}

/* PAGE LAYOUTS */

/* TWO COLUMN W/H2 */

.page-content-two-column ul {
	padding-left: 19px;
}

/* FOUR COLUMN W/H2 */

.page-content-four-column ul {
	padding-left: 19px;
}

/* HERO FULL */

.hero-full.hero-home-desktop h1 {
	font-size: 30px !important;
}

.hero-full.hero-home-desktop h2 {
	font-size: 45px !important;
}

.hero-full.hero-home-desktop h3 {
	font-size: 75px !important;
    font-weight: 500 !important;
    line-height: 75px !important;
}

/* GALLERY CAROUSEL */

.gallery-link {
	text-decoration: none;
    font-family: "Oswald", Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
}

.gallery-links .divider {
	margin: 0 20px;
}

/* TOP TREATMENTS */

.row-top-treatments img {
	max-height: 410px;
    object-fit: cover;
}

/* PRODUCT GALLERY */

/* Dr T Shop */
.page-id-2820 .card {
	text-align: center;
}

.page-id-2820 .avalon-products-section .card img {
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}

.page-id-2820 .avalon-products-section .col-md-4 {
	width: 20%;
	margin-top: 1.5rem;
}

.dr-t-fitness .col-md-4 {
	width: 50%;
}

@media (max-width: 991px) {
	
	.page-id-2820 .avalon-products-section .col-md-4 {
		width: 33.333%;
	}
	
	.dr-t-fitness.avalon-products-section .col-md-4 {
		width: 50%;
	}
	
}

@media (max-width: 767px) {
	
	.page-id-2820 .avalon-products-section .col-md-4 {
		width: 50%;
	}
	
	.dr-t-fitness.avalon-products-section .col-md-4 {
		width: 50%;
	}
	
}

/* MED SPA SERVICES */

.page-id-1384 .home-row-two a.btn-cta,
.page-id-1384 .home-row-three.row-treatments.row-top-treatments img,
.page-id-1384 .home-row-three.row-treatments.row-top-treatments p {
	display: none !important;
}

/* BOTOX */

.before-after-treatment .col-md-6:last-of-type {
    width: 100%;
}

/* ********** BLOG ********** */

.single-wrapper .container {
	max-width: 1000px !important;
}

.blog-listing .card h2 {
	font-size: 24px !important;
	color: var(--green) !important;
}

.blog-listing .row-posts-old h2 {
	font-size: 30px !important;
	color: var(--green) !important;
}

.blog-listing .row-posts-old a {
	text-decoration: none;
}

.date {
    justify-self: center;
    min-height: 124px;
    min-width: 124px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    height: fit-content;
    width: fit-content
}

@media only screen and (max-width: 800px) {
    .date {
        min-width: 75px
    }
}

.date p {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #356838;
    font-weight: 700
}

.blog-content h2 {
    font-size: 28px !important;
    color: var(--green) !important;
    font-weight: 400 !important;
	text-transform: capitalize;
}

.blog-content h3 {
    font-size: 24px !important;
    color: var(--green) !important;
    font-weight: 300 !important;
	text-transform: capitalize;
}

.blog-content ul li p {
	margin-bottom: 0 !important;
}

.blog-content figure,
.blog-content img {
	width: 100% !important;
}

/* ********** GALLERY ********** */

.related-gallery-items img {
	height: 134px;
    width: 100%;
    object-fit: cover;
}

.single-gallery-content .container {
	max-width: 1024px !important;
}

/* ********** SPECIALS ********** */

body.page-id-1326 .treatment-hero {
	margin-bottom: 100px !important;
}

.ctct-inline-form input {
    width: 100%;
}

.ctct-inline-form button[type="submit"] {
    background-color: var(--green);
	color: var(--white);
	width: 100%;
	text-align: center;
	border: none;
	padding: 10px;
}

/* ********** STAFF ********** */

.page-staff-listing h2 {
	font-size: 28px !important;
}

.page-staff-listing h3 {
	font-family: 'Nunito';
    font-size: 16px !important;
    font-weight: 600 !important;
    color: var(--grey) !important;
}

.page-staff-listing hr {
	margin-top: 5rem !important;
}

/* ********** PRESS & MEDIA ********** */

.press-logo {
	max-width: 100px;
}

.press-col-right {
	margin-top: -7px;
}

.page-press hr {
	margin-top: 3.5rem !important;
}

.page-press .row {
	border-bottom: 1px solid #d3d3d3;
}

.page-press .row:last-of-type {
	border-bottom: none;
}

/* ********** LOCATION SINGLE ********** */

.location-single-hero  .hero-content {
  transform: translate(-50%, -50%);
}

/* ********** ECOMMERCE ********** */

div#woocommerce-wrapper {
	padding-top: 75px;
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
	width: 100%;
}

.woocommerce .quantity .qty {
	padding: 9px !important;
}

.woocommerce div.product form.cart .button {
	font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .8px;
    color: var(--white) !important;
    text-decoration: none;
    background-color: var(--green);
    padding: 13px 24px;
    border-radius: 5px;
    transition: all .75s;
}

nav.woocommerce-breadcrumb,
.product_meta {
	display: none;
}

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce div.product .stock, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: var(--green) !important;
}

section.related.products {
	clear: both;
}

h2.woocommerce-loop-product__title {
    font-size: 38px !important;
    font-weight: 300 !important;
}

.ajax_add_to_cart,
.woocommerce ul.products li.product .button {
	font-family: 'Nunito', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: .8px !important;
    color: var(--white) !important;
    text-decoration: none !important;
    background-color: var(--green) !important;
    padding: 13px 24px !important;
    border-radius: 5px !important;
    transition: all .75s !important;
}

a.added_to_cart.wc-forward {
	margin-left: 20px;
}

.product.product-row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 25px !important;
	background-color: #FAF1EB;
}

.al-product-card.p-4 {
	padding: 0 !important;
}

.woocommerce ul.products li.product a img {
	margin: 0;
}

.woocommerce ul.products li.product a img {
/* 	max-height: 407px;
	object-fit: cover; */
}

span.onsale {
    display: none;
}

.woocommerce ul.products li.product .price {
	font-size: 18px;
}

.woocommerce ul.products li.product a {
    color: var(--brown) !important;
}

.al-product-bullets ul {
	padding-left: 19px !important;
    list-style: initial !important;
}

.al-product-bullets ul li {
	list-style: initial !important;
}

.al-product-bullets p strong {
    font-family: 'Oswald' !important;
    font-weight: 300 !important;
    font-size: 20px;
}

.woocommerce ul.products li.product a.btn,
.add-to-cart-container a {
	color: var(--white) !important;
	font-family: 'Nunito', sans-serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	border: none !important;
}

.al-loop-atc {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.al-loop-atc .qty {
  width: 56px;
  text-align: center;
}

.woocommerce ul.products li.product .button {
	margin: 0;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before,
.wp-block-woocommerce-cart h2.wp-block-heading.has-text-align-center:last-of-type,
body.single section.related.products {
	display: none !important;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
    padding-top: 50px;
}

body.single-product .wcpay-express-checkout-wrapper {
    display: none;
}

@media (max-width: 767px) {
	
	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images,
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary,
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100% !important;
	}
	
	.col-md-6.ps-md-4.al-product-summary {
		padding: 1.5rem;
	}
	
	div#woocommerce-wrapper {
		padding-top: 15px;
	}
	
}

/* CART NAVIGATION */

/* .al-cart-link {
	display: none !important;
} */

.al-cart-link {
	position: relative;
	right: 25px;
    display: flex;
}

.al-cart-link svg {
	height: 24px;
	width: 24px;
}

.al-cart-count {
	position: relative;
    right: -5px;
    text-decoration: none;
}

.page-id-3021 .wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new.has-4-columns {
	display: none;
}

/* Style only when inside the mobile header */
.mobile-menu-header .al-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

/* Tighten count badge on mobile */
.mobile-menu-header .al-cart-count {
    font-weight: 600;
    line-height: 1;
}

/* Keep desktop location unchanged */
@media (min-width: 992px) {
    .mobile-menu-header .al-cart-link {
        display: none; /* if mobile header remains visible on desktop for any reason */
    }
}


/* CART */
h2.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
	font-size: 20px !important;
}

.wp-block-woocommerce-cart.alignwide {
	margin: 0 !important;
	max-width: initial !important;
    width: initial !important;
}

.wc-block-cart__submit-container {
	background-color: var(--green);
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	color: var(--white) !important;
    text-decoration: none;
}

/* GIFT CARD */

/* .product-row.product_cat-gift-card {
    display: none !important;
} */

.ywgc-main-form-preview-container {
	background-color: #FAF1EB;
}

.ywgc-sender-name.ywgc-label-above-input.clearfix {
	width: 100%;
}

.gift-cards_form .gift-card-content-editor.step-content textarea {
	margin: 10px 0;
    margin-top: 5px;
	height: 75px;
}

.gift-cards_form .gift-card-content-editor.step-content input, .gift-cards_form textarea {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin: 1em 0 2em 0;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid hsla(0, 0%, 7%, .25) !important;
}

.gift-cards_form > h3 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.gift-cards_form .gift_card_template_button {
    margin-top: 0px;
}

.gift-card-content-editor.step-appearance, .gift-card-content-editor.step-content {
	margin-bottom: 0px;
}

a.product_type_gift-card.add_to_cart_button.btn.btn-outline-primary {
	font-family: 'Nunito', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: .8px !important;
    color: var(--white) !important;
    text-decoration: none !important;
    background-color: var(--green) !important;
    padding: 13px 24px !important;
    border-radius: 5px !important;
    transition: all .75s !important;
}

.ywgc-on-sale-text {
	font-weight: bold;
}

.gift-card-content-editor input,
.gift-card-content-editor textarea {
	padding: 10px;
}

#ywgc-edit-message::placeholder {
    font-size: 16px;
    color: #6E6C66; /* optional – Avalon’s dark grey if you want consistency */
    font-family: inherit; /* keeps it consistent with site typography */
    opacity: 1; /* ensure full visibility in some browsers */
}

.ywgc-postdated.ywgc-label-above-input {
	width: 100%;
}

/* Gift Card Update */

.product_cat-gift-card h1 {
    font-size: 28px !important;
    font-weight: 300 !important;
	margin-bottom: 20px;
}

.gift-cards-list {
	margin-top: 25px !important;
	display: flex;
    flex-wrap: wrap;
}

.ywgc_select_amount_title {
	width: 100%;
}

.gift-cards-list button.ywgc-predefined-amount-button {
	background-color: var(--white) !important;
    border: 1px solid #5C4E44;
    border-radius: 10px;
    margin-right: 10px;
    padding: 15px;
    height: initial;
    width: initial !important;
    max-width: initial !important;
	width: calc(50% - 10px) !important;
}

.gift-cards-list button.ywgc-predefined-amount-button.selected_button {
	border: 3px solid var(--green);
    position: relative;
    top: -1px;
}

.gift-cards-list button.ywgc-predefined-amount-button del {
	background-color: #FAF1EB;
    padding: 30px 25px;
    display: block;
    color: var(--green) !important;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    border-radius: 10px;
	max-width: 200px;
	margin: 0 auto;
}

.gift-cards-list button.ywgc-predefined-amount-button del span.woocommerce-Price-amount.amount {
	color: var(--black);
    font-weight: 600;
    margin-top: 10px;
    display: block;
}

button.ywgc-predefined-amount-button.ywgc-amount-buttons del span {
	margin-top: 0 !important;
	line-height: 1;
	color: var(--green) !important;
}

.gift-cards-list ins span.woocommerce-Price-amount.amount {
	color: var(--black) !important;
	font-weight: 600 !important;
	display: block;
	margin-top: 5px;
}

h3.ywgc_delivery_info_title,
.gift-cards-list h3,
label[for="ywgc-edit-message"],
label[for="ywgc-delivery-date"],
label[for="ywgc-sender-name"] {
	font-family: 'Oswald', sans-serif;
    line-height: 1.4em !important;
    font-weight: 300 !important;
    color: var(--black) !important;
    font-size: 20px !important;
}

.postid-3204 input#giftcard-qty-proxy-input,
.postid-3204 .giftcard-qty-proxy label {
    display: none !important;
}

.giftcard-preview-clone .giftcard-cta-row, .giftcard-preview-box .giftcard-cta-row {
	gap: 0 !important;
}

button.single_add_to_cart_button.gift_card_add_to_cart_button.button.alt.giftcard-proxy-button {
	width: 100% !important;
}

/* Gift Card Product */

div#gift-this-product {
	display: none !important;
}

.yith-ywgc-gift-this-product-modal-wrapper .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .ywgc-main-form-preview-container {
	display: block !important;
}

.ywgc-form-preview-title-container.clearfix {
	margin: 0 !important;
	padding: 1.5em !important;
}

.ywgc-main-form-preview-container hr {
	margin-top: 20px !important;
}

.ywgc-main-form-preview-container .ywgc-product-info {
	margin: 0 0 0 10px !important;
}

.ywgc-main-form-preview-container p.ywgc-product-title {
	font-size: 14px !important;
}

.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-gifted-product-container .ywgc-product-suggested {
	align-items: center;
}

.ywgc-main-form-preview-container .ywgc-product-image {
	width: initial !important;
    height: initial !important;
}

/* CHECKOUT */
body.woocommerce-page .is-sticky {
	position: initial !important;
}

.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
    margin: 0 !important;
    width: initial !important;
    max-width: initial !important;
}

h3.wc-block-components-product-name,
.wc-block-components-title.wc-block-components-title {
    font-size: 22px !important;
    font-family: 'Nunito';
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata {
    display: none;
}

.wc-block-components-checkout-place-order-button {
	font-family: 'Nunito', sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: .8px !important;
    color: var(--white) !important;
    text-decoration: none !important;
    background-color: var(--green) !important;
    padding: 13px 24px !important;
    border-radius: 5px !important;
	border: none !important;
    transition: all .75s !important;
}

h3.wc-block-components-product-name {
	font-size: 16px !important;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images .ywgc-main-form-preview-container {
    display: none;
}

.giftcard-preview-box .woocommerce-product-gallery__image {
	display: none;
}

.virtual.product-type-gift-card .woocommerce-product-gallery__wrapper img {
	border-radius: 0;
}

.giftcard-preview-clone .giftcard-qty-proxy,
.giftcard-preview-box .giftcard-qty-proxy {
    margin-top: 16px;
}

.giftcard-preview-clone .giftcard-qty-proxy label,
.giftcard-preview-box .giftcard-qty-proxy label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.giftcard-preview-clone .giftcard-qty-proxy input.qty,
.giftcard-preview-box .giftcard-qty-proxy input.qty {
    width: 110px;
    padding: 10px 12px;
}

.giftcard-preview-clone .giftcard-cta-proxy,
.giftcard-preview-box .giftcard-cta-proxy {
    margin-top: 14px;
}

.giftcard-preview-clone .giftcard-cta-proxy .single_add_to_cart_button,
.giftcard-preview-box .giftcard-cta-proxy .single_add_to_cart_button {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
}

/* Row layout */
.giftcard-preview-clone .giftcard-cta-row,
.giftcard-preview-box .giftcard-cta-row {
    display: flex;
    gap: 12px;
    align-items: flex-end; /* aligns button baseline with input */
    margin-top: 12px;
}

/* Qty block (fixed, compact) */
.giftcard-cta-row .giftcard-qty-proxy label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
.giftcard-cta-row .giftcard-qty-proxy input.qty {
    width: 90px;
    padding: 10px 12px;
}

/* Button grows to fill remaining width */
.giftcard-cta-row .giftcard-cta-proxy {
    flex: 1 1 auto;
}
.giftcard-cta-row .giftcard-cta-proxy .single_add_to_cart_button {
    width: 100%;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
}

.ywgc-you-pay-text,
.ywgc-you-pay-prefix span {
	display: inline-block !important;
}

.ywgc-you-pay-text {
	color: var(--black);
	margin-right: 5px;
}

.woocommerce-product-details__short-description ul {
	padding-left: 19px;
}

@media (max-width: 991px) {
	
	.gift-cards-list button.ywgc-predefined-amount-button del {
		font-size: 35px;
	}
	
	.gift-cards_form .gift-card-content-editor.step-content input#ywgc-delivery-date {
		margin-bottom: 0;
	}
	
	.gift-cards-list .ywgc-amount-buttons {
		border-radius: 10px !important;
	}
	
}

@media (max-width: 810px) {
	
	.ywgc-you-pay-text {
		font-size: 14px;
	}
	
}

/* Stack on narrow screens */
@media (max-width: 480px) {
    .giftcard-preview-clone .giftcard-cta-row,
    .giftcard-preview-box .giftcard-cta-row {
        flex-direction: column;
        align-items: stretch;
    }
    .giftcard-cta-row .giftcard-qty-proxy input.qty {
        width: 100%;
    }
}

.giftcard-qty-proxy label,
span.ywgc-form-preview-product-title,
.gift_card_template_button.variations_button {
    display: none;
}

.ywgc-form-preview-amount {
    width: 100%;
    font-size: 40px;
    color: var(--black);
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

button.single_add_to_cart_button.gift_card_add_to_cart_button.button.alt.giftcard-proxy-button {
	font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .8px;
    color: var(--white) !important;
    text-decoration: none;
    background-color: var(--green);
    padding: 13px 24px;
    border-radius: 5px;
    transition: all .75s;
    width: initial;
}

.giftcard-cta-row .giftcard-qty-proxy input.qty {
    width: 90px;
    padding: 8.5px 12px;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
}

/* Put "message" first, then the two field groups */
.gift-card-content-editor {
    display: flex;
    flex-direction: column;
}
.gift-card-content-editor .ywgc-message {
    order: 1;
}
.gift-card-content-editor .ywgc-single-recipient {
    order: 2;
}
.gift-card-content-editor .ywgc-send-and-delivery-container {
    order: 3;
}

/* Make each group a 2-column grid */
.gift-card-content-editor .ywgc-single-recipient,
.gift-card-content-editor .ywgc-send-and-delivery-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 16px;
    margin-top: 10px;
}

/* (optional) ensure label-above-input keeps full width inside its cell */
.gift-card-content-editor .ywgc-label-above-input label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

/* Make the heading span both columns inside the recipient grid */
.gift-card-content-editor .ywgc-single-recipient > .giftcard-recipient-title {
    grid-column: 1 / -1;
    margin: px 0 6px;
    font-size: 1.1rem;
    font-weight: 600;
}

h3.ywgc_delivery_info_title.giftcard-recipient-title {
	margin-bottom: -5px;
}

.gift-card-content-editor.step-content.clearfix {
    margin-top: 25px;
}

.ywgc-recipient-name, .ywgc-sender-name,
.ywgc-recipient-email, .ywgc-postdated {
	width: 100%;
}

.gift-cards_form .gift-card-content-editor.step-content input, .gift-cards_form textarea {
	margin-bottom: 0;
}

/* Gift card recipient placeholders */
.gift-card-content-editor ::placeholder {
    font-size: 16px !important;
    color: #A2A2A2 !important;
    font-family: 'Nunito', sans-serif !important;
    opacity: 1; /* ensure full color visibility across browsers */
}

/* For older browsers (cross-compatibility) */
.gift-card-content-editor :-ms-input-placeholder {
    font-size: 16px !important;
    color: #A2A2A2 !important;
    font-family: 'Nunito', sans-serif !important;
}
.gift-card-content-editor ::-ms-input-placeholder {
    font-size: 16px !important;
    color: #A2A2A2 !important;
    font-family: 'Nunito', sans-serif !important;
}


/* Responsive: stack to one column on small screens */
@media (max-width: 576px) {
    .gift-card-content-editor .ywgc-single-recipient,
    .gift-card-content-editor .ywgc-send-and-delivery-container {
        grid-template-columns: 1fr;
    }
}


/* ACCOUNT */
.alert-info, .woocommerce-info {
	--bs-alert-color: var(--white) !important;
    --bs-alert-bg: #528555 !important;
}

.woocommerce-info::before {
	color: var(--white) !important;
}

a.woocommerce-Button.wc-forward.button,
a.button.wc-forward {
	background-color: #fff !important;
    border: none !important;
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url],
.wc-blocks-components-select .wc-blocks-components-select__select {
	border: 1px solid hsla(0, 0%, 7%, .25) !important;
}

/* ***** CHECKOUT THANK YOU PAGE ***** */

.page-id-3022 ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	padding-left: 0 !important;
}

.page-id-3022 li.woocommerce-order-overview__date.date {
	display: block;
	min-height: initial;
    min-width: initial;
    border: none;
}

/* ********** FOOTER ********** */

.footer-logo {
	max-width: 140px !important;
}

footer h3 {
	font-size: 16px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	margin-top: -3px;
}

footer ul {
	list-style: none;
	padding-left: 0;
}

footer ul li a {
	font-family: 'Nunito', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: var(--grey);
	text-decoration: none;
	transition: all .75s;
}

footer ul li a:hover {
	color: var(--green);
	transition: all .75s;
}

footer p {
	font-size: 15px !important;
}

.book-now-sticky {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1000;
}

.book-now-sticky span {
	display: none;
}

.book-now-sticky img {
	width: 100px;
    animation: spin 10s linear infinite;
}

.subfooter p {
	font-size: 14px !important;
/* 	color: var(--grey); */
}

.subfooter ul {
	margin-bottom: 0 !important;
}

.footer-menu-policy li {
    display: inline-block;
    margin: 0 7px;
}

.footer-social {
	margin-top: -2px;
}

.footer-social img {
	margin: 0 5px;
}

body .footer-policy-menu li a,
body .subfooter a {
	color: var(--green) !important;
}

#chatbase-bubble-button {
	z-index: 100 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ********** MEDiA QUERIES ********** */

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px !important;
    }
}

/* @media (max-width: 1399px) and (min-width: 992px) {
	
	.col-img-right.p-0 {
		padding-right: 2.5% !important;
	}
	
	.col-img-left.p-0 {
		padding-left: 2.5% !important;
	}
	
} */

@media (max-width: 1350px) {
	
	.hero-home-desktop .col-lg-6 {
		width: 100% !important;
	}
	
	.hero-home-desktop h1 {
		max-width: 600px !important;
		margin-left: 0;
	}
	
}

@media (max-width: 1299px) {
	
	/* GENERAL */
	.hero-home-desktop h1 {
		font-size: 45px !important;
/* 		max-width: 75% !important;
		margin-left: auto;
		margin-right: auto; */
	}
	
	/* NAVIGATION */
	#main-menu li {
		font-size: 15px;
		margin: 0 14px;
	}
	
	.nav-cta {
		font-size: 15px;
	}
	
}

@media (max-width: 1199px) {
	
	/* NAVIGATION */
	#main-menu li {
		font-size: 14px;
		margin: 0 12px;
	}
	
	.nav-cta {
		font-size: 14px;
	}
	
}

@media (max-width: 991px) {
	
	/* GENERAL */
	h1 {
		font-size: 42px !important;
	}
	
	h2 {
		font-size: 36px !important;
	}
	
	h3 {
		font-size: 22px !important;
	}
	
	p.p-large {
		font-size: 18px !important;
	}
	
	.container {
		max-width: 95% !important;
	}
	
	/* NAVIGATION */
	.nav-cta {
		display: none;
	}
	
	.btn-close {
		background: none !important;
	}
	
	.mobile-menu-wrapper {
		z-index: 10000 !important;
	}
	
	/* HOME */
	.hero-img-desktop {
		object-position: 100%;
		height: calc(100% - 100px);
	}
	
	.home-row-three.row-treatments .card-body {
		padding-bottom: 2rem;
	}
	
	.home-row-three.row-treatments .treatment-link-container {
		position: initial;
		margin-top: 1rem;
		width: 100%;
	}
	
	.hero-logos {
		bottom: 15%;
	}
	
	.bbb-logo {
		bottom: 13.5%;
	}
	
	.hero-content {
		transform: translate(-50%, -60%);
	}
	
	.hero-content.text-start {
		text-align: center !important;
	}
	
	.hero-home-desktop h1 {
		margin-left: auto !important;
	}
	
	.hero-phone {
		display: flex;
		flex-direction: column;
	}
	
	.hero-home-desktop .row-stats {
		max-width: 100% !important;
	}
	
	.hero-stats {
		font-size: 14px;
	}
	
/* 	.home-row-three .learn-more {
		display: none;
	} */
	
	.home-row-three .icon-arrow {
		display: block;
		position: relative;
		top: -3px;
	}
	
	.home-row-five .carousel-item img {
		height: 550px;
		object-fit: cover;
	}
	
	.home-row-eight img.desktop {
		height: 400px;
		object-fit: cover;
		object-position: 50% 25%;
	}
	
	.home-row-five img.desktop {
		height: 500px;
		object-fit: cover;
		object-position: 50% 25%;
	}
	
	/* TREATMENTS */
	.treatment-one-column-centered .container {
		max-width: 95% !important;
	}
	
	.treatment-hero .media {
		position: initial;
		max-width: 100%;
	}
	
	.treatment-hero .wrapper {
		display: flex;
		flex-direction: column-reverse;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.treatment-hero .avalon-row {
		max-width: 95% !important;
		padding-right: calc(var(--bs-gutter-x) * .5) !important;
    	padding-left: calc(var(--bs-gutter-x) * .5) !important;
	}
	
	.treatment-hero .avalon-row .inner {
		position: initial !important;
        width: 100% !important;
        max-width: 100% !important;
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
	
	.treatment-hero .background {
		position: initial !important;
		transform: initial !important;
	}
	
	.treatment-hero .media .background img {
		max-height: 400px;
		width: 100%;
		object-position: 50% 0 ;
	}
	
	/* LOCATION PAGES */
	h2.h2-gallery {
		font-size: 65px !important;
	}
	
	.gallery-links .divider {
		margin: 0 10px;
	}
	
	.row-top-treatments img {
		max-height: 227px;
	}
	
	/* FOOTER */
	.footer-col-one {
		display: flex;
		margin-bottom: 3rem !important;
	}
	
	.footer-location-container {
		width: 33.333%;
	}
	
	footer .col-lg-2.text-center {
		margin-top: 25px;
	}
	
	.footer-social.mb-5 {
		margin-bottom: 2rem !important;
		text-align: left;
	}
	
	.footer-badge {
		display: block;
	}
	
}

@media (max-width: 767px) {
	
	/* GENERAL */
	h1 {
		font-size: 36px !important;
	}
	
	h2 {
		font-size: 30px !important;
	}
	
	h2.h2-small {
		font-size: 24px !important;
	}
	
	h3 {
		font-size: 24px !important;
	}
	
	p.p-large {
        font-size: 16px !important;
    }
	
	p.p-large-two {
		font-size: 16px !important;
	}
	
	.btn-cta {
		width: 100%;
	}

	.py-10 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-10 {
		padding-top: 2.5rem !important;
	}

	.desktop {
		display: none !important;
	}

	.mobile {
		display: block !important;
	}
	
	.row-reverse-mobile {
		flex-direction: column-reverse;
	}
	
	/* NAVIGATION */
	.header-contact a {
		font-size: 13px;
	}
	
	.announcement-bar a {
		font-size: 13px !important;
	}
	
/* 	.nav-phone,
	.nav-phone.d-block {
		display: none !important;
	}
	
	.header-contact.py-2 {
		padding: 0 !important;
	} */
	
	header .menu-list li {
		color: var(--black) !important;
		padding: .75rem 0;
	}
	
	/* HOME */
	.hero-home-desktop {
		display: none;
	}
	
	.hero-home-mobile {
		display: block;
		background-size: cover;
		background-position: center;
		height: 80vh;
	}
	
	.hero-home-mobile .container,
	.hero-home-mobile .row {
		height: 100%;
	}
	
	.hero-home-mobile .row {
		align-items: center;
	}
	
	.hero-home-mobile h1 {
		max-width: 100% !important;
	}
	
	.hero-home-mobile .btn-cta {
		display: none;
		position: absolute;
    	bottom: 50px;
    	transform: translateX(-50%);
		width: 275px !important;
	}
	
	.hero-home-mobile .hero-content {
		position: initial;
		transform: initial;
		text-align: left;
		padding: 0;
		margin-top: -25px;
	}
	
	.hero-home-mobile .row.row-stats {
		align-items: initial;
	}
	
	.hero-home-mobile .row-stats .col-md-4 {
		width: 33.333%;
	}
	
	.hero-home-mobile .row-stats .col-md-4 img,
	.hero-home-mobile .row-stats .col-md-4 img.me-2 {
		width: 30px;
		margin-left: auto !important;
		margin-right: auto !important;
		margin-bottom: 7px;
	}
	
	.hero-home-mobile strong:last-of-type {
		display: block;
		font-size: 24px;
	}
	
	.home-row-three.row-treatments .treatment-link-container {
		position: initial;
		margin-top: 1rem;
	}
	
	.home-row-three.row-treatments .card-body {
		padding-bottom: 2rem;
	}
	
	.home-row-three .col-sm-6 {
		margin: 0 !important;
	}
	
	.home-row-three .col-12.col-sm-6.col-md-4:last-of-type .card-body.d-flex.align-items-center.justify-content-between.bg-tan.mb-4 {
		margin-bottom: 0 !important;
	}
	
	.home-row-four .container.p-5 {
		height: 250px;
		padding: 1.25rem !important;
		background-color: transparent !important;
	}
	
	.home-row-four .row {
		background-color: var(--tan);
		padding: 1rem;
	}
	
	.home-row-five .col-padding {
		padding: 7.5% !important;
	}
	
	.home-row-five .accordion-button {
		font-size: 20px !important;
		color: var(--green) !important;
		padding-left: 0;
		padding-right: 0;
		border-bottom: 1px solid var(--white);
	}
	
	.home-row-five .accordion-item:last-of-type .accordion-button {
		border-bottom: none;
	}
	
	.home-row-eight .reza-logo-container {
		display: none;
	}
	
	.home-row-eight .col-padding {
		padding: 7.5% !important;
	}
	
	.home-row-five .cta-green-minimal,
	.home-row-eight .cta-green-minimal {
		display: block;
		text-align: right;
	}
	
	.accordion-body {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.row-faq .accordion-button {
		font-size: 19px !important;
		line-height: 1.5rem;
		padding-left: 0;
		padding-right: 0;
	}
	
	span.question {
		max-width: 90%;
	}
	
	.row-gallery .col-md-8 {
		display: none;
	}
	
	.home-row-eleven.row-gallery.py-10 {
		padding-bottom: 0 !important;
	}
	
	.cherry-logo {
		max-width: 110px;
	}
	
	.row-locations-mobile .nav-tabs {
		border: none !important;
	}
	
	.row-locations-mobile .nav-tabs .nav-item {
		width: 50%;
		text-align: center;
	}
	
	.row-locations-mobile .nav-link {
		width: 100%;
		border: none !important;
        color: var(--green) !important;
		background-color: transparent !important;
	}
	
	.row-locations-mobile .nav-link.active span {
		border-bottom: 1px solid var(--green) !important;
	}
	
	.row-locations-mobile h3.mb-2 {
		margin-bottom: 1rem !important;
	}
	
	.row-locations-mobile .text-brown.justify-content-center {
		margin-left: 5% !important;
		margin-right: 5% !important;
		justify-content: flex-start !important;
		text-align: left;
	}
	
	.hidden {
		visibility: hidden;
	}
	
	.row-locations-mobile h3.mobile {
		margin-left: 5%;
		margin-right: 5%;
		text-align: left;
	}
	
	.home-row-fourteen .container {
		height: 300px;
	}
	
	/* LOCATIONS */
	.row-location-listing .row.my-5.py-5 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	/* LOCATION SINGLE */
	.location-template-default .hero-home-mobile .hero-content {
		top: 50%;
	}
	
	.location-template-default .hero-home-mobile h1.mb-5 {
		margin-bottom: 0 !important;
	}
	
	h2.h2-gallery {
		font-size: 36px !important;
	}
	
	.gallery-link {
		display: block;
	}
	
	.gallery-links .divider {
		display: none;
	}
	
	.page-content-three-column-h3-icon h3 br {
		display: none;
	}
	
	.page-content-three-column-h3-icon h3 {
		margin-bottom: 15px;
	}
	
	.page-content-three-column-h3-icon .location-icon {
		position: relative;
		top: -6px;
	}
	
	/* TREATMENTS */
	.py-100 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}
	
	.pt-100 {
		padding-top: 3rem !important;
	}
	
	.pb-100 {
		padding-bottom: 3rem !important;
	}
	
	.treatment-hero .wrapper .avalon-row {
		min-height: initial;
		margin-left: 7.5% !important;
	}
	
	body.page-id-1326 .treatment-hero {
		margin-bottom: 3rem !important;
	}
	
	.page-menu ul,
	.treatment-menu ul {
		display: flex;
		gap: initial !important;
		text-align: center;
	}
	
	.page-menu ul li,
	.treatment-menu ul li {
		width: 50%;
	}
	
	.treatment-heading-left-content-right {
		padding-top: 50px !important;
    	padding-bottom: 50px !important;
	}
	
	/* Custom Classes */
	.cosmetic-dermatology-row-two {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	
	/* LOCATION PAGE */
	.row-top-treatments .icon-arrow {
		display: none;
	}
	
	/* FREE CONSULTATION */
	.page-id-1345 .treatment-form iframe {
		height: 1150px !important;
	}
	
	/* FOOTER */
	.footer-col-one {
		display: block;
	}
	
	.footer-location-container {
		width: 100%;
	}
	
	footer .col-md-4.border-bottom {
		border-bottom: none !important;
	}
	
	footer .col-md-2.text-center {
		margin-top: 20px;
		text-align: left !important;
	}
	
	.footer-social.mb-5 {
		margin-bottom: 20px !important;
	}
	
	footer .footer-badge:first-of-type {
		display: block;
		margin-bottom: 0 !important;
	}
	
	footer .footer-badge:last-of-type {
		display: block;
		margin: 0 !important;
	}
	
	.footer-social img {
		width: 35px !important;
		height: 35px !important;
	}
	
	/* CALL US STICKY */
	.call-sticky {
		position: fixed;
		background-color: #FAF1EB;
		font-family: 'Nunito', sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: var(--black) !important;
		bottom: 0;
		left: 0;
		width: 50%;
		text-align: center;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		z-index: 1000;
	}
	
	.book-now-sticky {
		position: fixed;
		background-color: var(--green);
		font-family: 'Nunito', sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: var(--white);
		bottom: 0;
		right: 0;
		left: initial;
		width: 50%;
		text-align: center;
		height: 60px;
		display: flex;
		justify-content: center;
		align-items: center;
		text-decoration: none;
		z-index: 1000;
	}
	
	.book-now-sticky span {
		display: block;
	}
	
	.book-now-sticky img {
		display: none;
	}
	
	.book-now-sticky span {
		display: block;
		color: var(--white);
	}
	
	#chatbase-bubble-button {
		bottom: 4.5rem !important;
	}
	
}

/* MOBILE MENU CONTAINER */
.mobile-menu {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(6px);
	/* Subtle blur */
	-webkit-backdrop-filter: blur(6px);
	/* iOS Safari blur fix */
	z-index: 9999;
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.mobile-menu.active {
	display: block;
	opacity: 1;
}

.mobile-menu-overlay {
	position: absolute;
	inset: 0;
}

/* WRAPPER & HEADER */
.mobile-menu-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 400px;
	height: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.3, 1);
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
}

.mobile-menu.active .mobile-menu-wrapper {
	transform: translateX(0);
}

.mobile-menu-header {
	padding: 1rem;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-menu-logo img {
	height: 30px;
}

.mobile-menu-logo {
	display: none;
}

.mobile-menu-close {
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.mobile-menu-close img {
	width: 25px;
}

/* PANELS & SCROLLING */
.mobile-menu-panels {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.menu-panel {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: translateX(100%);
	transition: transform 0.45s cubic-bezier(0.25, 1, 0.3, 1), opacity 0.3s ease;
	opacity: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding: 5% 5% 0 5%;
	will-change: transform, opacity;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

.menu-panel.active,
.menu-panel.slide-in {
	transform: translateX(0);
	opacity: 1;
	z-index: 2;
	animation: fadeIn 0.4s ease both;
}

.menu-panel-header {
	flex-shrink: 0;
	padding: 1rem 5% 1rem 0;
	border-bottom: 1px solid #eee;
}

.menu-back {
	background: none;
	border: none;
	font-size: 16px;
	cursor: pointer;
	padding-left: 0;
	color: #000;
}

.menu-back img {
	position: relative;
	top: -1px;
}

.menu-panel .panel-content {
	flex: 1;
	overflow-y: auto;
	padding: 0 5%;
	scrollbar-width: thin;
	scrollbar-color: #ccc transparent;
	-webkit-overflow-scrolling: touch;
}

/* MENU LIST */
.menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 0;
	border-bottom: 1px solid #eee;
	font-size: 25px;
	font-weight: 500;
	color: #000 !important;
	opacity: 0;
	transform: translateY(10px);
	animation: fadeUp 0.35s ease forwards;
}

.menu-list li:nth-child(1) {
	animation-delay: 0.05s;
}

.menu-list li:nth-child(2) {
	animation-delay: 0.1s;
}

.menu-list li:nth-child(3) {
	animation-delay: 0.15s;
}

.menu-list li:nth-child(4) {
	animation-delay: 0.2s;
}

.menu-list li a {
	text-decoration: none;
	color: #000;
	display: block;
	width: 100%;
}

/* ICONS & CHEVRONS */
.menu-list.with-icons li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
}

.menu-list.with-icons .icon {
	flex-shrink: 0;
	margin-right: 10px;
	width: 35px;
}

.menu-chevron {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	margin-left: auto;
}

/* SUB-PANELS */
.sub-panel .menu-list li {
	font-size: 16px;
}

.med-spa-services li,
.med-spa-services a,
.menu-panel.treatment-subpanel .menu-list.with-icons li {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	gap: 0.5rem !important;
	position: relative !important;
}

.menu-panel.treatment-subpanel .menu-chevron {
	margin-left: auto;
}

.menu-panel.treatment-subpanel.sub-panel .panel-content {
	padding-left: 0 !important;
}

/* CTA BUTTON */
.mobile-menu-cta {
	padding: 1rem;
	border-top: 1px solid #eee;
	flex-shrink: 0;
	background: #fff;
}

/* ANIMATIONS */
@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}





















