.nc-color-red {
  color: #e30057!important;
}

.nc-color-light-grey {
  color: #999!important;
}

.nc-font-bolder {
  font-weight: bolder;
}

.nc-font-bold {
  font-weight: bold;
}

.nc__smaller-icon {
  display: inline-block;
  vertical-align: middle;
  transition: all .3s;
  /* transform: scale(0.8); */
}

.nc__smaller-icon .nc-icon{
  /* font-size: 12px!important; */
}

.nc__smaller-icon.active {
  /* transform: scale(0.8) rotate(180deg); */
  transform: rotate(180deg);
}

.a-hover-no-underline:hover {
  text-decoration: none;
}

div.ds-inline-block {
  /*for google translate*/
  display: inline-block;
}

.direction-initial {
  direction: initial;
}



.header-top-set-outer {
  border-bottom: 1px solid #ededed;
}

.header-top-set {
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  /* line-height: 36px; */
  font-size: 12px;
  color: #333;
  background-color: #fff;
}

.header-top-set.in-site {
  justify-content: flex-end;
}

.header-top-set em {
  font-style: normal;
}

.header-show-shipping-country-outer {
  cursor: pointer;
}


.header-show-shipping-country-outer:hover .header-shipping-modal-arrow-top{
  display: block;
}

.header-top-set__flag-outer {
  position: relative;
  display: inline-block;
  padding-left: 3px;
  width: 18px;
}

.header-top-set__flag {
  width: 100%;
  vertical-align: middle;
}


.header-shipping-modal-arrow-top, .header-shipping-modal-arrow-top::after {
  position: absolute;
  border: 8px solid transparent;
}

.header-shipping-modal-arrow-top {
  display: none;
  top: 8px;
  left: 50%;
  border-bottom-color: #ebebeb;
  margin-left: -8px;
  z-index: 100;
}

.header-shipping-modal-arrow-top:after{
  content: '';
  top: -6px;
  left: -8px;
  border-bottom-color: #fff;
}

.header-top-set__icon--down {
  padding: 0 3px;
}

.header-shipping-modal {
  position: absolute;
  padding: 16px 0 14px;
  top: 36px;
  left: 0;
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 12px rgba(0,0,0,.12);
}

.header-shipping__search-input {
  margin: 0 12px;
  width: 313px;
  height: 30px;
  padding-left: 11px;
  line-height: 30px;
  border: solid 1px #e5e5e5;
  outline: none;
}

.header-shipping__search-input:focus {
  border: solid 1px #999;
}

.header-shipping__search-icon {
  position: absolute;
  top: 25px;
  right: 23px;
  font-size: 16px;
  color: #999;
  cursor: pointer;
}

.header-shipping__search-icon:hover {
  color: #333;
}

.header-shipping__country-list-outer {
  margin-top: 15px;
  height: 320px;
}

/*滚动条样式*/
.header-top-set-outer .mCSB_scrollTools .mCSB_dragger {
  height: 78px;
}

.header-top-set-outer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .header-bag-products-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #ccc;
}

.header-top-set-outer .mCSB_scrollTools .mCSB_draggerRail, .header-bag-products-container .mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
}
/*滚动条样式*/

.header-shipping__country-list-item {
  padding: 0 12px;
  margin-right: 12px;
  height: 33px;
  line-height: 33px;
  cursor: pointer;
}

.header-shipping__country-list-item:hover {
  background-color: #f2f2f2;
  color: #e33057;
}

.header-shipping__country-list-item .country_list_item__img-box {
  display: inline-block;
  width: 20px;
  height: 13px;
  vertical-align: middle;
  margin-right: 10px;
}

.header-top-right-item, .header-main-right-item {
  display: inline-block;
  position: relative;
  margin-left: 40px;
  cursor: pointer;
}

.header-main-right-item:nth-of-type(1) {
  margin-left: 0px;
}

.header-help__img--gif {
  width: 20px;
  vertical-align: middle;
}

/* .header-help__online-help-list-container, .header-currency-site-container, .header-language-container {
  display: none;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 7px rgba(0,0,0,.2);
} */

.header-top-sec-container {
  display: none;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 12px rgba(0,0,0,.12);
}

.header-top-sec-container::before, .header-top-sec-container::after {
  position: absolute;
  border: 8px solid transparent;
}

.header-top-sec-container::before {
  content: '';
  left: 50%;
  top: -16px;
  border-bottom-color: #ebebeb;
  margin-left: -8px;
}

