:root{
    scroll-behavior: smooth;
}
.add-to-cart-container  a.button{
    background: #22c55e !important;
    display: flex;
    padding: 1rem !important;
    margin-top: 1.25rem !important;
}
.add-to-cart-container  a.added_to_cart.wc-forward {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 4px;
    color: #22c55e;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #22c55e;
    transition: 0.5s ease;
}
.add-to-cart-container  a.added_to_cart.wc-forward:hover{
    background:  #22c55e;
    color:#fff
}

/*comment */


.mp-comments input, .mp-comments textarea, .mp-comments select {
    padding: 10px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 4px 10px rgba(28, 76, 156, .1);
    box-shadow: 0 4px 10px rgba(28, 76, 156, .1);
    border-radius: 5px
}

input:focus, textarea:focus, select:focus {
    border-color: #2aba5f
}

.comments-box-container, .woocommerce-Reviews.box, .woocommerce-Reviews.dokan-orders-area, .woocommerce-Reviews.dokan-settings-area, .woocommerce-Reviews.dashboard-content-area, .woocommerce-Reviews.dokan-product-listing-area, .woocommerce-Reviews.dokan-withdraw-area, .woocommerce-Reviews.dokan-coupon-content, .woocommerce-Reviews.dokan-reports-content, .woocommerce-Reviews.dokan-reviews-content {
    padding: 32px
}

.comment.depth-2, .comment.depth-3, .comment.depth-4, .comment.depth-5, .review.depth-2, .review.depth-3, .review.depth-4, .review.depth-5 {
    margin-right: 50px
}

.comment.depth-2 .comment-content, .comment.depth-3 .comment-content, .comment.depth-4 .comment-content, .comment.depth-5 .comment-content, .review.depth-2 .comment-content, .review.depth-3 .comment-content, .review.depth-4 .comment-content, .review.depth-5 .comment-content {
    background: rgba(40, 166, 85, .082);
    color: #28a655;
    padding: 1rem !important;
    margin: 0;
    border-radius: 6px
}

.comment.depth-2 .comment-content a, .comment.depth-3 .comment-content a, .comment.depth-4 .comment-content a, .comment.depth-5 .comment-content a, .review.depth-2 .comment-content a, .review.depth-3 .comment-content a, .review.depth-4 .comment-content a, .review.depth-5 .comment-content a {
    color: #ff0018;
    font-size: 18px;
    font-weight: 600;
    text-decoration: revert
}

.comment, .review {
    margin: 20px 0
}


.comment-respond {
    padding: 0 !important;
    border: none !important
}

.comment-respond .comment-reply-title span {
    display: none
}

.mp-comments .comment-form, .mp-comments .mp-must-log-in-container, .mp-comments .no-comments-yet-container, .woocommerce-Reviews .comment-form, .woocommerce-Reviews .mp-must-log-in-container, .woocommerce-Reviews .no-comments-yet-container {
    padding: 22px;
    margin-bottom: 22px
}

.mp-comments .must-log-in, .mp-comments .woocommerce-verification-required, .woocommerce-Reviews .must-log-in, .woocommerce-Reviews .woocommerce-verification-required {
    border-radius: 7px
}


span.woocommerce-review__dash {
    display: none
}



p.comment-notes {
    line-height: 29px;
    margin-bottom: 15px;
    text-align: center;
    background: rgba(87, 93, 213, 0.08);
    padding: 5px;
    border-radius: 5px;
}


.d-flex.comment-container, p.comment-form-cookies-consent {
    margin-bottom: 20px
}

.product_long-desc.article-body img {
    margin: 0 auto;
    display: table
}

.rating {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse
}

.rating input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.rating label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 0;
    height: 128px;
    text-align: center;
    transition: .4s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
    opacity: 0
}

.rating svg {
    margin-bottom: 12px
}

.rating span {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-right: auto;
    margin-left: auto;
    transform: translatey(12px) scale(.4);
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: .4s
}

.rating:hover label {
    width: 160px;
    opacity: .2
}

.rating input:checked + label, .rating input:hover + label {
    width: 160px;
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.rating input:checked + label span, .rating input:hover + label span {
    transform: none;
    opacity: 1
}

.form-check-input {
    border: none !important
}

span#reply-title {
    font-size: 20px;
    display: block;
    padding: 20px 9px;
    font-weight: 600
}

@media (max-width: 991.98px) {
    .product-reviews-stats {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.product-reviews-stats .rating-subtitle {
    color: #adb5bd;
    margin-bottom: 10px
}

.product-reviews-stats .detailed-ratings {
    min-width: 73%;
    margin-bottom: 0
}

.product-reviews-stats .detailed-ratings .detailed-ratings-inner {
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px
}

.product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    line-height: 1
}

.product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating:last-child {
    margin-bottom: 0
}

.product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating .number {
    white-space: nowrap;
    margin-right: 15px
}

.product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating .bar {
    position: relative;
    background-color: #e9ecef;
    width: 100%;
    height: 12px;
    border-radius: 8px;
    margin-right: 15px
}

.product-reviews-stats .detailed-ratings .detailed-ratings-inner .course-rating .bar .bar-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    border-radius: 8px;
    background-color: #fc544b
}
.product-reviews-inner {
    background: rgba(87, 93, 213, 0.08);
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px #f7f8fa;
    -webkit-box-shadow:  0 0 10px #f7f8fa;
}
nav.navigation-footer ul li {
    margin: 10px;
}

.woocommerce #reviews #comments ol.commentlist ul.children{
    margin: 10px 0 ;
}

/*comment custom */
.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: auto;
    position: relative;
    float: unset;
}
.star-rating,.star-rating::before {
    color: #fdba74 !important;
}
nav.navigation.replywp-pagination .nav-links ul.page-numbers {
    display: flex;
    align-items: center;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}
.sidebar-product {
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%) !important;
}