.giftCard-header {
  display: block;
  width: 100%;
  background-color: #1A1919;
  z-index: 10;
  color: #fff; }
  .giftCard-header .giftCard-header-wrapper {
    height: 68px;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 766.98px) {
      .giftCard-header .giftCard-header-wrapper {
        height: 60px; } }
    .giftCard-header .giftCard-header-wrapper .minicart {
      margin-right: 20px;
      cursor: pointer; }
      @media (max-width: 766.98px) {
        .giftCard-header .giftCard-header-wrapper .minicart {
          margin-right: 15px;
          margin-top: 10px; } }
  .giftCard-header .giftCard-back {
    text-transform: uppercase;
    color: #fff;
    padding-left: 5px;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 14px;
    font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
    text-decoration: none; }
    .giftCard-header .giftCard-back img {
      padding-left: 20px; }
  .giftCard-header .minicart .shopping-bag-giftcard {
    padding-right: 16px;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex: 1 1;
        flex: 1 1; }
  .giftCard-header .minicart .minicart-quantity {
    font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
    color: #fff;
    font-size: 10px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-30%); }

.giftCard-main-wrapper {
  max-width: 600px;
  margin: auto; }
  .giftCard-main-wrapper .personalize-gc {
    display: none;
    text-align: center;
    margin-top: 52px;
    min-height: calc(100vh - 60px); }
    @media (max-width: 766.98px) {
      .giftCard-main-wrapper .personalize-gc {
        padding: 0 15px; } }
    .giftCard-main-wrapper .personalize-gc h1 {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: 0.6px;
      text-transform: none;
      color: #1A1919;
      margin: 0;
      text-align: center;
      margin-bottom: 30px; }
      @media (max-width: 766.98px) {
        .giftCard-main-wrapper .personalize-gc h1 {
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 1px;
          color: #453f3f;
          text-align: center; } }
    .giftCard-main-wrapper .personalize-gc span {
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      color: #9A7B69;
      display: inline-block;
      margin-bottom: 15px; }
      .giftCard-main-wrapper .personalize-gc span.type-error {
        color: #d14; }
  .giftCard-main-wrapper .giftcard-theme-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
    @media (max-width: 766.98px) {
      .giftCard-main-wrapper .giftcard-theme-grid {
        margin: 0; } }
    .giftCard-main-wrapper .giftcard-theme-grid .giftcard-theme {
      max-width: 50%;
      text-align: center;
      font-size: 16px;
      line-height: 28px;
      letter-spacing: 1px;
      padding: 0 10px;
      position: relative; }
      .giftCard-main-wrapper .giftcard-theme-grid .giftcard-theme.customisable-giftcard .giftcard-theme-image {
        border: 1px dashed #1A1919;
        cursor: pointer; }
      .giftCard-main-wrapper .giftcard-theme-grid .giftcard-theme p {
        margin-top: 8px;
        margin-bottom: 16px; }
      .giftCard-main-wrapper .giftcard-theme-grid .giftcard-theme .giftcard-theme-image {
        max-width: 100%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
        object-fit: contain;
        border: 2px solid transparent;
        border-radius: 8px; }
      .giftCard-main-wrapper .giftcard-theme-grid .giftcard-theme .giftcard-theme-check {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-60%);
        border: 0; }
  .giftCard-main-wrapper .giftcard-choose-button,
  .giftCard-main-wrapper .personalize-upload-button {
    display: block;
    max-width: 460px;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    background: #1A1919;
    cursor: pointer;
    border: 1px solid #1A1919;
    transition: 0.2s ease-in-out;
    padding: 15px 20px 14px;
    margin: 32px auto 64px auto; }
    .giftCard-main-wrapper .giftcard-choose-button:hover,
    .giftCard-main-wrapper .personalize-upload-button:hover {
      text-decoration: none;
      background: #fff;
      color: #1A1919; }
    .giftCard-main-wrapper .giftcard-choose-button:disabled,
    .giftCard-main-wrapper .personalize-upload-button:disabled {
      background: #B4B4B4;
      border: 1px solid #B4B4B4;
      cursor: not-allowed; }
      .giftCard-main-wrapper .giftcard-choose-button:disabled:hover,
      .giftCard-main-wrapper .personalize-upload-button:disabled:hover {
        color: #fff; }
  .giftCard-main-wrapper .personalize-upload-button {
    width: 300px; }
  @media (max-width: 766.98px) {
    .giftCard-main-wrapper .giftcard-choose-button {
      width: 95%; } }

.giftcard-message-heading {
  text-align: center;
  text-transform: unset;
  line-height: 38px;
  letter-spacing: 0.46px;
  font-size: 24px;
  margin-bottom: 21px;
  margin-top: 33px; }

.giftcard-pdp-image-wrapper {
  max-width: 460px;
  margin: auto;
  padding-bottom: 10px; }
  .giftcard-pdp-image-wrapper .giftcard-pdp-image {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 #00000080;
    background-position: 50%;
    background-size: cover;
    width: 90%;
    max-width: 400px;
    padding-top: 54.5%;
    overflow: hidden;
    height: 0;
    margin: auto;
    background-color: #fff; }

.giftCard-purchase-form-wrap {
  max-width: 460px; }
  @media (max-width: 766.98px) {
    .giftCard-purchase-form-wrap {
      padding: 0 20px; } }
  .giftCard-purchase-form-wrap .giftcard-form-steps {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    width: 100%;
    margin-top: 40px; }
    .giftCard-purchase-form-wrap .giftcard-form-steps .giftcard-form-step-number {
      font-size: 12px;
      line-height: 14px;
      letter-spacing: 2px;
      margin-bottom: 12px; }
    .giftCard-purchase-form-wrap .giftcard-form-steps .giftcard-form-step-title {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 1px;
      text-transform: inherit;
      max-width: 270px; }
  .giftCard-purchase-form-wrap .form-group .giftcard-video {
    background-color: #fff;
    -webkit-appearance: none;
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 4px;
    margin-top: 0;
    border-radius: 1px;
    border: 1px solid #D8D8D8;
    font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
    letter-spacing: 0.5px;
    transition: border-color 0.2s ease-in-out;
    border: 1px solid #D8D8D8;
    padding: 18.25% 0;
    position: relative; }
    .giftCard-purchase-form-wrap .form-group .giftcard-video label {
      width: 50%;
      text-align: center;
      display: block;
      margin: 0 auto; }
    .giftCard-purchase-form-wrap .form-group .giftcard-video .video-upload-btn {
      display: block;
      border: 1px solid #865;
      background: #865;
      color: #fff;
      border-radius: 15px;
      width: 200px;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 0.5px;
      min-height: 36px;
      margin: auto;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      cursor: pointer; }
    .giftCard-purchase-form-wrap .form-group .giftcard-video .video_img {
      display: inline-block;
      text-align: center;
      margin-bottom: 1.5rem; }
    .giftCard-purchase-form-wrap .form-group .giftcard-video .video_show {
      position: absolute;
      left: 0;
      width: 100%;
      top: 0;
      height: 100%;
      background-color: #fff; }
  .giftCard-purchase-form-wrap .form-group progress {
    display: inline-block;
    height: 16px;
    border-radius: 2px;
    border: 0;
    width: 100%;
    position: initial; }
  .giftCard-purchase-form-wrap #left-character {
    display: block;
    position: absolute;
    right: 12px;
    bottom: 10px;
    color: #8c6956;
    font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-align: right; }

.giftcard-add-to-cart {
  margin: 0 0px 20px;
  min-width: 100%; }
  .giftcard-add-to-cart .giftcard-add-to-cart-button {
    width: 100%;
    font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    background: #1A1919;
    cursor: pointer;
    border: 1px solid #1A1919;
    transition: 0.2s ease-in-out;
    padding: 15px 20px 14px; }
    .giftcard-add-to-cart .giftcard-add-to-cart-button:disabled {
      background-color: #B4B4B4;
      border: 1px solid #B4B4B4;
      cursor: not-allowed; }

.multiple-cards-msg {
  display: block;
  font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
  color: #453F3F;
  opacity: 0.8;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 30px;
  margin-bottom: 30px; }

.gift-card-form .form-group {
  width: 100%;
  margin-bottom: 10px;
  position: relative; }
  .gift-card-form .form-group label {
    font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
    font-size: 14px;
    font-weight: 500;
    color: #1A1919;
    letter-spacing: 0.5px;
    line-height: 20px;
    margin-bottom: 4px;
    text-transform: none;
    width: 100%; }
  .gift-card-form .form-group input {
    background-color: #fff;
    -webkit-appearance: none;
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 4px;
    margin-top: 0;
    border-radius: 1px;
    border: 1px solid #D8D8D8;
    font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
    letter-spacing: 0.5px;
    transition: border-color 0.2s ease-in-out; }
  .gift-card-form .form-group .invalid-feedback.animate {
    font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #d14;
    text-align: left; }

.giftCard-details .change-giftcatd-image a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 2px;
  text-decoration: underline; }

.giftCard-details .giftcard-input-full {
  width: 100%; }
  .giftCard-details .giftcard-input-full .attribute {
    margin: 0; }
  .giftCard-details .giftcard-input-full input,
  .giftCard-details .giftcard-input-full select {
    height: 48px; }
    .giftCard-details .giftcard-input-full input:-ms-input-placeholder,
    .giftCard-details .giftcard-input-full select:-ms-input-placeholder {
      opacity: 0.7;
      font-size: 14px; }
    .giftCard-details .giftcard-input-full input::placeholder,
    .giftCard-details .giftcard-input-full select::placeholder {
      opacity: 0.7;
      font-size: 14px; }
  .giftCard-details .giftcard-input-full .same-day-delivery-wrap {
    position: relative;
    margin-bottom: 20px;
    display: block;
    margin-top: 15px; }
    .giftCard-details .giftcard-input-full .same-day-delivery-wrap .schedule-date-checkbox {
      padding-left: 35px; }
    .giftCard-details .giftcard-input-full .same-day-delivery-wrap #delivery-check {
      z-index: 9;
      max-height: fit-content;
      padding: 0;
      cursor: pointer; }
      .giftCard-details .giftcard-input-full .same-day-delivery-wrap #delivery-check ~ .same-day-delivery-checkmark {
        background: #fff;
        opacity: 1;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin: 0;
        position: absolute;
        left: 0;
        top: -5px;
        z-index: 8; }
      .giftCard-details .giftcard-input-full .same-day-delivery-wrap #delivery-check:checked:disabled ~ .same-day-delivery-checkmark {
        background: url("../../../default/images/theme-checkmark.svg");
        background-size: contain;
        background-repeat: no-repeat; }
  .giftCard-details .giftcard-input-full .future-delivery-wrap {
    position: relative; }
    .giftCard-details .giftcard-input-full .future-delivery-wrap .schedule-date-checkbox {
      padding-left: 35px;
      margin-bottom: 15px; }
    .giftCard-details .giftcard-input-full .future-delivery-wrap #delivery-check-future {
      z-index: 9;
      max-height: fit-content;
      padding: 0;
      cursor: pointer; }
      .giftCard-details .giftcard-input-full .future-delivery-wrap #delivery-check-future ~ .future-delivery-checkmark {
        background: #fff;
        opacity: 1;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin: 0;
        position: absolute;
        left: 0;
        top: -5px;
        z-index: 8; }
      .giftCard-details .giftcard-input-full .future-delivery-wrap #delivery-check-future:checked:disabled ~ .future-delivery-checkmark {
        background: url("../../../default/images/theme-checkmark.svg");
        background-size: contain;
        background-repeat: no-repeat; }
  .giftCard-details .giftcard-input-full .selectric {
    height: 48px;
    background: #fff;
    border: 1px solid #D8D8D8; }
    .giftCard-details .giftcard-input-full .selectric .button::before {
      display: none; }
    .giftCard-details .giftcard-input-full .selectric .button::after {
      height: 10px;
      width: 10px;
      top: 17px;
      right: 10px; }
    .giftCard-details .giftcard-input-full .selectric .label {
      opacity: 1;
      font-size: 16px; }
  .giftCard-details .giftcard-input-full .form-group .selectric .button {
    top: 0; }

.giftCard-details .giftcard-add-to-cart-error {
  display: block;
  padding: 15px 0 0;
  text-align: center;
  color: #d14;
  font-size: 14px; }

.personalize-gc .upload_img_p {
  max-width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  object-fit: contain;
  border: dashed 1px;
  border-radius: 8px;
  width: 474px;
  height: 294px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  cursor: pointer; }
  .personalize-gc .upload_img_p label {
    height: 100%;
    margin-bottom: 0;
    -ms-flex-align: center;
        align-items: center;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: hidden; }
  .personalize-gc .upload_img_p .upload_img {
    width: 52px;
    height: 42px; }
  .personalize-gc .upload_img_p img {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden; }

.personalize-gc .close-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  color: #fff;
  z-index: 1002; }
  .personalize-gc .close-overlay .remove_pro {
    width: 355px;
    height: 300px;
    margin: 0 auto; }
    .personalize-gc .close-overlay .remove_pro p {
      text-transform: uppercase;
      font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
      font-size: 15px;
      line-height: 20px;
      letter-spacing: 4.5px;
      margin-bottom: 15px;
      margin-top: 10px;
      color: #fff; }
    .personalize-gc .close-overlay .remove_pro button {
      margin: 5px;
      background-color: transparent;
      border: 1px solid #fff;
      border-radius: 2px;
      min-width: 156px;
      color: #fff;
      transition: 0.2s ease-in-out;
      padding: 15px 20px 14px;
      font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
      font-size: 12px;
      line-height: 14px;
      outline: none;
      text-transform: uppercase;
      letter-spacing: 2px;
      text-align: center;
      color: #fff; }
      .personalize-gc .close-overlay .remove_pro button:hover {
        color: #000;
        border: 1px solid #000;
        background-color: rgba(255, 255, 255, 0.9); }

.personalize-gc .close-button {
  position: absolute;
  margin-top: -12px;
  margin-right: -12px;
  top: 0;
  right: 0;
  z-index: 1; }
  .personalize-gc .close-button .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background-color: #000;
    opacity: 1; }
    .personalize-gc .close-button .close::before, .personalize-gc .close-button .close::after {
      content: " ";
      position: absolute;
      left: 14px;
      top: 9px;
      height: 10px;
      width: 1px;
      background-color: #fff;
      transform: rotate(45deg); }
    .personalize-gc .close-button .close::after {
      transform: rotate(-45deg); }

.personalize-gc .zoom_buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 474px;
  margin: 20px auto; }
  @media (max-width: 766.98px) {
    .personalize-gc .zoom_buttons {
      width: 100%; } }
  .personalize-gc .zoom_buttons button {
    border: none;
    background: none;
    outline: none; }
    .personalize-gc .zoom_buttons button img {
      width: 20px;
      height: 20px;
      cursor: pointer; }
  .personalize-gc .zoom_buttons input[type="range"] {
    -ms-flex-order: initial;
        order: initial;
    border: none;
    padding: 0;
    width: 90%;
    margin: 0 20px; }
    .personalize-gc .zoom_buttons input[type="range"]::-webkit-slider-runnable-track {
      background: #ccc;
      border-radius: 4px;
      width: 100%;
      height: 3px;
      cursor: pointer; }
    .personalize-gc .zoom_buttons input[type="range"]::-webkit-slider-thumb {
      -webkit-appearance: none;
      height: 20px;
      width: 20px;
      background: #000;
      border-radius: 50%;
      border: 1px solid #000;
      margin-top: -7px;
      cursor: pointer; }

