/* 主题样式表 */
:root {
  --img-background: #eee var(--bg-img-url) no-repeat center;
  --img-background-size: 90%;
  --page-bg-color: #fff;
  --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);
  --nav-bg-color: var(--main-color);
  --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: var(--main-color);
  --swiper-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: 14px;
  --font-size-sub: 14px;
  --theme-transition: all .3s ease;
  --theme-img-transform: scale(1.05);
}

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: var(--main-font-family), sans-serif;
}

header {
  --header-icon-gap-half: 20px;
  --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: 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 {
  --product-star-right: 4px;
  --product-star-size: 14px;
}

/* 商品卡片组件 Start */
.product-card {
  --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;
}

@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(--main-color);
  --btn-font-color: var(--main-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: #FF7259 !important;
    border-color: #FF7259 !important;
  }
}

@media screen and (max-width: 768px) {

  .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: 5px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-width: 10px;
  --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;
}

@media screen and (max-width: 768px) {
  .swiper {
    --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 End */
/* 币别 */
.currencies.dropdown {
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .currencies.dropdown {
    padding-left: 0;
  }

  #mrshop-section-image_slide1692265430724 {
    display: none;
  }
}

/* 导航 */
.header-top-fixed .wrapper {
  max-width: 1970px;
}

body {
  background: #fff;
}

.selcurrenct>.state_icon {
  padding: 0;
  width: 30px;
  height: 20px;
}

/* 导航 End*/

/* 商品页 */
.product-list .product-items {
  display: flex;
  flex-direction: column;
}

.product-list .product-info {
  flex-grow: 1;
}

.products-box .swiper-slide .product-items {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.product-items .product-info {
  flex-grow: 1;
}

@media screen and (min-width: 768px) {
  .category-container .product-list .product-items {
    width: calc(25% - var(--v-space) * 4 / 4);
    margin-bottom: var(--h-space);
    margin-right: var(--v-space);
    font-size: 0;
    border: var(--border-width) solid var(--theme-border-color);
    border-radius: var(--theme-border-radius);
    overflow: hidden;
  }

}

@media screen and (max-width: 768px) {
  .product-list {
    margin-right: -10px !important;
  }

  .category-container .product-list .product-items {
    width: calc(50% - var(--v-space) / 1);
    margin-bottom: 30px;
    margin-right: var(--v-space);
    font-size: 0;
    border: var(--border-width) solid var(--theme-border-color);
    border-radius: var(--theme-border-radius);
    overflow: hidden;
  }
}

.prev-btn,
.next-btn {
  color: #000000;
}

.checkout {
  background-color: #fff;
}

.checkout .mobile-summary .summary-left {
  color: #000000;
}

@media screen and (max-width: 767px) {
  .checkout .mobile-summary .summary-left i {
    color: var(--nav-font-color);
    font-size: 20px;
  }

  .cart-wrapper {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .imgtxt-single-image {
    margin-bottom: 0px;
  }

  .imgtxt-single-text {
    height: 250px;
    background-color: #fff;
  }

  .product-catelist-tabs .swiper-pagination {
    left: 210px;
    width: auto;
    margin-bottom: 6px;
  }
}

@media screen and (min-width: 768px) {
  .product-catelist-tabs .swiper-pagination {
    max-width: 43%;
    width: max-content;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    height: 16px;
    overflow: hidden;
  }

  .swiper-pagination-bullet {
    min-width: 16px;
    height: 16px;
    background: #A4A4A4;
    opacity: 1;
  }
  .product-catelist-tab  .swiper-pagination {
    justify-content: left !important;
  }
}
.bs-bundle-add .bs-add-btn {
  background-color: #000000;
}

.home-image-slide  .swiper-bullet-active {
  background-color: #fff !important;
}

.pagination-button i {
  color: #000000 !important;
}

.blog-main .main-right .article-comments-more {
 background-color: #000000 !important;
 --btn-border-color: #000000; 
 margin-left: 50%;
 transform: translateX(-50%);
}

.blog-main .main-right .article-comments-more:hover{
  background-color: #FF7259 !important;
  --btn-font-color: #fff !important;
  --btn-border-color: #FF7259; 
 }