/**
 * 2008-2024 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-2024 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 label {
    text-align: left;
    font-size: 16px;
}
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;
}
.currency_symbol {
    color: #f39d72;
    font-weight: bold;
    
    display: inline-flex;
}
.presta_error_code {
    color: red;
    margin-top: 2px;
}

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

.list-attribute-custom label {
    cursor: pointer;
}

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;
}

.presta_field_heading {
    font-weight: bold;
}