.navbar-header {
	display: none;
}

header.container-fluid {
    display: flex;
    justify-content: center;
    padding: 0;
    background: var(--box_bg_0);
}

.typeheader-22 {
    width: 100%;
    height: 100px;
    align-items: center;
    max-width: var(--site_width);
}

.typeheader-22 .header-first {
    padding-right: 1rem;
}

.typeheader-22 .logo img {
    object-fit: contain;
    width: 157px;
    height: 6rem;
    padding: var(--margin-3);
    border-radius: var(--border-radius_2);
    background: var(--box_bg_0);
}

.typeheader-22 .header-icons .account .header-login-link > span {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
}

.typeheader-22 .header-icons .menu,
.typeheader-22 .call_us_header,
.typeheader-22 .shopping_cart,
.typeheader-22 .header-icons .account .header-login-link,
.typeheader-22 .header-icons .icon-search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    height: 5rem;
    width: 144px;
    padding: 0 var(--margin-2);
    border-radius: 12px !important;
    font-weight: bold;
    font-size: 16px;
    color: var(--primary_2);
    background: var(--box_bg_2);
}

.typeheader-22 .user_profile_access {
    display: flex;
    align-items: center;
    gap: var(--margin-3);
    width: 100%;
    height: 100%;
    line-height: 20px;
}

.typeheader-22 .user_profile_access svg {
    width: 30px;
    height: 30px;
}

.typeheader-22 .user_name {
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
}

.typeheader-22 .call_us_header {
    background: var(--primary_1);
}

.typeheader-22 .call_us_header p {
    margin: 0;
}

.typeheader-22 .call_us_header a, 
.typeheader-22  .header-icons .call_us_header svg {
    color: var(--primary_2);
}

.typeheader-22 .header-compare,
.typeheader-22 .header-icons .icon-search {
    height: 5rem;
    width: 5rem;
    border-radius: 12px !important;
    color: #063d49;
    font-weight: bold;
    font-size: 16px;
    background: #e9f7f5;
    border: 0;
}

.typeheader-22 .shopping_cart {
    width: 5rem;
    border-radius: 12px;
}

.typeheader-22 .header-icons {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: var(--margin-2);
}

.typeheader-22 .header-last .header-icons {
    justify-content: end;
}

.typeheader-22 .account .account-dropdown-menu {
	position: absolute;
	top: 100%;
	display: none;
	margin-top: 12px !important;
	min-width: 260px;
	left: 0 !important;
	right: auto !important;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: var(--border-radius_2);
	box-shadow: 0 1px 1px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.3);
	z-index: 1010;
	background: #fff;
	padding: 0;
}

.account-dropdown-menu.show {
	display: block !important;

}

.typeheader-22 .account .account-dropdown-menu li {
	line-height: 22px;
	padding: 0 1.5rem;
	transition: all .2s linear;
}

.typeheader-22 .account .account-dropdown-menu li:first-child:hover {
	border-radius: 1rem 1rem 0 0;
}

.typeheader-22 .account .account-dropdown-menu li:last-child:hover {
	border-radius: 0 0 1rem 1rem;
}

.typeheader-22 .account .account-dropdown-menu li:hover {
	background: var(--primary_4) !important;
	transition: all .2s linear;
}

.typeheader-22 .account .account-dropdown-menu li:hover a {
	color: #0b003d;
	border-bottom: 1px solid var(--primary_4);
}

.typeheader-22 .account .account-dropdown-menu li:hover svg.bi {
	color: #0b003d;
}

.typeheader-22 .account .account-dropdown-menu>li>a {
	padding: 15px 0px;
	line-height: 22px;
	color: #495057;
	font-size: 14px;
	border-bottom: 1px solid #f6f6f6;
	display: flex;
}

.typeheader-22 .account .account-dropdown-menu svg {
	color: #8c9295;
	margin-left: 01rem;
	width: 2rem;
	height: 2rem;
}

.typeheader-22 .account .account-dropdown-menu.open {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.no-margin {
	margin: 0 !important;
}

.typeheader-22 .lang-curr {
	float: left;
}

.typeheader-22 .lang-curr>li.language {
	position: relative;
	padding: 0 20px 0 0;
	margin-right: 20px;
}

.typeheader-22 .lang-curr>li.language:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 10px;
	background-color: #666;
	top: 22px;
	right: 0;
}

