/*
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.   ***************/
.badge-inner.on-sale {
    color:#fff;
}
.box-text-products.TEST {text-align: center;}

.badge-container {display: none;}

.box-text { position: initial;}

#billing_last_name_field {display: none;}

.product-price span.amount {font-weight: normal;}

span.amount {
  font-size: 21px;
  font-weight: 600;
  color: #C7202C;
}



div.product-addon-totals ul li {padding: 0; margin: 0;}

del span.amount {font-size: 18px; color: #38434C;}









.berocket_better_labels.berocket_better_labels_image {z-index: 1;}

.bd_popup {
  display: none;
  position: fixed;
  z-index: 10000;
  margin: auto;
  top: 200px; left: 0; bottom: 0; right: 0;
  width: 100%;
  max-width: 600px;
  }

.overlay_bd {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
  }

