/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2024 | 00:35:09 */
.post-type-archive-product .woocommerce-archive-wrapper {
	max-width: 1300px; 
	margin-left: auto;
	margin-right: auto; 
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}

.post-type-archive-product .woocommerce-breadcrumb {
	display: none;
}

.post-type-archive-product h2 {
	font-family: "Open Sans";
    text-align: center;
    font-size: 21px !important;
    font-weight: 700;
}

.post-type-archive-product .price {
	text-align: center;
}

.post-type-archive-product .woocommerce-Price-amount {
	font-size: 15px;
    font-weight: 600;
	color: black;
}

.post-type-archive-product header {
	padding-bottom: 20px;
}

.post-type-archive-product .products {
	padding-top: 40px !important;
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.post-type-archive-product .products::before {
	display: none !important;
}

.post-type-archive-product .products .product {
	width: 100% !important;
}

.post-type-archive-product .add_to_cart_button {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
    text-align: center;
    color: white !important;
	background-color: rgb(0, 106, 32) !important;
	width: 115px !important;
}

.post-type-archive-product .add_to_cart_button.product_type_variable {
	width: 150px !important;
}

.post-type-archive-product .star-rating {
	margin-left: auto !important; 
	margin-right: auto !important;
}

@media screen and (max-width: 820px) {
	.post-type-archive-product .products {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 480px) {
	.post-type-archive-product .products {
		grid-template-columns: 1fr;
		gap: 50px;
	}
}