.pink-color {
    color: #FF135E;
}
.wrapper-full .form_payment_header {
    width: 100%;
    background: none;
    padding: 10px 0;
    margin-bottom: 15px;
}
.wrapper-full .form_payment_header h2 {
    color: #666;
    line-height: 30px;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}
.wrapper-full #payment_section .payment_summary {
    margin-top: 0;
}
.stripe-payment-block .payment_method {
    margin-top: 0 !important;
}

.payment_title_section {
    border-top: 1px solid #DDDDDD;
    margin-top: 15px;
    padding-top: 15px;
}
.form_wrapper {
    padding: 10px;
}
.font-worksan {
    font-family: 'Work Sans', sans-serif;
}
#content a.paypal_button {
    background: #ffc43a url("/themes/newPainting/img/paypal-logo.png") no-repeat scroll right center / 80px auto;
    border-radius: 5px;
    color: #000;
    padding: 7px 88px 12px 10px;
    margin-left:-44px;
    margin-top:20px;
    text-decoration: none;
}
#content a.paypal_button {
    width: 100%;
    display: block;
    margin: 0;
}
#content #paypal-uk-block {
    width: 100%;
}
#content #paypal-uk-block a.paypal_button {
    background: #ffc43a;
    border-radius: 4px;
    color: #111;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
    float: none;
    display: block;
}
#content #paypal-uk-block .paypal_button img {
    height: 20px;
    display: inline-block;
}
#content #paypal-uk-block .paypal_button .checkout-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
#content .quadpay_button {
    width: 270px;
    display: block;
    background: #140CA3 url(/themes/newPainting/img/quadpay-logo-white@2x.png) no-repeat scroll center center;
    height: 40px;
    border-radius: 5px;
    /*background-size: 90px;*/
    background-size: 30%;
    color: white;
    text-decoration: none;
    margin: 0 auto;
}
#content .quadpay_button.quadpay-to-zip {
    /*background: black url(/themes/newPainting/img/Zip_button_rgb_standard.png) no-repeat scroll center center;*/
    background: black url(/themes/newPainting/img/Zip_button_rgb_MC_blk.png) no-repeat scroll center center;
    background-size: 25%;
}
#content .credit-card-logo {
    margin-top: 10px;
    margin-bottom: 5px;
}
#content .credit-card-logo img.icon-logo {
    width: 12%;
}
#content .has-pay-later-button .quadpay_button {
    width: 100%;
}
#content .quadpay_button img {
    width: 100%;
}
body.language_de #content a.paypal_button {padding-right: 90px}
.stripe-payment-block #paypal {height: 85px}
body.new-painting .stripe-payment-block #paypal {height: inherit; width: 270px; margin: 0 auto; }
body.new-painting .button-payment-block#paypal {margin-top: 5px !important;}
#content #zip-block {
    padding: 80px 15px 10px;
}
#content #zip-block #zip-payment {
    width: 100%;
}

/** =========Responsive mobile================ */
@media (max-width: 1023px) {
    .res-view #frmPayment .form_header h1 {
        font-size: 2em;
        font-weight: bold;
        margin-left: 20px;
    }
    .res-view #frmPayment .formbox {
        border: unset;
    }
    .res-view #frmPayment #payment_section .payment_summary {
        box-shadow: unset;
    }
    .res-view .stripe-payment-block .payment_method {
        text-align: center;
        padding: 0;
    }
    .res-view .user-payment-page .wrapper-full #right {
        display: none;
    }
    .res-view #frmPayment .mobile-not-show {
        display: none;
    }
}

@media (max-width: 767px) {
    .res-view #frmPayment .stripe-payment-block #paypal {
        width: 100%;
    }
    .res-view #frmPayment .stripe-or-text {
        font-size: 18px;
    }
    /*.res-view #frmPayment .stripe-visa-block {
        display: none;
    }*/
    .res-view #frmPayment #AmazonPayButton {
        padding: 0;
    }
    .res-view .payment_method {
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    .res-view #content .quadpay_button {
        width: 100%;
        height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .res-view #frmPayment #AmazonPayButton img.amazonpay-button-inner-image {
        width: unset;
    }
    .res-view #frmPayment .stripe-payment-block #paypal {
        width: unset;
    }
}

