.popup-container {
    display: none;
  }
  
  /* main styling */
  
  .popup-container h1,
  .popup-container p,
  .popup-container h3,
  .popup-container span {
    color: #535353;
    text-align: center;
  }
  
  .popup-container h1 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 1.8px;
    line-height: 40px;
    width: 100%;
  }
  
  .popup-container h1 span {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 1.8px;
    line-height: 42px;
    display: block;
  }
  
  .popup-container .sub-head {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 22px;
    padding: 15px 0px;
  }
  
  .popup-container .x, .popup-container .codePopup_x {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 15px;
    cursor: pointer;
    z-index: 12;
  }
  
  .one,
  .two {
    background: #2b2b2b;
    height: 4px;
    width: 100%;
    cursor: pointer;
  }
  
  .one {
    transform: rotate(45deg) translate(7px, 7px);
  }
  
  .two {
    transform: rotate(-45deg) translate(-4px, 4px);
  }
  
  .popup-container {
    box-shadow: 0px 0px 68px -2px rgba(59, 59, 59, .5);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 9;
    width: 100%;
    max-width: 40%;
    background-color: #fff;
  }
  
  .popup-container .left {
    background: #ff5a5d;
    padding: 30px 0px;
    display: flex;
    align-items: center;
  }
  
  .popup-container .right {
    background: #fff;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .popup-container form {
    margin: 0 auto;
    width: 80%;
    text-align: center;
  }
  
  .popup-container select,
  .popup-container .select2-container,
  .popup-container input[type="email"],
  .popup-container input[type="text"] {
    box-shadow: 0px 0px 31px 0px rgba(82, 82, 82, 0.3);
  }
  
  .popup-container input, .popup-container select, .popup-container .select2-container {
    width: 100%;
    margin: 15px 0 -5px;
    padding: 18px 5px;
    border: none;
    border-radius: 2px;
  }
   .popup-container .select2-container {
    padding: 10px 5px;
   }
       
   .popup-container .select2-selection {
       border: none !important;
       text-align: left;
   }
  
  .popup-container ::-webkit-input-placeholder {
    text-align: center;
    letter-spacing: .7px;
    color: lighten(#2b2b2b, 55%);
    font-size: 18px;
    font-weight: 300;
  }
  
  .popup-container input[type="submit"] {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 1.1rem;
    background: #5bbb89;
    transition: background .3s ease-in-out;
    cursor: pointer;
  }
  
  .popup-container input[type="submit"]::hover {
    background: #6ac292;
  }
  
  
  #popup-overlay,
  .popup-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 7;
    cursor: pointer;
  }
  
  /*
  #pop-subscribeStatus{
      display:none;
      padding: 25px 0px 0px 0px;
      font-size: 16px;
      color: #3dcb3d;
      font-weight: 600;
      margin: 0;
  }*/
  
  
  #pop-subscribeStatus,
  #dealpop-subscribeStatus,
  #storedealpop-subscribeStatus,
  #customdealpop-subscribeStatus,
  #storemdealpop-subscribeStatus{
    display: none;
    padding: 25px 0px 0px 0px;
    font-size: 16px;
    color: #3dcb3d;
    font-weight: 600;
    margin: 0;
  }
  
  #pop-subscribeStatus.error,
  #dealpop-subscribeStatus.error,
  #storedealpop-subscribeStatus.error,
  #customdealpop-subscribeStatus.error,
  #storemdealpop-subscribeStatus.error {
    color: #f74444;
  }
  
  #codePopup {
    max-width: 650px;
  }
  
  #codePopup .mcontainer {
    width: 100%;
    margin: 0px 0px 15px 0px;
    padding: 0px 20px;
    text-align: center;
  
  }
  
  #codePopup h3 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 25px;
  }
  
  #codePopup p.cpp_desc {
    font-size: 16px;
    font-weight: 500;
  }
  
  #codePopup a.cpp_link {
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    height: 3rem;
    line-height: 1.5;
    padding: .75rem 1rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: #edf2ff;
    color: #4355ab;
    margin: 15px 0px;
  }
  
  #codePopup a.cpp_link span {
    background: transparent;
    color: #4355ab;
  }
  
  #codePopup a.cpp_link:hover {
    background-color: #5bbb89;
    color: #fff;
  }
  
  #codePopup a.cpp_link:hover span {
    color: #fff;
  }
  
  #codePopup .code-wrapper {
    align-items: center;
    background-color: #edf2ff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100%25' height='100%25' fill='none' stroke='%23487EFFFF' stroke-dasharray='4%2C6' stroke-dashoffset='3' stroke-linecap='square' stroke-width='2' rx='2' ry='2'/%3E%3C/svg%3E");
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin: 0 auto 1rem;
    max-width: 100%;
    padding-right: .25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  
  .input-component-wrapper {
    display: flex;
    flex-direction: column;
  }
  
  .screen-reader {
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    clip: rect(0, 0, 0, 0);
  }
  
  .input-component-wrapper .label-wrapper {
    margin-bottom: .25rem;
  }
  
  #codePopup .code-wrapper .code .input {
    --code-horizontal-spacing: 15px;
    --letter-spacing: 3px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    box-sizing: content-box;
    font-size: 1.5rem;
    letter-spacing: var(--letter-spacing);
    line-height: 1.5;
    margin: 0;
    overflow: hidden;
    padding: .25rem .75rem;
    width: calc(var(--code-length)*1ch + var(--code-length)*var(--letter-spacing) + var(--code-horizontal-spacing));
    font-family: monospace;
    font-weight: 700;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
  }
  
  #codePopup .code-wrapper .code .input {
    --letter-spacing: 6px;
    --code-horizontal-spacing: 25px;
    font-size: 2.25rem;
    line-height: 1.17;
    padding: .25rem 1rem;
    outline: none;
  }
  
  #codePopup .code-wrapper .btn {
    text-transform: uppercase;
  }
  
  #codePopup .code-wrapper.copied {
    background: #e6faf6;
    border: 1px dashed #20b18c;
  }
  
  .cppMerchantWebsite{
    color: #4355ab !important;
  }
  .btn-success {
    background-color: #20b18c;
    color: #fff;
  }
  
  .popup_footer,
  .popup_footer_content {
    background: #303f4e;
    color: #fff;
    width: 100%;
  }
  
  .popup_footer_content p.footerhead {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-top: 20px
  }
  
  .popup_footer_content p.footerhead span {
    color: #fff;
  }
  
  .popup_footer_content form {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .popup_footer_content form #cppsubmit {
    max-width: 150px;
  }
  
  .popup_footer_content p.disclaimer {
    color: #fff;
    margin: 10px 0px;
    font-size: 12px;
  }
  
  .popup_footer_content p.disclaimer a {
    color: #fff;
  }
  
  @media (max-width:767px) and (min-width:320px) {
  
    .popup-container {
      width: 90% !important;
      max-width: 90% !important;
    }
  
    .popup-container .x, .popup-container .codePopup_x {
      right: 5px;
    }
  
    .one,
    .two {
      /*background: #fff;*/
    }
  
    .popup-container h1 {
      font-size: 25px;
      line-height: 35px;
    }
  
    .popup-container h1 span {
      font-size: 30px;
      line-height: 35px;
      display: block;
    }
  
    .popup_footer_content form {
      width: 100%;
    }
  
    .popup_footer_content form #cppsubmit {
      max-width: 90px;
    }
  
  }