
/* Adjust bottom margin */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
margin-bottom: 0em !important;
}

/* Disable clicking of product */
.woocommerce ul.products li.product a {
    pointer-events: none !important;
}

.related.products {
    display: none !important;
}
.product_meta {
    display: none !important;
}
.woocommerce-product-details__short-description {
    font-size: 0.8em !important;
}
button.single_add_to_cart_button.button.alt {
      
    background-color: #6ab321 !important;  /* Green background */
    color: #ffffff; /* White text */
    border-radius: 5px; /* Rounded corners */
    padding: 5px 7px 5px 7px;
    font-size: 22px !important;
    font-family: 'Arial', sans-serif !important; 
    /* Add other styles as needed */
}

/* Font & color for Discount Amount */
/* .woocommerce-Price-amount,  .amount, .price, .woocommerce-Price-currencySymbol { */
.price {
    background-color: #CC0C39;
    padding: 5px 7px 5px 7px;
    font-family: 'Arial', sans-serif !important; 
    color: #ffffff !important;
    font-size: 22px !important; 
    font-style: italic !important;
}

/* Hide the Sale! badge */
span.onsale {
    display: none !important;
}


.custom-redeem {
    background-color: #000dff;
    color: #fff;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
}
