

/* Start:/bitrix/templates/centino-kids/components/bitrix/catalog.section.list/price/style.css?1720461836755*/
#b-price_search {
  width: 100%;
  padding: 5px 10px;
}

.search-results tr {
  display: none;
}

.search-results tr td {
  background: #fff !important;
  border: 1px solid #f24b4a !important;
}

.text-yellow {
  background: yellow !important;
}
.search-container {
    position: relative;
    width: 100%;
    max-width: 500px; /* или ваше предпочтительное значение */
}

#b-price_search {
    width: 100%;
    padding: 10px;
    padding-left: 35px; /* учитывая размер иконки */
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-30%);
    fill: #333; /* цвет иконки */
}

/* End */
/* /bitrix/templates/centino-kids/components/bitrix/catalog.section.list/price/style.css?1720461836755 */
