/*
 Theme Name:   Alles zum Grillen EU
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.WooZone-price-info { display: none; }

body .menu-mega-dropdown .sub-menu > li > a { text-transform: none; }

body.single-product .woocommerce-price-suffix { font-size: 50%; display: block; line-height: 130%; }

/* body.single-product .product-image-summary .cart::after { display: block; font-size: 70%; line-height: 125%; margin: 0 0 15px 0; color: grey; content: 'Sie kaufen dieses Produkt über Amazon.de bzw. bei einem Amazon-Händler. Vetragspartner wird also nicht der Betreiber dieser Seite. Alle Bilder und die Produktbeschreibung stammen ausschließlich vom jeweiligen Amazon-Händler und werden von uns mittels einer API (Application) lediglich übernommen. Für die Vollständigkeit und Richtigkeit der Inhalte, insbesondere der Produktbeschreibungen übernimmt der Betreiber dieser Seite daher keine Gewähr.'; }
*/

.product-grid-item .woocommerce-price-suffix { display: none !important; }


.title, .woocommerce-Reviews .comment-reply-title, h3, h4, h5, h6, legend { margin-bottom: 15px; }


span.button { background: #83b735; color: white; }

.container small { font-size: 80%; line-height: 1.3; display: block; }


/* KATEGORIEÜBERSICHT */
.category-grid-item .category-image img:nth-of-type(2) { display: none !important; }
.category-grid-item a.category-image { max-height: 300px; overflow: hidden; }


/* PRODUKTSEITE */
.woodmart-after-add-to-cart { line-height: 90%; }

.productfootercont { margin-top: 30px; }



/* FOOTER */
.woodmart-prefooter p { margin-bottom: 12px; }


/* ----------- RESPONSIV ------------ */

@media only screen and (max-width:960px) { 
	
	.footer-container { padding-bottom: 30px; }
	
	.woodmart-cookies-popup { bottom: 30px !important; }
	
	.scrollToTop { bottom: 45px !important; }
	
	.woodmart-hover-quick .woodmart-add-btn > a:not(.added_to_cart) { font-size: 0; }
    
}


@media only screen and (max-width:768px) { 
    
   .category-grid-item a.category-image { max-height: 150px; overflow: hidden; }
    
}


