/* override sc-id styles for a shop, must be included after the main sc-id.css */
.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--shopcolor1 {
  /* button background-color */
  background-color: #000;
}

.sc-id-wrapper .sc-id__btn:not(:disabled).sc-id__btn--shopcolor1:hover {
  /* button hover background-color */
  background-color: rgba(0, 0, 0, 0.7);
}

.sc-id-wrapper .sc-id__link--shopcolor1 {
  /* link color */
  color: #000;
}

.sc-id-wrapper .sc-id__link--shopcolor1:hover {
  /* link hover color */
  color: rgba(0, 0, 0, 0.7);
}

.sc-id-header {
  /* top border for inline sc-id windows */
  border-top-color: #ef4024;
}

.sc-id-modal__content:before {
  /* top border for sc-id modals */
  background: #ef4024;
}