#mainLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    visibility: visible;
}

#mainLoader img {
    width: 6rem;
    height: auto;
}

/* Cuando el loader se oculta */
body.loaded #mainLoader {
    opacity: 0;
    visibility: hidden;
}




.tiktokSeparate{
    display: block;
    height: 1rem;
    width: 1px;
    background-color: #fff;
    margin-left: 1.5rem;
}
.tiktokLink{ text-transform: none !important; }
 @media (max-width: 700px) {
	 .tiktokLink{ -right: 1rem; }
 }
 
 
/* #wpadminbar */
#wpadminbar {
	position: absolute;
}

a {
	cursor: pointer;
}

/* #wpadminbar */

#whiteHeader__nav .newNotification>a:first-child,
.tagNew {
	position: relative;
}

.tagNew:after {
	content: "NEW";
	background: #000;
	color: #fff;
	padding: 0.7em 0.5em 0.4em;
	font-size: .6em;
	line-height: .8;
	font-family: 'Post_Grotesk_Bold';
	letter-spacing: 0.1em;
	display: inline-block;
	transform: translateY(-7px);
	margin-left: 5px;
}

#whiteHeader__nav .newNotification>a:first-child {
	display: flex;
	align-items: center;
}

#whiteHeader__nav .newNotification>a:first-child:before {
	content: "";
	background-color: #dcd7d6;
	height: 6px;
	width: 6px;
	border-radius: 5px;
	display: block;
	order: 1;
	margin-top: -15px;
	margin-left: 5px;
}

#close_promo {
    position: absolute;
    right: 5vw;
    width: 1.8em;
    cursor: pointer;
}

#close_promo:hover{
    opacity: 0.6;
}

#promoHeadBar{
    background: #f4f3f2;
    overflow: hidden;
    transition: all .25s ease-in-out;
    position: relative;
    max-height: 4rem;
}
#promoHeadBar a{
    width: 100%;
    height: 100%;
    padding: 8px 35px;
}
#promoHeadBar p{
    margin-bottom: 0;
    letter-spacing: 0.08em;
     font-size: clamp(0.7em, 2vw, 0.85em); 
    font-family: 'Post_Grotesk_Medium';
    color: #000 !important;
    text-align: center;
}

#promoHeadBar.disable{ max-height: 0; }


#whiteHeader__ham-box,
#currentLocation {
	cursor: pointer;
}


/* -Location Modal */
#location_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	z-index: 102;
}

#location_container.active {
	visibility: visible;
	opacity: 1;
}

#location_modal {
	width: 55%;
	background-color: #fff;
}

#module_location_title {
	padding: 2rem 0.8rem 1.8rem;
	border-bottom: 1px solid #e8e8e8;
}

#location_title {
	font-size: 1.7rem;
	letter-spacing: 1.6px !important;
	margin: 0;
	padding: 0;
}

#box_flags {
	width: 85%;
	padding: 1.5em 0em;
	margin: auto;
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}

.module_flag {
	height: clamp(2em, 4.2vw, 5.5em);
	border: 1px solid #fff;
	box-sizing: content-box;
	border-radius: 2px;
}

.module_flag p {
	font-size: 0.8em;
	margin-bottom: 0;
  font-family: 'Post_Grotesk_Bold';
  text-transform: uppercase;
}
.module_flag p span {
  font-family: 'Post_Grotesk_Medium';
}

.module_flag:hover {
	background-color: #FBFBFB;
	border: 1px solid #f3f3f3;
}

.module_flag img,
#currentLocation {
	height: 17px !important;
	width: 32px !important;
	margin: 0em 1.5rem;
}

/* Location Modal- */


#overlayH {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(2px);
	display: block;
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	z-index: 99;
}

#overlayH.active {
	visibility: visible;
	opacity: 1;
}


/* -Header */
#headerMonat {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

#whiteHeader>div,
#blueHeader>div {
	height: 100%;
}


#blueHeader{
	background-color: #000;
	height: 30px;
	position: relative;
	z-index: 1;
 }

