<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* 2019 Progos Tech
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    Progos Tech
*  @copyright 2019 Progos Tech
*  @license   http://opensource.org/licenses/afl-3.0.php
*/

#label_css{
    float: left;
    text-transform: uppercase;
}

#label_16 {
    text-transform: uppercase;
    font-size: 1.375rem;
}

.item16 {
    margin-left: 15px;
    margin-right: 16px;
    margin-top: 21px;
}


.pyp_canvas_17 {
    margin-top: 30px;
    margin-bottom: 35px;
    width: 100%!important;
    height: auto!important;
}

.pyp_canvas_16 {
    margin-top: 15px;
    width: 100%!important;
    height: auto!important;
}

.greenbg_17 {
    height: 70px;
    margin-left: -28px;
    margin-top: -19px;
    padding-top: 16px;
    width: 112%;
    text-transform: uppercase;
    background-color: #00bb6d;
}

.greenbg_16 {
    height: 54px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #00bb6d;
}

.pyp_success {
    color: #ffffff;
    font-size: 1.7rem;
    padding: 7px 0px 0px 100px;
}

.msg_success16{
    font-size: 20px;
    padding: 15px 0px 0px 10px;
}

#captcha_16 {
    transform: scale(0.88);
    transform-origin: 0 0;
}

@media all and (min-height: 1024px) and (min-width: 768px) {
    #captcha_16 {
        transform: scale(0.71);
        transform-origin: 0 0;
    }
}

@media only screen and (min-width: 1280px) {

    #label_css {
        font-size: 1.08rem;
        font-weight: 700;
    }

    .pyp_captcha_17 {
        margin-left: 80px;
    }
    #captcha_16 {
        transform: scale(0.88);
        transform-origin: 0 0;
    }
}

@media only screen and (max-width: 800px) {
    .greenbg_17 {
        width: 121%;
    }

    .pyp_success {
        padding: 7px 0px 0px 13px;

    }

    .msg_success16 {
        font-size: 15px;
    }

    .content_only div .greenbg_16 h2 {
        font-size: 26px;
        margin-left: 15px;
    }

    .content_only div #captcha_16 {
        transform: scale(1.04);
        transform-origin: 0 0;
    }
}

@media only screen and (max-width: 500px) {

    .modal-open .pyp_success{
        font-size: 1.5rem;
    }

    .modal-open .greenbg_17 {
        width: 120%;
    }

    .pyp_success {
        padding: 7px 0px 0px 35px;

    }
    .greenbg_17 {
        width: 117%;
    }

    #label_css {
        padding: 0px 15px;
    }

    #comment-css {
        padding: 8px 15px;
    }

    #captcha_16 {
        transform: scale(1.04);
        transform-origin: 0 0;
    }

    .msg_success16 {
        font-size: 29px;
    }

    .content_only div .greenbg_16 h2 {
        font-size: 14px;
        padding-top: 18px;
        margin-left: 4px;
    }

    .content_only div #captcha_16 {
      transform: scale(0.56);
      transform-origin: 0 0;
    }
}

@media only screen and (max-width: 400px) {

    .pyp_success {
        padding: 7px 0px 0px 20px;
    }

    .greenbg_17 {
        width: 120%;
    }

    .msg_success16 {
        font-size: 26px;
    }

    .content_only div .greenbg_16 h2{
        font-size: 12px;
        padding-top: 18px;
        margin-left: 0px;
    }

    .modal-open .pyp_captcha_17 {
        transform: scale(0.5);
        transform-origin: 0 0;
    }

    .content_only div #captcha_16 {
      transform: scale(0.9);
      transform-origin: 0 0;
    }
}
</pre></body></html>