.btn-cart,
.btn-cart:hover,
button[id*="cart"],
.product-cart-box .btn,
.product-cart-box button,
.js-product-cart-box .btn,
.js-product-cart-box button,
#button-cart,
#button-cart:hover {
  background-color: #f5a623 !important;
  border-color: #e6951f !important;
  color: #ffffff !important;
}
.product-price--special {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #e24b4a !important;
}

.product-price--original,
.product-price--compare {
  font-size: 16px !important;
  text-decoration: line-through !important;
  color: #999999 !important;
}
/* Fejléc telefonszám – nagyobb, feltűnőbb */
.header-contact-phone-link {
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #f5a623 !important;
  letter-spacing: 0.3px !important;
}

.header-contact-phone-link:hover {
  color: #e6951f !important;
  opacity: 1 !important;
}