/*
 Theme Name:   The Natural Gem
 Theme URI:    https://www.wp-stars.com
 Description:  The Natural Gem Theme
 Author:       WP-Stars
 Author URI:   https://www.wp-stars.com
 Template:     understrap
 Text Domain:  the-natural-gem
 Version: 2.0.0
 */


 .category-presseartikel  h2 {
   letter-spacing: 0;
   font-weight: normal;
   font-size: .9rem;
 }

 footer .payment-info img {
     max-width: 50px !important;
     height: 100%;
     max-height: 35px;
 }


 .category-karriere div.author-box {
	display: none;
}


/* Additional Footer Nav for legal items */

 .bottom-menu {
  margin: auto; 
}

 .bottom-menu #menu-footer-bottom ul.menu, .bottom-menu #menu-footer-bottom-en ul.menu {
  border-top: none !important;
}

 .bottom-menu #menu-footer-bottom li, .bottom-menu #menu-footer-bottom-en li {
float: left;
}

 .bottom-menu #menu-footer-bottom li a, .bottom-menu #menu-footer-bottom-en li a {
  display: block;
  text-align: center;
  padding: 0.5em;
}

/* Style Pop Up Newletter global */

 .pum-content .cr_form a {
    color: #fff !important;
}

 .pum-content h2 span, .pum-content h3 span {
  background: none !important;
}

/*adjustmenst kloos after SAGE review*/

.woocommerce-checkout .woocommerce-additional-fields, .woocommerce-checkout .product-quantity {
  display: none;
}

form.checkout #order_payment_heading {
  width: initial
}

.woocommerce-billing-fields h3 span {
  padding: 0 1rem;
}

a.checkout-button, a.tng-checkout-button, #place_order, .single_add_to_cart_button{
  background-color: #9e8145 !important;
  color: #ffffff !important;
  border: 1px solid #9e8145 !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_table {
  background-color: #ffffff;
}

a.checkout-button:hover, a.tng-checkout-button:hover, #place_order:hover, .single_add_to_cart_button:hover {
  background-color: #ffffff !important;
  color: #9e8145 !important;
  border: 1px solid #9e8145 !important;
}

form.checkout button[name=woocommerce_checkout_place_order]:before, .tng-warenkorb-form .tng-after-cart-products .tng-cart-collaterals .wc-proceed-to-checkout .tng-checkout-button i:before {
  background-image: url(../_tng/icons/basket_white.svg);
}

form.checkout button[name=woocommerce_checkout_place_order]:hover:before, .tng-checkout-button:hover i:before {
  background-image: url(../_tng/icons/basket_gold.svg);
}
