/**
 * Theme Name:     ANN Child
 * Author:         AxiomThemes
 * Template:       ann
 * Text Domain:	   ann-child
 * Description:    ANN is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
 */
<style>
.product-item {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}

.product-title {
    margin-top: 10px;
}

.product-price {
    font-weight: bold;
    margin-top: 5px;
}

.add-to-cart {
    display: inline-block;
    margin-top: 10px;
    background-color: #007bff;
    color: #fff;
    padding: 8px 10px;
    text-decoration: none;
    border-radius: 5px;
}

.add-to-cart:hover {
    background-color: #0056b3;
	color:black;
}
li.payment_method_square_credit_card label img
{
	min-height: 24px;
  width: 30px !important;
  margin-left: 2px !important;
}

</style>