.giftcard-video .remove-video {
  position: absolute;
  margin-top: -12px;
  margin-right: -12px;
  top: 0;
  right: 0;
  z-index: 1; }
  .giftcard-video .remove-video .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background-color: #000;
    opacity: 1; }
    .giftcard-video .remove-video .close::before, .giftcard-video .remove-video .close::after {
      content: " ";
      position: absolute;
      left: 14px;
      top: 9px;
      height: 10px;
      width: 1px;
      background-color: #fff;
      transform: rotate(45deg); }
    .giftcard-video .remove-video .close::after {
      transform: rotate(-45deg); }

.progress-wrapper {
  width: 50%;
  margin: 0 auto; }

.progress-bar {
  background-color: #efedea; }
  .progress-bar::-webkit-progress-bar {
    border-radius: 0.25rem;
    background-color: #efedea; }
  .progress-bar::-moz-progress-bar {
    border-radius: 0.25rem;
    background: #865;
    background-color: #865; }

progress[value]::-webkit-progress-value {
  background-color: #865;
  border-radius: 0.25rem; }

.progress-status-value {
  width: 100%;
  text-align: center;
  font-family: "ScalaSansOT", "segoe ui", "Roboto", "helvetica neue", "sans-serif";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #767676;
  text-align: center;
  margin-bottom: 14px; }

.video-landing-wrap video {
  max-width: 100%;
  width: 70%;
  margin: 40px auto;
  display: block; }

.video-landing-wrap p, .video-landing-wrap h2 {
  text-align: center;
  width: 70%;
  margin: auto;
  padding: 40px 0 20px; }

.decrypy-form {
  padding: 15px;
  max-width: 500px;
  margin: 50px auto 15px; }
  .decrypy-form .data-decrypt {
    min-width: 100%; }

.decryptedData {
  text-align: center;
  padding: 20px; }
  .decryptedData span {
    font-size: 24px; }
