/* ???????? */
[data-variant-selected] {
  display: none;
}

.wrapper.auto-product {
  padding: 20px 25px;
}

/* bindsale */
.bs-swiper .bs-swiper-btn{
  background-color: #fff;
  color: var(--main-color);
  border:1px solid var(--main-color);
}

@media screen and (max-width: 767px) {
  .product-main .size-guide {
    margin-bottom: 20px;
  }
}
.size-table-btn .iconfont {
  color: rgb(51, 51, 51);
}

:root {
  --detail-tab-size: 20px;
  --detail-tab-height: 28px;
  --detail-tab-bottom: 12px;
  --detail-tab-right: 40px;
}
@media screen and (max-width: 1200px) {
  :root {
    --detail-tab-size: 16px;
    --detail-tab-height: 20px;
    --detail-tab-bottom: 10px;
    --detail-tab-right: 20px;
  }
}
/* ??? ?? End */
.product-details .crumbs {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.product-details .crumbs>span {
  margin: 0 4px;
  content: "/";
  color: var(--theme-font-color);
  font-size: 10px;
  line-height: 16px;
}

.product-main {
  margin-bottom: 80px;
  --detail-section-space: var(--section-space);
  --detail-info-space: 16px;
  --detail-product-name-size: 24px;
  --detail-product-name-weight:700;
  --detail-product-subtitle-size: 12px;
  --detail-product-subtitle-color:var(--theme-font-color-sub);
  --product-star-size: 16px;
  --detail-product-star-right:0;
  --detail-product-rate-bottom:0;
  --detail-product-reviews-left: 2px;
  --detail-product-price-size: 24px;
  --detail-product-price-color:var(--theme-font-color);
  --detail-original-price-font-size:12px;
  --detail-product-attr-label-size: 16px;
  --detail-product-attr-label-height: 18px;
  --detail-product-attr-label-bottom: 10px;
  --detail-product-attr-bottom: 20px;
  --detail-product-attr-select-height: 44px;
  --detail-product-attr-button-height: 36px;
  --detail-product-attr-v-space: 10px;
  --detail-product-attr-h-space: 10px;
  --detail-product-attr-min-width: 131px;
  --detail-product-qty-height: 48px;
  --detail-product-qty-bottom: 16px;
  --detail-product-add-height: 48px;
  --detail-product-qty-max-width:130px;
  --detail-product-qty-right:24px;
  --detail-product-add-size: 18px;
  --detail-product-add-right: 0;
  --detail-product-add-color: var(--theme-font-color);
  --detail-product-add-border: 1px solid #ddd;
  --detail-product-buy-width:100%;
  --detail-product-buy-bg-color:var(--main-bg-color-dark);
  --detail-paypal-bottom: 20px;
  --detail-share-box-bottom: 20px;
  --detail-product-thumbs-width:132px;
  --detail-share-item-size:16px;
  --detail-share-item-color:var(--theme-font-color);
  --detail-product-reviews-counts-size:12px;
  --detail-product-reviews-counts-color:var(--theme-font-color);
}
[data-section="reviews"]{
  --detail-review-bottom-btn-size:13px;
  --detail-reviews-score-bottom:16px;
  --detail-reviews-score-size:38px;
}
.prodetail-review-photos{
  --detail-reviews-stars-bottom:16px;
}

.product-images-btn{
  --arrow-btn-border:1px solid var(--theme-font-color);
  --arrow-btn-color:var(--theme-font-color);
}
@media screen and (min-width: 1000px){
  .productImages-wrapper {
      --product-images-wrapper-width: calc(100% - 162px);
    }
}
@media screen and (max-width: 1200px) {
  .product-main {
    margin-bottom: 30px;
    --detail-info-space: 14px;
    --detail-product-name-size: 16px;
    --detail-product-subtitle-size: 14px;
    --detail-product-del-price-size: 12px;
    --detail-product-attr-label-size: 14px;
    --detail-product-attr-label-height: 18px;
    --detail-product-attr-label-bottom: 8px;
    --detail-product-attr-bottom: 18px;
    --detail-product-attr-select-height: 40px;
    --detail-product-attr-min-width: calc(50% - var(--detail-product-attr-v-space));
    --detail-product-qty-height: 44px;
    --detail-product-qty-bottom: 10px;
    --detail-product-add-height: 44px;
    --detail-product-add-size: 15px;
   
  }
}
.product-main .main-left {
  align-items: flex-start;
  width: 67%;
  gap: 30px;
}
#productThumbs {
  max-height: 800px;
}
.swiper-zoom-container{
  position: absolute;
}

