/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.buybox-wrapper {
  background-color: #f9f9f9;
  padding-top: 85px;
  padding-bottom: 166px;
}
@media (max-width: 543.98px) {
  .buybox-wrapper {
    padding-top: 38px;
    padding-bottom: 91px;
  }
}
.buybox-wrapper .buybox-img {
  max-width: 100%;
}
@media (min-width: 544px) and (max-width: 846.98px) {
  .buybox-wrapper .buybox-img-container {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 543.98px) {
  .buybox-wrapper .buybox-img-container {
    margin-top: 20px;
  }
}
@media (max-width: 543.98px) {
  .buybox-wrapper .buybox-page > .row {
    flex-direction: column-reverse;
  }
}

form.giftcard {
  max-width: 405px;
  margin: 0 0 0 auto;
}
form.giftcard .buybox-header {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 32px;
  margin-bottom: 32px;
  font-style: normal;
}
@media (max-width: 846.98px) {
  form.giftcard .buybox-header {
    font-size: 25px;
  }
}
form.giftcard .egiftcard-msgtext {
  font-size: 24px;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 25px;
}
@media (max-width: 846.98px) {
  form.giftcard .egiftcard-msgtext {
    font-size: 20px;
  }
}

.giftcard-container form.giftcard {
  margin: 0;
}

@media (max-width: 846.98px) {
  .giftcard-container .account-giftcard {
    padding-left: 0;
    padding-right: 0;
  }
  .giftcard-container .account-giftcard form.giftcard {
    max-width: 100%;
  }
  .giftcard-container .account-giftcard form.giftcard .buybox-header {
    display: none;
  }
  .giftcard-container .account-giftcard form.giftcard .giftcard-formcontent {
    margin-top: 53px;
  }
}
.giftcard-page-container {
  margin-top: 34px;
}
@media (min-width: 544px) {
  .giftcard-page-container {
    margin-top: 80px;
  }
}
@media (min-width: 847px) {
  .giftcard-page-container {
    margin-top: 48px;
  }
}

.check-different-egiftcard {
  background-color: #fff;
  color: #303e48;
  border: 1px solid #303e48;
}
.check-different-egiftcard:hover {
  background-color: #98cbeb;
  border-color: transparent;
}
