.swatcher .custom-taxonomies > li {
    border: 0;
}
.swatcher-toggle {
    padding: 10px 0;
    border-bottom: 2px solid #2872C1;
    margin-bottom: 1rem;
}
.swatcher-toggle .title {
    color: #0C1B5A;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.swatcher-toggle .toggle-arrow {
    position: absolute;
    top: 12px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0B9647;
    color: #fff;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    transition: all .25s ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swatcher-toggle .toggle-arrow:after {
    content: "\f107";
    font-family: "font awesome 5 pro";
}
.swatcher-toggle .toggle-arrow.expanded:after {
    content: "\f106";
}