/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
#currencySelectorBox {
    position: fixed;
    top: 100px;
    right: 10px;
    z-index: 9999;
    background: #ffffff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }
  
  #currencySelectorBox select {
    padding: 6px 10px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  