.mc-currency {
  height: 1.6rem;
  width: 1.6rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 99% 99%;
  margin: 0rem 0.5rem -0.5rem 0;
}

.currency_mc-gold,
.currency_mc-montacoin {
  background-image: url("../img/montacoin_gold.png");
}

.currency_mc-silver,
.currency_mc-fashioncoin {
  background-image: url("../img/montacoin_silver.png");
}

.currency_mc-both {
  background-image: url("../img/montacoin_both.png");
}

.currency_mc-none {}

.payment_method_montapayments img {
  max-height: 1rem;
}

/* Header functions */
.mp_headerfunctions {
  text-align: right;
}

/* USER information */
.mp_user {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  margin: 1rem;
  flex: 0 0 auto;
  align-self: auto;
}

.mp_userinfo {
  width: auto;
  position: absolute;
  width: 275px;
  padding: 0.5rem;
  font-size: 0.8rem;
  top: 3rem;
  left: -250px;
  z-index: 10;
  display: none;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.mp_userinfo * {
  text-align: left !important;
}

.active .mp_userinfo {
  display: block;
}

.mp_userinfo:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  right: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.mp_userinfo i {
  margin-right: 0.5rem;
}

.mp_user .mc-currency {
  float: left;
  clear: both;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  height: 1rem;
  width: 1rem;
}

.subtitle {
  font-weight: bold;
  font-size: 0.8rem;
  display: block;
}

.mp_username,
.mp_email,
.mp_account {
  display: block;
  padding: 0.5rem;
}

.mp_account i,
a.mp_account,
a.mp_account:hover,
a.mp_account:focus {
  text-decoration: none;
}

.mp_account {
  /*background-color: #009DE0;
    */
  margin-bottom: 0.5rem;
}

a.mp_account:hover {
  /*background-color: #F15D22;
    */
}

.mp_balance {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mp_balance li {
  list-style: none;
  padding: 0;
  margin: 0;
  /*color: #5F6062 !important;
    */
  padding: 0.5rem;
}

.mc-currency_value {
  display: inline-block;
  font-size: 1rem;
}

.mp-footer {
  margin-top: -90px;
  padding-top: 90px;
}

.mp_credit_container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}

.mp_credit {
  order: 0;
  flex: 1 0 5rem;
  align-self: auto;
  text-align: left;
  padding: 0.5rem;
}

.mp_credit-gold {}

.mp_credit-silver {}

/* Search */
.mp_search {
  display: inline-block;
  margin-right: 1rem;
}

.mp_btn {
  background-color: transparent;
  border: none;
  padding: 0;
  border: none;
  font-size: 1.6rem !important;
}

.mp_btn:hover,
.mp_btn:active,
.mp_btn:focus {
  background-color: transparent;
  border: none;
  /*color: #fff;
    */
  position: static;
}

/* Cart */
.mp_cart {
  display: inline-block;
  margin: 1rem;
  flex: 0 0 auto;
  align-self: auto;
}

.mp_cart a {
  font-size: 1.6rem;
  position: relative;
}

.mp_cart a:focus {
  /*color: #fff;
    */
}

.mp_cart-badge {
  font-size: 0.5rem;
  line-height: 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
  /*background-color: #F15D22;
    */
  position: absolute;
  top: 0.70rem;
  left: 0.30rem;
  border-radius: 50%;
  text-align: center;
}

.mp_cart a,
.mp_cart a:hover {
  /*color: #fff;
    */
}

/* Login */
.mp_login {
  display: inline-block;
  padding: 1rem;
  line-height: 1.6rem;
  flex: 0 0 auto;
}

.mp_login a,
.mp_login a:hover,
.mp_login a:active,
.mp_login a:focus {
  text-decoration: none;
}

.woocommerce .shop_table .cart-subtotal,
.woocommerce .shop_table .order-total {
  display: none;
}

.cart-subtotal-gold,
.cart-subtotal-silver {
  font-weight: bold;
}

.cart_totals table tr.cart-subtotal-gold td,
.cart_totals table tr.cart-subtotal-silver td {
  padding: 10px !important;
}

.my_curr_balance {
  padding: 1rem 0;
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
  /*color: #fff;
    */
}

.the_blue .woocommerce ul.products li.product .price {
  /*color: #fff;
    */
}

.monta_search_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 600px;
  height: 200px;
  background-color: #fff;
  z-index: 999;
  display: none;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.monta_search_modal h3 {
  color: #009DE0;
}

.monta_close_btn {
  position: absolute;
  height: 2rem;
  width: 2rem;
  top: 1rem;
  right: 1rem;
  background-color: #5F6062;
}

.mp_btn.monta_close_btn:focus,
.mp_btn.monta_close_btn:hover,
.mp_btn.monta_close_btn:active {
  color: #5F6062;
  top: 1rem;
  position: absolute;
}

.monta_rearch_modal--content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 600px;
  transform: translate(-50%, -50%);
}

.monta_user_menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: stretch;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .monta_user_menu {
    justify-content: center;
  }

  .mp_credit_container {
    flex-wrap: nowrap;
  }

  .mp_userinfo {
    position: static;
    width: 100%;
  }

  .mp_userinfo:before {
    display: none;
  }

  .monta_close_btn {
    font-size: 1rem !important;
    text-align: center !important;
  }

  .monta_search_modal *:not(.monta_close_btn) {
    text-align: left !important;
  }
}

@media screen and (max-width: 992px) {
  .monta_user_menu {
    justify-content: center;
  }
}

.button.button.alt.disabled {
  background-color: #009DE0 !important;
}

.mc-currency-colored {
  font-weight: bold;
}

.mc-gold {
  color: #d2a41b;
}

.mc-silver {
  color: #b4b4b4;
}

.mc-transaction_message {
  padding: 0.5rem 0;
}

header h1.woocommerce-products-header__title.page-title {
  color: #009DE0;
}

.home .footerspacer {
  display: none;
}

header p:empty {
  display: none;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.coinImage {
  height: 1.6rem;
  width: 1.6rem;
}

.mc-curencyrow {
  line-height: 1.6rem;
}

.transaction_totalRow {
  border-top: 2px solid #000;
}

#account_email {
  display: none;
}

.woocommerce-form-row:has(#account_email) {
  display: none;
}

/* * * * * * * * * * * * * */
/*  CSS GRID ADDED 2.3.2   */
/* * * * * * * * * * * * * */
.mc-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0.75rem;
    margin-left: 0.75rem;
}
.mc-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-top: 0;
}
.mc-col {
    flex: 1 0 0%;
}
.mc-col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.mc-col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.mc-col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.mc-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.mc-col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.mc-col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.mc-col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.mc-col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.mc-col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.mc-col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.mc-col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.mc-col-12 {
    flex: 0 0 auto;
    width: 100%;
}
@media (max-width: 576px) {
  .mc-col-1,.mc-col-2, .mc-col-3, .mc-col-4, .mc-col-5, .mc-col-6, .mc-col-7, .mc-col-8, .mc-col-9, .mc-col-10, .mc-col-11, .mc-col-12{
      flex: 1 0 100%;
  }
}