section.header-top-desk {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 8px 0px 8px 0px;
	background: #000;
}

li.menu-item-depth-1:hover a {
	color: #de7310 !important;
}

.icon-list-items-header-top ul {
	display: flex;
	align-items: center;
}

.box-tuvanmp {
	display: none;
}

.box-tuvanmp.active {
	display: block;
}

.icon-list-items-header-top ul li svg {
	fill: #fff;
	width: 20px;
	height: 20px;
}

.icon-list-items-header-top ul li {
	padding-right: 13px;
}

.box-header-top-keper {
	display: flex;
	align-items: center;
}

section.form-tv form h2 {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
	text-transform: uppercase;
}

.close-tv {
	position: absolute;
	right: 5px;
	top: 5px;
}

.close-tv svg {
	width: 15px;
	height: 15px;
	fill: #fff;
}

.close-tv svg path {
	stroke: #fff;
	fill: #fff;
}

@keyframes marquee {
	0% {
		left: 0;
	}

	100% {
		left: -100%;
	}
}

.marquee {
	animation: marquee 5s linear infinite;
	width: max-content;
	display: block;
	height: 30px;
	overflow: hidden;
	animation: marquee 10s linear infinite;
	position: relative;
}

.marquee span a {
	float: left;
	color: #fff;
	padding: 0px 30px;
}