.product-images {
  flex: 1;
  height: 100%;
}

@media screen and (max-width: 767px) {
  #productImages .swiper-pagination {
    width: 70px;
    transform: translateX(-50%);
    left: 89%;
    height: 20px;
    padding: 2px 10px 4px;
    margin-bottom: 5px;
    line-height: 16px;
    font-size: 14px;
    box-sizing: border-box;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    pointer-events: none;
  }
}
.img_gutter{
  margin: 16px 0px;
}
.product-main .main-right {
  display: flex;
  flex-direction: column;
  width: 33%;
  padding: 0 0 0 60px ;
}

.product-main .product-price {
  justify-content: space-between;
}

.product-main .product-description {
  max-height: 67px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
.pd-keyword-content-more{
  margin: 5px 0;
  font-size: 14px;
  color: var(--main-color);
  cursor: pointer;
}
 .product-description.no-line-limit{
  max-height: initial;
 }
.pd-size-attr {
  position: relative;
}

.pd-quantity-add {
  display: flex;
  width: 100%;
}
.product-main .add-to-cart{
  flex: 1;
}
.choicereview-content-more{
  text-decoration: underline;
  font-size: 16px;
  color: var(--main-color);
  cursor: pointer;
  margin: 0 0 18px;
}
#paypal-button-container {
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .wrapper.auto-product {
    padding: 20px;
  }

  #paypal-button-container {
    margin-bottom: 10px;
  }

  .product-share-button {
    font-size: 16px;
  }

}
/* review */
.prodetail-review-header {
  margin-bottom: 40px;
  padding-top: 30px;
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  text-transform: uppercase;
}

.prodetail-review-photos,.prodetail-review-label {
  background-color: #fafafa;
}
.prodetail-review-label{
  font-size: 14px;
}
.prodetail-review-photos .wrapper {
  display: flex;
  flex-wrap: wrap;
  --wrapper-padding: 82px var(--side-padding) 32px;
}
.prodetail-review-filter{
  position: absolute;
  right: var(--side-padding);
  top: 16px;
  width: 218px;
  height: 36px;
}

.prodetail-review-label::before {
  color: var(--theme-border-color);
}

.prodetail-review-select-item:hover,.comment-filter-pc .right .c-select__option:hover {
  background-color: #f2f2f2;
}
#reviewPhotos {
  flex: 1;
  width: 100%;
}
#reviewPhotos .swiper-slide {
  position: relative;
  padding-bottom: calc(11.11% - 4.44px);
}

#reviewPhotos .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  font-size: 0;
}

#reviewPhotos .prev-btn,
#reviewPhotos .next-btn {
  --arrow-btn-width: 38px;
  --arrow-btn-height: 38px;
  --arrow-btn-size: 20px;
}

#reviewPhotos .prev-btn {
  --prev-btn-left: 0;
}

#reviewPhotos .next-btn {
  --next-btn-right: 0;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
  .prodetail-review-filter{
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .sticky-bottom {
    display: none;
  }
}

/* ??????????? End */
.tab-list .tab-item {
  --tab-description-label-icon-display:block;
  color: var(--theme-font-color);
  font-size: 16px;
  cursor: pointer;
}

.tab-item .tab-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 15px 0;
  font-size: inherit;
  font-weight: 400;
  border-top: 1px solid #f2f2f2;
}

/* ??Start */
[data-section="reviews"] {
  display: block;
  --detail-page-section-padding: 0 0;
}

.review-left-header {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  color: var(--theme-font-color);
}


.review-right {
  flex: 1;
}

.review-summary {
  margin-right: 60px;
}

.summary-left {
  --detail-summary-left-align-items: flex-start;
}

.review-summary .product-stars li {
  --product-star-size: 20px;
}

.show-review {
  position: absolute;
  right: 0;
  padding: 0 20px;
  font-weight: 700;
}
.no-review .show-review {
  position: static;
}