.typeheader-22 .telephone {
	float: left;
	line-height: 40px;
}

.typeheader-22 .welcome-msg .head-links li {
	display: inline-block;
	margin-left: 15px;
	line-height: 50px;
}

.typeheader-22 .welcome-msg .head-links li a {
	color: #fff;
}

.typeheader-22 .right-side {
	display: flex;
	flex-direction: row-reverse;
	max-width: 200px;
}

.typeheader-22 .col-sm-6:has(.header-icons) {
	flex: auto;
}

.typeheader-22 .header-icons .icon-search .bi, .typeheader-22 .header-icons > a .bi {
	color: var(--text-color-dark-1);
}

.typeheader-22 .header-icons .bi {
	width: 2.4rem;
	height: 2.4rem;
	color: var(--text-color-dark-1);
}

.typeheader-22 .header-icons .svg-caret {
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    right: 3px;
    top: 20px;
}

@media (max-width: 991px) {
    header.container-fluid {
        position: sticky;
        top: 0;
        z-index: 100000;
    }  
    
	.open-sidebar .typeheader-22 {
		position: unset;
	}

    .typeheader-22 .logo {
        float: left;
    }

	.typeheader-22 .logo img {
        width: 100px;    
        background: unset;
	}
	
    .typeheader-22 .header-icons .icon-search.search_button {
        display: none;
    }
    
    .typeheader-22 .open_menu {
        height: 4rem;
        width: 4rem;
        border-radius: 12px !important;
        color: #063d49 !important;
        font-weight: bold;
        font-size: 16px;
        background: #ffffff;
        border: 0;
        padding: 0;
    }
}

.typeheader-22 .icon-search:hover {
	cursor: pointer;
}

.header-compare {
	position: relative;
}

.typeheader-22 .shopping_cart .items_cart, .typeheader-22 .compare-total {
    width: 18px;
    height: 18px;
    line-height: 19px;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: -6px;
    left: 31px;
    font-size: 12px;
    font-weight: bold;
    color: var(--text-color-light-0);
    background-color: var(--primary_2) !important;
    border: 1px solid var(--text-color-light-1);
}

.typeheader-22 .shopping_cart .items_cart {
	top: -6px;
	left: 10px;
}

.typeheader-22 .compare-total-zero {
	font-size: 0;
}

@media (max-width: 1200px) {

}

@media (min-width: 992px) {
	.typeheader-22 .cover-content {
		content: "";
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		z-index: 999;
		width: 100vw;
		height: 100vh;
		right: 0;
		top: 0;
		opacity: 0;
		visibility: hidden;
	}
}
/*====================* Header Top *=================*/

.typeheader-22 .header-top {
	background: #fff;
}

.typeheader-22 .header-top > .container {
	background: #fff;
	color: #ffffff;
	font-size: 12px;
	min-height: 48px;
	padding: var(--margin) 0;
	justify-content: space-between;
}

.typeheader-22 .header-top .top-link {
	display: flex;
}

.typeheader-22 .header-top .top-link a {
	color: #ffffff;
}

.typeheader-22 .header-top .top-link .bi {
	margin-left: 0.5rem;
	color: #fff;
}

.typeheader-22 ul.top-link > li {
	display: inline-flex;
	align-items: center;
	margin-right: 20px;
	padding: 0;
}

.typeheader-22 ul.top-link > li:first-child {
	margin: 0;
}

.typeheader-22 .header-top .module {
	display: table-cell;
	margin-bottom: 0;
}

.typeheader-22 .header-top .dropdown-menu li {
	line-height: 22px;
	padding: 0 1.5rem;
	transition: all .2s linear;
}

.typeheader-22 .header-top .dropdown-menu li:hover {
	background: #f0f0f1;
	transition: all .2s linear;
}

.typeheader-22 .header-top .header-top-links {
	display: flex;
}

.typeheader-22 .header-top .header-top-links li {
	margin-left: 16px;
}

