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

.backorder_notification,
.freight_notification {
  font-weight: 700;
  color: red;
}

.shipping__list_item {
  display: flex;
}

/* Hidding change address button */
.woocommerce-shipping-calculator {
  display: none;
}

.checkout_coupon,
.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-billing-fields {
  border-top: none;
}

.shop-page-title .page-title-inner .flex-col:last-child {
  display: none;
}

body.logged-in .cart-item {
  display: none;
}

.return-to-shop {
  display: none;
}

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