/* ?? */
/* 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;
  line-height: 22px;
}

.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 */
/* header Start */
header {
  background-color: var(--nav-bg-color) ;
  --header-opacity:1;
  background-color: #fff;
}
.header-wrapper{
  background-color: #fff;
}

.header-top-fixed {
  /* top: 0; */
  right: 0;
  left: 0;
  width: 100%;
  z-index: 256;
}
header .wrapper {
  padding: 0 var(--side-padding);
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 0;
}
/* search */
header .header-left {
  flex:1;
  padding: 0 115px ;
}
/* pc */
.selcurrenct{
  --nav-font-color:#696a6d;
  --header-shop-currency-size:14px;
}
.currencies .icon-down{
  font-size: 8px;
  padding-top: 2px;
}
.header-search-input:focus{
  border: 0;
}
.header-main-top{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 16px;
}
.header-search-box{
  position: relative;
  padding: 2px 7px;
  border: 1px solid #e7e8e7 ;
  background: #fafafa;
}
.header-search-box .header-search-input{
  /* display: none; */
  height: 30px;
  width: 200px;
  padding: 0;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  background-color:transparent;
}
.header-search-input::-webkit-input-placeholder{
  color: #666;
}

/* mobile */
.search-bar {
  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: 14px;
}
.header-account-or{
  text-transform: lowercase;
  color: #696969;
}
.header-right-account{
  position: relative;
}
.header-right-account .header-sign,.header-myorder{
  color: #000;
  font-size: 12px;
}
.header-right-minicart .icon-cart, .header-right-account .icon-account{
  padding: 0 var(--header-icon-gap-half);
  font-size: 12px;
  color: var(--theme-font-color);
}

.header-right-minicart{
  font-size: 0;
}

.header-cart {
  position: relative;
}
.header-right-minicart .icon-cart:before{
  padding-right: 4px;
  font-size: 14px;
}
.header-right-minicart:hover .minicart-shoptxt{
  text-decoration: underline;
}
.cart-badge {
  display: none;
  position: relative;
  padding: 4px 7px;
  font-size: 12px;
  text-align: center;
  color: var(--theme-font-color);
  border-radius: 50%;
  margin-left: 4px;
}
.cart-badge::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--highlight-bg-color);
  opacity: .3;
}
.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: 180px;
  right: 0;
  top: 16px;
}
/* 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:last-child{
  margin-bottom: 0;
}
.header-info-list .header-login-i:hover {
  color: var(--highlight-font-color);
}
.sign-out-btn {
  color: var(--highlight-font-color);
}
/* nav */
.header-nav-wrapper{
  background-color: var(--nav-bg-color);
}
.header-nav {
  display: flex;
  flex-wrap: wrap;
  max-width: var(--max-width);
  margin: auto;
  padding: 0 calc(var(--side-padding) - var(--nav-column-gap-half));
}

.header-nav .nav-item {
  position: relative;
  padding: 15px var(--nav-column-gap-half);
  line-height: 1;
  font-weight: normal;
}

.nav-item .nav-link {
  font-weight: 400;
  font-size: var(--theme-nav-font-size);
  line-height: var(--theme-nav-line-height);
  color: var(--nav-font-color);
  cursor: pointer;
}
.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: #fff;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.08);
  max-height: 60%;
  transition: top var(--theme-transition);
}
.header-dropdown-imgtext{
  height: 100%;
}
.header-dropdown::-webkit-scrollbar,.third-links::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.header-dropdown::-webkit-scrollbar-thumb , .third-links::-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: 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;
}
.header-dropdown .dropdown-wrapper-text {
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0;
  gap: 0;
}
.dropdown-wrapper-text .second-link{
  width: 100%;
  padding: 7px 15px;
  --nav-icon-bg-position: 15px 9px;
  --nav-icon-bg-left: 40px;
}
.dropdown-wrapper-text .third-link{
  width: 100%;
  display: block;
  transition: var(--theme-transition);
}
.dropdown-wrapper-text h3{
  position: relative;
  padding: 7px 20px;
  border-bottom: 1px solid var(--theme-border-color);
}
.dropdown-wrapper-text h3:hover::before{
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background: #9b9696;
  top: 50%;
  left: 18px;
}
.dropdown-wrapper-text h3:hover .third-link{
  transform: translateX(12px);
  color: #9b9696;
}
.dropdown-wrapper-text .second-link.has-third-children::after{
  content: "\e7e5";
  font-family: "iconfont" !important;
  font-weight: 400;
  font-size: 10px;
  padding-left: 10px;
  float: right;
}
.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;
}
.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: 14px;
  line-height: 24px;
  font-weight: bold;
  color: var(--theme-font-color);
  border-bottom: 1px solid var(--theme-border-color);
}
.second-link a{
  color: var(--theme-font-color);
}
.dropdown-wrapper .third-links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
}
.dropdown-wrapper-text .header-dropdown-item .third-links{
  display: none;
  margin-top: 0;
  background: #fff;
  position: fixed;
  flex-wrap: nowrap;
  overflow-y: auto;
}
.dropdown-wrapper h3{
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}

