/*
 Theme Name:   Astra Child
 Theme URI:    https://example.com/
 Description:  Child theme for Astra
 Author:       https://example.com/
 Version:      1.0.0
 Template:     astra
 Text Domain:  astra-child
*/
.post-type-archive-product .variations_form,
.tax-product_cat .variations_form,
.single-product .add-to-cart .ast-stock-detail,
.single-product .ast-sticky-add-to-cart.top.is-active,
.contact-form .nf-before-form-content {
    display: none;
}
body.home {
    margin: 0!important;
    padding: 0!important;
}
@media (min-width: 1024px) {
    .general-hover {
        transition: opacity .3s linear;
    }
    .general-hover:hover {
        opacity: .5;
    }
}
.woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background-image: linear-gradient(90deg, #6a973a 0%, #476b22 100%);
}
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content .entry-title,
body.woocommerce-account .site-content,
body.error404 .site-content,
main.general .container,
.woocommerce-notices-wrapper {
    padding: 40px 16px;
    max-width: 1280px;
    margin: 0 auto;
}
.buy-now.disabled {
	pointer-events: none;
    cursor: not-allowed;
    opacity: .5;
}
#page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
.footer a {
    width: fit-content;
}
.footer a:hover,
.social a:hover {
    opacity: .5;
}
input:focus, textarea:focus {
    border-style: solid!important;
}
a {
    outline: unset!important;
}
@media (max-width: 768px) {
    .woocommerce-page.woocommerce-cart #content .woocommerce-cart-form table.cart .product-thumbnail {
        text-align: start!important;
    }
    .woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
        min-width: 120px!important;
        height: 120px!important;
    }
}
.woocommerce-cart .coupon,
.checkout_coupon {
    display: flex;
    gap: 20px;
}
@media (max-width: 768px) {
    .checkout_coupon,
    .woocommerce-checkout .woo-carrier-agents-postcode-input-wrapper {
        flex-direction: column;
    }
}
.woocommerce-checkout .woo-carrier-agents-postcode-input-wrapper {
    gap: 20px;
}
.woocommerce-checkout .woo-carrier-agents-postcode-input-wrapper a#woo-carrier-agents-search-button {
    min-width: 170px;
    width: 170px!important;
    text-align: center;
    line-height: 1.2;
}
.woocommerce-checkout .woo-carrier-agents-postcode-input-wrapper input {
    padding: .25em .75em;
}