.position-relative {
    position: relative;
}
.payment-header
{
    border-bottom: 1px solid #A6A6A6;
}
.add-info-v3
{
    border: 1px solid #A6A6A6;
    margin-left: 0px;
    padding: 10px 10px 10px 10px;
    float: left;
    width: 100%;
}
.add-info-v3-desktop
{
    margin-top: 10px;
}
.add-info-v3 .row
{
    padding: 5px 0px;
}
.add-info-v3-container
{
    padding: 0px 15px;
}
.payment-item
{
    text-align: left;
}
.payment-item img
{
    width: 40px;
}
.payment-content
{
    text-align: justify;
}
/*DEV-3445*/
@media screen and (max-width: 767px){
    .payment-content {
        text-align: unset;
    }
}

.payment-title
{
    text-align: left;
    font-size: 30px;
    font-weight: 1000;
}
.payment-one-click
{
    width: 95% !important;
    text-align: left;
    font-size: 22px;
    padding-bottom: 10px;

}
.payment-one-click-img
{
    width: 24px;
}
#footer.footer-new .payment-row {
    background-color: transparent;
}
#footer.footer-new .payment-row {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

/** DEV-2662 **/
.auto-charge-failed {
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
}
.auto-charge-failed .pay-layer-title {
    order: 1;
}
.auto-charge-failed .has-pay-later-button {
    order: 2;
    width: 100%;
}

.auto-charge-failed .pay-title {
    order: 3;
}

.auto-charge-failed .pay-section {
    order: 4;
}

.auto-charge-failed .row-payment-buttons {
    order: 10;
    width: 100%;
    padding-top: 0 !important;
    margin-bottom: 20px;
}

.auto-charge-failed .row-payment-buttons.primer-third {
    order: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

.auto-charge-failed .has-pay-later-button.primer-third #affirm-block {
    padding: 0;
}

.auto-charge-failed .row-payment-buttons.primer-split {
    order: 1;
}

.auto-charge-failed .row-payment-buttons.primer-upsell {
    order: 0;
    margin-top: 15px;
}

.auto-charge-failed .pay-layer-auto {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
}

.auto-charge-failed .add-info-v3 {
    order: 1;
}

.auto-charge-failed .payment_summary {
    order: 2;
}

.auto-charge-failed #tip-artist {
    order: 3;
    width: 100%;
}

.balance-payment-v2 .paypal-button-custom {
    margin-bottom: 15px;
}

.balance-payment-v2 .pay-layer-auto {
    width: 70% !important;
}

@media only screen and (min-width: 1024px)
{
    #close_creditcard_form
    {
        width: 120px;
        text-align: right;
    }
    .user-payment-page .wrapper-full #left
    {
        width: 74%;
    }
}
@media only screen and (max-width: 1024px)
{
    .user-payment-page .wrapper-full #left
    {
        width: 100%;
    }
}

.add-info-v3 .item-content
{
    width:   100%;
    float: left;
    padding: 5px 0px;
}
.add-info-v3 .payment-item
{
    width: 50px;
    float: left;
}

/*.add-info-v3 .payment-content
{
    width: calc( 100% - 50px);
    float: left;
}*/

.user-payment-page .wrapper-full #left
{
    display: inline-block;
}
.payment-title-mobile
{
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    font-family: 'Source Sans Pro';
}

.payment-one-click-img-mobile
{

    margin-top: -5px;
}
.payment-one-click-img-mobile img
{
    width: 20px;
}

.payment-one-click-mobile
{
    text-align: justify;
    font-size: 15px;
    padding: 0px;
    margin-left: 10px;
    color: white  ;
    font-family: initial;
}
.payment-row
{
    width: 100%;
    display: inline-block;
    background-color: rgb(144, 205, 204) ;
    padding-top: 6px;
    padding-bottom: 5px;
}
.balance-row
{
    background-color: rgb(240, 241, 238);
}
.btn-clear-tip-amount
{
    min-width: 63px;
}

.add-info-v3 .item-conten-affirm .payment-item img{
    border: 1px solid #ccc;
    border-radius: 3px;
}
@media screen and (min-width: 992px){
    .add-info-v3 .item-conten-affirm .payment-content{
        margin-top: -4px;
        margin-bottom: -6px;
    }
}

@media screen and (max-width: 767px){
    .add-info-v3 .row-affirm .payment-item img{
        border: 1px solid #ccc;
        border-radius: 3px;
    }

    .balance-payment-v2 .pay-layer-auto {
        width: 100% !important;
    }

    .auto-charge-failed .add-info-v3-container {
        padding: 0;
    }
}
.payment-one-click-mobile {
    text-align: initial;
    padding-left: 10px;
    padding-right: 5px;
    margin-left: 0px;
    display: flex;
    align-items: center;
}
.payment-one-click-mobile span{
    margin-left: 5px;
}