.shop-drawer {
	width: 500px;
	height: 100vh;
	position: absolute;
	box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.08);
	right: -447px;
	z-index: 99999;
	cursor: pointer;
	display: flex;
	overflow: hidden;
	background-color: #fff;
	display: inline-block;
	box-shadow: 6px 6px 30px 5px rgba(34, 22, 71, 0.1), 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}


.drawer-pay-warpper {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0px -10px 10px -8px rgba(34, 22, 71, 0.2);
	padding: 0 16px;
}

.shop-drawer .drawer {
	width: 100%;

}
@supports (height: 100dvw) {
	.shop-drawer-warpper {
		width: 100dvw !important;
	}
}

.shop-drawer-warpper {
	height: 100%;
	position: fixed;
	top: 0;
	width: 100vw;
	left: 0;
	margin: 0 auto;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.45);
	overflow: hidden;
	display: none;
}
@supports (height: 100dvh) {
	.shop-drawer-warpper .mask {
		height: 100dvh !important;
	} 
}
.shop-drawer-warpper .mask {
	width: calc(100vw - 500px);
	height: 100vh;
	margin-left: auto;
	display: inline-block;
	position: relative;
}

.shop-drawer .drawer .drawer-title {
	padding: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	font-size: 18px;

}

.shop-drawer .drawer .dt {

	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	border-bottom: 1px solid #CECCD3;
	padding-bottom: 12px;

}

.shop-drawer .drawer .drawer-title .icon-colose {
	font-size: 16px;
	color: #000;

	padding: 8px;
	border-radius: 50%;
}

.shop-drawer .drawer .drawer-title .icon-colose:hover {
	background: rgb(240, 240, 240);
}

@supports (height: 100dvh) {
	.shop-drawer .drawer .drawer-warpper {
		height: calc(100dvh - 251px) !important;
	}
}
.shop-drawer .drawer .drawer-warpper {
	padding: 0 16px;
	overflow-y: auto;
	height: calc(100vh - 251px);
	-webkit-overflow-scrolling: touch;
	z-index: 1;
}

.shop-drawer .drawer .drawer-warpper .commodity-item {
	margin: 8px 0;

	padding: 8px 0;
	display: flex;
	cursor: pointer;
	align-items: center;

}

.shop-drawer .drawer .drawer-warpper .commodity-item:hover {
	background: #F7F7F9;


}

.shop-drawer .drawer .drawer-warpper .commodity-item:active {
	background: #EFEFF1;


}

.shop-drawer .drawer .drawer-warpper .commodity-item .ci-image-link {
	padding: 8px;
	border-radius: 8px 8px 8px 8px;
	background: #F7F7F9;
	margin-right: 8px;
}

.shop-drawer .drawer .drawer-warpper .commodity-item .ci-image {
	width: 64px;
	height: 64px;
	object-fit: cover;

}

.shop-drawer .drawer .drawer-warpper .commodity-item .ci-title {

	color: #000000;
	font-size: 14px;
	margin-bottom: 4px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	margin-bottom: 4px;
}

.shop-drawer .drawer .drawer-warpper .commodity-item .ci-title a {

	color: #000000;

}

.shop-drawer .drawer .drawer-warpper .commodity-item .ci-specification {

	color: #646464;
	font-size: 12px;
	line-height: 18px;
	word-break: break-all;
	margin-bottom: 4px;

}

.shop-drawer .drawer .drawer-warpper .commodity-item .commodity-content {
	width: 100%;
}

.shop-drawer .drawer .drawer-warpper .commodity-item .ci-price-button {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

.shop-drawer .drawer .drawer-warpper .commodity-item .ci-price .original-price {
	text-decoration: line-through;
	margin-right: 6px;
	color: #B4B4B4;
	font-size: 14px;
	font-weight: normal;
	margin-left: 8px;

}

.shop-drawer .drawer .drawer-warpper .commodity-item .ci-price .discount-price {


	color: #F54628;
	font-size: 14px;
	font-weight: 700;
}

.shop-drawer .drawer .drawer-pay {




	padding: 16px 0;
	box-sizing: border-box;
	width: 100%;

	margin-bottom: 8px;
	border-bottom: 1px solid #CECCD3;
}

.shop-drawer .drawer .drawer-pay .total {
	display: flex;
	justify-content: space-between;
	align-items: center;


}

.shop-drawer .drawer .drawer-pay .price {
	display: flex;
	align-items: center;

}

.shop-drawer .drawer .drawer-pay .price .bfdiscount {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.8);
	text-decoration-line: line-through;
	margin-right: 8px;
}

