
/* black friday modal */
.black-friday-modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .black-friday-modal.show-modal{
    display: flex;
  }
  .black-friday-modal-wrapper {
    background-color: #000;
    padding: 11px;
    max-width: 90%;
  }
  .black-friday-modal-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    max-width: 300px;
    cursor: pointer;
  }
  .black-friday-modal-popup.show-popup{
    display: block;
  }
  .black-friday-modal .black-friday-modal-inner {
    padding: 12px;
  }
  .black-friday-modal-wrapper .black-friday-modal-header {
    text-align: right;
    margin-bottom: 41px;
  }
  .black-friday-modal-wrapper .black-friday-modal-header button {
    width: 34px;
    height: 34px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    box-shadow: none;
    background-image: url("./../../img/modal-close-button.png");
    background-position: center;
    background-size: contain;
  }
  
  .black-friday-modal-center .left-center h1 {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.05px;
    color: #fff;
    text-transform: uppercase;
    font-family: MonumentExtended Bold, sans-serif;
    margin-bottom: 17px;
  }
  .black-friday-modal-center .right-center .black-friday-modal-image {
    max-width: 80%;
    margin-inline: auto;
    margin-bottom: 26px;
  }
  .black-friday-modal .modal-form {
    margin-bottom: 15px;
  }
  .black-friday-modal .modal-form input {
    width: 100%;
    border-radius: 25px;
    border: 1.5px solid #fff;
    padding: 14px 17px;
    color: #fff !important;
    background-color: transparent;
  }
  .black-friday-modal .modal-form input::placeholder {
    font-size: 18px;
    line-height: 21px;
    font-family: SFProDisplayLight, sans-serif;
  }
  .black-friday-modal .modal-form .modal-btn {
    border-radius: 25px;
    width: 100%;
    display: block;
    border: 1.5px solid #fff;
    background-color: #ed00ff;
    text-transform: uppercase;
    font-family: MonumentExtended Bold, sans-serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.1px;
    color: #fff;
    padding: 14px;
    margin-bottom: 15px;
    cursor: pointer;
    white-space: nowrap;
  }
  .black-friday-modal .modal-form .form-group .error-message p{
    color: red;
  }
  .black-friday-modal .modal-form .clear{
    margin-bottom: 18px;
  }
  @media (min-width: 576px) {
    .black-friday-modal .modal-form .mc-field-group {
      display: flex;
      flex-wrap: wrap;
    }
    .black-friday-modal .modal-form .mc-field-group .error-message{
      flex: 0 0 100%;
      width: 100%;
    }
    .black-friday-modal .modal-form .modal-btn {
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      margin-bottom: 0;
      flex: 0 0 30%;
      width: 30%;
    }
    .black-friday-modal .modal-form input {
      flex: 0 0 70%;
      width: 70%;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-right: none;
      margin-bottom: 0;
    }
  }
  .black-friday-modal .modal-form p,
  .black-friday-modal .modal-form label {
    font-family: SFProDisplayRegular, sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
  }
  .black-friday-modal .modal-form label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .black-friday-modal .modal-form label a {
    text-decoration: underline;
    color: #fff;
    margin-inline: 5px;
  }
  .black-friday-modal .modal-form label .fake-checkbox {
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    display: inline-block;
    margin-right: 10px;
  }
  .black-friday-modal
    .modal-form
    label
    input[type="checkbox"]:checked
    + .fake-checkbox {
    background-clip: content-box;
    padding: 4px;
    background-color: #fff;
  }
  
  @media (min-width: 768px) {
    .black-friday-modal-wrapper {
      padding: 20px 17px;
    }
    .black-friday-modal-wrapper .black-friday-modal-header {
      margin-bottom: 35px;
    }
    .black-friday-modal-wrapper .black-friday-modal-header button {
      width: 42px;
      height: 42px;
    }
    .black-friday-modal-center {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .black-friday-modal-center .left-center {
      flex: 0 0 50%;
      width: 50%;
    }
    .black-friday-modal-center .left-center .discount-image {
      max-width: 254px;
      margin-bottom: 20px;
    }
    .black-friday-modal-center .left-center p {
      font-size: 18px;
      line-height: 28px;
      letter-spacing: -0.1px;
      color: #37c0d1;
      text-transform: uppercase;
      font-family: MonumentExtended Bold, sans-serif;
    }
    .black-friday-modal-center .right-center {
      flex: 0 0 calc(50% - 40px);
      width: calc(50% - 40px);
    }
    .black-friday-modal-center .right-center .black-friday-modal-image {
      max-width: unset;
    }
    .black-friday-modal-center .left-center h1 {
      font-size: 40px;
      line-height: 48px;
    }
    .black-friday-modal .modal-form {
      max-width: 600px;
    }
    .black-friday-modal .modal-form .modal-btn,
    .black-friday-modal .modal-form input {
      padding: 23px 27px;
    }
    .black-friday-modal .modal-form input {
      border-top-left-radius: 34px;
      border-bottom-left-radius: 34px;
    }
    .black-friday-modal .modal-form .modal-btn {
      border-top-right-radius: 34px;
      border-bottom-right-radius: 34px;
    }
    .black-friday-modal-center {
      margin-bottom: 54px;
    }
  
    
  }
  
  @media (min-width: 992px) {
    .black-friday-modal-wrapper {
      max-width: 75%;
    }
    .black-friday-modal-center .left-center h1 {
      font-size: 50px;
      line-height: 58px;
      letter-spacing: -0.07px;
    }
    .black-friday-modal .modal-form .mc-field-group {
      margin-bottom: 18px;
    }
    .black-friday-modal .modal-form p,
    .black-friday-modal .modal-form label {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media (min-width: 1400px) {
    .black-friday-modal-wrapper {
      max-width: 65%;
    }
    .black-friday-modal .black-friday-modal-inner {
      padding: 0 38px 44px 30px;
    }
    .black-friday-modal-center .right-center {
      flex: 0 0 calc(50% - 60px);
      width: calc(50% - 60px);
    }
  }
  

  .black-friday-action-modal .black-friday-modal-link{
    display: block;
  }

  .black-friday-action-modal .black-friday-modal-wrapper .black-friday-modal-header {
    margin-bottom: 0;
  }