/* 头部 */
/* 网站logo */
.logo {
  font-size: 0;
  text-align: left;
	margin-right: 120px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 公告栏 Start */
.header-top{
	background-color: var(--announcement-bg-color);
}
.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;
  line-height: 22px;
  padding: 9px 0;
}

.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;
}
.header-top-announce .social a{
	font-size: 20px;
	color: var(--announcement-txt-color);
	padding: 6px;
	margin: 0;
	display: flex;
	align-items: center;
}
.header-top-announce .social a:hover{
	--highlight-font-color: var(--announcement-txt-color);
	opacity: .5;
}
.header-top-announce .selcurrenct>.currencies-item-icon,
.header-top-announce .currencies .icon-down{
	color: var(--announcement-txt-color);
}
@media screen and (min-width: 768px){
	.header-top-announce{
		display: grid;
		align-items: center;
		grid-template-columns: 27% 46% 27%;
		padding: 0 var(--side-padding) 0 calc(var(--side-padding) - 6px);
		
	}
}
@media screen and (max-width: 1100px){
  .j-announcement-newswiper{
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .j-announcement-newswiper {
    width: 100%;
  }
  .header-top-announce {
    line-height: 30px;
  }
  .announcement-wrapper{
    padding: 9px;
  }
}
/* 公告栏 End */
/* 页头 Start */
header {
  --header-opacity:1;
  background-color: var(--nav-bg-color) ;
}
.header-top-fixed {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 256;
  background-color: var(--nav-bg-color);
}
header .wrapper {
  padding: 0 var(--side-padding);
}
@media screen and (min-width: 768px){
	.header-container{
		border-bottom: 1px solid rgba(29, 29, 29, .1);
	}
}


.header-main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--wrapper-side-padding) 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{
  display: none;
  height: 38px;
  width: 200px;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid var(--nav-font-color);
  border-radius: 0;
  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);
  font-size: 30px;
  cursor: pointer;
}
.header-search-box .j-search{
  position: absolute;
  right: 0;
  top: 3px;
}
/* mobile */
.search-bar {
  display: flex;
  font-size: 14px;
	background-color: #fff;
	align-items: center;
  padding: 11px 20px;
  margin: 0;
  width: 100%;
  height: 49.5px;
  border-radius: var(--theme-border-radius);
	border: 1px solid rgba(29, 29, 29, 0.1);
	margin-right: 12px;
}

.search-bar .search {
  flex: 1;
  height: 100%;
  padding: 0;
  background: transparent;
  border: none;
}
.search-bar .icon-search{
  color: var(--main-color);
  cursor: pointer;
	font-size: 20px;
	margin-right: 12px;
	
}
/* minicart 和 header-right-account */
header .header-right{
	flex: 1;
  right: var(--side-padding);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0;
}
.header-right-minicart .icon-cart, .header-right-account .icon-account{
  padding: 0 var(--header-icon-gap-half);
  font-size: 20px;
  color: var(--nav-font-color);
	display: flex;
	align-items: center;
	height: 100%;
}

.header-right-minicart .icon-cart{
	color: #fff;
}

.header-right-account,
.header-right-minicart{
	border: 1px solid #000;
	height: 50px;
	border-radius: var(--theme-border-radius);
	display: flex;
	align-items: center;
	position: relative;
}
@media screen and (max-width: 767px){
	.header-right-account{
		display: none;
	}
}

.header-right-minicart .icon-cart span,
.header-right-account .icon-account span{
	display: flex;
	font-size: 16px;
	line-height: 20px;
	font-family: 'DMSans', sans-serif;
}
.header-right-minicart .icon-cart span{
	color: #fff;
}
.header-cart-left{
	margin-left: 6px;
}
.header-right-minicart .icon-cart span:first-child,
.header-right-account .icon-account span:first-child{
	padding-left:16px;
}
.header-right-account .icon-account span:first-child{
	color: var(--theme-font-color);
}
.header-right-minicart{
  font-size: 0;
	background-color: #000;
	color: #fff;
	margin-left: 10px;
	cursor: pointer;
}

