.main {
  width: 100%;
  margin: 0px auto;
  max-width: 1244px;
  display: flex;
  flex-direction: column;
  color: rgb(51, 51, 51);
}

.breadcrumbs {
  display: flex;
  flex-flow: row wrap;
  padding: 1.5rem 1rem 0 1rem;
  font-size: 0.875rem;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  line-height: 20px;
}

.breadcrumbs ul li a {
  line-height: 20px;
  text-decoration: none;
  color: rgb(51, 51, 51);
}

.crumbs_tit {
  font-weight: 400;
  font-family: none;
  margin-top: -5px;
}

.breadcrumbs ul li a::after {
  content: "/";
  padding: 0rem 0.25rem;
  width: 15px;
  font-size: 14px;
}

.breadcrumbs ul li:last-child a:last-child::after {
  content: "";
}

.qualified {
  display: block;
  width: 140px;;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.prod-name {
  padding: 1rem 1rem 0rem;
}

.prod-name h1 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.prod-name .sub-title {
  font-size: 0.9rem;
  font-weight: 500;
  font-family: PetcoCircularTT-Regular, arial;
  line-height: 1rem;
}
.collapse-prodname {
  display: none;
  border: 1px solid rgb(130 129 129);
  width: 80px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  color: rgb(130 129 129);
  font-size: 12px;
}

.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.ratings-row {
  margin: 0px 1rem 1rem;
  display: flex;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  font-weight: bold;
  color: rgb(0, 25, 82);
}

.ratings-list {
  display: flex;
  align-items: baseline;
  cursor: pointer;
}

.prod-review-summary {
  text-decoration: none;
  color: rgb(51,51,51);
}
.prod-review-summary:hover,
.prod-review-summary:visited {
  color: rgb(51,51,51);
}
@media screen and (max-width: 768px) {
  .prod-review-summary {
    margin-bottom: 10px;
  }
}

.ratings-list .icon {
  width: 19px;
  height: 16px;
  fill: #001952;
}

.ratings-row a {
  color: rgb(0, 25, 82);
}

.ratings-row .ratings-num {
  margin-left: 1rem;
  margin-right: 0.25rem;
}

.ratings-row .anchor {
  margin-left: 0.25rem;
}

.prod-wrapper {
  display: flex;
  flex-direction: row;
  color: rgb(51, 51, 51);
}

.img-wrapper {
  width: 100%;
  padding: 0 16px;
  display: flex;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.pc-swiper-container,
.pc-swiper-container-thumbs {
  display: block;
  visibility: hidden;
}

.m-swiper-container {
  display: none;
}

.img-wrapper .swiper-container-thumbs {
  width: 64px;
  margin-right: 16px;
}

.img-wrapper .swiper-container-thumbs .swiper-slide {
  position: relative;
  width: 64px !important;
  height: 64px !important;
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(235, 240, 244);
  box-sizing: border-box;
  cursor: pointer;
  background-color: rgb(243, 243, 243);
}

.img-wrapper .swiper-container-thumbs .swiper-slide::after {
  content: "";
  display: block;
  margin-bottom: 100%;
}

.img-wrapper .swiper-container-thumbs .swiper-slide img {
  position: absolute;
  width: 100%;
}

.product-discount{
 position: absolute;
 width:46px;
 height:46px;
 background:green;
 right:16px;
 top:10px;
 border-radius: 50%;
 color:#fff;
 font-size:12px;
 text-align:center;
 z-index: 2;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
} 

.product-discount span{
 font-weight: 700;
 display: block;
}

.img-wrapper .swiper-slide-thumb-active::after {
  border-left: 2px solid rgb(0, 25, 82);
  position: absolute;
  left: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block !important;
  height: 100%;
}

.img-wrapper .swiper-container {
  overflow: hidden;
  max-height: 636px;
  height: 636px;
}

.thumb-arrow {
  left: 0;
  height: 30px;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  transform: rotate(90deg) translateY(25%);
}
.thumb-arrow.thumb-next {
  bottom: -8px;
  top: auto;
}
.thumb-arrow.thumb-prev {
  top: -5px;
}

.thumb-arrow::after {
  color: #000;
  font-size: 20px;
}

.vert-thumb {
  max-height: 700px;
  height: 700px;
  margin-top: 1%;
  padding: 22px 0;
  position: relative;
}

.vert-thumb .pc-swiper-container-thumbs {
  flex: 1;
  max-height: 660px;
  height: 660px;
}

.img-wrapper .swiper-container .swiper-wrapper .swiper-slide img {
  background-color: #fff;
}

.img-wrapper .swiper-container .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block;
  width: 636px;
  padding-top: 99%;
}

.img-wrapper .swiper-container-thumbs .swiper-wrapper .swiper-slide {
  background-color: #fff;
}

.img-wrapper .swiper-container-thumbs .swiper-wrapper .swiper-slide::after {
  content: "";
  display: flex;
  margin-top: 100%;
}

.img-wrapper .swiper-wrapper img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.sku-form {
  width: 100%;
  max-width: 31rem;
  display: flex;
  flex-direction: column;
}

.sku-form .prod-text {
  padding: 0px 1rem 1rem;
  line-height: 1.25rem;
  box-sizing: border-box;
}

.sku-form .prod-price {
  padding: 0px 1rem 1rem 0;
  line-height: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  box-sizing: border-box;
}

.sku-form .options-container {
  position: relative;
  width: 100%;
  padding: 0px 1rem 1rem;
  box-sizing: border-box;
}

.sku-form .options-container label {
  position: absolute;
  top: 0.3rem;
  left: 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.005625rem;
  color: rgb(101, 101, 101);
  z-index: 1;
}


.sku-form .summary {
  padding: 0 1rem ;
}
.sku-form .collapse {
  max-height: 400px;
  overflow: hidden;
}

.collapse-summary {
  display: none;
  margin-bottom: 20px;
  margin-top: 10px;
  border: 1px solid rgb(130 129 129);
  width: 80px;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  color: rgb(130 129 129);
  font-size: 12px;
  margin-left: 1rem;
}

.weight-wrapper {
  position: relative;
}

.weight-wrapper select {
  width: 100%;
  height: min-content;
  min-height: 3.5rem;
  line-height: 1.25rem;
  padding: 1.25rem 1.75rem 0.87rem 1rem;
  font-size: 1rem;
  letter-spacing: 0.005625rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #d2d8eb;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

.weight-wrapper .float-select {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  padding: 0px 0.75rem;
  display: flex;
  pointer-events: none;
}

.weight-wrapper .float-select .icon {
  width: 0.75rem;
  height: auto;
}

.add-cart-container {
  padding: 0px 1rem;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.quantity-container {
  width: 7.5rem;
  height: 3.5rem;
  margin-right: 1rem;
  min-width: 7.5rem;
  display: flex;
  flex-flow: row nowrap;
  border-radius: 5px;
  border: 0.0625rem solid #d2d8eb;
  box-sizing: border-box;
}

.quantity-container .quantity-btn {
  width: 2rem;
  min-width: 2rem;
  border: none;
  background: transparent;
  cursor: pointer;
  box-sizing: border-box;
}

.quantity-container .quantity-btn .icon {
  width: 14px;
  height: 14px;
}

.quantity-container input {
  width: 3.5rem;
  min-width: 3rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1rem;
  border: none;
  background: none;
  outline: none;
}

.add-cart-btn {
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 16px;
  font-weight: 700;
  font-family: PetcoCircularTT-Bold, arial;
  color: #363636;
  border: none;
  border-radius: 0.3125rem;
  background: #ffffff;
  cursor: pointer;
  border: 1px #212121 solid;
  margin-bottom: 10px;
}

.add-buy-btn {
  display: flex;
  margin-top: 1rem;
  padding: 0 1rem;
  flex-direction: column;
}

.cart-box {
  width: 100%;
}

.buy-btn {
  background: #212121;
  color: #e7e7e7;
  width: 100%;
}

.out-of-stock {
  display: none;
  margin: 16px 16px 0;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  font-weight: 700;
  font-family: PetcoCircularTT-Bold, arial;
  white-space: nowrap;
  background-color: #ccc;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.pord-details {
  position: relative;
  /* height: 390px; */
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.03125rem;
}

.tab-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-y: auto;
}

.tab-list>li {
  line-height: 1.5rem;
  letter-spacing: 0.03125rem;
}

.tab-list>li button {
  /* width: 100%; */
  padding: 0;
  line-height: 21px;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: rgb(101, 101, 101);
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
}

.tab-list>li button .icon {
  width: 16px;
  height: 16px;
  display: none;
}

.tab-list > li {
  box-sizing: border-box;
}

.tab-list .active button {
  /* font-size: 16px; */
  /* font-weight: bold; */
  color: rgb(0, 25, 82);
  /* border-bottom: 1px solid rgb(204, 204, 204); */
}
.tab-list button .title {
  padding: 1rem;
}
.tab-list .active button .title {
  border-bottom: 1px solid rgb(0, 25, 82);
}

.tab-list .content {
    /* position: absolute; */
    top: 56px;
    left: 0px;
    padding: 0 1rem 1rem;
    width: 100%;
    /* display: none; */
    flex-direction: column;
}

.tab-list .details.active .content {
  display: flex;
}

.tab-list .details .content .show-more {
  position: relative;
  height: 300px;
  padding-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.details-container {
  padding: 0px 1rem 1rem;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}

.details .description {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.details .description .title {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0px;
}

.details .description .subtitle {
  margin-bottom: 1rem;
  font-weight: bold;
}

.details .description .desc-content {
  margin-bottom: 1rem;
}

.specifications {
  margin-left: 2rem;
  min-width: 30rem;
  flex: 1;
}

.specifications h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.15;
}

.specifications .details-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.specifications .details-list .item {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  background: rgb(242, 242, 242);
  box-sizing: border-box;
}

.specifications .details-list .item:nth-child(2n) {
  background: none;
}

.specifications .details-list .item h3 {
  width: 50%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.25px;
}

.specifications .details-list .item p {
  width: 50%;
  text-align: right;
}

.details .details-container .placeholder {
  position: absolute;
  bottom: 0px;
  width: 100%;
  margin-top: -18px;
  content: " ";
  opacity: 0.9;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}

.details .show-more-btn {
  position: relative;
  text-align: center;
  margin-top: 10px;
}

.details .show-more-btn span {
  font-weight: 600;
  cursor: pointer;
}

.details-ctner .description.content {
  display: block;
}

.details-ctner .content {
  display: none;
  padding: 1rem 1rem 0;
}

.sku .content {
  position: absolute;
  top: 56px;
  left: 0px;
  width: 100%;
  margin-bottom: 20px;
  padding: 0px 1rem 1rem;
  display: none;
  flex-direction: row;
  box-sizing: border-box;
}

.sku h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.15;
}

.sku .details-list {
  width: 100%;
  min-width: 30rem;
  display: flex;
  flex-direction: column;
}

.sku .details-list .item {
  padding: 1rem;
  display: flex;
  flex-direction: row;
  background: rgb(242, 242, 242);
  box-sizing: border-box;
}

.sku .details-list .item h3 {
  width: 50%;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.25px;
}

.sku .details-list .item p {
  width: 50%;
  text-align: right;
}

.sku .details-list .item:nth-child(2n) {
  background: none;
}

.sku .features {
  width: 100%;
}

.sku .sizing {
  min-width: 30rem;
  margin-left: 2rem;
}

.recently-viewed {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.recently-viewed>h2 {
  width: 100%;
  margin-top: 2.625rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.875rem;
  letter-spacing: 0.015625rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid rgb(101, 101, 101);
}

.prod-list {
  width: 100%;
  overflow: auto hidden;
  list-style: none;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  gap: 0.8rem;
}

.prod-item {
  width: 100%;
  margin: 0.25rem 0.25rem 3.5rem;
  max-width: 14rem;
  min-width: 12.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.prod-item>a {
  text-decoration: none;
}

.prod-item .prod-img {
  position: relative;
  width: 100%;
  height: 11.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(243, 243, 243);
}

.prod-item .prod-img img {
  width: 100%;
}

.prod-item .prod-title {
  height: 2.9rem;
  margin-top: 1rem;
  padding-top: 1rem;
  line-height: 1.375rem;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-top: 1px solid rgb(204, 204, 204);
  color: rgb(51, 51, 51);
}

.prod-item .rating-wrapper {
  width: 100%;
  height: 2rem;
  margin: 0.3rem 0px;
  display: flex;
  font-size: 1rem;
  line-height: 1.3rem;
  letter-spacing: 0.03125rem;
  color: rgb(51, 51, 51);
}

.pattern {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

.pattern .c-icon--star_full {
  font-size: 16px;
  color: #ffb400;
}
.prod-price {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.5px;
  color: #9b3c44;
}

.original_price {
  text-decoration: line-through;
  color: rgb(119, 119, 119);
}

.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;
}

@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%;
    margin: 10px 0 20px;
    padding: 0 10px;
  }
  .flex-container-column .ratings-star {
    width: 10%;
  }
  .header .left .flex-container-column .star-container .ratings-bar {
    width: 80%;
  }
  .header .left .flex-container-column .star-container .ratings-score {
    width: 10%;
  }
}

.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 .input{
  width: 180px;
  height:40px;
  line-height: 40px;
  padding-left: 10px;
  border:1px solid #ccc;
  position:relative
}
.header .control-bar-sort .list{
 display: none;
}
.header .control-bar-sort .input input{
  width:90%;
  background:#f7f7f7;
  border:none;
  outline: none;
}
.header .control-bar-sort .input .icon-down{
  position: absolute;
  font-size: 12px !important;
  width: 15px;
  height: 15px;
  top: 30%;
} */
.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;
  line-height: 50px;
  padding: 10px 0;
}

.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;
}