#blueHeader a,
#blueHeader p {
	margin: 0;
	font-size: 1.1rem;
	letter-spacing: 0.12rem;
	color: #fff;
}

#whiteHeader {
	height: 70px;
	position: relative;
	border-bottom: 1px solid #dfdfe1;
	background-color: #fff;
	z-index: 1;
}

#whiteHeader__logo-box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#whiteHeader__logo-box img {
	width: clamp(11em, 13vw, 16em);
	z-index: 10;
    position: relative;
}

#headerMonat .login_icon {
	width: 1.3rem;
	margin-right: 1.3rem;
}


.whiteHeader__nav-list,
#whiteHeader__ham-box,
#whiteHeader__nav {
	z-index: 1;
}

#whiteHeader ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

/* Header- */


#whiteHeader p,
#whiteHeader a {
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	font-family: 'Post_Grotesk_Medium';
	margin: 0;
	color: #000;
	display: inline-block;
}


.extraRow__finder>button p:last-child:after,
.whiteHeader__nav-list>li>p:after,
.whiteHeader__box-content .txt_underbanner:after {
	content: url("https://monatglobal.com/wp-content/uploads/2022/08/dropdown-arrow.svg");
	width: 0.7rem;
	float: right;
	opacity: 0.6;
	transition: .3s all;
	transform: rotate(-180deg);
	margin-top: -2px;
	margin-left: 5px;
}

.whiteHeader__box-content .txt_underbanner:after {
	transform: rotate(-90deg);
}

.whiteHeader__nav-list>li:hover>p:after {
	transform: rotate(0deg);
}

.whiteHeader__box-content .txt_underbanner:after {
	width: 0;
}

.whiteHeader__box-content .navBanner:hover .txt_underbanner:after {
	width: 0.7rem;
}


#whiteHeader__submenu-prod {
	background-color: #f7f7f6;
	top: 0px;
	right: 0;
	width: 100%;
	position: absolute;
	height: 0;
	overflow-y: hidden;
	z-index: -1;
}

.whiteHeader__box-content {
	background-color: #fff;
	position: absolute;
	height: 0;
	overflow-y: hidden;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.whiteHeader__box-content ul {
	margin-right: 5%;
	width: 45%;
}

#whiteHeader .whiteHeader__box-content ul a {
	padding: 0.5rem 1rem 0.15rem 1rem;
  margin-bottom: 0.2rem;
	transition: background .3s ease-in-out;
	display: inline-block;
	border-radius: 3px;
	font-size: 1.55rem;
	font-family: 'Post_Grotesk_Book';
	letter-spacing: 0.02em;
}

.whiteHeader__box-content-seeAll{
  font-family: 'Post_Grotesk_Medium' !important;
  background-color: #f4f3f2;
}

.whiteHeader__box-content .navBanner>div {
	overflow: hidden;
}

.whiteHeader__box-content .imgCategory {
	width: 100%;
	object-fit: cover;
	height: min(23vw, 30rem);
}

.box_img_h {
	width: 100%;
	height: min(23vw, 30rem);
}

.navBanner .imgLabel {
	display: inline-block;
	padding: 5px 10px 3px;
	background-color: #000;
	font-family: 'Post_Grotesk_Bold';
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 2px;
	margin-top: 7px;
	margin-left: 7px;
	z-index: 1;
}

.box_img_h img {
	object-fit: cover;
	min-height: 100%;
	min-width: 100%;
}


.box_img_h>div {
	height: 100%;
}

.box_img_h>div:last-child {
	overflow: hidden;
}

.box_img_h *,
.imgCategory {
	transition: transform .2s ease-in-out;
}

.whiteHeader__box-content .navBanner:hover>.box_img_h div:first-child,
.whiteHeader__box-content .navBanner:hover img,
.whiteHeader__box-content .navBanner:hover .imgCategory {
	transform: scale(1.01);
}

