  div.get-it-faster label[for="get-it-faster-checkbox"] {
    position: relative;
    display: none;
    width: 30px;
    height: 14px; }
    div.get-it-faster label[for="get-it-faster-checkbox"] input#get-it-faster-checkbox {
      height: 0;
      width: 0;
      opacity: 0; }
    div.get-it-faster label[for="get-it-faster-checkbox"] input#get-it-faster-checkbox:checked + .get-it-faster-switch {
      background-color: #ff843e; }
    div.get-it-faster label[for="get-it-faster-checkbox"] input#get-it-faster-checkbox:focus + .get-it-faster-switch {
      box-shadow: 0 0 1px #ff843e; }
    div.get-it-faster label[for="get-it-faster-checkbox"] input#get-it-faster-checkbox:checked + .get-it-faster-switch:before {
      -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
      transform: translateX(15px); }
    div.get-it-faster label[for="get-it-faster-checkbox"] .get-it-faster-switch {
      display: none;
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      border-radius: 30px; }
      div.get-it-faster label[for="get-it-faster-checkbox"] .get-it-faster-switch:before {
        position: absolute;
        content: "";
        border-radius: 50%;
        height: 10px;
        width: 10px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
  div.get-it-faster a#get-it-faster-pop-up {
    outline: none;
    font-size: 0.6em;
    font-weight: 600;
    display: flex;
    flex: 1;
    text-decoration: none;
    align-content: center;
    align-items: center; }
    div.get-it-faster a#get-it-faster-pop-up i {
      margin-left: 3px; }
    div.get-it-faster a#get-it-faster-pop-up span {
      margin-left: auto;
      margin-right: 10px;
      font: 400 13px/18px "Montserrat", Helvetica, Arial;
      color: #555; }
      div.get-it-faster a#get-it-faster-pop-up span.hide {
        display: none; }
    div.get-it-faster a#get-it-faster-pop-up.remove-gif {
      color: #ccc; }
  
/* POPUPS >>> */
#popUp-bg-gif {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
  #popUp-bg-gif .modal-content {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    max-width: 650px;
    width: 98%;
    margin: 5% auto;
    padding: 20px 4% 40px;
    display: block;
    background: white;
    border-radius: 2px;
    position: relative; }
    #popUp-bg-gif .modal-content .close {
      background: none;
      color: #151211;
      line-height: 20px;
      position: absolute;
      right: 5px;
      text-align: center;
      top: 5px;
      width: 29px;
      text-decoration: none;
      z-index: 9999;
      padding: 7px 5px;
      font-size: 34px;
      font-weight: 400;
      line-height: 14px; }
    #popUp-bg-gif .modal-content .close:hover {
      color: #aaa;
      cursor: pointer; }
    #popUp-bg-gif .modal-content .modal-inside-title {
      text-align: center;
      padding-top: 20px; }
      #popUp-bg-gif .modal-content .modal-inside-title i {
        font-size: 16px;
        margin-bottom: 10px;
        color: #333; }
      #popUp-bg-gif .modal-content .modal-inside-title i.fa-headset {
        font-size: 55px;
        color: #ff7324; }
      #popUp-bg-gif .modal-content .modal-inside-title i.fa-star {
        font-size: 16px; }
      #popUp-bg-gif .modal-content .modal-inside-title h2 {
        text-align: center;
        font-size: 24px;
        line-height: 31px; }
    #popUp-bg-gif .modal-content h2 {
      font-weight: 600;
      font-size: 32px;
      line-height: 40px;
      max-width: 400px;
      margin: 0 auto 10px;
      text-align: center; }
    #popUp-bg-gif .modal-content h3 {
      font-weight: 600;
      font-size: 18px;
      line-height: 28px;
      max-width: 400px;
      margin: 0 auto 10px;
      text-align: center; }
    #popUp-bg-gif .modal-content p {
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      max-width: 400px;
      margin: 0 auto 10px;
      text-align: center; }
    #popUp-bg-gif .modal-content ul {
      list-style: none;
      margin: 25px auto 10px;
      padding: 10px 15px;
      border-radius: 5px; }
      #popUp-bg-gif .modal-content ul li {
        padding: 0;
        text-align: center;
        width: 33%;
        float: left; }
        #popUp-bg-gif .modal-content ul li i {
          color: #ff5c00;
          font-size: 50px;
          display: block;
          text-align: center;
          margin: 0 0 10px; }
        #popUp-bg-gif .modal-content ul li h5 {
          font-weight: 800;
          font-size: 16px;
          line-height: 22px;
          max-width: 400px;
          margin: 0 auto; }
    #popUp-bg-gif .modal-content button.fee {
      line-height: 20px;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 10px 1%;
      border-radius: 0;
      width: 47%;
      display: inline-block;
      margin: 15px 1% 0;
      background-color: #ff5c00;
      border: 2px solid #ff5c00;
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      min-height: 64px; }
      #popUp-bg-gif .modal-content button.fee span {
        font-weight: 600;
        color: #ffcaac; }
    #popUp-bg-gif .modal-content button.without.fee {
      background-color: #fff;
      border: 2px solid #111;
      color: #111; }
      #popUp-bg-gif .modal-content button.without.fee span {
        color: #ff5c00; }
    #popUp-bg-gif .modal-content footer {
      text-align: center; }
    #popUp-bg-gif .modal-content button.fee:hover {
      background-color: #ff772a;
      border-color: #ff772a; }
      #popUp-bg-gif .modal-content button.fee:hover span {
        color: #111111; }
    #popUp-bg-gif .modal-content button.without.fee:hover {
      background-color: #fff;
      color: #ff5c00; }

#popUp-bg-gif .modal-content {
  max-width: 700px;
  padding: 20px 3% 40px; }
  #popUp-bg-gif .modal-content h1 {
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0; }

/* Premium support popup >>> */
.pps_on_cart-page {
  margin: 0 0 15px; }

@media screen and (max-width: 768px) {
  #popUp-bg-gif .modal-content button.fee {
    display: block;
    max-width: 325px;
    width: 90%;
    margin: 15px auto 0; } }

@media screen and (max-width: 600px) {
  #popUp-bg-gif .modal-content ul li,
  #popUpModalBackground .modal-content ul li {
    padding: 0 0 0 75px;
    width: calc(90% - 75px);
    float: none;
    margin: 0 auto 29px;
    position: relative;
    text-align: left;
    max-width: 230px; }
    #popUp-bg-gif .modal-content ul li i,
    #popUpModalBackground .modal-content ul li i {
      color: #ff5c00;
      font-size: 40px;
      display: block;
      text-align: center;
      margin: -21px 0 0;
      position: absolute;
      top: 50%;
      left: 0;
      line-height: 40px;
      width: 50px;
      height: 42px; }
    #popUp-bg-gif .modal-content ul li h5,
    #popUp-bg-gif .modal-content ul li p,
    #popUpModalBackground .modal-content ul li h5,
    #popUpModalBackground .modal-content ul li p {
      text-align: left;
      margin: 0;
      line-height: 20px; } }

@media screen and (max-width: 400px) {
  #popUp-bg-gif .modal-content ul li,
  #popUpModalBackground .modal-content ul li {
    padding: 0;
    max-width: 100%;
    width: 100%; }
    #popUp-bg-gif .modal-content ul li i,
    #popUpModalBackground .modal-content ul li i {
      display: none; }
    #popUp-bg-gif .modal-content ul li h5,
    #popUp-bg-gif .modal-content ul li p,
    #popUpModalBackground .modal-content ul li h5,
    #popUpModalBackground .modal-content ul li p {
      text-align: center; } }
