/* 头部 */
/* logo */
.logo {
  font-size: 0;
  text-align: left;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* announcement Start */
.j-announcement-newswiper {
  max-width: var(--max-width);
  width: 55%;
  margin: auto;
}
.announcement-wrapper {
  display: block;
  margin: auto;
  width: 100%;
  max-width: var(--max-width);
  text-align: center;
  font-size: 14px;
}

.announcement .announcement-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  cursor: pointer;
  z-index: 10;
}
.announcement-btn.icon-left{
  left:var(--side-padding);
}
.announcement-btn.icon-right {
  right:var(--side-padding);
}
.announcement-btn.swiper-button-disabled{
  cursor: not-allowed;
  opacity: .5;
}
@media screen and (max-width: 1100px){
  .j-announcement-newswiper{
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .j-announcement-newswiper {
    width: 100%;
  }
}
/* announcement end */
/* header Start */
header {
  background-color: var(--nav-bg-color) ;
}
.header-top-fixed {
  --header-opacity:1;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 256;
  background-color: var(--nav-bg-color);
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 var(--side-padding);
  flex-wrap: wrap;
}
.header-main {
  display: flex;
  align-items: center;
  padding: 10px 0 0;
}
/* search */
header .header-left {
  flex:1;
  padding: 0 115px ;
}
/* pc */
.header-search-input:focus{
  border: 0;
}
.header-search-box{
  position: relative;
  margin-right: var(--header-icon-gap-half);
}
.header-search-box .header-search-input{
  height: 40px;
  width: 266px;
  background: transparent;
  border: 1px solid var(--nav-font-color);
  border-radius: var(--theme-border-radius);
  color: var(--nav-font-color);
}
.header-search-input::-webkit-input-placeholder{
  color: var(--nav-font-color);
}
.header-search-box .iconfont{
  color: var(--nav-font-color);
  cursor: pointer;
}
.header-search-box .j-search{
  position: absolute;
  right: 10px;
  top: 12px;
  font-weight: 700;
}
/* mobile */
.search-bar {
  position: relative;
  display: flex;
  font-size: 14px;
}

.search-bar .search {
  flex: 1;
  height: 100%;
  padding: 0;
  background: transparent;
  border: none;
}
.search-bar .icon-search{
  color: var(--nav-bg-color);
  cursor: pointer;
}
/* minicart 和 header-right-account */
header .header-right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0;
}
.header-right-minicart .head-cart-icon, .header-right-account .head-account-icon{
  padding: 0 var(--header-icon-gap-half);
  font-size: 22px;
  color: var(--nav-font-color);
}
.header-right-minicart{
  font-size: 0;
}

.header-cart {
  position: relative;
}

.cart-badge {
  display: none;
  position: absolute;
  top: -11px;
  right: -7px;
  width: 18px;
  height: 18px;
  line-height: 19px;
  font-size: 14px;
  text-align: center;
  color: var(--nav-bg-color);
  background-color: #fff;
  border-radius: 50%;
}
.header-account-info,
.header-minicart-info {
  display: none;
  position: absolute;
  z-index: 128;
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #eee;
  color: var(--theme-font-color);
  background-color: #fff;
}
.header-account-info{
  min-width: 200px;
}
@media screen and (max-width:1200px){
  .header-search-box .header-search-input{
    width: 150px;
  }
}
/* minicart Start */
.header-minicart-info {
  min-width: 368px;
  max-width: 450px;
  padding: 24px;
}
.header-minicart-subtotal {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--theme-border-color);
}
.minicart-subtotal-price{
  font-weight: 700;
}

#paypal-button-container-cart-popup {
  margin-top: 8px;
  overflow: hidden;
  font-size: 0;
  border-radius:var(--theme-border-radius);
}
.minicart-list {
  max-height: 400px;
  margin-top: 24px;
  background-color: #fff;
  overflow-y: auto;
}

.minicart-list::-webkit-scrollbar {
  display: none;
}

.minicart-item {
  margin-bottom: 24px;
  width: 100%;
  height: 100%;
}

