/* 头部 */
/* 网站logo */
.logo {
  font-size: 0;
  text-align: left;
	margin-right: 12px;
}

.logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* 公告栏 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;
  }
}

/* 公告栏 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);
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 0;
}

.header-logoandsearch{
	display: flex;
	flex: 1;
	width: 100%;
	align-items: center;
}

/* search */
/* 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;
	align-items: center;
	margin: 0;
	width: 100%;
	height: 48px;
	background-color: #F7F7F7;
	border-radius: var(--theme-border-radius);
	border: none;
	max-width: 607.5px;
	min-width: 100px;
}

.search-bar .search {
  flex: 1;
  height: 100%;
  padding: 7px 40px 7px 0;
  background: transparent;
  border: none;
	font-size: 16px;
}
.search-bar .icon-search{
  color: var(--nav-bg-color);
  cursor: pointer;
	padding: 5px 13px 4px 16px;
}

.search-bar i.iconfont {
	font-size: 20px;
	color: rgb(94, 92, 92);
}
/* minicart 和 header-right-account */
header .header-right{
  /* position: absolute; */
  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{
	display: flex;
	flex-wrap: wrap;
	height: 48px;
  padding: var(--header-icon-gap-half);
  font-size: 16px;
	background-color: var(--main-color);
	color: var(--nav-bg-color);
	margin-left: 12px;
}

.header-right-minicart{
  font-size: 0;
}

.header-cart {
  position: relative;
}

.cart-badge {
  display: none;
  position: absolute;
  top: -6px;
  right: 10%;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 10px;
  text-align: center;
  color: var(--nav-font-color);
  background-color: red;
  border-radius: 50%;
}
.header-account-info,
.header-minicart-info {
  display: none;
  position: absolute;
  right: 0px;
  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;
}
.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);
}

.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: space-between;
  max-width: var(--max-width);
  margin: auto;
  padding: 0 calc(var(--side-padding) - 12px);
}

.header-nav .nav-item {
  position: relative;
  padding: 0 var(--nav-column-gap-half);
  line-height: 1;
  font-weight: normal;
}

.nav-item .nav-link {
  display: flex;
  align-items: center;
  padding: 14px 12px;
  font-weight: 400;
  font-size: var(--theme-nav-font-size);
  line-height: var(--theme-nav-line-height);
  color: var(--nav-font-color);
  cursor: pointer;
}
[data-has-icon].nav-link,
[data-has-icon].second-link,
[data-has-icon].third-link{
	background-position-y: center;
}
.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: 200;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.08);
  min-height: 20%;
  max-height: 60%;
}
.header-dropdown.is-vertical{
	width: 240px;
}
.header-dropdown.is-vertical .dropdown-wrapper{
	padding: 20px 15px;
	flex-wrap: nowrap;
	gap: 0;
}
.header-dropdown.is-vertical .second-link{
	font-weight: 400;
	font-size: 14px;
	padding: 14px 7px;
	width: 100%;
}
.header-dropdown.is-vertical .second-link:hover{
	background-color: #000;
	color: #DAFC1B;
	font-weight: 600;
}
.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: 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.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;
}
.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;
  margin-bottom: 10px;
  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: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 20px;
}
.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 {
  white-space: normal;
  color: var(--theme-font-color);
}

@media screen and (min-width: 768px) {
  .header-dropdown .second-link:hover,.header-dropdown .second-link:hover a{
    color: var(--highlight-font-color);
  }
}

