@charset "utf-8";
body {
  min-width: 270px;
}
#iframeDocument {
  background-color: #fff;
  min-width: 270px;
}
.sprite {
  background: url('../img/expreg-sprite-v1.png') no-repeat;
  display: inline-block;
}
#iframeWrapper {
  position: relative;
  overflow: hidden;
}
#expresscartIframe {
  padding-bottom: 20px;
}
.iframeBody {
  background-color: #fff;
  padding: 0 0 0 10px;
}
.calloutPositionLeft .calloutPointer {
  top: 72px;
}
.calloutPositionRight .calloutPointer {
  top: 75px;
}
.cvCallOutHelpForPhoenixFlow {
  font-size: 90%;
  color: inherit;
  top: 25px;
  position: relative;
}
#calloutContent {
  width: 227px;
  padding: 8px 10px;
}
#securityCodeHelpTrigger {
  height: 22px;
}
#securityCodeHelpTrigger:focus {
  outline-color: transparent !important;
}
.cvAmExp,
.cvNonAmex {
  height: 95px;
  margin-top: 5px;
}
#cc_errors_wrapper {
  position: relative;
  top: 7px;
  display: block;
  padding-bottom: 8px;
  padding-left: 0;
  height: 23px;
}
#ccValidationSuccess #cc_errors_wrapper {
  top: 0;
}
#expresscartIframe .errorMessage {
  font-size: 15px;
}
#calloutWrapIframe {
  top: 37px;
}
#expirationDate {
  margin-left: -10px;
}
.w100Important {
  width: 100% !important;
}
.ccExpressCartIcon {
  width: 37px;
  height: 24px;
}
.cvAmExp {
  background-position: 0 -179px;
  width: 205px;
}
.ccImg {
  left: 0px;
  z-index: 6;
}
.cvNonAmex {
  background-position: 0 -50px;
  height: 100px;
  width: 205px;
}
.paypalLogo {
  background-position: 0 -24px;
  height: 26px;
  width: 98px;
  position: relative;
  top: 5px;
}
.visaCard {
  background-position: 0 0;
}
.masterCard {
  background-position: -37px 0;
}
.amExpCard {
  background-position: -74px 0;
}
.discoverCard {
  background-position: -111px 0;
}
.shipping {
  padding-left: 0px;
}
#ccRow {
  padding-right: 10px;
  display: table-row;
  padding-top: 4px;
  padding-bottom: 0;
}
#ccCol.ancCol {
  padding-left: 0px;
  padding-top: 4px;
}
#ccColInner {
  white-space: nowrap;
  padding-right: 1px;
}
.inline,
#cardsIcons {
  display: inline-block;
}
#payPalCol {
  padding-left: 6px;
}
.orPaypal {
  color: #999;
}
.paypalOnExpressCart {
  padding: 11px 0 6px 0;
  display: inline-block;
  font-size: 20px;
}
#id_expirationYear {
  /*width: 50px;*/
  margin-left: 8px;
  margin-right: 10px;
}
#id_expirationMonth {
  /*width: 50px;*/
  margin-right: 8px;
}
#slash {
  padding-top: 10px;
  margin-right: -20px;
}
#CVCode {
  padding-top: 3px;
}
#id_securityCode {
  margin-right: 8px;
}
#expresscartIframe #id_securityCode {
  max-width: 105px;
  min-width: 82px;
}
.noShow {
  display: none;
}
.padTweak {
  padding: 3px 3px 3px 10px;
  margin-top: 11px;
}
.noWrap {
  white-space: nowrap;
}
.noLeftPadding {
  padding-left: 0px !important;
}
.marginBottom {
  margin-bottom: 9px;
}
.leftPadding {
  padding-left: 28px;
}
.expandedCC {
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  width: 100% !important;
}
/* animation transitions */
@-webkit-keyframes disappear {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0.5;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-moz-keyframes disappear {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0.5;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-o-keyframes disappear {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0.5;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@keyframes disappear {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0.5;
    transform: scale(1.02);
  }
  100% {
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  70% {
    opacity: 0.5;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  70% {
    opacity: 0.5;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  70% {
    opacity: 0.5;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  70% {
    opacity: 0.5;
    transform: scale(1.02);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeIn {
  -webkit-animation: appear 0.4s ease-in 1;
  -moz-animation: appear 0.4s ease-in 1;
  -o-animation: appear 0.4s ease-in 1;
  animation: appear 0.4s ease-in 1;
}
.fadeOut {
  -webkit-animation: disappear 0.4s ease-out 1;
  -moz-animation: disappear 0.4s ease-out 1;
  -o-animation: disappear 0.4s ease-out 1;
  animation: disappear 0.4s ease-out 1;
}
@media only screen and (max-width: 767px) and (min-width: 425px) {
  #ccCol,
  .ccWidth {
    width: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .errorMessage {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 479px) {
  #expirationDate.expresscart {
    width: 50%;
  }
}
.phoenixExpAndCvv {
  display: inline-flex;
}
#phoenixCVCode {
  margin: 0px;
}
@media only screen and (max-width: 400px) {
  #phoenixFrameContent input,
  #phoenixFrameContent select {
    height: 40px;
  }
  #phoenixCallOut {
    margin-top: 7px;
  }
  #ccNumbers {
    width: 100%;
  }
  .rightPaddingForMobile {
    padding-right: 10px;
  }
  .noLeftPaddingForMobile {
    padding-left: 0px;
  }
  .noMarginTop {
    margin-top: 0px !important;
  }
  .phoenixExpAndCvv {
    display: block;
  }
}
#phoenixExpDate {
  padding-left: 10px;
}
@media only screen and (min-width: 400px) {
  .phoenixExpAndCvv {
    width: 90%;
    float: left;
  }
}
@media only screen and (max-width: 320px) {
  .errorMessage {
    font-size: 16px;
  }
  .ccExpressCartIcon {
    transform: scale(0.9);
    margin: 0px -5px -5px 0px;
  }
  #id_number {
    padding-left: 9px;
  }
  #securityCodeAmExHelpTrigger,
  #securityCodeHelpTrigger {
    float: right;
  }
  .securityCodeHelpTriggerExpress {
    padding-top: 15px;
    padding-right: 8px;
  }
  .expandedCC {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 300px) {
  #expresscartIframe #id_securityCode {
    max-width: 105px;
  }
}
.phoenixError {
  top: 0px;
  margin-left: 0px;
}
/*flag for mobile or not*/
#narrowScreen {
  display: none;
}
.w83 {
  width: 83%;
}
@media only screen and (max-width: 425px) {
  #ccCol,
  .ccWidth {
    width: 65%;
  }
  div#payPalCol {
    width: 35%;
  }
  .ccError {
    white-space: normal;
  }
}
#phoenixFrameContent {
  overflow-x: visible !important;
}
#expiration_error span,
#cc_number_error span,
#cvc_error span {
  font-size: 16px;
}
#expiration_error > span {
  white-space: normal;
}
#expiration_error.icon::before,
#cc_number_error.icon::before,
#cvc_error.icon::before {
  margin-right: 0!important;
}
@media only screen and (max-width: 480px) {
  #phoenixCVCode {
    width: 90%;
  }
  #postalCode {
    width: 50%;
    padding-left: 0px;
    padding-top: 0px;
    clear: both;
  }
  #CVCode {
    width: 50%;
  }
}
@media only screen and (max-width: 334px) {
  .ancCol.w40 {
    width: 45%;
  }
}
#dd_id {
  padding-top: 10px;
}
.w80 {
  width: 80%;
}
.w50 {
  width: 50%;
}
.w70 {
  width: 70%;
}
#securityCodeTooltipContent,
#securityCodeTooltipContentForAmExp {
  line-height: 16px;
}
.cc_number_error_wrapper {
  padding-bottom: 18px;
}
@media only screen and (max-width: 380px) {
  #cc_errors_wrapper {
    height: 33px;
  }
}
#cvc_error,
#expiration_error,
#postal_error {
  margin-top: 7px;
}
