/**
* 2007-2024 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-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.packclub-input {
    padding: 6px;
    text-align: center;
    margin-left: 10%;
    margin-right: 5%;
}

.thumbnail-container-pack {
    border: 1px solid transparent;
    background: #fff;
    padding: 8px 8px 8px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 4px 0px;
}

.product-miniature {
    width: 25%;
}

.product-description {
    text-align: center;
}

.detail-btn {
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
    text-align: center;
    color: #000;
    background: #fff;
    border: 1px solid #D6D4D4;
    padding: 8px 12px;
    margin: 0 3px 4px;
}

.section-fields {
    color: #ffffff;
    display: table;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: #164194;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 0rem;
}

.section-select {
    width: auto;
    background: #fff;
    color: #4d4d4d;
    border: 1px solid #dadada;
    padding: .5rem 0rem;
    border-radius: 1rem;
    box-shadow: none;
	text-align: center;
}

.section-input {
    width: auto;
    background: #fff;
    color: #4d4d4d;
    border: 1px solid #dadada;
    padding: .5rem 0rem;
    border-radius: 1rem;
    box-shadow: none;
    margin-bottom: 1rem;
	text-align: center;
}