.minicart-item:last-child {
  margin-bottom: 0;
}

.minicart-item-content {
  display: flex;
  color: var(--theme-font-color);
}

.minicart-item-img {
  flex-shrink: 0;
  --img-box-width: 80px;
  --img-box-padding-bottom:calc(80px * var(--product-img-pd-math));
  margin-right: 16px;
  border: 1px solid #e6e6e6;
}

.minicart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}

.minicart-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.minicart-item-sku {
  color: #8B8B8B;
}

.minicart-item-price {
  font-weight: 700;
}

.show-now-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  text-decoration: underline;
  font-size: 14px;
}
.header-minicart-subtotal .button--primary {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.minicart-header .minicart-subtotal {
  font-size: 16px;
}

.header-minicart-subtotal .minicart-header a {
  font-size: 16px;
}

.cartEmpty-link-wrapper {
  max-width: 368px;
  font-size: 14px;
}

/* header-right-account */
.header-account-info a {
  display: inline-block;
}
.header-info-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--theme-border-color);
}

.header-login-btn {
  width: 175px;
  --btn-side-padding: 10px;
  margin-bottom: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.header-register-btn {
  margin-bottom: 8px;
  font-size: 14px;
}

.header-register-btn a {
  text-decoration: underline;
  font-weight: 700;
}

.header-info-list {
  display: inline-flex;
  flex-direction: column;
}

.header-info-list .header-login-i {
  margin-bottom: 16px;
  font-size: 14px;
  color: var(--theme-font-color);
  cursor: pointer;
}

.header-info-list .header-login-i:hover {
  color: var(--highlight-font-color);
}

.header-sign-out {
  padding-top: 16px;
  font-size: 14px;
  border-top: 1px solid var(--theme-border-color);
}
.sign-out-btn {
  color: var(--highlight-font-color);
}

/* nav */
.header-nav {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
}

.header-nav .nav-item {
  position: relative;
  padding: 26px var(--nav-column-gap-half);
  line-height: 1;
  font-weight: normal;
  cursor: pointer;
}
.header-nav .nav-item:hover .nav-link{
  transform: translateY(-2px);
}
.header-nav .nav-item:hover::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
  width: 98%;
}
.nav-item .nav-link {
  display: block;
  font-weight: 500;
  font-size: var(--theme-nav-font-size);
  line-height: var(--theme-nav-line-height);
  color: var(--nav-font-color);
}

.nav-item .nav-link>*{
  font-size: inherit;
  font-weight: inherit;
}
/* header-dropdown */
.header-dropdown {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #f7f7f9;
  box-shadow: 0 5px 5px 0 rgba(0,0,0,.16);
  min-height: 20%;
  max-height: 60%;
}
.header-dropdown-imgtext{
  height: 100%;
}
.header-dropdown::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 3px;
}

.header-dropdown::-webkit-scrollbar-thumb { 
	border-radius: 6px; 
	border: 2px solid rgba(255,255,255,.4); 
	background-color: rgba(0, 0, 0, .5);
}

/*  nav not(vertical) */
.header-dropdown .dropdown-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 30px var(--side-padding);
  margin:0 auto;
  width: 100%;
  max-width: var(--max-width);
  overflow: auto;
}
.header-dropdown .dropdown-wrapper-imgtext{
  justify-content: center;
  align-content: flex-start;
}
.header-dropdown .dropdown-wrapper-onlyimg{
  display: grid;
  align-content: flex-start;
  grid-gap:20px;
}

