/**
 * 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;
    border: 7px solid #b70019;
}
h6.presta_field_heading {
    color: #000000;
}
span.required {
    color: red;
}
#presta_custom_attribute .no-padding {
    padding: 0;
}
.presta_calculated_price {
    color: #b70019;
    font-weight: bold;
    font-size: 18px;
}
.currency_symbol {
    color: #b70019;
    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;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

