/*
Theme Name: CEO SHOP THEME CHILD
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.single-product .product-summary a.price__zeroprice {
	background-color: #f65a5a;
    color: #fff;
    padding: 8px 40px;
    font-size: 1rem;
	transition:all 0.3s;
	
}
.price a.price__zeroprice{
	line-height:unset;
	margin:0px
}
.single-product a.price__zeroprice:hover{
	background-color: #e53e3e;
	
}
.home a.price__zeroprice{
	color: #f65a5a !important;
    font-weight: 600;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}