
/* Redesign page css */
body.single #page .woocommerce-tabs ul.tabs {
    background-color: #EDEDED;
    justify-content: space-between;
    padding: 0px;
    height: 106px;
}

body.single #page .woocommerce-tabs ul.tabs li{
    width: 120px;
}
body.single #page .woocommerce-tabs ul.tabs li.active {
    width: 120px;
    border-bottom: unset !important;
}
body.single #page .woocommerce-tabs ul.tabs li.active a {
    font-weight: 600 !important;
    color: #EF6526 !important;
    border-bottom: 6px solid #EF6526;
}
body.single #page .woocommerce-tabs ul.tabs li.active a img.on {
    display: block;
}

body.single #page .woocommerce-tabs ul.tabs li.active a img.off {
    display: none;
}

body.single #page .woocommerce-tabs ul.tabs li a {
    color: #BEBEBE !important;
    padding: 1.3em 10px !important;
    margin: unset !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 10px;
    text-decoration: none;
    font-family: 'Matritsa', sans-serif;
    font-weight: 400;
    font-size: 16px;
    gap: 6px;
    text-transform: capitalize;
}

body.single #page .woocommerce-tabs ul.tabs li a img.on {
    display: none;
}
body.single #page .woocommerce-tabs ul.tabs li a img,
body.single #page .woocommerce-tabs ul.tabs li a svg {
    height: 30px;
    width: 30px;
}

body.single #page .woocommerce-tabs ul.tabs li a ::after {
    display: none;
}

body.single #page .woocommerce-tabs .active a::after {
    display: none;
}

 #ask_question,
 #submit_answer {
     background-color: #EDEDED;
     width: 100vw;
     margin-left: calc(-50vw + 50%);
 }
 .commentlist .review{
    background: #EDEDED;
    padding: 20px;
}
body.single #content #main #ywqa-questions-and-answers ol li {
    border: 1px solid #000000;
    margin-bottom: unset;
    border-radius: 4px;
}
body.single-product #review_form_wrapper{
    display: none;
}
body.single-product #commentform #submit{
    background: #EF6526;
    text-align: center;
    width: 30%;
    margin: auto;
    border-radius: unset;
    font-family: Matritsa, sans-serif;
}
body.single #reviews .woocommerce-review__published-date{
    font-family: Inter,sans-serif;
    font-size: 12px;
    color: #999999;
}
body.single #content #main #ywqa-questions-and-answers h2,body.single #content #main #ywqa-questions-and-answers #ywqa_question_list p{
    text-align: center;
}
body.single #content #main  #ywqa-questions-and-answers div.question-votes{
    border: unset;
    bottom: 20px;
    border-right: 1px solid #6D6D6D;
}
body.single #ywqa-questions-and-answers .question-content .goto-question.answer-now,
body.single #ywqa-questions-and-answers  a.write-first-answer {
     display: block;
     width: fit-content;
     color: #EF6526;
     background-color: transparent;
     font-weight: 600;
     font-size: 16px;
     left: 2em;
     position: relative;
     font-family: Matritsa, sans-serif;
     text-transform: lowercase;
     padding: 3px 15px;
     border: 1px solid #EF6526;
 }
body.single span.question-symbol,
body.single span.answer-symbol {
    display: inline-block;
    text-align: center;
    width: 25px;
    height: 25px;
    font-weight: 600;
    margin-right: 10px;
    background-color: #EDEDED;
    color: #6D6D6D;
    font-size: 14px;
    padding: 2px;
    font-family: Spoiler,sans-serif;
}
body.single #ywqa-questions-and-answers .question-content .question{
    font-family: Spoiler,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
 }
 body.single #ywqa-questions-and-answers .answer-content .answer{
    font-family: Inter,sans-serif;
    font-size: 14px;
    text-transform: capitalize;
 }
 body.single #ywqa-questions-and-answers  .question-owner-co{
    display: none;
 }
body.single div.question-votes span.question-votes-count,
body.single #ywqa-questions-and-answers .ywqa-ask-question label{
    font-family: Inter,sans-serif;
    font-size: 14px;
 }
 body.single #ywqa-questions-and-answers #ask_question form,
 body.single #ywqa-questions-and-answers #submit_answer_form {
     width: 50%;
     margin: auto;
     padding: 50px;
 }

 body.single #ywqa-questions-and-answers input#ywqa-submit-question,
 body.single #ywqa-questions-and-answers .ywqa_submit_answer {
     background: #EF6526;
     text-align: center;
     width: 50%;
     margin: auto;
     border-radius: unset;
     font-family: Matritsa, sans-serif;
     order: 4;
 }

 body.single #ywqa-questions-and-answers input#ywqa-submit-question:hover {
    background-color:#d24d1f ;
}

 body.single #ywqa-questions-and-answers .notify-answers,
 body.single #ywqa-questions-and-answers .ywqa-send-answer {
     display: flex;
     flex-direction: column;
 }
 #ywqa-questions-and-answers h2{
    font-family: Matritsa;
    font-weight: 600;
    font-size: 32px;
    color: #000000;
}
body.single .woocommerce-noreviews{
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    body.single #page .woocommerce-tabs ul.tabs.wc-tabs li a{
        flex-direction: column;
        line-height: 10px;
    }
    body.single #page .woocommerce-tabs ul.tabs.wc-tabs {
        display: flex;
        flex-direction: row;
        overflow: scroll;
        gap: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
    body.single #page .woocommerce-tabs ul.tabs li,body.single #page .woocommerce-tabs ul.tabs li a{
        width: max-content !important;
        padding: 10px;
        background-color: unset !important;
    }
    body.single #page .woocommerce-tabs ul.tabs li a img, body.single #page .woocommerce-tabs ul.tabs li a svg{
        padding-right: 0px;
    }
    body.single #page .woocommerce-tabs ul.tabs li.active a{
        border-bottom: unset;
        text-decoration: underline;
        text-decoration-thickness: 3px;
        text-underline-offset:18px
    }
    body.single #page .woocommerce-tabs ul.tabs li a img,
    body.single #page .woocommerce-tabs ul.tabs li a svg {
        height: 30px;
        padding-right: 10px;
    }
    body.single #page .woocommerce-tabs ul.tabs .border-bottom-0 {
        border-bottom: 0 !important;
    }
    body.single #page .woocommerce-tabs ul.tabs .border-top-0 {
        border-top: 0 !important;
    }
        body.single #page .woocommerce-tabs ul.tabs {
        flex-direction: column;
        padding: 0px;
        gap: 0px;
        padding-top: 10px;
    }
    body.single #page .woocommerce-tabs ul.tabs li.active a {
        line-height: 0;
    }
        body.single #page .woocommerce-tabs ul.tabs li a {
        padding: 0px !important;
        white-space: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        line-height: 0;
    }
}