/**
* 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.
*/

.product-quantity #quantity_wanted {
    width: 3.3rem;
}

.product-prices .isell-calcolo-prezzo 
{
    margin-bottom: 4px;
    font-size: 12px;
}

.isell-calcolo-prezzo .isell-calcolo-prezzo-prezzo-iniziale
{
    font-weight: bold;
}

#order-detail .isell-calcolo-prezzo,
.cart-item .isell-calcolo-prezzo,
.order-confirmation-table .isell-calcolo-prezzo {
    font-size: 11px;
    padding-top: 4px;
    margin-bottom: 4px;
}

.order-confirmation-table .isell-calcolo-prezzo-simbolo-risultato-calcolo {
    display: none;
}

.isell-calcolo-prezzo-risultato-calcolo
{
    display: none;
}

/* #checkout .carrier-price,
#order-detail .line-shipping
{
    display: none;
} */

.loader-isell {
    width: 16px;
    height: 16px;
    border: 3px solid #FFF;
    border-bottom-color: #24b9d7;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

.product-actions .control-label {
    line-height: 22px;
}

.bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group.js-cart-line-product-quantity{
    width: 3.3rem;
}

#quantity_wanted[aria-disabled="true"],
input.js-cart-line-product-quantity:disabled,
.input-group-btn-vertical.btn-touchspin:disabled {
    background-color: #f5f5f5;
}

.pl-custom-footer {
    padding-top: 10px;
    text-align: center;
}

.product-miniature .thumbnail-container .highlighted-informations.no-variants{
    transition: 0s !important;
}

.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, 
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    top: 0 !important;
    height: 100% !important;
    opacity: 0;
    transition: 0s;
}

.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants:focus, 
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants:hover {
    opacity: 0.5;
}


.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants .quick-view, 
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants .quick-view{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Gestione fix e personalizzazioni */
body:not(.pl-body-loaded) .material-icons,
body:not(.pl-body-loaded) .user-info .account,
body:not(.pl-body-loaded) .product-miniature .product-description
{
    visibility: hidden !important;
}

#my-account #identity-link,
#my-account #addresses-link,
#my-account #order-slips-link,
#my-account #psgdpr-link,
.pl-hide-wishlist #my-account #wishlist-link,
#my-account #ndkaq-link
{
    display: none;
}

#authentication .no-account 
{
    display: none;
}

.footer-container a[href="https://www.prestashop-project.org/"]{ 
    display:none;
}

.js-address-form p:not(.alert),
.js-address-form .edit-address,
.js-address-form .delete-address {
    display: none !important;
}

#checkout h2.h4:has(+#invoice-addresses),
#checkout #invoice-addresses{
    display: none;
}

.quickview .product-add-to-cart .pl-isell-product-details-in-quickview
{
    display: none;
}

.product-line-info .current-price .price
{
    font-size: 0.8rem !important;
}

.pl-product-reference-in-cart, 
.pl-product-reference-in-order-confirmation {    
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    color: black;
}

.pl-product-reference-componibile
{
    font-size: 12px;
}

.pl-product-reference-componibile a 
{
    color: black;
    text-decoration: underline;
}

#cart [data-target*="#product-customizations-modal-"],
#checkout [data-target*="#product-customizations-modal-"],
#order-confirmation [data-target*="#product-customizations-modal-"],
#order-detail [data-target*="#product-customizations-modal-"]
{
    display: none;
}

#cart .pl-product-reference-componibile [data-target*="#product-customizations-modal-"],
#checkout .pl-product-reference-componibile [data-target*="#product-customizations-modal-"],
#order-confirmation .pl-product-reference-componibile [data-target*="#product-customizations-modal-"],
#order-detail .pl-product-reference-componibile [data-target*="#product-customizations-modal-"]
{
    display : block;
}

.pl-hide-miniatures-popup .product-miniature .thumbnail-top .highlighted-informations
{
    display: none !important;
}

.dt-search>label{
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
}

.form-group.ndkackFieldItem .toggler
{
    cursor: default !important;
}

.form-group.ndkackFieldItem select
{
    cursor: pointer;
}

.ndkcsfields-block .ndkcfTitle
{
    display: none !important;
}

.no-padding {
    padding: 0px !important;
}

