/*   Header   */
.header {
	background: var(--color-main);
}
.header .wrap-content{
	padding: 7.5px 0;
}
.cart-head {
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	color: #fff;
}
.cart-head:hover {
	color: #fed402;
}
.cart-head i {
	font-size: 20px;
}
.cart-head .count-cart {
	position: absolute;
	z-index: 999;
	color: #fff;
	background: #f00;
	border-radius: 50%;
	top: -10px;
	right: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}
.menu-head {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.menu-head a {
	color: #fff;
}
.menu-head a:hover {
	color: #fed402;
}
.line-head {
	background-color: #72b2fd;
	height: 32px;
	width: 1px;
}

.header-bottom .wrap-content {
    padding: 2px 0
}

.left-header{
    display: flex;
    align-items: center;
    color: #fff;
    width: 60.833333%; /* 730/1200 */
    justify-content: space-between;
}
.phone-header{background: url(../images/icon1.png) no-repeat left center;height: 25px;padding-left: 30px;line-height: 25px;}
.email-header{background: url(../images/email.png) no-repeat left center;height: 25px;padding-left: 35px;line-height: 25px;}
.time-header{background: url(../images/icon2.png) no-repeat left center;height: 25px;padding-left: 30px;line-height: 25px;}
.right-header{
    display: flex;
    align-items: center;
	
}
.social-header{}