.woocommerce img {
  display: inline;
}

.elementor-2189 .elementor-element.elementor-element-3ca30ab.elementor-wc-products ul.products li.product .button {
  top: 0cm;
  position: relative;
  width: 100%;
}

/* Hide the original Read More label.  */

.products .outofstock .button.product_type_simple {
  visibility: hidden;
}

.order-again {
  visibility: hidden;
}

/* Replace original label with Out of Stock label. */

.outofstock .button.product_type_simple::before {
  content: "SOLD";
  /* New custom text. */
  visibility: visible !important;
  /* Make this new label visible. */
  color: #d42e3b;
  /* Semi transparent white background. */
  position: absolute;
  /* For center alignment. */
  left: 0;
  /* For center alignment. */
  right: 0;
  /* For center alignment. */
}

/* Replace checkout download button */

.woocommerce-MyAccount-downloads-file.button.alt {
  visibility: visible !important;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #191a14;
}