/* header */
.currencies{
--header-currency-bg-size: 28px 20px;
--header-currency-bg-padding:0 0 0 28px;
--header-currency-bg-height:20px;
}
/* back to top*/
.page-back-top{
  /* display: none; */
  position: fixed;
  bottom: 15vh;
  right: 50px;
  z-index: 98;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  color: var(--main-color);
  border-radius: 50%;
  border: 2px solid var(--main-color);
  background-color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition: all linear .3s;
}

/* logo */
header .logo {
  margin-right: 10px;
}

.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;
  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;
}
@media screen and (max-width: 1100px) {
  .j-announcement-newswiper {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .j-announcement-newswiper {
    width: 100%;
  }
  .announcement {
    line-height: 30px;
  }
  .announcement-wrapper {
    padding: 9px;
  }
}
/* announcement end */
@media screen and (max-width: 767px) {
  
  .currencies {
    --header-currency-bg-padding: 0 2px 0 34px;
  }
  .selcurrenct .iconfont{
    transform: scale(.8);
  }
  .selcurrenct>.currencies-item-icon{
    font-weight: 700;
  }
  .page-back-top{
    right: 20px;
  }
}

/* header 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);
  border-bottom: 2px solid #e6e6e6;
}
header .wrapper {
  padding: 0 var(--side-padding);
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0 18px;
}

/* pc */
.header-search-box{
  flex: 1;
  position: relative;
  max-width: 500px;
  margin-right: var(--header-icon-gap-half);
}
.header-search-box .header-search-input{
  height: 40px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  background: #f0f0f0;
  border-radius: 0;
  color: var(--nav-font-color);
}
.header-search-box .iconfont{
  position: absolute;
  right: 10px;
  top: 7px;
  color: var(--nav-font-color);
  font-size: 24px;
  cursor: pointer;
}
/* minicart 和 header-right-account */
header .header-right{
  flex: 1;
  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: 25px;
  color: var(--nav-font-color);
}

.header-right-minicart{
  font-size: 0;
}

.header-cart {
  position: relative;
}

.cart-badge {
  display: none;
  position: absolute;
  top: -6px;
  right: 15%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: var(--main-color-second);
  border-radius: 50%;
}
.header-account-info,
.header-minicart-info {
  display: none;
  position: absolute;
  right: 35px;
  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 {
  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;
}
.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;
  width: 80px;
  padding-bottom: 80px;
  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;
  --btn-border-color: var(--main-color-second);
  --btn-bg-color:var(--main-color-second);
}
.minicart-button:hover{
  color:var(--main-color-second);
}
.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-info-register{
  --header-register-display:block;
  font-size: 14px;
  margin-bottom: 10px;
}
.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;
  justify-content: center;
  max-width: var(--max-width);
  margin:0 auto -2px;
}
.header-nav .nav-item {
  position: relative;
  padding: 0 var(--nav-column-gap-half);
  line-height: 1;
  font-weight: normal;
}
.nav-item .nav-link {
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  font-size: var(--theme-nav-font-size);
  line-height: var(--theme-nav-line-height);
  color: var(--nav-font-color);
  cursor: pointer;
}
.nav-item:hover .nav-link {
  color: var(--main-color);
}
.nav-item:hover .nav-link::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--main-color);
}
.nav-item .nav-link>*{
  font-size: inherit;
  font-weight: inherit;
}
/* header-dropdown */
.header-dropdown {
  display: none;
  position: fixed;
  z-index: 200;
  background-color: #fff;
  min-height: 20%;
  max-height: 40%;
  border-bottom: 1px solid #e6e6e6;
}
.header-dropdown-onlyimg{
  max-height: 60%;
}
.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{
  left: 0;
  right: 0;
  padding: 20px 0;
}
.header-dropdown .dropdown-wrapper {
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 var(--side-padding);
  margin:0 auto;
  width: 100%;
  max-width: var(--max-width);
  overflow: auto;
}
.header-dropdown .dropdown-wrapper-imgtext {
  justify-content: center;
}