.c-icon--star_full {
  position: relative;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: iconfont, sans-serif!important;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  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 .c-icon--star_full {
  font-size: 16px;
  color: #ffb400;
}

.c-icon--star_full::before {
  content: '\e6b4';
}

.c-icon--star_full.half::before {
  content: '\e6b3';
}

.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;
}

.product-reviews-photos {
  margin-bottom: 20px;
}

.reviews-photos-title {
  margin-bottom: 10px;
  color: #333;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}

.reviews-photos {
  position: relative;
}

.review-photo {
  cursor: pointer;
}

.photo-btn {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  background-color: #fff;
  transition: all 0.1s ease-in-out;
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

.photo-btn:hover {
  opacity: 0.8;
}

.photo-btn.prev {
  left: 0;
}

.photo-btn.next {
  right: 0;
}

.photo-btn.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
}

.content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.content-footer .review-reply-btn {
  padding: 5px 10px;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
}

.content-footer .review-reply-btn:hover {
  background-color: #e6e6e6;
}

.review-reply-form {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  margin-top: 12px;
  border-top: 1px solid #e9e9e9;
}

.review-reply-form .form-group {
  margin-bottom: 15px;
}

.review-reply-form .form-group label {
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
}

.review-reply-form .form-group input, .review-reply-form .form-group textarea {
  padding: 6px 12px;
  width: 100%;
  color: #555;
  font-family: PetcoCircularTT-Regular, arial;
  font-size: 14px;
  outline: none;
  resize: vertical;
  border: 1px solid #ccc;
}

.review-reply-form .form-group .replySubmit {
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #001952;
  border: none;
  cursor: pointer;
}

.review-reply-form .form-group .red {
  display: none;
}

.review-reply-form .form-group.invalid .red {
  display: block;
}

.review-answer-list {
  display: none;
}

.review-answer-list .review-answer-item {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e9e9e9;
}

.review-answer-item .review-answer-info {
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 1090px) {
  .specifications.content {
    margin: auto;
    width: 72%;
  }
}

@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;
  } */

  .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;
  }

  .details-ctner .description.content {
    display: none;
  }
}