.is-vertical .dropdown-wrapper-text {
  flex-direction: row;
}
.dropdown-imgtext-left{
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-lr;
  gap: 20px;
  flex-shrink: 0;
  height: 100%;
}
.dropdown-imgtext-right {
  display: grid;
  grid-gap: 20px;
}
.dropdown-imgtext-left .header-dropdown-item{
  writing-mode: horizontal-tb;
}
.dropdown-wrapper .header-dropdown-item {
  position: relative;
  flex: 0 1 16.6667%;
  padding: 0 0 40px 16px;
  min-width: auto;
}
.header-dropdown-imgitem{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.dropdown-wrapper-imgtext .header-dropdown-imgitem{
  width: 100%;
  min-width: 250px;
  max-width: 350px;
}
.dropdown-wrapper-onlyimg img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-dropdown-imgitem .second-link{
  padding-bottom: 5px;
  border-bottom: 0;
}
.second-link{
  display: block;
  width: fit-content;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: var(--theme-font-color);
}
.second-link a{
  color: var(--theme-font-color);
}
.header-dropdown .second-link:hover,.header-dropdown .second-link:hover a, .header-dropdown .third-link:hover{
  color: var(--highlight-font-color);
  text-decoration: underline;
}
.dropdown-wrapper .third-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.dropdown-wrapper h3{
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 0;
}

.dropdown-wrapper .third-link {
  white-space: normal;
  color: var(--theme-font-color);
}


@media screen and (max-width: 1200px){
  .header-nav .nav-item{
    padding: 13px var(--nav-column-gap-half);
  }
  header .header-left{
    padding:0 80px;
  }
  .header-dropdown .second-link{
    font-size: 14px;
  }
  .header-dropdown .second-link{
    padding-bottom:5px;
  }
  .dropdown-wrapper .third-links{
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px){
  header .header-right{
    position: initial;
  }
 
}
.shelter {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: .3;
}

/* mobile-nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -100vw;
  z-index: 512;
  width: 100vw;
  font-size: 16px;
  color: var(--theme-font-color);
  background-color: #ebebeb;
  transition: var(--theme-transition);
  -webkit-transition: var(--theme-transition);
  -moz-transition: var(--theme-transition);
  -o-transition: var(--theme-transition);
}
.j-leftsidenav-colse{
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 100;
  font-size: 25px;
  font-weight: 600;
  color: #494845;
}
.mobile-nav a {
  color: var(--theme-font-color);
}
/* mobile bottom */
.mobile-nav-bottom {
  margin-top: 40px;
  padding: 0 32px;
}

.mobile-nav .remind {
  text-align: left;
}

.mobile-account-item {
  margin-bottom: 16px;
}
/* mobile top */
.mobile-nav-top{
  max-height: 63%;
  overflow-y: auto;
  padding: 56px 32px 0;
  background-color: #f7f7f9;
}

.mobile-nav-top>.mobile-side-menu {
  margin-bottom: 20px;
  max-height: 100%;
  overflow-y: auto;
}
.j-menu-item,.mobile-side-menu h3,
.mobile-side-menu h2{
  display:flex;
  justify-content: space-between;
  align-items: center;

}
.j-menu-item,
.mobile-side-menu h3{
  height: 50px;
}
.header-menu-item {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
}
h3 .header-menu-item,h2 .header-menu-item{
  font-weight: 500;
}
.menu-img-item{
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.header-menu-item.no-next {
  width: 100%;
}
.j-menu-item i{
  font-weight: 400;
  font-size:20px;
}

.msec-imgtext-imgs{
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.m-secondary-onlyimg{
  display: grid;
  grid-gap: 10px;
  margin-top: 10px;
}

.menu-header {
  padding: 32px 0;
  color: var(--theme-font-color);
  font-size: 18px;
}

.menu-header i {
  float: left;
  font-size: 11px;
  line-height: 28px;
  padding-right: 7px;
}

.secondary-menu,
.third-menu {
  display: none;
  position: fixed;
  left: -100vw;
  top: 0;
  padding: 0 var(--side-padding) 160px;
  height: 100%;
  width: 100vw;
  overflow: hidden auto;
  background-color: #f7f7f9;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}

.secondary-menu {
  z-index: 15;
}

.third-menu {
  z-index: 20;
}
.search-page{
  display: none;
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100%;
  height: 100%;
  padding: 56px 16px 16px;
  z-index: 1000;
  background: #f7f7f9;
}
.search-page .hide-search-box{
  position: absolute;
  right: 16px;
  top: 16px;
  font-weight: 600;
  font-size: 14px;
}
.search-page .search{
  padding: 16px 37px 16px 16px;
  background: #ebebeb;
  font-size: 16px;
}
.search-page .j-search {
  position: absolute;
  right: 19px;
  top: 17px;
  color: var(--theme-font-color);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .main-right-body>.pd-crumbs-wrapper{
    display: none;
  }
  header .wrapper {
    padding: 4px var(--side-padding);
    width: 100%;
  }
  .header-main {
    justify-content: space-between;
    padding: 15px 0;
  }
  .header-main .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 200px;
    max-height: 80px;
  }
  
  .header-main .header-left {
    flex: none;
    padding: 0;
    font-size: 0;
  }
  .header-right-minicart .header-cart{
    padding-right: 10px;
  }
  .header-main .iconfont {
    font-size: 22px;
    color: var(--nav-font-color);
  }
  .header-main .show-search-box{
    margin-left: 20px;
    font-size: 20px;
  }
  
  .header-right-account .header-account{
    padding-right: 0;
  }
  .cart-badge {
    top: -12px;
    right: -6px;
    font-size: 12px;
  }
}
/* 页头 End */
/* 页尾 Start */
footer {
  background-color: #2a2a38;
	padding: 32px 0;
}

.footer-main.wrapper {
  padding: 0 80px;
  color: var(--footer-color);
	width: 100%;
	max-width: var(--max-width);
}

.footer-main .main-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* left */
.footer-main .logo {
  height: 50px;
  margin-bottom: 40px;
  object-fit: contain;
  text-align: left;
}
/* footer email */
.email-subs{
  margin-bottom: 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.email-subs-inputdiv{
  display: flex;
  /* width: 100%; */
}
.email-subs-title{
  font-size: 15px;
  font-weight: 700;
  line-height: 32px;
  /* margin-bottom: 10px; */
	/* width: 100%; */
}
.email-subs-des{
  line-height: 22px;
  margin-left: 10px;
	margin-right: 10px;
}
input.email-subs-input{
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
	height: calc( var(--btn-height) + 7px ) ;
	width: 376.91px;
	background-color: #202020;
	color: #fff;
}

input.email-subs-input::-webkit-input-placeholder{
	color: #fff;
}

.email-subs-btn{
  padding: 0 18px;
	margin-left: 8px;
  height: calc( var(--btn-height) + 7px ) ;
	min-width: 72px;
	width: 126.97px;
  color: #fff;
  background-color: var(--main-color);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* social */
.social{
  display: flex;
	justify-content: center;
  flex-wrap: wrap;
	padding-top: 38.75px;
	padding-bottom: 38.75px;
}
.social a {
  margin: 10px 12px;
  font-size: 20px;
  color: #FFF;
	opacity: 0.8;
  
}
.social a:last-child {
  margin-right: 0;
}
.social a:hover{
  color: var(--highlight-font-color);
}
.footer-info.rich-text * {
  color: var(--footer-color);
  font-size: 15px;
	line-height: 21px;
	display: block;
}
/* right menu */
.footer-main .main-right {
  display: flex;
  flex-wrap: wrap;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-main .main-right .footer-menu,
.footer-main .main-right .footer-info{
  flex: 0 1 25%;
  padding-right: 40px;
}
.footer-menu .menu-title {
  margin-bottom: 10px;
  font-weight: 500;
	font-size: 19px;
}
.footer-menu .menu-list{
	display: flex;
  flex-direction: column;
}
.footer-menu-item {
	margin-bottom: 6px;
}
.footer-menu-inner {
  display: inline-block;
  color: var(--footer-color);
}

/*  bottom */
.footer-bottom {
  display: flex;
	justify-content: space-between;
	text-align: center;
	align-items: center;
  margin: 32px auto 0;
  padding: 0 80px;
  max-width: var(--max-width);  
  color: var(--footer-color);
}
.footer-bottom a{
  color: #fff;
}
.footer-bottom a:hover{
	color: #7e7e7e;
}
.footer-bottom img {
  max-height: 18px;
  object-fit: contain;
}
.footer-special-desc{
  display: flex;
  gap: 20px;
}
.footer-special-desc img:not(:last-child){
  margin-right: 5px;
}
.footer-special-desc .footer-special-imgs{
  display: flex;
  align-items: center;
}
.footer-menu .menu-title i {
  float: right;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1400px){
  /* .footer-bottom{
    padding: 40px var(--side-padding);
  } */

	.email-subs{
		flex-direction: column;
	}

	.email-subs-inputdiv{
		width: 100%;
	}

	.email-subs .email-subs-des,
	.email-subs .email-subs-inputdiv {
		margin-top: 16px;
	}

	input.email-subs-input{
		width: 75%;
	}

	.email-subs-btn{
		width: 25%;
	}
}

@media screen and (max-width: 1280px){
	.footer-main.wrapper,.footer-bottom{
    flex-direction: column-reverse;
  }
	.footer-bottom{
		margin-top: 48px;
	}
	.footer-info{
		width: 100%;
		text-align: center;
		margin-top: 32px;
		padding-top: 32px;
		border-top: 1px solid #7e7e7e;
	}

	.footer-menu:nth-child(2n){
		width: 40%;
	}
}

@media screen and (max-width: 767px) {
	footer{
		padding: var(--side-padding) 0;
	}
  .footer-special-desc{
    display: block;
  }
  .footer-main.wrapper {
    flex-direction: column;
    padding: 0 var(--side-padding);
  }
  /* logo */
  .footer-main .main-left {
    margin-right: unset;
    width: 100%;
    border: none;
		text-align: center;
  }
  .footer-main .logo{
    height: 24px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
		padding-right: 10px;
  }
  /* email */
  .email-subs-inputdiv .email-subs-input{
    width: 100%;
    border-radius: var(--theme-border-radius);
  }
  .email-subs {
    margin-bottom: 32px;
  }
  .email-subs-btn{
    border-radius: var(--theme-border-radius);
  }
  /* social */
  .social {
		padding-top: 32px;
		padding-bottom: 32px;
  }
  /* menu */
  .footer-main .main-right {
    flex-direction: column;
    row-gap: unset;
    border-top: 1px solid #7e7e7e;
		padding: 0;
  }
  
  .main-right .footer-menu {
    margin-top: 32px;
		width: 100%;
  }

  .footer-menu .menu-title {
    font-size: 18px;
  }

  .footer-menu-inner {
   font-size: 15px;
  }

	.footer-info{
		width: 100%;
		text-align: center;
		margin-top: 32px;
		padding-top: 32px;
		border-top: 1px solid #7e7e7e;
	}
  /* bottom */
  .footer-bottom {
    flex-direction: column-reverse;
    padding: 0 var(--side-padding) 15px;
    font-size: 13px;
    border: 0;
  }
}

/* 页尾 End */

.hiddens{
	display: none;
}

.currencies.dropdown{
	background-color: var(--main-color);
	padding: 0 var(--header-icon-gap-half);
}

.currencies.dropdown>.selcurrenct{
	padding: 10px 0;
}

.change-shop,
.change-currency{
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	.mobile-nav .currencies{
		position: initial ;
		bottom: 0;
		margin-top: 0;
		display: none;
		order: -1;
	}

	.currencies-dropdown-menu{
		display: grid;
		grid-template-columns: 33% 33% 33%;
		position: initial;
		overflow-x: auto;
		overflow-y: initial;
		flex-direction: column;
		width: 100%;
		border: 0;
		max-width: 1000px;
		font-size: 15px;
		line-height: 22.5px;
	}

	.selcurrenct>.currencies-item-icon{
		display: none;
	}

	.currencies .icon-down{
		display: none;
	}

	.mobile-nav .header_dropdown .dropdown-menu li{
		padding: 11.5px 0;
	}
}
@media screen and (min-width: 768px) {
	.currencies{
		display: flex;
		justify-content: center;
		--header-currency-bg-height:48px;
		width: 48px;
	}
	.selcurrenct>.currencies-item-icon{
		--header-shop-currency-size: 0;
		width: 100%;
		--header-currency-bg-padding:0;
		background-position: center;
	}
	.currencies .icon-down{
		display: none;
	}
}