.product-menu {
    background: rgb(0, 0, 0);
}

#my_reviews {
    margin: 0 auto;
    padding-top: 110px;
    width: 64.5%;
    min-width: 1240px;
}

.my-reviews-tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgb(230, 230, 230);
    margin-bottom: 60px;
}

.my-reviews-tabs li {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    border-bottom: 5px solid transparent;
    margin-left: 40px;
    cursor: pointer;
    padding: 25px 0;
}

.my-reviews-tabs li.active {
    font-weight: 700;
    border-bottom: 5px solid rgb(255, 139, 0);
}

.my-reviews-content .list {
    padding-top: 40px;
}

.my-reviews-content .list .top-info {
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 30px;
}

.my-reviews-content .list .top-info .time {
    font-weight: 600;
    margin-right: 29px;
}

.my-reviews-content .list .top-info .order-number {
    flex: 1;
}

.my-reviews-content .list ul {
    border: 0.5px solid rgb(230, 230, 230);
}

.my-reviews-content .list li {
    border-bottom: 0.5px solid rgb(230, 230, 230);
    padding: 30px 40px 30px 30px;
    display: flex;
    justify-content: space-between;
    color: rgb(15, 17, 17);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0px;
}

.my-reviews-content .list li:last-of-type {
    border-bottom: none;
}

.my-reviews-content .list li .img-fa {
    width: 80px;
    height: 80px;
    border: 1px solid rgb(230, 230, 230);
    background: rgb(255, 255, 255);
    padding: 10px;
    margin-right: 20px;
}

.my-reviews-content .list li .img-fa img {
    width: 60px;
    height: 60px;
}

.my-reviews-content .list li .title-fa {
    width: calc(100% - 570px);
}

.my-reviews-content .list li .title {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 17px;
}

.my-reviews-content .list li .quantity {
    width: 150px;
    text-align: left;
    padding-right: 20px;
    margin-left: 60px;
}

.my-reviews-content .list li .btn-leave-review {
    width: 260px;
    height: 46px;
    background: rgb(255, 139, 0);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-reviews-content .list li .btn-leave-review img {
    width: 16px;
    height: 17.5px;
    margin-right: 17px;
}


.reviewed table td {
    padding: 25px 13px;
    font-weight: 400;
    line-height: 21px;
    vertical-align: top;
}

.reviewed table tr {
    height: auto;
}

.reviewed table thead tr {
    border-bottom: none;
    height: 70px;
}

.reviewed table tbody tr:last-child {
    border-bottom: 1px #ededed solid;
}

.reviewed table th {
    font-weight: 600;
    line-height: 21px;
    background: rgb(247, 247, 247);
}

.reviewed table td:last-child .text-warning {
    display: block;
    margin: 0 auto;
    height: 24px;
    line-height: 24px;
    color: rgb(125, 125, 125);
    font-size: 12px;
    font-weight: 400;
}

.reviewed table td:last-child img {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-right: 12px;
}

.reviewed table td:last-child img:last-child {
    margin-right: 0;
}

.reviewed table td .star-rating img {
    margin-right: 5px;
}

.reviewed table td .time {
    margin: 20px 0 10px 0;
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.reviewed table td .btn-public,
.reviewed table td .btn-anonymous {
    width: 118px;
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.reviewed table td .btn-public::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('/image/catalog/kficons/icon_eye.png') no-repeat center;
    background-size: 16px 16px;
    margin-right: 8px;
}

.reviewed table td .btn-anonymous::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url('/image/catalog/kficons/icon_eye_grey.png') no-repeat center;
    background-size: 16px 16px;
    margin-right: 8px;
}

.reviewed table td .btn-public {
    color: rgb(255, 139, 0);
    border: 1px solid rgb(255, 139, 0);
}

.reviewed table td .btn-anonymous {
    color: rgb(125, 125, 125);
    border: 1px solid rgb(229, 229, 229);
}

.reviewed table td .review-title {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 25px;
}

.reviewed table td .review-info {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 20px;
}

.reviewed table td .review-image-fa img {
    width: 72px;
    height: 72px;
    border-radius: 4px;
    margin: 0 20px 20px 0;
}

.reviewed table .reviewed-product {
    display: flex;
}

.reviewed table td .img-fa {
    width: 80px;
    height: 80px;
    border: 1px solid rgb(230, 230, 230);
    background: rgb(255, 255, 255);
    padding: 10px;
    margin-right: 20px;
}

.reviewed table td .img-fa img {
    width: 60px;
    height: 60px;
}

.reviewed table .reviewed-product .title-fa .title {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: justify;
    margin-bottom: 15px;
}

.reviewed table td .size {
    color: rgb(125, 125, 125);
    font-weight: 400;
    display: block;
    width: 100%;
    margin-top: 15px;
}