/**
 * Copyright (c) 2025 Grafeco Network
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the PROPRIETARY SOFTWARE AND LICENSE
 * that is bundled with this package in the file LICENSE.txt.
 *
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please email
 * info@grafeco.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Customer acknowledges, and agrees, that the Service uses proprietary software (hereinafter “Software”)
 * owned by Grafeco Network, and the Customer is being granted an individual,
 * non-exclusive, non-transferable license to use the Software subject to
 * the terms and conditions of this Agreement.
 * The Customer acknowledges, and agrees, that the Customer, its employees and agents,
 * are expressly prohibited, directly or indirectly, from attempting to discover
 * the source code, underlying algorithms, or technology of the Software; rent, lease,
 * sell, assign, or transfer rights to the Software; modify or make derivative works based
 * on the Software; or use the Software in any service bureau or timeshare capacity.
 * The Customer acknowledges, and agrees, that Grafeco Network is the exclusive owner
 * throughout the world of the Software, including subparts, additions, extensions, versions,
 * updates and copies, and all rights not expressly granted to the Customer are reserved by Grafeco Network.
 * Grafeco Network also reserves the right to modify its software within its sole discretion at any time.
 *
 * @author Grafeco Network <info@grafeco.com>
 * @copyright  2025 Grafeco Network (registration code in Estonia: 16255245)
 * @license    Custom commercial EULA. Use restricted to one licence per domain.
 * Property of Grafeco Network. All rights reserved.
 *
 **/
.instantpay-product-hook { margin-top: 20px; }
.instantpay-cart-hook   { margin-top: 20px; }

#nosupported-browser{
    display: none;
}
#nosupported-browser > div{
    padding: 10px 5px;
    text-align: center;
}
#nosupported-browser img{
    margin: 10px 0;
}
#nosupported-browser p{
    margin-top: 10px;
}
#payment-grafeco-box{
    border-radius: 7px;
    display: none;
    margin: 30px 0;
}
.grafeco-modal{
    margin-top: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    background: #000000ad;
    z-index: 100000000000000000000000;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}
.grafeco-modal-content {
    background-color: #fff;
    width: 90%;
    border-radius: 10px;
    margin: 5% auto;
    padding: 3% 3% 2%;
}
.grafeco-modal .modal-header{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #ececec;
}
.grafeco-modal .modal-header > p{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.grafeco-modal .modal-body{
    text-align: center;
    line-height: 25px;
    padding: 15px 12%;
}
.grafeco-modal .modal-body img{
    margin-bottom: 20px;
    width: 100px;
    height: auto;
    margin-top: -10px;
}
.grafeco-modal .modal-footer{
    text-align: end;
    border-top: 0.5px solid #ececec;
    margin-top: 20px;
    padding-top: 25px;
}
.ok-grafeco-modal{display:none;}
#payment-stripe-grafeco-text{
    display: none;
    margin-top: 10px;
}
#payment-stripe-grafeco-text > p {
    margin-bottom: 3px !important;
}
.product-add-form #payment-stripe-grafeco-text{
    margin-top: -10px;
    margin-bottom: 15px;
}
#payment-stripe-grafeco-adv{
    color: #b6b6b6;
    margin-top: 7px;
    display: none;
}
#payment-stripe-grafeco-adv a{
    color: #b6b6b6 !important;
    display: inline-block;
}
.payment-unable{
    position: absolute;
    z-index: 999999999;
    width: 500px;
    height: 126px;
    background: #00000082;
    text-align: center;
    border-radius: 3px;
    display: none;
}
.payment-unable span{
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10%;
    color: beige;
    font-weight: 600;
    font-size: 115%;
}
@media (max-width: 767px){
    #payment-grafeco-box {
        padding: 0 0 4% 0;
        border: 0;
        border-radius: 7px;
        position: relative;
        bottom: 0;
        left: 0;
        background: transparent;
        width: 100%;
        min-width: 100%;
        z-index: 5100;
        margin-bottom: 20px;
    }
    #payment-stripe-grafeco-text > p{
        margin: 0px !important;
        font-size: 10px;
        width: 100%;
        text-align: center;
    }
    #payment-stripe-grafeco-adv{display:none !important;}

}
