.currencies  .currencies-item-icon {
  color: var(--theme-font-color);
}

/* ??logo?????? */
.logo {
  font-size: 0;
  text-align: left;
}

.logo img {
  height: 50px;
  object-fit: contain;
}
/* announcement  */
.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;
	color: var(--announcement-txt-color);
  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;
  }
}
/* ?? Start */
header {
  top: 0;
  z-index: 256;
  width: 100%;
  background-color: #fff;
  color: var(--nav-font-color);
}

header .wrapper {
  padding: 0 25px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 0 13px;
}
header .header-left{
  position: absolute;
  left: 0;
}
.search-bar-wrapper {
  display: none;
  position: fixed;
  top: auto;
  justify-content: center;
  width: 100%;
  height: 80px;
  z-index: 20;
  background-color:var(--main-color);
}

.search-bar-wrapper .search-bar {
  display: flex;
  align-items: center;
  padding:10px;
  width: 35%;
  background-color: #fff;
}
.search-bar .header-close-search{
  position: absolute;
  right: -60px;
  color: #fff;
}
.search-bar-mask {
  display: none;
  position: fixed;
  top: 182px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: .6;
}

.search-bar .search {
  flex: 1;
  padding: 0;
  color: var(--theme-font-color-sub);
  font-size: 14px;
  height: 100%;
  line-height: 40px;
  background: transparent;
  border: none;
}

header .header-left .search-bar i {
  color: var(--theme-font-color-sub);
}

header .header-right {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  /* top: 32px; */
}

.header-right a.iconfont,
.header-right>.j-icon-search {
  display: block;
  padding: 0 var(--header-icon-gap-half);
}

.header-cart {
  position: relative;
}

.cart-badge {
  position: absolute;
  top: -8px;
  right: 0;
  width: 19px;
  height: 19px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  background-color: #000;
  border-radius: 50%;
  border: 2px solid #fff;
}

header .iconfont {
  color: var(--nav-font-color);
  font-size: 24px;
  cursor: pointer;
}
header .j-menu-icon{
  display: flex;
  align-items: center;
  font-size: 18px;;
}
header .j-menu-icon::before{
  font-size: 24px;
  padding-right:var(--header-icon-gap-half);
}
/* mobile */
.mobile-nav {
  --header-shop-currency-size:14px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left:-100%;
  width: 85%;
  max-width: 450px;
  padding: 0 14px 20px;
  z-index: 512;
  background-color: #fff;
  border-right:1px solid #cecece;
  
}
.header-menu-divider{
  flex: 1;
  height: 2px;
  background-color: var(--nav-font-color);
  margin-left: 18px;
}
.header-menu-text{
  padding: 20px 0 10px;
  display: flex;
  align-items: center;
  font-size:19px ;
  font-weight: 600;
}

.mobile-nav .remind {
  text-align: left;
  padding: 6px 13px;
}

.mobile-account-item {
  padding: 8px 13px;
  font-size: 16px;
}

.mobile-account-item a {
  color: var(--nav-font-color);
}

.mobile-nav .remind a {
  color: var(--nav-font-color);
  font-size: 16px;
}
/* mobie nav */
.mobile-side-menu {
  display: flex;
  flex-direction: column;
}

.j-menu-item {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.j-menu-item>.iconfont {
  position: absolute;
  right: 12px;
  top: 16px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 400;
}

.header-menu-item {
  display: inline-block;
  width: fit-content;
  padding: 14px 13px;
  font-size: 16px;
  font-weight: 400;
  color: var(--nav-font-color);
}
.header-menu-item.no-next{
  width: 100%;
}
/* secondary-menu */
.msec-imgtext-imgs {
  display: grid;
  gap: 10px;
  margin: 10px 0;
  padding: 0 13px;
}

.m-secondary-onlyimg {
  display: grid;
  grid-gap: 10px;
  padding:10px 0;
}

.secondary-menu,
.third-menu {
  display: none;
  width: 100%;
  padding: 0 12px;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}
.menu-img-item {
  padding: 5px 10px 0 10px;
  text-align: center;
}
.j-menu-header {
  display: none;
}
.j-menu-item:hover>.iconfont{
  color:var(--main-color);
}
.header-menu-item:hover,.mobile-account-item:hover a,.remind a:hover{
  color: var(--main-color);
  text-decoration: underline;
}
.shelter {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
  opacity: .6;
}
[data-has-icon]{
  --nav-icon-bg-left:40px;
  --nav-icon-bg-position:13px center;
}
@media screen and (min-width: 768px) {
  .mobile-nav{
    overflow: auto;
  }
}
@media screen and (max-width: 767px) {
  .mobile-nav-top {
    max-height: 65%;
    overflow-y: auto;
  }
}
/* ???? End */

/* minicart Start */
.header-right-minicart {
  font-size: 0;
}

.header-minicart-subtotal {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--theme-border-color);
}

