.pmcs-item {
  display: inline-flex;
  align-items: center; }
  .pmcs-item img {
    max-width: 1.5em;
    margin-right: 0.5em; }

.pmcs-dropdown {
  position: relative; }
  .pmcs-dropdown .pmcs-dropdown-currency {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 200px;
    background-color: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    margin: 0px;
    display: none;
    list-style: none; }
  .pmcs-dropdown .pmcs-top-level {
    cursor: pointer; }
  .pmcs-dropdown:hover .pmcs-dropdown-currency {
    display: block; }
  .pmcs-dropdown a {
    display: block;
    padding: 5px 10px; }

.pmcs-list-currency li {
  margin-bottom: 1em; }
  .pmcs-list-currency li:last-child {
    margin-bottom: 0px; }

/*# sourceMappingURL=frontend.css.map */