/*

Theme Name: Pro &ndash; Child Theme
Theme URI: https://theme.co/pro/
Author: Themeco
Author URI: https://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* hide add to cart button */
.single_add_to_cart_button,
.quantity {
	display: none !important;
}
.download-form-btn,
.add_to_cart_button {
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    background-color: #E87158;
    box-shadow: inset 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%);
	padding-top: 1em;
    padding-right: 1.875em;
    padding-bottom: 1em;
    padding-left: 1.875em;
	color: #fff;
	transition: .3s;
}
.download-form-btn:hover,
.add_to_cart_button:hover {
	color: #fff;
	background-color: #313F68 !important;
}
.add_to_cart_button {
	border-top-left-radius: 0.5em !important;
    border-top-right-radius: 0.5em !important;
    border-bottom-right-radius: 0.5em !important;
    border-bottom-left-radius: 0.5em !important;
    background-color: #E87158 !important;
	
	padding-top: 0.8em !important;
    padding-right: 1.875em !important;
    padding-bottom: 0.8em !important;
    padding-left: 1.875em !important;
	
    box-shadow: inset 0em 0.15em 0.65em 0em rgb(0 0 0 / 25%) !important;
	border: none;
}
.add_to_cart_button:hover {
	background-color: #313F68 !important;
}