/* Force WooCommerce “Place Order” button to show */
.woocommerce-checkout .place-order button,
.woocommerce-checkout .place-order input#place_order {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Make sure the entire place-order container is visible */
.woocommerce-checkout .place-order {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Fix hidden buttons caused by Nicepage themes */
#payment .place-order .button {
    display: inline-block !important;
}
.u-backlink.u-clearfix.u-grey-80 {
    display: none !important;}
/* Mobile header padding fix */
@media (max-width: 768px) {
    header,
    .site-header,
    .header,
    .u-header {
        padding-top: 25px !important;
    }
}