/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 17 2025 | 15:53:29 */
body.single-product .btn.btn-default{
	background-color: #da0507;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	padding: 6px 12px;
	border-radius: 3px;
	opacity: 1;
	transition: all 350ms ease-in-out;
	border: 1px solid transparent;
}

/*body.single-product .btn.btn-default:not(:last-child) {
    margin-right: 5px;
}*/

body.single-product .btn.btn-default:hover{
	border: 1px solid #da0507;
	color: #da0507;
	background-color: transparent;
}

#main > ul > li.product.type-product:not(li.product.type-product ~ *){
	grid-column: 1;
}