/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 14 2025 | 03:45:37 */
/* Target mobile devices (adjust max-width as needed for your breakpoint) */
@media (max-width: 768px) {
  body.page-id-144 .checkout-product-wrapper .checkout-product-name {

    text-align: left;
    margin-top: 5px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}
	
	
.anfrage .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: left !important;
    width: 290px !important;
    background-color: #8ab446 !important;
    color: white !important;
    font-weight: bold !important;
   padding: 10px 10px !important;
    border-radius: 5px !important;
    transition: all 0.3s ease !important;
  
    justify-content: center !important;
    font-size: 16px!important;
    display: block !important;
}

}