@charset "utf-8";

.yotpo-search-filter { width: 173px; }

.yotpo-search-filter .yotpo-search-label { position: relative; }

.yotpo-search-filter .yotpo-search-label--rtl .yotpo-search-icon { left: unset; right: 14px; }

.yotpo-search-filter .yotpo-search-label--rtl .yotpo-search-input { padding-left: unset; padding-right: 33px; }

.yotpo-search-filter .yotpo-search-label .yotpo-search-icon { position: absolute; top: 50%; left: 14px; transform: translateY(-50%); }

.yotpo-search-filter .yotpo-search-label .yotpo-search-input { width: 100%; height: 35px; top: 377px; padding-left: 33px; border: 1px solid var(--yotpo-b2b-light-grey); box-sizing: border-box; border-radius: 100px; font-size: 14px; line-height: 14px; outline: none; box-shadow: none; font-family: var(--secondary-font-family); text-align: start; background-color: var(--yotpo-empty-white); }

.yotpo-search-filter .yotpo-search-label .yotpo-search-input:focus, .yotpo-search-filter .yotpo-search-label .yotpo-search-input:valid { border: 1px solid var(--primary-color); }

.yotpo-search-filter .yotpo-search-label .yotpo-search-input .yotpo-search-input::placeholder { color: var(--yotpo-black); opacity: 1; }

.yotpo-display-s .yotpo-search-filter { width: 80%; }

.yotpo-display-s .yotpo-search-filter .yotpo-search-label .yotpo-search-input { height: 35px; font-size: 16px; padding-left: 35px; }

.yotpo-search-input::placeholder { color: var(--yotpo-black); opacity: 1; }

.yotpo-search-label { position: relative; }

.yotpo-search-label > .yotpo-search-icon { position: absolute; top: 50%; left: 14px; transform: translateY(-50%); }