/**
 * Magento 2 extensions for Afterpay Payment
 *
 * @author Afterpay
 * @copyright 2016-2020 Afterpay https://www.afterpay.com
 */

/** afterpay.css */
.checkout-payment-method .payment-method #afterpaypayovertime.payment-method-content {
    padding-right: 22px;
}

.checkout-payment-method .payment-method._active #afterpaypayovertime.payment-method-content {
    overflow:hidden
}

#afterpaypayovertime-method .payment-method-note {
    font-size: 1.2rem;
    color: #a0a0a0;
    text-align: center;
    margin-bottom: 20px;
}

#afterpaypayovertime-method .payment-method-note h3{margin-bottom: 20px;}

#afterpaypayovertime-method .payment-method-note ul{
    margin-bottom: 10px;
}


#afterpaypayovertime-method .payment-method-note ul li {
width: 23%;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: #231f20;
}

/*#afterpaypayovertime-method .payment-method-note ul.cost li {
    font-size: 1.8rem;
    color: #153F72;
}*/

#afterpaypayovertime-method .afterpay-checkout-redirect {
    text-align: left;
    background-color: #b0b0b0;
    display: inline-block;
    padding: 15px;
    color: #fff;
}

#afterpaypayovertime-method .afterpay-checkout-redirect .instalment-footer {
    width: 100%;
    float: left;
}


#afterpaypayovertime-method .actions-toolbar {
    float: right;
    margin-top: 1.5rem;
    line-height: 1.1;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width : 992px) {
    #afterpaypayovertime-method .actions-toolbar {
        width: auto;
        margin-top: 0px;
    }
}

@media only screen and (min-width : 768px) {
    #afterpaypayovertime-method .actions-toolbar .primary {
        width: 100%;
    }
}

.modal-popup.afterpay-learn-more .modal-inner-wrap {
    width: 360px !important
}

@media only screen and (min-width : 992px) {
    .modal-popup.afterpay-learn-more .modal-inner-wrap {
        width: 659px !important
    }
}

.modal-popup.afterpay-learn-more .modal-inner-wrap .modal-footer button{
    display: none;
}

.modal-popup.afterpay-learn-more .action-close {
    padding: 1.75rem !important;
    display: block;
}

.afterpay_instalments_logo {
    vertical-align: middle;
    display: inline-block;
    height: 15px;
}

.afterpay_checkout_steps {
    background-size: 18px 18px;
    vertical-align: middle;
    display: inline-block;
    height: 18px;
    width: 18px;
}
.afterpay_checkout_steps_1 {
    background-image: url("https://static.afterpay.com/checkout/circle_1@2x.png");
}
.afterpay_checkout_steps_2 {
    background-image: url("https://static.afterpay.com/checkout/circle_2@2x.png");
}
.afterpay_checkout_steps_3 {
    background-image: url("https://static.afterpay.com/checkout/circle_3@2x.png");
}
.afterpay_checkout_steps_4 {
    background-image: url("https://static.afterpay.com/checkout/Circle_4@2x.png");
}
.checkout-methods-items button.btn-afterpay-checkout {
    padding: 13px 15px 10px 10px;
    width: 100%;
}
.checkout-payment-method #afterpaypayovertime-method .payment-icon{
	height:40px;
	width:auto;
}


.afterpay-modal-popup-trigger {
    font-size: 13px;
    font-weight: 300;
}