/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.custom-accordion .acc-item {
    border-bottom: 1px solid #eee;
}

.custom-accordion .acc-title {
    cursor: pointer;
    padding: 15px;
    font-weight: 600;
    background: #fafafa;
    transition: 0.3s;
}

.custom-accordion .acc-title:hover {
    background: #f0f0f0;
}

.custom-accordion .acc-content {
    display: none;
    padding: 15px;
    background: #fff;
}