/*
Theme Name: Reclaim Arts Academy
Description: Child Theme of Divi
Author: Hire Jordan Smith / https://hirejordansmith.com
Template: Divi
*/

@import url("../Divi/style.css");

.cart_form a.add_to_cart {
	border-radius: 3px;
	border: 2px solid;
	padding: 3px 0;
	margin-top: 10px;
	width: 165px;
	text-align: center;
}
.cart_form a.add_to_cart:hover {
	background: #6ec8b9;
	color: #fff;
	border-color: #6ec8b9;
}