@charset "UTF-8";

@keyframes fadeinout {
  0% {
    background-color: #f1f1f1;
  }

  50% {
    background-color: #e2e2e2;
  }

  100% {
    background-color: #f1f1f1;
  }
}

/* product detail starts */
.disabled, .product-info__variants_value input:disabled~label, .product-info__qty_btn:disabled, .product-info__qty_num:disabled {
  background-color: #efefef;
  cursor: not-allowed;
}

.btn-border, .product-info__qty_btn, .product-info__qty_num {
  border: 1px solid #e2e2e2;
}

@media (min-width: 768px) {
  .product-detail .sep-loaded-slider__button {
    opacity: 1;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .product-detail .sep-loaded-slider__button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .product-detail .sep-loaded-slider__button-prev {
    border-radius: 0 50% 50% 0;
    transform: translateX(-16px);
    text-align: right;
    padding-right: 14px;
  }

  .product-detail .sep-loaded-slider__button-next {
    border-radius: 50% 0 0 50%;
    padding-left: 14px;
    text-align: left;
    transform: translateX(16px);
  }
}

@media (max-width: 767.98px) {
  .product-detail {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.product-image {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.product-image .hidden {
  opacity: 0;
}

.product-image .swiper-slide {
  position: relative;
  cursor: pointer;
}

.product-image__swiper {
  position: relative;
  overflow: hidden;
}

.product-image__swiper_bullets {
  display: block;
  position: absolute;
  bottom: 0.9375rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  height: 1.375rem;
  line-height: 1.375rem;
  padding: 0 0.625rem;
  z-index: 1;
  border-radius: 0.6875rem;
}

.product-image__swiper_img {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-image__swiper_img.loading_bg {
  background-color: #f1f1f1;
  animation-name: fadeinout;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.product-image__swiper-wrapper {
  align-items: center;
}

.product-image__swiper_btn {
  display: none;
}

.product-image__thumbs {
  display: none;
}

.product-image .slick-slide>div {
  font-size: 0;
  letter-spacing: -3px;
}

.product-image .product-image__thumbs-item {
  width: 70px !important;
  height: 70px !important;
  display: inline-block;
  margin: 0 5px;
  flex: 0 0 auto;
  cursor: pointer;
  /* 加载过程背景色占位 */
}

.product-image .product-image__thumbs-item img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.product-image .product-image__thumbs-item img.lazyload:not(.lazyloaded) {
  width: 100%;
  height: 100%;
  animation-name: fadeinout;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

.product-info {
  padding: 1.40625rem 0.9375rem;
}

.product-info__header {
  color: #000;
  width: 100%;
}

.product-info__header_title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .product-info__header_title {
    font-size: 1.625rem;
  }
}

.product-info__header_brief {
  color: #666;
  line-height: 1.5;
  font-size: 1rem;
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px) {
  .product-info__header_brief {
    font-size: 0.875rem;
  }
}

.product-info__header_price {
  color: #000;
  font-size: 1.0625rem;
}

@media (min-width: 768px) {
  .product-info__header_price {
    font-size: 1.375rem;
  }
}

.product-info__header_off-ratio {
  color: #000;
  font-size: 1.0625rem;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.3125rem;
}

@media (min-width: 768px) {
  .product-info__header_off-ratio {
    font-size: 1.375rem;
  }
}

.product-info__header_off-ratio::before {
  content: '';
  display: block;
  position: absolute;
  height: 1rem;
  width: 2px;
  background: #000;
  left: -1px;
  top: 50%;
  margin-top: -0.5rem;
}

.product-info__header_compare-at-price {
  font-size: 0.875rem;
  color: #999;
  text-decoration: line-through;
}

@media (min-width: 768px) {
  .product-info__header_compare-at-price {
    font-size: 1rem;
  }
}

.product-info__header_sales {
  font-size: 0.875rem;
  color: #999;
}

.product-info__header_price-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.9375rem;
}

.product-info__header_price-wrapper-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product-info__header_price-wrapper-left span {
  margin-right: 0.625rem;
}

.product-info__header_price-wrapper-left span:last-of-type {
  margin-right: 0;
}

.product-info__variants {}

.product-info__variants_title {
  font-size: 1rem;
  font-weight: 500;
  color: #2a2a2a;
  line-height: 1.0625rem;
}

.product-info__variants_size-guide {
  color: #666;
  font-size: 0.875rem;
  text-decoration: underline;
  float: right;
  cursor: pointer;
}

.product-info__variants_items {
  margin-bottom: 1rem;
}

.product-info__variants_items select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(/static/image/ico-select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  background-size: 11px;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  padding-right: 28px;
  width: 100%;
  cursor: pointer;
  outline: none;
  border: 1px solid #bfbfbf;
  max-width: 100%;
  border-radius: 0;
  margin-top: 10px;
}

.product-info__variants_value {
  word-break: break-word;
  line-height: 1.75rem;
  min-width: 2.5rem;
  font-size: 0.8125rem;
  margin-right: 0.625rem;
  margin-bottom: 0;
  position: relative;
  color: #2a2a2a;
  padding: 0;
  margin-top: 0.625rem;
}

.product-info__variants_value_color {
  line-height: 0;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-info__variants_value_color label {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50%;
  border: 2px solid #e2e2e2;
  padding: 0 !important;
}

.product-info__variants_value_color input:disabled~label {
  cursor: not-allowed;
}

.product-info__variants_value label {
  cursor: inherit;
  width: 100%;
  padding: 0 1.25rem;
  border: 2px solid #e2e2e2;
}

.product-info__variants_value.active {
  font-weight: 500;
}

.product-info__variants_value-wrapper {
  font-size: 0;
  margin-right: -10px;
}

.product-info__qty {
  font-size: 0;
}

.product-info__qty-dropdown {
  border: 1px solid #bfbfbf;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
}

.product-info__qty-dropdown button,
.product-info__qty-dropdown input {
  border: none;
  height: 40px;
}

.product-info__qty-dropdown button {
  border-radius: 4px 0 0 4px;
  width: 60px;
}

.product-info__qty-dropdown input {
  flex-grow: 1;
}

.product-info__qty_title {
  font-size: 1rem;
  font-weight: 500;
  color: #2a2a2a;
  margin-bottom: 0.625rem;
}

.product-info__qty_stock {
  font-weight: 400;
  color: #999;
}

.product-info__qty_btn {
  width: 2rem;
  height: 2rem;
  text-align: center;
  padding: 0;
  font-size: 1rem;
}

.product-info__qty_num {
  display: inline-block;
  width: 2.5rem;
  height: 2rem;
  font-size: 0.8125rem;
  margin: 0 0.625rem;
  text-align: center;
  padding: 0;
  box-shadow: none;
  vertical-align: middle;
}

.product-info__btn {
  margin-top: 1.75rem;
}

.product-info__btn button {
  width: 100%;
  margin-bottom: 0.9375rem;
  height: 2.75rem;
  font-size: 0.9375rem;
}

@media (min-width: 768px) {
  .product-info__btn button {
    height: 3.125rem;
  }
}

.product-info__url {
  margin-top: 1.4375rem;
  font-size: 0.875rem;
}

.product-info__url>a {
  color: #000;
  text-decoration: underline;
}

.product-info__desc-tab {
  display: flex;
  flex-wrap: wrap;
}

.product-info__desc-tab-header {
  margin-top: -1px;
  height: 3.4375rem;
  line-height: 3.4375rem;
  border-top: 1px solid #ddd;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0.9375rem;
  font-size: 1rem;
}

.product-info__desc-tab-header .sep-font {
  position: absolute;
  right: 0.9375rem;
  height: 100%;
  line-height: inherit;
  top: 0;
  transition: all 0.3s ease-in-out;
}

.product-info__desc-tab-content {
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.product-info__desc-tab-content img {
  max-width: 100%;
  height: auto;
}

.product-info__additional {
  margin: 15px 0;
}

.product-info__variants_radio:checked~label[data-iscolor] {
  box-shadow: 0px 0px 0px 2px var(--skin_primary_btn_bg_color);
  border: 2px solid var(--skin_bg);
}

.product-info__variants_radio:checked~label:not([data-iscolor]) {
  border: 2px solid var(--skin_primary_btn_bg_color) !important;
}

.product-info__variants_radio:checked~label:not([data-iscolor]):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  bottom: 4px;
  right: 2px;
  border: 2px solid var(--skin_primary_btn_text_color);
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
  z-index: 9;
}

.product-info__variants_radio:checked~label:not([data-iscolor]):after {
  content: '';
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-bottom: 10px solid var(--skin_primary_btn_bg_color);
  border-right: 10px solid var(--skin_primary_btn_bg_color);
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-info__desc-tab-cb:checked+.product-info__desc-tab-header+.product-info__desc-tab-content {
  height: auto;
}

@media (min-width: 768px) {
  .product-info__desc-tab-cb:checked+.product-info__desc-tab-header+.product-info__desc-tab-content {
    padding: 15px 0px;
  }
}

.product-info__desc-tab-cb:checked+.product-info__desc-tab-header .sep-font {
  transform: rotateZ(180deg);
}

@media (max-width: 767.98px) {
  .product-info__desc-tab:not(.bottom) {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    width: -webkit-calc(100% + 30px);
    max-width: none;
  }
}

@media (min-width: 768px) {
  .product-image__swiper_btn.sep-font {
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    font-weight: 600;
    display: none;
    background-color: #fff;
    opacity: 0.5;
  }

  .product-image__swiper_btn.sep-font.swiper-button-disabled {
    background-color: #d6d6d6;
  }

  .product-image__swiper_btn.sep-font.swiper-button-prev {
    outline: none;
    background-image: unset !important;
    left: 0;
  }

  .product-image__swiper_btn.sep-font.swiper-button-next {
    outline: none;
    background-image: unset !important;
    right: 0;
  }

  .product-image__swiper_btn.sep-font:hover {
    color: #fff;
    background: #4b4b4b;
    opacity: 1;
  }

  .product-image__swiper_bullets {
    display: none;
  }

  .product-image__swiper:hover .product-image__swiper_btn {
    display: block;
  }

  .product-image__swiper:hover .product-image__swiper_btn.swiper-button-disabled {
    display: none;
  }

  .product-image__thumbs {
    margin-top: 0.9375rem;
    display: block;
    position: relative;
    padding: 0 2.1875rem;
  }

  .product-image__thumbs-content {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .product-image__thumbs .slick-slide {
    border: 1px solid transparent;
  }

  .product-image__thumbs .slick-current {
    border-color: #000;
  }

  .product-image__thumbs_list.swiper-wrapper {
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
  }

  .product-image__thumbs_list.swiper-wrapper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .product-image__thumbs_list.swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .product-image__thumbs_list.swiper-wrapper .pagination-item {
    width: 4.375rem;
    height: 4.375rem;
    display: inline-block;
    border-radius: 0;
    margin: 0 5px;
    border: 1px solid transparent;
    cursor: pointer;
  }

  .product-image__thumbs_list.swiper-wrapper .pagination-item.swiper-pagination-bullet {
    margin: 0;
  }

  .product-image__thumbs_list.swiper-wrapper .pagination-item.swiper-pagination-bullet-active {
    border: 1px solid #000;
  }

  .product-image__thumbs_list.swiper-wrapper .pagination-item img {
    border: 1px solid rgba(1, 1, 1, 0);
    max-width: 100%;
    max-height: 100%;
  }

  .product-image__thumbs_btn.sep-font {
    width: 1.25rem;
    top: 50%;
    margin-top: -1.5625rem;
    outline: 0;
    height: 3.125rem;
    text-align: center;
    line-height: 3.125rem;
    background: #212121;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    z-index: 1;
    position: absolute;
  }

  .product-image__thumbs_btn.slick-disabled {
    background-color: #d6d6d6;
    pointer-events: none;
  }

  .product-image__thumbs_btn:hover {
    background: #000;
    opacity: 0.7;
  }

  .product-image__thumbs_btn:active {
    background: #000;
    opacity: 1;
  }

  .product-image__thumbs_btn.swiper-button-prev {
    left: 0;
    outline: none;
  }

  .product-image__thumbs_btn.swiper-button-next {
    right: 0;
    outline: none;
    background-image: unset !important;
  }

  html[dir='rtl'] .product-image__thumbs_list.swiper-wrapper .pagination-item {
    margin: 0 0 0 0.625rem;
  }

  .product-info {
    padding-top: 0;
    padding-left: 2.625rem;
  }

  .product-info__btn {
    display: flex;
    justify-content: space-between;
    clear: both;
    width: 100%;
  }

  .product-info__btn_2 .btn {
    width: 48%;
  }

  .product-info .product-info__desc-tab-content {
    flex-basis: 100%;
    border-bottom-width: 0;
    transition: none;
  }

  .properties {
    display: flex;
    flex-wrap: wrap;
  }

  .properties-item {
    width: 35%;
    margin-right: -1px;
    box-sizing: border-box;
    border: 1px #ddd solid;
    background-color: #eee;
    padding: 8px 0 8px 8px;
    overflow: hidden;
  }

  .properties-item-v {
    width: 65%;
    background-color: transparent;
  }

  .product-info .product-info__desc-tab.bottom .product-info__desc-tab-cb:checked+.product-info__desc-tab-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background-color: #000;
    z-index: 2;
    transform: none;
    top: auto;
    border: none;
    width: 100%;
  }

  .product-info .product-info__desc-tab-cb:checked+.product-info__desc-tab-header+.product-info__desc-tab-content,
  .product-info .product-info__desc-tab-cb:last-of-type:not(:checked)~.product-info__desc-tab-header {
    border-bottom: 1px solid #ddd;
  }

  .product-info__desc-tab-cb:checked+.product-info__desc-tab-header {
    color: #000 !important;
  }

  .product-info__desc-tab.bottom .product-info__desc-tab-header {
    width: auto;
    border-top-width: 0;
    padding: 0;
    margin-right: 2.125rem;
    height: 34px;
    line-height: 1;
  }

  .product-info__desc-tab.bottom .product-info__desc-tab-header .sep-font {
    display: none;
  }

  .product-info__desc-tab.bottom .product-info__desc-tab-content {
    order: 1000;
    flex-basis: 100%;
    border-bottom-width: 0;
    transition: none;
  }

  .product-info__desc-tab.bottom .product-info__desc-tab-cb:checked+.product-info__desc-tab-header::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 5px;
    background-color: #000;
    z-index: 2;
    transform: none;
    top: auto;
    border: none;
    width: 100%;
  }

  .product-info__desc-tab.bottom .product-info__desc-tab-cb:checked+.product-info__desc-tab-header+.product-info__desc-tab-content {
    border-top: 1px solid #ddd;
  }
}

/* quick view modal */
.product-info__body {
  width: 100%;
}

.product-select-modal {
  display: flex;
  flex-wrap: nowrap;
  padding: 40px 30px;
  box-shadow: 0px 0px 9px 0px #737373;
}

.product-select-modal .product-detail {
  width: 815px;
  padding: 0;
}

.product-select-modal .product-detail>.row {
  margin: 0;
}

@media (min-width: 768px) {
  .product-select-modal .product-detail {
    width: 815px;
    padding: 0;
  }

  .product-select-modal .product-detail>.row {
    margin: 0;
  }
}

.product-select-modal .product-info {
  width: 45%;
  flex: 0 0 auto;
  padding: 0 0 0 1.5rem;
}

.product-select-modal .product-info__variants_value {
  min-height: 26px;
  line-height: 24px;
}

.product-select-modal .product-info__qty_btn {
  width: 1.5rem;
}

.product-select-modal .product-image {
  width: 55%;
  max-width: 55%;
  height: 100%;
  flex: 0 0 auto;
  padding: 0;
}

.product-select-modal .product-image .product-image__thumbs {
  padding: 0 1.6875rem;
}

@media (max-width: 767.98px) {
  .product-select-modal {
    padding: 0;
    display: block;
  }

  .product-select-modal .product-detail {
    width: auto;
  }

  .product-select-modal .product-info {
    width: 100%;
    padding: 0;
  }

  .product-select-modal .product-info__header_title, .product-select-modal .product-info__header_brief, .product-select-modal .product-info__url {
    display: none;
  }

  .product-select-modal .product-info__header_price-wrapper-left {
    margin-left: 6.5625rem;
    margin-top: 0.625rem;
  }

  .product-select-modal .product-info__header_compare-at-price {
    width: 100%;
  }

  .product-select-modal .product-info__header_price-wrapper {
    padding-bottom: 0.625rem;
  }

  .product-select-modal .product-info__body {
    padding: 0.9375rem;
    max-height: 50vh;
    overflow: auto;
  }

  .product-select-modal .product-image {
    position: absolute;
    top: -20px;
    left: 0.9375rem;
    z-index: 2;
    width: 4.6875rem;
    height: 4.6875rem;
    bottom: 2.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
  }

  .product-select-modal .product-image .product-image__swiper_bullets {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .product-select-modal {
    padding: 0;
    display: block;
  }

  .product-select-modal .product-detail {
    width: auto;
  }

  .product-select-modal .product-info {
    width: 100%;
    padding: 0;
  }

  .product-select-modal .product-info__header_title, .product-select-modal .product-info__header_brief, .product-select-modal .product-info__url {
    display: none;
  }

  .product-select-modal .product-info__header_price-wrapper-left {
    margin-left: 6.5625rem;
    margin-top: 0.625rem;
  }

  .product-select-modal .product-info__header_compare-at-price {
    width: 100%;
  }

  .product-select-modal .product-info__header_price-wrapper {
    padding-bottom: 0.625rem;
  }

  .product-select-modal .product-info__body {
    padding: 0.9375rem;
    max-height: 50vh;
    overflow: auto;
  }

  .product-select-modal .product-image {
    position: absolute;
    top: -20px;
    left: 0.9375rem;
    z-index: 2;
    width: 4.6875rem;
    height: 4.6875rem;
    bottom: 2.1875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
  }

  .product-select-modal .product-image .product-image__swiper_bullets {
    display: none;
  }
}

#product-select-modal .modal-dialog {
  max-width: 875px;
}

@media (max-width: 767.98px) {
  #product-select-modal .modal-dialog {
    max-width: none;
    margin: 0;
    min-height: auto;
  }

  #product-select-modal .modal-dialog .modal-content {
    position: fixed;
    bottom: 0;
  }

  #product-select-modal .modal-dialog .modal-content .product-info__btn button:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .relative_product {
    padding-right: 0;
    padding-left: 0;
  }
}

.relative_product__content {
  margin: 0 -12px;
  clear: both;
}

@media (max-width: 767.98px) {
  .relative_product__content {
    margin: 0 -7.5px;
  }
}

.relative_product__change {
  float: right;
  right: 0;
  font-size: 12px;
  color: #666;
  text-decoration: underline;
  margin-bottom: 10px;
  cursor: pointer;
}

.relative_product__title {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 56px;
  margin-top: 68px;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .relative_product__title {
    font-size: 18px;
    margin-bottom: 28px;
    margin-top: 28px;
  }
}

html[dir='rtl'] .relative_product__change {
  left: 0;
  right: unset;
  float: left;
}

.product-info__social-sharing {
  margin-top: 30px;
  white-space: nowrap;
}

.product-info__social-sharing .share-facebook,
.product-info__social-sharing .share-twitter,
.product-info__social-sharing .share-pinterest {
  display: inline-flex;
  align-items: center;
  width: 33.33%;
}

.product-info__social-sharing .share-facebook i,
.product-info__social-sharing .share-twitter i,
.product-info__social-sharing .share-pinterest i {
  font-size: 28px;
  margin-right: 15px;
}

.product-info__social-sharing .share-facebook span,
.product-info__social-sharing .share-twitter span,
.product-info__social-sharing .share-pinterest span {
  display: inline-block;
  font-size: 14px;
}

.product-info__social-sharing .share-pinterest span {
  margin-right: 0;
}

html[dir='rtl'] .product-info__header_off-ratio::before {
  content: '';
  display: block;
  position: absolute;
  height: 1rem;
  width: 2px;
  background: #000;
  right: -0.25rem;
  top: 50%;
  margin-top: -0.5rem;
}

@media (max-width: 767.98px) {
  html[dir='rtl'] .product-info__header_price-wrapper-left {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  html[dir='rtl'] .product-info {
    padding-left: 0;
    padding-right: 1.5rem;
  }
}

html[dir='rtl'] .product-info__variants_value {
  margin-right: 0;
  margin-left: 0.625rem;
}

/* product detail ends */
@media (min-width: 768px) {
  .product-info__label_tabs {
    display: none;
  }

  .product-info__desc-tab {
    margin-top: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .product-info__label_tabs {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 15px;
  }

  ::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
  }

  .product-info__label_tabs .product-info__desc-tab-header {
    word-break: keep-all;
    white-space: nowrap;
    width: unset;
    border-top: none !important;
    border-bottom: 5px solid transparent;
  }

  .product-info__label_tabs .product-info__label_tabs_checked {
    border-bottom: 5px solid #000;
    color: #000 !important;
  }

  .product-info__desc-tab>.product-info__desc-tab-header {
    display: none;
  }

  .product-info__desc-tab-content {
    border-bottom: none !important;
  }

  .properties-item {
    width: 35%;
    margin-right: -1px;
    box-sizing: border-box;
    border: 1px #ddd solid;
    background-color: #eee;
    padding: 8px 0 8px 8px;
    overflow: hidden;
  }

  .properties-item-v {
    width: 65%;
    background-color: transparent;
  }

  .properties {
    display: flex;
    flex-wrap: wrap;
  }
}

#product-select-modal .product-info__additional {
  display: none;
}

@media (max-width: 767.98px) {

  #product-select-modal .product-info__additional,
  #product-select-modal .sep-loaded-slider__button,
  #product-select-modal .product-image__swiper_bullets {
    display: none;
  }

  #product-select-modal .product-image .position-relative,
  #product-select-modal .product-slider {
    width: 100%;
    height: 100%;
  }

  #product-select-modal .product-info__variants {
    margin-top: 0;
  }
}

