[hidden] {
    display: none
}

.product-page__tabs {
    background-color: #fff;
    font-size: 16px;
    line-height: 1.2;
    padding: 36px 40px 57px;
    border-radius: 10px;
}

.product-page__tabs .c-tab {
    color: #000;
}

.product-page__tabs .c-tab__content {
    outline: 0;
    margin-top: 3.25%;
    font-size: 16px;
}
.product-page__tabs .c-tab__content a {
    color: var(--accent-color);
}
.product-page__tabs .c-tab__content table {
    display: block;
    float: none;
    max-width: 100%;
    overflow-x: auto;
    width: auto !important;
    height: auto !important;
    border-collapse: collapse;
}

#treelike-comments form button {
    background: var(--accent-color);
    font-weight: 500;
    padding: 10px 12px;
    border-radius: 50px;
    cursor: pointer;
}

.product-page__tabs .c-tab__content table th,
.product-page__tabs .c-tab__content table td {
    border: 1px solid #000;
    padding: 5px;
}

.product-page__tabs .c-tab__nav {
    border-bottom: 1px solid var(--border-color);
}

.product-page__tabs .c-tab__content--desc a {
    color: var(--accent-color);
}


.product-page__tabs .c-tab__content--desc ul li {
    list-style: disc;
}
.product-page__tabs .c-tab__content--desc ol li {
    list-style: decimal;
}
.product-page__tabs .c-tab__content--desc ol {
    list-style: decimal;
    padding-left: 15px;
}
.product-page__tabs .c-tab__content--desc ul {
    list-style: disc;
    padding-left: 15px;
}
.product-page__tabs .c-tab__content--desc img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    float: none !important;
    height: auto !important;
}

.product-page__tabs .c-tab__link {
    color: var(--main-text-color);
    padding: 0 20px 16px;
    text-decoration: none;
    -webkit-transition: all .9s;
    transition: all .9s;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    margin-left: 15px;
    position: relative;
    transition: all .2s;
}

.product-page__tabs .c-tab__link span {
    position: relative;
    z-index: 2;
    pointer-events: none;
}

.product-page__tabs .c-tab__link::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    background: var(--accent-color);
    transition: all 0.2s;
}

.product-page__tabs .c-tab__link.c-tab__link--active,
.product-page__tabs .c-tab__link:hover {
    color: var(--accent-color);
}

.product-page__tabs .c-tab__link:hover::before,
.product-page__tabs .c-tab__link.c-tab__link--active::before {
    left: -1px;
    width: 101%;
    height: 2px;
}



.product-page__tabs .c-tab__link--active::before,
.product-page__tabs .c-tab__link:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.product-page__tabs .c-tab__link:first-child {
    margin-left: 0
}

.product-page__tabs #mg-product-comments-rating form textarea.new-comment,
.product-page__tabs #treelike-comments form textarea.new-comment,
.product-page__tabs .comments [name=comment] {
    border-radius: 10px;
    border-color: #e9e9e9;
    font-family: inherit;
    margin-bottom: 30px;
    background-color: #fff
}

.product-page__tabs .comments [name=comment] {
    border: 1px solid #e9e9e9;
    padding: 15px;
    box-sizing: border-box
}

.product-page__tabs .vote label {
    display: -webkit-box;
    display: flex
}

.product-page__tabs .vote label .rateit {
    margin-left: 15px
}

.product-page__tabs .comment-subscribe {
    display: -webkit-box;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .product-page__tabs .c-tab__link {
        display: inline-block;
        white-space: nowrap;
        background: var(--accent-background-color);
        border-radius: 16px;
        padding: 8px 10px;
        margin-right: 0;
        font-size: 14px;
        line-height: 114%;
        text-transform: capitalize;
        width: auto;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .product-page__tabs .c-tab__link::before {
        display: none;
    }

    .product-page__tabs .c-tab__nav {
        border: none;
    }

    .product-page__tabs .c-tab__link.c-tab__link--active,
    .product-page__tabs .c-tab__link:hover {
        color: var(--secondary-text-color);
        background: var(--accent-color);
    }

}

@media (max-width: 740px) {
    .product-page__tabs #treelike-comments form.add_new_comment {
        display: flex;
        flex-direction: column;
    }
}

.product-page__tabs .comment-subscribe input {
    display: block;
    margin-left: 10px;
    cursor: pointer;
    height: 20px;
    width: 20px;
}



.product-page__tabs .comment-post {
    color: #3e8834;
    background-color: #bcf2cc;
    border: none
}

.product-page__tabs .comments h3 {
    font-size: 16px
}

#mg-product-comments-rating .comment-info .top-line {
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex
}

#mg-product-comments-rating .comment-info ul li span.author {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex: 1
}

#mg-product-comments-rating .comment-info .rateit .rateit-range {
    margin-bottom: 0
}

#mg-product-comments-rating .comment-info ul li span.action {
    -webkit-box-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end
}

#mg-product-comments-rating .comment-info .comment-line {
    text-align: left;
    color: var(--text-color)
}

#mg-product-comments-rating .comment-info .answer a {
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
    font-family: inherit;
    height: 30px;
    padding: 5px 15px;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    background: var(--main-color);
    cursor: pointer
}

#mg-product-comments-rating .comment-info .answer a span {
    font-size: 12px;
}

@media (min-width:310px) and (max-width:767px) {
    #mg-product-comments-rating .comment-info .answer a {
        height: auto
    }
}

#mg-product-comments-rating .comment-info .answer a:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    background: #000;
    border: none
}



@media (max-width: 330px) {
    .product-page__tabs .comment-subscribe input {
        margin-left: 5px;
    }
}