@charset "utf-8";

#info-block { z-index: 101; position: fixed; bottom: 0px; left: 0px; width: 100%; background-color: rgb(0, 0, 0); padding: 10px 0px; text-align: center; font-size: 16px; display: flex; justify-content: center; align-items: center; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.info-item { margin: 0px 10px; padding: 5px 10px; background-color: rgb(255, 255, 255); border-radius: 5px; font-weight: 600; text-wrap: nowrap; }

.info-item-amount { background-color: rgb(1, 184, 0); color: rgb(255, 255, 255); }

@media (max-width: 768px) {
  .info-item { margin: 0px 5px; font-size: 14px; }
}
