.pinnacle_price_level.preloading,
.stock.preloading {
  display: inline-block;
  background-color: #444;
  animation: fading 1.5s infinite;
  border-radius: 4px;
  color: transparent;
  margin-bottom: 4px !important;
}

@keyframes fading {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.1;
  }
}
.user_access_level_1 .hide_for_access_level_1 {
  display: none !important;
}
.user_access_level_1 .shop_table .product-price,
.user_access_level_1 .shop_table .product-subtotal,
.user_access_level_1 .shop_table .pinnacle_price_level {
  display: none;
}
.user_access_level_1 .shop_table .cart-subtotal .amount {
  display: none;
}
.user_access_level_1 .shop_table .order-total,
.user_access_level_1 .shop_table .cart-subtotal {
  display: none;
}
.user_access_level_1 .woocommerce-checkout-review-order-table .product-total,
.user_access_level_1 .woocommerce-checkout-review-order-table .cart-subtotal {
  display: none;
}
.user_access_level_1 .ct-woocommerce-cart-form .cart_totals > h2 {
  display: none !important;
}