
/* Move category titles from overlay to below the image */
.woocommerce ul.products li.product-category .astra-shop-thumbnail-wrap {
    position: relative;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    position: relative !important;
    background: transparent !important;
    color: #ffffff !important;
    padding: 10px 0 5px 0 !important; /* Adjusted spacing */
    bottom: auto !important;
    text-align: center;
    font-size: 22px !important; /* Makes the text larger */
    font-weight: bold !important; /* Makes the text bold */
    text-transform: uppercase; /* Keeps it in all caps */
}

/* Optional: Removes the white box that was behind the text */
.woocommerce ul.products li.product-category .woocommerce-loop-category__title:hover {
    background: transparent !important;
}
.wpcf7-form label,
.wpcf7-form span,
.wpcf7-form p {
    color: #000000 !important;
    display: block !important;
    font-weight: bold !important;
    opacity: 1 !important;
}

.wpcf7-form input, 
.wpcf7-form textarea {
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
    padding: 5px !important;
}

.woocommerce-order-received .woocommerce-table__product-name,
.woocommerce-order-received .woocommerce-table__product-total,
.woocommerce-order-received .order_details,
.woocommerce-order-received address {
    color: #ffffff !important;
}
.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title, 
.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
    background: #081d21 !important;
}
/* MOBILE FIXES - FINAL */
@media (max-width: 768px) {
    
    body [class*="afc"] {
        top: auto !important;
        bottom: 20px !important;
        left: 20px !important;
        right: auto !important;
        position: fixed !important;
        z-index: 999999 !important;
        margin: 0 !important;
        transform: none !important;
    }

    /* 2. FIX IMAGE SPACING */
    body ul.products li.product-category {
        display: block !important;
        clear: both !important;
        margin-bottom: 60px !important;
        position: relative !important;
        width: 100% !important;
    }
}
.ast-hb-account-login-wrapper .ast-hb-account-login{
	background-color:#081d21!important;
}
.ast-header-account-wrap .ast-header-account-type-icon .ahfb-svg-iconset svg{
	fill: white!important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
	color:#2b2d2f!important;
	
}