/*
Theme Name: Shop2
Description: This is a child theme for Flatsome Theme
Theme URI: https://muatheme.com
Author: MuaTheme.com
Author URI: https://muatheme.com
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-small.box .title-wrapper{
	font-size: 1.125rem;
	font-weight: 500;
}

.product-small.box .title-wrapper a{
	transition: all .3s ease-in-out;
}

.product-small.box .box-button .button{
	background: transparent;
	color: #cfa239;
	border: 1px solid #cfa239;
	border-radius: 0.25rem;
	font-size: 0.875rem;
	font-weight: 500;
}

.product-small.box .box-button .button:hover{
	background: #cfa239;
	color: #fff;
}


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


}