.header-top-sec-container::after{
  content: '';
  top: -14px;
  left: 50%;
  margin-left: -8px;
  border-bottom-color: #fff;
}

.header-help__help-list {
  padding: 5px 0;
}

.header-help__help-list-item {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  white-space: nowrap;
}

.header-help__help-list-item a {
  color: #000
}

.header-help__help-list-item:hover {
  background-color: #f2f2f2;
  color: #e30057;
}

.header-help__help-list-item:hover a,.header-help__help-list-item:hover a i{
  color: #e30057;
}

.header-help__help-list-item a:hover {
  text-decoration: none;
} 

.header-help__help-list-item i {
  font-size: 20px;
  color: #999;
  margin-right: 2px;
  vertical-align: middle;
}

.help-list-item__live-chat {
  position: relative;
}

.help-list-item__live-chat:hover .live-chat-container {
  display: block;
}

.live-chat-container {
  display: none;
  position: absolute;
  left: -310px;
  top: -125px;
  padding: 20px;
  width: 270px;
  font-size: 12px;
  line-height: 18px;
  background-color: #f2f2f2;
  z-index: 99;
  cursor: default;
  white-space: normal;
}

.live-chat__article-title {
  font-size: 14px;
  color: #000;
  margin-bottom: 7px;
}

.live-chat__article-text {
  color: #666;
}

.live-chat__article-text:nth-of-type(1) {
  margin-bottom: 10px;
}

.live-chat__article-text a:hover {
  text-decoration: underline;
}

.header-currency-site-container {
  width: 186px;
  font-size: 12px;
  cursor: default;
}

.header-currency-site-title {
  margin: 20px 0 7px;
  padding-left: 20px;
  color: #000;
  font-weight: bold;
}

.header-currency-site-line {
  margin: 0 20px;
  height: 1px;
  background-color: #e6e6e6;
}

.header-currency-site-option, .header-site-list-link {
  padding-left: 20px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}

.header-site-list-link {
  display: block;
}

.header-site-list-link.active{
  color: #e30057;
}

.header-site-list-link:hover{
  background-color: #f2f2f2;
  text-decoration: none;
  color: #e30057;
}

.header-currency-select {
  position: relative;
}

.header-currency-site-icon--right {
  position: absolute;
  font-size: 12px;
  right: 20px;
}

.header-currency-select:hover {
  background-color: #f2f2f2;
}

.header-currency-select:hover .header-currency-site-icon--right{
  display: none;
}

.header-currency-select:hover .header-currency__money-list-container{
  display: block;
}

.header-currency-select:hover+.header-currency-site-line{
  background-color: transparent;
}

.header-currency__money-list-container {
  display: none;
  position: absolute;
  top: -40px;
  left: -360px;
  width: 360px;
  background-color: #f2f2f2;
  cursor: default;
}

.header-currency__money-list {
  padding: 6px 0;
}

.header-currency__money-list.in-site {
  height: 164px;
  min-height: 164px;
}

.header-currency__money-list-item {
  float: left;
  width: 33.33%;
  color: #000;
}

.money-list-container {
  margin-left: 20px;
  padding: 0 8px 0 8px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  direction: initial;
}

.money-list-container:hover {
  color: #e30057;
  background-color: #fff;
}

.money-list-item-sign {
  display: inline-block;
}

.header-language-container {
  padding: 20px;
}


/*header-main*/
.header-main {
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  background-color: #fff;
}

.header-main-logo {
  width: 170px;
  height: 39px;
}

.header-main-logo img{
  vertical-align: middle;
}

.header-i18n-entrance-container {
  position: relative;
}

.header-i18n-entrance {
  position: absolute;
  bottom: -8px;
  left: 6px;
  color: #999;
  white-space: nowrap;
}

.header-search__input-box {
  position: relative;
	border: solid 1px #e5e5e5;
}

.header-search__keyword-input {
  display: block;
  padding-left: 10px;
  width: 430px;
  height: 37px;
  border: none;
  outline: none;
}

.header-search__search-icon {
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}

.header-search__search-icon:hover {
  color: #333;
}

/*search ajax html --start*/
.search-result-list {
  position: absolute;
  background: #fff;
  z-index: 99;
  box-shadow: 0 0 12px rgba(0,0,0,.12);
  color: #000;
}
.ajax-search-list {
  width: 440px;
}

