/* FILTER */

.woof .irs--round .irs-handle {
    border: 1px solid #cccccc;
}

.woof .irs--round .irs-bar {
    background-color: #bbbbbb;
}

.woof .irs--round .irs-from, 
.woof .irs--round .irs-to, 
.woof .irs--round .irs-single {
    background-color: #da9c3e;
}

.woof .irs--round .irs-from:before, 
.woof .irs--round .irs-to:before, 
.woof .irs--round .irs-single:before {
    border-top-color: #da9c3e;
}


/* Wishlist */

.site-main ul.products li.product .woosw-btn-has-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 9px;
    border-radius: 5px;
}

.site-main ul.products li.product .woosw-btn-has-icon.woosw-added {
    background-color: rgb(218 156 62 / 90%);
}

ul.products .woosw-btn-text-icon .woosw-btn-text, 
.wc-block-grid__products .woosw-btn-text-icon .woosw-btn-text {
    display: none !important;
}

.single-product div.product {
    position: relative;
}

.single-product div.product button.woosw-btn.woosw-btn-has-icon.woosw-btn-text-icon {
    background-color: unset;
    color: #000;
    font-weight: 300;
    font-family: 'Roboto';
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

