.product-order-form .f-add-to-cart-button {
  background:#000!important;
  color:#fff!important;
  text-transform: uppercase;
  font-size: 1.2em;
}
.product-order-form:hover .f-add-to-cart-button:hover {
  color:#000!important;
  background:#fff!important;
}
.f-sales-cart-product-list-product .product-details-name {
    font-family: "Proxima Nova Bold", sans-serif;
    font-weight: normal;
    color: #353535;
}
.f-sales-cart-product-list-product .product-details-price {
    font-family: "Proxima Nova Regular", sans-serif;
    font-weight: normal;
    color: #353535;
}
h2.price {
      font-family: "Proxima Nova Regular", sans-serif;
    font-weight: normal;
}
p.partners {
  font-size:0.7em;
  color:gray;
}
.title-element a {
  text-decoration: underline;
}
.title-element .text {
    max-width: inherit;
}

/* Remove Copyright information from Footer only | Steve 10 Jan 2024 */

.copyright { display:none!important; }

/* ends Copyright removal */