@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: 70px;
    transform: translateX(-50%);
    left: 90%;
    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;
  }
  .product-reviews-photos {
    padding: 0 16px;
  }
  .photo-btn {
    width: 30px;
  }
  .review-detail .review-detail-img,
  .review-detail .review-detail-content .review-detail-container {
    width: 100%;
  }
}

@media screen and (max-width: 637px) {
  .img-wrapper {
    flex-direction: column-reverse;
    margin-top: 4%;
  }

  .swiper-vertical>.swiper-wrapper {
    flex-direction: row;
  }

  .img-wrapper .swiper-container-thumbs {
    width: 300px;
    /* overflow-x: auto; */
    margin: 0 auto;
  }

  .img-wrapper .swiper-container-thumbs .swiper-slide {
    margin-right: 2px;
  }

  .img-wrapper .swiper-container {
    width: calc(100vw - 2rem);
    height: calc(100vw - 2rem);
  }

  .img-wrapper .swiper-container .swiper-wrapper .swiper-slide {
    margin-bottom: 10px;
  }

  .img-wrapper .swiper-container .swiper-wrapper .swiper-slide::after {
    width: 100%;
  }

  .img-wrapper .swiper-wrapper img {
    width: 100%;
  }

  .pord-details {
    padding: 0;
    box-sizing: border-box;
  }

  .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;
  font-family: Muli-Light, sans-serif !important;
  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;
}

