body.single #main .woocommerce-tabs.wc-tabs-wrapper h1, body.single #main .woocommerce-tabs.wc-tabs-wrapper h3, body.single #main .woocommerce-tabs.wc-tabs-wrapper h4, body.single #main .woocommerce-tabs.wc-tabs-wrapper h5, body.single #main .woocommerce-tabs.wc-tabs-wrapper h6, body.single #main .woocommerce-tabs.wc-tabs-wrapper p, body.single #main .woocommerce-tabs.wc-tabs-wrapper, body.single #main #tab-product-disclaimer *, body.single #main #tab-specs * {
    color: #fff;
}
body.single #main .woocommerce-tabs {
    background-color: #2D2D2D;
}
body.single .woocommerce-tabs.wc-tabs-wrapper {
    padding: 30px 0 !important;
}
body.single .woocommerce-tabs.wc-tabs-wrapper>div {
    width: 100% !important;
}
body.single-product .product-manual-wrapper {
    padding-bottom: 0 !important;
    max-width: 1024px;
    margin: 0 auto;
}
body.single #page .woocommerce-tabs ul.tabs {
    border: none;
}
body.single .woocommerce-tabs ul {
    color: #fff;
}
body.single-product #page .woocommerce-tabs ul.tabs li a {
    color: #FAFAFA;
    font-family: Inter, sans-serif;
}
body.single-product .woocommerce-tabs ul .active a {
    font-weight: 600;
    color: #ffffff !important;
}
body.single #main .woocommerce-tabs.wc-tabs-wrapper h2 {
    color: #f56721 !important;
    font-family: Inter, sans-serif;
}
body.single #review_form #reply-title {
    color: #ffffff !important;
    font-weight: 600;
}
body.single #review_form * {
    color: #fff;
}
body.single #reviews #review_form textarea, body.single #reviews #review_form input:not(#submit) {
    color: #000;
}
body.single .question-votes-count,body.single .question-text{
    color: #ffffff;
}
body.single .woocommerce-tabs.wc-tabs-wrapper a {
    color: #F56721;
}
body.single #ywqa_question_list, body.single #ask_question_form .ywqa-ask-question * {
    color: #fff;
}
body.single input#ywqa-submit-question {
    background-color: #f56721;
    font-family: Inter,sans-serif;
}
#tab-additional_information table.shop_attributes th,
#tab-additional_information table.shop_attributes td {
    color: #ffffff;
}
@media (min-width: 993px) {
    body.single .woocommerce-tabs.wc-tabs-wrapper>div {
        padding: 40px 100px;
    }
}