#hairTab .box_img_h>div:first-child {
	background-image: url('https://monatglobal.com/wp-content/uploads/2024/09/Monat-Scalp-comfort-duo-ecomm-min.png');
	background-size: 90%;
	background-color: #F8F8F8;
}

#rewardsTab .box_img_h>div:first-child {
	background-image: url('https://monatglobal.com/wp-content/uploads/2024/12/electric-bonus-now-avialable_new.jpg');
}

#skinTab .box_img_h>div:first-child {
	background-image: url('https://monatglobal.com/wp-content/uploads/2023/05/hydrate-refresh-ecomm.png');
	background-size: 90%;
	background-color: #F8F8F8;
}


#wellnessTab .box_img_h>div:first-child {
	background-image: url('https://monatglobal.com/wp-content/uploads/2020/12/Energy-Ecomm-2.png');
	background-size: 90%;
	background-color: #F8F8F8;
}

#specialtiesTab .box_img_h>div:first-child {
	background-image: url('https://monatglobal.com/wp-content/uploads/2021/07/MONAT-JUNIOR-GENTLE-DETANGLER.png');
	background-size: 70%;
	background-color: #F8F8F8;
}


#whiteHeader__ham-extra-content .box_img_h>div:first-child {
	background-image: url('https://monatglobal.com/wp-content/uploads/2024/12/electric-bonus-now-avialable_new.jpg');
}

.whiteHeader__box-content .txt_underbanner {
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	display: block !important;
}

/*.hairTab { top: 49px; }*/

#whiteHeader__ham-icon {
	width: 4em;
	margin-left: 0.5rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	user-select: none;
}

#whiteHeader__ham-icon .line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #000;
	stroke-width: 3.5;
}

#whiteHeader__ham-icon .top,
#whiteHeader__ham-icon .middle,
#whiteHeader__ham-icon .bottom {
	transition: transform 400ms;
}

#whiteHeader__ham-icon .top {
	transform-origin: 34% 40%;
}

#whiteHeader__ham-icon .middle {
	transform-origin: 50%;
}

#whiteHeader__ham-icon .bottom {
	transform-origin: 29% 58%;
}

#whiteHeader__ham-icon.active .top {
	transform: translateY(8px);
}

#whiteHeader__ham-icon.active .middle {
	opacity: 0;
}

#whiteHeader__ham-icon.active .bottom {
	transform: translateY(-8px);
}



.extraRow__finder {
	padding: 20px;
	background-color: #fbfbfb;
	border-top: 1px solid #dfdfe1;
	border-bottom: 1px solid #dfdfe1;
	display: flex !important;
}

.extraRow__finder>img {
	width: 10em;
	margin-right: 30px;
}

.extraRow__finder>button {
	background-color: #000;
	padding: 10px 20px;
	border-radius: 0px;
	margin-left: 30px;
	border: none;
	pointer-events: none;
}

.extraRow__finder>button>p {
	font-size: 1.2rem;
	letter-spacing: 1px;
	text-wrap: nowrap;
}

.extraRow__finder>button:after {
	content: url("https://monatglobal.com/wp-content/uploads/2024/04/white-arrow.svg");
	transform: rotate(0deg);
	margin-top: 1px;
	opacity: 0;
}

.extraRow__finder:hover button:after {
	opacity: 1;
}

.extraRow__finder>button img {
	width: 2rem;
	margin-right: 10px;
}

.extraRow__finder>button>span {
	display: block;
	height: 25px;
	width: 2px;
	background: #ffffff;
	margin: 0 15px;
}

.extraRow__finder .surveyor_book_pro_subtitle {
	font-size: clamp(1.7em, 2.5vw, 2.6em) !important;
	display: block !important;
}


