.gtea-widget-wc-single-product-tabs {
    .gtea-widget-wc-single-product-tabs__header {
        list-style: none;
        padding: 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .gtea-widget-wc-single-product-tabs__header-item {
        width: 100%;
        height: 100%;
        display: inline-flex;
    }
    .gtea-widget-wc-single-product-tabs__content {
        display: none;
        &.active {
            display: block;
        }
    }
    .comment-form {
        .stars span[role="group"]  {
            display: flex;
        }
    }
    .woocommerce-Reviews {
        .comment_container {
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
        }
        .avatar,
        .comment-text,
        .star-rating {
            float: none !important;
        }
        .avatar {
            position: relative !important;
        }
        .comment-reply-title {
            display: block;
        }
        .comment-form-cookies-consent {
            display: inline-flex;
            input {
                margin-right: 8px;
            }
        }
        p.stars a {
            display: inline-flex;
            &:before {
                position: relative;
            }
        }
    }
}