header a,
header p {
	/* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
	font-size: clamp(1rem, 0.9466rem + 0.1487vw, 1.125rem); /* 18 16 */
	font-weight: 400;
	line-height: 27px;
}

header nav {
	max-width: 1780px;
	margin: 0 auto;
	padding: 0 30px;
}

header#mainHeader {
	padding: 0;
	z-index: 999;
	/* box-shadow: 0 0 7px 1px rgba(98, 90, 90, 0.17); */
}

header nav::after {
	content: "";
	height: 0.5px;
	width: 100%;
	background: rgba(98, 90, 90, 0.09);
	top: 158px;
	box-shadow: 0 0 7px 1px rgba(98, 90, 90, 0.17);
	left: 0;
	position: absolute;
}

/* header#mainHeader.sticky {
  position: sticky;
} */

header#mainHeader ul.sub-menu > li {
	padding: 0;
}

header#mainHeader ul.sub-menu > li a {
	color: var(--black);
	white-space: pre;
}

/* header#mainHeader.menu-open {
  background-color: black;
} */

header#mainHeader ul.sub-menu > li > a:hover,
header ul#menu-main-menu > li:hover > a {
	transition: 0.5s ease all;
	-webkit-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	color: var(--red);
	cursor: pointer;
}

header#mainHeader ul#menu-main-menu > li:hover ul.sub-menu {
	display: flex;
}

div#headerCarousel {
	display: grid;
}

.header_carousel {
	max-width: 1780px;
	margin: 0 auto;
	padding: 0 30px;
}

#headerCarousel button.owl-prev,
#headerCarousel button.owl-next {
	position: absolute;
	top: 0;
	margin: 0;
	background: transparent;
	display: flex;
	align-self: anchor-center;
}

#headerCarousel button.owl-prev span,
#headerCarousel button.owl-next span {
	margin: 0;
	padding: 0;
	background: transparent;
}

#headerCarousel button.owl-prev {
	left: 30px;
}

#headerCarousel button.owl-next {
	right: 30px;
}

button#navbarToggle:focus {
	box-shadow: none;
}

header .up_button {
	width: 57px;
	height: 54px;
	position: fixed;
	bottom: 1rem;
	right: 28px;
	z-index: 99;
	font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem); /* 18 16 */
	border: none;
	outline: none;
	background-color: #95282c;
	color: #fff;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
}

ul.wpm-language-switcher {
	display: flex;
	align-items: center;
	height: 17px;
	overflow: hidden;
}

ul.wpm-language-switcher img {
	display: none !important;
}

ul.wpm-language-switcher > li:not(:last-of-type) {
	margin-right: 6.8px;
	padding-right: 8px;
	border-right: 1px solid;
}

ul.wpm-language-switcher span {
	font-size: clamp(1rem, 0.9466rem + 0.1487vw, 1.125rem); /* 18 16 */
	font-weight: 400;
	line-height: 24px;
}

ul.wpm-language-switcher li.active span,
ul.wpm-language-switcher li:hover span {
	color: #95282c;
}

#wcuCurrencySwitcherSimpleClassic {
	display: none !important;
}

@media (width > 1535px) {
	header#mainHeader ul.sub-menu {
		display: none;
		position: absolute;
		left: -17px;
		padding: 16px 26px;
		flex-direction: column;
		gap: 32px 0;
		top: 70px;
		background: #fff;
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
		z-index: 1;
	}

	.menu-item-has-children > a::after {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'><path d='M5.37123 5.74623C5.32214 5.74623 5.27355 5.73626 5.22843 5.71692C5.18331 5.69758 5.14258 5.66928 5.10873 5.63373L0.108731 0.633734C0.074259 0.599264 0.046915 0.558334 0.028259 0.513294C0.00960198 0.468254 0 0.419984 0 0.371234C0 0.322481 0.00960198 0.274207 0.028259 0.229167C0.046915 0.184127 0.074259 0.143204 0.108731 0.108732C0.143203 0.07426 0.184127 0.046915 0.229167 0.028259C0.274207 0.00960198 0.322481 0 0.371234 0C0.419984 0 0.468254 0.00960198 0.513294 0.028259C0.558334 0.046915 0.599264 0.07426 0.633734 0.108732L5.37123 4.83998L10.1087 0.108732C10.1784 0.039112 10.2728 0 10.3712 0C10.4697 0 10.5641 0.039112 10.6337 0.108732C10.7034 0.178351 10.7425 0.272775 10.7425 0.371234C10.7425 0.469684 10.7034 0.564114 10.6337 0.633734L5.63373 5.63373C5.59987 5.66928 5.55915 5.69758 5.51402 5.71692C5.4689 5.73626 5.42032 5.74623 5.37123 5.74623Z' fill='black'/></svg>")
			no-repeat center;
		background-size: contain;
		background-repeat: no-repeat !important;
		margin-left: 10px;
		background-position: center !important;
		cursor: pointer;
	}

	/* header li a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'><path d='M5.37123 5.74623C5.32214 5.74623 5.27355 5.73626 5.22843 5.71692C5.18331 5.69758 5.14258 5.66928 5.10873 5.63373L0.108731 0.633734C0.074259 0.599264 0.046915 0.558334 0.028259 0.513294C0.00960198 0.468254 0 0.419984 0 0.371234C0 0.322481 0.00960198 0.274207 0.028259 0.229167C0.046915 0.184127 0.074259 0.143204 0.108731 0.108732C0.143203 0.07426 0.184127 0.046915 0.229167 0.028259C0.274207 0.00960198 0.322481 0 0.371234 0C0.419984 0 0.468254 0.00960198 0.513294 0.028259C0.558334 0.046915 0.599264 0.07426 0.633734 0.108732L5.37123 4.83998L10.1087 0.108732C10.1784 0.039112 10.2728 0 10.3712 0C10.4697 0 10.5641 0.039112 10.6337 0.108732C10.7034 0.178351 10.7425 0.272775 10.7425 0.371234C10.7425 0.469684 10.7034 0.564114 10.6337 0.633734L5.63373 5.63373C5.59987 5.66928 5.55915 5.69758 5.51402 5.71692C5.4689 5.73626 5.42032 5.74623 5.37123 5.74623Z' fill='black'/></svg>")
      no-repeat center;
    background-size: contain;
    background-repeat: no-repeat !important;
    margin-left: 10px;
    background-position: center !important;
    cursor: pointer;
  } */
}

@media (width < 1535px) {
	header#mainHeader ul.sub-menu {
		position: relative;
		padding: 0;
		top: 0;
		display: flex;
		flex-direction: column;
		margin-top: 16px;
		gap: 16px;
	}

	header#mainHeader ul.sub-menu > li a {
		white-space: wrap;
	}

	header#mainHeader div#navbar-default {
		overflow-y: scroll;
		order: 3;
	}

	ul#menu-main-menu {
		flex-direction: row;
		gap: 16px 54px;
		flex-wrap: wrap;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	ul#menu-main-menu li > a {
		color: var(--red);
	}

	ul#menu-main-menu > li {
		flex: 1;
	}
}

@media (width < 767px) {
	header nav {
		padding: 0 18px;
	}

	.header_carousel {
		padding: 0 18px;
		gap: 5px;
	}

	ul#menu-main-menu {
		padding-bottom: 100px;
	}
}
