.faq-container{
    margin-top:-30px
}
.faq-heading{
    margin: 30px 0px 10px 0!important;
}
.faq-item{
    border: 1px solid var(--lt);
    margin: 0 0 0 0;
}
.faq-item:hover{
    /*box-shadow: 0 0.6rem 0.8rem -0.3rem #eee;*/
    border-color: #cccbcb;
}
.faq-question{
    position:relative;
    padding: 15px 0 15px 0;
    cursor:pointer;
    font-size: 17px;
}
.faq-question:before{
    position:absolute;
    /*left:10px;*/
    right: 10px;
    content:'\f067';
    font-family: 'FontAwesome';
    font-size:12px;
    font-weight:normal
}
.active.faq-question:before{
    content:'\f068';
}
.faq-answer{
    color:var(--product-text);
    padding: 15px 0 20px 0;
    display:none;
}

.active {

    font-weight: 900;
}

.faq-border {
    border-bottom: 1px solid #dce1e8;
}

.faq-border:last-child {
    border-bottom: none;
}
