:root {
  --secondary-color: #767676;
  --success-color: #3f7700;
  --alert-color: #fb030c;
  --text-color: #404040;
  --heading-color: #0a0a0a;
  --link-color: #404040;
  --link-hover-color: ;
  --input-border-color: #efefef;
  --divider-color: #e0e0e0;
  --border-radius: 0;
  --heading-font: '';
  --text-font: '';
  --button_transform: none;
  --icons-font: "Font Awesome 5 Pro", "FontAwesome";
}
h1 { font-size: 44px; } h2 { font-size: 40px; } 
#header .account-item>a::after {
    content: "";
    background-image: url('https://hesse-auktionen.de/wp-content/uploads/2021/02/account.svg');
    width: 24px;
    height: 22px;
    display: block;
        background-size: cover;
}
#header .account-item i {
  display: none;
}
  .searchform button i::before {
  content: "";
    background-image: url('https://hesse-auktionen.de/wp-content/uploads/2021/02/search.svg');
    width: 16px;
    height: 16px;
    display: block;
    background-size: cover;
}
/* Cart */
body.woocommerce-cart .woocommerce > .woocommerce.row, body.woocommerce-checkout .woocommerce-checkout {
  background: #ffffff}
body.woocommerce-cart .shop_table thead th {
  background: #767676;
  color: }
body.woocommerce-cart .shop_table thead th.product-subtotal {
  background: #404040;
  color: }
/* Checkout */
  body.woocommerce-page .form-row input, body.woocommerce-page .form-row select, body.woocommerce-page .form-row textarea {
    background: #efefef  }
  .single button[type="submit"].single_add_to_cart_button {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 849px) {
  h1 { font-size: 22px; } h2 { font-size: 20px; } }