.ajax-search-list-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px 6px;
  font-size: 14px;
  color: #999;
}

.header-search__clear-all-history {
  font-size: 12px;
  color: #000;
}

.ajax-search__hot-list {
  padding-bottom: 10px;
}

.ajax-search__recent-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}

.ajax-search__recent-list-item {
  position: relative;
  margin-top: 8px;
  width: 194px;
  height: 28px;
  line-height: 28px;
  background-color: #f7f7f7;
  color: #000;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ajax-search__recent-list-item:hover {
  text-decoration: underline;
}

.ajax-search__recent-list-item:hover .header-search__clear-history{
  display: block;
}

.header-search__clear-history {
  display: none;
  position: absolute;
  top: -8px;
  right: 0;
}

.header-search__clear-history:hover {
  opacity: .7;
}

.header-search__clear-history:hover+span {
  text-decoration: none;
}

.clear-history-icon--close {
  font-size: 14px!important;
}

.ajax-search__hot-list-item {
  padding: 0 20px;
  height: 28px;
  line-height: 28px;
}

.ajax-search__hot-list-link {
  display: block;
  position: relative;
  padding-left: 20px;
}

.ajax-search__hot-list-item:hover {
	background-color: #f7f7f7;
}

.ajax-search__hot-list-item:hover a{
	text-decoration: none;
}

.ajax-search__hot-list-item:hover .ajax-search__hot-list-link-text{
	color: #e30057;
}

.ajax-search__hot-list-index {
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  line-height: 16px;
  text-align: center;
  color: #999;
  font-style: normal;
}
.ajax-search__hot-list-index::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid transparent;
}
.ajax-search__hot-list-item:nth-of-type(1) .ajax-search__hot-list-index {
  font-weight: bold;
  color: #fff;
  background-color: #f3c60c;
}
.ajax-search__hot-list-item:nth-of-type(1) .ajax-search__hot-list-index::before {
  border-top: 4px solid #f3c60c;
}
.ajax-search__hot-list-item:nth-of-type(2) .ajax-search__hot-list-index {
  font-weight: bold;
  color: #fff;
  background-color: #b7bbc7;
}
.ajax-search__hot-list-item:nth-of-type(2) .ajax-search__hot-list-index::before {
  border-top: 4px solid #b7bbc7;
}
.ajax-search__hot-list-item:nth-of-type(3) .ajax-search__hot-list-index {
  font-weight: bold;
  color: #fff;
  background-color: #d57648;
}
.ajax-search__hot-list-item:nth-of-type(3) .ajax-search__hot-list-index::before {
  border-top: 4px solid #d57648;
}