.shop-drawer .drawer .drawer-pay .price .discount {
	background: rgba(245, 70, 39, .1);
	color: #F54627;
	font-size: 12px;
	padding: 8px;
	border-radius: 4px 4px 4px 0px;
	margin-right: 8px;
}
@media screen and (max-width:1024px) {
	.shop-drawer .drawer .drawer-pay .price .discount{
		display: none;
	}
	
}
.shop-drawer .drawer .drawer-pay .price .actual {
	font-weight: 700;
	font-size: 18px;
	font-weight: 700;
	color: #F54628;
}

.shop-drawer .drawer .cart-empty {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);



}

.shop-drawer .drawer .cart-empty .text {

	font-size: 14px;
	margin-bottom: 24px;
	text-align: center;

}

.shop-drawer .drawer .cart-empty .c-btn a {
	width: 221px;
	height: 39px;
	background: #FF640A;
	border-radius: 4px 4px 4px 4px;
	line-height: 39px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	justify-content: center;
	display: inline-block;
}

.shop-drawer .drawer .cart-empty .cart-empty-img {
	width: 201px;
	height: 181px;
	object-fit: cover;
	margin-bottom: 24px;
}

.shop-drawer .drawer .drawer-pay-group {}

.shop-drawer .drawer .drawer-pay-group .check-out {

	text-align: center;
	width: 100%;
	height: 40px;
	background: #FF640A;
	border-radius: 32px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 8px;

}

.shop-drawer .drawer .drawer-pay-group .check-out:hover {
	background: #FF7423;
}

.shop-drawer .drawer .drawer-pay-group .checkout-tips {

	font-size: 14px;
	color: #B4B4B4;
	line-height: 18px;
	margin-bottom: 12px;
}

.shop-drawer .drawer .drawer-pay-group .view-cart {
	text-align: center;
	width: 100%;
	height: 40px;
	background: #000;
	border-radius: 4px 4px 4px 4px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 8px;
}

@media screen and (max-width:1440px) {
	.shop-drawer {
		right: 10px;
	}



}

@media screen and (max-width:768px) {
	.shop-drawer {
		height: 100%;
		width: 100vw;
		top: 0px;
		
	}

	.shop-drawer .drawer {
		width: 100%;
	}


}

.navbar_header1 .nav_carts {
	cursor: pointer;
}

.ci-number-box {
	display: flex;
	align-items: center;
}

.ci-plus {
	font-weight: normal;
	font-size: 28px;
	height: 25px;
	display: flex;
	align-items: center;
	border-radius: 0px 4px 4px 0px;
	border: 1px solid #CECCD3;
	border-left: 0;
	color: #CECCD3;
	background-color: #fff;
}

.ci-plus .icon-jiahao {
	font-size: 12px;
	padding: 0 4px;
}

.ci-text {
	width: 41px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #CECCD3;
	height: 25px;
}

.ci-subtract {
	font-weight: normal;
	font-size: 28px;
	height: 25px;
	display: flex;
	align-items: center;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #CECCD3;
	border-right: 0;
	color: #CECCD3;
	background-color: #fff;
}

.ci-subtract .icon-jianhao {
	font-size: 12px;
	padding: 0 4px;
}

.ci-plus:focus,
.ci-subtract:focus {
	outline: none;
}

.commodity-item-disabled {
	pointer-events: none;
	background-color: #f7f7f7;
}

/*购物车新增样式 */
.cart-wapprer {
	margin-top: 22px;
}

.cart-wapprer .bq_h2 {
	margin-top: 22px;
	margin-bottom: 16px;
	padding: 0 18px;
	line-height: 41px;
	text-align: left;
	font-style: normal;
	text-transform: none;

}

.cart-wapprer .main_content_info {
	/* padding: 18px; */
	border-radius: 18px;
}

.cart-wapprer .cart_box_sign {
	padding: 0 18px;
}

.cart-wapprer .cart_box_sign a {
	color: #FF640A;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.cart-wapprer .biuy-warrper {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 20px;
}

.cart-wapprer .cartAllSelect {
	margin-right: 50px;
}

