
  #occ-payment-loader {
    width: 40px;
    height: 40px;
    margin: auto !important;
    color: #000 !important;
    background: linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0);
    background-size: 21px 21px;
    background-repeat: no-repeat;
    animation: sh5 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
  }
  @keyframes sh5 {
    0% {
      background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    }
    33% {
      background-position: 0 0, 100% 0, 100% 100%, 0 100%;
      width: 60px;
      height: 60px;
    }
    66% {
      background-position: 100% 0, 100% 100%, 0 100%, 0 0;
      width: 60px;
      height: 60px;
    }
    100% {
      background-position: 100% 0, 100% 100%, 0 100%, 0 0;
    }
  }

  #occ-payment-loader-container {
    min-height: 60px;
    height: 60px;
    display: grid;
    place-items: center;
  }
  .zecpe-btn{
    position :relative;
  }
  .zecpe-btn-clicked::after, .zecpe-btn-clicked::before {
    content : "" !important;
  }
  #zecpe-overlay {
    display: grid;
    position: fixed;
    top: 0;
    place-items: center;
    left: 0;
    z-index: 99999999999999;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #fff;
  }

  #zecpe-btn-text {
    line-height: 18px;
    text-align: left;
  }

  #zecpe-btn-header {
    font-weight: 600;
  }
  #zecpe-btn-desc {
    font-weight: 600;
    font-size: 11px;
  }
  #zecpe-arrow-icon {
    display: inline
  }

  .zecpe-buy-now {
    background: #000;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    height: 46px;
    max-height: 46px;
    position: relative;
  }
  #lds-ring {
    display: none;
    width: 100%;
    height: 30px;
    place-items: center;
    text-align: center;
    max-height: 100%;
    position: absolute; 
    top: 0; 
    left: 0;
  }
  #lds-ring div {
    box-sizing: border-box;
    display: block;
    width: 24px;
    position : absolute;
    height: 24px;
    margin: 3px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  #lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  #lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  #lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @media only screen and (max-width: 768px) {
    .zecpe-buy-now {
      font-size: 11px;
    }
    #zecpe-btn-header {
      font-size: 14px
    }
    #zecpe-arrow-icon {
      display: none
    }
    #zecpe-btn-text {
      font-size: 14px;
    }
    #zecpe-btn-desc {
      font-size: 7px;
    }
  }