.header-desktop-personal .header-desktop-cart{
	background: #e6f3fa;
	border-radius: 6px;
}

.header-desktop-personal .header-desktop-cart{
	display: inline-block;
}

.header-desktop-personal .header-desktop-cart a{
	display: inline-block;
}

.header-desktop-cart-icon,
.header-desktop-cart-title{
	display: inline-block;
}

.header-desktop-icons-cart-overlay{
	display: flex;
	flex-flow: nowrap row;
	justify-content: flex-start;
	align-items: center;
}

.header-desktop-icons-cart-overlay {
	/* width: 121px; */
	width: 43px; /*2023.02.15*/
	height: 49px;
}

.header-desktop-cart-icon{
	width: 22px;
	height: 22px;
}

.header-desktop-personal .header-desktop-cart .header-desktop-cart-icon {
	background-image: url(./image/cart-icon.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.header-desktop-personal a .header-desktop-cart-title{
	font-weight: 500;
	font-size: 18px;
	line-height: initial;
}


.header-desktop-cart-description{
	font-size: 15px;
	line-height: 17px;
}


.header-desktop-cart-icon {
	padding: 0 38px 0 0;
}

.header-desktop-cart {
	padding: 0 0 0 5px;
	cursor: pointer;
}