/**
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License (MIT)
* that is bundled with this package in the file LICENSE.md.
*
* @author mElements S.A.
* @copyright mElements S.A.
* @license   MIT License
*/

p.payment_module .paynow {
    padding-left: 17px;
}

p.payment_module .paynow img {
    padding: 8px 10px;
    max-width: 100px;
}

.payment-option img[src*="logo-paynow.png"] {
  max-width: 60px;
    height: auto;
}

@media (max-width: 768px) {
    .paynow-return img {
        float: none !important;
        margin-bottom: .5rem;
        max-width: 50%;
    }
}