@media (min-width : 950px) {
	#whiteHeader__nav {
		display: flex;
		justify-content: space-between;
	}

	.whiteHeader__nav-list {
		display: flex;
		gap: 2rem;
	}

	.whiteHeader__nav-list>li {
		height: 100%;
		display: flex;
		align-items: center;
		cursor: pointer;
		margin-top: 1px;
	}

	.whiteHeader__nav-list>li:not(.skip) .whiteHeader__box-content,
	#whiteHeader__submenu-prod,
	#whiteHeader__ham-extra-content {
		top: 70px;
	}

	#whiteHeader__submenu-prod .whiteHeader__box-content {
		top: 52px;
	}


	#whiteHeader__submenu-prod>li {
		min-width: 13rem;
		display: flex;
		justify-content: center;
		padding: 1.7rem 2rem 1.2rem;
		border-bottom: 3px solid transparent;
	}

	#whiteHeader__submenu-prod>li:hover {
		border-bottom: 3px solid #000 !important;
	}

	.whiteHeader__box-content ul li:not(.whiteHeader__box-content-heading) a:hover {
		background-color: #f4f3f2;
	}

	.whiteHeader__box-content ul li:not(.whiteHeader__box-content-heading) a:hover {
		background-color: #f4f3f2;
	}

	.whiteHeader__box-content>* {
		opacity: 0;
	}

	.whiteHeader__box-content__body {
		padding: 4rem 0 3rem;
	}

	.whiteHeader__box-content-heading p {
		margin-bottom: 10px !important;
	}

	.hide_d {
		display: none !important;
	}

	#whiteHeader__ham-icon {
		pointer-events: none;
	}
}

@media (max-width : 950px) {
	.whiteHeader__nav-list {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
		transition: transform .3s ease-in-out;
	}

	.whiteHeader__nav-list.activeSub {
		transform: translateX(-100%);
	}

	.extraRow__finder {
		border-top: none;
		padding: 30px 0;
		flex-wrap: wrap;
	}

	.extraRow__finder>div {
		width: 63%;
	}

	.extraRow__finder>img {
		width: 35%;
		margin-left: 2%;
		margin-right: 0;
		order: 1;
	}

	.extraRow__finder>button {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		order: 2;
		justify-content: space-evenly;
	}

	.col_100_t {
		width: 100% !important;
	}

	.hide_t {
		display: none !important;
	}

	#blueHeader>div {
		justify-content: flex-end;
	}

	#whiteHeader__ham-icon.active .top {
		transform: rotate(45deg);
	}

	#whiteHeader__ham-icon.active .bottom {
		transform: rotate(-45deg);
	}

	#whiteHeader__nav {
		position: absolute;
		width: 50vw;
		right: 0;
		top: 70px;
		background-color: #fff;
		max-height: 0;
		flex-direction: column;
		justify-content: flex-start !important;
		overflow-y: auto;
		transition: all .4s ease-in-out;
	}

	#whiteHeader__nav.active {
		max-height: 100vh;
		padding-bottom: 9.5rem;
	}

	#whiteHeader__nav li>p,
	#whiteHeader__nav li>a {
		padding: 1.9rem 0 !important;
		width: 100%;
		border-bottom: 1px solid #dfdfe1;
		position: relative;
	}

  #whiteHeader__nav .whiteHeader__box-content-seeAll{
      font-family: 'Post_Grotesk_Book' !important;
      width: fit-content;
      margin-left: auto;
      display: block !important;
      padding: 0.8rem 1.5rem 0.4rem 1.5rem !important;
      border-bottom: none;
      margin-top: 1.5rem;
  }

	.whiteHeader__nav-list>li>p.open:after {
		transform: rotate(-180deg);
	}

	.whiteHeader__nav-list:last-child>li:last-child {
		padding-bottom: 3em;
	}

	#whiteHeader__submenu-prod li>a {
		font-family: 'Post_Grotesk_Book' !important;
	}

	.whiteHeader__acordion-mob {
		height: auto !important;
		max-height: 0;
		top: 0 !important;
		overflow: hidden;
		position: static !important;
		transition: max-height .3s ease-in-out;
	}

	.whiteHeader__acordion-mob.active {
		max-height: 200rem;
		overflow-y: auto;
	}

	.whiteHeader__box-content__body {
		flex-direction: column-reverse;
	}

	.whiteHeader__box-content ul,
	.whiteHeader__box-content__body,
	.whiteHeader__box-content .col_60,
	.whiteHeader__box-content .col_40 {
		width: 100% !important;
	}

	.subMenu_head {
		position: relative;
		padding: 1.5rem 0;
	}

	.subMenu_head>span {
		background-color: #f9f9fb;
		border: 1px solid #d5dae09c;
		border-radius: 2rem;
		cursor: pointer;
		width: 2em;
	}

	.subMenu_head>div {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
	}

	.subMenu_head>div>p {
		margin-bottom: 0;
		font-size: 1.4rem;
		font-family: "SuisseIntl-Medium";
	}


	#whiteHeader__submenu-prod {
		display: block;
		background-color: #fff;
		overflow-x: hidden;
	}

	#whiteHeader__submenu-prod .whiteHeader__box-content {
		padding-left: 2rem;
		padding-right: 2rem;
		height: max-content !important;
		transform: translateX(100%);
		transition: transform .3s ease-in-out;
		display: none;
        padding-bottom: 9.5rem;
	}

	.whiteHeader__nav-list>li>p:after,
	#whiteHeader__submenu-prod > li > a:after{
		 content: url("https://monatglobal.com/wp-content/uploads/2022/08/dropdown-arrow.svg");
		 width:  1.1rem;
		 float: right;
		 opacity: 0.6;
		 transition: .3s all;
		 transform: rotate(0deg);
		 position: absolute;
		 right: 0;
	}
	#whiteHeader__submenu-prod > li > a:after{ transform: rotate(-90deg); }

	.module_flag {
		padding: 0.5em 0em;
	}

	#box_flags {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 700px) {

	.wpml-ls-legacy-list-horizontal {
        padding: 10px 0px 10px 10px !important;
	}

	.wpml-ls-legacy-list-horizontal a {
		padding: 5px 0px 6px !important;
	}

	#whiteHeader__nav {
		width: 100%;
	}

	.box_img_h,
	.imgCategory {
		height: 25vh !important;
	}

	#location_modal {
		width: 80%;
		background-color: #fff;
		margin-top: 10vh;
	}

	#box_flags {
		grid-template-columns: repeat(1, 1fr);
		gap: 5px;
		height: 70vh;
		overflow: auto;
	}

	.module_flag {
		padding: 1em 0.5em;
	}
}