.ajax-search__hot-list-icon-box{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

.ajax-search__hot-list-icon{
  display: block;
  width: 12px;
  height: 12px;
  margin-top: 2px;
}

.headersearch__complemented-list {
  padding-top: 15px;
  padding-bottom: 10px;
}

.headersearch__complemented-list-item {
  padding: 0 10px;
  margin: 0 10px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  color: #999;
}

.headersearch__complemented-list-item:hover {
  background-color: #f7f7f7;
}

.headersearch__complemented-list-item b {
  color: #333;
}

.headersearch__complemented-list-item .similar-cat {
  color: #666;
  text-decoration: none;
  text-align: right;
  position: absolute;
  right: 10px;
}

.headersearch__complemented-list-item .similar-cat:hover {
  text-decoration: underline;
}
/*search ajax html --end*/

/* user wishlist cart --start */
.header-main-right-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-main-right-item:hover {
  text-decoration: none;
}

.header-main-right-icon {
  font-size: 24px!important;
  vertical-align: sub;
}

.header-main-right-icon-bg-box {
  position: absolute;
  display: inline-block;
  top: -1px;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url("../images/header-main-right-bag.svg");
  vertical-align: middle;
}

.header-bag-icon {
  position: relative;
}

.header-bag-icon__inner-icon {
  position: absolute;
  transform: scale(0.7);
  color: #e30057;
  top: 3px;
  left: 8px;
}

.header-account-container {
  position: relative;
  cursor: default;
}

.header-account-link-container, .header-bag-products-container {
  display: none;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 99;
  box-shadow: 0 0 12px rgba(0,0,0,.12);
}

.header-account-link-container::before, .header-account-link-container::after,.header-bag-products-container::before, .header-bag-products-container::after {
  position: absolute;
  border: 8px solid transparent;
}

.header-account-link-container::before, .header-bag-products-container::before {
  content: '';
  left: 50%;
  top: -16px;
  border-bottom-color: #ebebeb;
  margin-left: -8px;
}

.header-account-link-container::after, .header-bag-products-container::after{
  content: '';
  top: -14px;
  left: 50%;
  margin-left: -8px;
  border-bottom-color: #fff;
}

.header-account__account-name {
  max-width: 66px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.header-account__customer-type {
  position: relative;
  display:inline-block;
  width: 26px;
  color: #fff;
  border-radius: 2px;
  overflow: visible;
  vertical-align: middle;
  text-align: center;
}

.header-account__customer-type.wh_orange {
  padding:2px 1px; 
	background-image: linear-gradient(-90deg, #fc5b56 0%, #e30057 100%), linear-gradient(#eb8932,	#eb8932);
  font-size: 12px;
	line-height: 14px;
}

.header-account__customer-type.pink {
  width: 26px;
  padding: 1px 0;
  background-image: linear-gradient(-90deg, #fc5b56 0%, #e30057 100%), linear-gradient(#eb8932,	#eb8932);
}


.serve_vip__gif {
  display: none;
  position: absolute;
  left: -19px;
  top: -12px;
  height: 40px;
  width: 62px;
}

.header-account__customer-type.active .serve_vip__gif{
  display: block;
  background-image: url('../images/vip-level-up-gif.gif');
  background-repeat: no-repeat;
}

.header-account__vip-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header-account__vip-icon {
  font-size: 14px!important;
}

.header-account-link-list {
  padding: 6px 0;
  white-space: nowrap;
}

.header-account-link-list-link {
  display: block;
  padding: 0 20px;
  height: 32px;
  line-height: 32px;
}

.header-account-link-list-link:hover {
  color: #e30057;
  text-decoration: none;
  background-color: #f2f2f2;
}

.header-wishlist-link:hover {
  text-decoration: none;
}

.header-bag-link {
  display: inline-block;
  padding-left: 24px;
  height: 24px;
  line-height: 24px;
}

.header-bag-num {
  display: inline-block;
  padding: 0 4px;
  line-height: 16px;
  height: 16px;
  background-color: #e30057;
  border-radius: 8px;
  color: #fff;
  text-align: center;
}

.header-bag-products-container {
  top: 38px;
  color: #666;
  cursor: default;
}

.header-bag-scroll-bar-outer {
  max-height: 400px;
}

.header-bag__product-list {
  padding: 0 15px;
}

.header-bag__product-list-item {
  position: relative;
  padding: 20px 0;
  width: 337px;
  display: flex;
  /* align-items: top; */
  justify-content: space-between;
  border-top: 1px dashed #e5e5e5;
  overflow: hidden;
}

.header-bag__product-list-item:nth-of-type(1) {
  border-top: none;
}

.header-bag__product-list-img {
  width: 72px;
  height: 72px;
}

.header-bag__product-list-info {
  display: inline-block;
  width: 255px;
}

.header-bag__product-list-info-option {
  margin-top: 5px;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
}

.header-bag__product-list-link {
  display: block;
  line-height: 15px;
  max-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  overflow: hidden;
}

.header-bag__product-attr {
  margin-right: 10px;
}

.header-bag__product-list-close-icon-box {
  position: absolute;
  transform: scale(0.84);
  top: 10px;
  right: 25px;
  cursor: pointer;
}

.header-bag__product-list-close-icon-box i {
  font-size: 12px!important;
  color: #c7c7c7;
}

.header-bag__check-out-container {
  padding: 8px 30px 20px 20px;
  border-top: 1px solid #e5e5e5;
  text-align: right;
  color: #666;
}

.header-bag__check-out-price {
  font-size: 18px;
  line-height: 2.2;
}

.header-bag__save-cash {
  line-height: 1.5;
  padding: 0 0 15px;
}

.header-bag__check-out-btn {
  display: block;
  background: #e33057;
  color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.header-bag__check-out-btn:hover {
  text-decoration: none;
  background: #ee3e64;
}
/* user wishlist cart --end */

/* .index_head_cont.head_cont_fix .header-top-set-outer {
  display: none;
} */

.index_head_cont.head_cont_fix {
  box-shadow: 0 0 12px rgba(0,0,0,.12);
}