/*
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.   ***************/


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


}

/* MRN Custom: Fix product box overlay black image issue */
.product-small.box.box-overlay .box-image img {
    opacity: 1 !important;
    visibility: visible !important;
}
.product-small.box.box-overlay .overlay {
    background-color: rgba(0, 0, 0, 0.15) !important;
}
.product-small.box.box-overlay.dark .box-image {
    background-color: transparent !important;
}
