/*
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.   ***************/
.mtdm {
  max-width: 1080px;
  align-content: center;
  margin: auto;
  padding: 10px;
}
.single-product .cart{
	display:block !important;
	
}
.single-product .cart button{
	    height: 20px;
	border-radius:6px;
    line-height: 20px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}