.product-section-box {
    margin-top: calc(12px + (48 - 12) * ((100vw - 320px) / (1920 - 320)));
}

.custom-nav {
    flex-wrap: nowrap;
    border: none;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    border-bottom: 1px solid #808080;
}

.review-title-2 .btn {
    background-color: var(--theme-color);
    color: #fff;
}

.review-box .btn {
    background-color: var(--theme-color);
    color: #fff;
    width: 100%;
}

.nav-link {
    color: $title-color;
    padding: calc(12px + (15 - 12) * ((100vw - 320px) / (1920 - 320))) calc(17px + (30 - 17) * ((100vw - 320px) / (1920 - 320)));
    font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
    letter-spacing: 0.6px;
    border: none;
    font-weight: 600;
  /*  background-color: #808080;*/
    position: relative;
}

.product-section-box .review-box .product-rating-box .product-main-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
}

    .product-section-box .review-box .product-rating-box .product-main-rating h2 {
        font-weight: 500 !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        gap: 5px !important;
        font-size: calc(28px + 9*(100vw - 320px)/1600);
    }

    .product-section-box .review-box .product-rating-box .product-main-rating h5 {
        line-height: 1.4;
        font-weight: 400;
        color: #4a5568;
        font-size: 17px;
    }

    .product-section-box .review-box .product-rating-box .product-main-rating h2 .feather {
        width: calc(19px + 4*(100vw - 320px)/1600);
        height: calc(19px + 4*(100vw - 320px)/1600);
        fill: #ffb321;
        stroke: #ffb321;
    }

.product-section-box .review-box .product-rating-box .product-rating-list li .rating-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product-section-box .review-box .product-rating-box .product-rating-list li .rating-product h5 {
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px;
        font-size: 18px;
        width: 40px;
        font-weight: 600;
    }

        .product-section-box .review-box .product-rating-box .product-rating-list li .rating-product h5 .feather {
            width: 15px;
            height: 15px;
            fill: #222;
        }

    .product-section-box .review-box .product-rating-box .product-rating-list li .rating-product .progress {
        width: calc(100% - 12px - 28px - 15px);
        height: 9px;
        border-radius: 100px;
    }

    .product-section-box .review-box .product-rating-box .product-rating-list li .rating-product .total {
        white-space: nowrap;
        width: auto;
        color: rgba(74,85,104,.878);
        font-size: 16px;
        font-weight: 400;
        width: 15px;
        display: block;
    }

.product-section-box .review-box .product-rating-box .product-rating-list {
    display: grid;
    gap: calc(7px + 5*(100vw - 320px)/1600);
}

.review-title-2 {
    border-top: 1px solid #ececec;
    padding-top: calc(13px + 12*(100vw - 320px)/1600);
    margin-top: calc(13px + 12*(100vw - 320px)/1600);
}

.product-section-box .review-box .review-people {
    border-left: 1px solid #ececec;
    padding-left: 23px;
    max-height: 421px;
    height: 100%;
    overflow: auto;
}

    .product-section-box .review-box .review-people .review-list li .people-box .people-comment .people-name .date-time h6 {
        font-size: 13px;
        color: #777;
        margin-block: 4px 6px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
    }

    .product-section-box .review-box .review-people .review-list li .people-box .people-comment .people-name .product-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .product-section-box .review-box .review-people .review-list li .people-box .people-comment .name:hover {
        color: var(--theme-color);
    }

    .product-section-box .review-box .review-people .review-list li .people-box .people-comment .name {
        white-space: nowrap;
        display: block;
        font-weight: 600;
        font-size: calc(14px + 1*(100vw - 320px)/1600);
    }

.replaycs {
    cursor: pointer;
}

