
.wsus__product_page_search input,
textarea {
    width: 100%;
    padding: 12px 20px;
    outline: none;
    resize: none;
    border: 1px solid #E4E7E9;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 300;
}

.wsus__product_page_search form button {
    position: absolute;
    top: -3px;
    right: 6px;
}

button {
    cursor: pointer;
}

.form-control {
    padding: 13px !important;
    height: calc(2.5em + 0.75rem + 2px);
}

.clearFilterButton .blue_common_btn svg {
    left: 0;
    width: 100%;
}

.border-bottom {
    border-bottom: 1px solid #dcdcdc;
    font-weight: 700;
}

.category-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.dropdown-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

.rotated {
    transform: rotate(180deg);
}
