/*
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.   ***************/
.shop-container .col-inner .product-small{
	border:1px solid #ccc;
	padding:10px 20px;
}
div.related.related-products-wrapper.product-section > div > div > div > div{
	border:none;
}
.shop-container .product-small .box-text{
	display:flex;
	flex-direction:column;
	
}
.shop-container .product-small .box-text .ux-swatches-in-loop{
	  padding-top: 10px;
    border-top: 1px solid #ccc;
}
.shop-container .product-small .box-text .woocommerce-loop-product__title{
	font-size:20px;
	font-weight:700;
	color:#333;
}
.shop-container .product-small .box-text .woocommerce-loop-product__title a{
;
	color:#333;
}
.shop-container .product-small .box-text  li{
	margin-bottom:0;
	list-style-type: circle;
	color:rgb(51, 51, 51);
}
.shop-container .product-small .box-text .ux-swatches.ux-swatches-in-loop{
	order:99;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}