/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2025 | 10:02:25 */
body.single-product .wc-ppcp-paylater-msg__container {
    clear: both;
    margin-top: 10px;
    max-width: 480px;
}
body.single-product .wc-ppcp-product-payments__container .wc-ppcp-product-payment__methods .wc-ppcp-product-payment-method {
    list-style: none;
    margin: 0;
    width: 100% !important;
    max-width: 480px !important;
}
body.single-product #wc-ppcp-paylater-msg-product {
    margin-bottom: 10px;
    border-radius: 8px;
    overflow: hidden;
}
body.single-product.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 10px 0 0 0 !important;
    width: 100% !important;
    max-width: 480px !important;
	    position: absolute;
    top: 0;
}
body.single-product.woocommerce div.product form.cart .button {
	    border-radius: 8px;
    float: none !important;
    width: 100% !important;
    max-width: 480px !important;
}
body.single-product.woocommerce div.product form.cart {
    position:relative;
	margin-bottom: 0;
    display: flex;
    flex-direction: column-reverse;
	padding-top: 60px;
}
body.single-product.woocommerce div.product form.cart div.quantity input {
    background: #fff;
    border: 1px solid #cacaca;
}
body.woocommerce-checkout .wc-ppcp-express-checkout {
    display: none;
}