.header__navbar-departments {
    z-index: 2;
}
.header-one {
    display: grid;
    grid-template-columns: calc(100% / 2 - 1350px / 2) 1fr auto 1fr calc(100% / 2 - 1350px / 2);
    grid-template-rows: 30px auto;
}
.header__logo {
    grid-column: 3;
    grid-row: 1 / 3;
}

.header__indicators {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px 0;
}
.header__logo {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.header__indicators {
    grid-column: 4;
    grid-row: 2;
}
.header__navbar {
    grid-column: 2;
    grid-row: 2;
}
.header__logo {
    padding-bottom: 22px;
}
.header__navbar-menu {
    z-index: 2;
}

.departments {
	position: relative;
	height: 100%;
	display: flex;
}

.departments:hover .departments__menu {
    visibility: visible;
    opacity: 1;
}

.departments__body .menu > li > .sub-menu {
    display: none;
}
.departments__button {
    position: relative;
    fill: currentColor;
    border: none;
    border-radius: 2px;
    font-family: inherit;
    font-size: 15px;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
}

.departments__button {
    background: var(--back-color1);
    color: #262626;
    font-weight: 500;
}
.departments__menu {
	position: absolute;
	z-index: 991;
	visibility: hidden;
	opacity: 0;
	top: calc(100% + 12px);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
	transition: opacity .2s, visibility 0s .2s, -webkit-transform .2s;
	transition: opacity .2s, transform .2s, visibility 0s .2s;
	transition: opacity .2s, transform .2s, visibility 0s .2s, -webkit-transform .2s;
}
.header__search #datafetch{
   	min-width: 700px; 
   		right: -100px;
}

.wrapper-full > ul.menu > li > .sub-menu {
	-ms-flex-pack: justify;
	z-index: 999;
	position: absolute;
	top: calc(100% - 12px);
	right: 0;
	left: unset;
	width: min-content;
	padding: 19px 24px 45px 24px;
	border-radius: 0 0 28px 28px;
	overflow: hidden;
	flex-wrap: wrap;
	display: inline-flex;
	list-style: none;
	background-color: #fff;
	-webkit-box-shadow: 0 10000px 0 10000px #7c7d86cc;
	-moz-box-shadow: 0 10000px 0 10000px #7c7d86cc;
	box-shadow: 0 10000px 0 10000px #7c7d86cc;
	-o-box-shadow: 0 10000px 0 10000px #7c7d86cc;
	margin-top: 2px;
	height: 420px;
	-webkit-backdrop-filter: blur(2em);
	backdrop-filter: blur(2em);
	visibility: hidden;
	opacity: 0;
	align-items: baseline;
	min-width: 1200px;
	transform: translateY(-10px);
	-webkit-transition: color .2s, -webkit-transform .2s;
	transition: color .2s, -webkit-transform .2s;
	transition: transform .2s, color .2s;
	transition: transform .2s, color .2s, -webkit-transform .2s;
	min-height: 420px;
}
.wrapper-full .sub-menu {
	max-height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.wrapper-full .menu > li:hover > span {
    border-bottom: 2px solid var(--main-site-color);
}

.wrapper-full ul.menu .title {
    font-size: 14px;
    padding-bottom: 8px;
}

.wrapper-full .menu li a:hover {
    color: var(--main-site-color) !important;
}

.wrapper-full .menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(10px);
}

.header__search {
    grid-column: 3 / 3;
    grid-row: 1 / 3;
}

.header__search {
    position: absolute;
    -ms-flex-item-align: end;
    align-self: flex-end;
    justify-self: center;
    bottom: -24px;
    width: 480px;
}
#sidebar {
    max-width: 300px;
    width: 100%;
}
.type2.product .product-detailes-right form.cart .single_variation_wrap {
    display: none !important;
}
.product-tabs.type1 .product-tabs__pane {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}
.product-tabs.type1 .product-tabs__pane--active {
    padding: 42px 48px 48px;
    overflow: visible;
    height: auto;
    opacity: 1;
    max-width: calc(100% - .001px);
}

/* menu desctop */

    .departments__body .menu {
        position: relative;
        min-width: 1000px;
        background: var(--back-color2);
        min-height: 400px;
    }

.departments__body .menu > li > .sub-menu > li {
	max-width: 200px;
	margin-bottom: 25px;
	width: 200px;
	list-style: none;
	max-height: 100%;
}

.departments__body .menu > li > .sub-menu {
	position: absolute;
	right: 200px;
	min-width: calc(1000px - 200px);
	top: 0;
	padding-right: 10px;
	flex-wrap: wrap;
	max-height: 100%;
	flex-direction: column;
	align-items: first baseline;
	height: 500px;
	background: var(--back-color3);
}

    .sub-menu li a {
        padding: 4px 10px;
        display: block;
        font-size: 14px;
    }

.sub-menu {
	list-style: none;

}
.departments__body .menu > .menu-item .sub-menu  .sub-menu {
    	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: calc(100% - 30px);
}

    .departments__body .menu > li:hover > .sub-menu {
        display: flex;
    }

.departments__body > .menu > li > a, .departments__body > .menu > li > ul > li > a {
	color: var(--color-text);
}

.departments__body > .menu > li > ul > li > a {
	padding: 10px;
	display: block;
	font-weight: 700;
}
.departments__body > .menu > li > ul > li .sub-menu li a {
	font-weight: 400;
}
    .departments__list-padding {
        height: 14px;
    }

    .departments__body .menu > .menu-item {
        padding-top: 12px;
        padding-bottom: 12px;
    }

.departments__body .menu > .menu-item {
	padding-right: 20px;
	padding-left: 29px;
	max-width: 200px;
	width: 200px;
	list-style: none;
	background: var(--back-color1);
	cursor: pointer;
	border-radius: 0;
	margin-bottom: 3px;
}
    .departments__body .menu::after {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        background: #eee;
        right: 200px;
        top: 0;
    }
    [dir="rtl"] .departments__item-arrow {
        left: 14px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .departments__megamenu--size--lg {
        width: 902px;
    }

    .departments__megamenu--size--lg {
        width: 902px;
    }

.wrapper-full .menu > li {
	float: right;
	cursor: pointer;
	margin: 0 5px;
	height: 38px;
	list-style: none;
	display: flex;
	align-items: center;
}