#paypal-button-container-cart-popup {
  margin-top: 8px;
}

.minicart-list {
  max-height: 400px;
  margin-top: 24px;
  background-color: #fff;
  overflow-y: scroll;
}

.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;
}

.minicart-item-img {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 80px;
  padding-bottom: 80px;
  margin-right: 16px;
  border: 1px solid #e6e6e6;
}

.minicart-item-img img {
 top: 0;
}

.minicart-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(100% - 5rem);
  font-size: 14px;
}

.minicart-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--theme-font-color);
}

.minicart-item-sku {
  color: var(--theme-font-color-sub);
}

.minicart-item-price {
  font-weight: 600;
}

.show-now-link {
  display: inline-block;
  margin-top: 24px;
  font-weight: 600;
  text-decoration: underline;
  font-size: 18px;
}

.header-account-info,
.header-minicart-info {
  display: none;
  position: absolute;
 
  z-index: 128;
  min-width: 175px;
  padding: 16px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #eee;
}
.header-account-info{
  right: 20px;
}
.header-main .header-account-info a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
}

.header-main .header-right .header-account-info .header-login-btn {
  line-height: 1;
}

.header-minicart-info {
  right: 0;
  min-width: 368px;
  max-width: 450px;
  padding: 24px;
}

.header-minicart-subtotal .button--primary {
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.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;
  height: 48px;
  margin-bottom: 16px;
  padding: 14px 0;
  border: 1px solid var(--main-color);
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: var(--main-color);
}

.header-register-btn {
  margin-bottom: 8px;
  font-size: 14px;
}

.header-register-btn a {
  text-decoration: underline;
  font-weight: 600;
}

.header-info-list {
  display: inline-flex;
  flex-direction: column;
}

.header-info-list a {
  margin-bottom: 16px;
  color: #333;
  font-size: 14px;
}

.header-info-list a:hover {
  color: var(--main-color);
}

.header-info-list a:hover::before {
  background-color: var(--main-color);
}

.header-sign-out {
  padding-top: 16px;
  font-size: 14px;
  border-top: 1px solid var(--theme-border-color);

}

.sign-out-btn {
  color: var(--main-color);
}

.sign-out-btn.animation-underline::before {
  background-color: var(--theme-font-color-link);
}

.header-right-account .header-account {
  padding-right: 0;
}

.minicart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.minicart-header .minicart-subtotal {
  font-size: 16px;
}
.minicart-subtotal-price{
  font-weight: 700;
}
.header-minicart-subtotal .minicart-header a {
  font-size: 16px;
}

.cartEmpty-link-wrapper {
  max-width: 368px;
  font-size: 14px;
}

.show-now-link {
  margin-top: 16px;
  font-size: 14px;
}


/* minicart End */

