@media (min-width: 1024px) {
    #payment_form_flxpayment .table .pics {
        width: 43px;
        max-width: 43px;
        padding-right: 10px;
    }
}

#payment_form_flxpayment .table .pics img {
    margin: 0 auto;
    max-width: 100%;
}

#payment_form_flxpayment .table .table_row {
    display: table-row;
    height: 20px;
}

#payment_form_flxpayment .table div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

#payment_form_flxpayment .table div p {
    font-size: 13px;
    color: #373737;
    line-height: 17px;
    margin: 0px;
}

#payment_form_flxpayment .table div span {
    color: #336877;
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 768px) {
    #payment_form_flxpayment .half-cols-container {
        display: table;
        width: 100%;
    }
}

#payment_form_flxpayment .half-cols-container .half-cols {
    color: #0e7989;
    font-family: 'Open Sans', sans-serif;
    position: relative;
}

@media (min-width: 768px) {
    #payment_form_flxpayment .half-cols-container .half-cols {
        width: 50%;
        text-align: left;
        display: table-cell;
        height: 100%;
        vertical-align: top;
    }
}

#payment_form_flxpayment .half-cols-container .half-cols p {
    font-size: 12px;
}

#payment_form_flxpayment .half-cols-container .half-cols a {
    display: inline-block;
    margin: 10px auto;
    position: relative;
    background-color: #0e7989;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 26px;
    border-radius: 4px;
    cursor: pointer;
}

#payment_form_flxpayment .half-cols-container .half-cols .form {
    margin-top: 16px;
    display: block;
    width: 100%;
}

#payment_form_flxpayment .half-cols-container .half-cols .form label,
#payment_form_flxpayment .half-cols-container .half-cols .form input {
    width: auto;
    display: inline-block;
}

#payment_form_flxpayment .half-cols-container .half-cols:first-child {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    #payment_form_flxpayment .half-cols-container .half-cols:first-child {
        padding-right: 20px;
        padding-bottom: 0px;
    }
}

#payment_form_flxpayment .half-cols-container .half-cols:last-child {
    padding-top: 20px;
}

@media (min-width: 768px) {
    #payment_form_flxpayment .half-cols-container .half-cols:last-child {
        padding-left: 20px;
        padding-top: 0px;
    }
}

#payment_form_flxpayment .half-cols-container .half-cols:last-child:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ededed;
    position: absolute;
    bottom: auto;
    left: 0px;
    top: 0px;
}

@media (min-width: 768px) {
    #payment_form_flxpayment .half-cols-container .half-cols:last-child:after {
        width: 1px;
        height: 100%;
        left: -10px;
        top: 0px;
    }
}

#payment_form_flxpayment .table {
    font-family: 'Open Sans', sans-serif;
    display: table;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 10px;
}

@media (min-width: 1024px) {
    #payment_form_flxpayment .table .pics {
        width: 43px;
        max-width: 43px;
        padding-right: 10px;
    }
}

.flx_payment_logo {
    margin-right: 10px;
}

.flx_logo_new {
    max-width: 150px;
}

@media (min-width: 768px) {
    #payment_form_flxpayment .half-cols-container {
        display: table;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #payment_form_flxpayment .half-cols-container .half-cols {
        width: 50%;
        text-align: left;
        display: table-cell;
        height: 100%;
        vertical-align: top;
    }
}

#payment_form_flxpayment .half-cols-container .half-cols strong {
    font-size: 14px;
}

#payment_form_flxpayment .half-cols-container .half-cols .form label {
    padding-right: 5px;
}

@media (min-width: 768px) {
    #payment_form_flxpayment .half-cols-container .half-cols:first-child {
        padding-right: 20px;
        padding-bottom: 0px;
    }
}

@media (min-width: 768px) {
    #payment_form_flxpayment .half-cols-container .half-cols:last-child {
        padding-left: 20px;
        padding-top: 0px;
    }
}

@media (min-width: 768px) {
    #payment_form_flxpayment .half-cols-container .half-cols:last-child:after {
        width: 1px;
        height: 100%;
        left: -10px;
        top: 0px;
    }
}


/* MODAL STYLES */

#flxpayment_modal_custom {
    left: 4%;
    top: 5%;
    width: 96%;
}

@media (max-width: 1025px) {
    #flxpayment_modal_custom {
        width: 100% !important;
    }
}

#flxpayment_modal_custom .modal-content {
    padding: 0;
    height: 100%;
}

@media (max-width: 769px) {
    #flxpayment_modal_custom .modal-content {
        position: absolute;
        width: 100%;
        top: 0px;
    }
}

#flxpayment_modal_custom .modal-content iframe {
    max-width: 100%;
    width: 100%;
    border: none;
    height: 100%;
    margin-bottom: -20px;
}

@media (max-width: 769px) {
    #flxpayment_modal_custom .modal-content iframe {
        z-index: 5000;
        margin-top: -10px;
        position: absolute;
        height: calc(100% + 10px);
        min-height: calc(100% + 10px);
    }
}

#flxpayment_modal_custom .modal-inner-wrap {
    width: 96%;
    height: 96%;
    overflow-y: hidden;
}

@media (max-width: 1025px) {
    #flxpayment_modal_custom .modal-inner-wrap {
        width: 100%;
        height: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
    #flxpayment_modal_custom .modal-inner-wrap iframe {
        min-width: 100%;
        width: 100%;
        border: none;
        height: 2000px !important;
        margin-bottom: -5px;
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch;
        background-color: #fff !important;
    }
    #flxpayment_modal_custom {
        left: 0%;
        top: 0%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

.modal-custom .action-close {
    position: relative;
    float: right;
}

aside.modal-popup {
    left: 0px !important;
    width: 100%;
}

@media (min-width: 768px) {
    .flx_hide {
        display: none !important;
    }
}

.flxMessage img {
      width: 18px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
  }

  .flxMessage a {
      display: inline-block;
  }

  @media(min-width: 768px) {
      .flxMessage p {
          margin-top: 10px;
          margin-bottom: 10px;
      }
  }

.checkout-index-index .modals-wrapper .modals-overlay {
    pointer-events: none!important;
    cursor: none;
}
#flxpayment_modal_custom .modal-inner-wrap .modal-content iframe {
    max-width: 100%;
    width: 100%;
    border: none;
    background: #006c79!important;
}
.payment-method-title.field.choice #flxpayment {
    position: relative;
    top: 56px;
}
/** css related to Uppy **/
.uppy-Dashboard-progressindicators,
.uppy-Dashboard-close,
.uppy-Dashboard-dropFilesHereHint,
.uppy-Dashboard-inner{
    display:none;
}

.image.image-placeholder #fileUploader{
    border:500px solid transparent;
    bottom:0;
    cursor:pointer;
    font-size:10em;
    height:100%;
    left:0;
    opacity:0;
    position:absolute;
    right:0;
    top:0;
    width:100%;
    z-index:3
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}.columns .column.main {
    max-width: 100%;
}

.affirm-promo iframe {
    max-width: 100%;
}

#learn-more img {
    height: 1em !important;
    margin: 0 .3em !important;
    vertical-align: baseline !important;
}