.woocommerce-product-details__short-description > * + * {
  margin-top: 1em;
}

.booqable-datepicker [class^="Container"] [class^="DateTimeContainer"] {
  width: 50%;
}

/* hide top right cart */
.header-holder .cart {
  display: none;
}
/* scroll to top button */

#blossom-top {
  display: none !important;
}

.site-footer .footer-b .site-info {
  color: #111;
}

.site-footer .footer-b .site-info a {
  color: #eee;
}

.site-footer .footer-b .site-info a {
  color: #eee;
}

/* Readded these for accessability/UX */
.site-footer .footer-b .site-info a:focus,
.site-footer .footer-b .site-info a:hover,
.elementor a:active,
.elementor a:focus,
.elementor a:hover {
  text-decoration: underline;
}

/* fixes search result product container heights being too short */
.search-results .product {
  display: inline-block;
  width: 100%;
}
