/*
 Theme Name: Weta Child
 Theme URI:
 Description: Weta Child Theme
 Author: Michael Felden
 Author URI: https://pixellogik.de/
 Template: weta
 Version: 1.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Weta Child Theme
*/

/* Badge Verkauft statt Out of Stock für Produktseite und Übersicht 
.outofstock .woocommerce-loop-product__link::after,
.outofstock > div::after,
.product_list_widget li.outofstock::after{
    content: "VERKAUFT";
    background-color: #e10000;
    color: white;
    position: absolute;
    top: 3em;
    left: 0em;
    padding: 0.2em 0.4em;
    height: 27px;
    display: inline-block;
    letter-spacing: 0.05em;
    border-radius: 0 7px 7px 0;
}
.product_list_widget li.outofstock{
    position: relative;
}*/
.btn_inquiry{
    cursor: pointer;
    overflow: visible;
    white-space: nowrap;
    padding: 14px 50px;
    background: #000000;
    color: #fff;
    border: none;
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: normal;
    outline: none;	
}

.wc-gzd-additional-info.delivery-time-info,
span.amount.woocommerce-Price-amount,
button[name=add-to-cart],
#menu-top-wrap .header-shop-wrap,
#main .woocommerce-ordering{
	display: none;
}