/* - search bar */

#searchBarHeader {
	margin-left: calc(3vw - 1em);
	border: 1px solid #D8D8E0;
	border-radius: 3em;
	padding: 0 1em;
	height: min-content;
	align-self: center;
	z-index: 15;
	background-color: #f4f4f7;
	transition: opacity .1s ease-in-out;
}

#searchBarHeader.focus {
	border: 1px solid #2e2a4a;
}

#searchBarHeader button {
	background: none;
	padding: 0;
	border: none;
}

#searchBarHeader input {
	border: none;
	background-color: #fff0;
	padding: 10px 10px 7px;
	width: max(18vw, 15em);
	font-size: 0.95em;
	transition: width .3s ease-in-out;
}

#searchBarHeader input::placeholder {
	font-family: "SuisseIntl-Medium";
	font-size: 1em;
	letter-spacing: 0.05em;
}


#autocomplete-list {
	position: absolute;
	border: 1px solid #d4d4d4;
	border-bottom: none;
	border-top: none;
	z-index: 99;
	/*position the autocomplete items to be the same width as the container:*/
	top: 55px;
	left: 0;
	overflow-y: scroll;
	height: min-content;
	max-height: 20em;
	right: 0;
	background-color: white;

	width: max(25vw, 21em);
	margin-left: calc(3vw - 1em);
}

#autocomplete-list div {
	padding: 10px;
	cursor: pointer;
	background-color: #fff;
	border-bottom: 1px solid #d5dae09c;
	color: #2e2a4a;
	letter-spacing: 0.03em;
	font-size: 0.9em;
}

/*when hovering an item:*/
#autocomplete-list div:hover {
	background-color: #f4f4f7;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
	background-color: #f9f9fb !important;
}