.desktop_extra_quater {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.icon-list-items-header-top {
	width: 50%;
}

.logo-desk a img {
	object-fit: unset;
	height: 75px;
}

.box-nav-header-desk {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0px;
}

header.header-desk {
	position: fixed;
	z-index: 999;
	right: 0;
	left: 0;
	/* background: #fff; */
}

.nav-menu .menu-c1-desk {
	display: flex;
	align-items: center;
}

ul.menu-c1-desk .item-menu-c1-desk a {
	padding: 22px 24px;
	display: inline-block;
	color: #fffcfc;
	text-transform: uppercase;
	font-size: 14px;
}

.list-item-right {
	display: flex;
	align-items: center;
	gap: 0px 20px;
	justify-content: space-between;
	padding: 0;
}

.wdt-header-icons-list-item {
	padding: 5px;
	width: 45px;
	text-align: center;
}

.wdt-header-icons-list-item a i svg {
	width: 25px;
	height: 25px;
	/* margin-right: 10px; */
	margin-top: 4px;
}

li.item-menu-c1-desk {
	position: relative;
}

ul.sub-menu-c2 {
	position: absolute;
	width: 300px;
	border: 1px solid #5e5e5e;
	background-color: #000000;
	border-radius: 10px;
	background-image: url(https://wdtteapoy.wpengine.com/wp-content/uploads/2024/05/body-bg.png);
	background-position: left top;
	background-size: contain;
	background-repeat: repeat;
	display: none;
}

ul.sub-menu-c2 li a {
	padding: 8px 15px !important;
	display: inline-block !important;
	width: 100%;
	font-size: 13px !important;
}

li.menu-item-depth-1 a:before {
	color: #ffffff;
	content: "";
	display: inline-block;
	position: relative;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	margin-right: 7px;
	top: 3px;
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 16px;
}

li.menu-item-depth-1 a {
	position: relative;
}

li.item-menu-c1-desk a svg path {
	stroke: #fff;
}

ul.menu-c1-desk .item-menu-c1-desk a svg {
	margin-bottom: -6px;
	width: 22px;
	height: 22px;
}

li.item-menu-c1-desk:hover ul.sub-menu-c2 {
	display: block;
}

.wdt-search-form-container {
	background-color: var(--bg-base);
	height: 35vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
	box-shadow: 0 -1px 8px 3px rgba(255, 255, 255, 0.08);
}

.wdt-search-form-container input {
	background: transparent;
	border: 1px solid #ffffff;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 0;
	width: 100%;
	padding: 15px;
	border-radius: 35px;
}

.wdt-search-form-container form {
	width: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wdt-search-form-close {
	height: 40px;
	left: auto;
	right: 35px;
	top: 35px;
	border-radius: 2.5em;
	place-items: center;
	width: 40px;
	line-height: 40px;
	background-color: #FFF;
	display: grid;
	color: #ffffff;
	position: absolute;
	cursor: pointer;
}

.wdt-search-form-container form button {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	padding: 0px;
}

.wdt-search-form-container form button svg {
	fill: #ffffff;
	width: 25px;
	height: 25px;
}

section.search-desk {
	display: none;
}

section.search-desk.show-search {
	display: block;
	position: relative;
	z-index: 99999;
}




.box-header-mobile {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo-mobile a img {
	width: 120px;
	height: auto;
}

section.header-mobile {
	/* position: fixed; */
	z-index: 99;
	right: 0;
	left: 0;
	padding: 10px 0px;
	position: relative;
}

.btn-bar.list-bar2 span {
	color: #Fff;
	font-size: 12px;
}

.btn-bar.list-bar2 .bar {
	width: 30px;
	height: 3px;
	background-color: #ffffff;
}

.bar1,
.bar2,
.bar3 {
	width: 35px;
	height: 5px;
	background-color: #ffffff;
	margin: 6px 0;
	transition: 0.4s;
}

.bar3.bar {
	width: 16px !important;
	height: 2px !important;
}

.icon-list-items-header-top img {
	padding: 6px;
}



.wdt-search-form-close svg {
	width: 17px;
	height: 17px;
}

li.menu-item-depth-1 a {
	font-size: 13px !important;
}

section.form-tv {
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
	background: #dd7210;
	border-radius: 10px;
	padding: 30px;
}

section.form-tv form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.form-tv form label {
	width: 100%;
	margin-bottom: 10px;
}

section.form-tv form label input::placeholder {
	color: #fff;
}

section.form-tv form label select::placeholder {
	color: #fff;
}

section.form-tv form label input {
	background: none;
	border: 1px solid #fff;
	width: 100%;
	padding: 9px 10px;
	border-radius: 5px;
}

section.form-tv form textarea::placeholder {
	color: #fff;
}

section.form-tv form textarea {
	background: none;
	border: 1px solid #fff;
	width: 100%;
	padding: 9px 10px;
	border-radius: 5px;
	color: #fff;
	height: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
}


section.form-tv form select {
	width: 100%;
	height: 42px;
	background: none;
	margin-bottom: 5px;
	padding: 0 5px;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #ffff;
}

section.form-tv form select option {
	color: #000;
}

section.form-tv form textras {
	width: 100%;
	background: none;
}

.textras textarea {
	background: none;
	width: 100%;
	height: 150px;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 10px;
}

.textras {
	width: 100%;
}

section.form-tv form button {
	background: #fff;
	font-size: 16px;
	padding: 5px 38px;
	border-radius: 25px;
}

.ovlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000063;
	z-index: 9;
}

.box-tuvanmp {
	position: relative;
}
















.menu_fix_mobile {
	position: fixed;
	z-index: 999999;
	height: 100%;
	width: 320px;
	top: 0;
	right: 0;
	background: #fff;
	transition: all 200ms linear 0s;
	transform: translateX(100%);
	padding: 20px;
}

.btn-menu-mobile {
	cursor: pointer;
}

.main-menu-show {
	transform: translateX(0) !important;
	transition: all 200ms linear 0s;
	border-right: 1px solid #fff;
	overflow-y: scroll;
	/*! overflow: hidden; */
}

.menu_fix_mobile .close-menu {
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.menu_fix_mobile .close-menu .logo_menu {
	display: inline-block;
	padding: 10px 10px 10px 25px;
}

.menu_fix_mobile .close-menu .logo_menu img {
	width: auto;
	max-width: unset;
	height: 30px;
}

/* .menu-product {
        padding-bottom: 10px;
        margin-bottom: 15px;
        overflow: hidden;
    } */

.close-menu {
	padding-bottom: 15px;
}

.close-menu span {
	font-size: 14px;
	color: #222;
	font-weight: 600;
}

.menu_fix_mobile .close-menu>a {
	float: right;
	color: #000;
	/*! width: 50px; */
	/*! height: 52px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/*! background: #3e3938; */
	font-size: 14px;
}

.menu_fix_mobile ul {
	display: inline-block;
	margin: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

.menu_fix_mobile ul li {
	float: left;
	position: relative;
	margin: 0;
	transition: 0.4s;
	width: 100%;
	/* border-bottom: 1px solid #cdcdcd9c; */
}

.menu-c2-mobile ul li {}

.close-menu a i {
	color: #222;
}


.menu_fix_mobile ul li a {
	font-size: 14px;
	font-weight: 400;
	/*! text-transform: uppercase; */
	padding: 10px 0px;
	color: #222;
	display: inline-block;
	width: 100%;
	line-height: normal;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	text-transform: uppercase;
}

.menu_fix_mobile ul li a:hover {
	color: #222;
}

.menu_fix_mobile ul li i.fa-chevron-down {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	transition: 0.3s;
	border-left: 1px solid #fff;
	cursor: pointer;
}

.menu_fix_mobile li ul.nav-sub {
	display: none;
	position: static;
	top: 100%;
	border: none;
	left: 0;
	padding: 0;
	background-color: transparent;
	text-align: left;
	min-width: 180px;
	transition: unset;
	float: left;
}

.menu_fix_mobile .nav-main>li:hover .nav-sub {
	transition: unset;
}

.box-tinttuc-newss {
	padding: 10px;
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
	border-radius: 5px;
	height: 100%;
}

.menu_fix_mobile .nav-main li ul.nav-sub li {
	width: 100%;
	padding: 0;
}

.menu_fix_mobile .nav-main li ul.nav-sub li a {
	padding: 11px 15px 11px 35px;
	display: block;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	line-height: normal;
	white-space: normal;
	text-transform: inherit;
}

.menu_fix_mobile .nav-main li ul.nav-sub li a:hover {
	color: #fff;
}

.menu_fix_mobile .nav-main li .nav-sub li:not(:last-child):after {
	display: none;
}

.menu_fix_mobile li ul.nav-sub-child {
	display: none;
	position: static;
	top: 100%;
	border: none;
	left: 0;
	padding: 0;
	background-color: transparent;
	text-align: left;
	min-width: 180px;
	transition: unset;
	float: left;
}

.menu_fix_mobile .nav-main li ul.nav-sub-child li a {
	padding: 11px 15px 11px 70px;
}

.form-search-mobile form {
	/*! position: absolute; */
	right: 0;
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 5px 15px;
	border-radius: 5px;
	overflow: hidden;
}

.form-search-mobile button {
	padding: 0px;
	/*! position: absolute; */
	/*! top: 50%; */
	/*! transform: translateY(-50%); */
	right: 11px;
	right: 0;
	position: relative;
	width: 35px;
}

.form-search-mobile {
	z-index: 99999;
	background: #fff;
	border: 1px solid #eaeaea;
}

.form-search-mobile form input {
	padding: 5px 0px;
	padding-left: 10px;
	width: 100%;
}

.menu-mobile-1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

li.menu-c2-mobiless a {
	text-transform: math-auto !important;
}

.box-header2-mobile>a {
	display: inline-flex !important;
	align-items: center;
}

.menu-c2-mobile ul li {
	border-bottom: 1px solid #cdcdcd9c;
}

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

.menu-product {
	line-height: unset !important;
}

.menu-c2-mobile.active-2 {
	display: block;
}

li.menu-c2-mobiless.active {
	display: block;
}


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

li.menu-c2-mobiless.active .menu-c3-menu-mobile {
	display: block;
}

.menu-c3-menu-mobile li:last-child {
	border: none;
}

.menu-c3-menu-mobile ul {
	padding-left: 10px;
}

.menu-c2-mobile.active-2>ul {
	padding-left: 10px;
}

.header-mobile {
	display: none;
}

section.header-main-navs {
	position: relative;
	z-index: 999;
	/* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
	/* background: #eeeeee70; */
}

header.header-desk:after {
	z-index: 89;
	opacity: 1;
	/* background-color: #0000; */
	/* background-image: linear-gradient(#12131496, #00000000); */
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	/* inset: 0% 0% auto; */
	/* content: ""; */
	will-change: opacity;
	opacity: 1;
}


.menu-line-1 {
	background-color: #2b548f;
	width: 30px;
	height: 2px;
	margin-top: 9px;
	margin-left: 10px;
	margin-right: auto;
	display: block;
	transition: 0.5s ease;
}

.menu-line-2 {
	background-color: #2b548f;
	width: 24px;
	height: 2px;
	margin-top: 5px;
	margin-left: 5px;
	transition: 0.5s ease;
}

.menu-line-3 {
	background-color: #2b548f;
	width: 30px;
	height: 2px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: auto;
	display: block;
	transition: 0.5s ease;
}

.box-menu-header.active .menu-line-1 {
	transform: translate3d(0px, 7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}

.box-menu-header.active .menu-line-3 {
	transform: translate3d(0px, -7px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
	transform-style: preserve-3d;
}

.box-menu-header.active .menu-line-2 {
	opacity: 0;
}

.lang-btn {
	padding: 5px;
	margin-top: 7px;
	margin-right: 10px;
}

.lang-btn a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	position: relative;
	padding-right: 13px;
}

.lang-btn .button-2.en-off {
	border-left: 2px solid #fff;
	padding-left: 3px;
}

.list-btn-banner a:hover {
	background: #ee6f10;
	color: #fff;
	border: 2px solid #ee6f10;
}

.menu-div-desktop {
	transform: translateX(1000%);
	transition: 1s ease;
	opacity: 0;
	visibility: hidden;
}

header.header-desk.header-bg {
	background: #000;
}

.wdt-search-form-container input::placeholder {
	color: #fff;
}

header.header-desk.header-bg:after {
	background: none;
}


header.header-desk.header-bg .menu-line-1 {
	background-color: #b5934c;
}

header.header-desk.header-bg .menu-line-2 {
	background-color: #b5934c;
}

header.header-desk.header-bg .menu-line-3 {
	background-color: #b5934c;
}

header.header-desk.header-bg .menuheadingcontainer a .menuheading {
	color: #ffffff;
}

.menuheadingcontainer a .menuheading .text {
	display: none;
}

.logo_top {
	display: flex;
	align-items: center;
}

.logo_top h2 {
	color: #fff;
	font-weight: 400;
	font-size: 26px;
}

.box-title-header p {
	color: #fff;
}

.box-title-header {
	margin-left: 11px;
	cursor: pointer;
}

a.menuheadingdiv:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(#030e279e, #030e27);
	transition: 0.5s ease;
}

.menuheadingcontainer a:hover {
	content: "";
	background-image: none;
}

.menuheadingcontainer:hover a.menuheadingdiv:before {
	background-image: none;
	transition: 0.5s ease;
}

.lang-btn a:nth-child(1):before {
	content: "/";
	right: 0;
	position: absolute;
}

/* loading-first */
.loading-first {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background: #051436;
}

.loading-first__box {
	height: 100%;
}

.sp.sp-slices {
	border-radius: 50%;
	/* border-top: 200px red solid;
	border-left: 200px yellow solid;
	border-bottom: 200px yellow solid;
	border-right: 200px yellow solid; */
	/* -webkit-animation: spSlices 4s  linear;
	animation: spSlices 4s  linear; */
}

.sp-circle {}

.sp-circle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 4px #eee solid;
	border-top: 4px #c99610 solid;
	border-radius: 50%;
	-webkit-animation: spCircRot 4s 1s linear;
	opacity: 0;
	animation: spCircRot 4s 1s linear;
}

@keyframes zoom-img-load {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

@-webkit-keyframes spCircRot {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

@keyframes spCircRot {
	from {
		transform: rotate(0deg);
		opacity: 1;
	}

	to {
		transform: rotate(359deg);
		opacity: 1;
	}
}

.loading-first__img {
	/* padding: 50px; */
	height: 260px;
	width: 260px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.loading-first__img:not(.is-zoom) {}

.loading-first__img img {
	width: 130px;
	height: 130px;
	object-fit: contain;
	position: relative;
	/* animation: zoom-img-load 1s ease-in; */
}

.loading-first__img .sp-circle,
.loading-first__img .sp-slices,
.loading-first__img .sp-vortex {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
}

.loading-first__img-child {
	animation: fadeUpText 1s ease;
}

.loading-first__img-text {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	color: #c99610;
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease-in-out;
	/* animation: fadeDownText 1s 1s ease-in-out; */
}

.loading-first__img-text.is-active {
	opacity: 1;
	transform: translate(0);
}

.loading-first__line .line {
	position: absolute;
	left: 30px;
	top: 0;
	opacity: 0;
	width: 1px;
	background: white;
	height: 0;
	transition: all .3s ease-in-out;
}

.loading-first__line .line:nth-child(1) {
	top: auto;
	bottom: 0;
}

.loading-first__line .line:nth-child(2) {
	left: 0;
	top: 30px;
	height: 1px;
}

.loading-first__line .line:nth-child(3) {
	left: auto;
	right: 30px;

}

.loading-first__line .line:nth-child(4) {
	top: auto;
	bottom: 30px;
	right: 0;
	left: auto;
	height: 1px;

}

.loading-first__line .line.is-active {
	opacity: 1;
}

.loading-first__line .line.is-active:nth-child(1),
.loading-first__line .line.is-active:nth-child(3) {
	height: 100%;
}

.loading-first__line .line.is-active:nth-child(4),
.loading-first__line .line.is-active:nth-child(2) {
	width: 100%;
}

.loading-first__img-child svg {
	width: 480px;
	height: 480px;
}

@keyframes fadeUpText {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

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

@keyframes fadeDownText {
	from {
		opacity: 0;
		transform: translateY(-40px);
	}

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

@keyframes anime-height {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}

}

@keyframes anime-width {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.menutextcontainer {
	display: flex;
	align-items: center;
	gap: 0px 23px;
}


.menuheadingcontainer a .menuheading {
	font-weight: 500;
	display: flex;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	padding: 5px 0;
	position: relative;
}

.box-menu-header {
	margin-bottom: 10px;
}

nav.menu.navigation.active .menu-div-desktop {
	transform: translateX(0%);
	opacity: 1;
	visibility: visible;
	transition: 0.5s ease;
}

.menuheadingcontainer {
	position: relative;
	transition: 0.5s ease;
}

ul.menu-c3-kepper {
	position: absolute;
	width: 223px;
	background: #fff;
	top: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;

}

.icon-down-mobile {
	transition: all .3s ease-in;
	/* display: none; */
}

ul.menu-c3-kepper li a {
	padding: 5px 10px;
	width: 100%;
	display: inline-block;
}

a.menuheadingdiv {
	display: inline-flex;
	align-items: center;
}

ul.menu-c3-kepper li a:hover {
	background: #eee;
	color: #000;
}

.menuheadingcontainer:hover ul.menu-c3-kepper {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

.menuheadingcontainer.active .menu-c3-kepper {
	display: block;
}

.icon-down-mobile svg {
	width: 17px;
	height: 17px;
	margin-bottom: -4px;
}

.icon-down-mobile svg path {
	stroke: #fff;
}

.box-product-by-categorys {
	/* padding-top: 3rem; */

}


.wdt-header-icons-list-item.mobiles-items {
	display: none;
}

.menu-div-desktop {
	transform: unset;
	opacity: 1;
	visibility: visible;
}


ul.menu-c3-kepper li {
	border-bottom: 1px solid #eee;
}

ul.menu-c3-kepper li:last-child {
	border: none;
}

.box-header-top-section {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	position: relative;
}

.name-city {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
}


.logo_top a img {
	width: auto;
	object-fit: contain;
	height: 55px;
}


.header-desk.header-bg .box-header-top-section {
	display: none;
}

.box-header-bottom {
	background: #000;
	/* background: unset; */
	padding: 15px 0;
}


.wdt-header-icons-list-item svg path {
	stroke: #fff;
}

.box-header-top-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000a1;
}

.logo-desk {
	position: relative;
}

.wdt-search-form-container input:focus {
	outline: none;
}

h3.menuheading.vi i {
	font-size: 19px;
}

.box-header-tops {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-header-tops ul {
	display: flex;
	align-items: center;
	gap: 0px 20px;
}

.box-header-tops ul li {
	font-size: 14px;
}

.header-top-desk {
	padding: 8px 0px;
	color: #000;
	background: #c7974d;
	border-bottom: 0;
}

.box-header-tops ul li {
	color: #fff;
}

.box-header-tops ul li i {
	color: #fff;
	font-size: 17px;
	padding-right: 5px;
}

header.header-desk.header-bg {
	position: fixed;
}

header.header-desk.header-bg .header-top-desk {
	display: none;
}

a.menuheadingdiv img {
	display: none;
}

.contact-menu-m {
	display: none;
}

.menu.navigation .logo-m {
	display: none;
}

a[href^="tel"] {
  color: #FFF;
}

@media (min-width: 767px) {
	.loading-first__img {
		height: 400px;
		width: 610px;
	}

}

@media (min-width: 1200px) {
	ul.menu-c3-kepper {
		transform: translateX(100%);
		min-width: 100%;
    	width: max-content;
		overflow: inherit;
		transition: all .5s ease;
	}
	ul.menu-c3-kepper::before{
		content: "";
		position: absolute;
		left: 40px;
		bottom: calc(100% - 1px);
		background: white;
		width: 15px;
        height: 7px;
		clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	}
	.menuheadingcontainer:not(.is-home):hover a .menuheading::before {
		width: 100%;
		left: 0;
		right: auto;
	}

	.menuheadingcontainer:not(.is-home) a .menuheading::before {
		content: "";
		position: absolute;
		width: 0;
		height: 2px;
		left: auto;
		right: 0;
		bottom: 10px;
		background-color: #daa14c;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-webkit-transition: all .4s ease;
		transition: all .4s ease
	}


}


@media(max-width:1400px) {
	ul.menu-c1-desk .item-menu-c1-desk a {
		padding: 22px 7px;
		font-size: 12px;
	}
}

@media(max-width:1200px) {
	section.header-main-navs {
		background: var(--bg-base);
	}

	.box-header-tops ul:last-child {
		display: none;
	}

	header.header-desk.header-bg .menuheadingcontainer a .menuheading {
		color: #FFF;
	}

	.header-top-desk {
		display: none;
	}

	.box-header-tops ul li {
		font-size: 14px;
	}

	.header-top-desk {
		padding: 1rem 0px;
	}

	.menutextcontainer {
		display: block;
	}

	nav.menu.navigation.active {
		position: fixed;
		width: 100%;
		max-width: 500px;
		background: #000;
		bottom: 0;
		top: 0;
		right: 0;
		padding-top: 90px;
		background-image: url('../images/1222_1760347328.webp');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		overflow: auto;
		height: 100%;
	}

	nav.menu.navigation::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100% + 150px);
		background: rgb(0 0 0 / 62%);
	}

	a.menuheadingdiv img {
		display: block;
		width: 20px;
		margin-right: 10px;
	}

	.menuheadingcontainer {
		padding: 8px 17px;
	}

	.box-menu-header.active .menu-line-1 {
		background-color: #b5934c;
	}

	.box-menu-header.active .menu-line-2 {
		background-color: #ffffff;
	}

	.box-menu-header.active .menu-line-3 {
		background-color: #b5934c;
	}

	.menuheadingcontainer a .menuheading {
		color: #FFF;
	}



	nav.menu.navigation.active {
		display: block;
	}

	section.header-main-navs {
		padding: 5px 0px;
	}


	.wdt-search-form-container form {
		width: 95%;
	}

	.box-title-header {
		display: none;
	}

	.logo-desk a img {
		height: 40px;
		object-fit: unset;
		width: auto;
	}

	.logo_top h2 {
		font-weight: 400;
		font-size: 20px;
	}

	.box-title-header p {
		font-size: 13px;
	}

	.header-mobile {
		display: block;
	}
}

@media(max-width:1200px) {
	.wdt-header-icons-list-item {
		order: 2;
	}

	.menuheadingcontainer {
		padding: 0px 17px;
	}

	.menu-line-3 {
		width: 20px;
		height: 1px;
	}

	.menu-line-1 {
		width: 20px;
		height: 1px;
	}

	.header-desk.header-bg .box-header-top-section {
		display: block;
	}

	.wdt-search-form-container form {
		width: 95%;
		top: 60%;
	}

	.wdt-search-form-container {
		height: 65px;
	}

	.name-city {
		display: none;
	}

	.wdt-search-form-container input {
		padding: 10px 15px;
	}

	.list-item-right {
		justify-content: space-between;
		gap: 0 5px;
	}

	.wdt-search-form-close {
		height: 35px;
        width: 35px;
        line-height: 35px;
        bottom: -55px;
        top: unset;
        right: 8px;
	}

	.box-nav-header-desk {
		padding: 0px;
	}

	.box-header-top-section {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.logo-desk a img {
		padding: unset;
	}

	.menu-line-1 {
		background-color: #b5934c;
	}

	.menu-line-2 {
		background-color: #b5934c;
	}

	.menu-line-3 {
		background-color: #b5934c;
	}

	.wdt-header-icons-list-item.mobiles-items {
		display: block;
	}
	#search-desk{
		margin-left: auto;
	}
	.icon-down-mobile svg path {
		stroke: #FFF;
	}

	ul.menu-c3-kepper {
		background: transparent;
	}

	ul.menu-c3-kepper a {
		color: #FFF;
	}

	a.menuheadingdiv {
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		cursor: pointer;
	}
	ul.menu-c3-kepper li a{
		cursor: pointer;
	}
	.icon-down-mobile svg {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}

	ul.menu-c3-kepper {
		opacity: 1;
		visibility: visible;
		position: unset;
		display: none;
	}

	ul.menu-c3-kepper li a:hover {
		background: transparent;
	}
}

@media(max-width:1200px) {
	.box-header-bottom {
		background: none;
		padding: 5px 0;
	}

	.box-header-top-section:before {
		background: none;
	}

	.box-header-top-section {
		background: unset !important;
	}

	.wdt-header-icons-list-item svg path {
		stroke: #b89856;
	}

	.menutextcontainer {
		display: block;
		width: 100%;
	}

	.menuheadingcontainer {
		width: 100%;
		max-width: 100%;
	}
	.menuheadingcontainer.active>a>.icon-down-mobile{
	    transform: rotate(180deg);
	}
	a.menuheadingdiv {
		width: 100%;
		max-width: 100%;
		max-height: unset;
		min-height: 100%;
		display: inline-flex;
	}

	h3.menuheading.vi {
		width: 100%;
		min-height: unset;
		max-height: unset;
		font-size: 15px;
	}

	nav.menu.navigation {
		display: none;
	}

	.loading-first__img-child svg {
		width: 260px;
		height: 260px;
	}
}

@media (max-width: 768px) {
	ul.menu-c3-kepper li {
		position: relative;
	}

	ul.menu-c3-kepper li::before {
		content: '';
		position: absolute;
		display: block;
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #FFF;
		top: 11px;
		left: 0;
	}

	ul.menu-c3-kepper li {
		border-bottom: none;
	}

	ul.menu-c3-kepper {
		margin-left: 10px;
	}

	.contact-menu-m {
		display: block;
		padding: 15px;
		position: relative;
		border-top: 2px solid #FFF;
        margin-top: 20px;
	}

	.menuheadingcontainer a .menuheading .text {
		display: block;
    	margin-left: 7px;
		transform: translateY(-2px);
	}

	.menu.navigation .logo-m {
		display: block;
		position: absolute;
        top: 0;
        left: 0;
		width: 100%;
        background: #000;
        padding: 25px 10px 15px;
	}

	.menu.navigation .logo-m img {
		width: 220px;
	}
}