/*??????????????? */

/* title */
.section-title {
  --section-title-weight:400;
}
.content-title span ,
.section-title span {
  border-bottom: 4px solid var(--main-color);
  padding-bottom: 6px;
}

/* ????? */
:root {
  --img-background: var(--bg-img-url) no-repeat center;
  --img-background-size: 50%;
  --page-bg-color: #fff;
  --page-btn-bg-color:#000000;
  --m-section-space: 30px;
  /* wrapper???? */
  --wrapper-side-padding: 30px;
  /*wrapper???? */
  --side-padding: 25px;
  /*???? */
  --highlight-bg-color: var(--main-color-second);
  --highlight-font-color: var(--main-color-second);
  --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: #A4A4A4;
  --swiper-bullet-inactive-opacity: .5;
  --swiper-bullet-active-color: #009B3B;
  --swiper-bullet-active-opacity: 1;
  --font-size-first: 32px;
  --font-size-second: 20px;
  --font-size-body: 14px;
  --font-size-sub: 14px;
  --theme-transition: all .3s ease;
  --theme-img-transform: scale(1.05);
  --product-catelist-label-border-bottom:2px solid #000000;
  --pagination-button-iconfont-color:var(--theme-font-color);
}

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-align: center;
  --section-subtitle-size: var(--font-size-second);
  --section-subtitle-height: calc(var(--font-size-second) + 8px);
  --section-subtitle-bottom: 20px;
  font-family: Helvetica, sans-serif;
}

header {
  --header-icon-gap-half: 20px;
  --nav-column-gap-half: 15px;
  --theme-nav-font-size: 16px;
  --theme-nav-line-height: calc(var(--theme-nav-font-size) + 8px);
}

@media screen and (max-width: 1200px) {
  :root {
    --wrapper-side-padding: 15px;
    --side-padding: 10px;
    --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,.products-box {
  --product-star-right: 4px;
  --product-star-size: 14px;
}

/* ?????? Start */
.product-card,.products-box {
  --product-info-padding: 14px;
  --product-info-align-items: flex-start;
  /* title */
  --product-name-bottom: 14px;
  --product-name-font-size: 16px;
  --product-name-text-align: left;
  /* subtitle */
  --product-subtitle-bottom: 14px;
  --product-subtitle-font-size: 14px;
  --product-subtitle-text-align: left;
  --product-stars-bottom: 14px;

  --product-price-right: 10px;
  --product-price-font-size: 20px;
  --product-del-price-size: 12px;
}

.products-box .product-info,
.products-box .product-item,
.product-list .product-info,
.product-list .product-item {
  background: #FAFAFA;
}


@media screen and (max-width: 768px) {
  .product-card {
    --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-star-size: 12px;
    --product-price-right: 5px;
    --product-price-font-size: 16px;
  }
}

/* ?????? End */

/* ???? Start */
.button--default {
  --btn-side-padding: 60px;
  --btn-border-color: var(--arrow-btn-color);
  --btn-font-color: var(--arrow-btn-color);
  --btn-bg-color: var(--theme-font-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: 769px) {
  .button--primary:hover {
    --btn-bg-color: transparent !important;
    --btn-font-color: var(--highlight-font-color) !important;
  }

  .button--default:hover {
    color: #fff !important;
    background-color: var(--main-color-second) !important;
    border-color: var(--main-color-second) !important;
  }
}

@media screen and (max-width: 768px) {

  .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: 16px;
  --swiper-pagination-bullet-width: 16px;
  --swiper-pagination-bullet-inactive-color: var(--swiper-bullet-inactive-color);
  --swiper-pagination-bullet-inactive-opacity: var(--swiper-bullet-inactive-opacity);
  --slide-pagination-bottom: 20px;
  --swiper-pagination-color: var(--main-color);
  --pagination-bottom: 15px;
  --imgtxt-icon-item-max-width:100%;
}

@media screen and (max-width: 768px) {
  .swiper, .swiper-box {
    --swiper-pagination-bullet-horizontal-gap: 7px;
    --swiper-pagination-bullet-inactive-color: var(--swiper-bullet-inactive-color);
    --swiper-pagination-bullet-inactive-opacity: var(--swiper-bullet-inactive-opacity);
    --slide-pagination-bottom: 15px;
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-bullet-width: 10px;
  }
}

/* swiper End */
/* ?? */
.currencies {
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .currencies {
    padding-left: 0;
  }
}

/* checkout */
.checkout .mobile-summary .summary-left {
  color: var(--nav-font-color);
}

@media screen and (max-width: 767px) {
  .checkout .mobile-summary .summary-left i {
    color: var(--nav-font-color);
    font-size: 20px;
  }
}