/*
Theme Name:  Savoy child
Template: 	 savoy
Theme URI:	 https://themeforest.net/item/savoy-minimalist-ajax-woocommerce-theme/full_screen_preview/12537825
Author:		 ChildThemeWP
Author URI:	 https://childthemewp.com
License:	 GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:    	 opensource     
Text Domain: savoychild
*/
.nm-shop-loop-product-wrap .price{
	display: none !important;
}
.nm-shop-loop-product-wrap .woocommerce-de_price_taxrate{
	display: none !important;
}
.nm-shop-loop-product-wrap .woocommerce_de_versandkosten{
	display: none !important;
}
.nm-shop-loop-actions{
	position: unset !important;
}
.nm-shop-loop-product-wrap .wgm-info.price-per-unit{
    display: none !important;
}


/*.home .nm-header{
    background-image: url("https://poolflicken.de/wp-content/uploads/2023/04/header_background02.png") !important;
}
.home .nm-header{
    background-image: url("https://poolflicken.de/wp-content/uploads/2023/04/header_background30.png") !important;
}
*/
.nm-header{
    background-image: url("https://poolflicken.de/wp-content/uploads/2023/05/header_background20-scaled.webp") !important;
}
.nm-header-placeholder{
    background-image: url("https://poolflicken.de/wp-content/uploads/2023/05/header_background20-scaled.webp") !important;

}
.nm-shop-loop-thumbnail{
    background-color: unset !important;
}
#nm-mobile-menu .nm-mobile-menu-content{
    background-color: #a7c5df91 !important;
}

/*Greetings */

.pf_greetings{
    line-height: 26px;
    text-align: center;
    font-family: cursive;
    color: #0170d1;
    font-size: large;
}

/* Kasse seite */

.woocommerce-checkout-review-order-table .cart_item td{
    border: 1px solid #e1e1e1 !important;
    padding: 5px !important;
    background-color: #fafafa;
}

#payment .payment_methods li{
    border: 1px solid #e1e1e1 !important;
    background-color: #fafafa;
}

/*Warenkorb*/
.checkout-button{
    margin-bottom: 5px !important;
}

.shop_table .woocommerce-checkout-review-order-tablen tbody{
    margin-bottom: 10px !important;
}

/* Grundpreis größer*/
.price-per-unit{
    font-size: 0.8em !important;
}

.shop_table.cart .product-quantity .nm-quantity-wrap .quantity{
    display: inline-flex !important;
}
#nm-widget-panel .nm-quantity-wrap .quantity{
    display: inline-flex !important;
}
.nm-cart-panel-quantity-pricing .wgm-info.woocommerce-de_price_taxrate {
    display: none;
}

.input-text.qty.text{
    width: 60% !important;
}

.nm-quantity-wrap .quantity .nm-qty-minus, .nm-quantity-wrap .quantity .nm-qty-plus{
    width: 40px !important;
}

@media (max-width: 400px) {
	.nm-quantity-wrap.qty-show label{
        display: none !important;
    }
}