/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 28 2021 | 20:36:51 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.woocommerce-loop-product__title {
    font-size: 2.0rem !important;
	text-align: center;
}

.woocommerce .product .price {
  	text-align: center !important;
}

.woocommerce-Price-amount {
  	text-align: center;
}

.woocommerce .button.add_to_cart_button {
    width: 100%;
  	text-align: center !important;
}

.woocommerce-product-gallery--columns-4 li {
    width: 50% !important;
}

.woocommerce .products .button {
    font-size: 1.1rem !important;
  	width: 100%;
}

.woocommerce-breadcrumb {
    text-align: left;
    font-size: 0.6875rem;
    margin-bottom: 0.3125rem;
    display: none;
}

.woocommerce .product_meta {
    display: none;
}

.woocommerce>.button {
	width: 100%;
}

.woocommerce .product .summary .price {
	font-size: 2.5rem !important;
  	text-align: left !important;
  	color: #5E9626;
}

.woocommerce .button.alt {width: 50% !important; }