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

/* Flatsome Checkout 單欄化防呆 */
.page-checkout .row.row-divided {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page-checkout .row.row-divided .large-7,
.page-checkout .row.row-divided .large-5,
.page-checkout .row.row-divided .large-12 {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
}


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


}