﻿/* 
====== Magnific Popup Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Magnific Popup - Credit Card iframe ======
*/
.mfp-payment-iframe {
    background: #FFF;
    padding: 20px 20px;
    display: block;
    max-width: 600px;
    height: 300px;
    margin: 40px auto;
    position: relative;
    border: none;
}

.spinner-popup {
    position: relative;
    background: #FFF;
    padding: 24px;
    width: auto;
    max-width: 200px;
    margin: 20px auto;
    text-align: center;
}

@media screen {
    .hideOnScreen {
        display: none;
    }
}
