.gift-card-form-wrapper .invalid-feedback.d-block {
  margin-top: -0.875rem; }

.gc-content-section {
  margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .gc-content-section {
      width: 100%;
      padding: 0 1rem;
      margin-top: 1rem; } }
  @media (max-width: 768px) {
    .gc-content-section .gift-card-add-cart-form {
      margin-top: 1rem; } }
  .gc-content-section .gift-card-section {
    margin-bottom: 1rem; }
    .gc-content-section .gift-card-section h1 {
      font-family: 'Patron-Light';
      font-weight: 250;
      font-size: 0.875rem;
      line-height: 22px;
      letter-spacing: 0px;
      color: #3a2e2c; }
      @media (max-width: 768px) {
        .gc-content-section .gift-card-section h1 {
          font-size: 0.75rem;
          line-height: 20px; } }
  .gc-content-section .item_name {
    font-family: "Patron";
    font-weight: 400;
    font-size: 1.875rem;
    line-height: 42px;
    letter-spacing: 0px;
    color: #3a2e2c; }
    @media (max-width: 768px) {
      .gc-content-section .item_name {
        font-size: 1rem;
        line-height: 24px; } }
  .gc-content-section .carousel-indicators,
  .gc-content-section .carousel-control-prev,
  .gc-content-section .carousel-control-next {
    display: none; }
  .gc-content-section .gc-img {
    width: 552px;
    height: 323px; }
    @media (max-width: 768px) {
      .gc-content-section .gc-img {
        width: 343px;
        height: 201px; } }
  .gc-content-section .gc-form .card-value {
    font-family: 'Patron-Light';
    font-weight: 200;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0px;
    color: #605858; }
  .gc-content-section .gc-form .gc-price-value {
    font-family: "Patron";
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 22px;
    letter-spacing: 0px;
    color: #3a2e2c;
    margin-bottom: 0; }
  .gc-content-section .gc-form .card-amount-options button {
    width: 61px;
    height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-family: "Patron";
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0px;
    color: #3a2e2c;
    background-color: transparent;
    margin-right: 0.625rem;
    margin-bottom: 1rem; }
    .gc-content-section .gc-form .card-amount-options button.selected {
      background-color: #3300AD;
      color: #ffffff; }
  .gc-content-section .gc-form .recipientInformation {
    font-family: "Patron";
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    letter-spacing: 0px;
    color: #3a2e2c; }
    @media (max-width: 768px) {
      .gc-content-section .gc-form .recipientInformation {
        margin-top: 0.875rem !important; } }
  @media (min-width: 768px) {
    .gc-content-section .gc-form .gift-card-form-wrapper.to {
      padding-right: 8px; } }
  @media (min-width: 768px) {
    .gc-content-section .gc-form .gift-card-form-wrapper.from {
      padding-left: 8px; } }
  .gc-content-section .gc-form .gift-card-form-wrapper label {
    display: none; }
  .gc-content-section .gc-form .gift-card-form-wrapper input {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-family: "Patron";
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0px;
    color: #6e6e6e;
    height: 40px;
    margin-bottom: 1rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .gc-content-section .gc-form .gift-card-form-wrapper textarea {
    font-family: "Patron";
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0px;
    color: #6e6e6e;
    height: 120px;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding-top: 0.625rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .gc-content-section .gc-form .gift-card-form-wrapper .qc-maxlength {
    font-family: 'Patron-Light';
    font-weight: 250;
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0px;
    color: #3a2e2c;
    margin-top: 5px; }
  .gc-content-section .gc-form .qc-addToCart {
    border-radius: 3px;
    height: 46px;
    text-transform: uppercase;
    font-family: "Patron";
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #3300AD;
    width: 100%;
    margin-top: 20px; }
  .gc-content-section .gc-form .qc-tc-btn {
    border: none;
    font-family: 'Patron-Light';
    font-weight: 250;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0px;
    color: #4E3844;
    text-decoration: underline;
    padding-left: 0;
    background-color: transparent; }
    @media (max-width: 768px) {
      .gc-content-section .gc-form .qc-tc-btn {
        margin-bottom: 1rem; } }

#termsModal.show {
  padding-right: 0 !important; }

#termsModal .close {
  position: relative;
  top: 11px; }

#termsModal .modal-title {
  font-size: 20px;
  font-family: "Patron";
  color: #3a2e2c;
  padding-left: 0.625rem;
  font-weight: 400; }
  @media (max-width: 768px) {
    #termsModal .modal-title {
      font-size: 15px; } }

#termsModal .modal-body {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0; }

#termsModal .modal-dialog {
  max-height: 520px;
  overflow-y: scroll;
  border-radius: 3px; }
  @media (max-width: 768px) {
    #termsModal .modal-dialog {
      margin: 0;
      max-height: 100%; } }

#termsModal .modal-content {
  font-family: "Patron" !important;
  color: #3a2e2c;
  border: none;
  border-radius: 0; }

#termsModal .close {
  opacity: 1; }

.popup-dynamic-content {
  padding-left: 16px;
  padding-top: 14px;
  padding-right: 16px; }
  .popup-dynamic-content p {
    padding-left: 6px; }
    .popup-dynamic-content p a {
      color: #3300ad !important;
      text-decoration: underline;
      font-weight: 400; }
  .popup-dynamic-content ul {
    margin-top: 0.625rem; }
    .popup-dynamic-content ul li {
      padding: 4px 0; }
      .popup-dynamic-content ul li a {
        color: #3300ad !important;
        text-decoration: underline;
        font-weight: 400; }

.custom-err-msg {
  padding-top: 14px; }