.cart-wapprer .thead-title .table_pro {
	width: 45%;
	font-family: Gilroy, Gilroy;
	font-weight: 700;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 24px;
}

.cart-wapprer .beauty_checkbox {
	margin-right: 70px !important;
}

.cart-mobile-select-group {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
	display: none;
}

.cart-wapprer .thead-title .table_quan {
	font-family: Gilroy, Gilroy;
	font-weight: 700;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 24px;
}

.cart-wapprer .thead-title .table_total {
	font-family: Gilroy, Gilroy;
	font-weight: 700;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 24px;
}

@media screen and (max-width: 768px) {
	.cart-wapprer .beauty_checkbox {
		margin-right: 0 !important;
	}

	.cart-mobile-select-group {
		display: flex;
	}

	.cart-wapprer .pc-beauty_checkbox {
		display: none;
	}

	.cart-wapprer .pc-del-cart {
		display: none;
	}

	.cart-wapprer .moblie-fixed {
		position: fixed;
		width: 100%;
		bottom: 0;
		left: 0;
		z-index: 999;
	}

	.main_content_info.cart_btn .order-settlement .price-list {
		background: #fff !important;
		height: auto !important;
	}

	.cart-wapprer .moblie-fixed {
		border-radius: 0 !important;
		margin: 0;
		box-shadow: 0px -11px 11px -9px rgba(34, 22, 71, 0.2);

	}

	.cart-wapprer .price-warpper-content {

		box-shadow: none !important
	}

	.main_content_info.cart_btn .order-settlement .promo-code .apply-btn {
		font-size: 12px !important;
	}
}

.cart-wapprer .price-warpper-content {
	padding: 0 20px;
	text-align: center;
	/* box-shadow: 0px -11px 11px -9px rgba(34, 22, 71, 0.2) !important */
}
.navbar_header .navbar-menu-waprrer {

	
	display: flex;
	align-items: center;

}
.navbar_header .navbar-menu-waprrer .left-icon {
   
	padding: 0 10px;
	cursor: pointer;
	visibility: hidden;

}
.navbar_header .navbar-menu-waprrer .right-icon {
   
	padding: 0 10px;
	cursor: pointer;
	visibility: hidden;

}
@media screen and (min-width:1023px) and (max-width:1560px) {
	
	/* .navbar_header .navbar-menu-waprrer .left-icon {
   
		
		display: inline-block;
	
	}
	.navbar_header .navbar-menu-waprrer .right-icon {
	   
		
		display: inline-block;
	
	} */
	
}
@media screen and (min-width:1023px){
	.navbar_header .navbar-menu-waprrer {

		 width: calc(100% - 240px - 205px);
	
	}
	
	
}
.navbar_header .navbar-menu {
	display: flex;
	align-items: center;
	gap: 20px;
	height: 58px;
	display: flex;
    align-items: center;
    overflow-x: scroll;
	width: 100%;

}

.navbar_header .navbar-menu .navbar-sale-activity {
	border-radius: 19px;
	padding: 8px;
	/* background: #FF640A; */
	border-radius: 19px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 21px;
	cursor: pointer;
	/* margin-bottom: 8px; */
	text-align: center;
	position: relative;
	white-space: nowrap;
}
.navbar_header .navbar-menu::-webkit-scrollbar {
	display: none;
  }
.navbar_header .navbar-menu .navbar-sale-activity a {
	color: rgba(0, 0, 0, 0.88);
	position: relative;
	font-weight: 700;
}
.navbar-sale-activity .sala{
	background: #FF640A;
	border-radius: 4px 4px 4px 0px;
	padding: 0 8px;
	color: #fff;
	position: absolute;
	top: -10px;
	left: 8px;
}

.moblie-menu-sale-activity {
	border-radius: 8px;
    padding: 5px 0;
    /* background: #FF640A; */
	font-size: 14px;
    /* color: #FFFFFF; */
	line-height: 21px;
	cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    color: rgba(0,0,0,0.88);
    line-height: 24px;
    border: 1px solid #FF640A;
}
.moblie-menu-sale-activity img{
	width: 32px;
	height: 32px;
}
.moblie-menu-sale-activity a {
	color: rgba(0,0,0,0.88);
	width: 100%;
	display: inline-block;
	text-align: center;
	font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;

}

.navbar_header .navbar-menu .navbar-menu-list {
	font-family: Gilroy;
	/* font-weight: 700; */
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 21px;
	cursor: pointer;
	padding: 8px 0;
	z-index: 999;
	height: 100%;
	display: flex;
	align-items: center;
	/* width: 100%; */

}

