s span.woocommerce-Price-amount {
  color: #777777;
}

input[type=text].invalid {
  border-color: #b20000;
}

table.woocommerce-orders-table th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-status,
table.woocommerce-orders-table td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status,
div.woocommerce-MyAccount-content mark.order-status,
h2.woocommerce-shipments-list__title,
table.woocommerce-shipments-table.woocommerce-MyAccount-shipments {
  display: none;
}

.subshop_dropdown {
  margin-top: 30px;
  margin-right: 15%;
  position: relative;
  z-index: 11;
  text-align: right;
  transform: translateY(-100%);
}
.subshop_dropdown select {
  max-width: 150px;
  display: inline-block;
}

.ma_budget-user {
    font-weight: bold;
    margin-right: 10px;
    white-space: nowrap;
    text-decoration: underline;
    margin-bottom: 5px;
}

.select-button-container {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
}

.select-button-container select {
  border: none;
  margin-right: 10px;
  font-size: 1em;
  padding: 0.5em 1em;
  background-color: #f0f0f0;
  color: #333;
  border-radius: 3px;
}

.select-button-container button {
  border: none;
  background-color: #0069d9;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 3px;
  cursor: pointer;
}

.select-button-container button:hover {
  background-color: #005cbf;
}

.select-button-container button:focus {
  outline: none;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #0069d9;
}

.shop_table .includes_tax, .cart-item .tax_label, .shop_table .tax_label {  
    display: inline-block!important;
}
.shop_table .order-tax {
    display: none;
}

.stuck .header-main .nav > li > a {
    line-height: 16px!important;
}

.warning-box {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.1);
    color: #721c24;
    box-sizing: border-box;
    margin-bottom: .5em;
}