@media screen and (max-width: 767px) {

  .announcement-wrapper {
    font-size: 12px;
    line-height: 20px;
  }

  header>.wrapper {
    padding: 0 20px;
    width: 100%;
    background-color: #fff;
  }
  .search-bar-mask {
    top: 100px;
  }

  .search-bar-wrapper .search-bar {
    width: 75%;
    height: 40px;
    margin-left: var(--side-padding);
  }
.search-bar .header-close-search{
  font-size: 20px;
}
  .header-main {
    padding: 15px 0;
  }

  .header-main .iconfont {
    font-size: 24px;
  }
  header .header-left{
    position: static;
    display: flex;
    align-items: center;
  }
  header .icon-search{
    padding-left: var(--header-icon-gap-half);
  }
  .header-right .header-right-minicart .icon-cart {
    padding-right: 0;
  }
  .header-main .logo {
    order: 1;
    flex: 1;
    text-align: center;
  }

  .header-main .logo img {
    height: 30px;
  }

  .header-main .header-right {
    position: static;
    order: 2;
  }

  .cart-badge {
    top: -6px;
    right: -8px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
  }

  .header-nav {
    display: none;
  }

  .footer-info {
    margin-top: 0;
    margin-bottom: 16px;
  }
}



/* ?? End */

/* ?? Start */
footer{
  max-width: var(--max-width);
  padding:40px var(--side-padding) 0;
  width: 100%;
  margin: auto;
  color: var(--nav-font-color);
}
footer .logo{
  margin-bottom: 20px;
}
.footer-main {
  margin-bottom: 30px;
}
.footer-main .main-left,
.footer-bottom .footer-contact {
  display: flex;
  flex-direction: column;
  margin-right: 80px;
  width: 300px;
}

.footer-main .logo {
  height: 48px;
  object-fit: contain;
  object-position: left;
}
.email-subs{
  max-width: 28%;
}
.social {
  display: flex;
  flex-wrap: wrap;
  white-space: normal;
}

.social a {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  color: var(--nav-font-color);
}
.social a:hover{
  color: var(--main-color);
}

.footer-main .main-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 32px;
}

.footer-menu .menu-title,
.email-subs-title {
  margin-bottom: 8px;
  color: var(--nav-font-color);
  font-weight: bold;
}

.footer-menu .menu-title i {
  float: right;
  line-height: 20px;
  color: var(--nav-font-color);
  transform: scale(0.5);
}

.footer-menu-inner {
  color: var(--nav-font-color);
  font-size: 16px;
}

.footer-menu-item .animation-underline::before {
  background-color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 14px;
  border-top: 1px solid var(--nav-font-color);
}


.footer-bottom img {
  max-height: 38px;
  object-fit: contain;
}

.footer-special-desc {
  display: flex;
}

.footer-special-desc p {
  margin-bottom: 10px;
}
.footer-info.rich-text{
  color: var(--nav-font-color);
}
.footer-info.rich-text * {
  font-size: 14px;
}

@media screen and (max-width: 1450px) {
  .footer-special-desc>div:first-child {
    padding-right: 20%;
  }
}
@media screen and (max-width: 1100px){
  .email-subs{
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .email-subs{
    max-width: 100%;
  }
  .footer-special-desc>div:first-child {
    padding-right: 0;
  }

  .social a {
    margin-right: 14px;
    margin-bottom: 14px;
  }

  .footer-special-desc {
    flex-direction: column;
  }

  .footer-infomation p {
    font-size: 12px;
  }

  .footer-main.wrapper {
    flex-direction: column;
    padding: 20px 20px;
  }

  .footer-main .main-left {
    margin-right: unset;
    width: 100%;
    border: none;
  }

  .footer-main .main-right {
    flex-direction: column;
    row-gap: unset;
    border-top: 1px solid var(--nav-font-color);
  }

  .social {
    margin: 16px 0 0;
  }

  .footer-menu {
    margin-top: 0;
    border-bottom: 1px solid var(--nav-font-color);
  }

  .footer-menu .menu-title {
    margin-bottom: 0;
    padding: 17px 0;
    font-size: 16px;
  }

  .footer-menu .menu-list {
    display: none;
  }

  .footer-menu-item {
    margin-bottom: 16px;
  }

  .footer-menu-inner {
    font-size: 16px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
    padding: 18px 0;
    font-size: 14px;
  }

  .footer-bottom p {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer-menu .menu-title i {
    display: none;
  }

  .footer-menu-inner {
    display: inline-block;
    margin: 4px 0;
    line-height: 1.5;
  }

}

/* ?? End */