
@media (max-width: 1200px) {
  .desktop-header-container .desktop-header-content {
    width: var(--container-width);
  }

  #upload-count-paper {
    width: 90%;
  }
}

@media (max-width: 820px) {
  .sign-up-container .common-from-wrapper {
    max-height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.product-list-common-desktop-container {
  max-width: var(--container-width);
  margin: 0 auto;
}

.common-sort-container {
  margin-bottom: 20px;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #c5c9ab; */
}

.side-menu-container .category-menu-container::-webkit-scrollbar {
  display: none;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.35 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background-color: #fff !important;
  border-radius: 0;
  border: 1px solid var(--color-primary);
  opacity: 0.75;
  transition: all 0.1s linear;
  font-size: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav span {
  line-height: 1;
  position: relative;
}

.owl-carousel .owl-nav button.owl-next {
  right: 16px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 16px;
}
.php-component .slider-wrapper .owl-prev > span,
.php-component .slider-wrapper .owl-next > span {
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  font-family: swiper-icons !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  color: inherit;
  opacity: 1;
}

#page-body .product-list-menu > .mobi-sort-by .dropdown-menu {
  background-color: #fff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.1);
  border: none;
}

#page-body .product-list-menu > .mobi-sort-by .dropdown-menu:after {
  border-bottom-color: #fff;
}

.ming-watch-footer-email-form {
  min-height: unset !important;
}

.ming-watch-footer-email-form .gap {
  display: none;
}
input,
select {
  -webkit-appearance: none;
  box-shadow: none;
}

.pagination > li > a,
.pagination > li > span {
  border: none;
  color: var(--color-primary) !important;
  font-weight: 700;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: var(--color-primary) !important;
  background: #eeedec !important;
  border-radius: 8px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: var(--color-primary) !important;
  background: #eeedec !important;
  box-shadow: none !important;
  border-radius: 8px;
}


.group-grid-wrapper .item.no-overlay {
  padding: 10px !important;
}

/* 分类一行4个 */
.category-component-group.group-grid-wrapper .item {
  flex: 0 1 25%;
  text-align: left;
}

/* 品牌模块 */
.brand-component-group.group-slider-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.brand-component-group.group-slider-wrapper .item.item-2 .flex-column .flex-item {
  height: 80px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  overflow: hidden;
}

.brand-component-group.group-grid-wrapper .item a {
  background-color: var(--color-minor);
  border-radius: 10px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.brand-component-group.group-grid-wrapper .item .title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.brand-component-group.group-grid-wrapper .item img {
  display: none;
}
.group-grid-wrapper .item {
  flex: 0 1 20%;
}

/* 通用标题 */
.basic-seller-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.basic-seller-title > h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  color: #000;
  padding-bottom: 0;
}

.basic-seller-title > a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: #000;
}

/* 轮播组件 */
.sp-buttons .sp-button,
.owl-theme .owl-dots .owl-dot span {
  width: 25px !important;
  height: 3px !important;
  background-color: #DCDFE0;
  border-radius: 10px;
  border: none;
}

.sp-buttons .sp-selected-button,
.owl-theme .owl-dots .owl-dot.active span {
  width: 50px !important;
  background-color: var(--color-primary) !important;
}


/* 会员福利表格 */
.member-level-table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid rgba(55, 140, 255, 1);
  border-collapse: separate;
  border-radius: 8px;
}

.member-level-table thead {
  background-color: rgba(55, 140, 255, 0.1);
}

.member-level-table thead th {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 24px;
}


.member-level-table tbody tr:nth-child(2n) {
  background-color: rgba(235, 244, 255, 0.3);
}

.member-level-table tbody td {
  font-size: 18px;
  font-weight: bold;
  padding: 46px;
  text-align: center;
}

@media (max-width: 1200px) {
  .group-grid-wrapper .item {
    flex: 0 1 25%;
  } 
}

@media (max-width: 768px) {
  .group-grid-wrapper .item.no-overlay {
    flex: 0 1 calc(50% - 10px);
    padding: 5px !important;
    margin: 5px !important;
  } 

  .group-grid-wrapper .item.no-overlay .title {
    font-size: 14px;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }
}