/* ä¸­é—´å†…å®¹éƒ¨åˆ† */
.bodyCon{
	margin-top: 16px;
	width: 100%;
	padding: 0px;
}
.bodyCon nav{
	height: 32px;
	line-height: 32px;
	background-color: #f2f2f2
}
.bodyCon nav .subheader-links-set{
	width: 70%;
	float: left;
}
.bodyCon nav .subheader-links-set a {
	color: #666;
	font-weight: 400;
	padding: 8px;
	text-decoration: none;
	font-size: .9rem;
}
.bodyCon nav .subheader-links-set a:hover{
	color: #f50;
	text-decoration: none;
}
.bodyCon nav .subheader-user{
	float: right;
	text-align: right;
	width:30%;
}
.bodyCon main .homepage{
	margin-top: 8px;
}
.homepage .home-section{
	margin-bottom: 40px;
}
.homepage .home-section .usp-home-container{
      display: flex;
      height: 40px;
      margin-bottom: 12px;
      justify-content: space-between;
      align-items: center;
  }
.homepage .home-section .usp-home-container a{
	padding: 0 3px;
	line-height: 40px;
}
.homepage .home-section .usp-home-container a:hover{
	color: #f50;
	text-decoration: none;
}
.homepage .home-section .usp-home-container .iconfont{
	color: #f50;
	font-size: 4.7rem;
	margin-right: 15px;
	/* font-weight: 55; */
	-webkit-text-stroke: 0.2px #ff6900;
}
.homepage .home-section .banner-layout-1{
	margin-bottom: 16px;
}
.homepage .home-section .banner img{
	width: 100%;
}
/* 	category swiperæ ·å¼ */
.swiper-container.product-list {
  width: 100%;
  height: 100%;
}
.swiper-container.product-list .swiper-wrapper{
	padding-top: 40px;
	padding-left: 10px;
}
.swiper-container.product-list .swiper-wrapper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container.product-list .swiper-wrapper .swiper-slide a{
	transition: all 300ms ease;
	width: 100%;
}
.swiper-container.product-list .swiper-wrapper .swiper-slide a:hover{
	margin: 0 auto;
	transform: translateY(-10px);
}
.swiper-container.product-list .swiper-wrapper .swiper-slide a:hover:after {
    box-shadow: 0px 8px 43px rgb(0 0 0 / 15%);
    transform: translateY(-1px) scale(1.05, 1.02);
}
.swiper-container.product-list .swiper-wrapper .swiper-slide a:after{
	transition: all 300ms ease;
	background-color: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.swiper-pagination1{
		position: absolute;
		z-index: 100;
		text-align: center;
		bottom:25px!important;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffffff;
}


.home-section h3{
	color: #333;
	font-family: "Camphor Pro Bold",sans-serif;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	padding-bottom: 16px;
	padding-top: 0px;
}
.home-section h2 {
	color: #333;
	font-family: "Camphor Pro Bold",sans-serif;
	font-weight: 700;
	font-size: 1.15rem;
	line-height: 1.5rem;
	text-transform: uppercase;
	padding-bottom: 16px;
	padding-top: 0px;
}
.home-section .section-title .link-more{
	color: #f50;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5rem;
	text-decoration: underline;
}

.product-image{
	background: #fff;
	padding: 8px;
	text-align: center;
}
.product-card .product-info {
	background: #fff;
	padding: 8px 22px 12px;
	text-align: left;
	font-family: "Camphor Pro",sans-serif;
}
.product-card .product-info .name {
	color: #333;
	font-weight: 700;
	height: 75px;
	overflow: hidden;
	padding-bottom: 4px;
	font-size: 1rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;	
	-webkit-line-clamp:3;
	line-height: 1.6rem;
    word-wrap: break-word;
    word-break: break-all;
}

.product-card .product-info .original-price {
	color: #aaa;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.3rem;
	text-decoration: line-through;
	display: inline-block;
}
.product-card .product-info .discount {
	display: inline-block;
	font-size: .8rem;
	line-height: 1rem;
	font-weight: 400;
	color: #333;
}
.lowest-price:only-of-type .price-main-md {
	color: #ff6900;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4rem;
	font-family: "Camphor Pro",sans-serif;
}
.banner-layout .bannerImg{
	background-size: cover;
	background-position: center;
	transform: translateY(0px);
	transition: all 300ms ease;
	cursor: pointer;
}
.banner-layout .bannerImg:hover{
	transform: translateY(-10px);
	box-shadow: 0px 1px 16px 2px rgb(0 0 0 / 36%);
}
.homepage .home-section .usp-home-container a{
	display: flex;
	align-items: center;
}
.homepage .home-section .usp-home-container a span{
	font-family: "Camphor Pro",sans-serif;
	color: #ff6900;
}
@media(max-width: 992px){
    .swiper-pagination1{
    display:none;
    }
}