/** sort filter sc */
* {
    outline: none !important;
}

/**
* buttons 
**/
.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div ,
.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div label.wb-sort-filter-lbl,
.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div a.a-link{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div  button.wb-ent-btn-group {
    border-color: #cccccc;
    background-color: #ececec;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    padding: 8px 10px;
    min-width:65px;
}

.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div button.wb-ent-btn-group.selected {
    color: #ffffff;
    background-color: #006263;
}

.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div btn-group > button.wb-sort-filter-item.btn.btn-secondary.wb-ent-btn-group:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div btn-group > button.wb-sort-filter-item.btn.btn-secondary.wb-ent-btn-group:last-child{
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div button.wb-sort-filter-item.btn.btn-secondary.wb-ent-btn-group.active {
    background-color: #1bada8;
    color:#ffffff;
}
.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div label.wb-sort-filter-lbl{
    margin-right: 0;
    color:#7f7f7f;
}

.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div a.a-link{
    color:#6F679E;
}

.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div a.a-link.selected{
    color:#000000;
}
.wb-plfc-skin-wb_sc.wb-ent-sort-filter.wb-ent-widget-div a.a-link:before {
    top:-50%;
    bottom:-50%;
    background-color:#cccccc; 
}

/*** Start of fixing styling ***/
button.wb-filter-content-item.active {
    background-color: #94C947 !important;
	color: #ffffff !important;
}
/*** End of fixing styling ***/