/* DMX_ASSETS_PRECIOS_CSS_CURRENCY_SELECTOR_WIDTH_FIX_V48U: extraído desde index.php */
/* DMX_CURRENCY_SELECTOR_WIDTH_FIX_V1 */
.dmxCurrencySwitch{
  width:auto!important;
  min-width:132px!important;
  height:44px!important;
  padding:0!important;
  flex:0 0 auto!important;
}
.dmxCurrencySwitch select{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  min-width:132px!important;
  padding:0 38px 0 16px!important;
  display:block!important;
  opacity:1!important;
  color:#0f172a!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:44px!important;
  white-space:nowrap!important;
  text-align:left!important;
  background:transparent!important;
}
.dmxCurrencySwitch i{
  right:15px!important;
  z-index:4!important;
}
html[data-theme="dark"] .dmxCurrencySwitch select,
body.dark .dmxCurrencySwitch select,
body.dmxDark .dmxCurrencySwitch select{
  color:#f8fafc!important;
}
