/*
* PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
*
* @author    VEKIA PL MILOSZ MYSZCZUK VATEU: PL9730945634
* @copyright 2010-2025 VEKIA
* @license   This program is not free software and you can't resell and redistribute it
*
* CONTACT WITH DEVELOPER
* support@mypresta.eu
*/


.myprestaloyalty-gift-icon {
    display: inline-block;
    font-size: 44px;
    line-height: 1;
}

#loyalty_cart, #loyalty_product {
    background: white;
    padding: 8px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.loyalty-estilo-points-price {
    color: #a349a4 !important;
    font-weight: 700;
}

.loyalty-estilo-points-line .loyalty-estilo-points-control-locked,
.loyalty-estilo-points-line [data-link-action="increase-quantity"],
.loyalty-estilo-points-line .js-increase-product-quantity,
.loyalty-estilo-points-line .bootstrap-touchspin-up,
.loyalty-estilo-points-line .qty-up,
.loyalty-estilo-points-line .cart-line-product-quantity-up {
    pointer-events: none;
    opacity: .35;
}

.loyalty-estilo-points-line .loyalty-estilo-points-qty-locked,
.loyalty-estilo-points-line input[data-loyalty-qty-locked="1"] {
    background: #f7f7f7;
    border-color: #ddd;
    color: #666;
}

.loyalty-estilo-points-note {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
}
