/*
Theme Name:   Blocksy Child
Theme URI:    
Description:  Blocksy Child Theme
Author:       Animink
Author URI:   
Template:     blocksy
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  blocksy
*/


.addToCartBtn .add_to_cart_inline .add_to_cart_button{
	margin-right: 5px;
}

.itemInCart{
	background-color: green; 
	color: white; 
	padding:8px 15px; 
	display:table; 
	text-align:center; 
	border-radius:4px; 
	margin:-2px 0 10px 0; 
	font-size: var(--buttonFontSize); 
	font-family: var(--buttonFontFamily, var(--fontFamily)); 
	font-weight: var(--buttonFontWeight);
}

.checkout-button{
	margin: 15px auto;
}

#footer{
	background-color: black;
	color: white;
}
#footer p{
	color: white;
}

.added_to_cart{
	display: none;
}

#album-track-list .prodPrice{
	margin: 0 0 10px 0;
	font-size: 1.7em;
	font-weight: bold;
	color: #1559ed;
}

#album-track-list .prodInfo{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.addToCartBtn p{
	margin: 0;
}

.single_add_to_cart_button{
	margin-bottom: 10px;
}


input, textarea{
	background-color:white;
}




















