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


}

/* Selects any <a> element when "hovered and turn it bold" */
.link_my a:hover{ 
font-weight:bold;
text-decoration:none;

}

.link-my-shop a:hover{ 
	color: black;
	font-weight:bold;
	text-decoration:underline;
}




/* Selects any <a> element when "hovered and underlines it" */
.link_my_underline a:hover{ 

text-decoration:underline;

}