.cart-item {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.page-loading-wrapper
{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:transparent;
    z-index: 10000;
}

.page-loading-content-bg
{
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
    height:100%;
    background-color: gray;
    opacity: 0.5;
}

.page-loading-content-loader-isell
{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(50%,-50%);
    z-index: 1;
    width: 96px;
    height: 96px;
    border: 6px solid #FFF;
    border-bottom-color: #24b9d7;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.blockcart.cart-preview.active {
    color: #fff !important;
    cursor: pointer;
}
body:not(.pl-body-loaded) .product-information{
    display: none !important;
}

.btn-empty-cart {
    color: #fff;
    background-color: #E53935;
    border-color: transparent;
    padding: .5rem 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-empty-cart:hover {
    background-color: #D32F2F;
}

.btn-refresh-cart {
    color: #fff;
    background-color: #24b9d7;
    border-color: transparent;
    padding: .5rem 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px;
}

.btn-refresh-cart:hover {
    background-color: #1d93ab;
}

.product-discount .pl-decimals-regular-price {
    margin-right: .625rem;
    font-weight: 500;
    text-decoration: line-through;
}

.product-discount:has(.pl-decimals-regular-price) .regular-price{
    display: none !important;
}

body.pl-custom-decimals#cart .product-discount:not(:has(.pl-decimals-regular-price)),
body.pl-custom-decimals#cart .product-line-grid .product-line-grid-right .product-price
{
    visibility: hidden !important;
}

body.pl-custom-decimals#cart .pl-decimals-regular-price,
body.pl-custom-decimals#cart .pl-decimals-product-price
{
    display: none !important;
}

body.pl-custom-decimals#cart .product-discount .pl-decimals-regular-price,
body.pl-custom-decimals#cart .product-line-grid .product-line-grid-right .pl-decimals-product-price
{
    display: inline-block !important;
}


body.pl-custom-decimals .product-miniature .product-price-and-shipping:has(.pl-decimals-product-miniature-regular-price)
{
    visibility: hidden;
}

/* @media (min-width: 1600px) {
    #module-pl_isell_prestashop_basic-documenti .container,
    #module-pl_isell_prestashop_basic-scadenze .container,
    #module-pl_isell_prestashop_basic-elenchi .container {
        width: 1600px;
        max-width: 100%;
    }
} */

#category #wrapper .container .breadcrumb
{
    display: flex;
}

#category #wrapper .container .breadcrumb ol
{
    flex: 1;
}

.informazioniUnitaMisura {
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ededed;
    box-sizing: border-box;
    border: 1px solid gray;
    border-radius: 0px 3px 3px 0px;
    overflow: hidden;
    padding-right: 2px;
}

body.pl-hide-unimis .wrapperInformazioniUnitaMisura
{
    display: none !important;
}

.wrapperInformazioniUnitaMisura,
.wrapperLoaderiSellElenchi {
    display: inline-block; 
    vertical-align: top;
}

#product .product-quantity .wrapperInformazioniUnitaMisura,
.quickview .product-quantity .wrapperInformazioniUnitaMisura,
#product .product-quantity .wrapperLoaderiSellElenchi,
.quickview .product-quantity  .wrapperLoaderiSellElenchi
{
    margin-right: .4rem;
}

#product .product-quantity .informazioniUnitaMisura,
.quickview .informazioniUnitaMisura
{
    margin-top: 0px;
    height: 44px;
    width: 44px;
}

body:not(.pl-hide-unimis)#product .product-quantity .qty:has(+.wrapperInformazioniUnitaMisura),
body:not(.pl-hide-unimis) .quickview .product-quantity .qty:has(+.wrapperInformazioniUnitaMisura)
{
    margin-right: 0px;
}

.pl-hide-submenus .top-menu[data-depth="2"]
{
    display: none;
}

@media (min-width: 768px) {
    .pl-hide-submenus .top-menu .sub-menu ul[data-depth="1"]>li {
        float: none !important;
    }
}

#customDataTableHolder th select {
    display: block
}

section#main #subcategories {
    display: none !important;
}

section#main #js-product-list-header .block-category picture img {
    display: none !important;
}

section#main #js-product-list-header .block-category {
    min-height: 0px !important;
}

section#main #js-product-list-header .block-category .block-category-inner {
    display: none !important;
}

.pl-custom-info-label{
    color: white;
    padding: 4px 10px;
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}

.pl-custom-info-label.ultimo-acquisto  {
    background-color: #FFECB3;
    color: black;
    font-weight: 100;
    display: block;
}

.pl-custom-info-label.ultimo-acquisto a
{
    color: black;
    text-decoration: underline;
}

.pl-custom-info-label.numero-elementi-in-carrello {
    background-color: #24b9d7;
    font-size: 18px;
}

#product .product-quantity .pl-custom-info-label.ultimo-acquisto,
#product .product-prices .pl-custom-info-label.numero-elementi-in-carrello
{
    display: none;
    position: fixed;
    top: -100000;
    left: -100000;
    opacity: 0;
    visibility: hidden;
}

#product .pl-custom-info-label.ultimo-acquisto,
#product .pl-custom-info-label.numero-elementi-in-carrello {
    display: table !important;
    margin-bottom: 10px;
}

.block-categories .category-sub-menu li>a
{
    width: calc(100% - 35px) !important;
}