h2 { font-size: 32px !important;}

.category-title {
    font: 600 2.2em/1.174em 'Maven Pro', sans-serif;
    color: #3259a8;
    margin: 0 0 10px;

}
.accordion .a-container .a-panel {
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding: 0px 10px;
}

/* Panel style when active */
.accordion .a-container.active .a-panel {
    padding: 15px 10px 10px 10px;
    opacity: 1;
    height: auto;
    max-height: 100%;
}

/* Panel styles */
.question.a-btn {
    cursor: pointer;
    margin-top: 10px;
    border-top: 1px solid #3259a8;
    padding-top: 20px;
    margin-top: 10px;
    color: #000;
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-right: 20px;
}
.question-block.a-container:first-of-type .question.a-btn {
    border: none
}
.question.a-btn:after {
    content: "+";
    position: absolute;
    right: 10px;
}
.accordion .a-container.active .question.a-btn:after {
    content: "-";
}

.woocommerce .category_bottom_block .widget li a {
    color: #000;
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