@media screen and (max-width: 1200px){
  .header-main{
    justify-content: flex-start;
  }
  .dropdown-wrapper section {
    padding: 15px 20px;
  }
  .header-dropdown .second-link{
    font-size: 14px;
  }
  .header-dropdown .second-link{
    padding-bottom:5px;
  }
  .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: 84px;
  bottom: 0;
  left: 100vw;
  z-index: 512;
  padding: 0 var(--side-padding);
  width: 100vw;
  font-size: 16px;
  color: var(--nav-font-color);
  background-color: #fff;
  transition: all .1s ease;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
}
/* 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: center;
  align-items: center;
	position: relative;
	color: #423F3F;
}
.j-menu-item,
.mobile-side-menu h3{
  height: 46px;
}
.header-menu-item {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
	color: #423F3F;
}
.menu-img-item{
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}
.header-menu-item.no-next {
  width: fit-content;
}
.j-menu-item i{
  font-weight: 400;
  font-size:12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.msec-imgtext-imgs{
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.m-secondary-onlyimg{
  display: grid;
  grid-gap: 10px;
  margin-top: 10px;
}

.menu-header {
  height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
  color: #fff;
	background-color: #000;
  font-size: 15px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.menu-header i {
  float: left;
  font-size: 16px;
  line-height: 33px;
}

.secondary-menu,
.third-menu {
  display: none;
  position: fixed;
  left: -100vw;
  top: 84px;
  padding: 0 var(--side-padding) 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;
}
.mobile-nav-bottom{
	display: flex;
	flex-direction: column;
	text-align: center;
	
}
.mobile-nav-bottom .m-account-inner{
	color: #423F3F;
}
@media screen and (max-width: 1000px){
	.header-main{
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

@media screen and (max-width: 767px) {
	.currencies-dropdown-menu .currencies-item-icon{
		color: #423F3F;
	}
  header .wrapper {
    padding: 14px var(--side-padding) ;
    width: 100%;
  }
  .header-main {
    position: relative;
    justify-content: space-between;
    padding: 0;
  }
  .header-main .header-left {
    flex: none;
    padding: 0;
    font-size: 0;
		margin-left: 12px;
  }
  .header-right-minicart .header-cart{
    padding-left: 0;
  }
  .header-main .iconfont {
    font-size: 19px;
    color: var(--nav-font-color);
  }
  .header-right-account .header-account{
    padding-right: 0;
  }
  .cart-badge {
    top: -4px;
    right: 3px;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
  }

	.search-bar{
		height: 32px;
	}

	.search-bar .search{
		padding: 0;
	}
}

/* 页头 End */

/* 页尾 Start */
footer {
  background-color: var(--main-color);
	padding: 32px 0;
}

.footer-main.wrapper {
  /* display: flex; */
  padding: 0 80px;
  color: var(--nav-bg-color);
	width: 100%;
	max-width: var(--max-width);
}

.footer-main .main-left{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* width: 30%; */
  /* margin-right: 100px; */
}
/* 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{
  font-size: 14px;
  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: #000;
  background-color: #DAFC1B;
  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 {
  /* margin-top: 10px; */
	width: 15%;
}
.footer-info.rich-text * {
  color: var(--nav-bg-color);
  font-size: 15px;
	line-height: 21px;
	display: block;
}
/* right menu */
.footer-main .main-right {
  display: flex;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
	padding-top: 32px;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-menu .menu-title {
  margin-bottom: 20px;
  font-weight: bold;
	font-size: 15px;
	line-height: 21px;
}

.footer-menu:nth-child(2n-1){
	width: 35%;
}

.footer-menu:nth-child(2n){
	width: 30%;
}

.footer-menu .menu-list{
	display: flex;
	flex-wrap: wrap;
}

.footer-menu-item {
	min-height: 22.5px;
	font-size: 12px;
	margin-bottom: 6px;
	padding-right: 15px;
	width: 50%;
}


.footer-menu-inner {
  display: inline-block;
  /* margin-bottom: 10px; */
  font-size: 12px;
  line-height: 15px;
  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);  
  font-size: 13px;
  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-infomation {
  flex: 1;
} */
.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: 12px;
  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 {
    margin-bottom: 10px;
    /* padding: 15px 0; */
    font-size: 15px;
    line-height: 18.75px;
  }

  .footer-menu-inner {
    margin: 0;
    font-size: 12px;
  }

	.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);
    font-size: 13px;
    border: 0;
  }
}

/* 页尾 End */

.hiddens{
	display: none;
}

.header-top-fixed .mobile-nav .show{
	display: block;
}

.header-navs{
	width: 100%;
	margin-left: 20px;
	margin-right: 12px;
}

.header-navs ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	width: 100%;
	color: #000;
}

.header-navs ul a{
	color: #000;
}

.underline {
  text-decoration: underline;
}

.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;
	}
	
	.mobile-nav-top{
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.currencies{
		display: flex;
		justify-content: center;
		--header-currency-bg-height:48px;
		width: 48px;
		background-color: var(--main-color);
	}
	.selcurrenct>.currencies-item-icon{
		--header-shop-currency-size: 0;
		width: 100%;
		--header-currency-bg-padding:0;
		background-position: center;
	}
	.currencies .icon-down{
		display: none;
	}
}