/*
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  ***************/


}

/*Remove country field in checkout*/
#billing_country_field {
  display: none;
}

#shipping_country_field {
  display: none;
}

.op-8 {
  display: none !important;
}

.category-page-row {
    max-width: 100% !important;
}
.category-page-row .row {
    max-width: 100% !important;
}