.header-dropdown .dropdown-wrapper-onlyimg {
  display: grid;
  align-content: flex-start;
  grid-gap: 20px;
}
.dropdown-wrapper-text {
  flex-direction: column;
}
.dropdown-imgtext-left {
  display: flex;
  flex-wrap: wrap;
  writing-mode: vertical-lr;
  gap: 20px;
  flex-shrink: 0;
  height: 100%;
}
.dropdown-imgtext-right {
  display: flex;
  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 .second-link {
  display: block;
  width: fit-content;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: var(--theme-font-color);
}
.second-link a{
  color: var(--theme-font-color);
}
.dropdown-wrapper .third-links {
  display: grid;
  grid-template-rows: repeat(9, auto);
  grid-auto-flow: column;
  margin-top: 10px;
  margin-right: 50px;
  column-gap: 80px;
}
.dropdown-wrapper h3{
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
}
.dropdown-wrapper h3:not(:last-child){
margin-bottom: 10px;
}
.dropdown-wrapper .third-link {
  display: inline-block;
  white-space: normal;
  color: var(--theme-font-color);
  transition: text-shadow .1s;
}
.dropdown-wrapper .third-link:hover{
  text-shadow: 0 0 1px var(--theme-font-color);
}
@media screen and (max-width: 1200px){
  .header-main{
    justify-content: flex-start;
  }
  .dropdown-wrapper section {
    padding: 15px 20px;
  }
  .header-dropdown .second-link{
    padding-bottom:5px;
    font-size: 14px;
  }

  .dropdown-wrapper .third-links{
    margin-top: 12px;
  }

}
@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;
}

