.bg-grey {
	background: #dddddd;
}

/* pop up */
.pop-up h1 {
	font-weight: 800;
}

.pop-up h3 {
	font-size: 1em;
	text-transform: uppercase;
}

.pop-up h4 {
	font-size: 1.5em;
	text-transform: uppercase;
}

#cw-Modal .modal-dialog {
	max-width: 650px;
}

#cw-Modal .modal-footer {
	border-top: 0;
}

/* pop up section end */

b,
strong {
	font-weight: 700;
}

.text-wrap {
	white-space: inherit;
}

.bg-primary {
	background: var(--color-theme-primary) !important;
}

.bg-secondary {
	background: var(--color-theme-secondary) !important;
}

h1,
.h1 {
	font-size: 2.25em;
}

/*<!--Center navbar-->*/
.header .navbar .navbar-nav {
	justify-content: center;
}

/* BG IMAGE HEADER ========================================================================================================================= */
.header {
	background-color: #121212;
}

a.btn-link:hover {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-uppercase.text-white.cw-holiday {
	border: 2px dotted #DC3545;
	padding: 12px;
}

.cw-holiday h2.text-danger {
	line-height: 36px;
	-webkit-text-stroke: .5px white;
	font-weight: bold;
	font-size: 2.5em;
}

.cw-sunday {
    font-size: 22px !important;
    font-weight: 750;
    color: #8DC53F;
}

/* -------------------- Henna  ---------------------- */
.cw-henna-faq {
	margin-bottom: 3rem;
}

.cw-henna-faq h2 {
	border-bottom: 1px solid var(--color-theme-secondary);
	padding-bottom: 6px;
	margin-bottom: .8rem;
}

.cw-henna-faq p {
	margin-bottom: 0;
}

.cw-henna-faq img {
	width: 300px;
}

.cw-henna-faq .cw-box {
	background-color: #f3f3f3;
	padding: 1rem 1rem;
	border: 1px solid #aaa;
	margin-bottom: 1rem;
	/* box-shadow: 2px 2px 3px #ccc; */
}

.cw-henna-faq .cw-box .cw-box {
	background-color: #fff;
	padding: .5rem .8rem;
	border: 1px solid #aaa;
	margin-bottom: 1rem;
}

@media (min-width: 992px) {
	.cw-henna-faq img {
		width: 100%;
	}
}

/* -------------------- Before and after on homepage ---------------------- */
/* just did this quick override and added flex wrap instead of fully reworking section*/
/* Looks like this is gone  */
/* @media (max-width: 400px) {
	.cw-beforeAfter .w-25 {
		width: 75% !important;
	}
} */

/* SERVICES PAGE (HIDING IMAGES) ================================================================ */
/* .services page doesn't appear to exist anymore */
/* .page-services .list .list-img-wrap {
	display: none !important;
}

.page-services .list-text-description {
	padding: 0 .5em 0 .5em;
}

.page-services .list {
	text-align: left !important;
	padding-bottom: 0;
	padding-top: 1em;
}

.page-services strong {
	font-weight: 700;
}

.badge {
	font-size: .95em;
} */

/* SPECIALS PAGE =================================================================== */

.pink {
	color: #E74574;
}

.bg-pink {
	background: #ffd9eb;
}


/* xxs: 300px & Up */
@media (min-width: 300px) {

	/* pop up */
	.pop-up h1 {
		font-size: 5em;
	}

	/* pop up section end */

}

/* xs: 440px & Up */
@media (min-width: 440px) {

	/* pop up */
	.pop-up h1 {
		font-size: 8em;
	}

	/* pop up section end */

}

/* Rodan & Fields Page ======================================= */
.page-rodan-fields .gallery .gallery-img-photo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.wax-list li {
	margin: 3% 0;
}








.cw-Modal .modal-content {
	background: linear-gradient(#90C548,#ffffff7e);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.cw-Modal .modal-content .modal-body h5 {
	font-size: 15px;
	color: var(--color-theme-primary);
	text-align: center;
	margin-bottom: -.3em;
}

.cw-Modal .modal-content .modal-body h5:last-child {
	font-size: 15px;
}

.cw-Modal .modal-content .modal-body h6 {
	font-size: 3px;
	color: var(--color-theme-primary);
}

.cw-Modal .modal-content .modal-body .cw-sale {
	font-weight: bolder;
	font-size: 5px;
}


.cw-Modal .modal-content .modal-body .cw-date p span {
	font-size: 4px;
	vertical-align: middle;
}

.cw-Modal .modal-content .modal-body .cw-discount {
	font-size: 5.5px;
	font-weight: bolder;
	padding-left: 9%;
}

.cw-Modal .modal-content .modal-body .cw-discount span {
	position: absolute;
	bottom: 17%;
	font-size: 6px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

/* XS: 440px & Up */
@media (min-width: 440px) {
	.cw-Modal .modal-content .modal-body h5 {
		font-size: 15px;
	}

	.cw-Modal .modal-content .modal-body .cw-sale {
		font-size: 150px;
	}

	.cw-Modal .modal-content .modal-body .cw-date p {
		font-size: 50px;
		left: 23%;
	}

	.cw-Modal .modal-content .modal-body .cw-discount {
		font-size: 70.5px;
	}

	.cw-Modal .modal-content .modal-body .cw-discount span {
		bottom: 14%;
	}
}

/* SM: 768px & Up */
@media (min-width: 768px) {
	.cw-Modal .modal-content .modal-body h5 {
		font-size: 15px;
	}

	.cw-Modal .modal-content .modal-body h5:last-child {
		font-size: 50px;
	}

	.cw-Modal .modal-content .modal-body .cw-sale {
		font-size: 230px;
	}

	.cw-Modal .modal-content .modal-body .cw-date p {
		font-size: 40px;
		left: 25%;
	}

	.cw-Modal .modal-content .modal-body .cw-discount {
		font-size: 50.5px;
		padding-left: 15%;
	}

	.cw-Modal .modal-content .modal-body .cw-discount span {
		bottom: 13%;
	}
}

/* MD: 992px & Up */
@media (min-width: 992px) {}

/* LG: 1200px & Up */
@media (min-width: 1200px) {}

/* XLG: 1400px & Up */
@media (min-width: 1400px) {}

.cw-reviews {
    background-color: var(--color-theme-background);
    padding: 2% 0;
    border-top: 1px solid var(--color-theme-primary)!important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0)!important;
}
.cw-reviews .title-container .container
{max-width: 800px;}

