/*GENERAL: OVERWRITING GLOBAL CODE, TITLES, BUTTONS, FLEX*/
/*MAIN PAGES: JOIN, BLOG, FORMS, ETC...*/
/*LANDING PAGES*/
/*MOBILE*/

/*GENERAL*/
html {
	overflow-x:hidden;
}
img, iframe, video {
	max-width: 100%;
	margin: auto;
}
img:not([src]) {
	visibility: hidden;
 }
.js-responsive-image {
	color:#fff;
}
.section-title {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	color: #414042;
	font-size: 36px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
}
.subtitle {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: center;
	margin: 20px auto;
}
.subtitle-left {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-align: left;
	margin: 20px auto;
}
b, strong, .strong, .b {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.strongest {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
}
.content h1 {
	margin-top: 0;
	margin-bottom: 0;
}
h3, h4, h5 {
	line-height:1.5em !important;
}
.note {
	font-size: 12px;
}
.center {
	text-align: center;
}
.padding {
	padding:10px;
}
.padding-10 {
	padding:10px;
}
.padding-20 {
	padding:20px;
}
.padding-30 {
	padding:30px;
}
.padding-50 {
	padding:50px;
}
.margin-sm {
	margin:10px 0px 10px 0px !important;
}
.coty-page hr {
	border-top: 0;
}
.mini-hr {
	width:100%;
	max-width:700px;
	border:0.5px solid #000;
	margin:50px auto;
}
.anchor {
	display: block;
	position: relative;
	top: -220px;
	visibility: hidden;
}
.inline {
	display:inline;
}
.btn-filled {
	font-size: 16px;
}
.btn-filled-pink-sm {
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	background-color: #f2abb1;
	line-height: 20px;
	border: 1px solid #f2abb1;
}
.btn-filled-pink-sm:hover {
	color: #f2abb1;
	background-color: #ffffff;
	border: 1px solid #f2abb1;
}
.flex-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: flex-start;
	margin:auto;
	max-width: 1100px;
}
.flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin:auto;
	max-width: 1100px;
}
.flex-max {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin:auto;
	width:100%;
}
.flex-top > div, .flex > div, .flex-max > div {
	-webkit-box-flex: 1;
	flex: 1;
}
.flex-top.padding-row > div:first-of-type, .flex.padding-row > div:first-of-type, .flex-max.padding-row > div:first-of-type {
	padding-left:0px;
}
.flex-top.padding-row > div:last-of-type, .flex.padding-row > div:last-of-type, .flex-max.padding-row > div:last-of-type {
	padding-right:0px;
}
.flex .title {
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
}
.max-container-1300 {
	max-width: 1300px;
	width: 100%;
	margin: auto;
}
.max-container-1200 {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}
.max-container {
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
.max-container-900 {
	max-width: 900px;
	width: 100%;
	margin: auto;
}
.max-container-600 {
	max-width: 600px;
	width: 100%;
	margin: auto;
}
.video-responsive-half {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 28.125%;
	padding-top: 25px;
	height: 0;
	margin-right: 20px;
}
.flex-top .video-responsive-half:last-of-type, .flex .video-responsive-half:last-of-type {
	margin-right:0px;
}
.video-responsive-half iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tile-hover {
    display: inline-block;
	position:relative;
	overflow: hidden;
	margin:auto;
}
.tile-img {
	opacity: 1;
	display:inline-block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
	overflow:hidden;
}
.tile-img {
    transition: all .2s ease;
    vertical-align: middle;
}
.tile-text {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 25px;
	text-transform:uppercase;
	text-align: center;
}
.tile-text a, 
.tile-text a:hover, 
.tile-text a:focus {
	color:#3c3c3c;
}
.tile-hover:hover .tile-img {
	opacity: 0.3;
	transform:scale(1.2);
}
.tile-hover:hover .tile-text {
	opacity: 1;
}
.banner-item img {
	width: auto;
}
.freeshipping {
	text-align: center;
	margin-bottom: 20px;
}
.pageLabel-notFound .error-message {
	display: none !important;
}
.product-carousel-hr {
	display: none !important;
}
.pageLabel-notFound .errorNotFoundPageMiddle {
	width:100%;
}
.pageLabel-notFound .errorNotFoundPage .banner-item {
	display: none;
}
.pageLabel-notFound .errorNotFoundPage .banner-item img {
	display: block;
	width: 100%;
	max-width: 600px !important;
	margin: 40px auto 20px auto;
}
.pageLabel-notFound .errorNotFoundPage .error-page {
	margin-top: 30px;
}
.topNavContainer {
	background-color: #f1f1f1;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
.page-quickOrderPage .main-container .topNavContainer {
	display: none;
}
.topNavContainer.sticky-nav {
	position: fixed;
	width: 100vw;
	top: 0;
	z-index: 1026;
}
.sticky-header {
	top: 40px;
}
.topNav {
	max-width: 1400px;
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	color: #666666;
}
.topNav .notice {
	margin: 0 20px;
}
.topNav .notice p {
	margin: 10px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.topNav nav > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.topNav nav > ul > li {
	position: relative;
	float: left;
	padding: 0 10px;
	height: 40px;
	line-height: 39px;
	text-align: center;
}
.topNav nav > ul > li > a {
	display: block;
	cursor: pointer;
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}
.topNav nav > ul > li > a:hover {
	color: #000;
}
.topbanner-notice {
	display: none;
	position: relative;
	max-width: 1400px;
	width: 100%;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #ca0338;
	padding: 10px;
	margin: 20px auto;
	letter-spacing: 0.7px;
}
.footer__top ul.app li img {
	max-height: 35px;
}
.footer__top ul.app li a {
	margin: 0 5px;
}
.footer__top .otherBrands {
	max-width: 300px;
	margin: auto;
}
.footer__top .otherBrands .ico_wella {
	width: 79px;
	height: 29px;
}
.footer__top .otherBrands .ico_clairol {
	width: 85px;
	height: 27px;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
hr.divider-hor {
	display: none;
}
.pageLabel-homepage .main-container .container {
	width: 100%;
}
.pageLabel-homepage .main-container .homepage-content-components-wrapper {
	background-color: #f1f1f1;
}
.pageLabel-homepage .main-container .homepage-content-components,
.pageLabel-homepage .main-container .carousel__component.rotating-banner,
.pageLabel-homepage .main-container hr {
	max-width: 1400px;
	margin: auto;
}
.pageLabel-homepage .main-container .homepage-below-slider {
	padding-top: 10px;
}
.pageLabel-homepage .main-container .homepage-content-components .padding-30 {
	padding: 10px 30px 10px 30px !important;
}
.pageLabel-homepage .main-container .homepage-content-img {
	display: flex;
	align-items: center;
	vertical-align: center;
	text-align: center;
	justify-content: center;
	height: 75px;
	min-height: 75px;
}
.pageLabel-homepage .main-container .four-images-container {
	max-width: 1400px;
	margin: 30px auto 35px auto;
	position: relative;
	float: none;
}
.page-homepage hr.divider-hor {
	display: block;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto 20px auto;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.video-container {
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	clear: both;
}
.video-container > * {
	margin: 5px;
}
.video-container video {
	width: 100%;
}
.videos-maintitle {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	color: #414042;
	font-size: 36px;
	margin-top: 0;
	text-align: center;
}
.wp-video {
	margin:auto;
}
.banner-item,
.large-promo .banner-item,
.large-promo .banner-item img,
.large-promo .yComponentWrapper {
	height: auto !important;
	cursor: auto;
}
.banner-item:hover img {
	-webkit-transform: none;
	transform: none;
}
.coty-page .row {
	margin: 20px auto;
}
.image-gallery .image-gallery__image .owl-item .item video::-webkit-media-controls-panel {
	background-image: none !important;
	-webkit-filter: brightness(0.4);
	filter: brightness(0.4);
}
.carousel__component.carousel__space.container {
	width:100% !important;
	max-width:1400px !important;
}
.carousel__component--carousel.js-owl-carousel.js-owl-rotating-image.owl-carousel.owl-theme .owl-wrapper-outer .owl-wrapper .owl-item ul a[href='#'] {
	cursor: auto;
}
.carousel__component--carousel.js-owl-carousel.js-owl-rotating-image.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-next span.glyphicon,
.carousel__component--carousel.js-owl-carousel.js-owl-rotating-image.owl-carousel.owl-theme .owl-controls .owl-buttons .owl-prev span.glyphicon {
	color: grey;
}
.carousel__component--carousel.js-owl-carousel.js-owl-rotating-image.owl-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active span,
.carousel__component--carousel.js-owl-carousel.js-owl-rotating-image.owl-carousel.owl-theme .owl-controls .owl-pagination .owl-pagination .owl-page:hover span {
	background-color: grey;
}
.carousel__component--carousel .carousel__item .carousel__item--price {
	color: #000;
}
.page-homepage .main-container > .simple-banner.banner__component--responsive.banner-item {
	max-width: 1400px;
	margin: 0 auto 20px auto;
}
.page-homepage .main-container > .container {
	margin: 0 auto;
	padding: 0;
}
.page-productGrid .product__listing.product__grid:not(.list-group-item-wrap),
.page-searchGrid .product__listing.product__grid:not(.list-group-item-wrap) {
	border: 0;
}
.page-productGrid .product__listing.product__grid:not(.list-group-item-wrap) span.icon.icon-favorite,
.page-searchGrid .product__listing.product__grid:not(.list-group-item-wrap) span.icon.icon-favorite {
	top: 15px;
}
.page-productGrid .product__listing.product__grid:not(.list-group-item-wrap) .product-item,
.page-searchGrid .product__listing.product__grid:not(.list-group-item-wrap) .product-item {
	border-right: 0;
	padding-bottom: 34px;
}
.page-productGrid .product__listing.product__grid .brand-type,
.page-searchGrid .product__listing.product__grid .brand-type {
	display: none;
}
.page-productGrid .product-details .size-price-seperator,
.page-searchGrid .product-details .size-price-seperator {
	font-size: 14px;
}
.page-productGrid .product__listing.product__grid .details .product-details span.price,
.page-searchGrid .product__listing.product__grid .details .product-details span.price {
	font-size: 14px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	color: #000;
}
.page-productGrid .product__listing.product__grid .details .name,
.page-searchGrid .product__listing.product__grid .details .name {
	font-size: 14px;
}
.page-productGrid .qty-selector .js-qty-selector-input,
.page-searchGrid .qty-selector .js-qty-selector-input {
	height: 30px;
	width: 38px;
}
.page-productGrid .product__listing .addtocart.grid-view-cart form button.btn-addtocart,
.page-searchGrid .product__listing .addtocart.grid-view-cart form button.btn-addtocart {
	width: 40px;
	height: 30px !important;
}
.page-productGrid .product__listing.product__grid.list-group-item-wrap .details .addtocart.grid-view-cart,
.page-searchGrid .product__listing.product__grid.list-group-item-wrap .details .addtocart.grid-view-cart {
	padding-left: 0 !important;
}
.page-productGrid .product__listing .addtocart form button.btn-addtocart .glyphicon,
.page-searchGrid .product__listing .addtocart form button.btn-addtocart .glyphicon {
	top: -4px;
}
.banner-item .mask:before,
.image-item .mask:before {
	background: 0 0;
}
.banner-item .mask {
	top: auto;
}
.banner-item .mask-content {
	padding: 0 4% 15px 4%;
}
.mixed-order {
	padding-top: 5px;
	color:#ff0000;
}
.page-WellaCareLP .image-item .banner-item > a.image-overlap-text.hidden,
.page-WellaColorLP .image-item .banner-item > a.image-overlap-text.hidden,
.page-WellaMainLP .image-item .banner-item > a.image-overlap-text.hidden,
.page-kadus-professional .image-item .banner-item > a.image-overlap-text.hidden,
.page-system-pro .image-item .banner-item > a.image-overlap-text.hidden {
	display: block !important;
}
.page-KPProTips {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
.page-KPProTips .banner-item {
	height: auto;
	margin-bottom: 20px;
}
.page-KPProTips .video-container {
	margin: 10px auto 30px auto;
}
.page-KPProTips .accordion {
	text-transform: none;
}
.page-KPProTips .accordion .panel {
	background-color: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.page-KPProTips .accordion .panel-heading {
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.03);
	border: 0;
}
.page-KPProTips .accordion .panel-title > a {
	color: #0e123f;
}
.page-KPProTips .accordion .panel-title a:hover {
	color: #cf1f43;
}
.page-KPProTips .accordion .panel-title > a:after {
	font-family: 'Glyphicons Halflings';
	content: '\e114';
	float: right;
	color: #9c9c9c;
}
.page-KPProTips .accordion .panel-title > a.collapsed:after {
	content: '\e080';
}
.page-KPProTips .accordion .panel .panel-heading + .panel-collapse > .panel-body {
	padding: 15px;
	border-top: 1px solid #ddd;
}
.page-KPProTips table.info {
	border-collapse: collapse;
	width: 70%;
	margin: 20px auto;
}
.page-KPProTips .info td,
.page-KPProTips .info th {
	padding: 10px;
	text-align: left !important;
	border: 1px solid #ccc;
	font-size: 12px;
}
.page-KPProTips .info th {
	background-color: #0e123f;
	color: #fff;
}
.page-KPProTips .info td:first-child,
.page-KPProTips .info th:first-child {
	width: 37%;
}
.page-KPProTips .info tr:nth-child(odd) {
	background: #eee;
}
.page-kadus-professional .kadus-aboutus {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 20px 0;
}
.page-wedding-hair-plan .subtitle {
	width: 75%;
	margin-bottom: 40px;
}
.page-wedding-hair-plan .carousel__component.carousel__space {
	margin-top: 0;
}
.page-wedding-hair-plan .video-container {
	margin: 30px auto;
}
.page-productDetails .power-claim.special {
	color: #c8003c;
	font-size: 13px;
	font-style: italic;
}
.page-pride .one-image-container > .simple-banner.banner__component--responsive:nth-child(6) {
	margin: 40px 0 60px 0;
}
.page-ca-pride .one-image-container > .simple-banner.banner__component--responsive:nth-child(3) {
	margin: 0 0 60px 0;
}
.page-ca-pride .subtitle,
.page-pride .subtitle {
	margin: 80px auto;
	padding: 0 10%;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .subtitle {
	max-width: 850px;
	width: 100%;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin: 40px auto;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .header.flex {
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .header.flex > div {
	max-width: 655px;
	-webkit-box-flex: 1;
	flex: 1;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .auburn-promo.flex {
	max-width: 950px;
	width: 100%;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	align-items: stretch;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .auburn-promo.flex > div {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 40px;
	margin: auto;
	background-color: #001434;
	color: #fff;
	margin: 10px;
	cursor: pointer;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .auburn-promo .hdr {
	font-size: 20px;
	text-transform: uppercase;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .auburn-promo .title {
	font-size: 18px;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .auburn-promo ul li {
	display: block;
	font-size: 16px;
	line-height: 1.5;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .auburn-promo ul li span {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #fff;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .auburn-promo .promocode {
	color: #ffed05;
}
.pageLabel--kp-pureauburn .kp-pureauburn-container .kp43.flex > div,
.pageLabel--kp-pureauburn .kp-pureauburn-container .kp543.flex > div,
.pageLabel--kp-pureauburn .kp-pureauburn-container .kp9944.flex > div {
	text-align: center;
}
.pageLabel--newyear-newyou-2020 .coty-page .row + hr {
	display: none;
}
.pageLabel--newyear-newyou-2020 .simple-banner.banner-item {
	margin: 30px auto;
}
.pageLabel--newyear-newyou-2020 .nyny2020-container .title {
	color: #6c98fe;
}
.pageLabel--newyear-newyou-2020 .nyny2020-container a {
	text-decoration: underline;
	color: #7c0025;
}
.pageLabel--newyear-newyou-2020 .nyny2020-container hr {
	border-color: #a5f6e5;
	max-width: 1200px;
	margin: 20px auto;
}
.pageLabel--newyear-newyou-2020 .nyny2020-container .flex ol {
	padding-left: 20px;
}
.pageLabel--newyear-newyou-2020 .nyny2020-container .transformation.flex {
	max-width: 1200px;
	margin: 40px auto;
}
.pageLabel--newyear-newyou-2020 .nyny2020-container .transformation.flex > div .title + p {
	margin-bottom: 20px;
}
.pageLabel--newyear-newyou-2020 .nyny2020-container .transformation.flex img {
	max-width: 500px;
	width: 100%;
}
.pageLabel--newyear-newyou-2020 .nyny2020-container .trends.flex > div {
	margin: 4px 0;
	width: calc(98% / 4);
}
.pageLabel--newyear-newyou-2020 .nyny2020-container .social.flex > div {
	margin: 0 10px;
}
.pageLabel--newyear-newyou-2020 .nyny2020-container .social.flex > div img {
	max-height: 65px;
}
.nosweepstakes {
	text-align: center;
	font-size: 16px;
	color: #ca0538;
}
.sweepstakes-container .title {
	color: #ca0538;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	text-align: center;
}
.sweepstakes-container .highlighted {
	color: #ca0538;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.sweepstakes-container hr {
	border-top: 1px solid #eeeeee;
}
.sweepstakes-container .details {
	font-size: 14px;
	margin: 40px auto;
}
.sweepstakes-container .details h1 {
	text-align: center;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.5;
}
.sweepstakes-container .details p {
	text-align: center;
}
.sweepstakes-container .details a {
	color: #ca0538;
}
.sweepstakes-container .details .prize-value {
	text-align: center;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.sweepstakes-container .details > ol,
.sweepstakes-container .details > ul {
	display: table;
	max-width: 780px;
	margin: 20px auto;
}
.sweepstakes-container ol,
.sweepstakes-container ul {
	padding-left: 20px;
}
.sweepstakes-container ul li {
	display: list-item;
	margin: 10px 0;
}
.sweepstakes-container .details .flex {
	width: 75%;
}
.sweepstakes-container .flex > div {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 0 10px;
	margin: 10px 0;
	text-align: center;
}
.sweepstakes-container .details .flex > div:first-child {
	border-right: 1px solid #e93270;
}
.sweepstakes-container .flex.earn-points {
	align-items: flex-start !important;
}
.sweepstakes-container .prize-eligibility {
	margin: 20px auto;
}
.sweepstakes-container .note {
	font-size: 12px;
	text-align: center;
}
.sweepstakes-container .rules {
	position: relative;
}
.sweepstakes-container .rules .dropdown-rules {
	display: none;
	text-align: left !important;
}
.sweepstakes-container .banner-item img[title='banner-opi-top.jpg'] {
	max-width: 400px;
	margin: auto;
}
.sweepstakes-container .banner-item img[title='banner-opi.jpg'] {
	max-width: 1200px;
	margin: auto;
}
.contact-us h2 {
	font-size: 20px;
	line-height: 1.5em;
}
.contact-us h2 a {
	text-decoration: underline;
}
.contact-us p {
	font-size: 16px;
}
.contact-us .contact-us-info-block {
	background-color:#f6f6f6;
	min-height: 280px;
}
.join-banner {
	width: 100%;
	max-width: 1400px;
	padding: 10px 50px 10px 50px;
	margin: 0 auto 20px auto;
	background-color: #e6e1df;
}
.join-center {
	display: flex;
	width: 100%;
	max-width: 1120px;
	margin:auto;
}
.join-banner p {
	font-size: 18px;
	text-align:center;
	margin: 20px 20px 20px 50px;
}
.join-banner a {
	cursor: pointer;
}
.join-banner .join-btn {
	display: block;
	flex:none;
	padding: 10px 20px 10px 20px;
	margin: 20px;
	background-color: #f63e60;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.join-banner .join-btn a, .join-banner .join-btn a:hover {
	color: #fff;
}
.join-container {
	font-size: 16px;
	color: #737373;
}
.join-header .subtitle {
	width: 60%;
	margin: 20px auto;
	line-height: 1.7;
	color: #737373;
}
.join-container {
	width: 60%;
	margin: 40px auto;
}
.join-container > * {
	width: 100%;
}
.join-container a.btn {
	display: block;
	background-color: #f15771;
	color: #fff;
	text-align: center;
	width: 220px;
	height: 56px;
	font-size: 16px;
	line-height: 56px;
	text-transform: uppercase;
	border-radius: 0 10px 0 10px;
	outline: 0;
	margin: 10px auto;
	padding: 0;
	text-decoration: none;
}
.join-container .join-buttons {
	background-color: #e6e1df;
	padding: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	justify-content: space-evenly;
}
.join-container .join-buttons > div {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
}
.join-container .join-buttons > div.divider {
	width: 2px;
	background-color: #737373;
}
.join-container .join-buttons > div p {
	margin: 0;
}
.join-container .perks {
	position: relative;
	border: 2px solid #ec4363;
	margin: 140px 0 50px 0;
}
.join-container .perks a {
	text-decoration: underline;
}
.join-container .perks > img {
	display: block;
	margin: -65px auto 0 auto;
	padding: 0 20px;
	background-color: #fff;
}
.join-container .perks .icons {
	margin: 40px auto;
}
.join-container .perks .icons .bg {
	background-color: #e5e3e2;
}
.join-container .perks .icons .perk {
	width: 80%;
	height:auto;
	min-height: 75px;
	margin: auto;
	padding: 0 30px;
	text-transform: uppercase;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.join-container .perks .icons .perk > div {
	-webkit-box-flex: 0.5;
	flex: 0.5;
}
.join-container .perks .icons .perk > p {
	-webkit-box-flex: 2;
	flex: 2;
	margin: 0;
}
.join-container .perks .icons .perk > p span {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-transform: initial;
}
.join-container .contact {
	background-color: #e4dfdd;
	padding: 30px;
}
.join-container .contact .cont {
	display: table;
	width: auto;
	margin: auto;
	text-align: center;
}
.join-container .contact .cont hr {
	width: 80%;
	margin: 10px auto;
	border-top: 1px solid #737373;
}
.schools .join-container {
	color:#424143;
}
.schools .schools-content {
	width: 60%;
	margin: 20px auto;
	line-height: 1.7;
	color:#424143;
}
.schools .schools-content hr {
	border-top: 3px solid #ec4363;
}
.schools .schools-percent {
	max-width: 350px;
	margin: auto;
	text-align: center;
}
.schools .schools-percent h2 {
	font-size: 36px;
}
.schools .schools-percent .black-btn {
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	color: #232f42;
	background-color: #fff;
	line-height: 20px;
	border: 1px solid #232f42;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.schools .schools-percent .black-btn:hover, 
.schools .schools-percent .black-btn:hover a {
	color: #fff;
	background-color: #232f42;
}
.schools .schools-percent h5 {
	text-transform: uppercase;
	font-size: 16px;
}
.schools .affiliate-program-banner {
	width: 60%;
	background-color:#232f42;
	text-align: center;
}
.schools .affiliate-program-banner p {
	color: #fff;
	margin:0;
}
.schools .affiliate-program-banner .pink-btn {
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	color: #ec4363;
	background-color: #fff;
	line-height: 20px;
	border: 1px solid #ec4363;
	margin: 10px 0 10px 0;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.schools .affiliate-program-banner .pink-btn:hover,
.schools .affiliate-program-banner .pink-btn:hover a {
	color: #fff;
	background-color: #ec4363;
}
.schools .join-container .btn {
	background-color: #424143;
}
.page-BlondorToners .one-image-container .banner-item {
	max-width: 1261px;
	margin: auto;
}
.blondortoners {
	position: relative;
	max-width: 1261px;
	margin: auto;
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #58595b;
}
.blondortoners p {
	line-height: 1.5;
	letter-spacing: 0.03em;
}
.blondortoners > div {
	position: relative;
	overflow: hidden;
	margin: 30px auto;
}
.blondortoners .flex {
	align-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}
.blondortoners img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.blondortoners .section-title {
	position: relative;
	font-size: 34px;
	line-height: 1.3;
	text-align: left;
	z-index: 3;
	letter-spacing: 0.03em;
}
.blondortoners .toner-collection {
	overflow: hidden;
	font-size: 20px;
	line-height: 2;
}
.blondortoners .toner-collection > div {
	-webkit-box-flex: 1;
	flex: 1 0;
	width: 100%;
}
.blondortoners .toner-collection > div > hr,
.blondortoners .toner-collection > div > p + p {
	margin-right: 10%;
}
.blondortoners .toner-collection > img {
	position: relative;
	right: -650px;
	margin: 0 auto;
}
.blondortoners .toner-collection hr {
	border-color: #5a5a5a;
	margin: 40px 0;
}
.blondortoners .toner-collection img.in-view {
	-webkit-animation: slide 0.5s forwards;
	-webkit-animation-delay: 0s;
	-webkit-animation: slide 2.5s forwards;
	animation: slide 2.5s forwards;
	animation-delay: 0s;
}
.bluelion hr {
	margin-top:40px;
	margin-bottom:40px;
	border-top: 1px solid #eeeeee;
}
@-webkit-keyframes slide {
	100% {
		right: 0;
	}
}
@keyframes slide {
	100% {
		right: 0;
	}
}
.blondortoners .toner-collection .btn-shopshades {
	margin: 0 0 20px 0;
}
.blondortoners .toner-collection .btn-shopshades a {
	display: block;
	width: 225px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 0 10px 0 10px;
	background-color: #8499a8;
	outline: 0;
	border: 0;
}
.blondortoners .toner-collection .swatches {
	width: 400px;
}
.blondortoners .toner-collection .swatches > div {
	margin: 0 20px 20px 0;
	opacity: 0;
	-webkit-box-flex: 1;
	flex: 1 0 25%;
}
.blondortoners .toner-collection .swatches > div:last-child,
.blondortoners .toner-collection .swatches > div:nth-child(3) {
	margin-right: 0;
}
.blondortoners .toner-collection .note {
	font-size: 10px;
	text-transform: uppercase;
}
.blondortoners .toner-collection .swatches .fade-in {
	opacity: 0;
	-webkit-animation: fadeIn ease-in 1;
	animation: fadeIn ease-in 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.blondortoners .toner-collection .swatches .fade-in.swatch-01 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.blondortoners .toner-collection .swatches .fade-in.swatch-03 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.blondortoners .toner-collection .swatches .fade-in.swatch-16 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.blondortoners .toner-collection .swatches .fade-in.swatch-81 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.blondortoners .toner-collection .swatches .fade-in.swatch-18 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.blondortoners .toner-collection .swatches .fade-in.swatch-86 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.blondortoners .platinum .section-title {
	padding-top: 60px;
}
.blondortoners .platinum #zach {
	position: relative;
	float: right;
	z-index: 1;
	margin-top: -12%;
}
.blondortoners .platinum #zach-box {
	position: relative;
	float: left;
	margin-top: -37%;
	z-index: 2;
}
.blondortoners .mixing {
	padding: 0 40px;
}
.blondortoners .mixing .timers {
	margin: 20px 0;
}
.blondortoners .mixing .timers > div {
	margin: 20px auto;
}
.blondortoners .mixing .timers > div.divider {
	width: 2px;
	background-color: #737373;
}
.blondortoners .mixing .timers img {
	margin: 20px 0;
}
.blondortoners .kickbrass {
	background-color: #e9ecee;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), color-stop(40%, #e9ecee));
	background: linear-gradient(90deg, #fff 0, #e9ecee 40%);
	padding: 40px;
	border-radius: 0 30px 0 0;
}
.blondortoners .kickbrass > div {
	-webkit-box-flex: 1;
	flex: 1 0;
	margin-right: 10%;
}
.blondortoners .video-container > div {
	max-width: 560px;
	width: 100%;
	height: 200px;
	background: #fff url('https://prostore.scissorboy.com/images/blondortoners/pencil-stroke.jpg') no-repeat center center;
	background-size: contain;
	text-align: center;
}
.blondortoners .video-container .section-title {
	position: relative;
	display: table;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.blondortoners .video-container > * {
	margin: 20px 0;
}
.pageLabel--nutricurls .maintext {
	width: 65%;
	margin: 40px auto;
}
.pageLabel--nutricurls .maintext p {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
.pageLabel--nutricurls .maintext p.subtitle {
	font-size: 18px;
	color: #93bdb2;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	margin-bottom: 10px;
}
.pageLabel--nutricurls .nutricurls-container {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	width: 80%;
	margin: 40px auto;
}
.pageLabel--nutricurls .nutricurls-container img {
	max-width: 100%;
	height: auto;
}
.pageLabel--nutricurls .nutricurls-container hr {
	border-color: #5b5b5b;
}
.pageLabel--nutricurls .nutricurls-container .title {
	color: #93bdb2;
}
.pageLabel--nutricurls .nutricurls-container .shop-container {
	position: relative;
	height: 150px;
	background: url('https://prostore.scissorboy.com/images/nutricurls/bg-shop.jpg') no-repeat 0 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.pageLabel--nutricurls .nutricurls-container .shop-container button {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #5b5b5b;
	text-transform: uppercase;
	width: 230px;
	height: 45px;
	background-color: #fff;
	border-radius: 0 15px 0 15px;
	margin: 10px auto;
}
.pageLabel--nutricurls .nutricurls-container .shop-container .divider {
	width: 2px;
	height: 65%;
	background-color: #fff;
}
.pageLabel--nutricurls .nutricurls-container .hair-styles {
	overflow: hidden;
	margin: 40px auto;
}
.pageLabel--nutricurls .nutricurls-container .hair-styles .alignleft {
	float: left;
}
.pageLabel--nutricurls .nutricurls-container .hair-styles .alignright {
	float: right;
}
.pageLabel--nutricurls .nutricurls-container .hair-styles p.title {
	font-size: 36px;
	text-transform: uppercase;
}
.pageLabel--nutricurls .nutricurls-container .hair-styles div {
	display: inline-block;
	width: 48%;
	margin: 20px 0;
}
.pageLabel--nutricurls .nutricurls-container .hair-styles div:last-child {
	float: right;
}
.pageLabel--nutricurls .nutricurls-container .freeyourcurls {
	width: 60%;
	margin: 20px auto;
}
.darkoil-container {
	width: 80%;
	margin: 40px auto;
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}
.darkoil-container > div {
	position: relative;
	max-width: 100%;
	margin: 20px auto;
}
.darkoil-container > div img {
	max-width: 100%;
	height: auto;
}
.darkoil-container > div .txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 16px;
	max-width: 630px;
	max-height: 420px;
}
.darkoil-container > div .txt > div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.darkoil-container > div .txt p:last-child {
	margin-top: 20px;
}
.darkoil-container > div .txt.right {
	left: 41%;
}
.darkoil-container > div .txt.left {
	right: 41%;
	text-align: right;
}
.darkoil-container > div .txt.left > div {
	right: 0;
}
.darkoil-container > div .txt.right > div {
	left: 0;
}
.darkoil-container > div .txt p.title {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
.darkoil-container > div.darkoil .txt {
	top: 25%;
}
.darkoil-container > div.lightweight-shampoo .txt {
	top: 23%;
}
.darkoil-container > div.lightweight-conditioner .txt {
	top: 23%;
}
.darkoil-container > div.mask .txt {
	top: 17%;
}
.darkoil-container > div.mist .txt {
	top: 21%;
}
.page-btc2019 .one-image-container > .banner-item:not(:first-child) {
	margin-bottom: 60px;
}
.page-btc2019 .one-image-container > .banner-item img {
	width: auto;
	margin: 0 auto;
}
.btc2019-container {
	width: 65%;
	text-align: center;
	font-size: 24px;
	margin: 60px auto;
}
.btc2019-container h1.main-title {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 32px;
}
.btc2019-container h1 + p {
	width: 70%;
	margin: auto;
}
.btc2019-container .booths.flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	flex-wrap: nowrap;
	margin: 60px auto;
	padding: 40px;
	border: 2px solid #7a7a7a;
	border-width: 2px 0;
}
.btc2019-container .booths > div {
	margin: 0 10%;
}
.btc2019-container .booths img {
	max-width: 100%;
}
body[class*='pageLabel--btc2019'] .btc-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	line-height: 1.3;
	color: #231f20;
	width: 80%;
	margin: 40px auto 0 auto;
}
body[class*='pageLabel--btc2019'] hr.divider {
	border-width: 3px;
	margin-top: -20px;
}
body[class*='pageLabel--btc2019'] .btc-box .image {
	margin: 0 40px 20px auto;
}
body[class*='pageLabel--btc2019-sebman'] .btc-box .image {
	width: 315px;
}
body[class*='pageLabel--btc2019'] .btc-box .txt {
	-webkit-box-flex: 1;
	flex: 1;
}
body[class*='pageLabel--btc2019'] .promocode {
	font-size: 20px;
}
body[class*='pageLabel--btc2019-sebman'] .btc-box .title {
	height: 30px;
}
body[class*='pageLabel--btc2019'] .btc-box img {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
body[class*='pageLabel--btc2019'] .btc-box .subtitle {
	font-size: 16px;
	text-align: left;
	margin: 7px 0;
}
body[class*='pageLabel--btc2019'] .btc-box .title + div {
	margin-left: 15px;
}
body[class*='pageLabel--btc2019-sebman'] .btc-box ul {
	display: inline-block;
	vertical-align: top;
	list-style-type: disc;
	margin: 0 20px;
}
body[class*='pageLabel--btc2019'] .btc-box ul {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
}
body[class*='pageLabel--btc2019'] .btc-box ul li {
	display: block;
	font-size: 16px;
	line-height: 1.5;
}
body[class*='pageLabel--btc2019-sebman'] .btc-box ul li {
	display: list-item;
}
body[class*='pageLabel--btc2019'] .btc-box .btn-filled {
	display: table;
	margin: 10px 0;
	clear: both;
}
body[class*='pageLabel--btc2019'] .btc-box.blondor + hr.divider,
body[class*='pageLabel--btc2019'] .btc-box.sebman + hr.divider {
	margin-top: 20px;
}
body[class*='pageLabel--btc2019'] .btc-box.sebman .image {
	margin-left: -22px;
}
body[class*='pageLabel--btc2019'] .carousel__component.carousel__space {
	margin-top: 0;
}
body[class*='pageLabel--btc2019-blondor'] .btc-box .title {
	font-size: 36px;
	margin: 0;
	text-transform: uppercase;
}
body[class*='pageLabel--btc2019-blondor'] .btc-box .image {
	width: 355px;
}
body[class*='pageLabel--btc2019-blondor'] .btc-box ul li span {
	display: inline-block;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #000;
}
.pageLabel--globalelite .ge-container {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
}
.pageLabel--globalelite .ge-container section {
	margin: 40px auto;
	overflow: hidden;
}
.pageLabel--globalelite .ge-container .hdr,
.my-salon-suite .hdr {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.pageLabel--globalelite .ge-container .howitworks-container {
	margin: 60px auto;
}
.pageLabel--globalelite .ge-container .howitworks-container .flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly;
	margin: 20px auto;
}
.pageLabel--globalelite .ge-container .howitworks-container .hdr {
	text-align: center;
}
.pageLabel--globalelite .ge-container .howitworks-container .flex > div {
	position: relative;
	width: 25%;
	padding: 0 20px;
	text-align: center;
	border-right: 1px solid #000;
}
.pageLabel--globalelite .ge-container .howitworks-container .flex > div:last-child {
	border-right: 0;
}
.pageLabel--globalelite .ge-container .howitworks-container .flex > div img {
	display: block;
	margin: 0 auto 10px auto;
	max-width: 110px;
}
.pageLabel--globalelite .ge-container .title {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 19px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.pageLabel--globalelite .ge-container .join-container {
	max-width: 80%;
	margin: 80px auto;
}
.pageLabel--globalelite .ge-container .join-container .join-buttons {
	background-color: #f3f3f3;
	padding: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly;
	border-radius: 30px 30px 0 0;
}
.pageLabel--globalelite .ge-container .join-container .join-buttons > div {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
}
.pageLabel--globalelite .ge-container .join-container .join-buttons > div.divider {
	width: 1px;
	background-color: #737373;
}
.pageLabel--globalelite .ge-container .join-container a.btn {
	display: block;
	background-color: #c03;
	color: #fff;
	text-align: center;
	width: 220px;
	height: 56px;
	font-size: 16px;
	line-height: 56px;
	text-transform: uppercase;
	outline: 0;
	margin: 30px auto 0 auto;
	padding: 0;
	text-decoration: none;
}
.pageLabel--globalelite .ge-container .point-structure {
	margin: 40px auto;
}
.pageLabel--globalelite .ge-container table,
.my-salon-suite table {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0 10px;
	margin: auto;
}
.pageLabel--globalelite .ge-container table td,
.pageLabel--globalelite .ge-container table th,
.my-salon-suite table td,
.my-salon-suite table th {
	text-align: center;
	vertical-align: middle;
	padding: 0 5px;
}
.pageLabel--globalelite .ge-container table th:first-child,
.my-salon-suite table th:first-child {
	padding-left: 0;
}
.pageLabel--globalelite .ge-container table th:last-child,
.my-salon-suite table th:last-child {
	padding-right: 0;
}
.pageLabel--globalelite .ge-container table th > div,
.my-salon-suite table th > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #000;
	color: #fff;
	height: 70px;
	padding: 5px;
	border-radius: 0 30px 0 30px;
	line-height: 1.5;
}
.pageLabel--globalelite .ge-container table td,
.my-salon-suite table td {
	padding: 5px;
}
.pageLabel--globalelite .ge-container table td:first-child,
.my-salon-suite table td:first-child {
	border-radius: 5px 0 0 5px;
}
.pageLabel--globalelite .ge-container table td:last-child,
.my-salon-suite table td:last-child {
	border-radius: 0 5px 5px 0;
}
.pageLabel--globalelite .ge-container .point-structure .structure tr.starter {
	background: -webkit-gradient(linear, left top, right top, from(#cfc6d5), to(#f7f6f8));
	background: linear-gradient(to right, #cfc6d5, #f7f6f8);
}
.pageLabel--globalelite .ge-container .point-structure .structure tr.silver {
	background: -webkit-gradient(linear, left top, right top, from(#dadada), to(#fafafa));
	background: linear-gradient(to right, #dadada, #fafafa);
}
.pageLabel--globalelite .ge-container .point-structure .structure tr.gold {
	background: -webkit-gradient(linear, left top, right top, from(#f9e3cc), to(#fefbf8));
	background: linear-gradient(to right, #f9e3cc, #fefbf8);
}
.pageLabel--globalelite .ge-container .point-structure .structure tr.platinum {
	background: -webkit-gradient(linear, left top, right top, from(#dfe7f4), to(#fafbfd));
	background: linear-gradient(to right, #dfe7f4, #fafbfd);
}
.pageLabel--globalelite .ge-container .point-structure .structure tr.diamond {
	background: -webkit-gradient(linear, left top, right top, from(#eee4f0), to(#fdfbfd));
	background: linear-gradient(to right, #eee4f0, #fdfbfd);
}
.pageLabel--globalelite .ge-container .redeem-points .redeem tr.jm,
.my-salon-suite .redeem-points .redeem tr.jm {
	background: -webkit-gradient(linear, left top, right top, from(rgba(238, 212, 202, 0.3)), to(rgba(240, 215, 207, 0.3)));
	background: linear-gradient(to right, rgba(238, 212, 202, 0.3), rgba(240, 215, 207, 0.3));
}
.pageLabel--globalelite .ge-container .redeem-points .redeem tr.aj,
.my-salon-suite .redeem-points .redeem tr.aj {
	background: -webkit-gradient(linear, left top, right top, from(rgba(238, 212, 202, 0.45)), to(rgba(240, 215, 207, 0.45)));
	background: linear-gradient(to right, rgba(238, 212, 202, 0.45), rgba(240, 215, 207, 0.45));
}
.pageLabel--globalelite .ge-container .redeem-points .redeem tr.js,
.my-salon-suite .redeem-points .redeem tr.js {
	background: -webkit-gradient(linear, left top, right top, from(rgba(238, 212, 202, 1)), to(rgba(240, 215, 207, 1)));
	background: linear-gradient(to right, rgba(238, 212, 202, 1), rgba(240, 215, 207, 1));
}
.pageLabel--globalelite .ge-container .redeem-points .redeem tr.od,
.my-salon-suite .redeem-points .redeem tr.od {
	background: -webkit-gradient(linear, left top, right top, from(rgba(238, 212, 202, 1)), to(rgba(240, 215, 207, 1)));
	background: linear-gradient(to right, rgba(238, 212, 202, 1), rgba(240, 215, 207, 1));
}
.pageLabel--globalelite .ge-container .redeem-container .redeem-points,
.my-salon-suite .redeem-points {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	align-content: flex-start;
}
.pageLabel--globalelite .ge-container .redeem-container .redeem-points > div,
.my-salon-suite .redeem-points > div {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 20px;
}
.pageLabel--globalelite .ge-container .get-container,
.my-salon-suite .get-container {
	overflow: hidden;
}
.pageLabel--globalelite .ge-container .get-container img,
.my-salon-suite .get-container img {
	max-width: 48%;
	margin-right: 40px;
}
.pageLabel--globalelite .ge-container .get-container ul,
.my-salon-suite .get-container ul {
	padding-left: 60px;
	overflow: hidden;
}
.pageLabel--globalelite .ge-container .get-container ul li,
.my-salon-suite .get-container ul li {
	display: list-item;
}
.product__listing.product__grid .thumb.clearance {
	position: relative;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
	overflow: visible;
}
.product__listing.product__grid .thumb.clearance .ribbon {
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
	z-index: 1;
	overflow: hidden;
}
.product__listing.product__grid .thumb.clearance .ribbon span {
	position: absolute;
	width: 100px;
	display: block;
	top: 19px;
	left: -21px;
	font-size: 12px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	background: #c8003c;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
}
.product__listing.product__grid .thumb.clearance .ribbon span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #9b012f;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #9b012f;
}
.product__listing.product__grid .thumb.clearance .ribbon span::after {
	content: '';
	position: absolute;
	right: 0;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #9b012f;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #9b012f;
}
.page-system-pro .coty-page .row {
	margin: 20px 0;
}
.page-system-pro .coty-page .banner-item {
	margin: 40px auto;
}
.page-system-pro .coty-page .subtitle {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 24px;
}
.page-system-pro .coty-page .subtitle + p {
	width: 90%;
	margin: auto;
	font-size: 18px;
	line-height: 2;
}
.page-system-pro .yCmsContentSlot.col-md-12 .image-item {
	display: inline-block;
	width: 33%;
	margin: 20px auto;
}
.page-system-pro .coty-page .row:nth-child(3) .col-md-12 .image-item {
	width: 50%;
	vertical-align: middle;
}
.page-system-pro .coty-page .row:nth-child(5) .col-md-12 .image-item:first-child {
	display: block;
	width: 100%;
}
.page-system-pro .yCmsContentSlot.col-md-12 .banner-item .mask-content {
	padding-bottom: 0;
}
.page-system-pro .yCmsContentSlot.col-md-12 .banner-item .mask-headline {
	font-size: 20px;
}
.page-system-pro .section-title {
	margin: 40px auto 20px auto;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 24px;
}
.pageLabel--system-professional-starter-kits .yComponentWrapper {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
}
.pageLabel--system-professional-starter-kits .starterkit {
	text-align: center;
}
.pageLabel--system-professional-starter-kits .main-text {
	line-height: 1.3;
	margin-top: 40px;
}
.pageLabel--system-professional-starter-kits .instant-energy-kit {
	font-size: 16px;
	margin-top: 60px;
}
.pageLabel--system-professional-starter-kits .instant-energy-kit .activation {
	max-width: 980px;
	width: 100%;
	padding: 20px;
	margin: 20px auto;
	border-radius: 20px;
	background: -webkit-gradient(linear, left top, right top, from(#f5faf6), to(#e5f2ec));
	background: linear-gradient(to right, #f5faf6, #e5f2ec);
}
.pageLabel--system-professional-starter-kits .instant-energy-kit .activation p {
	margin: 0;
}
.pageLabel--system-professional-starter-kits .instant-energy-kit .kit-container {
	max-width: 890px;
	width: 100%;
	padding: 40px;
	margin: 20px auto 0 auto;
	background: #edeff3 url('https://prostore.scissorboy.com/images/bundles/sp-kit-bg.png') repeat-y 0 0;
}
.pageLabel--system-professional-starter-kits .instant-energy-kit .kit-container .hdr {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.pageLabel--system-professional-starter-kits .instant-energy-kit .kit-container .note {
	font-size: 12px;
	font-style: italic;
}
.pageLabel--system-professional-starter-kits .instant-energy-kit .kit-container .kit-includes {
	position: relative;
	margin: 30px 10%;
	padding-left: 30px;
}
.pageLabel--system-professional-starter-kits .instant-energy-kit .kit-container .kit-includes:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebedf2), color-stop(#97c5be), to(#ebedf2));
	background: linear-gradient(#ebedf2, #97c5be, #ebedf2);
}
.pageLabel--system-professional-starter-kits .large-promo .coty-promotion-banner {
	height: 80px !important;
}
body[class*='pageLabel--kadus-'] .subtitle {
	max-width: 1040px;
	margin: 20px auto;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container section {
	margin: 60px 0;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container h2 {
	width: 100%;
	text-align: center;
	font-size: 40px;
	margin: 20px auto;
	color: #867b9e;
	text-transform: uppercase;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container iframe {
	max-width: 760px;
	width: 100%;
	margin: auto;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .products > .flex {
	-webkit-box-align: start;
	align-items: stretch;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .products .flex > div {
	-webkit-box-flex: 1;
	flex: 1;
	text-align: center;
	min-width: 290px;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .products .flex > div ul {
	text-align: left;
	padding-left: 30px;
	max-width: 280px;
	margin: 20px auto;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .products .flex > div ul li {
	display: list-item;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .products .flex > div p {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .howitworks .video-container {
	-webkit-box-align: center;
	align-items: center;
	font-size: 18px;
	margin: 40px auto;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .howitworks .video-container > div {
	-webkit-box-flex: 1;
	flex: 1;
	margin: 20px;
	text-align: left;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .howitworks .video-container .title {
	font-size: 36px;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .howtouse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	text-align: center;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .getinspired .images {
	text-align: center;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .getinspired .images.flex > div {
	-webkit-box-flex: 1;
	flex: 1;
	margin: 20px auto;
	min-width: 190px;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .getinspired .images p {
	font-size: 28px;
	color: #94406f;
	text-transform: uppercase;
	margin: 10px 0;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .shades .flex > div {
	-webkit-box-flex: 1;
	flex: 1;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .shades .flex > .flex {
	-webkit-box-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	font-size: 18px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .shades .flex > .flex:first-child img {
	-webkit-box-flex: 1;
	flex: 1;
	max-width: 200px;
	width: 100%;
	margin-right: 20px;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture-mobile {
	display: none;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture th {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #867b9e;
	font-size: 20px;
	padding: 15px 0;
	border-right: 2px solid #e7e5ec;
	text-align: center;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture td:last-of-type,
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture th:last-of-type {
	border-right: 0;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture td {
	padding: 15px 0;
	border-right: 2px solid #867b9e;
	border-bottom: 1px solid #867b9e;
	text-align: center;
	font-size: 20px;
	vertical-align: middle;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture td.td-blue {
	background-color: #e7e5ec;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture td.td-pink {
	background-color: #faebf1;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .color .flex {
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	justify-content: flex-start;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .color .flex > div {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: start;
	align-items: flex-start;
	width: 33%;
	font-size: 18px;
	padding: 0 15px;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .color > div .title {
	font-size: 30px;
	color: #8d82a5;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .color img {
	margin: 0;
	width: 200px;
	height: 300px;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .photo-gallery .flex {
	-webkit-box-pack: center;
	justify-content: center;
}
body[class*='pageLabel--kadus-'] .kadus-lightplex-container .photo-gallery .flex > div {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 20px;
	text-align: center;
}
.pageLabel--nioxin-scalp-recovery .subtitle {
	margin-bottom: 40px;
}
.pageLabel--nioxin-scalp-recovery .nioxin-container h2 {
	text-transform: uppercase;
	text-align: center;
}
.pageLabel--nioxin-scalp-recovery .nioxin-container .flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
.pageLabel--nioxin-scalp-recovery .nioxin-container .flex > div {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1;
	padding: 40px;
	text-align: center;
}
.pageLabel--nioxin-scalp-recovery .nioxin-container .flex > div hr {
	border-color: #333;
}
.pageLabel--nioxin-scalp-recovery .nioxin-container .flex > div p {
	text-align: left;
}
.pageLabel--nioxin-scalp-recovery .nioxin-container .flex > div .step {
	font-size: 20px;
	line-height: 1;
	text-transform: uppercase;
}
.pageLabel--nioxin-scalp-recovery .nioxin-container .flex > div .title {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #13b3ac;
	line-height: 1;
	text-transform: uppercase;
}
.pageLabel--nioxin-scalp-recovery .nioxin-container .flex > div .new {
	position: absolute;
	top: 0;
	left: 0;
	width: 86px;
	height: 86px;
	text-transform: uppercase;
	border: 4px solid #13b3ac;
	border-radius: 50%;
	font-size: 24px;
	line-height: 80px;
}
.how-to-wrapper p {
	font-size: 16px;
	margin: 15px 0;
}
.how-to-wrapper h3 {
	color: #d9202c;
	font-size: 32px;
	vertical-align: middle;
	top: 2px;
	position:relative;
}
.how-to-wrapper .how-to-gray {
	background-color: #efefef;
}
.how-to-wrapper .video-responsive-half {
	position: relative;
}
.how-to-wrapper .video-responsive-half:before {
	content: '';
	position: absolute;
	background-color: #efefef;
	left: 10px;
	width: 101%;
	height: 97%;
}
.prostories-dialog {
	font-size: 18px;
}
.prostories-container {
	max-width: 1000px;
	margin: 0 auto;
}
.prostories-container .prostories-description p {
	font-size: 18px;
}
.prostories-container .flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-align: start;
	align-items: flex-start;
	margin-top: 40px;
}
.prostories-container .flex > div {
	-webkit-box-flex: 1;
	flex: 1;
}
.prostories-container .flex > div.img {
	max-width: 429px;
	width: 100%;
	margin-left: 20px;
}
.prostories-container .flex .frm-container {
	background-color: #d5d3d3;
	padding: 10px 20px;
	width: 100%;
}
.prostories-container .frm-container form {
	width: 100%;
}
.prostories-container .flex > div.img img:first-child {
	margin: 0 0 24px 0;
}
.prostories-container .flex .full-width {
	flex-basis: 100%;
	margin-top: 20px;
}
.prostories-container .flex .full-width img:first-child {
	float: left;
	width: 70%;
}
.prostories-container .flex .full-width img:last-child {
	float: right;
	width: 28%;
}
.prostories-container fieldset {
	position: relative;
	margin: 10px 0;
}
.prostories-container fieldset label {
	margin: 0;
}
.prostories-container select.form-control {
	text-transform: capitalize;
	border-radius: 0;
	-webkit-appearance: none;
}
.prostories-container .character-count {
	position: absolute;
	bottom: -22px;
	right: 0;
}
.prostories-container .video-size {
	text-align: right;
}
.prostories-container .need-help {
	text-align: right;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	color: #ca0538;
	text-decoration:underline;
	cursor:pointer;
}
.prostories-container button {
	margin: 7px 0 20px 0;
}
.prostories-container button[disabled] {
	background-color: #ccc;
	border-color: #ccc;
}
.prostories-container fieldset #forRentRelief ~ label {
	width: 90%;
	vertical-align: text-top;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}
.backto-blog {
	display: none;
}
.page-Blog iframe {
	display: none;
}
body[class*='pageLabel--blog']:not(.page-Blog) .backto-blog {
	display: block;
	width: 60%;
	margin: 20px auto;
}
body[class*='pageLabel--blog'] .backto-blog a {
	color: #c8003c;
}
.pageLabel--promos .promos-brands,
.pageLabel--promos .promo-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin:auto;
}
.pageLabel--promos .promos-brands > div {
	width: 100%;
	max-width: 148px;
}
.pageLabel--promos h2 {
	font-size: 30px;
}
.pageLabel--promos h3  {
	font-size: 20px;
}
.pageLabel--promos p {
	font-size: 16px;
}
.pageLabel--promos .promos-strkthru-title {
	height: 30px; 
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
}
.pageLabel--promos .promos-strkthru-title--red {
	border-bottom: 3px solid #ca0538;
}
.pageLabel--promos .promos-strkthru-title--black {
	border-bottom: 3px solid #111111;
}
.pageLabel--promos .promos-strkthru-title--blue {
	border-bottom: 3px solid #68a7c1;
}
.pageLabel--promos .promos-strkthru-title--purple {
	border-bottom: 3px solid #bb7da2;
}
.pageLabel--promos .promos-strkthru-title--yellow {
	border-bottom: 3px solid #e7dcca;
}
.pageLabel--promos .promos-strkthru-title--aqua {
	border-bottom: 3px solid #44bac6;
}
.pageLabel--promos .promos-strkthru-title > span {
	background-color: #fff; 
	font-size: 30px; 
} 
.pageLabel--promos .promo-container {
	padding-top: 22px;
	max-width: 1100px;
	margin: auto;
}
.pageLabel--promos .promo-container .hdr  {
	font-size: 22px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	margin-left: 20px;
	margin-bottom: 0;
}
.pageLabel--promos .promo-box .image {
	width: 500px;
}
.pageLabel--promos .promo-box .txt {
	-webkit-box-flex: 1;
	flex: 1;
}
.pageLabel--promos .promo-box ul li {
	display: block;
	font-size: 16px;
}
.pageLabel--promos .promo-box ul li span:after {
	content: "-";
	padding-left: 5px;
	padding-right: 5px;
}
.pageLabel--promos .subtitle {
	text-align: left;
}
.pageLabel--promos p.note {
	font-size: 12px;
}
.pageLabel--promos .promo-box .title,
.pageLabel--promos .promo-box .promocode > span {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.pageLabel--promos .promo-box .promocode {
	color: #c8003c;
}
.pageLabel--promos .special-promos {
	margin-top: 40px;
	margin-bottom: 30px;
}
.pageLabel--promos .special-offers {
	margin-top: 40px;
	margin-bottom: 50px;
}
.pageLabel--promos .backtotop {
	text-align: right;
	margin: 40px auto;
}
.pageLabel--promos .backtotop a,
.pageLabel--promos .btn-promos a {
	padding: 8px 20px;
}.all-blogs {
	margin: 20px 0;
}
.all-blogs .flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: start;
	justify-content: flex-start;
	align-content: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
}
.all-blogs .blog-content {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: auto;
}
.all-blogs .pagination {
	display:block;
	text-align:center;
	margin: 10px;
}
.all-blogs .pagination li a {
	font-size: 14px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	color: #9c9c9c;
}
.all-blogs .pagination li.active a {
	background-color: transparent;
	color:#c8003c;
}
.all-blogs .pagination li.next-page a,
.all-blogs .pagination li.prev-page a {
	font-size: 18px;
}
.all-blogs .filter_control {
	text-align:center;
	margin:auto;
	padding: 20px 0 20px 0;
}
.all-blogs .filter_control .filter_button {
	width:100%;
	display: block;
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	padding: 5px 10px;
	font-size: 20px;
	line-height: 1;
	color:#000000;
	background-color: transparent;
}
.all-blogs .filter_button:hover {
	color: #929292;
}
.all-blogs .blog-search-bar {
	width: 100%;
	padding: 0 0 20px 0;
	border-bottom: 0.5px solid #d5d5d5;
}
.all-blogs .card-searched {
	padding-bottom: 5px;
	border-bottom: 0.5px solid #d5d5d5;
}
.all-blogs .grid a:last-of-type > .card-searched {
	border-bottom: none;
	border: none;
}
.all-blogs .card-searched .highlight-card-searched {
	background-color: #ffff00;
}
.all-blogs .input-group {
	background-color: #ffffff;
	min-height: 40px;
	margin: auto;
	border: 1px solid #dcddde;
}
.all-blogs .input-group input {
	padding: 10px 12px 6px;
	border: 0;
	box-shadow: none;
	height: 40px;
	font-size: 14px;
}
.all-blogs .input-group .btn {
	color: #3c3c3c;
	font-size: 17px;position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	line-height: 1;
}
.all-blogs .input-group .btn:before {
	content: "\e003";
}
.all-blogs .input-group .btn:hover {
	text-decoration: none;
}
.all-blogs .blog-content .filter_category-name .filter_category-title {
	text-align: center;
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 30px;
	padding: 0 0 20px 0;
}
.all-blogs .blog-content .filter_category-name .filter_category-title #filter_category-selected {
	color:#c8003c;
	text-transform: capitalize;
}
.all-blogs .blog-center {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	width: calc(100% - 320px);
}
.all-blogs .grid .card {
	position: relative;
	align-items: center;
	padding: 25px 0;
	border-bottom: 0.5px solid #d5d5d5;
}
.all-blogs .grid .card:first-child {
	padding: 0 0 25px 0;
}
.all-blogs .grid .card:before {
	position: absolute;
	content: '';
	left: 0;
	width: 10px;
	height: 300px;
	border-radius: 20px;
}
.all-blogs .grid .card > a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 300px;
	height: 300px;
	margin:auto;
	overflow:hidden;
}
.all-blogs .grid .card > a:hover {
	opacity:0.6;
}
.all-blogs .grid .card .thumb {
	width: 300px;
	height: 300px;
	max-width: 300px;
	max-height:300px;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.all-blogs .grid .card-body {
	-webkit-box-flex: 1;
	flex: 1;
	padding: 0 30px;
	font-size: 14px;
	color: #333;
}
.all-blogs .grid .card-details, .all-blogs .grid .card-date, .all-blogs .grid .card-category {
	color: #ccc;
}
.all-blogs .grid .card-category {
	text-transform:capitalize;
}
.all-blogs .grid .card-title {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #333;
	margin-bottom: 10px;
}
.all-blogs .grid .card a.readmore {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 15px;
	border: 1px solid #333;
}
.all-blogs .grid .card a.readmore:hover {
	opacity: 0.6;
}
.all-blogs .grid .card a.readmore:hover {
	color: #333;
}
.all-blogs .blog-sidebar {
	height:100%;
	width:290px;
	padding: 20px;
	background-color:#efefef;
}
.all-blogs .featured_blog-sidebar .card.flex {
	padding: 20px 0;
	align-items: center;
	border-bottom: 0.5px solid #d5d5d5;
}
.all-blogs .featured_blog-sidebar .card.flex:first-child {
	padding: 0 0 20px 0;
}
.all-blogs .featured_blog-sidebar .card > a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin:auto;
	overflow:hidden;
}
.all-blogs .featured_blog-sidebar .card > a:hover {
	opacity:0.6;
}
.all-blogs .featured_blog-sidebar .card .thumb {
	width: 100px;
	height: 100px;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.all-blogs .featured_blog-sidebar .card .card-body {
	padding-left:15px;
}
.all-blogs .featured_blog-sidebar .card-date {
	color: #ccc;
}
.all-blogs .recent_blog-sidebar {
	margin-top:45px;
}
.all-blogs .grid .card.flex.blog-skeleton {
	border-bottom: none;
}
.all-blogs .grid .blog-skeleton .thumb {
	background-color: #f0f0f0;
	margin:auto;
}
.all-blogs .grid .blog-skeleton a.readmore {
    color: #fff;
    cursor: default;
}
.all-blogs .grid .blog-skeleton a.readmore:hover {
    color: #fff;
    cursor: default;
}
.all-blogs .grid .blog-skeleton .card-details {
    background-color: #f2f2f2;
    height: 14px;
    width: 100%;
    border-radius: 14px;
    margin: 0 0 10px;
}
.all-blogs .grid .blog-skeleton .card-title {
    background-color: #ccc;
    height: 28px;
    width: 100%;
    border-radius: 28px;
    margin: 20px 0 20px 0;
}
.all-blogs .grid .blog-skeleton .card-text {
    background-color: #ccc;
    height: 14px;
    width: 100%;
    border-radius: 14px;
    margin-bottom: 10px;
}
.all-blogs .filter_control.blog-skeleton {
    border-bottom: none;
}
.all-blogs .filter_control.blog-skeleton .filter_button {
    background-color: #ccc;
    height: 20px;
    width: 90px;
    border-radius: 20px;
    margin: 0px auto 10px auto;
}
.blog-center .blog-post-empty.blog-skeleton {
    width: 80%;
    clear: both;
	margin: 20px auto;
	padding: 20px 0;
}
.blog-center .blog-post-empty.blog-skeleton .blog-img {
    background-color: #f0f0f0;
    width: 400px;
    height: 400px;
    max-width:100%;
    margin: auto;
}
.blog-center .blog-post-empty.blog-skeleton h1 {
    background-color: #ccc;
    height: 30px;
    width: 420px;
    max-width: 100%;
    border-radius: 30px;
    margin: 40px 0 20px 0;
}
.blog-center .blog-post-empty.blog-skeleton p {
    background-color: #ccc;
    height: 16px;
    width: 100%;
    border-radius: 16px;
    margin: 0 0 10px;
}
body[class*='pageLabel--blog'] .blog-post a {
	color: #c8003c;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
body[class*='pageLabel--blog'] .blog-post a.btn-filled {
	color: #fff;
}
body[class*='pageLabel--blog'] .blog-post a.btn-filled:hover {
	color: #c8003c;
}
body[class*='pageLabel--blog'] .blog-post {
	width: 80%;
	font-size: 16px;
	line-height: 1.5;
	margin: auto;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}
body[class*='pageLabel--blog'] .blog-post:last-child {
	border-bottom: 0;
}
body[class*='pageLabel--blog'] .blog-post h2,
body[class*='pageLabel--blog'] .blog-post h3,
body[class*='pageLabel--blog'] h1 {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	margin: 0 0 20px 0;
	text-align: center;
}
body[class*='pageLabel--blog'] h1 {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	margin: 40px 0 20px 0;
	font-size:30px;
	text-align:left;
	text-transform: none;
}
body[class*='pageLabel--blog'] .blog-post h2 {
	font-size: 20px;
}
body[class*='pageLabel--blog'] .blog-post h3 {
	font-size: 18px;
	text-align: left;
}
body[class*='pageLabel--blog'] .blog-post .title {
	font-size: 30px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	text-align: center;
}
body[class*='pageLabel--blog'] .blog-post img {
	margin: 0 40px 20px 40px;
	max-height: auto;
	max-width: 400px;
}
body[class*='pageLabel--blog'] .blog-post .alignleft {
	float: left;
	margin-left: 0;
	max-width: 400px;
	max-height: auto;
}
body[class*='pageLabel--blog'] .blog-post .alignright {
	float: right;
	margin-right: 0;
}
body[class*='pageLabel--blog'] .blog-post .aligncenter {
	display: block;
	margin: 20px auto;
}
body[class*='pageLabel--blog'] .blog-post p {
	font-size: 16px;
	line-height: 2;
}
body[class*='pageLabel--blog'] .blog-post ol,
body[class*='pageLabel--blog'] .blog-post ul {
	display: block;
	list-style-type: disc;
	padding: 0 25px;
	overflow: hidden;
}
body[class*='pageLabel--blog'] .blog-post ol li,
body[class*='pageLabel--blog'] .blog-post ul li {
	display: list-item;
	margin: 10px 0;
}
body[class*='pageLabel--blog'] .blog-post ol {
	list-style-type: decimal;
}
body[class*='pageLabel--blog'] .blog-post .video-container {
	margin: 40px auto;
	max-width: 800px;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
body[class*='pageLabel--blog'] .blog-post .video-container iframe,
body[class*='pageLabel--blog'] .blog-post .video-container video {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0;
}
body[class*='pageLabel--blog'] .recommended-products {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	align-items: flex-end;
	flex-flow: row wrap;
	margin: auto;
	text-align: center;
}
body[class*='pageLabel--blog'] .recommended-products a {
	display: block;
}
body[class*='pageLabel--blog'] .ribbon {
	width: 100%;
	text-align: center;
	padding: 0 10px;
}
body[class*='pageLabel--blog'] .recommended-products .product {
	-webkit-box-flex: 1;
	flex: 1;
	width: 28%;
	padding: 20px;
}
body[class*='pageLabel--blog'] .recommended-products img {
	margin: 0;
	width: 100%;
}
body[class*='pageLabel--blog'] .recommended-products .product p,
body[class*='pageLabel--blog'] .recommended-products .product span {
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	margin: 10px 0;
}
body[class*='pageLabel--blog'] .quote {
	position: relative;
	margin: 0 40px;
	font-style: italic;
	padding: 40px;
	overflow: hidden;
}
body[class*='pageLabel--blog'] .quote:after,
body[class*='pageLabel--blog'] .quote:before {
	position: absolute;
	font-family: serif;
	font-size: 120px;
	color: #bbb;
}
body[class*='pageLabel--blog'] .quote:before {
	content: '\201C';
	top: -30px;
	left: -10px;
}
body[class*='pageLabel--blog'] .quote:after {
	content: '\201D';
	bottom: -75px;
	right: 20px;
}
body[class*='pageLabel--blog'] .quote p {
	text-indent: 25px;
}
body[class*='pageLabel--blog'] .formula {
	display: table;
	margin: 30px auto;
}
body[class*='pageLabel--blog'] .formula p {
	text-align: center;
}
body[class*='pageLabel--blog-color'] .simple-banner.banner-item:first-child img + .image-overlap-text.hidden {
	display: block !important;
}
body[class*='pageLabel--blog-color'] .simple-banner.banner-item:first-child img + .image-overlap-text.hidden .mask-content {
	vertical-align: middle;
}
body[class*='pageLabel--blog-color'] .simple-banner.banner-item:first-child img + .image-overlap-text.hidden .mask-content .mask-headline {
	text-align: right;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 36px;
	color: #fff;
}
body[class*='pageLabel--blog-color'] .color-container a {
	color: #c8003c;
}
body[class*='pageLabel--blog-color'] .color-container img {
	max-width: 100%;
}
body[class*='pageLabel--blog-color'] .color-container .artist-container img {
	position: relative;
	float: left;
	border-radius: 33px 0;
	margin: -7% 50px 0 7%;
	max-width: 274px;
	width: 100%;
}
body[class*='pageLabel--blog-color'] .color-container .artist-container .main-text {
	padding-bottom: 100px;
}
body[class*='pageLabel--blog-color'] .color-container .artist-container .main-text .subtitle {
	text-align: left;
}
body[class*='pageLabel--blog-color'] .color-container section {
	display: block;
	margin: 40px auto;
}
body[class*='pageLabel--blog-color'] .section-title {
	display: table;
	margin: 20px auto;
	position: relative;
	padding: 0 40px;
	font-size: 40px;
}
body[class*='pageLabel--blog-color'] .section-title:after,
body[class*='pageLabel--blog-color'] .section-title:before {
	content: '';
	position: absolute;
	width: 36px;
	height: 1px;
	background: #2e2e2e;
	top: 50%;
}
body[class*='pageLabel--blog-color'] .section-title:before {
	left: 0;
}
body[class*='pageLabel--blog-color'] .section-title:after {
	right: 0;
}
body[class*='pageLabel--blog-color'] .color-container .thelook > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
body[class*='pageLabel--blog-color'] .color-container .look-img {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1;
	margin: 10px auto;
	padding: 10px;
}
body[class*='pageLabel--blog-color'] .color-container .look-img .icn-play {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #ca255d;
	top: 50%;
	left: 50%;
	border-radius: 20% 0;
	cursor: pointer;
}
body[class*='pageLabel--blog-color'] .color-container .look-img .icn-play:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before {
	background-color: #f7f7f7;
	padding: 30px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before > div {
	-webkit-box-flex: 1;
	flex: 1;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before > .steps {
	-webkit-box-flex: 2;
	flex: 2;
	padding: 50px 20px 0;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before .before {
	text-align: center;
	font-size: 16px;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before .before img {
	border-radius: 33px 0;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before .before .caption {
	font-size: 20px;
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	margin: 10px 0;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before .before .color-formulas {
	padding: 10px 40px;
	margin: 10px auto;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before .before .color-formulas p:not(.title) {
	color: grey;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before .before .title {
	font-size: 18px;
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before .hdr {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 40px;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before > .steps > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before > .steps > div > div {
	width: 48%;
	margin: 20px 0;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before > .steps > div > div img {
	margin: 0 0 10px 0;
	width: 100%;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before > .steps > div > div p:first-child {
	font-size: 20px;
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
}
body[class*='pageLabel--blog-color'] .color-container .steps-container .steps-before button {
	border-radius: 5px 0 5px 0;
}
body[class*='pageLabel--blog-prostories'] .banner-item {
	margin: 0 auto 40px auto;
}
body[class*='pageLabel--blog-prostories'] .blog-post .bot-img img {
	max-width: 325px;
	margin: 0 10px 20px 10px;
}
body[class*='pageLabel--blog'] .blog-post table.pinterest-trends th {
	text-align: center;
	padding: 5px;
	color: #fff;
	border: 1px solid #000;
	font-size: 16px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	background-color: #585858;
}
body[class*='pageLabel--blog'] .blog-post table.pinterest-trends td {
	border: 1px solid #000;
	padding: 5px;
}
body[class*='pageLabel--blog'] .blog-post table.pinterest-trends tr:nth-child(even) {
	background-color: #ddd;
}
.instagram-media.instagram-media-rendered {
	margin:auto !important;
	min-width:auto !important;
	max-width:400px !important;
}
.page-Press .allpress {
	margin: 20px 0;
}
.page-Press .allpress .grid {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	margin: 20px auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: start;
	align-items: flex-start;
}
.page-Press .allpress .grid .card {
	width: 33%;
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 3px 5px 5px rgba(205, 205, 205, 0.5);
}
.page-Press .allpress .grid .card-body {
	padding: 0 10px;
	color: #333;
}
.page-Press .allpress .grid .card-body p {
	margin: 0 0 7px 0;
}
.page-Press .allpress .grid .card-title {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #333;
	margin-bottom: 10px;
	text-align: center;
}
.page-Press .allpress .grid .card-text {
	padding: 0 20px;
	height: 300px;
	overflow: auto;
}
.page-Press .allpress .grid .card a {
	color: #c8003c;
}
.page-Press .allpress .grid ul {
	padding: inherit;
}
.page-Press .allpress .grid li {
	display: list-item;
	margin-bottom: 10px;
}
.page-fallshades .blog-post h1 img {
	max-width: 600px;
	width: 100%;
}
.page-fallshades .blog-post {
	overflow: visible !important;
}
.page-fallshades .blog-post img {
	margin: 0 !important;
}
.page-fallshades .blog-post p {
	line-height: 1.5 !important;
}
.page-fallshades .blog-post .main-text {
	max-width: 680px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.page-fallshades .blog-post .main-text > p:first-child {
	margin-bottom: 30px;
}
.page-fallshades .blog-post .shades {
	position: relative;
	width: 100%;
	padding: 20px;
	margin: 30px auto;
}
.page-fallshades .blog-post .shades > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.page-fallshades .blog-post .shades > div > img {
	max-width: 500px;
	width: 100%;
	max-height: 100%;
}
.page-fallshades .blog-post .shades p {
	font-size: 14px !important;
}
.page-fallshades .blog-post .shades a.btn-filled {
	margin-top: 10px;
}
.page-fallshades .blog-post .shades .pumpkin,
.page-fallshades .blog-post .shades .vanilla {
	margin-top: -8%;
}
.bea-2019 .maintext {
	font-size: 18px;
	line-height: 1.5;
	margin: 20px auto;
}
.bea-2019 .grid {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	justify-content: center;
}
.bea-2019 .grid .panel {
	position: relative;
	font-size: 14px;
	width: 30%;
	margin: 20px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bea-2019 .grid .panel-body {
	background-color: #fff;
	border-top: 20px solid #c8003c !important;
	box-shadow: 0 6px 20px -9px rgba(0, 0, 0, 0.75);
	padding: 15px;
	color: #999;
	padding: 15px;
	height: 100%;
}
.bea-2019 .grid .panel-title {
	font-size: 22px;
	padding: 10px 30px;
	color: #333;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.bea-2019 .grid .panel img {
	margin: 0 auto;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.bea-2019 .filter_button {
	display: inline-block;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	height: 40px;
	margin-right: 20px;
	padding: 10px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background-color: #c8003c;
	border: 1px solid #c8003c;
}
.bea-2019 .filter_button.selected,
.bea-2019 .filter_button:hover {
	background-color: #fff;
	color: #c8003c;
}
body[class*='pageLabel--bea-beacat-'] .blog-post {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px solid #dfdfdf;
}
body[class*='pageLabel--bea-beacat-'] .blog-post:last-child {
	border-bottom: 0;
}
body[class*='pageLabel--bea-beacat-'] .blog-post .title {
	font-size: 30px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	text-align: center;
}
body[class*='pageLabel--bea-beacat-'] .blog-post img {
	margin: 0 40px 20px 40px;
	max-height: 400px;
}
body[class*='pageLabel--bea-beacat-'] .blog-post .alignleft {
	float: left;
	margin-left: 0;
}
body[class*='pageLabel--bea-beacat-'] .blog-post .alignright {
	float: right;
	margin-right: 0;
}
body[class*='pageLabel--bea-beacat-'] .blog-post .aligncenter {
	display: block;
	margin: 20px auto;
}
body[class*='pageLabel--bea-beacat-'] .blog-post ol,
body[class*='pageLabel--bea-beacat-'] .blog-post ul {
	display: block;
	list-style-type: disc;
	overflow: hidden;
	padding-left: 20px;
}
body[class*='pageLabel--bea-beacat-'] .blog-post ol li,
body[class*='pageLabel--bea-beacat-'] .blog-post ul li {
	display: list-item;
	margin: 10px 0;
}
body[class*='pageLabel--bea-beacat-'] .blog-post ol {
	list-style-type: decimal;
	padding-left: 40px;
}
.bea-2021 table th {
	text-align: center !important;
	color:#fff !important;
	background-color:#3c3c3c !important;
}
.bea-2021 table tr {
	background-color:#f1e8e0;
}
.bea-2021 table tr td {
	padding: 8px 10px;
	vertical-align:middle;
	text-align:left;
	border: 1px solid #fff;
}
#colorchart {
	display: block;
	margin: 10px 0 10px 20px;
	background-color:#f0003e;
}
#colorchart .chartlink {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #c8003c;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
	border: 1px solid #c8003c;
	padding: 5px 10px;
}
#colorchart a {
	text-decoration: none;
}
#cboxClose {
	right: 5px !important;
	top: -5px !important;
}
#cboxLoadedContent .rotating-banner {
	margin: 20px;
}
#cboxLoadedContent .chartcarousel .owl-wrapper-outer .owl-wrapper .owl-item .carousel__item {
	padding: 10px !important;
}
#cboxLoadedContent .chartcarousel .owl-item img {
	width: auto;
}
#cboxLoadedContent .chartcarousel .owl-controls .owl-buttons .owl-prev {
	left: -30px !important;
}
#cboxLoadedContent .chartcarousel .owl-controls .owl-buttons .owl-next {
	right: -30px !important;
}
.pageLabel--holiday-glam .holidayglam-container {
	max-width: 1100px;
	width: 100%;
	margin: auto;
	font-size: 16px;
}
.pageLabel--holiday-glam .holidayglam-container a {
	text-decoration: underline;
	color: #7c0025;
}
.pageLabel--holiday-glam .anchor-title {
	max-width: 1000px;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px auto;
	overflow: hidden;
	color: #d71e50;
}
.pageLabel--holiday-glam .anchor-title span {
	position: relative;
	display: inline-block;
}
.pageLabel--holiday-glam .anchor-title span:after,
.pageLabel--holiday-glam .anchor-title span:before {
	content: '';
	position: absolute;
	top: 50%;
	border-bottom: 2px solid;
	width: 100vw;
	margin: 0 20px;
}
.pageLabel--holiday-glam .anchor-title span:before {
	right: 100%;
}
.pageLabel--holiday-glam .anchor-title span:after {
	left: 100%;
}
.pageLabel--holiday-glam p.subtitle {
	max-width: 1000px;
}
.pageLabel--holiday-glam .holidayglam-container .flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	align-items: flex-end;
	margin: 20px 0;
}
.pageLabel--holiday-glam .holidayglam-container .flex > div {
	flex-basis: 48%;
	margin: 10px;
	max-width: 400px;
}
.pageLabel--holiday-glam .holidayglam-container .flex .txt p.title {
	font-size: 36px;
	line-height: 1.2;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	color: #d71e50;
}
.pageLabel--holiday-glam .holidayglam-container.bob .flex.steps {
	-webkit-box-align: start;
	align-items: flex-start;
}
.pageLabel--holiday-glam .holidayglam-container.bob .flex.steps > div {
	margin: 20px;
}
.pageLabel--holiday-glam .holidayglam-container .flex.steps p {
	margin: 10px 0;
}
.pageLabel--holiday-glam .holidayglam-container .flex.steps p:first-child {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size: 20px;
}
body[class*='pageLabel--valentines-day'] .subtitle,
body[class*='pageLabel--valentines-day'] h2 + p {
	max-width: 800px;
	margin: 20px auto;
}
body[class*='pageLabel--valentines-day'] h2 {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	color: #d52690;
	font-size: 36px;
	text-align: center;
}
body[class*='pageLabel--valentines-day'] .valentinesday-container {
	font-size: 16px;
	text-align: center;
}
body[class*='pageLabel--valentines-day'] .valentines-day .padding-30 p {
	font-size:18px;
}
.pageLabel--mothers-day .black-title {
	color: #103525;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
}
.influencer-container {
	position: relative;
	max-width: 1000px;
	margin: auto;
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
}
.influencer-container .bio {
	background-color: #747474;
	width: 67.7%;
	font-size: 16px;
	color: #fff;
	float: left;
	margin-top: -38%;
	padding: 40px 10% 40px 40px;
	line-height: 2;
}
.influencer-container .bio h1 {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	font-size: 60px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0;
}
.influencer-container .bio .sub {
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
}
.influencer-container .headshot {
	position: relative;
	top: 40px;
	width: 38%;
	float: right;
	z-index: 2;
}
.influencer-container .favprod {
	float: right;
	max-width: 30%;
	text-align: center;
	padding: 20px 10px 0 10px;
	margin-top: 4%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}
.influencer-container .favprod .title {
	position: relative;
	display: table;
	width: 200px;
	font-size: 26px;
	line-height: 1.2;
	border-bottom: 2px solid #000;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
	-webkit-box-ordinal-group: 2;
	order: 1;
}
.influencer-container .favprod img {
	-webkit-box-ordinal-group: 3;
	order: 2;
	max-height: 235px;
}
.influencer-container .favprod p {
	-webkit-box-ordinal-group: 4;
	order: 3;
	overflow: hidden;
	font-size: 14px;
}
.influencer-container .favprod div:last-child {
	-webkit-box-ordinal-group: 5;
	order: 4;
}
.influencer-container .video-cont {
	position: relative;
	float: left;
	overflow: hidden;
	width: 67.7%;
	height: 380px;
	margin-top: 15px;
}
.influencer-container .styles {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
	margin: 15px 0;
}
.influencer-container .styles > div {
	width: calc(97% / 3);
	margin: 0;
}
.influencer-container .insta {
	margin-top: 40px;
}
.influencer-container .insta .title {
	color: #414042;
	font-size: 36px;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.influencer-container .insta > div {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}
.influencer-container .insta > div > div {
	margin: 4px 0;
	width: calc(98% / 4);
}
.influencer-container .insta img,
.influencer-container .styles img {
	width: 100%;
	height: auto;
}
.wellafamily .about {
	background-color: #89878a;
	height: 390px;
	width: 67.7%;
	font-size: 16px;
	color: #fff;
	float: left;
	margin-top: -38%;
	padding: 40px 10% 40px 40px;
	line-height: 2;
}
.wellafamily .headshot {
	position: relative;
	width: 35%;
	float: right;
	z-index: 2;
}
.wellafamily .about h2 {
	margin:0;
	font-size: 32px;
}
.wellafamily .about h3 {
	margin: 0 0 10px 0;
	font-size: 32px;
}
.wellafamily .about p {
	font-size:18px;
	line-height: 1.5em;
}
.wellafamily .subtitle {
	clear:both;
}
.wellafamily .upcoming-events {
	border-collapse: separate;
	border-spacing: 0 2em;
}
.wellafamily .upcoming-events > tbody > tr > td:nth-child(1) {
	background-color: #c8003c;
	padding: 10px;
	width: 120px;
	height: 120px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}
.wellafamily .upcoming-events > tbody > tr > td:nth-child(2) {
	vertical-align:middle;
	padding: 10px 30px;
	background-color: #eacdd0;
	border-left: 5px solid #fff;
}
.wellafamily .upcoming-events table tr {
	display: table-cell;
}
.wellafamily .upcoming-events table tr > td {
	display:block;
	padding:0;
	font-size: 16px;
}
.wellafamily .upcoming-events table tr > td:nth-child(1) {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	color: #c8003c;
}
.wellafamily .upcoming-events table tr > td:nth-child(1) h4 {
	margin: 0;
}
.wellafamily .upcoming-events table tr > td:nth-child(3) {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.form-container form, .cdr-container #frm-cdr {
	width: 75%;
	margin: 10px auto;
}
.form-container button, .cdr-container #frm-cdr button {
	width: auto;
	padding: 10px 20px;
	margin: auto;
	line-height: 1;
}
.form-container select, .cdr-container #frm-cdr select {
	width: 100%;
}
.form-container textarea, .cdr-container #frm-cdr textarea {
	min-height: 34px;
}
.form-container fieldset, .cdr-container fieldset {
	display: block;
	margin: 10px 0;
}
.form-container fieldset label, .cdr-container fieldset label {
	margin: 0;
}
.form-container fieldset .error, .cdr-container fieldset .error {
	font-size: 12px;
	color: #ca0338;
}
.form-container label.radio, .cdr-container label.radio {
	display: inline-block;
	padding-right: 20px;
}
.form-container input[type='radio'], .cdr-container input[type='radio'] {
	margin: 0;
}
.form-container .info, .cdr-container .info {
	background-color: #f0f0f0;
	margin: 20px auto;
	border: 1px solid #ccc;
	padding: 20px;
}
.cdr-container div .hdr {
	position: relative;
	text-align: center;
	font-size: 20px;
	color: #c8003c;
}
.cdr-container #addAdditionalEmails {
	text-align: right;
}
.cdr-container #addAdditionalEmails p {
	font-size: 12px;
	text-decoration: underline;
	color: #c8003c;
	display:inline
}
.cdr-container .additional {
	position: relative;
}
.cdr-container .addItem {
	position:relative;
	float:right;
	top: 5px;
	right: 5px;
	max-width: 160px;
	margin-top: -20px;
	font-size: 12px;
	line-height: 1;
	color: #333cff;
	text-align: center;
	z-index: 2;
}
.cdr-container .addItem a {
	text-decoration: underline;
	color: #c8003c;
}
.cdr-container .addItem a:nth-of-type(2) {
	text-decoration: underline;
	color: #000000;
}
.cdr-container #frm-cdr .additional .addItem button {
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	height: auto !important;
	margin: 0 auto 5px auto;
}
.cdr-container .additional > div.item {
	position: relative;
	padding: 10px 0;
}
.cdr-container .additional > div.item .delete-item {
	position: absolute;
	top: 0;
	right: 0;
}
.cdr-container .additional > div.item:not(:last-child) {
	border-bottom: 5px dotted #8099ee;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.cdr-container hr {
	position: relative;
	height: 1px;
	border-top: 4px dotted #0027a7;
	margin: 40px 0;
}
.cdr-container #returnForm {
	margin: 10px auto;
	padding: 10px 50px;
	background-color: #e5e7ef;
	border: 1px solid #d0d6ee;
}
.cdr-container #fileUpload {
	display: none;
	margin-top: 10px;
}
.cdr-container #files-cont, 
#influencerform #files-cont,
#eventspageform #files-cont {
	margin: 10px auto;
	padding: 10px;
	background-color: inherit;
}
.cdr-container #files-cont .damagedPic,
#influencerform #files-cont .damagedPic,
#eventspageform #files-cont .damagedPic {
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	padding: 10px;
	margin: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	overflow: hidden;
}
.cdr-container #files-cont .damagedPic img,
#influencerform #files-cont .damagedPic img,
#eventspageform #files-cont .damagedPic img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.cdr-container #files-cont .damagedPic span,
#influencerform #files-cont .damagedPic span,
#eventspageform #files-cont .damagedPic span {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
#discountform table td {
	padding: 0px;
	vertical-align:middle;
}
.fab {
	display: -webkit-box;
	display: flex;
}
.signature-wrapper {
	height: 200px;
	border: 1px solid #cccccc;
	border-radius:1px;
	overflow: hidden;
}
.signature-pad {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 10px;
  width: 100%;
  height: 100vh;
  max-width: 700px;
  max-height: 460px;
  background-color: #fff;
}
.signature-pad::before,
.signature-pad::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 40%;
  height: 10px;
  bottom: 10px;
  background: transparent;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
}
.signature-pad::before {
  left: 20px;
  -webkit-transform: skew(-3deg) rotate(-3deg);
          transform: skew(-3deg) rotate(-3deg);
}
.signature-pad::after {
  right: 20px;
  -webkit-transform: skew(3deg) rotate(3deg);
          transform: skew(3deg) rotate(3deg);
}
.signature-pad--body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #f4f4f4;
}
.signature-pad--body
canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}
.signature-pad a {
	font-size:11px;
}
.signature-pad .clear {
	position: absolute;
	top: 165px;
	padding: 10px;
}
#brandeducators .note {
	padding: 0px 20px 0px 20px;
}
#discountform #managerApproval ~ label {
	width: 90%;
	vertical-align: text-top;
}
.affiliate-code .form-container form {
	width:100%;
	max-width:497px;
}
.affiliate-code-header {
	background-image: url("https://prostore.scissorboy.com/images/affiliate-code/affiliate-banner.png");
	background-repeat: no-repeat;
	background-size: 100%; 
}
.affiliate-code-header .center{
	margin:auto;
	max-width: 550px;
	height: 460px;
	padding: 90px 0 0 0;
}
.affiliate-code-header img {
	width:90%;
}
.affiliate-code-header h2 {
	font-size: 22px;
	line-height: 1.5em;
}
.affiliate-code .affiliate-code-content > div:nth-of-type(1) {
	float: right;
	width: 50%;
}
.affiliate-code .affiliate-code-content > div:nth-of-type(2) {
	width: 50%;
}
.affiliate-code-step {
	padding-bottom:30px;
}
.affiliate-code-step img {
	margin:0;
}
.affiliate-code-step h4 {
	margin:0;
	max-width:400px;
}
.virtual-classroom .sort-refine-bar {
    float:right;
    display:block;
    clear: both;
}
.virtual-classroom .gray-banner {
	max-width:1080px;
}
.virtual-classroom .gray-banner img {
	display:inline-block;
	vertical-align:center;
	align-items:center;
	margin-bottom:1px;
}
.virtual-classroom h3.center {
    clear: both;
    font-size:20px;
}
.virtual-classroom #virtual-classroom-dropdown {
    width:280px;
}
.virtual-classroom .instagram-live {
    max-width:980px !important;
}
.virtual-classroom .instagram-live a {
    color: #c8003c;
}
.virtual-classroom .espanol::after {
    content:'(Español)';
    font-size: 11px;
    display: block;
    position: absolute;
    color: #000000;
    padding: 10px 20px;
}
.virtual-classroom .btn-filled-sm {
	width:129px;
	margin:10px 0px 10px 0px !important;
	display: inline-block;
	padding: 10px 15px;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	color: #ffffff;
	background-color: #c8003c;
	line-height: 20px;
	border: 1px solid #c8003c;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.virtual-classroom tr {
	border-bottom: solid 1px #ccc;
}
.virtual-classroom tr:last-of-type {
	border-bottom: none;
}
.virtual-classroom td {
	padding:10px;
	vertical-align:middle;
}
.virtual-classroom tr td:nth-child(1) {
	width:175px;
}
.virtual-classroom tr td:nth-child(3) {
	width:180px;
}
.colormotion .txt {
	font-size:16px;
}
.thankyou .wellanew h4 {
	font-size: 80px;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	line-height: 1em !important;
}
.thankyou .wellanew h5 {
	max-width:380px;
	font-size: 28px;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	margin: auto;
	padding: 0;
}
.thankyou .wellanew p {
	max-width: 380px;
	margin: auto;
	padding-bottom: 10px;
	font-size: 18px;
}
.thankyou .wellanew .note {
	max-width: 200px;
	font-size:10px;
}
.thankyou .flex-top {
	max-width: 1120px;
}
.clairol .tile-hover {
	margin:10px; 
}
.color-charm .tile-hover {
	margin:10px; 
}
.color-charm .flex-mobile, .clairol .flex-mobile {
	align-items: flex-start !important;
}
.color-charm .flex-mobile .flex-top, .clairol .flex-mobile .flex {
	margin: 0;
}
.color-charm-table {
    margin:auto;
    background: rgb(236,248,249);
    background: linear-gradient(340deg, rgba(236,248,249,1) 0%, rgba(255,255,255,1) 100%);
    vertical-align: middle !important;
    font-size:14px;
    max-width:1100px;
	align-items: flex-start;
}
.color-charm-table .td {
    vertical-align: middle !important;
    min-height: 100px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.color-charm-table .td.space {
    min-height:0px !important;
    height:0px;
}
.color-charm-table h4 {
    vertical-align: middle !important;
    margin:auto;
}
.color-charm-table .td img {
    width:100%;
    height:auto;
    max-height:400px;
    margin:auto;
}
.color-charm-table .mobile-hidden {
    background: rgb(76,202,214);
    background: linear-gradient(340deg, rgba(57,172,185,1) 0%, rgba(77,203,215,1) 100%);
    max-width:180px;
}
.color-charm-table .colorcharm-img {
	background-color: #fff;
	height: 400px;
}
.color-charm-toners .mobile-hidden .flex {
	flex-flow: nowrap !important;
}
.color-charm-toners h2 {
	color:#bdbec0;
}
.color-charm-toners p {
	font-size:16px;
}
.color-charm-toners .how-to-apply {
	background: url('https://prostore.scissorboy.com/images/color-charm-toners/background.jpg');
	background-size: cover;
	align-items: flex-end;
}
.color-charm-toners .how-to-apply .padding-50 {
	max-width:450px;
}
.color-charm-toners .how-to-apply .padding-20 {
	padding: 50px 50px 20px 50px;
}
.color-charm-toners .colorcharm-toners-slide {
	cursor: pointer;
	padding-top:20px;
	padding-bottom: 0;
}
.nioxin-wrapper {
	text-align:center;
	color:#515252;
}
.nioxin-wrapper h2 {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.nioxin-wrapper h3 {
	margin-top: 10px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.nioxin-wrapper h4 {
	margin-top: 10px;
	font-size:22px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.nioxin-wrapper p {
	max-width: 800px;
	margin: auto;
	font-size: 18px;
	line-height: 2em;
}
.nioxin-wrapper .padding p {
	max-width:300px;
}
.nioxin-wrapper .strkthru {
	height: 20px; 
	margin: 50px 0 50px 0;
	border-bottom: 4px solid #515252; 
	text-align: center;
}
.nioxin-wrapper .strkthru > span {
	padding:15px;
	background-color: #fff;
	font-size: 22px; 
	line-height:2em;
	text-transform: uppercase;
}
.nioxin-wrapper a:hover {
	color:#000000;
}
.nioxin-wrapper .btn-filled:hover {
	color:#c8003c;
}
.sebastian-wrapper {
	text-align:center;
	color: #000000;
}
.sebastian-wrapper h3 {
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing:1px;
}
.sebastian-wrapper p {
	max-width: 800px;
	margin: auto;
	font-size: 18px;
	line-height: 2em;
}
.sebastian-wrapper .strkthru {
	max-width:500px;
	height: 20px; 
	margin: 50px auto 50px auto;
	border-bottom: 4px solid #000000; 
	text-align: center;
}
.sebastian-wrapper .strkthru > span {
	padding:15px;
	background-color: #fff;
}
.opi-wrapper {
	text-align:center;
}
.opi-wrapper h2 {
	max-width:850px;
	margin: auto;
	font-size: 20px;
	line-height: 2em !important;
}
.opi-wrapper h3 {
	width:100%;
	margin: auto;
	padding:5px 5px 5px 5px; 
	text-align:center; 
	font-size: 20px;
	line-height: 2em !important;
	background-color:#eff3f6; 
}
.opi-wrapper .strkthru {
	max-width:500px;
	height: 20px; 
	margin: 50px auto 50px auto;
	border-bottom: 4px solid #000000; 
	text-align: center;
}
.opi-wrapper .strkthru > span {
	padding:15px;
	background-color: #fff;
}
.opi-wrapper .opi-flex {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.opi-wrapper .opi-flex > div {
	flex-basis: 33.3%;
	width: 33.3%;
}
.gray-banner {
	padding:2px 50px 2px 50px;
	background-color:#414042;
	color:#ffffff;
	text-align:center;
}
.gray-banner a {
	color:#ffffff;
}
.red-strkthru-title {
	height: 43px; 
	margin-top: 30px;
	border-bottom: 3px solid #c7203a; 
	text-align: left;
}
.red-strkthru-title > span {
	background-color: #fff; 
	color: #c7203a;
	font-size: 40px; 
}
.blm-wrapper h2 {
	font-size: 20px;
	line-height:1.5em;
}
.blm-wrapper p {
	font-size: 16px;
}
.yellow-strkthru-title {
	height: 43px; 
	margin-top: 30px;
	border-bottom: 3px solid #fce333; 
	text-align: left;
}
.yellow-strkthru-title > span {
	background-color: #fff; 
	color: #000;
	font-size: 40px; 
}
.fathers-day {
	margin-top:20px;
}
.fathers-day-left {
	flex: auto !important;
	width:25%;
}
.fathers-day-right {
	flex: auto !important;
	width:70%;
	font-size:16px;
	text-align:left;
}
body[class*='pageLabel--pride-looks'] .container.remove-container.main-container, 
body[class*='pageLabel--pride-looks'] .yCmsContentSlot.col-md-12,
body[class*='pageLabel--pride-looks'] .container.remove-container.main-container .row {
    width:100%;
    margin:0;
    padding:0;
}
.pride-wrapper p {
	font-size: 16px;
}
.pride-looks p {
	font-size: 16px;
	margin: 10px 0 0 0;
}
.pride-looks-image,
.pride-looks-formula {
	z-index: 2;
}
.pride-looks, 
.pride-looks-look {
	position: relative;
}
.pride-looks-look:after {
	content: "";
	width: 91%;
	height: 70%;
	top: 50%;
	left: 0;
	transform: translate(10%,-50%);
	position: absolute;
	display: block;
	z-index: 1;
}
.pride-looks--bluegray-content {
	background-color: #d4e5f1;
}
.pride-looks-look--red:after {
	border: solid #e75073 2px;
}
.pride-looks-look--bluegray:after {
	border: solid #2a7fb7 2px;
}
.pride-looks-look--orange:after {
	border: solid #e75073 2px;
}
.pride-looks-look--yellow:after {
	border: solid #e5c015 2px;
}
.pride-looks-look--pink:after {
	border: solid #e17cc1 2px;
}
.pride-looks-look--blue:after {
	border: solid #718fe1 2px;
}
.pride-looks .note {
	position: absolute;
	right: 0;
	bottom: 20px;
}
.rainbow-btn {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #fff;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'aspiraBold', "aspiraRegular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;	
	color: #fff;
	background: linear-gradient(124deg, rgba(99,1,127,1), rgba(99,1,127,1), rgba(226,15,0,1), rgba(254,140,0,1), rgba(239,216, 9,1), rgba(99,166,68,1), rgba(6,120,238,1));
}
.rainbow-btn:hover {
	color:#fff;
}
.rainbow-strkthru-title {
	height: 10px; 
	margin-top: 30px;
	text-align: left;
	background: linear-gradient(124deg, rgba(99,1,127,1), rgba(99,1,127,1), rgba(226,15,0,1), rgba(254,140,0,1), rgba(239,216, 9,1), rgba(99,166,68,1), rgba(6,120,238,1));
}
.rainbow-strkthru-title > span {
	position: absolute;
	margin-top: -35px;
	background-color: #fff; 
	color: #000;
	font-size: 40px; 
}
.mental-health-strkthru-title {
	height: 43px; 
	margin-top: 30px;
	border-bottom: 3px solid #38b67f; 
	text-align: left;
}
.mental-health-strkthru-title > span {
	background-color: #fff; 
	color: #000;
	font-size: 40px; 
}
.AAPI-month-strkthru-title {
	height: 43px; 
	margin-top: 30px;
	border-bottom: 3px solid #f79537; 
	text-align: left;
}
.AAPI-month-strkthru-title > span {
	background-color: #fff; 
	color: #2f2d70;
	font-size: 40px; 
}
.AAPI-month .AAPI-month-header {
	display: flex;
	justify-content:space-around;
}
.AAPI-month .AAPI-month-header a {
	padding: 5px;
	font-size: 20px;
	color: #2f2d70;
	text-decoration: underline;
}
.AAPI-month .AAPI-icons-desc {
	max-width: 215px;
	margin: auto;
}
.AAPI-month .flex.padding-row.AAPI-month-education {
	justify-content: space-between;
}
.AAPI-month .flex.padding-row.AAPI-month-education > div {
	flex: auto;
}
.eimi-wrapper .flex-top > div {
	margin-bottom: 20px;
}
.hairloss-awareness-month h3 {
	text-align:center;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.hairloss-awareness-month h4 {
	max-width:680px;
	margin:auto;
	font-size: 20px;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.hairloss-awareness-month p {
	font-size: 16px;
	line-height: 2em;
}
.hairloss-awareness-month a:hover {
	color:#000;
} 
.nioxin-btn {
	display: inline-block;
	padding: 19px 40px 18px 40px;
	background-color: #375776;
	color: #fff;
	font-size: 20px;
	text-align: center;
	margin: 20px 0px 0px 0px;
    border:0;
}
.nioxin-btn a { 
	color: #fff;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.hairloss-awareness-month .nioxin-testimonial {
	max-width:500px;
	padding:10px;
	background-color:#f7fdfd;
}
.hairloss-awareness-month .nioxin-testimonial h5 {
	color:#737778;
	text-transform: uppercase;
	margin:0px;
}
.hairloss-awareness-month .nioxin-testimonial p {
	color:#737778;
	font-family: Times New Roman;
	font-style: italic;
	font-size:18px;
	border-bottom: solid 1px#d8dde0;
	padding-bottom:10px;
	margin:0px;
}
.summer-waves p {
	font-size: 15px;
	line-height: 1.5em;
}
.seb-potion-9 .seb-potion-9-products {
	background-color: #000000;
	color: #fff;
	padding: 15px 10px 10px 10px;
}
.seb-potion-9 ol b {
	color:#df6512;
}
.seb-potion-9 ol {
	list-style: none;
	counter-reset: item;
}
.seb-potion-9 ol li {
	counter-increment: item;
	margin-bottom: 5px;
}
.seb-potion-9 ol li:before {
	content: counter(item);
	margin-right: 10px;
	color:#df6512;
	font-family: 'aspiraBold', Helvetica, Arial, sans-serif;
}
.koleston-perfect .strkthru-title, .color-touch .strkthru-title, .illumina-color .strkthru-title, .kp-intense-natural-cool .strkthru-title, .nioxin-scalp-relief .strkthru-title, .isse .strkthru-title, .invigo .strkthru-title, .blondor .strkthru-title, .naomi-osaka .strkthru-title, .fall-trends .strkthru-title {
	height: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
	text-align: center;
}
.koleston-perfect .strkthru-title > span, .color-touch .strkthru-title > span, .illumina-color .strkthru-title > span, .kp-intense-natural-cool .strkthru-title > span, .nioxin-scalp-relief .strkthru-title > span, .isse .strkthru-title > span, .invigo .strkthru-title > span, .blondor .strkthru-title > span, .naomi-osaka .strkthru-title > span, .fall-trends .strkthru-title > span {
	background-color: #fff;
	color: #000;
	font-size: 25px;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
}
.koleston-perfect .koleston-perfect-color-formulas {
	position: relative;
	background: linear-gradient(90deg, #FFFFFF 25%, #e8dfd9 25%)
}
.koleston-perfect .koleston-perfect-color-formulas-img {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
}
.autumn-trends p {
	font-size: 15px;
	line-height: 1.5em;
}
.suicide-prevention-month .strkthru{
	height: 43px; 
	margin-top: 30px;
	border-bottom: 3px solid #000; 
	text-align: left;
}
.suicide-prevention-month .strkthru > span {
	background-color: #fff; 
	color:#24bdc8;
	font-size: 40px; 
}
.blondorplex p {
	font-size:16px;
}
.blondorplex-bond {
	height:500px;
}
.blondorplex-bond div {
	position: absolute;
	width: 850px;
	height: 300px;
	left: 15%;
	margin-top: 50px;
	padding: 20px 20px 20px 340px;
	background-color: #e8eff5;
}
.blondorplex-bond img {
	position: absolute;
	width: 420px;
	z-index:1;
}
.blondorplex-wellaplex {
	max-width: 500px;
	margin-bottom:100px;
}
.blondorplex-wellaplex .bond-stabilizer {
	position: absolute;
	width: 550px;
	left: 50%;
	margin-top: -50px;
	z-index:-1;
}
.blondorplex-steps {
	display:flex;
	align-items:center;
	padding:20px;
	background-color: #e8eff5;
}
.blondorplex-steps .padding {
	padding: 10px 10px 10px 30px;
}
.blondorplex-steps h4 {
	color:#4a7087;
}
.blondor .padding-20 img {
	max-width: 250px;
}
.blondor .blondor-stylists-favs {
	background-size: cover !important;	
	background-position: center;
}
.blondor .blondor-stylists-favs h2 {
	margin: 0;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 50px;
}
.blondor .blondor-stylists-favs-transparent {
	background-color:rgba(255, 255, 255, 0.6)
}
.blondor .blondor-stylists-favs-transparent .flex > div:first-child {
	width: 300px;
	max-width: 300px;
}
.blondor p {
	font-size: 16px;
}
.illumina-color .illuminate-it {
	max-width: 550px;
	margin: auto;
}
.illumina-color .padding-30 {
	max-width: 240px;
	margin: 0 auto;
}
.illumina-color .padding-30 img {
	max-width: 120px;
}
.illumina-color p {
	font-size: 16px;
	line-height: 1.5em;
}
.why-illumina .illumina-color-range {
	max-width: 680px;
	margin: auto;
}
.why-illumina .why-illumina-premium-service {
	background-color: #ebeaf4;
}
.why-illumina .what-it-does {
	background-size: cover !important;
	background-repeat: no-repeat;
}
.why-illumina .what-it-does .center {
	max-width: 300px;
	margin: auto;
}
.why-illumina .what-it-does h3 {
	margin-top:0;
}
.kp-intense-natural-cool .flex.bottom .flex {
	padding: 10px 0 10px 0;
}
.kp-intense-natural-cool .flex.bottom > div:nth-of-type(2) {
	padding-left:10px;
}
.kp-intense-natural-cool .flex.bottom .flex > div {
	align-self: flex-end;
}
.kp-intense-natural-cool .flex.bottom p {
	margin:10px 20px 0 20px;
}
.kp-intense-natural-cool .flex.navy .padding-50 {
	background-color:#122750;
	font-size: 16px;
	color: #fff;
	height:100%;
	min-height: 290px;
}
.kp-intense-natural-cool .flex.navy .video-responsive-half {
	padding-bottom: 24.5%;
}
.blondor-base-breaker h3 {
	font-size:22px;
	margin:0;
}
.blondor-base-breaker .blondor-shop-now {
	background: url("https://prostore.scissorboy.com/images/blondor-base-breaker/blondor-base-breaker-bg.jpg");
	background-size: cover;
}
.blondor-base-breaker .base-breaker-gray {
	background-color:#f2f1f3;
}
.blondor-base-breaker .base-breaker-tone {
	background-color:#ebf1f6;
}
.blondor-base-breaker .base-breaker-gray.center img {
	margin:0;
}
.blondor-base-breaker .base-breaker-gray.center p:nth-of-type(1) {
	max-width: 250px;
	margin: auto;
}
.blondor-base-breaker .base-breaker-gray.center .flex p:nth-of-type(1)  {
	max-width: 150px;
	margin: 0;
}
.blondor-base-breaker .wellaplex-bond-stabilizer {
	height:200px;
	margin-bottom: 30px;
	overflow: visible;
	background-color:#ebf1f6;
}
.wellaTRL .center {
	max-width:600px;
	margin:auto;
}
p[class*="wellaTRL-polaroid"] {
	position: absolute;
	z-index: 2;
	font-size: 18px;
	max-width:300px;
}
.wellaTRL-polaroid-left {
	margin-top: -330px;
	margin-left:600px;
}
.wellaTRL-polaroid-right {
	margin-top: -340px;
	margin-left:200px;
	text-align:right;
}
.ICA21-polaroid-right {
	position: absolute;
	z-index: 2;
	font-size: 18px;
	max-width:360px;
	margin-top: -360px;
	margin-left:100px;
	text-align:right;
}
.mens-health .mens-health-header {
	max-width: 900px;
	margin:auto;
}
.mens-health p {
	font-size: 15px;
	margin:0;
}
.green-strkthru-title {
	height: 39px; 
	margin-top: 30px;
	border-bottom: 3px solid #000000; 
	text-align: left;
}
.green-strkthru-title > span {
	background-color: #fff; 
	color: #acb2a1;
	font-size: 40px; 
}
.mens-health .padding.flex {
	justify-content: space-between;
}
.mens-health .padding.flex p {
	width: calc(100% - 230px);
}
.mens-health .flex-top .padding-30 {
	background-color:#acb2a1;
	min-height: 314px;
}
.nioxin-scalp-relief {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
}
.nioxin-scalp-relief .nioxin-scalp-relief-intro {
	align-items: flex-end;
}
.nioxin-scalp-relief .nioxin-scalp-relief-intro h3 {
	font-size:36px;
}
.nioxin-scalp-relief .nioxin-scalp-relief-intro h2 {
	font-size:60px;
	margin-top: 0;
}
.nioxin-scalp-relief .nioxin-scalp-relief-intro p {
	font-size: 34px;
}
.nioxin-scalp-relief p {
	font-size: 18px;
}
.nioxin-scalp-relief .nioxin-scalp-relief-technology {
	background-color:#f2f5f8;
}
.nioxin-scalp-relief .nioxin-scalp-relief-technology p {
	padding: 0 30px 0 30px;
}
.nioxin-scalp-relief .nioxin-scalp-relief-technology .flex {
	max-width:600px;
	display:flex;
}
.nioxin-scalp-relief .note {
	font-family: 'aspiraRegular', Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#515252;
}

.holiday-hair p {
	font-size: 18px;
}
.holiday-hair .intro-text {
	max-width: 640px;
	margin: auto;
}
.holiday-hair .festive-braids {
	max-width: 800px;
	margin: auto;
}
.winter-hair .max-container {
	max-width:1000px;
}
.winter-hair h4.center {
	max-width:800px;
	font-size:22px;
	margin:auto;
}
.winter-hair p {
	font-size:16px;
	line-height:2em;
}
.baib  .baib-description, .wib .wib-description {
	min-height:80px;
	width:auto;
}
.isse p {
	font-size:16px;
}
body.pageLabel--brazilian-illuminage, body.pageLabel--illuminage {
	overflow: visible !important;
}
.pageLabel--brazilian-illuminage main .container.remove-container.main-container, 
.pageLabel--brazilian-illuminage .yCmsContentSlot.col-md-12,
.pageLabel--brazilian-illuminage .container.remove-container.main-container .row,
.pageLabel--illuminage main .container.remove-container.main-container,
.pageLabel--illuminage .yCmsContentSlot.col-md-12,
.pageLabel--illuminage .container.remove-container.main-container .row {
    width:100%;
    margin:0;
    padding:0;
}
.pageLabel--brazilian-illuminage .carousel__component.carousel__space.container,
.pageLabel--illuminage .carousel__component.carousel__space.container {
	margin: auto;
}
.brazilian-illuminage .brazilian-illuminage-header {
	max-width: 1140px;
	width: 100%;
	margin: auto;
	padding: 0 20px 0 20px;
}
.brazilian-illuminage.brazilian-illuminage-steps {
	position: relative;
	padding: 30px 20px 30px 20px;
	color: #000;
	background-color: #e8e4ea;
}
.brazilian-illuminage.brazilian-illuminage-steps .max-container { 
	position: relative;
	overflow: visible;
}
.brazilian-illuminage .brazilian-illuminage-steps-left {
	position: sticky;
	top: 220px;
	left: 0;
	width: 350px;
	margin-right: 50px;
	float: left;
}
.brazilian-illuminage .brazilian-illuminage-steps-left > div {
	border-right: 2px solid #000;
	padding: 30px 30px 30px 0;
}
.brazilian-illuminage .brazilian-illuminage-steps-left a.selected {
	color:#7c0025;
}
.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-steps-left p {
	margin: 20px 0 10px 0;
	font-size: 18px;
}
.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-steps-left p b {
	font-size: 20px;
}
.brazilian-illuminage .brazilian-illuminage-steps-right {
	position: relative;
	overflow: hidden;
}
.brazilian-illuminage .brazilian-illuminage-steps-right h4 { 
	font-size:35px;
	margin: 0;
}
.brazilian-illuminage .brazilian-illuminage-steps-right h5 { 
	font-size: 18px;
}
.brazilian-illuminage .brazilian-illuminage-steps-right p { 
	font-size: 16px;
}
.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-steps-details {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-steps-details > div:first-child {
	width: 275px;
	margin-right: 20px;
	padding-right: 5px;
	border-right: 1px solid #000;
}
.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-steps-details > div:nth-child(2) {
	width: 330px;
}
.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-step-by-step {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: auto;
	padding: 20px 0 20px 0;
}
.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-step-by-step > div:first-child {
	width: 260px;
	margin-right: 30px;
}
.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-final {
	display: block;
}
.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-final > div:first-child {
	position: relative;
	z-index:2;
	border-right: none !important;
}
.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-final > div:nth-child(2) {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: -50px;
	text-align: right; 
}
.brazilian-illuminage .join-banner {
	max-width:100%;
	padding: 0;
}
.brazilian-illuminage .join-banner .join-details {
	max-width: 610px;
	margin:auto;
}
.color-month .flex {
	align-items: stretch;
	color:#fff;
}
.color-month .flex > div:nth-child(1) {
	max-width:350px;
	margin:auto;
}
.color-month .flex > div:nth-child(2) {
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.color-month .flex h4 {
	margin-top:0;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 38px;
	color:#fff;
}
.color-month .flex p {
	font-size: 16px;
	color: #fff;
}
.color-month .flex a, .color-month .flex a:hover {
	color: #fff;
}
.stop-asian-hate-wrapper .red-strkthru-title {
	border-bottom: 3px solid #bb2045; 
}
.stop-asian-hate-wrapper .red-strkthru-title > span {
	color: #000;
}
.stop-asian-hate-wrapper .diversify-your-feed .flex > div:first-child {
	 max-width:200px;
	 margin:auto;
}
.invigo .invigo-header h2 {
	font-size: 18px;
	line-height: 1.5em;
	color: #868786;
}
.invigo .invigo-header > div:first-of-type {
	max-width: 390px;
}
.invigo > .flex .padding-50 {
	display:flex;
	max-width: 450px;
	height: 455px;
}
.invigo > .flex .padding-50 p {
	font-size: 16px;
	color: #fff;
}
.invigo > .flex .invigo-description {
	margin:auto;
}
.invigo .btn-filled-white {
	display: inline-block;
	padding: 10px 15px;
	border: 1px solid #fff;
	height: 40px;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'aspiraBold', "aspiraRegular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
}
.invigo .invigo-color-brilliance {
	background-color: #f05674;
}
.invigo .invigo-color-brilliance .btn-filled-white {
	color: #f05674;
}
.invigo .invigo-nutri-enrich {
	background-color: #f8a88b;
}
.invigo .invigo-nutri-enrich .btn-filled-white {
	color: #f8a88b;
}
.invigo .invigo-volume-boost {
	background-color: #8ed2cc;
}
.invigo .invigo-volume-boost .btn-filled-white {
	color: #8ed2cc;
}
.invigo .invigo-blonde-recharge {
	background-color: #f6c5ca;
}
.invigo .invigo-blonde-recharge .btn-filled-white {
	color: #f6c5ca;
}
.invigo .invigo-balance {
	background-color: #569bb4;
}
.invigo .invigo-balance .btn-filled-white {
	color: #569bb4;
}
body[class*='pageLabel--wellasessions'] .container.remove-container.main-container, 
body[class*='pageLabel--wellasessions'] .yCmsContentSlot.col-md-12,
body[class*='pageLabel--wellasessions'] .container.remove-container.main-container .row {
    width:100%;
    margin:0;
    padding:0;
}
.btc2021 .btc2021-header {
	position:relative;
}
.btc2021 .btc2021-header-wrapper {
	position:relative;
	background-color:#d71146;
	color: #fff;
}
.btc2021 .btc2021-header > div:nth-of-type(1) {
	max-width: 350px;
	padding: 0 20px 0 20px;
}
.btc2021 .btc2021-header > div:nth-of-type(2) .btc2021-title {
	text-align: right;
}
.btc2021 .btc2021-header h3,
.btc2021 .btc2021-header h2,
.btc2021 .btc2021-header p {
	color:#fff;
}
.btc2021 .btc2021-header h2,
.btc2021 .btc-formula h3 {
	font-size: 35px;
}
.btc2021 .btc2021-promo {
	position:absolute;
	top: -178px;
	right: 0;
}
.btc2021 .btc-formula > div:nth-of-type(1) {
	min-width: 60%;
} 
.btc2021 .btc-formula li {
	position: relative;
	font-size: 16px;
	padding: 0 0 20px 30px;
}
.btc2021 .btc-formula li:before {
	content: "\2714";
	position: absolute;
	margin-left: -30px;
	font-size: 22px;
}
.we-create p {
	font-size: 16px;
}
body[class*='pageLabel--wedding-hair'] .container.remove-container.main-container, 
body[class*='pageLabel--wedding-hair'] .yCmsContentSlot.col-md-12,
body[class*='pageLabel--wedding-hair'] .container.remove-container.main-container .row {
    width:100%;
    margin:0;
    padding:0;
}
.wedding-hair .wedding-hair-pink {
	background-color:#fbf0f0;
}
.wedding-hair p {
	font-size: 16px;
}
body[class*='pageLabel--shimmer-lights'] .container.remove-container.main-container, 
body[class*='pageLabel--shimmer-lights'] .yCmsContentSlot.col-md-12,
body[class*='pageLabel--shimmer-lights'] .container.remove-container.main-container .row {
    width:100%;
    margin:0;
    padding:0;
}
.shimmer-lights.shimmer-lights-color h4 {
	color: #a193bf;
	font-size: 24px;
}
.shimmer-lights.shimmer-lights-color {
	font-size: 18px;
}
.shimmer-lights.shimmer-lights-color .purple-btn-filled {
	display: inline-block;
	padding: 10px 15px;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'aspiraBold', "aspiraRegular", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	background-color: #6d3075;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #6d3075;
}
.shimmer-lights.shimmer-lights-color .purple-btn-filled:hover {
	background-color: #fff;
	color: #6d3075;
}
.shimmer-lights-color-shades {
	background-color:#fcfaf4;
}
.shimmer-lights-color-shade {
	position: relative;
}
.shimmer-lights-color-shade > a:first-of-type img {
	position: absolute;
	width: 240px;
	height: auto;
	left:0;
	top:0;
}
.shimmer-lights-care h2 {
	font-size: 36px;
	margin-bottom: 0;
	margin-top: 0;
}
.shimmer-lights-care p {
	font-size: 16px;
}
.shimmer-lights-care .shimmer-lights-care-products {
	background-color:#e8e1f3;
}
.shimmer-lights-care .shimmer-lights-products-product {
	float: left;
}
.shimmer-lights-care .shimmer-lights-care-products .padding-row > div:nth-of-type(2){
	padding-top: 60px;
}
.shimmer-lights-care .shimmer-lights-care-products ul {
	position: relative;
	left: 14px;
}
.shimmer-lights-care .shimmer-lights-care-products ul li {
	display: list-item;
}
body[class*='pageLabel--marula-oil'] .container.remove-container.main-container, 
body[class*='pageLabel--marula-oil'] .yCmsContentSlot.col-md-12,
body[class*='pageLabel--marula-oil'] .container.remove-container.main-container .row {
    width:100%;
    margin:0;
    padding:0;
}
.marula-oil p {
	font-size: 16px;
}
.marula-oil .marula-oil-background {
	background: rgb(250,250,245);
	background: radial-gradient(circle, rgba(250,250,245,1) 0%, rgba(241,237,226,1) 50%);
}
.marula-oil .marula-oil-steps {
	position: relative;
}
.marula-oil .marula-oil-steps > div:nth-of-type(1):after {
	content: "";
	width: 3px;
	height: 100%;
	background-color: #000;
	left: 49%;
	top: 0px;
	position: absolute;
	display: block;
}
.marula-oil .marula-oil-steps .padding-50 {
	padding-top: 20px;
	padding-bottom: 0px;
}
.marula-oil .marula-oil-steps .marula-oil-step img {
	padding-right: 10px;
}
.hello-summer .flex h3 {
	color: #fa7938;
}
.hello-summer p {
	font-size: 16px;
}
.hello-summer .hello-summer-fusionplex {
	flex-flow: unset;
}
.hello-summer .hello-summer-fusionplex > div {
	flex: auto;
}
.hello-summer .hello-summer-fusionplex > div:nth-of-type(1) {
	width:50px;
}
.hello-summer .hello-summer-fusionplex > div:nth-of-type(2) {
	width:100%;
}
.naomi-osaka .naomi-osaka-header-portrait {
	position:absolute;
	top: 10px;
	left: 15%;
	z-index:2;
}
.naomi-osaka .naomi-osaka-quote-marty {
	position:relative;
	border: 1px solid #000;
	margin-right: -60px;
	z-index:2;
}
.naomi-osaka .naomi-osaka-recreate p {
	min-height: 80px;
}
.naomi-osaka .naomi-osaka-quote-marty:before {
	content: '“';
	position: absolute;
	font-size: 200px;
	top: -80px;
	left: 30px;
	text-shadow: -5px -5px 0 #fff, 5px -5px 0 #fff, -5px 5px 0 #fff, 5px 5px 0 #fff;
}
.naomi-osaka .naomi-osaka-quote-marty:after {
	content: '”';
	position: absolute;
	font-size: 200px;
	bottom: -210px;
	right: 30px;
	text-shadow: -5px -5px 0 #fff, 5px -5px 0 #fff, -5px 5px 0 #fff, 5px 5px 0 #fff;
}
.resources-wrapper p {
	font-size: 16px;
}
.resources-wrapper .resources-social-media {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	align-items: center;
	margin: auto;
	max-width: 1100px;
}
.resources-wrapper .resources-social-media > div:nth-of-type(1) {
	padding-right: 20px;
}
.resources-wrapper .resources-social-media > div:nth-of-type(2) {
	max-width: 220px;
	padding-top: 30px;
}
.hairloss-awareness-month-2021 p {
	font-size: 18px;
	line-height:1.5em;
}
.hairloss-awareness-month-2021 b,
.hairloss-awareness-month-2021 i {
	color:#00436b
}
.hairloss-awareness-month-2021 .hairloss-awareness-month-flex {
	flex-flow: unset;
}
.hairloss-awareness-month-2021 .hairloss-awareness-month-flex > div {
	flex: unset;
}
.hairloss-awareness-month-2021 .hairloss-awareness-month-flex > div:first-of-type {
	width: 200px;
	min-width: 200px;
}
.hairloss-awareness-month-2021 .hairloss-awareness-month-caroline p {
	 margin: 0;
}
.newsletter-signup-form a {
	color: #c8003c;
}
.btc-2021-signup .flex,
.bea-2021-signup .flex,
.my-salon-suite-signup {
	position:relative;
}
.btc-2021-signup iframe,
.bea-2021-signup iframe,
.my-salon-suite-signup iframe {
	min-height: 320px;
}
.btc-2021-signup .flex > div:nth-of-type(1),
.bea-2021-signup .flex > div:nth-of-type(1),
.my-salon-suite-signup > div:nth-of-type(1) {
	border-right: 1px solid #acacae;
}
.btc-2021-signup .flex > div:nth-of-type(1) p,
.bea-2021-signup .flex > div:nth-of-type(1) p,
.my-salon-suite-signup > div:nth-of-type(1) p {
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
	font-size: 45px;
}
.btc-2021-signup .flex > div:nth-of-type(2),
.bea-2021-signup .flex > div:nth-of-type(2),
.my-salon-suite-signup > div:nth-of-type(2) {
	position: relative;
	top: 20px;
}
.btc-2021-signup .flex > div:nth-of-type(2) p,
.bea-2021-signup .flex > div:nth-of-type(2) p,
.my-salon-suite-signup > div:nth-of-type(2) p {
	margin: 0;
}
.no-breaker-wrapper .no-breaker-black-bg-wrapper,
.no-breaker-wrapper .no-breaker-gray-bg-wrapper {
	position:relative;
}
.no-breaker-wrapper .no-breaker-black-bg .no-breaker-padding {
	min-height: 350px;
	background-color:#000;
}
.no-breaker-wrapper .no-breaker-gray-bg .no-breaker-padding {
	min-height: 350px;
	background-color:#000;
	background: url('https://prostore.scissorboy.com/images/no-breaker/steps-bg.jpg');
}
.no-breaker-wrapper .no-breaker-black-bg .no-breaker-padding > div, 
.no-breaker-wrapper .no-breaker-gray-bg .no-breaker-padding > div {
	height: 100%;
	color: #fff;
}
.no-breaker-wrapper .no-breaker-black-bg p,
.no-breaker-wrapper .no-breaker-gray-bg p {
	color: #fff;
}
.no-breaker-wrapper .no-breaker-left {
	margin-bottom: 40px;
}
.no-breaker-wrapper .no-breaker-top {
	margin-bottom: 100px;
}
.no-breaker-wrapper .no-breaker-left-img {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 0;
	transform: translate(0%,-50%);
}
.no-breaker-wrapper .no-breaker-right-img {
	position: absolute;
	width: 50%;
	top: 50%;
	left: 50%;
	transform: translate(0%,-50%);
}
.no-breaker-wrapper .no-breaker-top-img {
	position: absolute;
	width: 50%;
	top: 0;
	left: 50%;
}
.no-breaker-wrapper .no-breaker-left .no-breaker-padding {
	padding: 30px 30px 30px 100px;
}
.no-breaker-wrapper .no-breaker-right .no-breaker-padding {
	padding: 30px 100px 30px 30px;
}
.back-to-school h3 {
	color: #c3874d;
}
.back-to-school p {
	font-size: 16px;
}
.hispanic-heritage-month-header {
	justify-content: space-around;
}
.hispanic-heritage-month p {
	font-size: 16px;
}
.hispanic-heritage-month-strkthru-title {
	height: 43px; 
	margin-top: 30px;
	border-bottom: 3px solid #f18926; 
	text-align: left;
}
.hispanic-heritage-month-strkthru-title > span {
	background-color: #fff; 
	color: #2f2d70;
	font-size: 40px; 
}
.hispanic-heritage-month-lingo .padding {
	clear: both;
}
.hispanic-heritage-month-lingo img {
	float: left;
	margin-right: 10px;
}
.hispanic-heritage-month .hispanic-heritage-month-icons-desc {
	max-width: 215px;
	margin: auto;
}
.color-fresh-masks-strkthru-title {
	position: relative;
	height: 15px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ff004d;
	text-align: center;
}
.color-fresh-masks-strkthru-title > span {
	background-color: #fff;
	color: #000;
	font-size: 25px;
	font-family: 'aspiraThin', Helvetica, Arial, sans-serif;
} 
.color-fresh-masks-strkthru-title-double > span {
	position: absolute;
	width: auto;
	min-width: 300px;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.color-fresh-masks .color-fresh-masks-care p,
.color-fresh-masks .color-fresh-masks-care p {
	margin-top: 10px;
	margin-bottom: 0;
}
.color-fresh-masks .color-fresh-masks-color p {
	color: #aa97c9;
}
.color-fresh-masks .color-fresh-masks-care {
	color: #f4c35f;
}
.fall-trends p {
	font-size: 16px;
}
.fall-trends .magenta-motif {
	background-color: #ffe5ed;
}
.fall-trends .lilac-you-a-lot {
	background-color: #efeef6;
}
.my-salon-suite .my-salon-suite-program {
	background-color: #e6e0df;
}
.my-salon-suite .my-salon-suite-program .flex.padding {
	background-color: #fff;
	border: 2px solid #c80135;
} 
@media screen and (max-width: 1200px) {
	.join-banner {
		padding: 10px !important;
	}
	.join-center {
		display: block;
	}
	.join-left.flex {
		display: flex;
		flex-flow: initial;
		text-align: center;
	}
	.join-banner p {
		margin: 0 10px 0 10px;
	}
	.join-banner .join-btn {
		margin: 10px;
	}		
	.nioxin-scalp-relief .padding-20:first-of-type {
		display:none;
	}
	.nioxin-scalp-relief .nioxin-scalp-relief-intro {
		display:block;
	}
	.nioxin-scalp-relief .nioxin-scalp-relief-intro > div:first-child {
		margin-bottom:20px;
	}
	.nioxin-scalp-relief .nioxin-scalp-relief-intro {
		text-align:center;
	}
	.nioxin-scalp-relief .nioxin-scalp-relief-intro h3 {
		font-size:24px;
	}
	.nioxin-scalp-relief .nioxin-scalp-relief-intro h2 {
		font-size:40px;
	}
	.nioxin-scalp-relief .nioxin-scalp-relief-intro p {
		font-size: 18px;
	}
	.nioxin-scalp-relief .nioxin-scalp-relief-technology p {
		padding: 20px 30px 0 20px;
	}
	.nioxin-scalp-relief .nioxin-scalp-relief-technology .flex > div {
		flex:auto;
		max-width: 150px;
	}
}
@media screen and (min-width: 1280px) {
	.page-productGrid .product__listing.product__grid:not(.list-group-item-wrap) .product-item:nth-of-type(4n):after,
	.page-searchGrid .product__listing.product__grid:not(.list-group-item-wrap) .product-item:nth-of-type(4n):after {
		border-right: 0;
	}
}
@media screen and (max-width: 1064px) {
	.blondorplex-bond {
		height:auto;
		text-align: center;
	}
	.blondorplex-bond div {
		position: relative;
		width:100%;
		height:auto;
		left:0;
		margin: 0 0 30px 0;
		padding:20px;
	}
	.blondorplex-bond img {
		max-width: 320px;
		position: relative;
	}
	.blondorplex-steps {
		display:block;
	}
	.blondorplex-steps img {
		width:100%;
		height: auto;
	}
	.blondorplex-steps .padding {
		padding: 10px;
	}
	.naomi-osaka .naomi-osaka-header-portrait img {
		width: 250px;
	}
}
@media screen and (max-width: 1060px) {
	.blondortoners .toner-collection > div > hr,
	.blondortoners .toner-collection > div > p + p {
		margin-right: 0;
	}
	.blondortoners .toner-collection .btn-shopshades a,
	.blondortoners .toner-collection .swatches {
		margin: auto;
	}
	.blondortoners .platinum .section-title {
		padding-top: 0;
	}
	.blondortoners .platinum #zach,
	.blondortoners .platinum #zach-box {
		float: none;
		margin: auto;
	}
	.blondortoners .platinum #zach-box {
		margin-top: -20%;
	}
	.blondortoners .mixing .timers {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.blondortoners .mixing .timers > div.divider {
		width: 100%;
		height: 2px;
	}
	.blondortoners .kickbrass > div {
		flex-basis: 100%;
	}
	.blondortoners .kickbrass > img {
		margin: 20px auto;
	}
}
@media screen and (max-width: 1047px) {
	.page-fall-shades .blog-post .shades {
		padding: 20px;
		width: 100vw;
		left: calc(-50vw + 50%);
	}
	.page-fall-shades .blog-post .shades > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.page-fall-shades .blog-post .shades .pumpkin,
	.page-fall-shades .blog-post .shades .vanilla {
		margin-top: 20px;
	}
	.page-fall-shades .blog-post .shades > div > img {
		-webkit-box-ordinal-group: 2;
		order: 1;
		max-width: 100%;
	}
	.page-fall-shades .blog-post .shades > div > div {
		-webkit-box-ordinal-group: 3;
		order: 2;
		margin: 0 20px;
	}
	.pride-looks .note {
		position: relative;
		bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.section-title {
		font-size:24px;
	}
	.all-blogs .grid .card {
		display: block;
	}
	.all-blogs .grid .card .card-body {
		max-width: 450px;
		margin: auto;
		padding: 30px 30px;
	}
	.footer__top .otherBrands {
		max-width: 100%;
	}
	.footer__top .otherBrands .ico_wella {
		width: 48px;
		height: 22px;
	}
	.footer__top .otherBrands .ico_clairol {
		width: 63px;
		height: 20px;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.navigation--bottom .navigation__overflow ul li,
	.navigation__overflow ul.mega-menu li.mega-menu-item {
		padding-left: 5px;
		padding-right: 5px;
	}
	.page-productGrid .product__listing.product__grid:not(.list-group-item-wrap) .product-item:nth-of-type(3n):after,
	.page-searchGrid .product__listing.product__grid:not(.list-group-item-wrap) .product-item:nth-of-type(3n):after {
		border-right: 0;
	}
}
@media screen and (min-width: 1024px) {
	.navigation--bottom .nav__links--primary .sub-navigation-section.col-md-2 {
		width: 14%;
		padding: 10px;
	}
	.navigation--bottom .nav__links--primary .sub__navigation .sub-navigation-section.col-md-2 .yCmsComponent.nav__link--secondary {
		padding: 0px;
	}
	.page-productGrid .product__listing.product__grid:not(.list-group-item-wrap) .details .product-details,
	.page-searchGrid .product__listing.product__grid:not(.list-group-item-wrap) .details .product-details {
		position: absolute;
		bottom: 70px;
		left: 0;
		right: 0;
	}
	.page-productGrid .product__listing.product__grid:not(.list-group-item-wrap) .details .addtocart.grid-view-cart,
	.page-searchGrid .product__listing.product__grid:not(.list-group-item-wrap) .details .addtocart.grid-view-cart {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
@media screen and (max-width: 1023px) {
	.prostories-container .flex .full-width img:last-child,
	.prostories-container .flex > div.img {
		display: none;
	}
	.prostories-container .flex .full-width img:first-child {
		float: none;
		width: 100%;
	}
	.pageLabel--nioxin-scalp-recovery .nioxin-container .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.pageLabel--nioxin-scalp-recovery .nioxin-container .flex hr {
		display: none;
	}
	.pageLabel--nioxin-scalp-recovery .nioxin-container .flex > div {
		border-bottom: 1px solid #333;
	}
}
@media (max-width: 1100px) {
	.affiliate-code-header {
		background-image: none;
	}
	.affiliate-code .form-container form {
		max-width:100%;
	}
	.affiliate-code-header .center{
		height:auto;
		padding: 50px 0 0 0;
	}
	.affiliate-code-step {
		text-align:center;
	}
	.wellaTRL-polaroid-left {
		margin-left: 55%;
		margin-top: -31%;
	}
	.wellaTRL-polaroid-right {
		margin-left: 10%;
		margin-top: -32%;
	}
	.ICA21-polaroid-right {
		margin-left: 5%;
		margin-top: -34%;
	}
}
@media screen and (max-width: 980px) {
	.pageLabel--globalelite .ge-container table th,
	.my-salon-suite table th {
		padding: 0 2px;
	}
	.pageLabel--globalelite .ge-container table th > div,
	.my-salon-suite table th > div {
		font-size: 2.2vw;
		line-height: 1.2;
		border-radius: 0 15px 0 15px;
	}
	.pageLabel--globalelite .ge-container table td,
	.my-salon-suite table td {
		font-size: 12px;
		line-height: 1.2;
	}
	body[class*='pageLabel--kadus-'] .kadus-lightplex-container .howitworks .video-container > iframe {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	body[class*='pageLabel--kadus-'] .kadus-lightplex-container .howitworks .video-container > div {
		-webkit-box-ordinal-group: 3;
		order: 2;
		text-align: center;
	}
	body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture-desktop {
		display: none;
	}
	body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture-mobile {
		display: table;
	}
	body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture-mobile th {
		text-align: left;
		padding: 10px;
	}
	body[class*='pageLabel--kadus-'] .kadus-lightplex-container .table-mixture-mobile td {
		font-size: 14px;
	}
	.pride-looks-look {
		padding: 20px;
	}
	.pride-looks-look:after {
		border: none;
	}
}
@media screen and (max-width: 950px) {
	.join-container,
	.join-header .subtitle {
		width: 95%;
	}
	.join-container .perks {
		margin-top: 100px;
	}
	.join-container .perks > img {
		width: 174px;
		margin-top: -50px;
	}
	.join-container .perks .icons .perk > div {
		-webkit-box-flex: 1;
		flex: 1;
	}
	.schools .schools-content, .schools .affiliate-program-banner {
		width: 95%;
	}
	.schools .affiliate-program-banner .flex .padding {
		padding:0;
	}	
	.schools .join-container .btn {
		width: auto;
		max-width: 220px;
	}
	.btc2019-container,
	.btc2019-container h1 + p {
		width: 100%;
	}
	.darkoil-container {
		width: 100%;
	}
	.darkoil-container > div .txt p.title {
		font-size: 3vw;
	}
	.darkoil-container > div .txt {
		font-size: 2.1vw;
	}
	.darkoil-container > div .btn-filled {
		font-size: 2vw;
		height: 4vw;
		line-height: 2;
		padding: 0 10px;
	}
	.darkoil-container > div .txt p {
		margin: 1vw 0;
	}
	.darkoil-container > div .txt p:last-child {
		margin: 0;
	}
	.darkoil-container > div .txt .note {
		font-size: 1.8vw;
	}
	.page-fallshades .blog-post .shades > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.page-fallshades .blog-post .shades .pumpkin,
	.page-fallshades .blog-post .shades .vanilla {
		margin-top: 0;
	}
	.page-fallshades .blog-post .shades img {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.page-fallshades .blog-post .shades > div > div {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	.pageLabel--holiday-glam .holidayglam-container .flex > div {
		flex-basis: 100%;
	}
}
@media screen and (min-width: 950px) {
	.details,
	body[class*='sweepstakes']-reg .details {
		width: 50%;
	}
}
@media screen and (max-width: 910px) {
	body[class*='pageLabel--blog'] .recommended-products {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
        -ms-flex-direction: column;
		flex-direction: column;
	}
	body[class*='pageLabel--blog'] .recommended-products .product {
		width: 100%;
		max-width: 200px;
		margin: auto;
	}
	.shimmer-lights.shimmer-lights-color h2 {
		font-size: 24px;
	}
	.shimmer-lights.shimmer-lights-color p,
	.shimmer-lights.shimmer-lights-care p {
		font-size: 14px;
	}
	.shimmer-lights-color-shade > a:first-of-type img {
		position: relative;
	}
	.marula-oil .marula-oil-steps > div:nth-of-type(1):after {
		display: none;
	}
	.marula-oil .marula-oil-steps {
		display: block;
	}
}
@media screen and (max-width: 865px) {
	.flex-top > div, .flex > div, .flex-max > div {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.flex-top > div.txt, .flex > div.txt, .flex-max > div.txt {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	.flex-top > div, .flex > div, .flex-max > div {
		-webkit-box-flex: 1;
		flex-direction:column;
	}
	.video-responsive {
		overflow:hidden;
		padding-bottom:56.25%;
		position:relative;
		height:0;
	}
	.video-responsive iframe, .video-responsive video{
		left:0;
		top:0;
		height:100%;
		width:100%;
		position:absolute;
	}
	.padding-50 {
		padding:30px 30px 30px 30px;
	}
	h3 {
		font-size:20px;
	}
	.btn-filled {
		height:auto !important;
	}
	.pageLabel--promos .promo-container {
		padding-top: 10px;
		max-width: 500px;
	}
	.pageLabel--promos .promo-box {
		display: block;
	}
	.pageLabel--promos .promo-box .image {
		width: 100%;
		max-width: 300px;
		margin: auto;
	}
	.pageLabel--promos .promo-container .hdr  {
		margin-left: 0px;
		font-size: 16px;
	}
	.pageLabel--promos .yCmsComponent .simple-banner.banner__component--responsive.banner-item {
		max-width: 350px;
		margin: auto;
		text-align: center;
	}
	.thankyou.thankyou-header .flex {
		display:block;
	}
	.thankyou.thankyou-content-blocks .flex,
	.thankyou.thankyou-content-blocks .flex-top {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		flex: auto;
	}
	.thankyou .wellanew h4 {
		font-size: 50px;
	}
	.thankyou .wellanew h5 {
		font-size:22px;
	}
	.affiliate-code .affiliate-code-content > div:nth-of-type(1),
	.affiliate-code .affiliate-code-content > div:nth-of-type(2) {
		float: none;
		width:100%;
	}
	.hairloss-awareness-month p {
		font-size: 14px;
		line-height: 1.5em;
	}
	.hairloss-awareness-month .hairgraphic > div {
		padding-left:0px;
		padding-right:0px;
	}
	.nioxin-btn {
		font-size:18px;
		padding:10px;
	}
	.blondor-base-breaker .wellaplex-bond-stabilizer {
		height:auto;
		overflow: hidden;
		margin-bottom: 30px;
	}
	p[class*="wellaTRL-polaroid"],
	.ICA21-polaroid-right {
		position:relative;
		margin:0 auto !important;
		text-align: center;
	}
	body[class*='pageLabel--kadus-'] .kadus-lightplex-container .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	body[class*='pageLabel--kadus-'] .kadus-lightplex-container .color .flex > div {
		width: 100%;
	}
	body[class*='pageLabel--valentines-day'] .valentinesday-container:not(.love) .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.wellafamily .about {
		width: 100%;
		height: auto;
		float: none;
		margin-top: -55%;
		padding: 60% 20px 20px 20px;
	}
	.wellafamily .headshot {
		display: block;
		margin-left: 20px;
		float: none;
		top: 0;
		width: 60%;
	}
	.brazilian-illuminage .brazilian-illuminage-steps-left {
		position: relative;
		float: none;
		width: 100%;
		top: 0;
		padding: 0;
	}
	.brazilian-illuminage .brazilian-illuminage-steps-left > div {
		border-right:none !important;
	}
	.brazilian-illuminage .brazilian-illuminage-steps-right h4 { 
		font-size:28px;
	}
	.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-final > div:nth-child(2) {
		margin-top:0;
	}
	.brazilian-illuminage .join-banner .flex-max {
		display:block;
	}
	.invigo > .flex .padding-50 {
		height: auto;
	}
	.btc2021 .btc2021-header > div:nth-of-type(1) {
		padding:0;
	}
	.btc2021 .btc-formula .padding-20 {
		padding: 10px;
	}
	.btc2021 .btc2021-logo {
		width: 80px;
	}
	.btc2021 .btc2021-promo {
		width: 150px;
		top: -60px;
	}
	.naomi-osaka .naomi-osaka-header-portrait {
		position:relative;
		top: 20px;
		left: auto;
	}
	.shimmer-lights-care h2 {
		font-size: 24px;
	}
	.shimmer-lights-care .shimmer-lights-products-product {
		float: none;
	}
}
@media screen and (min-width: 769px) {
	.tablet-show {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.tablet-hidden {
		display: none !important;
	}
	.all-blogs .blog-content {
		display:block;
	}
	.all-blogs .blog-sidebar {
		width:100%;
		padding: 10px;
		margin-bottom: 20px;
	}
	.all-blogs .blog-sidebar .blog-header {
		max-width: 250px;
		margin: auto;
	}
	.all-blogs .filter_control {
		padding: 0 0 10px 0;
		border: 0;
	}
	.all-blogs .filter_control .filter_button {
		width:auto;
		display:inline-block;
		padding: 0 5px;
	}
	.all-blogs .blog-sidebar .recent_blog-sidebar,
	.all-blogs .blog-sidebar .featured_blog-sidebar  {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.all-blogs .blog-content .filter_category-name .filter_category-title {
		padding:0;
	}
	.all-blogs .blog-search-bar {
		padding: 10px 0 10px 0;
		border-bottom: none;
	}
	.all-blogs .blog-center {
		width:100%;
	}
	.all-blogs .grid .card {
		font-size: 3vw;
	}
	.all-blogs .grid .card-title {
		font-size: 5vw;
	}
	.all-blogs .grid .card:before {
		height: 250px;
	}
	.all-blogs .grid .card > a {
		width: 250px;
		height: 250px;
	}
	.all-blogs .grid .card .thumb {
		width: 250px;
		height: 250px;
	}
	.all-blogs .filter_control.blog-skeleton .filter_button {
		display:inline-block;
		margin: 0 5px;
	}
	.all-blogs .grid .blog-skeleton .card-title {
		height: 20px;
	}
	.blog-center .blog-post-empty.blog-skeleton .blog-img {
		width: 200px;
		height: 200px;
	}
	.opi-wrapper .opi-flex > div {
		flex-basis: 50%;
		width: 50%;
	}
	body[class*='pageLabel--btc2019'] .btc-box {
		width: 100%;
	}
	body[class*='pageLabel--btc2019'] .btc-box .image {
		margin: 0 auto 20px auto;
	}
	body[class*='pageLabel--btc2019'] .btc-box.sebman .image {
		margin-left: auto;
	}
	.pageLabel--memorialdaysale .coty-page .row:nth-child(3) .col-md-12 .image-item {
		display: block;
		width: 100%;
	}
	.page-system-pro .row .yCmsContentSlot.col-md-12 .image-item {
		width: 50%;
	}
	body[class*='pageLabel--color'] .color-container .artist-container img {
		max-width: 200px;
	}
	body[class*='pageLabel--color'] .color-container .artist-container .main-text {
		padding-bottom: 30px;
	}
	body[class*='pageLabel--color'] .color-container .thelook > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	body[class*='pageLabel--color'] .color-container .steps-container .steps-before > div {
		-webkit-box-flex: 1;
		flex: 1 100%;
	}
	.pageLabel--globalelite .ge-container .join-container {
		max-width: 100%;
	}
	.why-illumina .flex {
		display:block;
	}
	.why-illumina .why-illumina-premium-service > div:nth-child(2) {
		border-top: #fff solid 10px;
	}
	.illumina-color .padding-30 {
		max-width: 100% !important;
		text-align:center;
	}
	.btc-2021-signup .flex,
	.bea-2021-signup .flex,
	.my-salon-suite-signup {
		display:block;
	}
	.btc-2021-signup .flex > div:nth-of-type(1),
	.bea-2021-signup .flex > div:nth-of-type(1),
	.my-salon-suite-signup > div:nth-of-type(1) {
		border-right: 0;
		padding-bottom: 0;
		padding-top: 0;
	}
	.btc-2021-signup .flex > div:nth-of-type(1) p,
	.bea-2021-signup .flex > div:nth-of-type(1) p,
	.my-salon-suite-signup > div:nth-of-type(1) p {
		font-size: 30px;
	}
	.btc-2021-signup .flex > div:nth-of-type(2),
	.bea-2021-signup .flex > div:nth-of-type(2),
	.my-salon-suite-signup > div:nth-of-type(2) {
		top:0;
	}
	.color-fresh-masks .flex.padding-20,
	.color-fresh-masks .color-fresh-masks-color .flex-top,
	.color-fresh-masks .color-fresh-masks-care .flex-top {
		display: block;
	}
	.color-fresh-masks .color-fresh-masks-care .flex-top.padding-row > div:first-of-type,
	.color-fresh-masks .color-fresh-masks-care .flex-top.padding-row > div:last-of-type {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (min-width: 641px) and (max-width: 1253px) {
	.bea-2019 .grid .panel {
		width: 43%;
	}
}
@media screen and (max-width: 640px) {
	.pageLabel--promos .promos-brands > div {
		max-width: 80px;
		padding: 5px;
	}
	.pageLabel--promos h2 {
		font-size: 24px;
	}
	.pageLabel--promos h3 {
		font-size: 14px;
	}
	.pageLabel--promos .promo-box ul li,
	.pageLabel--promos p {
		font-size: 14px;
	}
	.pageLabel--promos .promos-strkthru-title {
		margin-bottom: 10px;
	}
	.pageLabel--promos .promos-strkthru-title > span {
		font-size: 20px; 
	}
	.pageLabel--promos .col-md-12 .image-item,
	.pageLabel--promos .col-md-12 .yCmsComponent.no-space.yComponentWrapper {
		display: block !important;
		width: 100% !important;
	}
	.footer__top .otherBrands .ico_wella {
		width: 54px;
		height: 25px;
	}
	.footer__top .otherBrands .ico_clairol {
		width: 73px;
		height: 23px;
	}
	.bea-2019 .grid .panel {
		width: 100%;
	}
	.btc2019-container {
		font-size: 4vw;
	}
	.btc2019-container h1.main-title {
		font-size: 7vw;
	}
	body[class*='pageLabel--blog'] .blog-post {
		width: 100%;
	}
	body[class*='pageLabel--blog'] .quote {
		margin: 0;
		padding: 40px 10px;
	}
	body[class*='pageLabel--blog'] .blog-post .alignleft,
	body[class*='pageLabel--blog'] .blog-post .alignright {
		float: none;
		display: block;
		margin: 20px auto;
		text-align: center;
	}
	body[class*='pageLabel--blog'] .blog-post img {
		margin: 0 auto;
		max-width:100%;
	}
	body[class*='pageLabel--blog'] .blog-post .title {
		font-size: 6vw;
	}
	.pageLabel--globalelite .ge-container .howitworks-container .flex > div {
		width: 100%;
		border-right: 0;
		padding: 20px 0;
	}
	.pageLabel--globalelite .ge-container .howitworks-container .flex > div:after {
		position: absolute;
		content: '';
		overflow: hidden;
		bottom: 0;
		border: 1px solid #000;
		width: 60%;
		left: 20%;
	}
	.pageLabel--globalelite .ge-container .redeem-container .redeem-points,
	.my-salon-suite .redeem-points {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.pageLabel--globalelite .ge-container .get-container img,
	.my-salon-suite .get-container img {
		max-width: 100%;
		margin-bottom: 40px;
	}
	.pageLabel--globalelite .ge-container .join-container .join-buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.pageLabel--globalelite .ge-container .join-container .join-buttons > div.divider {
		display: none;
	}
	.details .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.details .flex > div:first-child {
		border-right: 0 !important;
		border-bottom: 1px solid #e93270;
	}
	.influencer-container .headshot {
		display: block;
		margin-left: 20px;
		float: none;
		top: 0;
		width: 60%;
	}
	.influencer-container .bio {
		width: 100%;
		float: none;
		margin-top: -55%;
		padding: 60% 20px 20px 20px;
	}
	.influencer-container .bio .sub {
		font-size: 28px;
	}
	.influencer-container .favprod {
		display: block;
		float: none;
		max-width: 100%;
		overflow: hidden;
		padding: 20px;
	}
	.influencer-container .favprod img {
		float: none;
		margin: 0px auto;
	}
	.influencer-container .favprod .title {
		width: auto;
		margin: 7% auto;
		font-size: 18px;
	}
	.influencer-container .video-cont {
		float: none;
		width: 100%;
	}
	.influencer-container .insta > div > div {
		width: calc(98% / 2);
	}
	.wellafamily .upcoming-events > tbody > tr {
		display:block;
	}
	.wellafamily .upcoming-events > tbody > tr > td:nth-child(1) {
		display:block;
		width:100%;
		height:auto;
	}
	.wellafamily .upcoming-events > tbody > tr > td:nth-child(2) {
		display: block;
		border-left:none;
		border-bottom:10px solid #fff;
	}
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
	.page-productGrid .product__listing.product__grid:not(.list-group-item-wrap) .product-item:nth-of-type(2n):after,
	.page-searchGrid .product__listing.product__grid:not(.list-group-item-wrap) .product-item:nth-of-type(2n):after {
		border-right: 0;
	}
	.contact-us .contact-us-info > div:nth-of-type(1),
	.contact-us .contact-us-info > div:nth-of-type(2)  {
		flex-basis: 50%;
	}
	.contact-us .contact-us-info > div:nth-of-type(3) {
		flex-basis: 100%;

	}
}
@media screen and (min-width: 640px) {
	.page-WellaCareLP .coty-page .image-item,
	.page-WellaColorLP .coty-page .image-item,
	.page-WellaEIMILP .coty-page .image-item,
	.page-WellaMainLP .coty-page .image-item,
	.pageLabel--Discover-KolestonPerfect-Me .coty-page .image-item,
	.pageLabel--KolestonPerfect-Me-LP .coty-page .image-item {
		width: 48%;
		display: inline-block;
		margin: 15px 1%;
	}
	.page-productGrid .product__listing.product__grid:not(.list-group-item-wrap) .product-item:after,
	.page-searchGrid .product__listing.product__grid:not(.list-group-item-wrap) .product-item:after {
		content: '';
		position: absolute;
		border-right: 1px solid #ccc;
		right: -1px;
		height: 90%;
	}
	.page-ca-promos .coty-page .image-item,
	.page-fathers-day .coty-page .image-item,
	.page-kadus-professional .coty-page .image-item {
		width: 33%;
		display: inline-block;
	}
	.page-KPProTips .accordion {
		width: 80%;
		margin: 0 auto 20px auto;
	}
	.page-wedding-hair-plan .simple-banner.banner-item {
		max-width: 60%;
		height: auto;
		margin: auto;
	}
	.page-wedding-hair-plan .one-image-container .simple-banner.banner-item:nth-child(1),
	.page-wedding-hair-plan .one-image-container .simple-banner.banner-item:nth-child(3) {
		max-width: 100%;
	}
}
@media screen and (max-width: 639px) {
	.contact-us .contact-us-info.flex {
		display: block;
	}
	.contact-us h2 {
		font-size: 16px;
	}
	.contact-us .contact-us-info-block {
		min-height: auto;
	}
	#colorchart {
		margin-left: 0;
	}
	#colorchart .chartlink {
		display: block;
		font-size: 18px;
	}
	.pageLabel--kp-pureauburn .kp-pureauburn-container .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.pageLabel--kp-pureauburn .kp-pureauburn-container .header.flex > div:first-child,
	.pageLabel--kp-pureauburn .kp-pureauburn-container .kp43.flex > div:first-child,
	.pageLabel--kp-pureauburn .kp-pureauburn-container .kp543.flex > div:last-child,
	.pageLabel--kp-pureauburn .kp-pureauburn-container .kp9944.flex > div:first-child {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
	.pageLabel--kp-pureauburn .kp-pureauburn-container .header.flex > div:last-child,
	.pageLabel--kp-pureauburn .kp-pureauburn-container .kp43.flex > div:last-child,
	.pageLabel--kp-pureauburn .kp-pureauburn-container .kp543.flex > div:first-child,
	.pageLabel--kp-pureauburn .kp-pureauburn-container .kp9944.flex > div:last-child {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}
	.pageLabel--newyear-newyou-2020 .nyny2020-container .transformation.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.pageLabel--newyear-newyou-2020 .nyny2020-container .trends.flex > div {
		width: calc(98% / 2);
	}
	.checkout-steps {
		float:none !important;
	}
	.checkout-review.hidden-xs, .place-order-form.hidden-xs {
		display:block !important;
	}
	#brandeducators .note {
		padding: 0px 0px 0px 0px;
	}
	.gray-banner {
		padding:2px 10px 2px 10px;
		background-color:#414042;
		color:#ffffff;
		text-align:center;
	}
	.red-strkthru-title > span {
		font-size: 20px; 
	}
	.blm-wrapper h2 {
		font-size: 16px;
	}
	.blm-wrapper p {
		font-size: 14px;
	}
	.yellow-strkthru-title > span {
		font-size: 20px; 
	}
	.mental-health-strkthru-title > span {
		font-size: 20px; 
	}
	.AAPI-month-strkthru-title > span {
		font-size: 20px; 
	}
	.pride-wrapper p {
		font-size: 14px;
	}
	.rainbow-strkthru-title > span {
		font-size: 20px; 
	}
	.suicide-prevention-month .strkthru > span, .isse .strkthru-title > span {
		font-size: 20px; 
	}
	.green-strkthru-title > span {
		font-size: 20px; 
	}
	.mens-health .padding.flex p {
		width: auto;
		padding-top:10px;
	}
	.mens-health .flex-top {
		display: block;
	}
	.mens-health .flex-top .padding-30 {
		min-height:100%;
	}
	.winter-hair h4.center {
		font-size:16px;
	}
	.color-fresh-masks-strkthru-title > span {
		font-size: 18px;
	}
}
@media screen and (max-width: 620px) {
	.form-container form, .cdr-container #frm-cdr {
		width: 100%;
		margin: 0px auto;
	}
	.cdr-container .addItem {
		position:relative;
		max-width:100px;
	}
	.join-container .join-buttons > div.divider {
		display: none;
	}
	.join-container .perks .icons .perk {
		padding: 5px 10px 5px 10px;
	}
	.join-container .perks .icons .perk > p,
	.join-container .perks .icons .perk > p span {
		font-size: 2.8vw;
		line-height: 1.2;
	}
	.blondortoners .toner-collection .swatches {
		width: 100%;
	}
	.blondortoners .video-container > div {
		height: 100px;
	}
	.blondortoners .video-container .section-title {
		font-size: 25px;
	}
	.topNav nav > ul > li {
		height: auto;
		line-height: 20px;
	}
	.topNav .notice,
	.topNav nav {
		margin: auto;
	}
	.pageLabel--nutricurls .nutricurls-container,
	.pageLabel--nutricurls .nutricurls-container .hair-styles div {
		width: 100%;
	}
	.pageLabel--nutricurls .maintext,
	.pageLabel--nutricurls .nutricurls-container .freeyourcurls {
		width: 90%;
	}
	.pageLabel--nutricurls .nutricurls-container .shop-container button {
		font-size: 16px;
	}
	.pageLabel--nutricurls .nutricurls-container .shop-container .divider {
		display: none;
	}
	body[class*='pageLabel--color'] .color-container .section-title {
		font-size: 5.5vw;
	}
	body[class*='pageLabel--color'] .color-container .steps-container .steps-before > .steps > div > div {
		width: 100%;
	}
}
@media screen and (max-width:600px) {
    .virtual-classroom td {
        width:100%;
        display:block;
    }
    .virtual-classroom tr {
        border-bottom: solid 1px #ccc;
    }
    .virtual-classroom tbody > tr:last-of-type {
        border-bottom:none;
    }
    .virtual-classroom #virtual-classroom-dropdown {
        width:200px;
        margin-bottom:20px;
    }
    .virtual-classroom .sort-refine-bar {
        float:none;
    }
	.virtual-classroom .btn-filled-sm {
		width:100px;
	}
	.blondorplex-wellaplex .bond-stabilizer {
		position: relative;
		margin:0 auto;
		left:0;
	}
}
@media screen and (min-width: 552px) {
	.mobile-show {
		display: none;
	}
	.hello-summer .hello-summer-fusionplex p:first-of-type {
		min-height:220px;
	}
	.how-to-wrapper .video-responsive-half {
		padding-bottom: 50%;
	}
}
@media screen and (max-width: 551px) {
	.mobile-hidden {
		display: none !important;
	}
	.flex-mobile {
		display:flex !important;
		flex-direction: row !important;
	}
	.flex-mobile > div {
		margin: 0px auto;
	}
	.flex-top, .flex, .flex-max {
		display:block;
	}
	.flex-top > div, .flex > div, .flex-max > div {
		flex: 1;
	}
	.flex-top.padding-row > div, .flex.padding-row > div, .flex-max.padding-row > div {
		padding-left:0px;
		padding-right:0px;
	}
	.all-blogs .blog-post .flex-top, .all-blogs .blog-post .flex, .all-blogs .blog-post .flex-max {
		display:block;
	}
	.padding-30 {
		padding:10px 10px 10px 10px !important;
	}
	.anchor {
		top: -120px;
	}
	.half {
		max-width:49%;
		margin:auto;
	}
	.video-responsive-half {
		margin: auto;
		margin-right:0px;
		margin-left:0px;
		padding-bottom: 56.25%;
		flex: 1;
	}
	.flex-top .video-responsive-half, .flex .video-responsive-half  {
		margin-bottom: 20px;
	}
	.tile-hover {
		display:block;
		max-width:254px;
	}
	.tile-text {
		font-size:14px;
	}
	.thankyou.thankyou-content-blocks .flex.center > div {
		flex: auto;
	}
	.WellaMainLP-wrapper .flex.padding-row, .WellaMainLP-wrapper .flex.padding-row .flex {
		display:flex;
	}
	.prostories-container .flex {
		display: block;
		max-width:100%;
	}
    .color-charm-table {
        table-layout:fixed;
    }
    .color-charm-table .td {
        border:none !important;
		min-height:0px;
		padding: 10px;
	}
	.color-charm-table .td img {
		max-height:300px;
		width:auto;
	}
	.color-charm-table .td.space { 
		padding: 0px;
	}
    .color-charm-table .td a {
		font-size: 18px;
	}
	.color-charm-table .colorcharm-bullet {
		display:block;
	}
	.color-charm-table .colorcharm-bullet:before {
		content: "\2022\00A0";
	}
	.color-charm-toners .how-to-apply .padding-50 {
		text-align:center;
	}
	.color-charm-toners .how-to-apply .padding-20 {
		padding:20px;
	}
	.colormotion .flex {
		margin:auto;
		text-align:center;
	}
	.kp-intense-natural-cool .flex.navy .video-responsive-half {
		padding-bottom: 56.25%;
	}
	.kp-intense-natural-cool .flex.bottom > div:nth-of-type(2) {
		padding:0;
	}
	.kp-intense-natural-cool .flex.bottom p {
		margin:20px;
	}
	.kp-intense-natural-cool .flex.navy .padding-50 {
		min-height: 100%;
	}
	.blondor-base-breaker .base-breaker-gray.center .flex p {
		margin: auto !important;
	}
	.blondor-base-breaker .blondor-shop-now {
		text-align: center;
	}
	.fathers-day-left {
		flex: auto;
		width:300px;
		margin:auto;
	}
	.fathers-day-right {
		width:100%;
		margin:auto;
		text-align:center;
	}
	.fathers-day-right p {
		text-align:left;
	}
	.invigo .invigo-header {
		text-align:center;
	}
	.invigo > .flex .padding-50 {
		display:block;
		width: 100%;
		max-width: 100%;
	}
	.invigo > .flex .padding-50 p {
		font-size: 14px;
	}
	.blondor .blondor-stylists-favs h2 {
		font-size: 30px;
	}
	.blondor .blondor-stylists-favs-transparent .flex > div:first-child {
		width: 100%;
		max-width: 100%;
	}
	.btc2021 .btc2021-header.flex {
		display:flex;
	}
	.btc2021 .btc2021-header h2,
	.btc2021 .btc-formula h3 {
		font-size: 18px;
	}
	.btc2021 .btc2021-header h3 {
		font-size:12px;
	}
	.marula-oil .marula-oil-steps .marula-oil-step img {
		padding-right: 0;
	}
	.hello-summer .padding-20 {
		padding: 20px 0 20px 0;
	}
	.naomi-osaka .naomi-osaka-quote-marty {
		margin-right:0;
	}
	.naomi-osaka .naomi-osaka-recreate p {
		min-height: auto;
	}	
	.naomi-osaka .naomi-osaka-quote-marty:before,
	.naomi-osaka .naomi-osaka-quote-marty:after {
		text-shadow: none;
	} 
	.how-to-wrapper h3 {
		font-size: 24px;
	}
	.hairloss-awareness-month-2021 p {
		font-size: 14px;
	}
	.hairloss-awareness-month-2021 h2 {
		font-size: 22px;
	}
	.hairloss-awareness-month-2021 .hairloss-awareness-month-flex > div:first-of-type {
		width: 100%;
	}
	.hairloss-awareness-month-2021 .hairloss-awareness-month-flex > div:first-of-type img {
		width: 200px;
	}
	.no-breaker-wrapper .no-breaker-left, 
	.no-breaker-wrapper .no-breaker-top {
		margin-bottom: 0;
	}
	.no-breaker-wrapper .no-breaker-black-bg .no-breaker-padding,
	.no-breaker-wrapper .no-breaker-gray-bg .no-breaker-padding {
		min-height: auto;
		height:auto;
		padding: 40px 20px 20px 20px;
	}
	.no-breaker-wrapper .no-breaker-left-img,
	.no-breaker-wrapper .no-breaker-right-img,
	.no-breaker-wrapper .no-breaker-top-img {
		position: relative;
		width: 100%;
		top: 20px;
		left: 0;
		transform: none;
	}
	.hispanic-heritage-month-header.flex {
		display: flex;
	}
	.shimmer-lights-care .shimmer-lights-care-products .padding-row > div:nth-of-type(2){
		padding-top: 10px;
	}
	.koleston-perfect .koleston-perfect-color-formulas {
		background: none;
		background-color: none;
	}
	.koleston-perfect .koleston-perfect-color-formulas-bg {
		width: 80%;
		margin: auto;
		padding: 50px 20px 20px 20px;
		background-color: #e8dfd9;
		background: #e8dfd9;
	}
	.koleston-perfect .koleston-perfect-color-formulas-img {
		position: relative;
		width: 100%;
		top: 70px;
		left: 0;
		transform: none;
	}
	.koleston-perfect .koleston-perfect-color-formulas-bg {
		height: auto;
		min-height: auto;
	}
}
@media screen and (max-width: 520px) {
	.details .flex > div:first-child,
	body[class*='sweepstakes']-reg .details .flex > div:first-child {
		border-right: 0;
	}
	.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-step-by-step {
		display: block;
	}
	.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-step-by-step > div:first-child {
		width: 100%;
		padding: 20px 0;
		margin-right: 0;
		text-align:center;
	}
	.brazilian-illuminage.brazilian-illuminage-steps .brazilian-illuminage-step-by-step {
		padding: 0;
	}
	.hispanic-heritage-month-strkthru-title > span {
		font-size: 20px; 
	}
}
@media screen and (max-width: 479px) {
	.page-KPProTips table.info {
		width: 100%;
	}
	.page-system-pro .coty-page .row:nth-child(3) .col-md-12 .image-item {
		width: 100%;
	}
}
@media screen and (max-width: 460px) {
	.banner-item img[title='banner-opi-top.jpg'] {
		max-width: 320px;
	}
	.page-system-pro .row .yCmsContentSlot.col-md-12 .image-item {
		display: block;
		width: 100%;
	}
	body[class*='pageLabel--color'] .color-container .artist-container img {
		float: none;
		display: block;
		margin: -7% auto 0 auto;
	}
}
@media screen and (max-width: 377px) {
	.sticky-header {
		top: 60px;
	}
}