.ecl-currency-wrapper{display:inline-block;position:relative;margin-left:8px}
.ecl-currency-select{font-size:13px;padding:4px 24px 4px 8px;border:1px solid rgba(0,0,0,.12);border-radius:4px;background:transparent;cursor:pointer;appearance:none;-webkit-appearance:none;color:inherit;font-family:inherit}
.ecl-currency-select:hover{border-color:rgba(0,0,0,.3)}
.ecl-currency-select:focus{outline:none;border-color:currentColor}
.ecl-currency-floating{position:relative;display:inline-flex;align-items:center;margin-right:12px}
.ecl-currency-display{background:none;border:1px solid rgba(0,0,0,.12);border-radius:4px;padding:5px 10px;font-size:12px;cursor:pointer;color:inherit;font-family:inherit;white-space:nowrap;letter-spacing:.05em}
.ecl-currency-display:hover{border-color:rgba(0,0,0,.3)}
.ecl-currency-dropdown{position:absolute;top:100%;right:0;margin-top:6px;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:6px;box-shadow:0 8px 24px rgba(0,0,0,.12);z-index:9999;min-width:160px;padding:4px 0;max-height:320px;overflow-y:auto}
.ecl-currency-dropdown.ecl-hidden{display:none}
.ecl-currency-item{display:block;width:100%;text-align:left;padding:8px 14px;border:none;background:none;cursor:pointer;font-size:13px;color:#333;font-family:inherit;white-space:nowrap}
.ecl-currency-item:hover{background:#f5f5f5}
@media(max-width:749px){.ecl-currency-wrapper{margin-left:4px}.ecl-currency-select{font-size:12px;padding:3px 20px 3px 6px}}
