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

/*************** ADD CUSTOM CSS HERE.   ***************/

.price-wrapper a.button {
	width: 80%;
}

ul.product_list_widget li a.button {
	line-height: 32px;
	color: white;
}
.product-home{
	border-radius:8px;
}
.product-home .col-inner{
	border-radius:8px;
}
.product-home .box-image{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.product-home .add-to-cart-button a{
	border-radius:8px;
}

.product-home .add-to-cart-button:hover a{
	transform:scale(1.1);
}
.product-home .box-text.text-center{
	border-radius:8px;
}
.product-title a{
	font-weight:500;
	text-transform:capitalize;
}
.title-product .section-title-normal{
	border-bottom:none;
}
.title-product .section-title-normal span{
	border-bottom:3px solid rgba(232,84,149,.8 );
}
.title-product a{
	font-size:0.72em;
}
.social-icons{
	margin:1em 0;
}
.social-icons a{
	margin:0;
}
.product-small .col-inner{
	border-radius:8px;
}
.product-small .col-inner .product-small{
	border-radius:8px;
}
.product-small .box-image{
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.product-small .add-to-cart-button a {
	border-radius:8px;
}
.product-small .add-to-cart-button:hover a {
	transform:scale(1.1);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}