.navbar_header .navbar-menu .navbar-menu-list .navbar-menu-list-title .iconfont {
	margin-left: 8px;

}

.navbar_header .navbar-menu .navbar-menu-list p {
	padding: 8px;
	font-weight: 700;

}

.navbar_header .navbar-menu .navbar-menu-list:hover p {
	background: #FF640A;
	border-radius: 19px;
	color: #fff;


}
.navbar_header .navbar-menu .navbar-menu-list:hover .navbar-menu-list-title {
	background: #FF640A;
	border-radius: 19px;
	color: #fff !important;
	padding: 8px;
}

.navbar_header .navbar-menu .navbar-menu-list:hover .nml-item {
	/* display: flex !important; */
	flex-direction: column;
	padding: 4px;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-item-warpper {
	/* position: absolute; */
}

.navbar_header .navbar-menu .navbar-menu-list .nml-item {
	background: #FFFFFF;
	box-shadow: 0px 5px 5px -3px rgba(34, 22, 71, 0.2);
	position: absolute;
	/* left: 0px; */
    /* transform: translateX(-25%); */
	top: 55px;
	border-radius: 8px;
	width: 264px;
	color: #000000;
	display: none;
	/* z-index: 9999; */
}

.navbar_header .navbar-menu .navbar-menu-list .nml-item .nml-item-list {
	font-family: Gilroy;
	font-weight: 700;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 21px;
	cursor: pointer;
	padding: 10px 16px;
	position: relative;
	border-radius: 8px;
	box-sizing: border-box;


}

.navbar_header .navbar-menu .navbar-menu-list .nml-item .nml-item-list a {

	color: rgba(0, 0, 0, 0.88);
	display: inline-block;padding: 0;



}

.navbar_header .navbar-menu .navbar-menu-list .nml-item .nml-item-list:hover {
	background-color: #FFF0E8;


}

.navbar_header .navbar-menu .navbar-menu-list .nml-item .nml-item-list:hover a {

	color: #FF640A;
	width: 100%;
	display: inline-block;

}



.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask {
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 58px;
	background: rgba(0, 0, 0, 0.45);
	z-index: 9999;
	display: none;


}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category {
	width: 100%;
	background-color: #fff;
	height: 0;
	/* height: 320px; */
	z-index: 99999;
	overflow: hidden;


}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper {
	width: 1240px;
	margin: 0 auto;
	padding: 16px 0;
	display: flex;
	position: relative;


}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .view-more-row {
	width: 1240px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
    display: flex;
	line-height: 21px;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .view-more-row a {
	color: rgba(0, 0, 0, 0.88);
	text-align: right;
    /* width: 100%; */
    padding: 4px 16px;
    border: 1px solid rgba(0,0,0,0.2);
    display: inline-block;
    border-radius: 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .view-more-row a:hover{
	color: #FF7423 !important;
}
.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .view-more-row .iconfont {
	/* margin: 0 8px; */
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper {
	display: flex;
	gap: 16px;



}
.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-container {
	display: none;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper .nw-content {
	width: calc(100% - 254px);
	display: flex;
	gap: 8px;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper .nw-content .nc-item {
	width: calc(20% - 4px);
	background: #F7F7F9;
	border-radius: 16px;
	height: 100%;
	padding: 16px;


}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper .nw-content .nc-item .nc-img-warpper {
	/* padding: 16px; */
	transition: all 0.3s;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper .nw-content .nc-item .nc-img-warpper .niw-warpper {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	transition: all 0.3s;
	border-radius: 16px;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper .nw-content .nc-item img {
	width: 100%;
	object-fit: cover;
	height: 151px;
	border-radius: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;



}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper .nw-content .nc-item .title {

	font-weight: 700;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 21px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 42px;
	/* padding: 0 8px; */
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper .nw-content .nc-item:hover img {
	transition: all 0.3s;

	transform: translate(-50%, -50%) scale(1.1);
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper .nw-link {

	width: 254px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;


}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper .nw-link .nl-item {


	width: calc(50% - 4px);


}

.navbar_header .navbar-menu .navbar-menu-list .nml-category-mask .nml-not-category .nnc-warpper .nw-link .nl-item img {

	width: 100%;
	height: 118px;
	object-fit: cover;
	border-radius: 8px;



}


.navbar_header .navbar-menu .navbar-menu-list .nml-category {

	width: 100%;
	background-color: #fff;
	/* height: 600px; */
	overflow: hidden;
	z-index: 99999;



}
.navbar_header .navbar-menu .navbar-menu-list .ncl-item{
	white-space: normal;

}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper {
	width: 1240px;
	margin: 0 auto;
	padding: 16px 0;
	display: none;

	flex-direction: column;
	position: relative;



}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item {
	display: flex;
	gap: 16px;
	margin-bottom: 8px;


}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item-active .nw-category-title {

	background-color: #FFF0E8;
	color: #FF640A !important;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item-active .nw-category-content {

	display: flex !important;
	position: absolute;
	top: 16px;
	left: 285px;
	width: 100%;
	width: calc(100% - 492px);
	gap: 8px;
	align-items: flex-start;
	flex-wrap: wrap;


}



.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-content .ncc-litem {
	background: #F7F7F9;
	border-radius: 11px 11px 11px 11px;

	width: calc(25% - 8px);
	transition: transform 0.5s ease;
	overflow: hidden;

}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-content .ncc-litem .nl-img-warpper {
	padding: 16px;

}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-content .ncc-litem .nl-img-warpper .niw-img {
	position: relative;
	width: 100%;
	padding-top: 100%;
	overflow: hidden;
	border-radius: 8px;

}


.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-link {
	width: 196px;
	position: absolute;
	right: 0;
	top: 16px;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .view-more-row {
	text-align: center;
	width: 100%;
    display: flex;
    margin: 0 auto;
}
.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .view-more-row a:hover{
	color: #FF7423 !important;	
}
.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .view-more-row a:active{
	color: #FF7423 !important;	
	border: 1px solid  #FF7423 !important;	
}
.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .view-more-row a {
	color: rgba(0, 0, 0, 0.88);
	text-align: right;
    /* width: 100%; */
    padding: 4px 16px;
    border: 1px solid rgba(0,0,0,0.2);
    display: inline-block;
    border-radius: 16px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .view-more-row .iconfont {
	margin: 0 0px 0 6px;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper img {
	width: 100%;
	height: 118px;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 8px;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-content .ncc-litem:hover {
	background-color: #EFEFF1;

}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-content .ncc-litem:hover .ncc-litem-img {
	transform: scale(1.1) translate(-50%, -50%);
	transition: transform 0.5s ease;
}


.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-content .ncc-litem .ncc-litem-img {
	width: 100%;
	transition: transform 0.5s ease;
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 8px;
	position: absolute;
	top: 50%;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-content .ncc-litem .ncc-litem-title {
	font-weight: 700;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 21px;
	text-align: center;
	padding: 0 8px;
	margin-bottom: 18px;
	height: 42px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;

}


.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-content .view-more {
	font-family: Gilroy, Gilroy;
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 21px;
	text-align: right;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-content .ncc-right .ncc-ritem img {
	width: 100%;
	height: 118px;
	object-fit: cover;
	margin-bottom: 5px;
	border-radius: 5px 5px 5px 5px;
}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-title {
	padding: 10px 16px;
	border-radius: 8px;
	font-family: Gilroy, Gilroy;
	font-weight: 700;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 21px;
	width: 264px;
	max-width: 264px;
	display: flex;
	align-items: center;
	justify-content: space-between;


}

.navbar_header .navbar-menu .navbar-menu-list .nml-category .nml-warpper .nw-category-item .nw-category-content {
	display: none;
}

.menu-search .iconfont {
	font-size: 24px;
	padding: 10px;
	cursor: pointer;
	border-radius: 50%;
}

.menu-search .iconfont:hover {
	background: rgba(0, 0, 0, 0.06);
}

.navbar_header .search-warpper {
	width: 100%;
	height: 58px;
	position: absolute;
	top: 0;
	z-index: 99999;
	background: #F7F7F9;
	display: none;

}

.navbar_header-warpper {
	position: relative;
	width: 100%;
}

.navbar_header .search-warpper #nav_searchs {
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search_form_input .input_box {
	display: flex;
	align-items: center;
}

.search_form_input .input_box .close-icon {
	cursor: pointer;
	color: rgba(0, 0, 0, 0.45);
	padding: 6px;
}

.search_bar_menu .title {
	font-weight: 700;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	margin-bottom: 8px;
	padding-left: 8px;
}

.search_history .search_input {
	display: inline-block;
	background: rgba(0, 0, 0, 0.04);
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 5px;

}

.search_form_input .input_box .close-icon:hover {

	background: rgba(0, 0, 0, 0.06);
	border-radius: 50%;
}

.header-word-waprrer .icon-world, .header-word-waprrer .icon-settings-dollar{
	font-size: 24px;
	padding: 10px;
	cursor: pointer;
	border-radius: 50%;
	position: relative;
}

.header-word-waprrer {

	position: relative;
}

.header-word-waprrer .icon-world:hover, .header-word-waprrer .icon-settings-dollar:hover{
	background: rgba(0, 0, 0, 0.06);
}

.header-word-waprrer .hww-warpper {
	position: absolute;
	top: 50px;
	right: 0;
	width: 320px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 3px 3px -2px rgba(34, 22, 71, 0.2);
	padding: 10px;
	z-index: 99999;
	display: none;
}

@media screen and (max-width: 480px) {
	.header-word-waprrer .hww-warpper {
		top: 45px;
	}
}

.header-word-waprrer .hww-warpper .hw-item {}

.header-word-waprrer .hww-warpper .hw-item:last-child .hi-value {
	margin-bottom: 0;
}

.header-word-waprrer .hww-warpper .hw-item .hi-label {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.88);
	line-height: 13px;
	margin-bottom: 10px;
}

.header-word-waprrer .hww-warpper .hw-item .hi-value {
	height: 30px;
	border-radius: 6px;
	border: 1px solid #CECCD3;
	margin-bottom: 10px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	color: #CECCD3;
	font-size: 12px;
}

.moblie-menu,
.support {
	display: none;
}

@media screen and (max-width: 1024px) {
	.navbar_header .navbar-menu {
		display: none;
	}
}

@media screen and (max-width: 1024px) {

	.header-word-waprrer {

		display: none;
	}
	.header-word-waprrer .iconfont {
		font-size: 16px;
		padding: 10px;
	}

	.menu-search .iconfont {
		font-size: 16px;
		padding: 10px;
	}

	.store_nav_top,
	#navbar_header_height {
		border-bottom: 0;
	}

	.store_nav_top_box {
		border-bottom: 1px solid #CECCD3;
	}

	#collapsibleNavbar {
		position: absolute;
		background: rgba(0, 0, 0, 0.45);
		width: 100%;
		/* max-height: 100vh; */
		overflow-y: scroll;
		z-index: 99999;
		/* display: none; */
		top: 43px;
		left: 0;
		height: 100vh;
		padding: 0;
		border-radius: 0;




	}

	.navbarToggleExternalContent-warpper {
		background-color: #fff;
	}

	.collapsibleNavbar-warpper {
		padding: 8px;
	}

	.moblie-menu {
		display: inline-block;
		width: 100%;

	}

	#collapsibleNavbar .moblie-menu {
		margin: 8px 0;
		padding: 0 12px;
		/* height: 60vh; */
			overflow-y: scroll;
	}

	#collapsibleNavbar .moblie-menu-item {
		width: 100%;
		margin-bottom: 12px;
	}

	#collapsibleNavbar .moblie-menu-item .mei-title {
		padding: 10px 16px;
		border-radius: 8px;
		cursor: pointer;
		font-weight: 700;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.88);
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#collapsibleNavbar .moblie-menu-item .mei-title:hover {
		background: #FFF0E8;
		color: #FF640A;

	}

	.navbarToggleExternalContent-warpper .support {
		display: flex;
		flex-wrap: wrap;
		gap: 8px;

	}

	.navbarToggleExternalContent-warpper .support .support-item {
		width: calc(50% - 4px)
	}

	.navbarToggleExternalContent-warpper .support .support-item img {
		width: 100%;
		border-radius: 8px 8px 8px 8px;
	}

	.moblie-menu-item .mei-warpper-content {
		display: none;
		padding: 10px 0;
		width: 100%;
	}

	.moblie-menu-item .mei-warpper {
		background: rgba(0, 0, 0, 0.02);
		padding: 8px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 8px;


	}
	.moblie-menu-item .mei-warpper .mw-view-more{
		margin: 0 auto;
		width: 100%;
		text-align: center;
		color: #000;
	}

	.moblie-menu-item .mei-warpper .mei-item {
		padding: 8px;
		width: calc(50% - 4px);
	}

	.moblie-menu-item .mei-warpper .mei-item img {
		width: 100%;
		height: 100%;

		object-fit: cover;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 16px;
	}

	.moblie-menu-item .mei-warpper .mei-item .title {
		text-align: center;
		font-weight: 700;
		font-size: 12px;
		color: rgba(0, 0, 0, 0.88);
		line-height: 18px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 36px;
	}

	.mei-warpper-content .mwc-item {}

	.mei-warpper-content .mwc-title {
		padding: 10px 16px 10px 40px;
		border-radius: 8px;
		cursor: pointer;
		font-weight: 700;
		font-size: 14px;
		color: rgba(0, 0, 0, 0.88);
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		/* margin-bottom: 8px; */
	}

	.navbar_header .search-warpper {
		height: 45px;
	}

	.navbar_header .search-warpper #nav_searchs {
		position: relative;
		padding: 0;
		width: 100%;
	}

	.search_bar_menu {
		border-radius: 0;
	}

	.search_bar_menu {
		top: 40px;
		box-shadow: none;
		padding: 0;
		height: 100vh !important;
	}

	.search_form_inner {
		left: 0;
		right: 0;
	}

	.nav_search form input {
		background-color: #fff;
	}

	.navbar_header .search-warpper {
		height: auto;
	}

	.search_form_inner {
		overflow: visible;
	}

	.search_btn-moblie {
		display: inline-block !important;
	}
}

.navbar_header-nation {
	background: #000;
	color: #FFFFFF;
	padding: 8px 0px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	display: none;
}

@media screen and (min-width:1919px) {
	.navbar_header-nation .nhn-container {
		width: 1616px !important

	}
}

.navbar_header-nation .nhn-container {
	width: calc(100vw - 64px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.navbar_header-nation .nhn-container p{
	width: 90%;
}

/* @media screen and (min-width:1919px) {
	.navbar_header-nation {
		width: calc(1616px - 64px);
		margin: 0 auto;
	}
} */

.navbar_header-nation .nation-select {
	width: 180px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #CECCD3;
	display: inline-block;
	margin-right: 30px;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.88);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 10px;
}

.navbar_header-nation .nation-right {
	display: flex;
	align-items: center;
}

.navbar_header-nation .nation-select span {
	display: inline-block;
	width: calc(100% - 16px);
	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.navbar_header-nation .nation-close {
	cursor: pointer;


}

@media screen and (max-width: 768px) {
	.navbar_header-nation {
		flex-direction: column;
	}

	.navbar_header-nation .nation-right {
		width: 100%;
		margin-top: 10px;
	}

	.navbar_header-nation {
		position: relative;
	}

	.nation-close {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.navbar_header-nation .nation-select {
		width: 100%;
		margin-right: 0;
	}

}

.foot_margin_end .currency-select-box .select_box ul {
	bottom: 35px;
	top: auto;
}

.foot_margin_end .currency-select-box .select_box span {
	order: 1;
}

.foot_margin_end .currency-select-box .iconfont {
	order: 2;
	color: rgba(0, 0, 0, 0.45);
	padding: 0 5px;
}

.foot_margin_end .currency-select-box .select_box span {
	color: #000;
}

.foot_margin_end .currency-select-box .select_box span {
	padding-right: 10px;
	border-right: 1px solid #CECCD3;
}

.foot_margin_end .currency-select-box .select_box {
	height: 33px;
}

#xp_foot .as-seen {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 27px;
	gap: 16px;
	margin-top: 16px;
	/* padding: 0 32px; */
}

#xp_foot .as-seen object {
	display: inline-block;
	width: 63px;
	height: 24px;
	margin-right: 8px;

}

#xp_foot .reclame {
	text-align: center;
}

@media screen and (max-width: 1024px) {
	#xp_foot .foot_svg {
		padding: 0;
	}

	#xp_foot .foot_paypal {
		justify-content: left;
    flex-wrap: wrap;
	}

	#xp_foot .reclame {
		text-align: left;
	}

	#xp_foot .as-seen {
		padding: 0 16px;
		flex-direction: column;
		text-align: left;
		margin-top: 20px;
	}

	#xp_foot .as-seen div {
		width: 100%;

	}

	#xp_foot .currency-select-box-footer .select_box {
		background-color: #fff;
		color: #000;
	}

	#xp_foot .foot_margin {
		gap: 10px;
	}
}

.mobile_navtoggle .iconfont {
	font-size: 20px;
}

.moblie-menu .mi-img-warpper {
	width: 100%;
	padding-top: 100%;
	position: relative;
	margin-bottom: 10px;
}

#cookieModal {
	z-index: 999999999;
	height: 100vh;
}

