/*
Theme Name:     Storefront Child Theme for dunkel-schwarz.com
Theme URI:      https://www.dunkel-schwarz.com
Author:         IT-Center & Kubid GmbH - TT
Author URI:     http://www.it-center.at
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

 body:has(.woocommerce-coming-soon-banner), body:has(.woocommerce-coming-soon-entire-site) {
	background-color: #fff !important;
 }

 body {
	background-color: #fff !important;
 }

 ul.products li.product .shipping-costs-info, 
 ul.products li.product .tax-info {
    display: block !important;
}

.elementor-slideshow__title {
	display: none !important;
}

.woocommerce .product span.onsale {
    padding: 2px 10px;
}

.woocommerce-store-notice__dismiss-link {
	display: none !important;
}

.woocommerce-store-notice {
	text-align: center !important;
}

.demo_store::before {
	content: none;
}

.woocommerce-quick-order-search-quantity-field {
	padding: 20px 10px !important;
}

.woocommerce-quick-order-search-input-field-has-image {
	padding-left: 130px !important;
}

.woocommerce-quick-order-search-price,
.woocommerce-quick-order-search-actions {
	vertical-align: middle;
}

.woocommerce-quick-order-search-results-item-name {
	font-size: 14px !important;
}

.woocommerce-quick-order-search-message {
	display: none !important;
}

.woocommerce-quick-order-search-results-item-stock-status-outofstock {
	opacity: 30% !important;
	pointer-events: none !important;
}

.woocommerce-quick-order-search-results-item-image {
	padding: 10px !important;
	width: 75px !important;
}

.woocommerce-quick-order-search-results-item-name {
	padding-top: 10px !important;
}

#woocommerce-quick-order-search .rwd-table {
	padding: 10px !important;
}

.woocommerce-quick-order-search-results-item-price {
	display: none !important;
}

.woocommerce-quick-order-search th:nth-child(2),
.woocommerce-quick-order-search td:nth-child(2) {
	display: none !important;
}

.woocommerce .reset_variations {
	display: none;
}