/*   Header   */
.top {
    background: #F1F1F1;
    padding: 12px 0;
    font-family: "Roboto Condensed", sans-serif;
}
.top p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.top p svg{margin-right:5px;}
.head_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
} 
.hotline {
    margin-right: 15px;
    background: url(../images/icondt.png) no-repeat;
    padding-left: 55px;
    min-height: 50px; 
}
.hotline p{
	margin-bottom:0;
	color: #3C3C3C;
	font-weight:500;
	text-transform:uppercase;
}
.hotline a{
	color:#EE4D2D;
	font-size: 18px;
	font-weight:800;
}
.header {padding: 10px 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
}

a.cart-header {
    position: relative
}

a.cart-header span {
    position: absolute;
    top: -2px;
    right: 4px;
    color: #fff
}
a.cart-header {
	position: relative;
}
a.cart-header span {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	font-size: 11px;
	width: 17px;
	height: 17px;
	text-align: center;
	border-radius: 50%;
}
