/* 主题样式表 */
:root{
  --img-background: var(--bg-img-url) no-repeat center;
  --img-background-size:80%;
  --page-bg-color: #F3F3F3;
  --m-section-space:24px;
  /* wrapper上下间距 */
  --wrapper-side-padding: 30px;
    /*wrapper左右间距 */
  --side-padding: 25px;
  /*高亮字体 */
  --highlight-bg-color: var(--main-color-second);
  --highlight-font-color: var(--main-color-second);
  --nav-bg-color:#F3F3F3;
  --btn-height: 40px;
  /*左右箭头 */
  --arrow-btn-height: 40px;
  --arrow-btn-width: 40px;
  --arrow-btn-color: #fff;
  --arrow-btn-bg: var(--main-color);
  /*swiper pagination */
  --swiper-bullet-inactive-color: #ccc;
  --swiper-bullet-inactive-opacity: 1;
  --swiper-bullet-active-color: #000;
  --swiper-bullet-active-opacity:1;
  --font-size-first: 24px;
  --font-size-second: 20px;
  --font-size-body: 16px;
  --font-size-sub: 14px;
  --theme-transition: all .5s ease;
  --theme-img-transform: scale(1.05);
  --checkout-nav-bg-color: #fff;
  --checkout-logo-height: 45px;
  --checkout-topbt-padding: 20px;
}
 html,
 body,
 input,
 select,
 textarea,
 button {
   --section-title-size: var(--font-size-first);
   --section-title-height: calc(var(--font-size-first) + 8px);
   --section-title-bottom: 24px;
   --section-title-align: center;
   --section-subtitle-size: var(--font-size-second);
   --section-subtitle-height: calc(var(--font-size-second) + 8px);
   --section-subtitle-bottom: 16px;
   font-family: Helvetica, sans-serif;
 }
 header {
   --header-icon-gap-half: 18px;
   --nav-column-gap-half: 20px;
   --theme-nav-font-size: 16px;
   --theme-nav-line-height: calc(var(--theme-nav-font-size) + 8px);
 }
@media screen and (max-width: 1400px){
  header {
    --header-icon-gap-half: 12px;
    --nav-column-gap-half: 10px;
  }
}
@media screen and (max-width: 1200px) {
  :root {
    --wrapper-side-padding: 16px;
    --side-padding: 16px;
    --btn-height: 32px;
    --font-size-first: 16px;
    --font-size-second: 16px;
    --font-size-body: 14px;
    --font-size-sub: 12px;
    --checkout-logo-height: 30px;
  }
  html,
  body,
  input,
  select,
  textarea,
  button {
    --section-title-bottom: 16px;
    --section-subtitle-bottom: 10px;
  }
  header {
    --header-icon-gap-half: 8px;
    --theme-nav-font-size: 14px;
    --theme-nav-line-height: calc(var(--theme-nav-font-size) + 8px);
  }
}

/* 商品列表组件样式 Start */
.product-stars {
  align-items: flex-start;
  --product-star-right: 4px;
  --product-star-size: 12px;
}
/* 商品卡片组件 Start */
.product-card,.flash-sale-card{
  --product-info-padding: 12px 12px 16px;
  --product-info-align-items: flex-start;
  /* title */
  --product-name-bottom: 12px;
  --product-name-font-size: 14px;
  --product-name-text-align: left;
  --product-name-font-weight: 700;
  /* subtitle */
  --product-subtitle-bottom: 10px;
  --product-subtitle-font-size: 12px;
  --product-subtitle-text-align: left;

  --product-stars-bottom: 10px;
  
  --product-price-right: 5px;
  --product-price-font-size: 20px;
  --product-del-price-size: 14px;
}

@media screen and (max-width: 1200px) {
  .product-card,
    .flash-sale-card {
    --product-info-padding: 12px;
    /* title */
    /* subtitle */
    --product-stars-bottom: 12px;
  }
}
/* 商品卡片组件 End */

/* 按钮样式 Start */
.button--default {
  --btn-side-padding: 60px;
  --btn-border-color:var(--main-color);
  --btn-font-color:var(--main-color);
  --btn-bg-color: var(--page-bg-color);
}

.button--primary {
  --btn-side-padding: 60px;
  --btn-border-color: var(--highlight-bg-color);
  --btn-bg-color: var(--highlight-bg-color);
  --btn-font-color: #fff;
}
@media screen and (min-width: 768px){
  .button--primary:hover {
    --btn-bg-color: transparent !important;
    --btn-font-color: var(--highlight-font-color)!important;
  }
  .button--default:not(.product-list-btn):hover {
    color: #fff !important;
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
  }
}
@media screen and (max-width: 767px){
  .button--default,.button--primary{
    --btn-side-padding: 40px;
  }
}
/* 按钮样式 End */

/* swiper Start */
.swiper {
  --prev-btn-left: 10px;
  --next-btn-right: 10px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-height: 12px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-inactive-color: var(--swiper-bullet-inactive-color);
  --swiper-pagination-bullet-inactive-opacity: var(--swiper-bullet-inactive-opacity);
  --slide-pagination-bottom: 26px;
  --swiper-pagination-color:#000;
  --pagination-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .swiper {
    --swiper-pagination-bullet-height: 6px;
    --swiper-pagination-bullet-width: 6px;
    --prev-btn-left: 15px;
    --next-btn-right: 15px;
    --slide-pagination-bottom: 20px;
  }
}
/* swiper End */
/* 币别 */
.selcurrenct>.state_icon {
  padding: 10px 13px;
}
.currencies.dropdown {
  padding:0 var(--header-icon-gap-half);
}
@media screen and (max-width: 767px){
.currencies.dropdown {
    padding-left: 0;
  }
}
.img-box{
  border-radius: 0;
}
/* product card */
.product-list .product-info,
.products-box .product-info,
.product-card,.products-box .swiper-slide,.product-list .product-item,
.flash-sale-card,.flash-sale-info{
  background-color: #FAFAFA;
}
.product-list .product-item,.products-box .swiper-slide,
.flash-sale-card{
  border-radius: 0;
  border: 0;
}

.product-review-count{
  margin-left: 8px;
  font-size: 14px;
}
.product-list .product-image .hover-image,
.products-box .product-image .hover-image,
.flash-sale-image .hover-image{
  border: 5px solid #DCDCDC;
}
.product-list .product-image:hover>img,
.products-box .product-image:hover>img,
.flash-sale-image:hover>img{
  transform: none;
}
/* auto product */
.auto-product .section-title{
  text-align: left;
}

@media screen and (max-width: 767px){
  .auto-product {
    padding-left: 0;
    padding-right: 0;
  }
  .auto-product .section-title {
    padding: 0 var(--side-padding);
  }
}
/* .crumbs */
.crumbs{
  --theme-font-color-sub: #8B8B8B;
}
/* pagination list */
.pagination-list {
  --pagination-item-font-color: #4E4E4E;
  --pagination-prev-next-padding: 75px;
  --pagination-item-side-padding: 6px;
}
@media screen and (max-width: 1200px){
.pagination-list {
    --pagination-prev-next-padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pagination-list {
      --pagination-prev-next-padding: 19px;
      --pagination-item-side-padding: 5px;
    }
}