/*
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.   ***************/
/* Product name */
#product-name{
	margin-top:11px;
	margin-bottom:11px;
}

/* Product units */
#product-units{
	margin-top:11px;
	margin-bottom:11px;
	
}
/* Product quantity */
#product-quantity{
	margin-top:-16px;
	
}
input#product-submit {
    float: right;
	margin-right:0px;
}



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


}