.header-dropdown-imgtext h3:not(:last-child),
.header-dropdown-onlyimg h3:not(:last-child){
margin-bottom: 10px;
}
.dropdown-wrapper .third-link {
  white-space: normal;
  color: var(--theme-font-color);
}

@media screen and (min-width: 768px) {
  .dropdown-wrapper-text .header-dropdown-item:hover .second-link,.header-dropdown .second-link:hover ,.header-dropdown .second-link:hover a{
    color: #9b9696;
  }
}
@media screen and (max-width: 1200px){
  header .header-left{
    padding:0 80px;
  }
  .header-dropdown .second-link{
    font-size: 14px;
  }
  .header-dropdown-imgtext .second-link,
  .header-dropdown-onlyimg .second-link{
    padding-bottom:5px;
  }
  .dropdown-wrapper .third-links{
    margin-top: 12px;
  }
}

.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;
  padding: 0 var(--side-padding);
  width: 100vw;
  font-size: 16px;
  color: var(--theme-font-color);
  background-color: #fff;
  overflow-y: auto;
  transition: var(--theme-transition);
  -webkit-transition: var(--theme-transition);
  -moz-transition: var(--theme-transition);
  -o-transition: var(--theme-transition);
}
.mobile-nav a {
  color:var(--theme-font-color);
}
/* mobile bottom */
.mobile-nav-bottom {
  margin-top: 10px;
}
.mobile-nav .remind {
  text-align: left;
}
.mobile-account-item {
  margin-bottom: 15px;
}
.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: 46px;
  border-bottom: 1px solid #696a6d;
}
.header-menu-item {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.m-account-inner{
  font-weight: 700;
}
.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 {
  display: none !important;
  padding: 16px 0;
  text-align: center;
  color: var(--theme-font-color);
  font-size: 18px;
  border-bottom: 1px solid var(--theme-font-color);
}
.menu-header i {
  float: left;
  font-size: 16px;
  line-height: 33px;
}
.secondary-menu,
.third-menu {
  display: none;
  background-color: #fff;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}
.j-menu-item:hover{
  color: #696969;
}
.secondary-menu .header-menu-item{
  margin-left: 20px;
}
.third-menu .header-menu-item{
  margin-left: 40px;
}
.mobile-nav .currencies{
  display: none !important;
}
@media screen and (min-width: 767px) and (max-width: 1000px){
  .header-main .logo{
    max-height: 50px !important;
    width: auto !important;
  }
  .minicart-shoptxt{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .currencies-dropdown-menu{
    bottom: unset;
    --currency-dropdown-menu-top: 100%;
  }
  .minicart-shoptxt{
    display: none;
  }
  .header-wrapper.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 101;
  }
  header .wrapper {
    padding: 0 ;
    width: 100%;
  }
  .header-main {
    position: relative;
    justify-content: flex-end;
    padding: 15px var(--side-padding);
  }
  .header-right-minicart .icon-cart:before{
    font-size: 24px;
  }
  .header-main .logo {
    margin-right: 10px;
  }
  .selcurrenct{
    --header-currency-bg-padding: 0px 1px 0 28px;
  }
  .header-main .header-left {
    flex: none;
    padding: 0;
    font-size: 0;
  }
  .header-main .header-left .iconfont{
    position: absolute;
    left: var(--side-padding);
    top: 18px;
    font-size: 20px;
    font-weight: 700;
  }
  .header-right-minicart .header-cart{
    padding: 0;
    margin-right: 15px;
  }
  .header-right-account .header-account{
    padding-right: 0;
  }
  .cart-badge { 
    position: absolute;
    top: -10px;
    right: 0;
    width: 14px;
    height: 14px;
    padding: 0;
  }
  .cart-badge::after{
    opacity: 1;
  }
  .search-bar {
    align-items: center;
    padding: 0 10px;
    margin: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
    border-top: solid #e7e8e7 1px;
    border-bottom: solid #e7e8e7 1px;
  }
  .search-bar i.iconfont {
    font-size: 14px;
    font-weight: 700;
  }
}
/* ?? End */
/* ?? Start */
footer {
  background-color: var(--nav-bg-color);
}
.footer-main.wrapper {
  display: flex;
  flex-direction: row-reverse;
  padding: 40px var(--side-padding);
  font-size: 12px;
  color: var(--nav-font-color);
}
.footer-main .main-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
}
/* left */
.footer-main .logo {
  height: 50px;
  margin-bottom: 40px;
  object-fit: contain;
  text-align: left;
}
/* footer email */
.email-subs-inputdiv{
  display: flex;
  width: 100%;
}
.email-subs-title{
  font-weight: 700;
  margin-bottom: 18px;
}
.email-subs-des{
  margin-bottom: 10px;
}
input.email-subs-input{
  width: 300px;
  margin-right: 5px;
  background: transparent;
  border: 1px solid #3b3b3b;
}
.email-subs-btn{
  padding: 0 18px;
  height: var(--btn-height);
  color: #fff;
  font-size: 13px;
  background-color: #3b3b3b;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.email-subs-btn:hover{
  background-color: #fff;
  color: #000;
}
/* social */
.social{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.social a {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 35px;
  color: var(--nav-font-color);
}
.social a:last-child {
  margin-right: 0;
}
.social a:hover{
  color: var(--highlight-font-color);
}
.footer-info.rich-text{
  padding-top: 40px;
  padding-bottom: 0;
  border-bottom: 1px solid #979797;
}
.footer-info.rich-text * {
  font-size: 14px;
  color: var(--nav-font-color);
}
.footer-info.rich-text>p{
  margin-bottom: 15px;
}
/* right menu */
.footer-main .main-right {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 32px 160px;
  margin-right: 100px;
}

.footer-menu .menu-title {
  margin-bottom: 16px;
  font-weight: bold;
}
.footer-menu-inner {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.5;
  opacity: .5;
  color: var(--nav-font-color);
  --animation-color: var(--nav-font-color);
}
.footer-menu-inner:hover{
  opacity: 1;
  text-decoration: underline;
}
/*  bottom */
.footer-bottom {
  margin: auto;
  padding: 40px var(--side-padding);
  max-width: var(--max-width);  
  font-size: 12px;
  color: var(--nav-font-color);
}
.footer-bottom a{
  color: var(--nav-font-color);
}
.footer-bottom img {
  max-height: 30px;
  object-fit: contain;
}

.footer-infomation {
  margin-bottom: 20px;
  text-align: center;
}
.footer-special-desc{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.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: 40px var(--side-padding);
  }
}
@media screen and (max-width: 1200px){
  .footer-main .main-left {
    margin-right: 40px;
    width: 50%;
  }
}
@media screen and (max-width: 1000px){
  .footer-main.wrapper{
    flex-direction: column;
  }
  .footer-main .main-left {
    margin-right: 40px;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .footer-main.wrapper {
    flex-direction: column-reverse;
    padding: 30px 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{
    width: 100%;
  }
  .email-subs{
    margin-bottom: 15px;
  }
  .email-subs-btn{
    border-radius: var(--theme-border-radius);
  }
  /* menu */
  .footer-main .main-right {
    flex-direction: column;
    gap: 0;
  }

  .footer-menu{
    margin-bottom: 15px;
  }
  /* bottom */
  .footer-bottom {
    padding: 0 var(--side-padding) 20px;
    border: 0;
  }
  .footer-infomation{
    margin-bottom: 15px;  
  }
  .footer-bottom img{
    max-height: 25px;
  }
}
/* ?? End */