/* Genel ayarlar */
.people-box {
    display: flex;
    flex-direction: row;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.people-image {
    margin-right: 15px;
}

.people-comment {
    flex-grow: 1;
}

.people-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.name {
    font-weight: bold;
    color: #4b1414;
    text-decoration: none;
}

    .name:hover {
        text-decoration: underline;
    }

.date-time {
    text-align: right;
}

.text-content {
    margin: 0;
    color: #888;
    font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
}

.product-rating .review-star {
    margin-top: 5px;
}

.reply p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

/* Yorum Cevaplarý */
.review-reply {
    margin-left: 40px;
    margin-top: 15px;
    border-left: 2px solid #ddd;
    padding-left: 15px;
}

.review-replies .people-box {
    border: none;
    padding: 0;
    background: none;
}

.review-replies .people-comment {
    padding: 10px;
    border-radius: 5px;
}

.review-replies .people-name {
    font-size: 14px;
}

.review-replies .reply p {
    font-size: 14px;
    color: #555;
}

.modal .btn-close {
    color: #fff;
    opacity: 1;
}

    .modal .btn-close:hover {
        color: #ddd;
    }

.modal .modal-title {
    font-size: 18px;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .people-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .people-name {
        flex-direction: column;
        align-items: flex-start;
    }

    .date-time {
        text-align: left;
        margin-top: 5px;
    }

    .review-reply {
        margin-left: 20px;
        padding-left: 10px;
    }
}


.blog-section .user-comment-box {
    margin-top: 24px;
}

    .blog-section .user-comment-box ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .blog-section .user-comment-box ul li {
            padding: 0px 0 50px;
            width: 100%;
            position: relative;
        }

            .blog-section .user-comment-box ul li .user-box {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
            }

                .blog-section .user-comment-box ul li .user-box .reply-button {
                    position: absolute;
                    top: 0;
                    right: 0;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                }

                .blog-section .user-comment-box ul li .user-box .user-image {
                    position: relative;
                }

                .blog-section .user-comment-box ul li .user-box .user-image {
                    position: relative;
                }

                    .blog-section .user-comment-box ul li .user-box .user-image img {
                        width: 60px;
                        height: 60px;
                        -o-object-fit: cover;
                        object-fit: cover;
                        border-radius: 100%;
                        overflow: hidden;
                    }


                    .blog-section .user-comment-box ul li .user-box .user-image .user-name {
                        position: absolute;
                        top: 0;
                        left: 80px;
                        width: 220px;
                    }

                        .blog-section .user-comment-box ul li .user-box .user-image .user-name h5 {
                            font-weight: 600;
                        }

                .blog-section .user-comment-box ul li .user-box .user-contain {
                    width: calc(100% - 70px);
                    padding-left: 20px;
                }

                    .blog-section .user-comment-box ul li .user-box .user-contain p {
                        font-size: calc(13px + 2*(100vw - 320px)/1600);
                        line-height: 1.6;
                        color: #4a5568;
                        margin-bottom: 0;
                        margin-top: 50px;
                        width: 85%;
                    }

.user-image .fa-user {
    font-size: 40px;
}

.listcommrep {
    width: 100%;
    background: #fbfbfb;
}

.pagination {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: calc(22px + 13*(100vw - 320px)/1600)
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #417394 !important;
    border-color: #417394 !important;
}

.page-link:hover {
    z-index: 2;
    color: #417394;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important;
}

.page-link {
    color: #417394;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.review-replies {
    padding: 13px;
    margin-left: 8%;
}

.rating-summary h4 {
    font-size: 15px;
}

.rating-summary .rating-summary .rating-average {
    font-size: 25px;
}
/** ====================
            * Lista de Comentarios
            =======================*/
.comments-container {
    margin: 60px auto 15px;
}

    .comments-container h1 {
        font-size: 36px;
        color: #283035;
        font-weight: 400;
    }

        .comments-container h1 a {
            font-size: 18px;
            font-weight: 700;
        }

.comments-list {
    margin-top: 30px;
    position: relative;
}

    /**
            * Lineas / Detalles
            -----------------------*/
    .comments-list:before {
        content: '';
        width: 2px;
        height: 100%;
        background: #c7cacb;
        position: absolute;
        left: 32px;
        top: 0;
    }

    .comments-list:after {
        content: '';
        position: absolute;
        background: #c7cacb;
        bottom: 0;
        left: 27px;
        width: 7px;
        height: 7px;
        border: 3px solid #dee1e3;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.reply-list:before, .reply-list:after {
    display: none;
}

.reply-list li:before {
    content: '';
    height: 2px;
    background: #c7cacb;
    position: absolute;
    top: 25px;
}


.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

    .comments-list li:after {
        content: '';
        display: block;
        clear: both;
        height: 0;
        width: 0;
    }

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
}
/**
            * Avatar
            ---------------------------*/
