#arc-currency-converter{z-index:9999;display:inline-block}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.arc-currency-converter{position:relative;cursor:pointer;font-family:ShopifySans,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.3}.arc-currency-converter-body::-webkit-scrollbar{width:6px}.arc-currency-converter-body::-webkit-scrollbar-track{background:#f1f1f1}.arc-currency-converter-body::-webkit-scrollbar-thumb{background:#bbb;border-radius:3px}.arc-currency-converter-body::-webkit-scrollbar-thumb:hover{background:#999}.arc-currency-converter-head-block{display:inline-block}.arc-currency-converter-head{display:flex;justify-content:space-between;align-items:center}.arc-currency-converter-head>svg{margin-right:.5em;transition:.5s;width:1em;height:1em}.arc-currency-converter-head .currency-converter-label{white-space:nowrap}.arc-currency-converter-body{display:none;box-shadow:0 4px 8px 0 rgba(0,0,0,.1);position:absolute;max-height:200px;overflow-y:auto;min-width:100%}.arc-currency-converter:hover .arc-currency-converter-body{display:block}.arc-currency-converter:hover .arc-currency-converter-head>svg{-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.currency-converter-item{display:flex;align-items:center;margin:.5em;overflow:hidden}.currency-converter-item .currency-converter-label{text-transform:capitalize;text-align:left;white-space:nowrap}.__selected_element{border:2px solid red;cursor:pointer}.__action_block{position:absolute;z-index:999999}.__action_btn{min-width:60px;min-height:34px;background-color:#1ab6cf;border:1px solid #fff;color:#fff;border-radius:2px}.__action_btn:hover,.__action_btn_selected{background-color:148ea1}.__submit_block{z-index:999999999999;position:fixed;left:0;bottom:0;width:100%;background-color:rgba(255,255,255,.9);padding:1em 3em;display:flex;align-items:center;box-shadow:5px 10px 8px 10px #888}.__submit_block button{min-width:100px;min-height:40px;border:none;color:#fff;margin-left:1em;border-radius:2px}.__submit_block .__discard{background-color:#e04b59}.__submit_block .__discard:hover{background-color:#d32535}.__submit_block .__submit{background-color:#1ab6cf}.__submit_block .__submit:hover{background-color:#148ea1}.__submit_block .__disabled{background-color:#dcdcdc;color:#999}.__submit_label{display:flex;flex:1;color:#007bff;font-size:1.2em}
