/*
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.   ***************/
.single-product .devvn_readmore_flatsome a{
	    display: block;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    padding: 5px 15px;
    background-color: #E5E6ED;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
}
.single-product .devvn_readmore_flatsome a:before{
	color: #333;
	 background-color: #333;
}
.single-product .devvn_readmore_flatsome a:after{
	border-top-color: #333;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}