/**
 * 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
 */

div#presta_custom_attribute {
    padding: 20px;
    background-color: #fff;
}
h6.presta_field_heading {
    color: #000000;
}
span.required {
    color: red;
}
#presta_custom_attribute .no-padding {
    padding: 0;
}
.presta_calculated_price {
    color: #f39d72;
    font-weight: bold;
    font-size: 18px;
}
.currency_symbol {
    color: #f39d72;
    font-weight: bold;
    font-size: 18px;
    display: inline-flex;
}
.presta_error_code {
    color: red;
    margin-top: 2px;
}

.list-attribute-custom .custom_product_attribute {
    display: inline;
}

input.presta_custom_price_field.presta_custom_price_checkbox,
input.presta_custom_price_field.presta_custom_price_radio {
    margin: 2px;
}
.presta_radio {
    margin-top: 6px !important;
}
.radio_button.col-md-9 {
    margin-top: 14px;
    display: contents;
}
#id_presta_custom_attribute label {
    font-weight: bold;
}
.price_zero {
    font-weight: bold;
    display: inline;
}

/* Loader overlay au clic checkout depuis le panier */
.presta-checkout-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
}
.presta-checkout-loader-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.presta-checkout-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #25b9d7;
    border-radius: 50%;
    animation: presta-checkout-spinner 0.8s linear infinite;
}
@keyframes presta-checkout-spinner {
    to { transform: rotate(360deg); }
}
