.startkategorien ul .product-category a img {
	display: none !important;
}

.startkategorien ul .product-category a {
	display: block;
	min-height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f8f8f8;
}

.startkategorien ul .product-category a:hover {
    background: #ebebeb;
}

.startkategorien ul .product-category a h2 .count {
	display: none;
}



.kat_nav ul {
   grid-row-gap: 0px !important;
}

.kat_nav ul .product-category a {
    background: #f8f8f8;
    display: block;
    margin: 2px 0;
    padding: 15px 20px;
    font-size: 15px;
}

.kat_nav ul .product-category a:hover {
    background: #ebebeb;
}

.kat_nav ul .product-category a:hover h2 {
   font-weight: 600;
}

.kat_nav ul .product-category a img {
    display: none !important;
}

.kat_nav ul .product-category a h2 {
    padding: 0 !important;
    margin: 0 !important;
}

.kat_nav ul .product-category a h2 .count {
    display:none;
}



.woocommerce-loop-product__title {
    min-height: 80px;
}



.custom-variation-select-wrapper {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.custom-variation-select-wrapper select {
    font-size: 14px;
}

.custom-variation-select-wrapper label {
    width: 150px;
    font-weight: 600;
}


.quantity-select-wrapper {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

#custom_quantity_select, #simple_product_quantity {
    width: 100px !important;
    font-size: 14px;
    padding: 0.5em 0.5em;
}

.quantity-select-wrapper label {
    width: 115px;
    font-weight: 600;
}

#add_to_cart_button {
    margin-top: 20px;
    font-weight: 600;
    border:none !important;
    border-radius:0;
}

#add_to_cart_button:hover {
    background: #000;
}

.woocommerce-notices-wrapper {
    width: 1200px;
    margin: 0 auto;
}


.wc-proceed-to-checkout {
    padding:0 !important;
}

#billing_country_field {
    display:none;
}

/* MOQ select field styling in cart */
.woocommerce-cart table.cart .quantity select.qty {
    padding: 0.5em;
    width: auto !important;
    min-width: 80px;
}