.navbar_header .navbar-menu .navbar-menu-list a {
	color: rgba(0, 0, 0, 0.88) !important;
	padding: 8px;
	font-weight: 700;
	white-space: nowrap;
}

#xp_foot .reclame img {
	height: 24px;
	object-fit: cover;
}
@media screen and (max-width: 1024px) {
	.navbar_header-nation .nhn-container{
		flex-direction: column;
		width: calc(100vw - 32px);
		align-items: normal;
	}
	.cart-wapprer .cart_box_sign{
		margin: 0;
		width: 100%;
	}
	.nm-toolbar{
		display: flex;
		align-items: center;
		gap: 12px;
	}
	.nm-toolbar .currency-select-box-footer .select_box{
		background-color: #fff;
	}
	
	
}
@media screen and (min-width:1919px) {
	.store_nav_top_box{
		padding: 0 calc((100% - 1616px) /2);
	}
	
}	
.new_popup_home .popup_home_submit input{
	color: #000;
}
@media screen and  (max-width: 768px){
	#nav_searchs .input_box .search_btn {
		display: inline-block;
	}
	#searchMenu .searchMenu-warpper .sw-result{
		order: 2;
		
	}	
	#searchMenu .searchMenu-warpper .sw-history{
		order: 1;
		
	}	
	.countryLanguageSelectOpen{
	width: 100% !important;
	}
	
}

