/* announcement css start here */
.cf-announcement{
	width: 100%;
	background-color: #FF2D78;
	padding: 10px 0;
}
.cf-announcement__wrap{
	width: 100%;
}
.cf-announcement__wrap p{
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.35px;
	text-align: center;
	color: #FFFFFF;
}
/* announcement css end here */

/* header css start here */
.cf-header {
	width: 100%;
	padding: 0 0 0;
}
.cf-header__wrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cf-header__logo {
	max-width: 112px;
	width: 100%;
}
.cf-header__nav-list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cf-header__nav-list li{
	margin-left: 4px;
	display: flex;
}
.cf-header__nav-list li:first-child{
	margin-left: 0;
}
.cf-header__nav-list li a{
	font-family: var(--font-primary);
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	color: #0F172A;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 16px;
}
.cf-header__nav-list li a img{
	max-width: 16px;
	margin-left: 6px;
	width: 100%;
}
.cf-header__action {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cf-header__action-item{
	max-width: 20px;
	margin-right: 20px;
}
.cf-header__action-item:last-child{
	margin-right: 0;
}
.cf-header__cart{
	position: relative;
}
.cf-header__cart-count{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #FF2D78;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: center;
	color: #FFFFFF;
}
/* header css end here */