@keyframes pploading {
  0% {
    background-position: 0% 0;
  }

  50% {
    background-position: 100% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.placeholder-paypal-express-button-container {
  display: block;
  height: 50px;
  width: 100%;
  background-image: linear-gradient(to left, #e6e6e6 0%, #cdcdcd 50%, #e6e6e6 100%);
  animation: 3s linear 0s infinite normal forwards running pploading;
  background-size: 200% 100%;
  border-radius: 4px;
  margin-top: 16px;
}

.ratings-list {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  padding: 0;
  margin: 0;
  list-style: none;
}

.prod-review-summary {
  text-decoration: none;
  color: rgb(51, 51, 51);

}

.prod-review-summary:hover,
.prod-review-summary:visited {
  color: rgb(51, 51, 51);
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .prod-review-summary {
    margin-bottom: 10px;
  }
  .product-info__header_price-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.ratings-list .icon {
  width: 19px;
  height: 16px;
  fill: #001952;
}

.ratings-item .icon-banxingxing-bian,
.ratings-item .icon-xingxing-bian,
.ratings-item .icon-xingxing {
  color: #ffb400;
}


.reviews .title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  letter-spacing: 0.015625rem;
  border-bottom: 1px solid rgb(51, 51, 51);
  box-sizing: border-box;
}

.search-container {
  font-size: 13px;
  color: #333;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
}

.search-container::after {
  display: block;
  content: "";
  clear: both;
}

.summary-bar {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ccc;
}

.summary-bar .ratings-list .icon {
  width: 12px;
  height: 12px;
  fill: #333;
}

.summary-bar>span {
  line-height: 30px;
}

.summary-bar .rating {
  padding: 0 10px;
  font-size: 14px;
  color: #666;
  border-right: 1px solid #ccc;
}

.summary-bar .count {
  margin: 6px 0;
  padding: 0 10px;
  font-size: 14px;
  color: #005891;
}

.search-bar {
  width: 50%;
  padding: 0 10px;
  float: left;
  box-sizing: border-box;
}

.search-bar input {
  width: 83.5%;
  margin: 10px 0;
  padding: 0.5em 32px 0.5em 10px;
  line-height: 16px;
  font-size: 14px;
  border-radius: 0.25em 0 0 0.25em;
  border: 1px solid;
  border-color: #757575;
  background: #fff;
  box-sizing: border-box;
  outline: none;
}

.search-bar button {
  width: 16.5%;
  height: 32px;
  margin: 10px 0;
  padding: 8px 14px;
  float: right;
  border: none;
  background-color: #757575;
  box-sizing: border-box;
  cursor: pointer;
}

.search-bar button .icon {
  fill: white;
  font-weight: bold;
}

.product-stats {
  width: 50%;
  max-width: 480px;
  float: right;
  display: flex;
  align-items: center;
}

.product-stats>li {
  width: 33.33333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d0d0d0;
}

.product-stats>li:last-child {
  border-right: none;
}

.product-stats>li a {
  padding: 8px 10px;
  color: #666;
  text-align: center;
  text-decoration: none;
}

.product-stats>li a .count {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  color: #333;
}

.product-stats>li a .title {
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  color: #005891;
  line-height: 17px;
  font-size: 14px;
  font-weight: unset;
  letter-spacing: 0;
  border-bottom: none;
  text-decoration: underline;
}

.reviews-content .header .action-bar {
  margin: 0;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(204, 204, 204);
  margin-bottom: 2%;
}



.reviews-content .header .action-bar h2 {
  /* font-size: 14px;
  font-weight: normal; */
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .reviews-content .header .action-bar {
    margin: 0 ;
    padding: 0 1rem 10px;
  }
  .reviews-content .header .action-bar h2 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
}

.reviews-content .header .action-bar button {
  padding: 0.5em 1em;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  border: none;
  background-color: #001952;
  cursor: pointer;
}

.reviews-content .header .section-summary {
  /*margin: 0 10px;*/
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.list-reviews-content { padding: 0; margin: 0;}

@media screen and (max-width: 768px) {
  .reviews-content .header .section-summary {
    padding: 20px .5rem;
  }
  .list-reviews-content {
    padding: 0 1rem;
  }
}


.reviews-content .header .section-summary .left,
.reviews-content .header .section-summary .right {
  width: 50%;
}

.reviews-content .header .section-summary .left h3,
.reviews-content .header .section-summary .right h3 {
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.reviews-content .header .section-summary .left>p {
  margin: 0 5px 5px;
  padding: 0 5px 5px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

.header .left .flex-container-column {
  width: 62%;
  min-width: 200px;
  margin: 10px 10px 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .header .left .flex-container-column {
    width: 100%;
  }
}

.header .left .star-container {
  margin: 3px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .left .star-container .ratings-star {
  padding: 5px 3px;
  display: flex;
  font-size: 14px;
  letter-spacing: .2em;
  color: #666;
}

.header .left .star-container .ratings-bar {
  width: 90%;
  padding: 0 10px 0;
  font-size: 14px;
  color: #666;
}

.header .left .star-container .secondary-ratings-container {
  position: relative;
  height: 10px;
  display: block;
  border-radius: 2px;
  background-color: #ccc;
}

.header .left .star-container .stats-width {
  width: 73%;
  height: 10px;
  display: block;
  border-radius: 2px;
  background-color: #ffb400;
}

.header .left .star-container .ratings-score {
  width: 20%;
  font-size: 14px;
  text-align: center;
  color: #666;
}

.header .right .average-ratings {
  margin: 10px 10px 20px;
  line-height: 23px;
  display: flex;
  align-items: baseline;
  height: 23px;
}

.header .right .average-ratings .ratings-list {
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.header .right .average-ratings .ratings-list .icon {
  width: 12px;
  height: 12px;
  fill: #333;
}

.header .right .average-ratings .rating-summary {
  font-size: 14px;
  color: #666;
}

.header .right .average-ratings .rating-stars {
  width: 144px;
  padding-left: 20px;
}

.header .right .average-ratings .score {
  /* padding-left: 25px; */
  font-size: 14px;
  color: #666;
}

.header .control-bar {
  margin-right: 10px;
  /* margin-left: 10px; */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 22px;
  color: #333;
  font-size: 14px;
  background: #f7f7f7;
}

.header .control-bar .control-bar-count {
  padding: 10px;
  flex: 1;
  float: left;
  font-size: 16px;
}

.footer .control-bar {
  justify-content: space-between;
  display: flex;
  background-color: #f7f7f7;
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
}

.footer-pagaintion .next,
.footer-pagaintion .prev {
  cursor: pointer;
  /* border: 1px solid #7f7f7f; */
  padding: 5px;
}
.footer-pagaintion .prev {
  margin-right: 10px;
  transform: rotate(180deg);
  display: inline-block;
}
.footer-pagaintion .prev.disabled,
.footer-pagaintion .next.disabled {
  /* background-color: rgb(204 204 204 / 80%); */
  color: #757575ab;
}
.header .control-bar-sort {
  /* float: right; */
  position: relative;
  margin-right: 10px;
  user-select: none;
}

.control-bar-sort .current-sort {
  cursor: pointer;
}

.control-bar-sort i {
  line-height: 25px;
}

.control-bar-sort .sort-options {
  position: absolute;
  right: 0;
  top: 32px;
  display: none;
  padding-left: 0;
  width: 200px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  list-style: none;
}

.sort-options li {
  padding: 8px;
  cursor: pointer;
}

.sort-options li.selected, .sort-options li:hover {
  background-color: #f7f7f7;
}

.error-label {
  display: none;
  color: red;
}
.error-label.error {
  display: block;
}

.header .control-bar-sort select {
  border: none;
  outline: none;
  background: #f7f7f7;
}

.header .expand-filter-button {
  width: 36px;
  height: 32px;
  margin: 4px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  background-color: #ededed;
  cursor: pointer;
}

.header .expand-filter-button .icon {
  width: 14px;
  height: 14px;
}

.reviews-content .content-filter {
  display: none;
}

.reviews-content .content-filter .filter-select {
  margin: 10px;
  padding: 15px 10px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}

.reviews-content .content-filter .active-filters {
  margin-bottom: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 10px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  background: #f7f7f7;
}

.reviews-content .content-filter .active-filters h4 {
  margin-bottom: 5px;
}

.reviews-content .content-filter .active-filters .filters-list {
  display: flex;
  align-items: flex-start;
}

.reviews-content .content-filter .active-filters .filters-list .tag-item {
  padding: 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  border: none;
  background-color: #001952;
  cursor: pointer;
}

.active-filters .filters-list .tag-item span:last-child {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  line-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  color: #333;
  background: #fff;
}

.active-filters .filters-list .tag-item span:last-child .icon {
  width: 8px;
  height: 8px;
}

.reviews-content .content-filter .active-filters .filters-list .filters-clear-btn {
  padding: 0.5em 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 19px;
  color: #333;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
}

.active-filters .filters-list .filters-clear-btn span:last-child {
  width: 10px;
  height: 10px;
  margin-left: 5px;
  line-height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: #333;
}

.active-filters .filters-list .filters-clear-btn span:last-child .icon {
  width: 8px;
  height: 8px;
}
.list-reviews-content .content-item {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid rgb(204, 204, 204);
  margin-bottom: 1%;
  padding-bottom: 1%;
}

.list-reviews-content .content-item .content-header {
  margin: 2px 0;
  padding: 10px 0;
  display: flex;
  align-items: baseline;
}

.list-reviews-content .content-item .content-header .ratings-list {
  margin-right: 0.3em;
}

.list-reviews-content .content-item .content-header .ratings-list .icon {
  width: 12px;
  height: 12px;
  fill: #333;
}

.list-reviews-content .content-item .content-header .author {
  margin-right: 0.3em;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  color: #333;
}

.list-reviews-content .content-item .content-header .datetime {
  font-size: 13px;
  line-height: 18px;
  color: #666;
  line-height: 175%;
}

.list-reviews-content .content-item>h3 {
  margin-bottom: 0.25em;
  padding: 10px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #333;
}

.list-reviews-content .content-item .content-summary {
  margin-bottom: 1em;
  padding: 10px 0;
  outline: none;
  resize: none;
  border: 0 none;
  height: 50px;
  background-color: #fff;
  font-family: PetcoCircularTT-Regular, arial;
 line-height: 1.2;
 font-size: 1em;
}
.list-reviews-content .content-item .content-summarytext {
  word-wrap: break-word;
  margin-bottom: 1em;
}

.list-reviews-content .content-item .recommend {
  margin-bottom: 1.25em;
  padding: 10px;
  display: flex;
  align-items: center;
}

.list-reviews-content .content-item .recommend .label {
  margin-right: 5px;
  line-height: 1.7em;
  font-weight: 700;
}

.list-reviews-content .content-item .feedback {
  display: flex;
  align-items: center;
}

.list-reviews-content .content-item .feedback .request {
  padding: 2px 10px;
  color: #666;
}

.list-reviews-content .content-item .feedback .feedback-yes,
.list-reviews-content .content-item .feedback .feedback-no {
  margin-right: 5px;
  padding: 2px 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.5px;
  color: #333;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.reviews-content .footer {
  margin-bottom: 0.25em;
  /* padding: 20px; */
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  color: #333;
}

.reviews .questions h2 {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.questions-form {
  position: relative;
  display: none;
}

.reviews .questions .questions-expand-btn {
  margin: 0 10px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #009cd9;
  text-decoration: underline;
  cursor: pointer;
}

.questions-form .close-questions {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 14px;
  background-color: #767676;
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
}

.questions-form .required-text {
  margin-bottom: 1em;
  padding: 0 20px;
  display: block;
  font-size: .9em;
  color: #333;
}

.questions-form .item {
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  border-top: 1px solid #ddd;
  background-color: #f7f7f7;
  box-sizing: border-box;
}

.questions-form .item label {
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.questions-form .item label .name {
  padding-right: 0.5em;
}

.questions-form .item label .hint {
  font-size: 14px;
  color: #666;
}

.questions-form .item textarea {
  width: calc(100% - 40px);
  height: 90px;
  margin: 10px 20px;
  padding: 0.5em 1em;
  line-height: 1.5em;
  display: inline-block;
  color: #666;
  border-radius: 0.25em;
  border-color: #757575;
  box-sizing: border-box;
  outline: none;
}

.questions-form .item input {
  width: calc(100% - 40px);
  margin: 10px 20px;
  line-height: 1.2em;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  border: 1px solid#757575;
  box-sizing: border-box;
  outline: none;
}

.questions-form .item input[type="checkbox"] {
  width: 1.25em;
  height: 1.4em;
  margin: 0 0.25em 0 0;
  padding: 0;
  display: inline-block;
  font-size: 15px;
  line-height: 1em;
  border-radius: 0.25em;
  cursor: pointer;
}

.questions-form .item>span {
  margin-top: 5px;
  margin-bottom: 1em;
  padding: 0 20px;
  display: block;
  font-size: .76em;
  color: #333;
}

.questions-form .item>button {
  margin-left: 20px;
  padding: 0.5em 1em;
  line-height: 19px;
  border: none;
  color: #fff;
  font-size: 13px;
  background-color: #001952;
  cursor: pointer;
}

.review_img img {
  width: 11%;
  /* height: 130px; */
  margin-right: 1%;
  cursor: pointer;
}

.coment-con {
  padding: 16px;
  color: #333;
  font-size: 14px;
  line-height: 21px;
  font-family: Muli-Light, sans-serif!important;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 32px;
  overflow: hidden;
  padding: 0 20px;
  display: none;
}

.coment-title {
  border-bottom: 1px solid #f7f7f7;
  color: #333;
  font-size: 18px;
  height: 63px;
  line-height: 63px;
  padding: 0 8px;
  position: relative;
  font-family: Muli-Bold, sans-serif!important;
  -webkit-font-smoothing: antialiased;
}

.coment-title i {
  color: #333;
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  position: absolute;
  right: 0;
  top: 20px;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}

.coment-con .form-wrap {
  padding: 30px 40px;
}

.coment-con .form-wrap .form-item {
  margin-bottom: 20px;
}

.form-label {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 12px;
  vertical-align: text-bottom;
}

.c-muli-semibold {
  font-family: Muli-SemiBold,sans-serif !important;
  -webkit-font-smoothing: antialiased;
}

.c-uploader {
  display: inline-block;
  width: 100%;
}

.c-btn {
  display: block;
  margin-top: 34px;
  width: 216px;
  height: 44px;
  color: #fff;
  border: 1px solid #000;
  background: #000;
  transform-origin: left center;
  transform: scale(1,1);
  transition: transform .45s cubic-bezier(.785,.135,.15,.86);
  cursor: pointer
}

.coment-con .form-wrap .form-item .form-title {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-right: 6px;
  vertical-align: text-bottom;
  font-family: Muli-SemiBold, sans-serif!important;
  -webkit-font-smoothing: antialiased;
}

.radiogroup {
  margin-bottom: 14px;
  display: inline-flex;
}

.coment-con .form-wrap .form-item .form-title.required::before {
  color: #e61717;
  content: "*";
}

.c-rate-item {
  position: relative;
}

.iconfont2.icon-xingxing {
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: iconfont2, sans-serif!important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  display: block;
  width: 1em;
  line-height: 1em;
}
.ratings-item .icon-banxingxing-bian,
.ratings-item .icon-xingxing-bian,
.ratings-item .icon-xingxing {
  color: #ffb400;
}
.c-rate-item .iconfont2.icon-xingxing {
  font-size: 16px;
  color: #ffb400;
}

.icon-xingxing::before {
  content: '\e6f7';
}

.icon-xingxing.half::before {
  content: '\e6f9';
}

.coment-con .form-wrap .form-item .form-title {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-right: 6px;
  vertical-align: text-bottom;
  font-family: Muli-SemiBold, sans-serif!important;
  -webkit-font-smoothing: antialiased;
}

.coment-con .form-wrap .form-item .input-nav {
  margin-top: 4px;
}

.coment-con .form-wrap .form-item .input-nav textarea {
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  background: #fff;
  transition: border .1s;
  color: #333;
  cursor: text;
  padding: 12px;
  cursor: inherit;
  font-family: Muli-Light, sans-serif!important;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  width: 100%;
  resize: none;
}

.coment-con .form-wrap .form-item .form-title {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-right: 6px;
  vertical-align: text-bottom;
  font-family: Muli-SemiBold, sans-serif!important;
  -webkit-font-smoothing: antialiased;
}

.c-uploader__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.c-uploader__input-wrapper {
  position: relative;
}

.uploader-wrapper {
  border: 1px solid #d8d8d8;
  text-align: center;
}

.upload-img-delete{
  position: absolute;
  z-index: 11;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: rgba(0,0,0,.6);
  padding: 2px 4px;
  color: #fff;
  font-size: 12px;
}
.upload-img-delete:hover {
  background-color: rgba(0,0,0,1);
}

.file-upload-img{
   position: absolute;
 top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 10;
}

@media screen and (max-width: 1089px) {
  .prod-wrapper {
    flex-direction: column;
  }

  .img-wrapper .swiper-container {
    flex: 1;
  }

  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .img-wrapper .swiper-wrapper img {
    width: 636px;
  }

  .sku-form {
    max-width: unset;
    -webkit-tap-highlight-color: transparent;
  }

  .pord-details {
    height: auto;
  }

  .tab-list {
    flex-direction: column;
    border-top: none;
    border-bottom: none;
  }

  .tab-list>li {
    border-top: 1px solid rgb(204, 204, 204);
  }

  .tab-list>li:last-child {
    border-bottom: 1px solid rgb(204, 204, 204);
    -webkit-tap-highlight-color: transparent;
  }

  .tab-list .active {
    border-bottom: none;
  }

  .tab-list li:first-child button .expand {
    display: block;
  }
  .tab-list li:first-child button .close {
    display: none;
  }

  .tab-list>li button .expand {
    display: block;
  }

  .tab-list .details .content,
  .sku .content {
    position: unset;
    display: none;
  }

  .tab-list .details.active .content {
    display: none;
  }

  .details .show-more-btn {
    display: none !important;
  }

  .details .details-container .placeholder {
    display: none;
  }

  .details .details-container {
    flex-direction: column;
  }

  .tab-list .details .content .show-more {
    height: auto;
  }

  /* .tab-list .details .content .show-more {
    height: unset;
  } */

  .details .specifications,
  .sku .sizing {
    margin-left: 0;
  }

  .sku .content {
    flex-direction: column;
  }

  .tab-list>li button {
    width: 100%;
    padding: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 25, 82);
    text-align: left;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
 .m-show-hidden {
  display: none;
 }
 .upload-img-wrapper {
  width: 136px;
  height: 136px;
  margin-right: 5px;
  border: 1px solid #d8d8d8;
  position: relative;
}
.review_img img {
    width: 11%;
    /* height: 130px; */
    margin-right: 1%;
}
.reviews {
  width: 100%;
  max-width: 90rem;
  margin: 3.125rem auto;
  padding: 0px;
  color: rgb(51, 51, 51);
  box-sizing: border-box;
}
}
@media screen and (min-width: 1089px) {
  .line {
    position: absolute;
    top: 54px;
    width: 100%;
    border-bottom: 1px solid rgb(204, 204, 204);;
  }
}

@media screen and (max-width: 768px) {
  .coment-con .form-wrap {
    padding: 15px 5px;
  }
  .coment-con .form-wrap input {
    margin: 20px auto;
  }
  .swiper-pagination {
    width: auto;
    transform: translateX(-50%);
    left: 50%;
    line-height: 20px;
    height: 20px;
    padding: 2px 10px 4px;
    font-size: 14px;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 5px;
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
  }

  .pattern {
    flex-direction: column-reverse;
  }
  .pattern div:last-child {
    margin-bottom: 10px;
  }
  .show-more-text {
    display: inline-block;
    padding-bottom: 16px;
  }

  .add-buy-btn {
    flex-direction: column;
  }

  .vert-thumb {
    display: none;
  }

  .img-wrapper {
    margin-bottom: 20px;
  }

  .tab-list .active button {
    border-bottom: 0 none;
  }

  .tab-list .details.active  button span {
    border-bottom: 0 none;
  }
  .tab-list .details button span {
    padding: 0;
  }

  .m-swiper-container {
    display: block;
  }

  .pc-swiper-container,
  .pc-swiper-container-thumbs {
    display: none;
  }

  .img-wrapper .swiper-container-thumbs {
    overflow: hidden;
  }
  .breadcrumbs {
    padding: 1.5rem 1rem 0.5rem 1rem;
    -webkit-tap-highlight-color: transparent;
  }
  .prod-name {
    padding: 0px 1rem 0.4rem;
  }
  .show-hidden {
    display: none;
  }
  .prod-name h1 {
    font-weight: 400;
    font-size: 0.9rem;
    font-family: none;
    margin-top: -15px;
  }
  .uploader-icon {
    height: 26px;
    width: 26px;
  }
  .uploader-wrapper {
    height: 106px;
    padding-top: 38px;
    width: 106px;
  }
  .upload-img-wrapper {
    width: 96px;
    height: 96px;
    margin-right: 5px;
    border: 1px solid #d8d8d8;
    position: relative;
  }
  .list-reviews-content .content-item .content-summary{
    height: auto;
  }
  .review_img img {
    width: 22%;
    /* height: 130px; */
    margin-right: 1%;
  }
  .reviews {
    width: 100%;
    max-width: 90rem;
    margin: -5px auto 0;
    padding: 0px;
    color: rgb(51, 51, 51);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 637px) {
  .pord-details {
    padding: 0;
    box-sizing: border-box;
  }

  .details .specifications,
  .sku .sizing,
  .sku .details-list {
    min-width: unset;
  }

  .recently-viewed {
    padding: 0px 1rem;
    box-sizing: border-box;
  }

  .summary-bar {
    padding: 10px;
  }

  .search-bar,
  .product-stats {
    width: 100%;
    max-width: 100%;
  }

  .reviews-content .header .section-summary {
    flex-direction: column;
  }

  .reviews-content .header .section-summary .left,
  .reviews-content .header .section-summary .right {
    width: 100%;
  }

  .header .control-bar {
    justify-content: center;
    flex-wrap: wrap;
  }

  .header .control-bar .control-bar-count {
    width: 100%;
    flex: none;
    text-align: center;
  }
}

@media (min-width: 769px){
  .uploader-wrapper {
      height: 136px;
      padding-top: 48px;
      width: 136px;
  }
  .uploader-icon {
    height: 40px;
    width: 40px;
  }
}

.c-uploader__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
  z-index: 999;
}

.coment-con .form-wrap .form-item .input-nav textarea {
  box-sizing: border-box;
  color: rgb(51, 51, 51);
  cursor: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  width: 100%;
  resize: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216);
  border-image: initial;
  background: rgb(255, 255, 255);
  transition: border 0.1s ease 0s;
  padding: 12px;
}

.coment-con .form-wrap .form-item .input-nav input {
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: rgb(51, 51, 51);
  font-family: Muli-Light, sans-serif !important;
  padding: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(216, 216, 216);
  border-image: initial;
}

.c-rate-item {
  cursor: pointer;
}

.review_btn {
  display: flex;
  gap: 0 2em ;
}
.review_btn .visited {
  color: #ccc;
}
.review_btn .helpful,
.review_btn .unhelpful {
  cursor: pointer;
}
.reviews-content .header {
  margin: 0;
  height: 100%;
}
