/**
* 2007-2021 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-2021 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.
*/

.abbonamentoStepLabel {
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    font-size: 19px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 20px 0;
    float: unset;
}

.abbonamentoStepLabel.wrap {
    flex-wrap: wrap;
}

.abbonamentoStepLabel.nowrap {
    flex-wrap: nowrap;
}

.abbonamentoStepLabel.center {
    align-items: center;
}

.abbonamentoStepLabel.start {
    align-items: flex-start;
}

.abbonamentoStepLabel [type="checkbox"] {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 2px solid #96bc24;
    padding: 12px;
    border-radius: 7px;
    position: relative;
    margin-right: 15px;
    margin-top: 5px;
    cursor: pointer;
    transition: .2s ease;
}

.abbonamentoStepLabel [type="checkbox"]:active,
.abbonamentoStepLabel [type="checkbox"]:checked,
.abbonamentoStepLabel [type="checkbox"]:checked:active {
    background-color: #96bc24;
    border: 2px solid #96bc24;
}

input#acceptAbbonamento:after {
    content: 'done';
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Material Icons';
    color: white;
    font-size: 140%;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.abbonamentoStepLabel [type="number"] {
    background-color: #ffffff;
    border: 2px solid #96bc24;
    padding: 5px 0 5px 12px;
    border-radius: 7px;
    position: relative;
    margin: 0;
    margin-left: 15px;
    transition: .2s ease;
    text-align: center;
    height: fit-content;
}


.account_blockabbonamento-img {
    display: block;
    font-size: 2.6rem;
    width: 50px;
    color: #232323;
    padding-bottom: 0.1em;
    filter: grayscale(1) contrast(0) brightness(0.275);
}

.link-item:hover .account_blockabbonamento-img {
    filter: unset;
}

#module-ns_carrello_abbonamento-list #wrapper,
#module-ns_carrello_abbonamento-edit #wrapper {
    padding: 60px 0;
}

.table.abbonamento-table td {
    vertical-align: middle;
}

img.abbonamento-product_img {
    max-width: 160px;
}

.abbonamento-number_input {
    background-color: #ffffff;
    border: 2px solid #96bc24;
    padding: 5px 0 5px 12px;
    border-radius: 7px;
    position: relative;
    margin: 0;
    transition: .2s ease;
    text-align: center;
    height: 40px;
    width: 60px;
}

.abbonamento-empty_container {
    margin-bottom: 30px;
}

.abbonamento-empty_container p {
    text-align: center;
    font-size: 1.3em;
    line-height: normal;
    margin-bottom: 5px;
}

a.abbonamento-link_home {
    font-weight: 600;
    color: var(--orange);
}

.sicuro-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000080;
    z-index: 11;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.sicuro {
    background: white;
    border-radius: 10px;
    padding: 20px 10px;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    max-width: 90vw;
}

.sicuro-text {
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    line-height: normal;
    margin-bottom: 20px;
}

.accept {
    width: 70px;
    height: 35px;
    background: var(--green);
    border-radius: 5px;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    color: white;
    margin-right: 5px;
    cursor: pointer;
    user-select: none;
}

.refuse {
    width: 70px;
    height: 35px;
    background: var(--orange);
    border-radius: 5px;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    color: white;
    margin-left: 5px;
    cursor: pointer;
    user-select: none;
}

.delete-abbonamento {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    border: none;
    line-height: 25px;
    box-shadow: none;
    padding: 5px 20px;
    border-radius: 5px;
    display: flex;
    background: var(--orange);
    color: #ffffff;
    width: fit-content;
    margin: 20px auto;
    cursor: pointer;
}

.customPaypalEC {
    border: none;
    border-radius: 18px;
    background: #ffc439;
    color: #111;
    display: flex;
    flex-flow: nowrap row;
    justify-content: center;
    align-items: center;
    padding: 6px 14px;
    cursor: pointer;
}

.paypal-button-logo {
    height: 20px;
    margin-right: 3px;
}

.abbonamentoStepLabel b:hover {
    color: var(--orange);
}

.abbonamentoStepLabel b {
    transition: .2s ease;
}

#abbonamentoCartDescription {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #25252580;
    z-index: 9999;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
}

.abbonamentoCartDescription_content {
    padding: 25px 40px;
    width: 500px;
    max-width: calc(100vw - 40px);
    background: white;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.abbonamentoCartDescription-text {
    margin: 0;
    font-size: 1.2em;
}

.abbonamentoCartDescription_closer {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 35px;
    height: 35px;
    background: black;
    border-radius: 100%;
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items: center;
    align-content: center;
    transform: translate(50%, -50%);
    cursor: pointer;
    color: white;
    font-size: 40px;
}

.abbonamentoCartDescription_closer span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 1px 0 0 1px;
}