/* ------------- list ------------- */

.product-reviews-module .product-reviews-list-top {
    margin: 20px 0 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.product-reviews-module .product-reviews-list-top-sort-select {
    font-size: 12px;
    border: 1px solid #e9e9e9;
    color: #272323;
    cursor: pointer;
    outline: 0;
    text-overflow: ellipsis;
    max-width: 240px;
    width: 100%;
    background: #fdfdfd url(/catalog/view/javascript/product_reviews/images/category-sort-icon.svg) no-repeat left 15px center;
    padding: 7px 15px 7px 40px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.product-reviews-module .product-reviews-list-filter-clear {
    margin-left: 13px;
}

.product-reviews-module .product-reviews-list-empty {
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
}
.product-reviews-module .product-reviews-list-empty img {
    max-width:450px;
    margin: 0 auto;
}

.product-reviews-module .product-reviews-list-item:last-child {
    margin-bottom: 0;
}

.product-reviews-module .product-reviews-list-item {
    padding: 16px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    background: #fff;
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #272323;
    border-radius: 6px;
    border: 1px solid #E9E9E9;
    box-shadow: none;
}

.product-reviews-module .product-reviews-list-title-container {
    padding: 5px 10px;
    min-height: 40px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin: -10px -10px 0;
    color: #272323;
    font-size: 14px;
    line-height: 18px;
}

.product-reviews-module .product-reviews-list-child:first-child 
.product-reviews-module .product-reviews-list-child-title, 
.product-reviews-list-title-container {
    border-top: 0 !important;
}

.product-reviews-module .product-reviews-list-purchased {
    padding-right: 6px;
}

.product-reviews-module .product-reviews-list-author {
    flex: 1;
}

.product-reviews-module .product-reviews-list-plus,
.product-reviews-module .product-reviews-list-minus {
    margin-top: 7px;
    display: flex;
    align-items: flex-start;
}

.product-reviews-module .product-reviews-list-plus .product-reviews-list-plus-s {
    color: #009a0a;
    margin-right: 5px;
    font-size: 20px;
}

.product-reviews-module .product-reviews-list-minus .product-reviews-list-minus-s {
    color: #ff6464;
    margin-right: 5px;
    font-size: 20px;
}

.product-reviews-module .product-reviews-list-minus-s, 
.product-reviews-module .product-reviews-list-plus-s, 
.product-reviews-module .product-reviews-list-author-name {
    font-weight: 500;
}

.product-reviews-module .product-reviews-list-date {
    position: relative;
    font-size: 11px;
    font-weight: 400;
    color: #777777 !important;
    text-align: right;
    flex: 1;
    width: auto;
}

.product-reviews-module .product-reviews-list-purchased {
    width: 100%;
    height: 18px;
    text-align: left;
    flex: 1;
    margin-left: 2px;
}

.product-reviews-module .product-reviews-list-purchased {
    margin-left: 0;
}

.product-reviews-module .product-reviews-list-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

.product-reviews-module .product-reviews-list-comment, 
.product-reviews-module .product-reviews-list-author-name {
    color: #272323;
}

.product-reviews-module .product-reviews-list-comment {
    padding: 10px 0 12px;
    width: 100%;
    min-height: 50px;
    line-height: 24px;
}

.product-reviews-module .product-reviews-list-media {
    overflow: hidden;
    margin: 0 0 10px;
}

.product-reviews-module .product-reviews-list-footer-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.product-reviews-module .product-reviews-list-rating-change-buttons {
    text-align: right;
    align-self: center;
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.product-reviews-module .product-reviews-list-rating-change-buttons.product-reviews-disabled {
    cursor: default;
    opacity: 0.5;
}

.product-reviews-module .product-reviews-list-vote {
    border: 0;
    background: 0 0;
    outline: 0;
    height: 15px;
    display: flex;
    opacity: .6;
    padding: 0 0 0 10px;
    margin-left: 10px;
    color: #025baa;
    fill: #025BAA;
    align-content: center;
    align-items: center
}

.product-reviews-module .product-reviews-list-vote.product-reviews-list-vote-negative {
    border-color: #eee !important;
    border-left: 1px solid
}

.product-reviews-module .product-reviews-list-vote:hover, 
.product-reviews-module .product-reviews-list-vote.active {
    opacity: 1
}

.product-reviews-module .product-reviews-list-child {
    overflow: hidden;
}

.product-reviews-module .product-reviews-list-like,
.product-reviews-module .product-reviews-list-dislike {
    height: 15px;
    width: 15px;
    fill: relative;
    vertical-align: baseline;
}

.product-reviews-module .product-reviews-list-dislike {
    transform: rotate(180deg);
}

.product-reviews-module .product-reviews-list-vote-count {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: -.5px;
    margin-left: 5px;
}

.product-reviews-module .product-reviews-list-vote.active .product-reviews-list-vote-count {
    font-weight: bold;
}

.product-reviews-module .product-reviews-list-box [itemprop="reviewRating"] {
    display: none;
}

.product-reviews-module .product-reviews-list-media {
    margin: 15px 0 0 0px;
    padding: 0;
}

.product-reviews-module .product-reviews-list-answer-button {
    padding: 0;
    margin-right: 20px;
}

.product-reviews-module .product-reviews-list-show-more {
    margin-bottom: 0;
    text-align: center;
}

.product-reviews-module .product-reviews-list-show-more-button {
    margin-bottom: 10px;
}
.product-reviews-module .product-reviews-list-show-more-button:before {
    display: block;
    content: '';
    background: url(images/show-more-icon.svg);
    transition: -ms-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    -webkit-transition: -webkit-transform .6s ease;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.product-reviews-module .product-reviews-list-show-more-button:hover:before {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.product-reviews-module .product-reviews-list-pagination {text-align: center;margin-top: 15px;}

.product-reviews-module .product-reviews-list-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.product-reviews-module .product-reviews-list-pagination ul li {display: inline-block;}

.product-reviews-module .product-reviews-list-pagination ul li span,
.product-reviews-module .product-reviews-list-pagination ul li a {display: block;background-color: white;border-radius: 3px;color: black;height: 30px;min-width: 30px;display: flex;align-items: center;justify-content: center;font-size: 12px;padding: 0;margin: 0 5px;}

.product-reviews-module .product-reviews-list-pagination ul li a:hover,
.product-reviews-module .product-reviews-list-pagination ul li.active span {background-color: rgb(2, 91, 170);color: white;}


.product-reviews-module .product-reviews-list-show-answer {
    outline: 0;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding: 0;
    color: #025baa;
    display: flex;
    align-items: center;
}

.product-reviews-module .product-reviews-list-show-answer.active::after {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #0a78bf
}

.product-reviews-module .product-reviews-list-show-answer::after {
    content: "";
    display: inline-block;
    -webkit-mask: url(/catalog/view/javascript/product_reviews/images/chevron-down.svg);
    mask: url(/catalog/view/javascript/product_reviews/images/chevron-down.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    margin-left: 4px;
    width: 6px;
    height: 4px;
    transition: -ms-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    background: #656c7d;
}

.product-reviews-module .product-reviews-list-answer-count {
    display: block;
    padding: 10px 8px;
    max-height: 20px;
    text-decoration: none !important;
    font-size: 10px;
    line-height: 1px;
    border-radius: 6px;
    margin-right: 10px;
    font-weight: 500;
    background: #025baa;
    color: #fff;
    text-align: center
}
.product-reviews-module .product-reviews-list-childs {
    position: relative;
    display: none;
}

.product-reviews-module .product-reviews-list-child {
    position: relative;
    background: #f4f4f4;
    border-radius: 6px;
    padding: 18px;
    margin-left: 5%;
    margin-bottom: 20px;
}

.product-reviews-module .product-reviews-list-child-admin {
    margin-left: 10%;
}

.product-reviews-module .product-reviews-list-child-title {
    color: #272323;
    font-size: 14px !important;
    line-height: 18px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-reviews-module .product-reviews-list-puchased-svg  {
    height: 21px;
    width: 21px;
    fill: #009a0a;
    vertical-align: sub;
}

.product-reviews-module .product-reviews-list-admin-svg {
    height: 20px;
    width: 20px;
    vertical-align: top;
    margin-right: 5px;
}

.product-reviews-module .product-reviews-list-author {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
}

.product-reviews-module .product-reviews-list-comment {
    overflow: hidden;
    width: 100%;
}

.product-reviews-module .product-reviews-list-comment {
    min-height: auto;
    padding: 10px 0 0;
}

.product-reviews-module .product-reviews-list-answer-button {
    padding: 12px 0;
}
.product-reviews-module .product-reviews-list-purchased {
    padding-right: 6px;
}