.nice-select-wrapper .nice-select { width: 100%; height: auto; display: flex; align-items: center; padding: 5px 12px; color: #555555; font-weight: 500; border: 0; }
.nice-select-wrapper .nice-select.open:after { transform: rotate(180deg); margin-top: -10px; }
.nice-select-wrapper .nice-select:after { margin: 0; top: auto; right: 0; width: 10px; height: 10px; border: 0; transform: rotate(0); background-color: transparent; background-size: 10px; background-position: 50% 50%; background-repeat: no-repeat; background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.01431 7.2985C5.28544 7.56963 5.64349 7.70505 6.00164 7.70505C6.35979 7.70505 6.71794 7.56963 6.98898 7.2985L11.5675 2.71997C12.0999 2.18759 12.1581 1.30673 11.6449 0.754983C11.1029 0.164517 10.1833 0.145158 9.62197 0.706584L6.67932 3.63955C6.30191 4.01706 5.69199 4.01706 5.31448 3.63955L2.38151 0.706584C1.81999 0.145158 0.900408 0.154838 0.358438 0.754983C-0.154589 1.30673 -0.106191 2.18759 0.435876 2.71997L5.01431 7.2985Z' fill='%23555555'/%3E%3C/svg%3E%0A"); transition: all 0.3s; z-index: 2; }
.nice-select-wrapper .nice-select .list { max-height: 400px; overflow-y: scroll; }
.nice-select-wrapper .nice-select .list .option { color: #555555; line-height: normal; min-height: auto; padding: 10px 16px; }
.nice-select-wrapper .nice-select .list .option.selected.focus { background: transparent; }
.nice-select-wrapper .nice-select .list .option.selected.focus:hover { background: #222222; }
.nice-select-wrapper .nice-select .list .option:hover { color: #ffffff; background: #222222; }

.be-products-search-form-wrapper .be-products-search-form__container { position: relative; line-height: 1; }
.be-products-search-form-wrapper .be-products-search-form__container .be-search-form__inner { display: flex; align-items: center; overflow: hidden; transition: all 0.3s; }
.be-products-search-form-wrapper .be-products-search-form__container .nice-select-wrapper { position: absolute; top: 50%; right: 60px; transform: translateY(-50%); -webkit-transform: translateY(-50%); line-height: 20px; height: 100%; width: 136px; z-index: 9; display: flex; justify-content: center; align-items: center; }
.be-products-search-form-wrapper .be-products-search-form__container .nice-select-wrapper select { border: 0; outline: none; font-size: 14px; }
.be-products-search-form-wrapper .be-products-search-form__container .be-search-form__input { display: block; width: 100%; padding: 16px 200px 16px 16px; border-color: rgba(0, 0, 0, 0.08); border-width: 0 0 1px 0; background: #FFF; font-size: 14px; font-weight: 500; outline: none; border-radius: 0; }
.be-products-search-form-wrapper .be-products-search-form__container .be-search-form__input:focus { border-color: #222; }
.be-products-search-form-wrapper .be-products-search-form__container .be-search-form__submit { position: absolute; right: 0; padding: 16px; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: transparent; color: #555555; font-size: 18px; line-height: 0; border: 0; }
@media (max-width: 767px) { .be-products-search-form-wrapper .be-products-search-form__container .be-search-form__input { padding-right: 120px; }
  .be-products-search-form-wrapper .be-products-search-form__container .nice-select-wrapper { right: 40px; } }

.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__toggle-icon { display: inline-block; font-size: 22px; line-height: 1; cursor: pointer; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__toggle-icon i { padding: 10px; border-radius: 3px; background-color: #EDF7FC; display: inline-block; transition: all 0.3s; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__toggle-icon svg { display: inline-block; width: 1em; height: 1em; transition: all 0.3s; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__box { transform: scale(0); visibility: hidden; opacity: 0; position: fixed; z-index: 9998; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100vh; padding: 20px; background-color: rgba(0, 0, 0, 0.4); display: flex; justify-content: center; align-items: center; transition: all 0.3s; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__box.show-form { visibility: visible; opacity: 1; transform: scale(1); }
.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__inner { position: relative; width: 100%; max-width: 800px; flex-direction: row; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .nice-select-wrapper { right: 120px; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .nice-select-wrapper:before { display: none; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .nice-select-wrapper .nice-select { padding: 5px; height: 100%; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .nice-select-wrapper .nice-select:before { background-color: transparent; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .nice-select-wrapper .nice-select:after { right: 10px; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .nice-select-wrapper .nice-select .list { overflow-y: scroll; max-height: 300px; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__input { background-color: #FFFFFF; padding: 15px; color: #54595F; font-weight: 400; font-size: 15px; line-height: 26px; border-radius: 5px; border: 0; height: 60px; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__submit { height: 100%; width: 60px; padding: 5px; font-size: 20px; right: 55px; transition: all 0.3s; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__submit:hover { background-color: #d8d8d8; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__close-icon { margin-left: 5px; cursor: pointer; font-size: 16px; line-height: 1; color: #FFFFFF; background: #ffffff30; min-width: 50px; height: 50px; border-radius: 5px; display: flex; justify-content: center; align-items: center; transition: .3s ease; -webkit-transition: .3s ease; }
.be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__close-icon:hover { color: #e1e1e1; background: #000000; }
@media (max-width: 600px) { .be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__inner { flex-direction: column; }
  .be-products-search-form--skin-full-screen .be-products-search-form__container .nice-select-wrapper { margin-top: 5px; width: 100%; position: unset; transform: translate(0); }
  .be-products-search-form--skin-full-screen .be-products-search-form__container .nice-select-wrapper .nice-select { height: 60px; padding: 15px; }
  .be-products-search-form--skin-full-screen .be-products-search-form__container .nice-select-wrapper .nice-select:after { right: 15px; }
  .be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__submit { height: 60px; top: 0; right: 0; transform: translate(0); border-radius: 5px; }
  .be-products-search-form--skin-full-screen .be-products-search-form__container .be-search-form__close-icon { position: absolute; top: -55px; right: 0; z-index: 9; } }
