/**
 * 2008-2025 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2025 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */

.presta-header-wallet-btn {
    margin-left: 15px;
    color: #232323;
    background-color: transparent;
    background-image: none;
    border-color: #232323;;
}
.presta-header-wallet-btn:hover{
    color: #fff !important;
    background-color: #232323;;
    border-color: #232323;;
}
.presta-header-wallet-btn div {
    margin-top: 4px;
}
.presta-header-wallet-btn .material-icons {
    line-height: 1 !important;
}

/* PAYMENT TOP HOOK */
.presta-partial-payment {
    margin-bottom: 0.8rem;
}
.presta-condition-label {
    padding-left: 1.625rem;
    margin-top: 0px;
}
.presta_payment_wallet_detail {
    margin-top: 0.4rem;
    margin-left: 2.875rem;
    font-size: .875rem;
}
.presta_payment_wallet_detail dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.presta_payment_wallet_detail dl dt {
    font-weight: 500;
}
.presta_payment_wallet_detail dl dt, .presta_payment_wallet_detail dl dd {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    padding: 0.625rem;
    margin: 0.125rem;
    background: #f6f6f6;
}
.presta-payment-wallet-btn:hover {
    color: #fff;
}
.presta-partial-payment .presta-condition-label span {
    float: right;
}
.presta-text-center {
    text-align: center;
}
.presta-view-order a{
    color: #6c868e;
}
.presta-neg-bal-msg {
    width: 91.15%;
    margin-top: 5px;
}
