/*
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.   ***************/
.woocommerce-shop #main .category-page-row .product-small.box .box-image{
	position:relative;
	
	
}
.woocommerce-shop #main .category-page-row .product-small.box .box-image::after {
    content: '';
    position: absolute;
    width:0;
    height: 20px;
    background: red;
    top: 0;
	
}
.woocommerce-shop #main .category-page-row .product-small.box:hover .box-image:after{
	width:30px; 
}

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


}