@media (max-width: 991px) {
    .menu-vertical {
        width: 40px !important;
        height: 40px;
        position: absolute !important;
        right: 0;
        top: 13px;
    }
    .typeheader-22 {
        height: fit-content;
        background: var(--primary_2);
    }
    
	.typeheader-22 .header-icons > a {
		height: 100%;
		width: 100%;
	}
	
    .typeheader-22 .shopping_cart, 
    .typeheader-22 .header-icons .account .header-login-link{
        height: 100%;
        width: 100%;
    }
    .header-last {
            margin-right: auto;
    }
	.typeheader-22 .header-icons .account {
		height: 36px;
		width: 36px;
	}

	.typeheader-22 .shopping_cart {
		padding: 7px;
		height: 36px;
		width: 36px;
	}

	.typeheader-22 .shopping_cart .items_cart {
		top: -6px;
		left: 26px;
	}

	.header-login-link .bi {
		width: 2rem !important;
		height: 2rem !important;
		margin-right: -3px;
	}

	.typeheader-22 .header-top .col-sm-8 {
		justify-content: end;
	}

	.typeheader-22 .header-top > .container {
		padding: 1rem 0;
	}
}

li.user_name a {
	display: flex;
	align-items: center;
}

li.user_name a img,
.account .account-dropdown-menu li.user_name a svg {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	margin-left: 1rem;
	border: 2px solid #4caf50;
	padding: 1.2px;
	color: #ddd;
	background: #fff;
}

.size-img-cart {
	width: 120px;
	position: absolute;
	top: -20px;
	right: 110px;
	text-align: center;
	padding: 0px 10px;
	box-sizing: content-box;
}

.size-img-cart img {
	border: 0;
	height: 96px;
	border-radius: var(--border-radius_1);
}

.shoppingcart-box .product-cart-details > div {
	border-right: 4px solid #0b003d;
	padding-right: 8px;
	line-height: 22px;
	font-size: 10px;
}

.shoppingcart-box {
	top: 103%;
	left: -110px;
	overflow: hidden;
	color: #000;
}

.shoppingcart-box li:last-child {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding: 0 20px 10px;
	background: #f1f1f1f0;
}

.typeheader-22 .right-side .shoppingcart-box li:last-child a {
	margin: 0;
	display: inline-block;
	position: relative;
	width: 49%;
	border-radius: 3px;
	padding: 18px 10px;
}

.shoppingcart-box .product-cart-details .product_name {
	margin-top: 80px;
	font-weight: bold;
	font-size: 12px;
}

.shoppingcart-box .product-cart-details .product_name a {
	margin: 0;
}

.shoppingcart-box .total-box {
	padding: 28px;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}

.shoppingcart-box .total-box span:last-child {
	color: var(--primary_1);
	font-size: 16px;
}

.shoppingcart-box .cart-button {
	display: flex;
	justify-content: space-between;
}

.shoppingcart-box .cart-button a {
	display: block;
	margin: 0 4px;
	font-size: 1.4rem;
	padding: 1.8rem 0;
	text-align: center;
	position: relative;
	width: 50%;
	background: var(--button_1);
	color: #fff;
	border-radius: var(--border-radius_2);
}

.shoppingcart-box .cart-button a:hover {
	background-color: var(--button_hover_1);
	color: #0b003d;
}

.shoppingcart-box .content-item {
	position: relative;
	max-height: 530px;
	margin: 0;
	margin-top: 10px;
	padding: 33px 20px 0;
	overflow: auto;
	direction: rtl;
}

.shoppingcart-box .content-item .btn {
	background: #fff;
	box-shadow: none;
	position: absolute;
	left: 0;
	top: 106px;
	padding: 6px 6px 8px  3px;
}

.shoppingcart-box .product-cart-details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #000;
}

.shoppingcart-box .product-cart-details a {
	color: #000;
}

.shoppingcart-box li.content-item > div {
	position: relative;
	margin-bottom: 40px;
	padding: 0 0 14px 0;
	direction: rtl;
	border-bottom: 1px solid #d6d6d6;
}

.shoppingcart-box li.content-item > div:last-child {
	margin-bottom: 0;
	border: 0;
}

.shoppingcart-box .empty {
	margin: 0 auto;
	display: flex;
	align-items: end;
	justify-content: center;
	width: 200px !important;
	height: 200px;
	margin-bottom: 19px;
	background: url("/image/design/icons/general/empty-cart.svg") center no-repeat !important;
	border: 0 !important;
	background-size: 150px;
	bottom: 42% !important;
}

.shopping_cart-close {
	color: #000;
	position: absolute;
	right: 20px;
	top: 20px;
	width: 3rem;
	height: 3rem;
	cursor: pointer;
}