.review-header .button-box {
  display: flex;
  position: relative;
  width: 100%;
  margin: 14px 0;
}


.review-right .review-header {
  flex-direction: column;
  margin-bottom: 18px;
  --detail-reviews-header-bottom: 0;
  --detail-reviews-header-border: 0;
  color: var(--theme-font-color);
}

.reviews-container {
  padding-top: 32px;
  background-color: #f6f6f6;
}

.review-list {
  --wrapper-padding: 0;
  background-color: #fff;
  max-width: calc(var(--max-width) - var(--side-padding) * 2);
}

.review-header .header-right {
  display: flex;
  align-items: center;
}

.review-header .header-right label {
  margin-right: 16px;
  font-size: 16px;
  font-weight: 400;
}

.review-list .review-item {
  --detail-review-item-padding: 32px;
  --detail-review-item-border-bottom: 24px solid #f6f6f6;
}

.review-origin {
  position: relative;
  display: flex;
  align-items: center;

}

.review-origin-avatar {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  line-height: 60px;
  font-size: 36px;
  text-align: center;
  border-radius: 50%;
  background: #f2f2f2;
  color: #999;
}

.review-origin-time {
  position: absolute;
  right: 0;
  top: 49%;
  color: #999;
  font-size: 12px;
}

.review-content {
--detail-review-content-margin:0 0 16px 0;
}

.review-comments{
  position: absolute;
  right: 32px;
  padding:0 4px;
  border: 1px solid var(--theme-border-color);
}
.reviews-container .button-box{
  text-align: center;
}
.more-reviews{
--detail-more-reviews-margin:0 0 20px;
}
@media screen and (max-width: 1200px){
  #reviewPhotos .swiper-slide{
    padding-bottom:20%;
    
  }
}
@media screen and (max-width: 767px) {
  #reviewPhotos{
    width: 100%;
  }
  .review-origin-avatar {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    line-height: 40px;
    font-size: 18px;
  }

  .prodetail-review-header {
    padding-top: 4px;
    font-size: 18px;
  }

  .reviews-container {
    padding-top: 8px;
  }

  .review-list .review-item {
    --detail-review-item-padding: 20px;
    border-width: 8px;
  }

  .review-left-header {
    margin-bottom: 20px;
  }

  #reviewPhotos .swiper-slide {
    padding-bottom: calc(33.33333333% - 5.33333333px)
  }


  /* ???? */
  .msak {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.5;
    z-index: 300;
  }

  .sort-pop {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 301;
    -webkit-box-shadow: 0 -2px 10px rgb(54 54 54 / 20%);
    box-shadow: 0 -2px 10px #36363633;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .4s cubic-bezier(.645, .045, .355, 1);
    transition: all .4s cubic-bezier(.645, .045, .355, 1);
    background: white;
    visibility: hidden;
  }

  .comment-filter-btns-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 16px 0 20px;
    width: 100%;
  }

  .comment-filter-btns-m .comment-filter-btn {
    margin-top: 10px;
  }

  .comment-filter-btns-m .comment-filter-btn .c-muli-bold {
    font-size: 14px;
    margin: 0 4px;
  }

  .comment-filter-btn .iconfont {
    color: var(--theme-font-color);
    font-size: 16px;
    height: 16px;
    line-height: 18px;
    vertical-align: text-top;
  }

  .comment-filter-btn .icon-down {
    font-size: 12px;
  }

  .sort-pop.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
  }

  .sort-pop .sort-pop-header {
    position: relative;
    padding: 13px 20px;
    border-bottom: 1px solid rgba(227, 227, 227, .4);
    text-align: center;
  }

  .sort-pop .sort-pop-header i {
    position: absolute;
    left: 20px;
    top: calc(50% - 8px);
    font-size: 12px;
    color: var(--theme-font-color);
  }

  .sort-pop .sort-pop-header .sort-pop-title {
    letter-spacing: 1px !important;
    font-family: Muli-Bold !important;
    font-size: 15px;
    font-weight: 400;
  }

  .sort-pop .sort-pop-list {
    max-height: 385px;
    padding: 18px 0;
  }

  .sort-pop .sort-pop-list button {
    color: #666;
    letter-spacing: 1px !important;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
  }

  .m-collect {
    display: none;
    position: fixed;
    width: 80%;
    max-width: 316px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 301;
    background: white;
    overflow-y: auto;
  }

  .m-collect .m-collect-con {
    height: calc(100vh - 164px);
    overflow-y: auto;
    padding: 8px;
  }

  .m-collect .m-collect-con .m-collect-item {
    display: inline-block;
    background-color: #f2f2f2;
    font-family: Muli-Light, sans-serif;
    color: #333;
    padding: 10px;
    margin: 5px;
    width: 45%;
  }

  .m-collect .m-collect-con .m-collect-item.checked {
    background-color: #e8f5fd;
    color: #1ea0f0;
    font-family: Muli-Bold, sans-serif;
  }

  .m-collect .m-collect-con .c-option-point {
    font-size: 12px;
    vertical-align: baseline;
  }

  .m-collect .radiogroup .c-rate-item .c-icon--star_full {
    font-size: 16px;
  }

  .m-collect .m-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 68px;
    position: relative;
    -webkit-box-shadow: 0 -1px rgb(227 227 227 / 60%) inset;
    box-shadow: 0 -1px #e3e3e399 inset;
  }

  .m-collect .m-title .m-title-name {
    letter-spacing: 1px !important;
    font-family: Muli-Bold !important;
    font-size: 16px;
  }

  .m-collect .m-title i.iconfont {
    right: 18px;
    position: absolute;
    font-size: 13px;
  }

  .m-collect-apply {
    padding: 24px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 -1px #e3e3e3;
    box-shadow: 0 -1px #e3e3e3;
  }

  .m-collect-apply button {
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    background-color: transparent;
    -webkit-transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    font-family: Muli-Bold !important;
    letter-spacing: 1px !important;
    color: #fff;
    border-color: #000;
    width: 100%;
  }

  .m-collect-apply button::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    z-index: -1;
    -webkit-transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86);
    transition: transform .45s cubic-bezier(.785, .135, .15, .86), -webkit-transform .45s cubic-bezier(.785, .135, .15, .86);
    background-color: #000;
  }

  .m-collect-apply button:hover {
    color: #000;
    background-color: transparent;
  }

  .m-collect-apply button:hover:before {
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    transform: scaleX(0);
  }

  .m-collect .m-title i.iconfont {
    right: 30px;
  }
}