#searchMenu .searchMenu-warpper{
display: flex;
flex-direction: column;
}	
#cart_box .foot_paypal{
	display: flex;
    padding: 10px 20px;
    /* justify-content: center; */
    gap: 10px;
	flex-wrap: wrap;
}
#cart_box .foot_paypal object{
	display: inline-block;
	width: 60px;
    height: 24px;
    margin-right: 4px;
    border-radius: 4px;
    object-fit: contain;
}
#goodsInfoContent .foot_paypal{
	display: flex;
    padding: 10px 0px;
    /* justify-content: center; */
    gap: 10px;
}
#goodsInfoContent .foot_paypal object{
	display: inline-block;
    height: 16px;
    margin-right: 4px;
	border-radius: 4px;
}
@media screen and (max-width:768px) {
	.cartRelation .homepage_2{
		width: 100%;
	}
	#xp_foot .foot_margin{
		width: 100%;
	}
}
.xppenloading-mask {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
  }
  .xppenloading-mask  .xm-warpper{
	background: #fff;
    border-radius: 16px 16px 16px 16px;
    text-align: center;
    font-size: 16px;
    color: #646464;
    line-height: 24px;
    padding: 16px;
  }
  .xppenloading-mask  .xm-warpper .loading{
	text-align: center;
  }
