/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.faq-wrapper { margin: 0 auto; border-bottom: 1px solid rgba(0, 0, 0, 0.11);}
.faq-item { border-top: 1px solid rgba(0, 0, 0, 0.11); margin-bottom: 5px; }
.faq-question {
    cursor: pointer; 
    padding: 18px 25px 18px 5px;
    background: #fff; 
    position: relative;
    color: #767676;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.faq-question::before {
    content: "\f129"; 
    font-family: "woodmart-font"; 
    font-weight: 900;
    position: absolute;
    right: 15px;
    font-size: 12px;
    transition: transform 0.3s ease;
}
.faq-answer { display: none; padding: 0 5px; background: #fff; }
.faq-answer p { 
    margin-bottom:19px !important; 
    color: #767676; 
    font-family: Lato; 
    font-size: 14px; 
    font-weight: 400; 
    line-height: 22.4px; 
}
.faq-question.active::before { transform: rotate(180deg); }