
.shop .select-dropdown select {
    /* background-color: var(--primary) !important; */
    color: rgb(255, 255, 255) !important;
    padding: 5px 20px 5px 10px !important;
}
.shop .show-row {
    margin: 0 0px 0 0px;
}
.shop .short-by-feature {
    margin: 0 15px 0 7px;
}
.product-shop .short-by-feature {
    margin: 0 0px 0 18px;
}
.search-filter-section .short-by-feature {
    margin: 0 6px 0 6px;
}
.shop select:focus-visible {
    outline-offset: 0px;
    outline: 0 !important;
}
.shop .select-dropdown select option span{
    /* background: #e5e5e5 !important; */
    color: rgb(255, 255, 255);
}
