#wc-ezdefi-icon {
  float: right;
  margin-top: 3px;
}
#wc-ezdefi-icon img {
  float: left !important;
  width: 18px;
  margin-left: 2px;
}

#wc-wzdefi-checkout .currency-select {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -2.5px 0 -2.5px;
}
@media screen and (max-width: 575.98px) {
  #wc-wzdefi-checkout .currency-select {
    max-height: 160px;
    overflow-y: auto;
  }
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap {
  width: 140px;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 575.98px) {
  #wc-wzdefi-checkout .currency-select .currency-item__wrap {
    width: 50%;
    min-width: 140px;
  }
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  padding: 5px;
  transition: all 0.3s;
  cursor: pointer;
  color: #212529;
  font-size: 16px;
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item:hover, #wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item.selected {
  background-color: #d4edda;
  border-color: #c3e6cb;
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__logo {
  margin-right: 5px;
  position: relative;
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__logo img {
  width: 20px;
  margin-top: 8px;
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__logo .item__desc {
  text-align: left;
  position: absolute;
  max-width: 200px;
  min-width: 160px;
  font-size: 13px;
  color: #fff;
  background: #343a40;
  left: 25px;
  padding: 3px 6px;
  border-radius: 6px;
  top: 4px;
  display: none;
  z-index: 99;
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__logo .item__desc:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #343a40 transparent transparent;
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__logo:hover .item__desc {
  display: initial;
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__text {
  text-align: left;
  width: calc(100% - 28px);
}
@media screen and (max-width: 575.98px) {
  #wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__text {
    font-size: 15px;
  }
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__text .item__price {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__text .item__info {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  font-size: 90%;
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__text .item__info .item__symbol {
  text-transform: uppercase;
}
#wc-wzdefi-checkout .currency-select .currency-item__wrap .currency-item .item__text .item__info .item__discount {
  color: #dc3545;
}

/*# sourceMappingURL=ezdefi-checkout.css.map */
