/*
Theme Name: Griffity Company Stores (Astra Child)
Author: Sebastian FUchs
Template: astra
Version: 1.0.0
Text Domain: astra
*/


.woocommerce-store-notice__dismiss-link {display:none}


.woocommerce-js div.product .product_title {
    font-size: 2.5rem;
}

.ast-shop-product-out-of-stock {
    color: #fff !important;
    background-color: rgba(255,0,0,.9) !important;
}

.woocommerce-loop-category__title {
    color: #fff !important;
    background-color: var(--ast-global-color-0) !important;
    opacity: 0.9;
    font-size: 1em !important;
}

.stock.in-stock { color: #77a464; }
.stock.out-of-stock { color: red;}
mark.count {color: #fff;}

.custom-quantity-form {
    display: flex;
    align-items: center;
    gap: 5px;
}

.custom-quantity-form .qty {
    width: 50px;
	height: 36px;
    text-align: center;
}