/* ??End */
.product-thumbs swiper-slide-thumb-active {
  --detail-thumbs-slide-active-bordercolor: var(--main-bg-color-dark);
}

@media screen and (max-width: 1200px){
  .product-main .main-left{
    width: 50%;
  }
  #productThumbs{
    max-height: 550px;
  }
  .product-main .main-right{
    width: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .product-main .main-right{
    padding-left: 30px;
  }
  .product-main .main-left {
    gap: 20px;
  }
   #productThumbs{
    max-height: 470px;
  }
 .product-thumbs{
    width: 100px;
  }
    .product-thumbs .swiper-slide{
    max-height: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .main-left .product-thumbs {
    width: 100%;
    height: 60px;
  }

  .product-thumbs .swiper-slide {
    padding-bottom: initial;
    width: 60px;
  }
}
@media screen and (max-width: 1000px){
  #productThumbs{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .product-details .crumbs {
    margin: 3px 0 10px;
    padding: 0;
  }

  .product-main {
    flex-direction: column;
    margin-bottom: 16px;
  }

  .product-main .main-left {
    padding-right: 0;
    width: 100%;
  }

  #productThumbs {
    display: none;
  }

  .product-main .main-right {
    padding: 24px 0 0;
    width: 100%;
  }

  .quantity-button {
    font-size: 15px;
  }
  /* ?? Start */
  .tab-list .tab-item {
    color: var(--theme-font-color);
    font-size: 14px;
    border-top: 1px solid #f2f2f2;
  }

  .tab-list .tab-item.current {
    color: var(--theme-font-color);
    background-color: transparent;
  }
  .properties-list li p:first-child {
    max-width: 120px;
  }

  /* ?? End */
}

