/**
* 2007-2022 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* 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 http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2022 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

#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;
}