/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to https://devdocs.prestashop.com/ for more information.
 *
 * @author    JA Modules <info@jamodules.com>
 * @copyright Since 2007 JA Modules
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 */

#customizationprices {
    float: left;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#customizationprices table {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
}

#customizationprices table tr td {
    border: 1px solid #ccc;
    padding: 2px;
}

#customizationprices table tr td:last-child {
    text-align: right;
}

#customizationprices .product-customization-item {
    margin: 1.25rem 0;
}

#customizationprices .product-message {
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 3.125rem;
    resize: none;
    padding: .625rem;
}

.customization_prices_table_block {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
}

#customizationprices .product-customization-item {
    margin: 1.25rem 0;
}

#customizationprices .custom-file {
    position: relative;
    background: #f1f1f1;
    width: 100%;
    height: 2.625rem;
    line-height: 2.625rem;
    text-indent: .625rem;
    display: block;
    color: #7a7a7a;
}

#customizationprices .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 2.625rem;
    overflow: hidden;
    position: absolute;
}

#customizationprices .custom-file button {
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.quickview .customization_prices_table_block {
    display: none;
}