@media screen and (max-width: 1180px) {
  /* ?? Start */
  .review-right {
    width: 100%;
  }

  .review-wrapper {
    flex-direction: column;
  }

  .review-left {
    margin: 0 0 40px;
    width: 100%;
  }

  .reviews-rating {
    --detail-reviews-score-bottom:0;
    margin: 0 8px 0 0;
    --detail-reviews-score-size: 36px;
    --detail-reviews-score-weight: 400;
    letter-spacing: 2px;
  }

  .summary-left {
    --detail-summary-left-direction: row;
    --detail-summary-left-align-items: center;
  --detail-summary-left-margin-right: 20px;
  }

  .review-summary .product-stars {
  --detail-reviews-stars-bottom: 2px;
  }

  .show-review {
    right: 16px;
    padding: 10px 8px;
    font-size: 12px;
    font-weight: 700;
    background-color: var(--main-bg-color-dark);
    border-color: var(--main-bg-color-dark);
    color: #fff;
  }

  .review-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .review-right .review-header:last-child {
    border: none;
  }

  .review-header .header-left {
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 17px;
    border-bottom: 1px solid var(--theme-border-color);
  }

  .review-header .header-right label {
    font-size: 14px;
  }

  .sort-wrapper select {
    height: 40px;
    max-width: 240px;
    font-size: 14px;
  }

  .prodetail-review-photos .wrapper {
    flex-direction: column;
    padding: 16px 20px;
  }



  .more-reviews {
    --detail-more-reviews-padding: 0 24px;
    --detail-more-reviews-margin: 5px 0 20px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-width: 1px;
  }


  /* ?? End */
}

/* ??????? */
.c-tag {
  display: inline-block;
  height: 36px;
  padding: 0 8px;
  background-color: #f2f2f2;
  color: #333;
  font-size: 14px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  line-height: 36px;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 6px;
  margin-right: 10px;
  margin-top: 4px;
  cursor: pointer;
}

.c-tag.c-tag-checked {
  background-color: #e8f5fd;
  color: #1ea0f0;
  -webkit-font-smoothing: antialiased;
}

.comment-filter-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 14px;
  width: 100%;
}

.comment-filter-pc .left {
  max-width: calc(100% - 300px);
  position: relative;
}

.comment-filter-pc .left .rate-select {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border: 1px solid var(--theme-border-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 36px;
  padding: 0 12px;
  vertical-align: top;
  width: 200px;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.rate-select .rate-select-reference {
  color: #333;
  font-size: 14px;
  vertical-align: top;
}

.rate-select .icon-down {
  position: relative;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: var(--theme-border-color);
}

.comment-filter-pc .c-popup {
  display: none;
  position: absolute;
  left: 0px;
  top: 36px;
  z-index: 101;
  margin: 0px;
  width: 100%;
  overflow-y: auto;
  background-color: #fff;
  transition: transform .05s;
  transition-duration: 0s;
}

.comment-filter-pc .rate-select-content {
  background: #fff;
  border: 1px solid var(--theme-border-color);
  border-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 0;
  width: 200px;
}

.radiogroup {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.comment-filter .comment-filter-pc .right {
  position: relative;
}

.comment-filter-pc .right .sort-select-name {
  color: #333;
  font-size: 14px;
  line-height: 36px;
  margin-right: 8px;
  -webkit-font-smoothing: antialiased;
}

.comment-filter-pc .right .c-select {
  position: relative;
  width: 218px;
  display: inline-block;
  cursor: pointer;
}

.comment-filter-pc .select-reference {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 36px;
  width: 100%;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid var(--theme-border-color);
  color: #333;
}

.select-reference .iconfont {
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: var(--theme-border-color);
}

.comment-filter-pc .right .c-select__content {
  width: 100%;
  padding: 4px 0;
  border: 1px solid var(--theme-border-color);
  border-top: 0;
}

.comment-filter-pc .right .c-select__option {
  font-size: 14px;
  height: 36px;
  padding: 0 12px;
  line-height: 36px;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: #333;
  -webkit-font-smoothing: antialiased;
}


.c-rate-select-option:hover {
  background-color: #f2f2f2;
}

.rate-select-content .c-rate-select-option {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  color: #333;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 36px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 36px;
  padding: 0 12px;
}