.comments-list .comment-avatar {
    width: 65px;
    height: 65px;
    position: relative;
    float: left;
    overflow: hidden;
    top: -10px;
}

    .comments-list .comment-avatar img {
        width: 100%;
        height: 100%;
    }

.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
    left: -10px;
}

.comment-main-level:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
            * Caja del Comentario
            ---------------------------*/
.comments-list .comment-box {
    width: 90%;
    float: right;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

    .comments-list .comment-box:before, .comments-list .comment-box:after {
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        display: block;
        border-width: 10px 12px 10px 0;
        border-style: solid;
        border-color: transparent #FCFCFC;
        top: 8px;
        left: -11px;
    }

    .comments-list .comment-box:before {
        border-width: 11px 13px 11px 0;
        border-color: transparent rgba(0,0,0,0.05);
        left: -12px;
    }

.reply-list .comment-box {
    width: 90%;
}

.comment-box .comment-head {
    background: #FCFCFC;
    padding: 10px 12px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

    .comment-box .comment-head i {
        float: right;
        margin-left: 14px;
        position: relative;
        top: 2px;
        color: #A6A6A6;
        cursor: pointer;
        -webkit-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        transition: color 0.3s ease;
    }

        .comment-box .comment-head i:hover {
            color: #03658c;
        }

.comment-box .comment-name {
    color: #283035;
    font-size: 14px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
}

    .comment-box .comment-name a {
        color: #283035;
    }

.comment-box .comment-head span {
    float: left;
    color: #999;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    background: #FFF;
    padding: 12px;
    font-size: 15px;
    color: #595959;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {
    color: #03658c;
}

    .comment-box .comment-name.by-author:after {
        content: 'autor';
        background: #03658c;
        color: #FFF;
        font-size: 12px;
        padding: 3px 5px;
        font-weight: 700;
        margin-left: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.btn-review-replies {
    margin-left: 11%;
    margin-top: 10px;
}
/** =====================
            * Responsive
            ========================*/
@media only screen and (max-width:3000px) {

    .reply-list li:before {
        content: '';
        width: 165px;
        height: 2px;
        background: #c7cacb;
        position: absolute;
        top: 25px;
        left: -165px;
    }
}

@media only screen and (max-width: 1400px) {

    .reply-list li:before {
        content: '';
        width: 140px;
        height: 2px;
        background: #c7cacb;
        position: absolute;
        top: 25px;
        left: -140px;
    }
}

@media only screen and (max-width: 1200px) {

    .reply-list li:before {
        content: '';
        width: 130px;
        height: 2px;
        background: #c7cacb;
        position: absolute;
        top: 25px;
        left: -125px;
    }
}

@media only screen and (max-width: 992px) {

    .reply-list li:before {
        content: '';
        width: 110px;
        height: 2px;
        background: #c7cacb;
        position: absolute;
        top: 25px;
        left: -105px;
    }
}

@media only screen and (max-width: 766px) {

    .reply-list li:before {
        content: '';
        width: 100px;
        height: 2px;
        background: #c7cacb;
        position: absolute;
        top: 25px;
        left: -90px;
    }

    .comments-list .comment-box {
        width: 80%;
    }

    .reply-list .comment-box {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {

    .reply-list li:before {
        content: '';
        width: 88px;
        height: 2px;
        background: #c7cacb;
        position: absolute;
        top: 25px;
        left: -83px;
    }

    .comments-list .comment-box {
        width: 80%;
    }

    .reply-list .comment-box {
        width: 80%;
    }
}

.group-title a {
    cursor: pointer;
    color: #f63 !important;
}

.group-title {
    padding: 3%;
}

.account-id {
    padding-bottom: 10%;
}

.product-list-filters .category-menu {
    padding: 1px !important;
    background: #fff !important;
}

    .product-list-filters .category-menu li .offer-product .offer-detail {
        padding: 3px;
    }

    .product-list-filters .category-menu li + li {
        margin-top: 0px;
    }
