.prev_page_comments,.next_page_comments{
    /*height: 55px; */
    /* width: 35px; */
    padding: 26px;
    font-size: 1px;
    position: relative;
    /* font-size: 1px; */
    background: white;
    color: transparent;
    /* overflow: hidden; */
    border: 1px solid #595959;
}
.prev_page_comments::hover,.next_page_comments::hover{    
    color: transparent;
}
.prev_page_comments::before{
    font-family: Fontastic, sans-serif;
    content: '\6b';
    position: absolute;
    width: 100%;
    height: 100%;
    color: var(--main-color);
    font-size: 40px;
    top: 0;
    left: 0;
}
.next_page_comments::before{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-family: Fontastic, sans-serif;
    content: '\6a';
    color: var(--main-color);
    font-size: 40px;
}
.wrap_comments_and_filters{
    position: relative;
}
.wrap_loading_comments{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f6f2;
    opacity: 0.7;
    z-index: 1;
}

.product-review__inputs a.send_review_v2 {
    background: #e1271b;
    background: var(--main-colorLink);
    color: #fff;
    color: var(--contrast-btn);            
    padding: .5em 1em;    
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.next_page{
    cursor: pointer;
    
}

.next_page:hover,
  .prev_page:hover{
    font-weight: normal !important;
  }

  .pagination li.disabled a {
    color: #cacaca !important;
    border-right: 0.5px solid #fff !important;
}

.pagination li a{
    border-right: 0.5px solid transparent !important;
}

page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(0 123 255 / 0%);
}

#c_comments input[type=radio] {
  display: none;
}
#c_comments .btnrating {
  font-size: 42px !important;
  cursor: pointer;
}
#c_comments .btnrating.active i::before {
  content: "" !important;
  color: #ffc107 !important;
}
#c_comments .error {
  color: red;
}
.btnrating.active i {
    color: #ffc107;
}

.reco-to-friend {
    border: none !important;
    margin-bottom: 0;
}

.reco-to-friend label {
    cursor: pointer;
    padding: 6px 15px;
    border-radius: 5px;
    border: 1px solid #888 !important;
    background: none !important;
    color: #888 !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
}

.reco-to-friend input:checked + label {
    background: #888 !important;
    color: #fff !important;
}

.error-stars .fa-star::before {
    color: red;
    content: "" !important;
}

.review-rating-left .rating-container__percentage {
    background: #e9ecef;
    font-size: 12px !important;
    border-radius: 4px 0 0 4px;
    color: transparent !important;
    text-shadow: none !important;
}
.bar-green {
    background: #28a745 !important;
}

.Vanilla {
  background-color: #edbc9c;
}

.Chocolate {
  background-color: #622e21;
}

.Strawberry {
  background-color: #e2c9ae;
}

.Moca {
  background: #dbcaae;
}
.page-item.disabled .page-link{
    display: none;
}