@charset "utf-8";

/*
 * Copyright 2009-2024 shopxx.net. All rights reserved.
 * Support: http://www.shopxx.net
 * License: http://www.shopxx.net/license
 *
 * Style - Review
 * Version: 9.2
 */

/* ---------- review ---------- */
.review .specification-modal dl dt {
    width: 80px;
    line-height: 30px;
    color: #666666;
    font-weight: normal;
    text-align: left;
}

.review .specification-modal dl dd {
    margin-left: 90px;
    margin-bottom: 15px;
}

.review .specification-modal dl dd:last-child {
    margin-bottom: 0;
}

.review .specification-modal dl dd a {
    display: inline-block;
    padding: 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #333333;
    white-space: nowrap;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    transition: color 0.3s, border-color 0.3s;
}

.review .specification-modal dl dd a:hover {
    border-color: var(--theme-color-1000);
}

.review .specification-modal dl dd a.checked {
    position: relative;
    border-color: var(--theme-color-1000);
}

.review .product {
    margin-bottom: 15px;
}

.review .product .media-left img {
    max-width: 70px;
}

.review .product .media-body p {
    line-height: 30px;
}

.review ul.type {
    display: flex;
}

.review ul.type li {
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    color: #b0b0b0;
    background-color: #f5f5f5;
}

.review ul.type li.current {
    color: #ffffff;
    background-color: var(--theme-color-1000);
}

.review .panel {
    border: none;
}

.review .panel-heading {
    position: relative;
    padding: 0;
    border-bottom: none;
}

.review .panel-heading .filter {
    display: flex;
    background-color: #eeeeee;
}

.review .panel-heading .filter li {
    padding: 10px 15px;
    cursor: pointer;
}

.review .panel-heading .filter li.active {
    color: var(--theme-color-1000);
}

.review .panel-heading .filter li.specification {
    position: absolute;
    right: 0;
    top: 0;
}

.review .panel-body {
    padding-right: 0;
    padding-left: 0;
}

.review .avatar {
    display: flex;
}

.review .avatar .avatar-image {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.review .avatar .summary {
    flex-basis: 100%;
}

.review .avatar .summary .content {
    margin-bottom: 10px;
    color: #5a5a5a;
}

.review .avatar .summary p {
    margin-bottom: 10px;
}

.review .avatar .summary p .label-border {
    margin-left: 5px;
}

.review .avatar .summary .score {
    margin-bottom: 10px;
    color: var(--theme-color-1000);
}

.review .avatar .summary .date {
    margin-bottom: 10px;
    color: #919191;
}

.review .avatar .summary .date span {
    margin-right: 10px;
}

.review .avatar .summary .images {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.review .avatar .summary .images li {
    width: 70px;
    height: 70px;
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.review .avatar .summary .feedback {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.review .avatar .summary .feedback li {
    margin-left: 10px;
    cursor: pointer;
}

.review .avatar .summary .feedback li.active {
    color: var(--theme-color-1000);
}

.review .avatar .summary .feedback li a {
    color: #333333;
}

.review .avatar .summary .feedback li .iconfont {
    color: #aaaaaa;
}

.review .avatar .summary .feedback li.active .iconfont {
    color: var(--theme-color-1000);
}
