.close-btn {
  position: absolute;
  display: block;
  cursor: pointer;
  box-shadow: 0px 0px 0px 1px rgba(63, 63, 68, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(63, 63, 68, 0.15);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  /* background-color: white; */
  color: rgba(32, 34, 35, 0.6);
  text-align: center;
  line-height: 20px;
  right: -5px;
  top: -5px;
  z-index: 88;
}

.audien-buyer-name {
  position: absolute;
  display: block;
  background: rgba(32, 34, 35, 0.6);
  height: 18px;
  line-height: 14px;
  color: white;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  bottom: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* font-family: SF Pro Text; */
}

.comments-wrap {
  /* height: 120px; */
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 0 0 6px 6px;
}
.audien-popup-star-block-list {
  display: flex;
  width: 80px;
}
.overall-rating-star,
.overall-rating-star-null,
.overall-rating-star-half {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  display: block !important;
}


.audien-product-img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 2px;
}
.audien-product-name {
  width: calc(100% - 28px);
  font-size: 12px;
  color: rgba(32, 34, 35, 0.6);
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.audien-product-name:hover {
  text-decoration: underline;
  color: black;
}

@media only screen and (min-width: 600px) {
  .audien-popup-container {
    width: 146px;
    /* height: 284px; */
    position: fixed;
    
    /* left: 20px; */
    border-radius: var(--audien-reviews-corner-radius,6px);
    box-shadow: 0px 0px 0px 1px #3f3f440d;
    box-shadow: 0px 3px 6px -3px #17181814;
    box-shadow: 0px 16px 24px -4px #1718181f;
    cursor: pointer;
    background-color: white;
    z-index: 999;
  }

  .bottom-left-show{
    left: 20px;
    bottom: 20px;
    transition: 1s ease;
  }

  .bottom-left-unshow{
    left: -200px;
    opacity: 0.2;
    bottom: 20px;
    transition: 1s ease;
  }

  .top-left-show{
    left: 20px;
    top: 20px;
    transition: 1s ease;
  }

  .top-left-unshow{
    left: -200px;
    opacity: 0.2;
    top: 20px;
    transition: 1s ease;
  }
  .top-right-show{
    right: 20px;
    top: 20px;
    transition: 1s ease;
  }
  .top-right-unshow{
    right: -200px;
    opacity: 0.2;
    top: 20px;
    transition: 1s ease;
  }
  .bottom-right-show{
    right: 20px;
    bottom: 20px;
    transition: 1s ease;
  }
  .bottom-right-unshow{
    right: -200px;
    opacity: 0.2;
    bottom: 20px;
    transition: 1s ease;
  }
  .product-wrap {
    margin-top: 8px;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
  }
  .audien-comments-img-wrap {
    width: 100%;
    height: 160px;
    position: relative;
  }
  .audien-comments-video{
    width: 100% !important;
    max-height: 160px !important;
    overflow: hidden;
    object-fit: cover;
    border-radius: var(--audien-reviews-corner-radius,6px) var(--audien-reviews-corner-radius,6px) 0 0;
    display: none;
  }
  .audien-comments-img {
    display: none;
    width: 100% !important;
    max-height: 160px !important;
    overflow: hidden;
    object-fit: cover;
    border-radius: var(--audien-reviews-corner-radius,6px) var(--audien-reviews-corner-radius,6px) 0 0;

    /* background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; */
  }
  .audien-comments-text {
    height: 64px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    /* font-family: SF Pro Text; */
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 6px;
  }


}

@media only screen and (max-width: 600px) {
  .audien-popup-container {
    width: calc(100% - 30px);
    height: 120px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: var(--audien-reviews-corner-radius,6px);
    box-shadow: 0px 0px 0px 1px rgba(63, 63, 68, 0.05);
    box-shadow: 0px 3px 6px -3px rgba(23, 24, 24, 0.08);
    box-shadow: 0px 16px 24px -4px rgba(23, 24, 24, 0.12);
    background-color: white;
    z-index: 999;
    /* cursor: pointer; */
  }
  .popup-inner-wrap {
    display: flex;
    width: 100%;
  }
  /* .product-wrap{
    display: none;
  } */
  .audien-comments-img-wrap {
    width: 120px;
    height: 120px;
    position: relative;
  }
  .audien-comments-img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 6px 0 0 6px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .video-icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translateY(-50%,-50%);
  }
  .audien-comments-text {
    /* height: 48px; */
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /* font-family: SF Pro Text; */
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 10px;
  }
  .product-wrap {
    margin-top: 8px;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
  }
  .bottom-right-show,.top-left-show,.top-right-show,.bottom-left-show{
    left: 50%;
    transition: 1s ease;
  }
  .bottom-right-unshow,.top-left-unshow,.top-right-unshow,.bottom-left-unshow{
    left: -50vh;
    opacity: 0.2;
    transition: 2s ease;
  }
}




