/*
 Theme Name:   AdbitesDev
 Theme URI:    https://www.adbites.de
 Description:  Adbites child theme
 Author:       Heiko Schneider
 Author URI:   https://www.adbites.de
 Template:     generatepress
 Version:      0.1
*/

.woocommerce-error {
    display: none;
}

/* Basic styling for the Order Now button */
.woocommerce .button.alt {
    background-color: #0071a1; /* Change to your desired color */
    color: white; /* Change text color */
    border: none; /* Removes border */
    padding: 12px 24px; /* Adjust padding */
    font-size: 20px !important; /* Adjust font size */
    font-weight: bold; /* Makes text bold */
    border-radius: 4px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.woocommerce-privacy-policy-text {
    font-size: 13px !important;
}
