.custom-select-container{position:relative;box-sizing:border-box}.custom-select-container *{box-sizing:border-box}.custom-select-container.is-disabled{opacity:.333}.custom-select-opener{padding:10px 10px 10px 35px;justify-content:space-between;font-size:14px;transition:.3s;box-shadow:0 0 10px 2px rgba(0,0,0,.08);border-radius:8px;background:#fff url(../../img/sort-arrows.svg) 12px 13px no-repeat;cursor:pointer;width:100%;display:flex}.custom-select-opener:after{height:8px;content:"";background:url(../../img/select-arrow.svg) 50% no-repeat;width:14px;margin-top:3px;display:block}.custom-select-container select{position:absolute;visibility:hidden;top:0;left:0}.custom-select-panel{border-bottom-right-radius:8px;border-bottom-left-radius:8px;overflow:hidden;transition:max-height .3s ease-out,overflow-y .1s .3s;position:absolute;max-height:0;top:100%;background-color:#fff;box-shadow:0 0 10px 2px rgba(0,0,0,.08);width:100%;z-index:1}.custom-select-container.is-open .custom-select-panel{overflow-y:auto;max-height:10.7em}.custom-select-option{padding:8px 12px;font-size:14px}.custom-select-option.has-focus,.custom-select-option.is-selected{color:#fff;background-color:#c6262a;cursor:pointer}.custom-select-option.is-selected:before{content:""}.custom-select-optgroup>.custom-select-option{padding-left:2em}.custom-select-optgroup:before{padding:.5em;color:#888;content:attr(data-label);display:block}.custom-select-sort{max-width:210px}.custom-select-container.customSelect.is-open .custom-select-opener{border-bottom-right-radius:0;border-bottom-left-radius:0}