/* Remove padding/margin around image so it goes edge to edge */
.loop-bundle-product-card {
  padding: 0;
  overflow: hidden;
}

/* Make image full width and flush to top */
.loop-bundle-product-card .loop-bundle-product-image {
  width: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: block;
}
.loop-bundle-widget-selling-plan-container.selected{
  border-width:2px !important;
}

/* Make the image itself fill the container */
.loop-bundle-product-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .loop-image-product-lg {
        height: auto !important;
    }
.loop-card.loop-bundle-product-card{padding:10px !important;}
.loop-display-saved-total-view-cart{
  color:#003E7C;
  *{
    color:#003E7C;
  }
}
.loop-bundle-cart-btn-text-container{
  justify-content:center;
}
}
.loop-bundle-product-card-title {
  font-family: 'Bugaki', sans-serif;
}
.loop-btn-add-product {
  font-family: 'Bebas Neue', sans-serif;
}