/*
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  ***************/
	/* thay doi qickview => xem nhanh */
		function my_custom_translations( $strings ) {
		$text = array(
		'Quick View' => 'Xem nhanh'
		);
		$strings = str_ireplace( array_keys( $text ), $text, $strings );
		return $strings;
		}
		add_filter( 'gettext', 'my_custom_translations', 20 );
		/* thay doi qickview => xem nhanh */



}