.header-cart {
  position: relative;
}
.header-right-mask{
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 10;
	display: none;
}

.cart-badge {
  display: none;
  height: 20px;
	display: flex;
	align-items: center;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: var(--nav-font-color);
  border-radius: 50%;
}
.header-account-info,
.header-minicart-info {
  display: none;
  position: absolute;
  right: 0px;
	top: 100%;
  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;
}
/* minicart Start */
.header-minicart-info {
  width: 420px;
	height: 100vh;
	position: fixed;
	top: 0;
	display: flex;
	flex-direction: column;
	padding: 0;
	right: -420px;
	transition: all .3s ease;
	cursor: initial;
}

.header-minicart-subtotal {
  padding: 40px;
	order: 3;
	border: 1px solid rgba(29, 29, 29, 0.15);
}

.header-minicart-top{
	display: flex;
	justify-content: space-between;
	order: 1;
	padding: 22px 40px 18px;
	align-items: center;
	border-bottom: 1px solid rgba(29, 29, 29, 0.15);
}
.header-minicart-title{
	font-size: 21px;
	text-transform: capitalize;
	line-height: 1.3;
	display: flex;
	align-items: center;
}
.header-minicart-top .iconfont{
	font-size: 18px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#paypal-button-container-cart-popup {
  margin-top: 8px;
  overflow: hidden;
  font-size: 0;
  border-radius: var(--theme--border-paypal,var(--theme-border-radius));
}
.minicart-list {
  padding: 40px;
  background-color: #fff;
  overflow-y: auto;
	order: 2;
	flex: 1;
}

.minicart-list::-webkit-scrollbar {
  display: none;
}

.minicart-item {
  margin-bottom: 24px;
  width: 100%;
}

.minicart-item:last-child {
  margin-bottom: 0;
}

.minicart-item-content {
  display: flex;
  color: var(--theme-font-color);
}

.minicart-item-img {
  flex-shrink: 0;
  width: 100px;
  padding-bottom: 100px;
  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;
	font-size: 17px;
	line-height: 1.5;
}

.minicart-item-sku {
  color: #1D1D1D;
	opacity: .62;
	font-size: 14.875px;
	line-height: 1.5;
}

.minicart-item-price {
  font-size: 17px;
	line-height: 22px;
}

