/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.try-in-game-btn {
  font-family: "Oxanium", sans-serif;
  font-weight: 700;
  padding: 0.6rem;
  display: block;
  margin: 10px 0 10px 10px;
  text-align: center;
  border: 1px solid;
  text-align: center;
}

.try-in-game-btn:hover {
  color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
}

.single-product .woocommerce-notices-wrapper {
  margin-top: 70px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody td {
  color: #fff !important;
}

.steam-item-status {
  padding: 0.5rem;
  background: #cccccc2b;
  color: #fff;
}
