/* ===== Reset any broken header styles ===== */

header,
.header,
.site-header {
  position: relative !important;
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
  transform: none !important;
}

header img,
.header img,
.site-header img {
  max-height: 60px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* Soft header resize - safe version */

header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

header img {
  max-height: 80px !important;
}

}
/* FORCE CHECKOUT BUTTON */
button.checkout_btn,
.checkout_btn,
button[class*="checkout"],
button.bg-skin-primary,
form button[type="submit"] {
  background-color: #C9B8A5 !important;
  color: #ffffff !important;
  border-color: #C9B8A5 !important;
}
