/*
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.   ***************/
.yith-wcwl-add-button a{
	margin-right: 0 !important;
}
/* nav#pojo-a11y-toolbar {
    top: 190px !important;
} */
#gform_submit_button_1{
	line-height: 2;
}
#returns_preview_images .popuprow{
	min-height: 400px !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	#logo img{
		transform: none !important;
	}

}
@media only screen and (max-width: 849px){
		#logo img{
		transform: none !important;
	}
}