body {
	background: #fff
}

.wrap-circle .circle-a-view-more{ 
	font-weight: 400;
	line-height: 20px;
	align-items: center;
	border: 1px solid;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
	height: 40px;
	justify-content: center;
	max-width: 100%;
	padding: 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: cubic-bezier(0.3, 0.46, 0.45, 0.94) .4s;
	transition-property: background-color, color, border;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
	width: auto;
	background:var(--viewmore-bg);
	border-color: var(--viewmore-text);
	color: var(--viewmore-text);
}
@media (max-width: 767px){
	.wrap-circle .circle-a-view-more{
		font-size: 12px;
	}
}
.wrap-circle:hover .circle-a-view-more{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.section_coupons .card{
	/*background-color: var(--section-coupon-bg);*/
	background-color: transparent;
	border-radius: 0;
	padding-top: 30px;
	padding-bottom: 30px;
	border: none;
}
.section_coupons .slick-list{
	margin-top:0;
}
.section_coupons [class*=col-]{
	padding: 5px 15px;
}
.section_coupons .slick-arrow.slick-prev {
	left: 15px;
	background: rgba(0, 0, 0, 0.5);
	transition: 300ms all;
}

.section_coupons .slick-arrow.slick-next {
	right: 15px;
	background: rgba(0, 0, 0, 0.5);
	transition: 300ms all;
}

.section_coupons .slick-arrow svg{
	height: auto;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	padding: 20%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	width: 100%;
	fill: currentColor;
	border-color: currentColor;
	transition: all .3s;
	border: 1px solid #fff;
	border-radius: 100%;
	fill: #fff;
	transition: 300ms all;
}

.section_coupons .slick-arrow:hover{
	background: var(--primary-color);
}
.section_coupons .slick-arrow:hover svg{
	border: 1px solid var(--primary-color);
}
@media (max-width:991px) {
	.section_coupons .card{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (max-width:767px) {
	.mid-header:after {
		content: '';
		width: 100%;
		position: absolute;
		background: var(--header-background);
		height: 200px;
		z-index: -1;
		clip-path: ellipse(100% 55% at 48% 44%);
		margin-top: 0;
		transform-origin: center center
	}
}

.sub_banner {
	display: grid;
	grid-gap: 15px
}

@media (max-width:1024px) {
	.sub_banner {
		grid-gap: 8px;
		padding-left: 10px
	}

}

@media (max-width:992px) {
	.sub_banner {
		grid-gap: 10px;
		padding-left: 10px
	}

}

@media (max-width:767px) {
	.sub_banner {
		grid-template-columns: 1fr 1fr;
		grid-gap: 15px
	}

}

.home-slider {
	display: flex;
	align-items: center;
	max-width: 100%;
	overflow: hidden
}

.home-slider .items {
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	overflow: hidden
}
.box .home-slider{
	border-radius: 0;
}
.box .home-slider .slick-list{
	padding-top:0; 
}
.home-slider .items .content-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 75px 125px 75px 157px !important;
	text-align: left;
	color: #1F1F1F;
}
.box .home-slider .items .content-wrap{
	padding: 35px 88px 35px 100px !important
}
@media (min-width:1600px) {
	.home-slider .items .content-wrap {
		padding: 85px 125px 85px 157px !important;
	}
}
.home-slider .items .content-wrap h2{
	font-size: calc(var(--main-title-font-size)*1px);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.62px;
	margin:8px 0 20px;
}
.home-slider .items .content-wrap h4{
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.28px;
	text-transform: uppercase;
}
.home-slider .items .content-wrap .desc{
	color: var(--text-grey, #333);
	max-width: 426px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px; 
}
.home-slider .items .view-more{
	top:0;
	z-index:1;
}
@media(max-width:1330px) and (min-width: 1024px){
	.home-slider .items .content-wrap{
		padding:45px 50px 45px 110px !important;
	}
	.home-slider .items .content-wrap h2{
		padding: 8px 0 20px;
	}
	.home-slider .items .content-wrap .desc{
		font-size: 18px;
		line-height: 30px;
	}
}
@media(max-width:1024px){
	.home-slider .items .content-wrap{
		padding: 0 70px !important;
	}
	.box .home-slider .items .content-wrap{
		padding: 23px 82px 25px 55px !important;
	}
	.home-slider .items .content-wrap h2{
		font-size: 50px;
		margin: 0px 0 0px;
		line-height: 1.1;
	} 
	.home-slider .items .content-wrap .desc{
		max-width: 350px;
		font-size: 18px;
	}
}
@media(max-width:991px){
	.home-slider .items .content-wrap{
		padding: 0 70px !important;
	}
	.box .home-slider .items .content-wrap{
		padding: 23px 82px 25px 48px !important;
	}
	.home-slider .items .content-wrap h2{
		font-size: 36px;
		margin: 8px 0px;
		line-height: 1.1;
	} 
	.home-slider .items .content-wrap h4{
		font-size: 16px;
		line-height: 1;
	}
	.home-slider .items .content-wrap .desc{
		max-width: unset;
		line-height: 19px;
		font-size: 15px;
	}
}

@media(max-width:767px){
	.home-slider .items .content-wrap{
		padding:36px !important;
		justify-content: center;
		text-align: center;
	}
	.home-slider .items .content-wrap h2{
		font-size: calc(62px*var(--scaleXs));
	}
	.home-slider .items .content-wrap h2 br{
		display: inline-block;
		content: '\A';
		white-space: pre;
		width: 0.6rem;
	}
	.home-slider .items .content-wrap h2,
	.home-slider .items .content-wrap h4{
		width:100%;
	}

	.home-slider .items .content-wrap .desc{
		text-align: center;
	}
	.home-slider .items .view-more{
		position: unset !important;
		margin-bottom: 15%;
	}
	.box .home-slider .items .content-wrap{
		padding:20px 50px !important;
	}
}


.home-slider .slick-arrow.slick-prev {
	left: 15px;
	background: rgba(0, 0, 0, 0.5);
	transition: 300ms all;
}

.home-slider .slick-arrow.slick-next {
	right: 15px;
	background: rgba(0, 0, 0, 0.5);
	transition: 300ms all;
}

.home-slider .slick-arrow svg{
	height: auto;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	padding: 20%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	width: 100%;
	fill: currentColor;
	border-color: currentColor;
	transition: all .3s;
	border: 1px solid #fff;
	border-radius: 100%;
	fill: #fff;
	transition: 300ms all;
}

.home-slider .slick-arrow:hover{
	background:var(--primary-color);
}
.home-slider .slick-arrow:hover svg{
	border: 1px solid var(--primary-color);
}

.home-slider .slick-dots li.slick-active button{
	width: 40px;
	background: var(--primary-color);
}


@media (min-width:768px) {
	.section_blog_right {
		max-height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		border-left: 1px solid #f7f7f7;
		position: absolute;
		top: 0;
		padding: 0 10px
	}

}

.section_product_top .tab-content.current .row, 
.flashsale .row, 
.slideshow-banner-wrap .module-product .row {
	--limit-column: 3;
	--percent: 80%
}
.section_slide_product .slick-arrow.slick-prev {
	left: 0;
	background: #fff;
	transition: 300ms all;
}

.section_slide_product .slick-arrow.slick-next {
	right: 0;
	background: #fff;
	transition: 300ms all;
}

.section_slide_product .slick-arrow svg{
	height: auto;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	padding: 20%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	width: 100%;
	fill: currentColor;
	border-color: currentColor;
	transition: all .3s;
	border: 1px solid #000;
	border-radius: 100%;
	fill: #000;
	transition: 300ms all;
}

.section_slide_product .slick-arrow:hover{
	background: var(--primary-color);
}
.section_slide_product .slick-arrow:hover svg{
	border: 1px solid var(--primary-color);
	fill: #fff;
}
.flashsale .slick-arrow.slick-prev {
	left: 0;
	background: #fff;
	transition: 300ms all;
}

.flashsale .slick-arrow.slick-next {
	right: 0;
	background: #fff;
	transition: 300ms all;
}

.flashsale .slick-arrow svg{
	height: auto;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	padding: 20%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	width: 100%;
	fill: currentColor;
	border-color: currentColor;
	transition: all .3s;
	border: 1px solid #000;
	border-radius: 100%;
	fill: #000;
	transition: 300ms all;
}

.flashsale .slick-arrow:hover{
	background: var(--primary-color);
}
.flashsale .slick-arrow:hover svg{
	border: 1px solid var(--primary-color);
	fill: #fff;
}
@media (max-width:1199px) {
	.section_product_top .tab-content.current .row, .flashsale .row, .slideshow-banner-wrap .module-product .row {
		/*display: grid;
		grid-template-rows: 1fr;
		margin: 0px;
		grid-template-columns: repeat(var(--limit-column), 30%);
		overflow: auto;
		justify-content: start;*/
		display: flex;
		overflow: auto;
		flex-wrap: nowrap;
		padding-bottom:10px;
	}

	.section_product_top .tab-content.current .row::-webkit-scrollbar, .flashsale .row::-webkit-scrollbar {
		display: none
	}

	.section_product_top .tab-content.current .row, .flashsale .row{
		-ms-overflow-style: none;
		scrollbar-width: none
	}
	.slideshow-banner-wrap .module-product .row {
		flex-wrap: nowrap;
	}

	.section_product_top .tab-content.current .row .col-12, 
	.flashsale .row .col-12,
	.slideshow-banner-wrap .module-product .row .col-12{
		padding: 5px
	}
}
@media (max-width:991px) {
	.section_product_top .tab-content.current .row, .slideshow-banner-wrap .module-product .row{
		flex-wrap: nowrap;
	}
	.section_product_top .slideshow-banner-wrap .body_module{
		padding: 10px 25px !important;
		overflow: hidden;
	}
	.flashsale .row {
		flex-wrap: wrap;
		padding: 0px 20px;
	}
	.flashsale .row .flashsale__item{
	}
	.flashsale__container .row.one-row{
		flex-wrap:nowrap;
	}
	.slideshow-banner-wrap .module-product .row.multi_row{
		padding-left:0;
		flex-wrap: wrap !important;
	}
	.slideshow-banner-wrap .module-product .row.multi_row .product-col{
		/*--width: unset;
		flex: 0 0 var(--width);
		max-width: var(--width);*/
	}
	.flashsale .row.one-row .flashsale__item{
		--width:45%;
		flex: 0 0 var(--width);
		max-width:var(--width);
	}
	.item_product_main .price-box.v2{
		flex-direction: row;
		align-items: flex-start;
		gap: 3px;
	}


	.section_slide_product .row.one_row{
		padding-left: 0px;
	}
	.section_slide_product .row.one_row .product-col{
		padding: 0;
		--width: 45%;
		flex: 0 0 var(--width);
		margin-right: 10px;
	}


}
@media (max-width:767px) {
	.section_product_top .tab-content.current .row, 
	.slideshow-banner-wrap .module-product .row {
		display: grid;
		grid-template-rows: 1fr;
		overflow: auto !important;
		justify-content: start;
		grid-template-columns: repeat(var(--limit-column), var(--percent));
		overflow: hidden;
		padding-left: 12px;
	}
	.section_slide_product .row.one_row{
		padding-left: 0px;
	}
	.section_slide_product .row.one_row .product-col{
		padding: 0;
		--width: 70%;
		flex: 0 0 var(--width);
		margin-right: 10px;
	}
	.section_slide_product .heading-bar__title{
		max-width: 100%;
	}
	.flashsale .row{
		padding-left: 30px;
		padding-right: 30px;
		display: flex;
		flex-wrap: wrap;
		overflow: auto;
	}

	.flashsale .row.one_row,
	.slideshow-banner-wrap .module-product .row.one_row {
		grid-template-columns: repeat(var(--limit-column), var(--percent));
		overflow: auto;
		display: flex;
		flex-wrap: nowrap;
		overflow: auto
	}

	.section_product_top .tab-content.current .row.one-row, 
	.flashsale .row.one-row {
		display: flex;
		flex-wrap: nowrap;
		overflow: auto;
	}

}

@media (max-width:767px) {
	.flashsale__container{
		padding: 8px 22px;
	}
	.flashsale__container .tab-content{
		overflow: hidden;
	}
	/*.slideshow-banner-wrap .module-product .row .product-col,*/
	.section_product_top .tab-content.current .row.one-row .product-col, 
	.flashsale .row.one-row .flashsale__item {
		--width:70%;
		flex: 0 0 var(--width);
		max-width:var(--width);
	}
}

.slick-pro-banner {
	width: 100%
}

.slick-pro-banner, .slick-new:not(.slick-slider) {
	display: flex;
	align-items: start;
	overflow-x: auto;
	flex-wrap: nowrap;
	white-space: nowrap
}

.slick-pro-banner::-webkit-scrollbar, .slick-new:not(.slick-slider)::-webkit-scrollbar {
	display: none
}

.slick-pro-banner, .slick-new:not(.slick-slider) {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.slick-pro-banner .col-5, .slick-new:not(.slick-slider) .col-5 {
	padding: 5px
}

.flashsale__news-list {
	display: flex
}

.flashsale__news a {
	white-space: nowrap
}

@media (max-width:767px) {
	.flashsale__header>div img {
		max-width: 50px !important
	}

	.flashsale__header .flashsale__title a {
		font-size: 24px
	}

}

@media (max-width:991px) {
	.flashsale .heading-bar.has-tabs .flashsale__header {
		padding-bottom: 40px
	}
}

@media(max-width: 374px){
	.flashsale .heading-bar.has-tabs .flashsale__header{
		justify-content: center !important;
	}
}

.flash-sale-heading .flash-sale-tabs {
	margin-bottom: 15px
}

.flash-sale-heading .flash-sale-tabs .tab-link {
	background: #FFFFFF;
	border-radius: 999px;
	color: #272E5B;
	height: 38px;
	line-height: 38px;
	padding: 0;
	border: none;
	margin-right: 12px
}

.flash-sale-heading .flash-sale-tabs .tab-link.current {
	background: #272E5B;
	color: #FFFFFF
}

@media (max-width:991px) {
	.flash-sale-heading .flash-sale-tabs {
		position: absolute;
		width: 100%;
		bottom: 7px;
		margin: 0
	}

	.flash-sale-heading .flash-sale-tabs .tab-link {
		height: 26px;
		line-height: 26px;
		font-size: 14px
	}

}
.section_banner_coll {
	padding-top: 30px;
	padding-bottom: 30px;
	gap: 32px;
	background:var(--bg_section_banner_coll);
}
.section_banner_coll .slick-list{
	margin-top: 30px;
}
.section_banner_coll .card{
	background:transparent;
}
.section_banner_coll .row {
	overflow-x: auto;
	flex-wrap: nowrap
}

.section_banner_coll .row::-webkit-scrollbar {
	display: none
}

.section_banner_coll .row {
	gap:32px;
	-ms-overflow-style: none;
	scrollbar-width: none
}
@media(max-width:991px){
	.section_banner_coll .row{
		gap: 0;
		justify-content: flex-start !important;
	}
}
.banner_col {
	order: -1
}
.section_banner_coll .item{
	flex: 0 0 32%;
}
.section_banner_coll .item .banner{
}
@media (min-width:768px) {
	.banner_col.right {
		order: 1
	}

}

@media (max-width:991px) {
	.section_brand .item {
		flex: 0 0 170px;
		max-width: 170px;
		padding: 10px
	}

	.section_brand .hrz-scroll {
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: initial !important
	}
	.section_banner_coll{
		padding: 20px 0 20px 32px;
	}
	.section_banner_coll .item{
		flex: 0 0 42%;
	}

}



.section_brand:not(.brand--carousel) .row {
	display: grid;
	grid-template-columns: repeat(var(--item-display), 1fr);
	grid-gap: 10px;
	margin-top: 30px
}

@media (max-width:991px) {
	.section_brand .row {
		display: flex;
		margin-top: 10px
	}

}

.section_brand .heading-bar__title,
.section_feedback .heading-bar__title{
	position: relative;
	text-align: center
}

.section_brand .heading-bar__title a.link,
.section_feedback .heading-bar__title a.link{
	position: relative;
	background: #ffff;
	padding: 0 30px;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: var(--primary-color);
}
.section_brand .heading-bar__title:before,
.section_feedback .heading-bar__title:before{
	content: "";
	position: absolute;
	background: var(--primary-color);
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(10px);
}
.section_brand .slick-arrow.slick-prev,
.section_feedback .slick-arrow.slick-prev {
	left: 15px;
	background: #fff;
	transition: 300ms all;
}
.section_brand .slick-arrow.slick-next,
.section_feedback .slick-arrow.slick-next {
	right: 15px;
	background: #fff;
	transition: 300ms all;
}
.section_brand .slick-arrow svg,
.section_feedback .slick-arrow svg{
	height: auto;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	padding: 20%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	width: 100%;
	fill: currentColor;
	border-color: currentColor;
	transition: all .3s;
	border: 1px solid #000;
	border-radius: 100%;
	fill: #000;
	transition: 300ms all;
}
.section_brand .slick-arrow:hover,
.section_feedback .slick-arrow:hover{
	background: var(--primary-color);
}
.section_brand .slick-arrow:hover svg,
.section_feedback .slick-arrow:hover svg{
	border: 1px solid var(--primary-color);
	fill: #fff;
}
.section_brand .wrap-brand-desc .wrap-brand-desc--item{
	margin: 32px 0;
}
.section_brand .wrap-brand-desc .wrap-desc{
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:17px;
	/*max-width: 843px;*/
	/*margin: 32px auto;*/
}
.section_brand .wrap-brand-desc .wrap-link a{
	color: var(--primary-color);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
}
.section_brand .wrap-brand-desc .wrap-link a:hover{
	color: var(--link-color);
}
@media (max-width:991px) {
	.section_brand .heading-bar__title a.link {
		padding: 0 10px
	}
}
@media (max-width:767px){
	.section_brand .heading-bar__title a.link,
	.section_feedback .heading-bar__title a.link{
		font-size: calc(24px*var(--scaleSm))
	}
	.section_brand .heading-bar__title:before, 
	.section_feedback .heading-bar__title:before{
		transform: translateY(0px);
	}
	.section_brand .wrap-brand-desc .wrap-desc{
		font-size: 24px;
		line-height: 1.2;
	}

}
@media (max-width:480px){
	.section_brand .heading-bar__title a.link, 
	.section_feedback .heading-bar__title a.link{
		padding: 0 2px;
		font-size: calc(18px*var(--scaleSm));
	}
	.section_brand .heading-bar__title:before,
	.section_feedback .heading-bar__title:before{
		top: 60%;
	}
}
@media (max-width:320px){
	.section_brand .heading-bar__title a.link, 
	.section_feedback .heading-bar__title a.link{
		font-size: calc(14px*var(--scaleSm));
	}
}
.section_brand .item {
	transition: transform .3s ease;
	filter: opacity(0.2) grayscale(100%);
}

.section_brand .item:hover,
.section_brand .wrap-brand-img .item.slick-current.slick-active{
	filter: opacity(1) grayscale(0%);
}
@media (max-width:767px) {
	.section_brand .item {
		flex: unset;
		max-width: unset;
		filter: opacity(1) grayscale(0);
	}
	.section_banner_coll .item{
		flex: 0 0 80%;
	}

}
.section_collections .item {
	padding: 0 10px;
	margin: 0 auto;
	text-align: center
}

.section_collections .item>a {
	display: block;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.section_collections img {
	z-index: 1;
	position: relative;
	margin: auto;
	transform: scale(1) rotate(0deg);
	transition: 500ms all;
}
.section_collections .row{
	margin-left: -10px;
	margin-right: -10px;
}
.section_collections .item h3 a {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	align-items: center;
	border: 1px solid;
	cursor: pointer;
	display: inline-flex;
	gap: 8px;
	height: 40px;
	justify-content: center;
	max-width: 100%;
	padding: 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: 500ms all;
	-webkit-user-select: none;
	user-select: none;
	vertical-align: top;
	white-space: nowrap;
	width: 100%;
	background-color: transparent;
	border-color: var(--primary-color);
	color: var(--primary-color);
}
.section_collections .item:hover h3 a{
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}
.section_collections .item:hover img {
	transform: scale(1.2) rotate(10deg);
}
.section_collections .slick-arrow{
	--translatePercent : -80%;
	-webkit-transform: translate(0, var(--translatePercent));
	-ms-transform: translate(0, var(--translatePercent));
	transform: translate(0, var(--translatePercent));
}

.section_collections .slick-arrow.slick-prev {
	left: 15px;
	background: #fff;
	transition: 300ms all;
}

.section_collections .slick-arrow.slick-next {
	right: 15px;
	background: #fff;
	transition: 300ms all;
}

.section_collections .slick-arrow svg{
	height: auto;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	padding: 20%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	width: 100%;
	fill: currentColor;
	border-color: currentColor;
	transition: all .3s;
	border: 1px solid #000;
	border-radius: 100%;
	fill: #000;
	transition: 300ms all;
}

.section_collections .slick-arrow:hover{
	background: #000;
}
.section_collections .slick-arrow:hover svg{
	border: 1px solid #000;
	fill: #fff;
}

@keyframes tada {
	0% {
		transform: scaleX(1)
	}

	10%, 20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
	}

	30%, 50%, 70%, 90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%, 60%, 80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		transform: scaleX(1)
	}

}

.section_collections .row {
	overflow: auto;
}


.section_collections .row::-webkit-scrollbar {
	display: none
}

.section_collections .item {
	flex: 0 0 calc(100% / 6);
}
/*
@media(min-width:1200px) {
.section_collections .row {
overflow: inherit;
}
.section_collections .row .slick-prev{
left: -50px;
}
.section_collections .row .slick-next{
right: -50px;
}
}
*/
@media (max-width:991px) {
	.section_collections .item {
	}
	.section_collections .item>a{
		--sizeBox: 185px;
		width: var(--sizeBox);
		height: var(--sizeBox);
	}
	.section_collections .item>a img {

	}
	.section_collections .item h3 a{
		font-size:16px;
	}
}

@media (max-width:767px) {
	.section_collections .item {
		flex: 0 0 42%;
	}
	.section_collections .item>a{
		--sizeBox: 130px;
		width: var(--sizeBox);
		height: var(--sizeBox);
	}
	.section_collections .item>a img {
	}
	.section_collections .item h3 a{
		padding: 5px 10px;
		font-size: 12px;
		height: 35px;
	}

}

.section_product_tag .menu {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden
}

.section_product_tag .menu__link {
	flex: 0 0 auto;
	white-space: nowrap
}

@media (max-width:992px) {
	.tag-list {
		white-space: nowrap;
		overflow: auto
	}

}

.tag-item {
	padding: 4px 8px;
	background: var(--tag-bg);
	color: var(--tag-color);
	margin-top: 10px;
	display: inline-block;
	border-radius: 9999px;
	font-size: 14px;
	font-weight: 400;
	transition: border .3s ease-out;
	border: 1px solid var(--tag-bg)
}

.tag-item+.tag-item {
	margin-right: 5px
}

.tag-item:hover {
	border: 1px solid var(--tag-color);
	color: var(--tag-color)
}

.blogwp h3, .blogwp h3 a.link {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500
}

.blogwp .card-body p {
	font-size: 14px;
	color: #727272
}

.blogwp .media .media-body {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 5px
}

.blogwp .button_custome_35.link {
	display: block;
	margin-top: 10px
}

.blogwp .content_blog a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.blogwp .content_blog .art-summary {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.section_ss_collection .heading-bar__title{
	margin-bottom: 30px;
}

@media (min-width:1200px) {
	.section_ss_collection .ss_body {
		margin-left: -15px;
		margin-right: -15px
	}

}
.section_ss_collection .ss_item a{
	color: var(--text-color)
}

.section_ss_collection .ss_item {
	position: relative;
	padding: 30px 15px;
	transition: transform 0.64s cubic-bezier(0.15, 0.75, 0.5, 1) 0s;
	flex: 0 0 30%;
	max-width: 30%
}

.section_ss_collection .ss_item:hover {
	transform: scale(1.08) translateZ(0)
}

.section_ss_collection .ss_item:hover .ss_seemore {
	background: #000;
	color: #fff
}

@media (max-width:991px) {
	.section_ss_collection .ss_item {
		padding: 8px 5px;
	}

}

@media (max-width:767px) {
	.section_ss_collection .ss_item {
		flex: 0 0 40%;
		max-width: 40%
	}

}

.section_ss_collection .ss_info {
	position: absolute;
	bottom: 30px;
	left: 15px;
	width: 100%;
	padding: 20px 30px;
	display: grid;
	grid-template-columns: 1fr 50px;
	align-items: center
}

.section_ss_collection .ss_info .ss_name {
	text-align: left;
	font-size: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
	overflow: hidden;
}

.section_ss_collection .ss_info .ss_number {
	text-align: left;
	color: #888
}

.section_ss_collection .ss_info .ss_seemore {
	grid-column: 2;
	grid-row: 1 / span 2;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	border-radius: 999px;
	transition: all .3s
}

@media (max-width:991px) {
	.section_ss_collection .ss_info {
		position: relative;
		left: 0;
		padding: 0;
		bottom: 0;
		grid-template-columns: 1fr;
		font-size: 12px;
		margin-top: 10px
	}

	.ss_item.style2 {
		margin: 0 5px;
	}

	.ss_item.style2 .ss_info .ss_name {
		font-size: 16px !important;
	}

	.section_ss_collection .ss_item.style2 .ss_info .ss_seemore {
		display: none
	}

}

.section_ss_collection .hrz-scroll {
	overflow: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
	justify-content: initial !important
}

@media (min-width:1200px) {
	.section_ss_collection .hrz-scroll:not(.slick-slider) {
		display: flex;
		align-items: center;
		max-width: 100%;
		overflow: hidden
	}

	.section_ss_collection .hrz-scroll:not(.slick-slider) .ss_item {
		width: 16.666%;
		max-width: 16.666%;
		flex: 0 0 16.666%;
		overflow: hidden
	}

}

.section_ss_collection .ss_item.style1 > a{
	position: relative;
	display: block;
}
.section_ss_collection .ss_item.style1 .ss_info{
	grid-template-columns: 1fr 30px;
	padding: 20px 5px;
	bottom: 0;
	left: 0;
	gap: 5px;
}
.section_ss_collection .ss_item.style1 .ss_info .ss_name {
	font-size: 16px;
	line-height: 1.3;
}
.section_ss_collection .ss_item.style1 .ss_info .ss_number {
	font-size: 14px;
}
.section_ss_collection .ss_item.style1 .ss_info .ss_seemore {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.section_ss_collection .ss_item.style1 .ss_info .ss_seemore > .icon{
	margin-top: -2px;
}

.ega-policies {
	overflow: hidden
}

.ega-policies .policies-body {
	margin: auto;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-between;
	gap: 0;
	overflow: auto;
	background: var(--policies-bg);
	color: var(--policies-color);
	border-radius: 0;
	padding:28px 64px;
}

.ega-policies .policies-body .policies-item {
	display: grid;
	grid-gap: 16px;
}

.ega-policies .policies-body .policies-item .policies-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px; 
	margin-bottom:0;
}
.ega-policies .policies-body .policies-item .policies-desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px; 
}
.ega-policies .policies-body .policies-item  {
	font-size: 14px;
	flex: 0 0 calc(25% - 8px);
	padding: 8px;
}

@media (max-width:991px) {
	.ega-policies .policies-body {
		flex-wrap: wrap;
		row-gap: 20px;
		padding: 28px 0;
	}
	.ega-policies .policies-body .policies-item  {
		grid-template-columns: 1fr;
		grid-gap: 10px;
		text-align: center;
		padding: 0;
		flex-basis: 24%;
		padding: 0px;
	}

	.ega-policies .policies-body .policies-item .policies-title {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 0;
	}

	.ega-policies .policies-body .policies-item .policies-desc{
		font-size: 14px;
	}
}

@media (max-width:767px){
	.ega-policies .policies-body{
		padding: 28px 0;
	}
	.ega-policies .policies-body .policies-item{
		flex-basis: 50%;
	}
	.ega-policies .policies-body .policies-item .policies-title {
		font-size: 16px;
		line-height: 1;
	}
	.ega-policies .policies-body .policies-item .policies-desc {
	}
}

.section_feedback {
	/*padding-bottom: 80px;
	padding-top: 80px;*/
	background: var(--reviewBg);
	position:relative;
}
.section_feedback:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 23%;
	width: 100%;
	height: 160px;
	background: url("customer-review-bg-after.png") repeat-y center top / 100%;
	z-index:-1;
	--color-line:#FFF5E4;
	--size: 21px;
	--b: 1px;
	--p: 25px;
	--R: calc(32.6px + var(--b)/2);
	--_g: #0000 calc(99% - var(--b)),#000 calc(101% - var(--b)) 99%,#0000 101%;
	-webkit-mask:
		radial-gradient(var(--R) at left 50% bottom calc(-1*var(--p)),var(--_g)) 
		calc(50% - 2*var(--size)) calc(50% - var(--size)/2 - var(--b)/2)/calc(4*var(--size)) calc(var(--size) + var(--b)),
		radial-gradient(var(--R) at left 50% top    calc(-1*var(--p)),var(--_g)) 
		50%                       calc(50% + var(--size)/2 + var(--b)/2)/calc(4*var(--size)) calc(var(--size) + var(--b));
	background: linear-gradient(0deg,var(--primary-color),var(--color-line));

}

.section_feedback .card {
	background: var(--reviewBg)
}

.section_feedback .feedback_body {
	background: transparent;
}
.feedback_body .slick-track
{
	display: flex !important;
}

.feedback_body  .slick-slide
{
	height: inherit !important;
}
.section_feedback .feedback_body>div {
	overflow: hidden
}

.section_feedback .slick-slide > div { height: 100%; }

.section_feedback .feedback_item {
	padding-left: 12px;
	padding-right: 12px
}
.section_feedback .slick-arrow.slick-prev {
	left: 12px;
}
.section_feedback .slick-arrow.slick-next {
	right: 12px;
}
@media (max-width:991px) {
	.section_feedback .feedback_item {
		padding-left: 0;
		padding-right: 0
	}

}

.section_feedback .feedback_item_wrap {
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px
}

.section_feedback .feedback_item_wrap .feedback_content {
	display: grid;
	grid-template-columns: 1fr 100px;
	grid-gap: 10px
}

.section_feedback .feedback_item_wrap .feedback_info {
	text-align: left
}

.section_feedback .feedback_item_wrap .feedback_info .cusname {
	font-size: 24px;
	margin-bottom: 15px
}

.section_feedback .feedback_item_wrap .feedback_info .star-vote {
	margin-bottom: 15px
}

.section_feedback .feedback_item_wrap .feedback_info .star-vote .icon {
	font-size: 24px;
	color: var(--starColor)
}
.feedback_avatar img {
	height: auto;
}
.section_feedback .feedback_item_wrap .feedback_footer {
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #f5f5f5;
	margin-top: 15px
}

.section_feedback .feedback_item_wrap .feedback_footer .feedback_product {
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
	grid-gap: 15px
}
/*add beauty*/
.section_feedback .title_module_main{
	padding:0;
}
.section_feedback .heading-bar__title{

}
.section_feedback .feedback_item_wrap {
}
.section_feedback .feedback_item_wrap .feedback_content{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.section_feedback .feedback_item_wrap .feedback_info{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	/*line-height: 35px;*/
	line-height: 1.5;
	margin:0 auto 50px;
	max-width: 840px;
	text-align: center;
	margin: 0 auto 50px;
	max-width: 740px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
@media(min-width:991px){
	.section_feedback .feedback_item_wrap .feedback_info{
		min-height:100px;
	}
}
.section_feedback .feedback_item_wrap .feedback_info p{
	margin: 0;
}
.section_feedback .feedback_item_wrap .feedback_avatar{
	border-radius: 100%;
	overflow: hidden;
	width: calc(var(--avatarWidth)*1px);
	height: calc(var(--avatarHeight)*1px);
} 
.section_feedback .feedback_item_wrap .feedback_cus_info{
}
.section_feedback .feedback_item_wrap .feedback_cus_info h3{
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.section_feedback .feedback_item_wrap .feedback_cus_info h5{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px; /* 175% */
}
.section_feedback .feedback_item_wrap .star-vote{}
.section_feedback .feedback_item_wrap .star-vote .icon{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	color: var(--starColor);
}
@media (max-width:767px){
	.section_feedback .feedback_item_wrap .feedback_info{
		font-size: calc(20px*var(--scaleSm))
	}
}
/* addon feedback item one*/

.section_insta .heading-bar__title{
	cursor: default;
}
.section_insta .insta_body {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
	margin-top: 30px
}

.section_insta .insta-icon-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center
}
.section_insta .insta_item{
	border-radius: 0;
}
.section_insta .insta_item:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: all .64s;
}
.section_insta .insta_item img {
	transform: translate(-50%, -50%) scale(var(--image-scale));
	transform-origin: center;
	transition: transform .64s ease
}

.section_insta .insta_item:hover .insta-icon {
	opacity: 1;
	transform: translateY(0)
}

.section_insta .insta_item:hover img {
	--image-scale:1;
	transform: translate(-50%, -50%) scale(var(--image-scale))
}
.section_insta .insta_item:hover:after {
	background: rgba(0,0,0,0.3);
}

@media (max-width:991px) {
	.section_insta .insta_item {
		flex: 0 0 45%;
		max-width: unset;
	}
}

@media (max-width: 640px) {
	.section_insta .insta_item {
		flex: 0 0 65%;
		max-width: 65%
	}

}

@media (max-width: 480px) {
	.section_insta .insta_item {
		flex: 0 0 55%;
		max-width: 55%
	}

}

.section_insta .insta-icon {
	align-items: center;
	background: #fff;
	color: var(--text-color);
	border-radius: 50%;
	display: flex;
	height: 55px;
	justify-content: center;
	opacity: 0;
	transform: translateY(20%);
	transition: opacity 0.32s cubic-bezier(0.4, 0, 0.21, 0.99), transform 0.32s cubic-bezier(0.4, 0, 0.21, 0.99);
	width: 55px;
	will-change: transform
}

.section_insta .insta-icon .icon {
	font-size: 30px
}

@media (max-width:991px) {
	.section_insta .hrz-scroll {
		display: flex;
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: initial !important;
		padding-bottom:10px;
	}
}


/* addon insta*/
.section_insta .insta_item--wrap .insta_item--img {
	position: relative;
}
.section_insta .insta_item--wrap .insta_item--img:before, .section_insta .insta_item--wrap .insta_item--img:after {
	position: absolute;
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	opacity: 1;
	z-index: 1;
}
.section_insta .insta_item--wrap .insta_item--img:before {
	bottom: 0;
	right: 0;
}
.section_insta .insta_item--wrap .insta_item--img:after {
	left: 0;
	top: 0;
}
.section_insta .insta_item--wrap .insta_item--img .insta-icon {
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	bottom: 0;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s;
	z-index: 3;
}
.section_insta .insta_item--wrap .insta_item--img .insta-icon a {
	color: #000;
}
.section_insta .insta_item--wrap .insta_item--img:hover:before, .section_insta .insta_item--wrap .insta_item--img:hover:after {
	width: 100%;
	height: 100%;
	opacity: 0;
	transition-duration: 1s;
}
.section_insta .insta_item--wrap .insta_item--img:hover .insta-icon {
	opacity: 1;
	transform: translateY(0);
}
.section_insta .insta_item--wrap .insta_product {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
.section_insta .insta_item--wrap .insta_product--wrap {
	position: relative;
	z-index: 5;
	/*&:hover {
	.insta_product--content {
	opacity: 1;
	transform: translateX(0) translateY(0);
	right: 10px;
}
}*/
}
.section_insta .insta_item--wrap .insta_product--icon {
	width: 24px;
	height: 24px;
	line-height: 17px;
	background: #2C51B0;
	text-align: center;
	margin: 10px;
	border-radius: 50%;
	display: block;
	float: right;
	cursor: pointer;
}
.section_insta .insta_item--wrap .insta_product--content {
	position: absolute;
	padding: 16px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
	width: 94%;
	top: 30px;
	right: -100%;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 8px;
	opacity: 0;
	transform: translateX(20px) translateY(20px);
	transition: all 0.3s;
}
.section_insta .insta_item--wrap .insta_product--content h4 {
	font-size: 13px;
	font-weight: 600;
	margin: 0 0 4px;
	white-space: initial;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	text-decoration: none;
}
.section_insta .insta_item--wrap .insta_product--content p {
	margin: 0;
}


/* addon insta*/
.section_imgtext .wrapImg{
	border-radius: 0;
}
.section_imgtext .imgtext_content_wrap {
	align-items: center
}

.section_imgtext .imgtext_content_wrap .imgtext_content {
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 100%
}
.section_imgtext  .imgtext-title{
	font-weight: bold;
}
.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title {
	margin-bottom: 25px
}
.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc {

}
.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc p{
	color: var(--text-grey, #333);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}
.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc ul{
	list-style-type: none;
	padding-left: 0;
}
.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc ul li{
	color: var(--text-grey, #333);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}
.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc ul li::before {
	content: "";
	--sizeIcon: 24.47px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='26' viewBox='0 0 28 26' fill='none'%3E%3Cpath d='M5.12758 8.00868L2.76172 11.1632L9.85931 22.2039C12.4881 17.4721 16.9569 8.00868 27.209 0.911083C17.7455 3.27695 12.2252 10.9003 9.85931 15.1063L5.12758 8.00868Z' fill='%23333333'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	width: var(--sizeIcon);
	height: var(--sizeIcon);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.section_imgtext .imgtext_content_wrap .imgtext_content .link {
	text-decoration: underline;
}
@media (min-width:1200px) {
	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title {
		margin-bottom: 25px;
		padding: 0px 90px;
	}

	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc {
		margin-bottom: 25px;
	}

}
.section_imgtext .imgtext_content_wrap .imgtext_content h2{
	color: #1F1F1F;
	font-size: 32px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.64px;
	cursor: default;
}
@media (max-width:1024px) and (min-width:768px){
	.section_imgtext .imgtext_content_wrap .imgtext_content{
		gap: 0;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content h2{
		font-size: 24px;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc p{
		font-size: 14px;
		line-height: 28px;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc ul{
		display: flex;
		flex-wrap: wrap;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc ul li{
		font-size: 16px;
		line-height: 30px;
		margin: 20px 0 10px 0;
		flex: 0 0 50%;
	}
	.section_imgtext.style2 .imgtext_content_wrap .imgtext_content{
		height: 100%;
		justify-content: center;
	}
}
@media (max-width:991px) {
	.section_imgtext .imgtext_body .imgtext_img{

	}
	.section_imgtext .imgtext_content_wrap .imgtext_content {
		padding: 15px
	}

	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-title {
		font-size: 1.2em;
	}
	.section_imgtext .imgtext_body .imgtext_img svg{
		max-width: 100%;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content h2{
		font-size: 24px;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc p{
		font-size: 14px;
	}

}
@media (max-width:767px) {
	.section_imgtext.style2 .imgtext_img{
		margin-top: -100px;
		margin-bottom: -40px;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content{
		gap: 0;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content h2{
		font-size: 24px;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc p{
		font-size: 14px;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc ul {
		display: flex;
		margin-top: 20px;
		flex-wrap:wrap;
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc ul li{
		flex: 0 0 50%;
		font-size: calc(28px*var(--scaleXs));
		line-height: calc(40px*var(--scaleXs));
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content .imgtext-desc ul li::before{
		top: -3px;
	}

}
@media (max-width:480px) {
	.section_imgtext.style2 .imgtext_img{
		margin-top: -50px;
		margin-bottom: -10px;
	}
}
@media (max-width:320px) {
	.section_imgtext.style2 .imgtext_img{
		margin-top: -130px;
		margin-bottom: 0;
	}
}
.section_imgtext.style2 .imgtext_content {
	text-align: left;
}

.section_imgtext .imgtext_body{
	/*display: grid;
	gap: clamp(15px, 4vw, 60px); 
	grid-template-columns: 1fr 1fr;*/
}
.section_imgtext .imgtext_body .view-more{
	--positionPx: 0px;
	--positionPercent: 35%;
	top: var(--positionPx);
	left: var(--positionPx);
	transform: translate(var(--positionPercent), 0%);
	-webkit-transform: translate(var(--positionPercent), 0%);
	-ms-transform: translate(var(--positionPercent), 0%);
}
@media(min-width: 1200px){
	.section_imgtext .imgtext_content_wrap{
		display: flex;
		width: 50%;
		max-width: 642px;
	}
	.section_imgtext .imgtext_content_wrap.style2{
		display: flex;
		max-width: 733px;
	}
	.section_imgtext.left-text .imgtext_body .imgtext_img{
		order: 1;
	}
}
.section_video .video-play-button-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	text-align: center
}
@media(max-width: 1024px){
	.section_imgtext .imgtext_body .view-more{
		transform: translate(0%, 5%);
		-webkit-transform: translate(0%, 5%);
		-ms-transform: translate(0%, 5%);
	}
}
@media(max-width: 767px){
	.section_imgtext .imgtext_body{
		grid-template-columns: 1fr;
	}
}
.section_video .slick-arrow.slick-prev {
	left: 15px;
	background: #fff;
	transition: 300ms all;
}

.section_video .slick-arrow.slick-next {
	right: 15px;
	background: #fff;
	transition: 300ms all;
}

.section_video .slick-arrow svg{
	height: auto;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	padding: 20%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	width: 100%;
	fill: currentColor;
	border-color: currentColor;
	transition: all .3s;
	border: 1px solid #000;
	border-radius: 100%;
	fill: #000;
	transition: 300ms all;
}

.section_video .slick-arrow:hover{
	background: var(--primary-color);
}
.section_video .slick-arrow:hover svg{
	border: 1px solid var(--primary-color);
	fill: #fff;
}
.section_video .video-play-button {
	display: inline-block;
	width: 95px;
	height: 95px;
	line-height: 75px;
	z-index: 9999;
	border-radius: 50%;
	text-align: center;
	font-size: 40px;
	border: 0px solid #fff;
	margin: 0 0 0 2px;
	color: #fff;
	cursor: pointer;
}
.section_video .video-play-button:hover{
	color: #FCFAF8;
	border-color: #FCFAF8;
}

@media (max-width:991px) {
	.section_video .video-play-button {
		width: 50px;
		height: 50px;
		line-height: 40px;
		box-sizing: content-box;
	}

	.section_video .video-play-button svg {
		font-size: 20px;
		margin-left: 3px;
	}

}

.section_video .video-title {
	color: #fff;
	font-size: 30px;
	margin-top: 5px;
	letter-spacing: 2px
}

@media (max-width:991px) {
	.section_video .video-title {
		display: none
	}

}

@media (max-width:991px) {
	.lg-outer .lg-video,
	.lg-has-iframe .lg-video{
		padding-bottom: 138%;
	}
}
@media (max-width:480px) {
	.lg-outer .lg-video,
	.lg-has-iframe .lg-video{
		padding-bottom: 180%;
	}
}

.ss_item.style2 {
	background: #f6f6f6;
	margin: 0 10px;
	padding: 15px;
}

.ss_item.style2 .ss_img {
	position: relative;
	overflow: hidden
}

.ss_item.style2 .ss_img:before {
	display: block;
	content: "";
	padding-top: 100%
}

.ss_item.style2 .ss_img img {
	--image-scale: 1;
	position: absolute;
	top: var(--img-top, 50%);
	left: var(--img-left, 50%);
	transform: translate(-50%, -50%) scale(var(--image-scale));
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	min-width: 1px;
	min-height: 1px
}

.ss_item.style2 .ss_info {
	position: relative;
	grid-template-columns: 1fr;
	padding: 0;
	left: auto;
	bottom: auto;
	margin-top: 10px
}

.ss_item.style2 .ss_info .ss_name {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.ss_item.style2 .ss_info .ss_number {
	text-align: center;
	font-size: 14px;
}

.ss_item.style2 .ss_info .ss_seemore {
	display: none
}

@media (max-width:767px) {
	.flashsale .heading-bar.has-tabs .flashsale__header {
		padding-bottom: 10px
	}

	.flash-sale-tabs {
		margin-top: 10px;
		margin-bottom: 20px
	}

	.flash-sale-tabs .tabs li {
		padding: 5px 10px;
		font-size: 16px
	}
	.section_imgtext .imgtext_content_wrap .imgtext_content {
		padding-left: 0;
		padding-right: 0;
	}
}

.heading-bar.heading-style2 .heading-bar__title{
	color: #9c9c9c
}

.heading-bar.heading-style2 {
	position: relative;
	margin-bottom:30px
}

.heading-bar.heading-style2 .tabs-group {
	position: absolute;
	flex-wrap: wrap;
	display: block !important;
	top: 100%;
	z-index: 99;
	background: #fff;
	padding: 15px 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	width: 100%;
	left: 30px;
	transform: translateZ(0);
	transition: all .2s ease-in-out;
	visibility: visible;
	opacity: 1;
	max-width: 220px
}

.heading-bar.heading-style2 .tabs-group li:not(.current) {
	margin-left: 0 !important
}

.heading-bar.heading-style2 .tabs-group li:not(.current):hover {
	color: #000
}

.heading-bar.heading-style2 .tabs-group li.current {
	margin-left: 0 !important;
	border: none
}
.heading-bar.heading-style2 .tabs-group li.current:after{
	content: none;
}
.heading-bar.heading-style2 .tabs-group li+li {
	margin-top: 15px
}

.heading-bar.heading-style2 .tabs-select {
	margin-left: 30px;
	font-size: 2em;
	cursor: pointer;
	border-bottom: 2px solid #000
}

.heading-bar.heading-style2 .tabs-select-wrap .tabs-select .icon {
	transition: transform .3s ease-in-out;
	transform: rotate(-90deg)
}

.heading-bar.heading-style2 .tabs-select-wrap.select-hide .tabs-select .icon {
	transform: rotate(90deg)
}

.heading-bar.heading-style2 .tabs-select-wrap.select-hide .tabs-group {
	opacity: 0;
	top: calc(100% + 20px);
	visibility: hidden
}
@media(max-width: 991px){
	.heading-bar.heading-style2 .tabs-select{
		margin-left: 0;
		padding-right: 30px;
	}
	.heading-bar.heading-style2 .tabs-select .icon {
		position: absolute;
		top: 15px;
		right: 0;
	}
}
.section__blogs {
	padding-top: 15px;
}
.section_blog .title_module_main{
	padding: 0;
}

.section_blog .heading-bar__title{
}
.section_blog .heading-bar__title a:not(:hover).link{
}
.section_blog .blogwp.media .image-blog {
	width: 190px;
	flex: 0 0 190px;
	border-radius: 8px;
	overflow: hidden;
}
.blogwp h3, .blogwp h3 a.link {
	font-size: 18px;
	line-height: 1.5;
}
.section_blog .blogwp.media h3, .section_blog .blogwp.media h3 a.link {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.section_blog .blogwp.media .button_custome_35.link {
	display: none;
}
/*add on only style*/
.section_blog .blog-list-custom .blogwp{
	flex-wrap: wrap;
}
.section_blog .blog-list-custom .blogwp .image-blog{
	width: unset;
	flex: unset;
	border-radius:0;
	margin-bottom: 15px;
}
.section_blog .blog-list-custom .blogwp .image-blog svg{
	width: 100%;
	height: auto;
}
.section_blog .blogwp.only-title{
	position: relative;
}
.section_blog .blogwp.only-title .content_blog {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: rgba(0,0,0,0.25);
	justify-content: end;
	padding: 0;
	transition: all 0.3s;
}

.section_blog .blogwp.only-title:hover .content_blog{
	background: rgba(0,0,0,0.5);
}
.section_blog .blogwp.only-title .short-summary,
.section_blog .blogwp.only-title .dated-post{
	display: none !important;
}

.section_blog .blogwp.only-title h3 a.link{
	color:#fff;
	font-size: 18px;
	font-weight: 700;
	line-height:1.45;
}
@media(min-width:1600px){
	.section_blog .blogwp.only-title h3 a.link{
		font-size: 20px;
	}
}
.section_blog .blogwp.only-title .btn-view{
	width: 101.17px;
	height: 30.09px;
	line-height:27px;
	padding: 0;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	background: #fff;
	border-color: #fff;
	font-size: 11px;
	border-radius: 90px;
}
.section_blog .blogwp.only-title .btn-view:hover{
	opacity:0.9
}
.section_blog .title_module_main h2{
	font-weight: 700;
}

.section_blog .title_module_main .btn{
	padding: 0;
	border: 0;
	text-decoration: underline;
	font-weight: 600;
}
/*add on only style*/
@media (min-width: 768px) {
	.section_blog_right {
		max-height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		position: absolute;
		top: 0;
		padding: 0 10px;
	}
}
@media(max-width: 991px){
	.section_blog .blog-list-custom{
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: initial !important;
	}
	.section_blog .blog-list-custom .blog-list-custom--article{
		flex: 0 0 40%;
	}
	.blogwp {
		display: block;
	}
	.section_blog .blogwp.media {
		display: flex;
		margin-bottom: 10px;
	}
	.blogwp.media + * {
		margin-top: 0;
		border-top: none;
		padding-top: 0;
	}
	.section_blog .blogwp.media .image-blog {
		width: 115px;
		flex: 0 0 115px;
		display: block;
		margin-bottom: 5px;
	}
	.section_blog .blogwp.only-title .image-blog{
		width: unset;
		flex: unset;
	}
	.section_blog .title_module_main{
		flex-direction: column;
	}
	.section_blog .blog-list-custom .col-12 {
		flex: 0 0 40%;
		max-width: unset;
	}
}
@media(max-width: 767px){
	.section_blog .blog-list-custom .blog-list-custom--article{
		flex: 0 0 85%;
	}
	.section_blog .blog-list-custom .col-12 {
		flex: 0 0 80%;
	}
}
.section_blog .blogwp.only-title.beauty .content_blog {
	position: unset;
	background: none;
}
.section_blog .blogwp.only-title.beauty .content_blog h3 {

}
.section_blog .blogwp.only-title.beauty .content_blog h3 a.link {
	color: var(--text-color);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 20px;
	min-height: 20px;
	line-height: 20px;
}
.section_blog .blogwp.only-title.beauty .content_blog a:hover,
.section_blog .blogwp.only-title.beauty .content_blog h3 a.link:hover{
	color: var(--link-color);
}
.section_blog .blogwp.only-title.beauty .content_blog .short-summary {
	color: var(--text-grey, #333);
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	/*display:block !important;*/
	margin: 0 0 10px;

	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 60px;
	MIN-height: 60px;

}
.section_blog .blogwp.only-title.beauty .content_blog .btn-view {
	color: var(--text-grey, #333);
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration-line: underline;
	width: 100%;
	height: unset;
	background: transparent;
	border-color: transparent;
	border-radius: unset;
	text-transform: unset;
}

.slideshow-banner-wrap{
	display: flex;
	flex-direction: column;
}

.slideshow-banner-wrap .section-slideshow-banner.bottom-pos{
	order: 1;
}
.section_product_top .slideshow-banner-wrap .body_module{
	border-radius: 0;
	padding: 32px;
	gap: 20px;
	max-width: 1280px;
	margin: 0 auto;
}
.section_product_top.slide_product_1 .slideshow-banner-wrap .body_module{
	background: var(--bg_section_p1);
}
.section_product_top.slide_product_2 .slideshow-banner-wrap .body_module{
	border-radius: 12px;
	background: var(--bg_section_p2);
}

.section_product_top .slideshow-banner-wrap .heading-bar{
	background: transparent;
	padding-bottom: 0px;
	padding-top: 0px;
}
.section_product_top .slideshow-banner-wrap .heading-bar h2 a{
	color: var(--text-color);
}
.section_product_top .slideshow-banner-wrap .heading-bar h2 a:hover{
	color: var(--link-color);
	text-decoration: none;
}
.section_product_top .slideshow-banner-wrap .body_module .item_product_main{
	border-radius: 8px;
	overflow:hidden;
	margin-bottom: 0;
}
.section-slideshow-banner{
	display: flex;
	align-items: center;
	max-width: 100%;
	overflow: hidden;
}

.section-slideshow-banner .items{
	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;
	overflow: hidden;
}

.section_banner_slide .banner_slide_body {
	padding-top: 50px
}

.banner_slide_body .slick-track {
	display: flex !important;
}

.banner_slide_body .slick-slide {
	height: inherit !important;
}

.section_banner_slide .banner_slide_body>div {
	overflow: hidden
}

.section_banner_slide .slick-slide>div {
	height: 100%;
}

.section_banner_slide .banner_slide_item {
	padding-left: 12px;
	padding-right: 12px
}

.section_banner_slide .slick-arrow.slick-prev {
	left: 12px;
}

.section_banner_slide .slick-arrow.slick-next {
	right: 12px;
}

.section_banner_slide .banner_slide_item_wrap {
	padding: 24px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px
}
.section_banner_slide .banner_slide_body > .row:not(.slick-slider) .banner_slide_item:nth-child(4) ~ .banner_slide_item{
	display: none;
}

@media (max-width:991px) {
	.section_banner_slide .banner_slide_item {
		padding-left: 0;
		padding-right: 0
	}
	.section_banner_slide .banner_slide_body{
		padding-top: 20px;
	}
}

.section_tiktok_slide .tiktok_slide_body {
	padding-top: 50px;
}

.section_tiktok_slide .tiktok_slide_body .slick-slider {
	display: flex;
	align-items: center;
	justify-content: center;
}
.section_tiktok_slide .tiktok_slide_body .slick-slider button.slick-arrow{ 
	position: unset;
	box-shadow: none;
	filter: none;
	background: unset;
}
.section_tiktok_slide .tiktok_slide_body .slick-slider .tiktok_slide_item{
	border-radius: 4.795px;
}

.tiktok_slide_body .slick-track {
	display: flex !important;
}

.tiktok_slide_body .slick-slide {
	height: inherit !important;
}
.section_tiktok_slide .heading-bar__title{
	text-align: center;
	font-size: calc(var(--main-title-font-size)*1px);
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.64px;
	cursor: default;
}

.section_tiktok_slide .tiktok_slide_body>div {
	overflow: hidden
}

.section_tiktok_slide .slick-slide>div {
	height: 100%;
}

.section_tiktok_slide .tiktok_slide_item {
	padding-left: 12px;
	padding-right: 12px
}

.section_tiktok_slide .slick-arrow.slick-prev {
	left: -55px;
}

.section_tiktok_slide .slick-arrow.slick-next {
	right: -55px;
}

.section_tiktok_slide .tiktok_slide_item_wrap {
	padding: 24px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	border-radius: 5px
}
.section_tiktok_slide .tiktok_slide_body > .row:not(.slick-slider) .tiktok_slide_item:nth-child(4) ~ .tiktok_slide_item{
	display: none;
}
.section_tiktok_slide .tiktok_slide_item .video-item{
	position: relative;
}
.section_tiktok_slide .tiktok_slide_item .video-item img{
	pointer-events: none;
	border-radius: 4.795px;
}
.section_tiktok_slide .tiktok_slide_item .video-play-button-wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}
.section_tiktok_slide .tiktok_slide_item .video-play-button{
	width: 50px;
	height: 50px;
	background: var(--primary-color);
	border-radius: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section_tiktok_slide .tiktok_slide_item .video-play-button .icon{
	font-size: 30px;
	color: #fff;
}
@media (min-width:1024px){
	.section_tiktok_slide .tiktok_slide_item {

	}
}
@media (max-width:991px) {
	.section_tiktok_slide .tiktok_slide_item {
		padding-left: 0;
		padding-right: 0
	}
	.section_tiktok_slide .tiktok_slide_body {
		padding-top: 20px;
	}
}

@media (max-width:767px) {
	.section_tiktok_slide .heading-bar__title{
		font-size: 24px;
	}
}

.video-slide {
	display: flex;
	flex-wrap: nowrap;
}
.video-slide .item {
	position: relative;
	flex: 0 0 calc(100%/var(--item-per-row));
}
/*.section_tiktok_slide_video_1 .item.slick-slide .video-item{
border-radius: 12px;
overflow: hidden;
transition: transform 0.25s, opacity 0.25s; 
}
.section_tiktok_slide_video_1 .item.slick-slide.slick-current .video-item{
box-shadow: 0 0 44px rgba(255, 255, 255, 1);
transform:scale(1) translate(0%, 0%);
opacity: 1;
z-index: 1;
}


.section_tiktok_slide_video_1 .item.slick-slide.prev-slide .video-item{
transform: scale(0.75) translate(111%, 0%);
opacity: 0.7; 
}
.section_tiktok_slide_video_1 .item.slick-slide.next-slide .video-item{
transform: scale(0.75) translate(-111%, 0%);
opacity: 0.7; 
}
.section_tiktok_slide_video_1 .item.slick-slide.slick-current{
z-index: 1;
}
.section_tiktok_slide_video_1 .item.slick-slide.slick-current .video-item{
box-shadow: 0 0 44px rgba(255, 255, 255, 1);
transform:scale(0.8) translate(0%, 0%);
opacity: 1;
z-index: 1;
}


.section_tiktok_slide_video_1 .item.slick-slide.prev-slide .video-item{
transform: scale(0.5) translate(150%, 0%);
opacity: 0.7; 
}
.section_tiktok_slide_video_1 .item.slick-slide.next-slide .video-item{
transform: scale(0.5) translate(-150%, 0%);
opacity: 0.7; 
}*/
.section_tiktok_slide_video_1 .item.slick-slide .video-item,
.section_tiktok_slide_video_2 .item.slick-slide .video-item{
	border-radius: 0;
	overflow: hidden;
}
.section_tiktok_slide_video_1 .item.slick-slide .video-item a,
.section_tiktok_slide_video_2 .item.slick-slide .video-item a{
	padding:0px;
	position:relative;
}
.section_tiktok_slide_video_1 .item.slick-slide .video-item a:before,
.section_tiktok_slide_video_2 .item.slick-slide .video-item a:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.section_tiktok_slide_video_1 .item.slick-slide .video-item a img,
.section_tiktok_slide_video_2 .item.slick-slide .video-item a img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.section_tiktok_slide_video_2 .item.slick-slide .video-item{
	margin:0 calc(var(--theme-spacing));
}
.section_tiktok_slide_video_1 .item.slick-slide .video-item .video-play-button,
.section_tiktok_slide_video_2 .item.slick-slide .video-item .video-play-button{
	width: 56.581px;
	height: 56.581px;
}
.section_tiktok_slide_video_1 .item.slick-slide .video-item .video-play-button svg,
.section_tiktok_slide_video_2 .item.slick-slide .video-item .video-play-button svg{
	width: 20px;
	height: 20px;
	fill:  var(--text-white);
}
.video-slide .item .video-play-button-wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
}
.video-slide .item .video-play-button{
	width: 50px;
	height: 50px;
	background: var(--primary-color);
	border-radius: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-slide .item .video-play-button svg{
	width: 20px;
	height: 20px;
	fill: var(--text-white);
}
/*
.section_store .store-wrapper{
width: 100%;
padding-bottom: calc((835 / 1920) * 100%);
}
.section_store .custom-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
*/
.section_store{
	padding: 60px 0;
    background-size: cover;
    background-position: center;
}
.section_store .custom-bg{}
.section_store .custom-bg:after{
	position:absolute;
	content: "";
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0);
	transition: all .64s;
}
.section_store:hover .custom-bg:after{
	background: rgba(255,255,255,0.2);
}
.section_store .custom-bg img{
	max-height: 660px;

}


.section_store .store-info{
	top:0;
}
.section_store .store-info .store-info--wrapper{
	display: inline-flex;
	padding: 40px 40px 48px 40px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 0;
	background:#fff;
	box-shadow: 4px 4px 7px 4px rgba(0,0,0,0);
	transition: all .64s;
}

.section_store:hover .store-info .store-info--wrapper{
	box-shadow: 2px 2px 22px 3px rgba(0,0,0,0.5);
}
.section_store .store-info .store-info--wrapper .sub-title{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;

}
.section_store .store-info .store-info--wrapper .heading-bar__title{
	color: var(--text-color);
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 56px;

}
.section_store .store-info .store-info--wrapper .btn{
	font-size: 14px;
	font-weight: 600 !important;
	line-height: 30px;
	transition: 300ms all;
	color: #fff;
	background: var(--primary-color);
}
@media (min-width:1025px){
	.section_store .custom-bg{
		/*height: calc((1440 / 1920) * 880 * 1px);*/
	}
}
@media (min-width:991px){

	.section_tiktok_slide .video-slide{
		flex-wrap: nowrap;
		overflow: auto;
	}
	.section_tiktok_slide.section_tiktok_slide_video_2 .video-slide .item{
		flex: 0 0 40%;
		margin: 0 10px 0px 0;
	}

}
@media (min-width:1280px){
	.section_tiktok_slide .video-slide{
		overflow: unset;
	}
}
@media (max-width:991px){
	.section_tiktok_slide .video-slide{
		flex-wrap: nowrap;
		overflow: auto;
		justify-content: flex-start !important;
		padding-bottom:10px;
	}
	.section_tiktok_slide .video-slide .item{
		flex: 0 0 37%;
		margin: 0 10px 0px 0;
	}
	.section_tiktok_slide.section_tiktok_slide_video_1 .video-slide .item{
		flex: 0 0 85%;
	}
	.section_store .store-info .store-info--wrapper{
		gap: 10px;
		padding: 26px;
	}
}
@media (max-width:767px){
	.section_tiktok_slide .video-slide .item{
		flex: 0 0 85%;
	}
	.section_store .store-info{

	}
	.section_store .store-info .store-info--wrapper{
		padding: 10px;
		gap: 0;
		background: rgba(255,255,255,calc(var(--scaleXs) + 0.25));
	}
	.section_store .store-info .store-info--wrapper .sub-title{
		font-size: calc(16px*var(--scaleXs));
	}
	.section_store .store-info .store-info--wrapper .heading-bar__title{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 5px;
	}
}
@media (max-width:320px){
	.section_store .store-info .store-info--wrapper{
		padding: 12px 9px;
	}
}
.btn-slide--new button.slick-arrow{
	overflow: initial;
	border: none;
}

.btn-slide--new button.slick-arrow:after {
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
	border-bottom: 44px solid #ebebeb;
}
.btn-slide--new button.slick-arrow.slick-prev:after {
	/*border-right: 10px solid transparent;*/
}
.btn-slide--new button.slick-arrow.slick-next:after {
	left: auto;
	right: 100%;
	/*border-left: 10px solid transparent;*/
}
.btn-slide--new button.slick-arrow:not(.slick-disabled):hover:after {
	border-bottom-color: #fff;
}

.section_one_product_slide .slick-arrow.slick-prev {
	left: 15px;
	background: #fff;
	transition: 300ms all;
}

.section_one_product_slide .slick-arrow.slick-next {
	right: 15px;
	background: #fff;
	transition: 300ms all;
}

.section_one_product_slide .slick-arrow svg{
	height: auto;
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	padding: 20%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	width: 100%;
	fill: currentColor;
	border-color: currentColor;
	transition: all .3s;
	border: 1px solid #000;
	border-radius: 100%;
	fill: #000;
	transition: 300ms all;
}

.section_one_product_slide .slick-arrow:hover{
	background: var(--primary-color);
}
.section_one_product_slide .slick-arrow:hover svg{
	border: 1px solid var(--primary-color);
	fill: #fff;
}

.section_one_product_slide:after{
	/*
	background: url("customer-review-bg-after.png") repeat-y center top / 100%;
	opacity: 0.25;
	*/
	content: "";
	position: absolute;
	left: 0;
	bottom: 28%;
	width: 100%;
	height: 194px;
	background: url("customer-review-bg-after.png") repeat-y center top / 100%;
	z-index:-1;
	--color-line:#FFF5E4;
	--size: 21px;
	--b: 1px;
	--p: 25px;
	--R: calc(32.6px + var(--b)/2);
	--_g: #0000 calc(99% - var(--b)),#000 calc(101% - var(--b)) 99%,#0000 101%;
	-webkit-mask:
		radial-gradient(var(--R) at left 50% bottom calc(-1*var(--p)),var(--_g)) 
		calc(50% - 2*var(--size)) calc(50% - var(--size)/2 - var(--b)/2)/calc(4*var(--size)) calc(var(--size) + var(--b)),
		radial-gradient(var(--R) at left 50% top    calc(-1*var(--p)),var(--_g)) 
		50%                       calc(50% + var(--size)/2 + var(--b)/2)/calc(4*var(--size)) calc(var(--size) + var(--b));
	background: linear-gradient(0deg,var(--primary-color),var(--color-line));

}
.section_one_product_slide .item .wrap-item-img .view-more{
	transform: translate(14%, -15%);
}
@media(max-width:991px) and (min-width:768px){
	.section_one_product_slide:after{
		bottom: 25%;
		height: 116px;
	}
}
@media(max-width:991px){
	.section_one_product_slide .item .wrap-item-img .view-more{
		transform: translate(18%, -15%);
	}
}
@media(max-width:767px){
	.section_one_product_slide .item .wrap-item-img .view-more{
		transform: translate(23%, -15%);
	}
}
.section_one_product_slide .item h3{
	max-width: 840px;
}
@media(max-width:991px){
	.section_one_product_slide .item h3{
		max-width: 85%;
	}
}
@media(max-width:767px){e 
	.section_one_product_slide .item h3{
		max-width: 75%;
	}
	.section_one_product_slide:after{
		bottom: 30%;
		height: 115px;
	}
}
@media (min-width:1460px){
	.section_one_product_slide .item h3{
		min-height: 130px;
	}
}
.section_one_product_slide .item h3 a{
	color: #1F1F1F;
	text-align: center;
	text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.10);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.64px;
}
.section_one_product_slide .item h3:hover a{
	text-decoration: none;
	color: var(--link-color);
}
.section_one_product_slide .item .desc{
	color: var(--text-grey, #333);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
	max-width: 670px;
	margin: 72px auto 0;
}
@media(max-width:991px){
	.section_one_product_slide .row.flex-nowrap{
		overflow:auto;
		padding-bottom: 10px;
	}
	.section_one_product_slide .item{
		flex: 0 0 45%;
		padding:0 15px;
	}
	.section_one_product_slide .item .wrap-item-img img{
		width: auto;
		height: auto;
	}
	.section_one_product_slide .item h3 a{
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.section_one_product_slide .item .desc{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}
}
@media(max-width:767px){
	.section_one_product_slide .item{
		flex: 0 0 80%;
		padding: 0 20px !important;
	}
	.section_one_product_slide .item h3 a{
		font-size: 24px;
		-webkit-line-clamp: 3;
	}
	.section_one_product_slide .item .desc{
		font-size: 14px;
		line-height: 25px;
	}
}