.product-list .product-item, .flash-sale-card {
  --product-item-border:none;
}

.product-list .product-price, .products-box .product-price, .flashsale-price {
  --product-price-font-size:18px;
  --product-price-color:var(--theme-font-color);
}

.product-list .product-name, .products-box .product-name, .flash-sale-info .product-name {
  --product-name-font-size:14px;
}

.prev-btn.iconfont, 
.next-btn.iconfont {
  border-radius: 0%;
}
@media screen and (max-width: 767px){
  .category-search .search-filter {
    justify-content: space-between;
  }
}
/* ????? */
:root{
  --img-background:#eee var(--bg-img-url) no-repeat center;
  --img-background-size:80%;
  --page-bg-color: #fff;
  --m-section-space:30px;
  /* wrapper???? */
  --wrapper-side-padding: 30px;
    /*wrapper???? */
  --side-padding: 25px;
  /* highlight  */
  --highlight-bg-color: var(--main-color-second);
  --highlight-font-color: var(--main-color-second);
  --btn-height: 40px;
  /* swiper navigation */
  --arrow-btn-height: 30px;
  --arrow-btn-width: 30px;
  --arrow-btn-color: #fff;
  --arrow-btn-bg: var(--main-color);
  /*swiper pagination */
  --swiper-pagination-bullet-inactive-color: var(--main-color);
  --swiper-pagination-bullet-inactive-opacity: .5;
  --swiper-bullet-active-color: var(--main-color);
  --swiper-bullet-active-opacity:1;
  --font-size-first: 36px;
  --font-size-second: 20px;
  --font-size-body: 16px;
  --font-size-sub: 14px;
  --theme-transition: all .3s ease;
  --theme-img-transform: scale(1.05);
  --animation-underline-height:0;
}
 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: 20px;
   /* ???? */
   --section-title-text-align: left;
   --section-subtitle-size: var(--font-size-second);
   --section-subtitle-height: calc(var(--font-size-second) + 8px);
   --section-subtitle-bottom: 20px;
   font-family: var(--main-font-family), sans-serif;
 }
 header {
   --header-icon-gap-half: 20px;
   --nav-column-gap-half: 20px;
   --theme-nav-font-size: 13px;
   --theme-nav-line-height: calc(var(--theme-nav-font-size) + 8px);
 }
@media screen and (max-width: 1200px) {
  :root {
    --wrapper-side-padding: 15px;
    --side-padding: 15px;
    --btn-height: 35px;
    --font-size-first: 22px;
    --font-size-second: 16px;
    --font-size-body: 14px;
    --font-size-sub: 12px;
  }
  html,
  body,
  input,
  select,
  textarea,
  button {
    --section-title-bottom: 15px;
    --section-subtitle-bottom: 15px;
  }
  header {
    --header-icon-gap-half: 10px;
    --theme-nav-font-size: 16px;
    --theme-nav-line-height: calc(var(--theme-nav-font-size) + 8px);
  }
}
/* ???????? Start */
.product-stars {
  --product-star-right: 4px;
  --product-star-size: 14px;
}
/* ?????? Start flash-sale-card */
.product-card,.products-box{
  /* subtitle */
  --product-subtitle-bottom: 14px;
  --product-subtitle-font-size: 12px;
  --product-subtitle-text-align: left;
  --product-stars-bottom: 14px;
}

.crumbs {
  --crumbs-bottom:0;
  --crumbs-font-size: 12px;
  padding: 10px 0px;
}

.pd-crumbs-wrapper {
  --wrapper-padding:10px var(--wrapper-side-padding);
}

@media screen and (max-width: 1200px) {
  .product-stars{
    --product-star-size: 12px;
  }
  .product-card ,
  .products-box{
    --product-info-padding: 10px;
    /* title */
    --product-name-bottom: 10px;
    --product-name-font-size: 14px;
    /* subtitle */
    --product-subtitle-bottom: 10px;
    --product-subtitle-font-size: 14px;
    --product-stars-bottom: 10px;
    --product-star-right: 3px;
    --product-price-right: 5px;
    --product-price-font-size: 16px;
  }
}
/* ?????? 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){

}
@media screen and (max-width: 1200px){
  .button--default,.button--primary{
    --btn-side-padding: 40px;
  }
}
/* ???? End */

/* swiper Start */
.swiper,.swiper-box {
  --prev-btn-left: 10px;
  --next-btn-right: 10px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-width: 10px;
  --slide-pagination-bottom: 20px;
  --swiper-pagination-color: var(--main-color);
  --pagination-bottom: 15px;
}
.swiper-button-disabled{
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper,
  .swiper-box {
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --slide-pagination-bottom: 15px;
  }
}
/* swiper End */
/* ?? */
.currencies {
  padding-left: var(--header-icon-gap-half);
}
@media screen and (max-width: 767px){
.currencies {
    padding-left: 0;
  }
  .currencies .icon-down,
  .selcurrenct>.currencies-item-icon {
    color: var(--theme-font-color);
  }
}

.announcement .announcement-item-image {
  padding: 0;
}

.pagination-item.current {
  background-color: #242424;
  --pagination-item-current-color:#fff;
  height: 35px;
  line-height: 35px;
}

[data-has-icon] {
  background-size: 22px;
  --nav-icon-bg-position:0 0;
}

.header-dropdown-item [data-has-icon] {
  --nav-icon-bg-position:5px 2px;
  --nav-icon-bg-left:36px;
}