.show-now-link {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
  font-size: 19.125px;
	order: 3;
	margin: 0 40px 40px;
	width: fit-content;
}
.header-minicart-subtotal .button--primary {
  width: 100%;
	height: 48px;
  font-size: 19.125px;
  text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.minicart-header .minicart-subtotal {
  font-size: 17px;
	display: flex;
	flex-direction: column;
	line-height: 1.5;
}
.header-minicart-info .minicart-subtotal-price{
	font-size: 49px;
}

.header-minicart-subtotal .minicart-header a {
  font-size: 16px;
}

.cartEmpty-link-wrapper {
  padding: 40px 40px 24px;
  font-size: 17px;
	line-height: 1.5;
	order: 2;
}

/* 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);
}

.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: auto;
  padding: 15px 40px 15px 25px;
	max-width: var(--max-width);
}

.header-nav .nav-item {
  position: relative;
  padding: 11px var(--nav-column-gap-half);
  line-height: 1;
  font-weight: normal;
}

.nav-item .nav-link {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
  font-weight: 500;
  font-size: var(--theme-nav-font-size);
  line-height: calc(var(--theme-nav-line-height) - 3px);
  color: var(--nav-font-color);
  cursor: pointer;
}
.nav-item .nav-link .iconfont{
	font-size: 13px;
	margin-left: 10px;
	display: none;
}
.has-children .nav-link .iconfont{
	display: block;
	font-weight: bold;
}
.header-nav .nav-item i {
  padding-left: 6px;
  font-size: 12px;
  vertical-align: middle;
}
.nav-item .nav-link>*{
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (min-width: 768px){
  .nav-item .animation-underline, .menu-item .animation-underline{
    --animation-color: var(--nav-font-color);
  }
}

/* header-dropdown */
.header-dropdown {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 20000;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(51, 51, 51, 0.08);
  min-height: 20%;
  max-height: 60%;
	padding-top: 15px;
}
.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;
  align-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
  padding: 15px var(--side-padding);
  margin:0 auto;
  width: 100%;
  max-width: var(--max-width);
  overflow: auto;
	/* border-top: 1px solid rgba(29, 29, 29, .1); */
}
.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;
}
.header-dropdown .dropdown-wrapper.dropdown-wrapper-text {
  /* flex-direction: column; */
	align-content: normal;
	justify-content: center;
}
.header-dropdown.is-vertical .dropdown-wrapper.dropdown-wrapper-text {
  flex-direction: column;
	align-content: center;
}
.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;
  padding-left: 40px;
}
.dropdown-imgtext-left .header-dropdown-item{
  writing-mode: horizontal-tb;
}
.dropdown-wrapper .header-dropdown-item {
  position: relative;
}
.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;
}
.dropdown-wrapper .header-dropdown-item h2{
	padding: 10px 0 3px;
	margin: 0 10px 7px;
}
.second-link{
  display: block;
  width: fit-content;
  font-size: 16px;
  line-height: 21px;
  color: var(--theme-font-color);
}
.second-link a{
  color: var(--theme-font-color);
}
.dropdown-wrapper .third-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding-top: 8px;
}
.dropdown-wrapper h3{
  line-height: 21px;
  font-size: 16px;
  font-weight: 400;
	padding-bottom: 3px;
	margin: 6px 10px;
}
.dropdown-wrapper .third-link {
  white-space: normal;
	width: fit-content;
  color: var(--theme-font-color);
	display: block;
	line-height: 22px;
}
.header-dropdown-text.is-vertical h2{
	padding: 0;
	margin-bottom: 0;
}
.header-dropdown-text.is-vertical{
	width: 200px;
}
.header-dropdown-text.is-vertical .dropdown-wrapper{
	flex-wrap: nowrap;
	padding: 10px 30px;
	gap: 0;
}
.header-dropdown-text.is-vertical .second-link{
	font-weight: 400;
	margin-bottom: 3px;
	padding: 6px 10px;
	margin-bottom: 3px;
}

@media screen and (min-width: 768px) {
  .header-dropdown .second-link:hover,.header-dropdown .second-link:hover a{
    color: var(--highlight-font-color);
  }
  .second-link.animation-underline {
    --animation-color: var(--highlight-font-color);
  }
  .third-links .animation-underline{
    --animation-color: var(--theme-font-color);;
  }
}

@media screen and (max-width: 1200px){
  .header-main{
    justify-content: flex-start;
  }
  header .header-left{
    padding:0 80px;
  }
  .dropdown-wrapper section {
    padding: 15px 20px;
  }
  .header-dropdown .second-link{
    font-size: 14px;
  }
  .header-dropdown .second-link{
    padding-bottom:5px;
  }
  .dropdown-wrapper .third-links{
    margin-top: 12px;
  }
  .dropdown-wrapper section{
    max-width: 250px;
  }
}
@media screen and (max-width: 767px){
  header .header-right{
    position: initial;
  }
  .dropdown-wrapper section {
    padding: 10px 15px;
  }
}
.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: 102px;
  bottom: 0;
  left: -100vw;
  z-index: 512;
  width: 100vw;
  font-size: 16px;
  color: var(--nav-font-color);
  background-color: var(--nav-bg-color);
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}