/* mobile-nav */
.mobile-nav {
  --nav-font-color: #777;
  --header-shop-currency-size:14px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50px;
  z-index: 512;
  padding:88px 20px 120px;
  width: calc(100% - 50px);
  font-size: 14px;
  box-shadow: 0px 2px 10px 6px #CCCCCC;
  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 .header-menu-item,.mobile-nav a {
  color: var(--nav-font-color);
}
/* mobile bottom */
.mobile-nav-bottom {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 15px;
}
.mobile-nav .remind {
  font-weight: 700;
  text-align: left;
}
.mobile-account-item {
  margin-top: 15px;
}
/* mobile top */
.mobile-nav-top {
  max-height: 70%;
  overflow-y: auto;
  border-top: 1px solid #ccc;
}
.mobile-nav-top>.side-menu {
  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: 46px;
  border-bottom: 1px solid #ccc;
}

.header-menu-item {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.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: 12px;
}

.msec-imgtext-imgs {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.m-secondary-onlyimg {
  display: grid;
  grid-gap: 10px;
  margin-top: 10px;
}
.menu-header {
  padding: 17px 0;
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.menu-header i {
  font-size: 16px;
}
.secondary-menu,
.third-menu {
  display: none;
  position: fixed;
  right: -100vw;
  top: 84px;
  padding: 0 var(--side-padding) 160px;
  height: 100%;
  width: calc(100% - 50px);
  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;
}
.j-leftsidenav-colse{
  position: absolute;
  top: 33px;
  right: 14px;
  padding: 0;
  height: 24px;
  width: 24px;
  color: #000;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .header-top-fixed{
    border-bottom: 0;
  }
  header .wrapper {
    
    padding: 0 var(--side-padding) 10px;
    width: 100%;
  }
  .header-main {
    position: relative;
    justify-content: space-between;
    padding: 15px 0;
  }

  .header-main .header-left {
    padding-left: var(--header-icon-gap-half);
    font-size: 0;
  }
  .show-search-box{
    padding-right: var(--header-icon-gap-half);
  }
  .header-main .iconfont {
    font-size: 20px;
    color: var(--nav-font-color);
  }
  .cart-badge {
    top: -4px;
    right: 9px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
  }
  .search-bar-wrapper{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2023;
    padding: 23px 20px;
    background-color: #fff;
  }
  .search-bar {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    width: 85%;
    height: 48px;
    font-size: 14px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
    border: none;
  }
  .search-bar .search {
    flex: 1;
    height: 100%;
    padding: 0 40px 0 10px;
    background-color: #f6f6f6;
    border: none;
    font-size: 16px;
  }
  .search-bar .icon-search {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 18px;
  }
  .search-bar-wrapper .close-seach-bar{
    position: absolute;
    right: 20px;
    top: 34px;
    font-size: 12px;
    padding: 6px;
    color: #000;
  }
}

/* header End */

/* footer Start */
footer {
  background-color: var(--nav-bg-color);
  --nav-font-color:#777;
  --theme-font-color:#777;
}

.footer-main.wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px var(--side-padding);
  color: var(--nav-font-color);
}

.footer-main .main-right{
  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-info-first>p{
  line-height: 24px;
  margin-bottom: 10px;
}
/* social */
.social{
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.social a {
  margin-right: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  color: #b4b4b4;
  
}
.social a:last-child {
  margin-right: 0;
}
.social a:hover{
  color: var(--highlight-font-color);
}

/* right menu */
.footer-main .main-left {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 30px 125px;
}

.footer-menu .menu-title {
  margin-bottom: 10px;
}
.footer-menu-inner {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  color: var(--nav-font-color);
}

/*  bottom */
.footer-bottom {
  border-top: 1px solid #ccc;
}
.footer-bottom-wrapper{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.footer-bottom .logo{
  flex-shrink: 0;
  margin-bottom: 16px;
}
.footer-bottom img {
  object-fit: contain;
}

.footer-infomation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 12px;
  color: var(--nav-font-color);
}
.footer-special-desc{
  display: flex;
  gap: 60px;
  color: var(--nav-font-color);
}
.footer-special-desc .title{
  margin-bottom: 8px;
  font-size: 14px;
}
.footer-special-desc img{
  max-height: 40px;
  margin-right: 5px;
}
.footer-info-other{
  font-size: 14px;
}

.footer-menu .menu-title i {
  float: right;
  font-size: 12px;
  line-height: 20px;
  transform: scale(.8);
}
@media screen and (max-width: 1000px){
  .footer-main.wrapper,.footer-bottom{
    flex-direction: column;
  }
  .footer-special-desc{
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-special-desc{
    flex-wrap: wrap;
    padding: 14px 10px;
  }
  .footer-special-desc>div:first-child{
    margin-bottom: 8px;
  }
  .footer-main.wrapper {
    padding: 30px var(--side-padding) 0;
  }
  .footer-info-first>p{
    margin-bottom: 0;
  }
  .footer-info-first>p:first-child{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  /* logo */
  .footer-main .main-left {
    gap: unset;
    flex-direction: column;
    margin-right: unset;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  .footer-main .logo{
    height: 24px;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  /* social */
  .social {
    margin-top: 5px;
  }
  .social a{
    margin-right: 16px;
  }
  .footer-info-first {
    margin: 0 0 15px 0;
  }
  .footer-bottom-wrapper{
    flex-direction: column;
  }
  /* menu */
  .footer-main .main-right {
    padding: 12px 10px;
    font-size: 12px;
  }
  
  .footer-menu {
    padding: 0 10px 7px;
    border-top: 1px solid #ccc;
  }
  .footer-menu .menu-title {
    margin-bottom: 0;
    padding: 14px 0 7px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
  }
  .footer-menu .menu-list {
    display: none;
  }

  .footer-menu-inner {
    margin: 0;
    font-size: 12px;
  }
  /* bottom */
  .footer-bottom {
    padding: 0 var(--side-padding) 20px;
    font-size: 14px;
    border: 0;
  }
  .footer-bottom .wrapper{
    padding: 0;
  }
  .footer-infomation{
    padding:0 10px 10px; 
    border-bottom: 1px solid #ccc; 
  }
  .footer-special-desc .title{
    margin-bottom: 1px;
  }
}


/* footer End */