/* export enum SearchType {
  Originals = 'Originals',
  Crosses = 'Crosses',
  OurCrosses = 'OurCrosses',
  Recommendations = 'Recommendations',
  // Used = 'Used',
} */

/* Originals Category */
.search-row-originals--is_our_warehouse {
    background-color: #ECF8EE;
    font-weight: bold !important;
}

.search-row-wrapper-originals {
    /*  */
}

.search-row-recommendations-custom {
    background-color: #FFFEF1;
    font-weight: bold !important;
}

.search-row-ourcrosses-custom {
    background-color: #ECF8EE;
    font-weight: bold !important;
}

.search-row-originals-warehouse-price {
    font-weight: bold !important;
}