.mobile-nav a {
  color: var(--nav-font-color);
	font-size: 14.875px;
	line-height: 20px;
}
/* mobile bottom */
.mobile-nav-bottom {
  margin-top: 10px;
}

.mobile-nav .remind {
  text-align: left;
}

.mobile-account-item ,
.mobile-nav .remind{
	padding: 10px 15px;
	height: 43.31px;
	border-top: 1px solid rgba(29, 29, 29, 0.15);
}
/* mobile top */
.mobile-nav-top{
  max-height: 63%;
  overflow-y: auto;
}

.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;
	font-weight: 400;
	font-size: 14.875px;
}
.j-menu-item,
.mobile-side-menu h3,
.mobile-navigation .site-nav ul a:not(.button){
  height: 43.31px;
  border-bottom: 1px solid rgba(29, 29, 29, .15);
	padding: 10px 15px;
}
.j-menu-item:first-child {
	border-top: 1px solid rgba(29, 29, 29, .15);
}
.menu-item {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
}
.menu-img-item{
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.menu-item.no-next {
  width: 100%;
}
.j-menu-item i{
  font-weight: 600;
  font-size:12px;
	margin-right: 10px;
}

.msec-imgtext-imgs{
  display: grid;
  gap: 10px;
  margin-top: 20px;
	padding: 0 var(--side-padding);
}

.m-secondary-onlyimg{
  display: grid;
  grid-gap: 10px;
  margin-top: 10px;
	padding: 0 var(--side-padding);
}

.menu-header {
  padding: 10px 15px;
  text-align: center;
  color: var(--nav-font-color);
  font-size: 14.875px;
	border-top: 1px solid rgba(29, 29, 29, 0.15);
  border-bottom: 1px solid rgba(29, 29, 29, 0.15);
	display: flex;
	align-items: center;
	background-color: rgba(29, 29, 29, 0.04);
}

.menu-header i {
  font-size: 13px;
	margin-right: 10px;
}

.secondary-menu,
.third-menu {
  display: none;
  position: fixed;
  left: -100vw;
  top: 84px;
  padding-bottom: 160px;
  height: 100%;
  width: 100vw;
  overflow: hidden auto;
  background-color: var(--nav-bg-color);
  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;
}

@media screen and (max-width: 767px) {
  header .wrapper {
    padding: 0 var(--side-padding) 15px;
    width: 100%;
  }
  .header-main {
    position: relative;
    justify-content: space-between;
    padding: 15px 0;
		transition: all .7s ease;
  }
	
  .header-main .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .header-main .header-left {
    flex: none;
    padding: 0;
    font-size: 0;
  }
  .header-right-minicart .header-cart{
    padding-left: 0;
  }
	.header-right-minicart{
		border: 0;
		background-color: var(--nav-bg-color);
		height: 40px;
		width: 40px;
	}
  .header-main .iconfont {
    font-size: 20px;
    color: var(--nav-font-color);
  }
	.header-right-minicart .icon-cart{
		border: 0;
		padding: 0;
		margin-left: 15px;
	}
	.header-right-minicart .icon-cart span{
		display: none;
		font-size: 9px;
		line-height: 15px;
	}
  .header-right-account .header-account{
    padding-right: 0;
  }
  .cart-badge {
		position: absolute;
		background-color: var(--main-color);
    top: 5px;
    right: -6px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
  }
  .search-bar {
    align-items: center;
    margin: 0;
    width: 100%;
    height: 40px;
		padding: 8px 24px 8px 19px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
    border: 1px solid rgba(29, 29, 29, 0.1);
  }
  .search-bar .search {
    font-size: 16px;
  }
  .search-bar i.iconfont {
    font-size: 20px;
  }
}

/* 页头 End */

/* 页尾 Start */
footer {
  background-color: var(--nav-bg-color);
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.footer-main.wrapper {
  display: grid;
	gap: 64px;
	grid-template-columns: repeat(4,1fr);
  padding: 80px var(--side-padding);
  color: var(--nav-font-color);
}

@media screen and (max-width: 1200px) {
	.footer-main.wrapper {
		padding: 60px var(--side-padding);
	}
}

@media screen and (max-width: 1024px) {
	.footer-main.wrapper {
		display: grid;
		gap: 48px;
		grid-template-columns: repeat(2,1fr);
	}
}

@media screen and (max-width: 767px) {
	.footer-main.wrapper {
		display: grid;
		gap: 32px;
		grid-template-columns: repeat(1,1fr);
	}
}


.footer-main .main-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.footer-main .main-left .menu-title{
	font-size: calc( var(--footer-title-size) + 11px );
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
}
/* left */
.footer-main .logo {
  height: 50px;
  margin-bottom: 40px;
  object-fit: contain;
  text-align: left;
}
/* footer email */
.email-subs{
  margin-bottom: 20px;
}
.email-subs-inputdiv{
  display: flex;
  width: 100%;
}
.email-subs-title{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.email-subs-des{
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
input.email-subs-input{
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.email-subs-btn{
  padding: 0 18px;
  height: var(--btn-height);
  color: #fff;
  background-color: var(--highlight-bg-color);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* social */
.social{
  display: flex;
  flex-wrap: wrap;
}
.social a {
  margin:0 12px 12px 0; 
  font-size: 24px;
  color: var(--nav-font-color);
}
.social a:last-child {
  margin-right: 0;
}
.social a:hover{
  color: var(--highlight-font-color);
}
.footer-info {
  margin-bottom: 16px;
	width: 100%;
}
.footer-info.rich-text * {
  color: var(--nav-font-color);
  font-size: var(--footer-title-size);
	line-height: 1.2;
}
/* right menu */
.footer-main .main-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}

.footer-menu .menu-title {
  margin-bottom: 16px;
  font-weight: bold;
	font-size: calc( var(--footer-title-size) + 4px );
	line-height: 1.2;
}
.footer-menu .menu-list {
	display: flex;
	flex-direction: column;
}
.footer-menu-inner {
  display: inline-block;
  margin-bottom: 5px;
  font-size: var(--footer-title-size);
  line-height: 1.2;
  color: var(--nav-font-color);
	border-bottom: 1px solid #000;
}

/*  bottom */
.footer-bottom {
  display: flex;
  margin: auto;
  padding: 25px var(--side-padding);
  max-width: var(--max-width);  
  font-size: 17px;
  color: var(--nav-font-color);
  border-top: 1px solid #fff;
	align-items: center;
}
.footer-overbar{
	border-top: 1px solid rgba(0, 0, 0, .15);
}
.footer-bottom a{
  color: var(--nav-font-color);
}
.footer-bottom img {
  max-height: 30px;
  object-fit: contain;
}

.footer-infomation {
  flex: 1;
}
.footer-special-desc{
  display: flex;
  gap: 20px;
	height: fit-content;
}
.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: 12px;
  line-height: 20px;
}
@media screen and (max-width: 1400px){
  .footer-bottom{
    padding: 25px var(--side-padding);
  }
}
@media screen and (max-width: 1200px){
  .footer-main .main-left {
    margin-right: 40px;
  }
	.footer-bottom{
    padding: 20px var(--side-padding);
  }
}
@media screen and (max-width: 1000px){
  .footer-main .main-left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-special-desc{
    display: block;
  }
	.footer-main.wrapper,.footer-bottom{
    flex-direction: column;
		padding: 15px;
  }
  .footer-main.wrapper {
    flex-direction: column;
    padding: 40px var(--side-padding);
  }
  /* logo */
  .footer-main .main-left {
    margin-right: unset;
    width: 100%;
    border: none;
  }
  .footer-main .logo{
    height: 24px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  /* email */
  .email-subs-inputdiv .email-subs-input {
    margin-right: 10px;
    width: 100%;
    border-radius: var(--theme-border-radius);
  }
  .email-subs {
    margin-bottom: 15px;
  }
  .email-subs-btn{
    border-radius: var(--theme-border-radius);
  }

  .footer-info {
    margin: 0 0 16px 0;
  }
	.footer-main .main-left .menu-title{
		font-size: 23px;
	}
	.footer-info.rich-text *{
		font-size: 15px;
		line-height: 1.5;
	}
  /* menu */
  .footer-main .main-right {
    flex-direction: column;
    row-gap: unset;
    border-top: 1px solid #fff;
  }
  
  .footer-menu {
    margin-top: 0;
    border-bottom: 1px solid #fff;
  }
  .footer-menu .menu-title {
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 22px;
  }
  .footer-menu-item {
    margin-bottom:5px;
  }
  .footer-menu-inner {
    margin: 0;
    font-size: 14.875px;
		line-height: 22px;
		border-bottom: 1px solid #000;
  }
	.footer-menu .menu-title i{
		display: none;
	}
  /* bottom */
  .footer-bottom {
    flex-direction: column;
		align-items: flex-start;
    padding: var(--side-padding);
    font-size: 14px;
    border: 0;
  }
  .footer-infomation{
    margin-bottom: 10px;
		font-size: 14.875px;
  }
  .footer-bottom img{
    max-height: 25px;
  }
}


/* 页尾 End */


.selcurrenct>.state_icon{
	color: #fff;
}

.announcement-center{
	display: grid;
	grid-template-columns: 27% 46% 27%;
	padding: var(--section-wrapper-padding, 0 var(--side-padding));
	max-width: var(--max-width);
	margin: 0 auto;
}

.announce-currency{
	display: flex;
	justify-content: end;
}

.currencies.dropdown .icon-down{
	color: #fff;
}
.selcurrenct>.currencies-item-icon{
	--header-shop-currency-size:14.875px;
	color: #fff;
}
.currencies .icon-down{
	color: #fff;
}
@media screen and (max-width: 767px) {
	.announcement-center{
		grid-template-columns: 0 100% 0;
	}
	.selcurrenct>.currencies-item-icon,
	.currencies .icon-down{
		color: var(--main-color);
	}
}
@media screen and (min-width: 768px) {
	.cart-badge{
		display: block !important;
	}
}

.header-title{
	font-size: 18.66667px;
	line-height: 40px;
}
.hiddens{
	display: none !important;
}
.header-pcnav-fixed{
	/* display: none;
	position: fixed; */
	z-index: 100;
	width: 100%;
	background-color: var(--nav-bg-color);
	top: 0;
	border-bottom: 1px solid rgba(29, 29, 29, .1);
	transition: all .7s ease;
}
.header-pcnav-fixed-transform{
	transform: translateY(-100%);
}
.header-pcnav-fixed-show{
	position: fixed;
	box-shadow: 0 2px 10px 2px #0000000f;
	transform: initial;
}
.header-pcnav-fixed .wrapper{
	padding-bottom: 0;
}


.footer-bottom .currencies-dropdown-menu{
	bottom: 100%;
	top: initial;
}
.footer-bottom .announce-currency{
	margin-left: 20px;
}
.footer-bottom .selcurrenct>.currencies-item-icon,
.footer-bottom .currencies .icon-down{
	color: var(--main-color);
}

@media screen and (max-width: 767px) {
	.footer-bottom .announce-currency{
		margin-left: 0px;
		justify-content: start;
		margin-top: 10px;
	}

	.header-main-fixed{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		padding: 15px;
		border: 1px solid rgba(29, 29, 29, 0.1);
		/* box-shadow: 0 2px 10px 2px #0000000f; */
		background-color: #fff;
		transform: initial;
	}
	.mobile-nav .currencies{
		left: 15px;
	}
}
 
.footer-menu .animation-underline:not([data-has-icon]):hover{
	background-size: 0;
}
