/**
* 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
*/
.radio_button.col-md-9 {
    margin-top: 14px;
    display: contents;
}
.presta_block_headings {
    display: none;
}
.product_block_title {
    color: black;
    text-align: center;
}
a[data-target^="#product-customizations-modal"] {
    display: none;
}
.presta_image_type {
    margin-bottom: 5px;
}
div#presta_custom_attribute {
    padding: 0px;
    position: relative;
    display: block;
    margin-bottom: -1.25rem;
    background-color: #fff;
    border-radius: 0;
    border: none;
    margin-top: -25px;
}
.presta_uploaded_image {
    margin-top: 10px;
}
.presta_uploaded_image img {
    width: auto;
    height: 75px;
}
.presta_uploaded_image a {
    margin-left: 20px;
}
.presta_uploaded_image a .material-icons {
    color: #ff0000;
}
.no-padding {
    padding: 0;
}
.presta_uploaded_image_error {
    color: #ff0000;
}
p.price_zero {
    color: #b90014;
}

h2.presta_block_headings {
    color: black;
}

.price_block {
    cursor: pointer;
    border-radius: 12px;
    height: 17px;
    font-size: 12px;
    padding: 4px;
    margin: 0 0 2px 2px;
    line-height: 0.75em;
}

.list-attribute-custom {
    margin-top: 9px;
}

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

.list-attribute-custom label {
    text-align: left;
    cursor: pointer;
    font-weight: bold;
}

.presta_field_heading {
    color: black;
}

span.formatted-price {
    font-size: 14px;
    font-weight: 400;
}

p.price_zero {
    display: contents;
}

span.required {
    color: #2601e6;
}

span.ps-shown-by-js {
    margin-bottom: 3px;
}

span.desc .content {
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 3px;
    bottom: 100%;
    position: absolute;
    min-width: 250px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0;
    z-index: 100;
    margin-bottom: 8px;
    visibility: hidden;
    pointer-events: none;
    display: none;
}

.presta_radio {
    margin-top: 6px !important;
}

input[type="file"] {
    display: block;
}

.presta_calculated_price,
.presta_calculated_price2 {
    color: #0a28f7;
    font-weight: bold;
    font-size: 18px;
}

.total_price,
.presta_original_product_price {
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.desc {
    line-height: 1.3;
}

.presta_error_code {
    color: red;
}

.currency_symbol {
    color: #0a28f7;
    font-weight: bold;
    font-size: 18px;
    display: inline-flex;
}
#order-confirmation .customizations,
#order-detail .customization {
    display: none;
}

* a[data-target="#product-customizations-modal-1"] {
    display: none;
}
