.compatible-products-widget,.product-categories-widget {
    width: fit-content;
    margin-bottom: 20px !important;
}

.woof_container_inner h4 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    background: #444444;
    color: #FFFFFF;
    padding: 20px 15px 20px 15px;
    width: 221px;
    border-radius: 6px;
    border: 1px solid #444444;
    margin-bottom: 5px;
}

.compatible-products-widget ul li,
.product-categories-widget ul li {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    border: 1px solid #E1E1E1;
    width: 221px;
    border-radius: 6px;
    padding: 10px 15px 10px 10px;

}

.compatible-products-widget ul li a,
.product-categories-widget ul li a {
    display: flex;
    justify-content: space-between;
}
.back-to-shop{
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #CCCCCC;
}
.compatible-products-widget ul li a span,
.product-categories-widget ul li a span{
    color: #959595;
}
.reset-filter{
    border: 1px solid #EF6526;
    color: #EF6526;
    font-family: Inter,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-transform: capitalize;
    width: 221px;
    padding: 10px 30px;
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: transparent;
    display: block;
    text-align: center;
}