/* 评价详情弹窗begin */

.review-detail {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
}

.review-detail .review-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.review-detail .review-flex .review-wrap {
  position: relative;
  display: flex;
  margin: auto;
  height: 65vh;
  min-height: 584px;
  background-color: #fff;
}

.review-wrap .review-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 11px;
  border-radius: 8px;
  font-size: 0;
  cursor: pointer;
  z-index: 10;
}

.review-wrap .review-close-btn i {
  color: rgb(51, 51, 51);
  font-size: 14px;
}

.review-detail-content {
  display: flex;
  flex-direction: row;
}

.upper-section {
  position: relative;
  display: block;
  height: 60px;
}

.review-detail-photo {
  display: none;
}

.hasImg .review-detail-photo {
  position: relative;
  display: block;
  width: 400px;
  background-color: #000;
  user-select: none;
}

.review-detail-img {
  height: 100%;
  width: 400px;
  object-fit: contain;
}

.review-detail-content .review-detail-container {
  width: 400px;
  overflow-y: auto;
}

.review-detail-container .review-author {
  padding: 10px 24px 0;
  color: rgb(51, 51, 51);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.review-detail-container .review-date, .review-detail-container .review-content {
  padding: 10px 24px 0;
  font-size: 14px;
  line-height: 20px;
  word-break: break-word;
}

.review-detail-content .review-detail-container .review-content {
  padding-top: 16px;
}

.rd-content {
  padding-bottom: 24px;
  height: calc(100% - 60px);
}

.review-info.ratings-list {
  padding: 0 24px;
}

.review-info.ratings-list i {
  margin-right: 2px;
  font-size: 30px;
}

.rd-content .review_btn {
  margin: 10px 0;
  padding: 0 24px;
  font-size: 14px;
}

.review-detail-photo .photo-control {
  position: absolute;
  top: 46%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 49px;
  border: 1px solid rgb(244, 244, 244);
  border-radius: 6px;
  color: rgb(89, 89, 89);
  font-size: 1rem;
  background-color: #fff;
  cursor: pointer;
}

.review-detail-photo .prev-photo-btn {
  left: 0;
}

.review-detail-photo .next-photo-btn {
  right: 0;
}

/* 评价详情弹窗end */

@media screen and (max-width:767px) {
  .review-detail .review-flex .review-wrap {
    height: 100%;
    width: 100%;
  }

  .review-wrap .review-detail-content {
    flex-direction: column;
    width: 100%;
  }

  .list-review-content .content-item {
    width: 47%;
    margin: 5px;
  }

  .upper-section {
    height: 30px;
  }

  .review-wrap .review-close-btn {
    position: fixed;
    top: 1px;
    right: 6px;
  }

  .rd-content {
    height: calc(100% - 30px);
  }

  .hasImg .review-detail-photo {
    height: 60vh;
    width: 100%;
  }

  .review-detail-content .review-detail-container {
    height: 40vh;
  }

  .hasImg .review-detail-content::before {
    display: block;
    content: "";
    height: 39px;
    width: 100%;
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .reviews {
    padding: 0 58px;
  }

  .review-img img {
      width: 100%;
  }
}