.xppenloading {
	width: 120px;
	aspect-ratio:1;
	display:inline-grid;
	place-content:center;
	margin:10px;
	font-size:40px;
	font-family:sans-serif;
	font-weight:bold;
	position:relative;
  }
  .xppenloading .iconfont{
	font-size: 48px;
  }
  .xppenloading::after {
	content:"";
	position:absolute;
	inset:0;
	border-radius:50%;
	padding:1px;
	background:#646464;
	-webkit-mask:
		linear-gradient(#0000 0 0) content-box,
		repeating-conic-gradient(from calc(45deg/2),#000 0 calc(360deg/2 - 45deg),#0000 0 calc(360deg/2));
	-webkit-mask-composite: source-in;
			mask:
		linear-gradient(#0000 0 0) content-box,
		repeating-conic-gradient(from calc(45deg/2),#000 0 calc(360deg/2 - 45deg),#0000 0 calc(360deg/2));
			mask-composite: intersect;
			animation: rotate 5s linear infinite;
  }
  @keyframes rotate {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
  .modal-backdrop{
	height: 100vh !important;
  }
  .drawer-pay-group .checkout-tips object{
	display: inline-block;
    height: 16px;
    margin-right: 4px;
    border-radius: 4px;
	border: 1px solid rgba(0,0,0,.2);
  }