/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/


.onsale {
  background: #e53935;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.free-shipping-badge {
    display: inline-block;
    background-color: #28a745;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    margin-top: 5px;
    border-radius: 3px;
}
.cust-fbt img {
    max-width: 200px;
    width: 100%;
    margin: 0 auto!important;
}