/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 90000000
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
div.col-2 div.woocommerce-shipping-fields.hidden {
  display: block !important;
}


/* 
No padding at the bottom of the "top" section of the product page
*/
.product-main {
	padding-bottom:0px;
}



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


}