

.widget-area-side .widget .count {
    display: none;
}

/* .widget.vasia_layered_nav ul.swatches-display-list {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
} */

li#tab-title-additional_information {
    display: none !important;
}

.widget.vasia_layered_nav ul.swatches-display-list {
    display: none;
    padding-top: 12px;
}

.widget.vasia_layered_nav .widget-title {
    cursor: pointer;
    position: relative;
}

.widget.vasia_layered_nav .widget-title::after {
    content: "\e92b";
    font-family: 'roadthemes-icon';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
}

.widget.vasia_layered_nav.open .widget-title::after {
    content: "\e92b";
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: 0%;
}

span.layer-term-name {
    color: #000;
}

h5.widget-title {
    margin-bottom: 0 !important;
    font-size: 17px;
}.widget.vasia_layered_nav ul.swatches-display-list {
    padding-top: 12px;}