/**
* 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.
*/
.btn-primary
{
    color: var(--colore-testo-primario);
}

.btn-primary:hover
{
    color: var(--colore-testo-primario-hover);
}

.btn.add-to-cart.disabled, .btn.add-to-cart:disabled
{
    opacity: 0.15 !important;
}

.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;
}

/* #checkout .carrier-price,
#order-detail .line-shipping
{
    display: none;
} */

/* HTML: <div class="loader"></div> */
.loader-isell {
  width: 14px;
  padding: 3px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1565C0;
  background-color: var(--colore-primario);
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
  display: inline-block;
}
@keyframes l3 {to{transform: rotate(1turn)}}


#product .product-quantity .wrapperInformazioniUnitaMisura,
.quickview .product-quantity .wrapperInformazioniUnitaMisura
{
    margin-right: .4rem;
}

.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;
}

.product-miniature .product-title
{
    height: 3.3em !important;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.7px;
    font-weight: 500;
}


/* 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;
}

body:not(.pl-body-loaded)#checkout #footer .text-sm-center{ 
    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;
    word-break: break-all;
}

.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: #1565C0;
    border-bottom-color: var(--colore-primario);
    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;
}

.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-mostra-prezzo-netto-riga-carrello#cart .product-discount:not(:has(.pl-decimals-regular-price)),
body.pl-mostra-prezzo-netto-riga-carrello#cart .product-line-grid .product-line-grid-right .product-price
{
    display: none !important;
}

body.pl-mostra-prezzo-netto-riga-carrello#cart .pl-decimals-regular-price,
body.pl-mostra-prezzo-netto-riga-carrello#cart .pl-decimals-product-price
{
    display: none !important;
}

body.pl-mostra-prezzo-netto-riga-carrello#cart .product-discount .pl-decimals-regular-price,
body.pl-mostra-prezzo-netto-riga-carrello#cart .product-line-grid .product-line-grid-right .pl-decimals-product-price
{
    display: inline-block !important;
}

body.pl-mostra-prezzo-netto-riga-carrello .product-miniature .product-price-and-shipping:has(.pl-decimals-product-miniature-regular-price)
{
    visibility: hidden;
}

body:not(.pl-mostra-prezzo-netto-riga-carrello)#cart .product-line-grid .product-line-grid-right .pl-decimals-product-price,
body:not(.pl-mostra-prezzo-netto-riga-carrello)#cart .product-line-grid .current-price {
    display: none;
}

/* @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%;
    }
} */

.informazioniUnitaMisura {
    /* line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 0px 3px 3px 0px;
    overflow: hidden;
    margin-top: 2px; */
    font-weight: 500;
    font-size: 10px;
    color: #1565C0;
    color: var(--colore-primario);
    line-height: 1em;
    position: absolute;
    z-index: 11;
    top: 0px;
    left: 38px;
}

.product-prices .wrapperInformazioniUnitaMisura 
{
    color: transparent;
    font-size: 0px;
}

.product-information .product-add-to-cart>.wrapperInformazioniUnitaMisura 
{
    color: black;
    font-size: 14px;
}
/* .informazioniUnitaMisura>span:not(.textFitted)
{
    color: transparent;
} */

body.pl-hide-unimis .wrapperInformazioniUnitaMisura
{
    display: none !important;
}

.wrapperInformazioniUnitaMisura
{
    display: none;
    clear: both;
    max-width: 140px;
}

.bootstrap-touchspin .wrapperInformazioniUnitaMisura 
{
    display: block;
}

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;
}

@media (min-width: 768px) {
    .pl-hide-submenus .top-menu[data-depth="2"]
    {
        display: none;
    }

    .pl-hide-submenus .top-menu .sub-menu ul[data-depth="1"]>li {
        float: none !important;
    }
}

#customDataTableHolder th select {
    display: block
}

#customDataTableHolder a {
    color: #1565C0 !important;
    color: var(--colore-primario) !important;
    font-weight: 500;
}

#customDataTableHolder a:hover {
    color: #448AFF !important;
    color: var(--colore-primario-hover) !important;
}

section#main #subcategories {
    display: none !important;
}


.product-prices>.label-prezzo-per-unita
{
    color: black;
    font-size: 14px;
    display: block !important;
    font-weight: bold;
}

.pl-custom-info-label{
    padding: 4px 10px;
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
}

.pl-custom-info-label.ultimo-acquisto  {
    background-color: #FFDE03;
    background-color: var(--colore-paginaprodotto-ultimo-acquisto);
    color: black;
    color: var(--colore-testo-paginaprodotto-ultimo-acquisto);
    font-weight: 100;
    display: block;
    margin-top: 5px;
    font-weight: 400;
    letter-spacing: 0.4px;
    border-radius: 20px;
    font-size: 13px;
}

.pl-custom-info-label.ultimo-acquisto a
{
    color: black;
    text-decoration: underline;
}

.pl-custom-info-label.numero-elementi-in-carrello {
    background-color: #EC407A;
    background-color: var(--colore-paginaprodotto-gia-in-carrello);
    color: #ffffff;
    color: var(--colore-testo-paginaprodotto-gia-in-carrello);
    font-size: 14px;
    border-radius: 20px;
}

.pl-custom-info-label.numero-elementi-in-carrello-positioned
{
    margin-top: 10px;
}

.product-add-to-cart .control-label
{
    font-weight: 500;
}

#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;
}

.product-description 
{
    overflow-wrap: break-word;
}

.table-product-discounts thead tr th:last-child,
.table-product-discounts tbody tr td:last-child {
    display: none;
}

#history .view-order-details-link,
#history .reorder-link
{
    background: #1565C0 !important;
    background: var(--colore-primario) !important;
    margin: 5px !important;
    padding: 4px 6px !important;
    color: white !important;
    color: var(--colore-testo-primario) !important;
}


.js-product-details>:not(.product-features)>.label
{
    font-weight: normal !important;
}

.js-product-details>:not(.product-features)>:not(.label)
{
    font-weight: bold;
}

.js-product-details .product-quantities>[data-stock]
{
    background-color: red;
    padding: 2px 8px;
    border-radius: 4px;
    color: white;
}

#history section#content thead tr th:nth-child(6),
#history section#content tbody tr td:nth-child(6)
{
  display:none !important;
}

/* Inizio stile touchspin */
.bootstrap-touchspin
{
    position: relative  !important;
}

.bootstrap-touchspin .input-group-btn-vertical
{
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down
{
    position: absolute;
    width: 40px;
    top: 0px;
    height: 40px;
    color: white;
    background-color: transparent;
    border-width: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down 
{
    left: 0px;
    margin-top: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i::after
{
    content: "\E15B";
    margin-left: -.5px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up 
{
    right: 0px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i::after
{
    content: "\E145";
    margin-left: -.5px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up i,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down i
{
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
    background-color: #1565C0;
    background-color: var(--colore-primario);
    box-sizing: content-box;
    padding: 1px;
    border-radius: 50%;
    font-weight: 200;
}

.bootstrap-touchspin .numeric-input-field,
.bootstrap-touchspin input[type="number"]
{
    width: 62px !important;
    margin-right: 40px;
    height: 40px !important;
    text-align: right;
    padding-right: 4px;
    margin-left: 38px;
    background-color: transparent !important;
    border-width: 0px;
    border-bottom: 1px solid #1565C0;
    border-bottom-color: var(--colore-primario);
}

/* body:not(.pl-hide-unimis) .bootstrap-touchspin:has(>.wrapperInformazioniUnitaMisura) .numeric-input-field,
body:not(.pl-hide-unimis) .bootstrap-touchspin:has(>.wrapperInformazioniUnitaMisura) input[type="number"]
{
    padding-top: 8px !important;
} */

button.add-to-cart {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px !important;
    padding-bottom: 0px;
    height: 40px !important;
}

/* Fine stile touchspin */

.toastify {
  -webkit-transform: translate3d(0,0,0) !important;
  transform: translate3d(0,0,0) !important;
}

#cart .product-line-grid-body 
{
    width: 85%;
    width: calc(100% - 160px);
}

#cart .product-line-grid 
{
    border-bottom: 1px solid #dddddd;
    margin-top: 20px;
}

#cart .product-line-grid-right 
{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

#cart .product-line-grid-right>.row
{
    display: flex;
    width: 100%;
}

#cart .product-line-grid-right>.row>div 
{
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
}

#cart .product-line-grid-right>.row>div .row
{
    display: flex;
    width: 100%;
}

#cart .product-line-grid-right>.row>div .row>div 
{
    align-items: center;
    display: flex;
    justify-content: right;
    align-content: end;
    /* width: auto; */
}

#cart .product-line-grid-right>.row>div .row>div.qty
{
    flex: 11;
}

#cart .product-line-grid-right>.row>div .row>div.price
{
    flex: 5;
}

@media (min-width: 768px) {
    #cart .product-line-grid-right>.row>div .row>div.qty
    {
        flex: 13;
    }

    #cart .product-line-grid-right>.row>div .row>div.price
    {
        flex: 3;
    }
}

#cart .product-line-grid-right>.row div:has(> .cart-line-product-actions) 
{
    width: 30px;
    justify-content: center;
}

#cart .product-line-grid-right>.row div:has(> .cart-line-product-actions) a 
{
    display: block;
    margin-top: 0px;
}

#cart .product-line-grid-right .hidden-md-up 
{
    display: none !important;
}

.btn-empty-cart,
.btn-refresh-cart,
.btn-riepilogo-e-concludi,
.btn-concludi
{
    color: #fff;
    border-color: transparent;
    padding: .5rem 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-refresh-cart,
.btn-riepilogo-e-concludi,
.btn-concludi
{
    background-color: #1565C0;
    background-color: var(--colore-primario);
}

.btn-refresh-cart 
{
    margin-right: 10px;
}

.btn-empty-cart,
.btn-refresh-cart
{
    display: inline; 
    float: right;
    font-size: 0px;
}

.btn-refresh-cart::before{
    content: "\e5d5";
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 20px;
}

.btn-empty-cart::before {
    content: "\e872";
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 20px;
}

/* .btn-refresh-cart:hover,
.btn-riepilogo-e-concludi:hover,
.btn-concludi:hover {
    background-color: #1d93ab;
} */

@media (min-width: 768px) {
    #cart .product-line-grid-body 
    {
        width: 85%;
        width: calc(100% - 100px);
    }

    .btn-empty-cart, 
    .btn-refresh-cart 
    {
        font-size: 16px;
    }

    .btn-empty-cart::before, 
    .btn-refresh-cart::before
    {
        display: none;
    }
}

#customDataTableHolder .buttons-html5, 
#customDataTableHolder .buttons-print,
#customDataTableHolder .dt-length,
#customDataTableHolder .buttons-colvis
{
	display: none;
}

span:has(> #selectCategoriaArticoli)
{
    display: block;
}


@media (min-width: 1100px) {
    #customDataTableHolder .buttons-html5, 
    #customDataTableHolder .buttons-print,
    #customDataTableHolder .buttons-colvis
    {
        display: inline-block;
    }

    #customDataTableHolder .dt-length
    {
        display: block;
    }

    span:has(> #selectCategoriaArticoli)
    {
        display: inline-block;
    }
}

/* #block-categories 
{
    position: relative;
}

.plBtnToggleCategories {
    position: absolute;
    top: 10px;
    right: 10px;
}

.plBtnToggleCategories .add::after 
{
    content: '\E145';
}

.plBtnToggleCategories .remove::after 
{
    content: '\E15B';
} */

/* #left-column .block-categories li:has(>.category-sub-menu)
{
    display: none;
}

@media (min-width: 768px) 
{
    #left-column .block-categories li:has(>.category-sub-menu)
    {
        display: list-item;
    }
} */

#left-column .block-categories
{
    display: none;
}

@media (min-width: 768px) 
{
    #left-column .block-categories
    {
        display: block;
    }
}

#customDataTable .child .dtr-details li .dtr-title:empty
{
    display: none !important;
}

#customDataTable .child .dtr-details li:has(.dtr-data:empty)
{
    display: none !important;
}

#customDataTable .child .dtr-details li .dtr-data 
{
    display: block;
}

.user-info 
{
    margin-left: 0px;    
}

.user-info .account 
{
    font-size: 0px;    
}

.user-info .account::before
{
    content: "\e7fd";
    font-family: "Material Icons", Arial, sans-serif;
    font-size: 28px;  
}

@media (min-width: 768px) 
{
    .user-info 
    {
        margin-left: 2.5rem;
    }

    .user-info .account 
    {
        font-size: 16px;    
    }

    .user-info .account::before
    {
        content: "";
        font-size: 0px;    
    }
}

.btnAcquistoRapido 
{
    margin-top: 20px;
    max-height: 38px;
    display: inline-block;
    overflow: hidden;
}

section#main #js-product-list-header .block-category 
{
    display: none;
    min-height: 0px !important;
}

section#main #js-product-list-header .block-category picture img {
    display: none !important;
}

section#main #js-product-list-header .block-category .block-category-inner {
    display: none !important;
}

@media (min-width: 768px) 
{
    #category #wrapper .container .breadcrumb
    {
        display: flex;
    }

    #category #wrapper .container .breadcrumb ol
    {
        flex: 1;
    }

    .btnAcquistoRapido 
    {
        margin-top: 0px;
    }

    section#main #js-product-list-header .block-category 
    {
        display: block;
    }
}

.product-quantity .qty 
{
    margin-right: 16px;
}

.product-quantity 
{
    margin-bottom: 20px;
}

.elenchi-acquisto
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    
}

.elenchi-acquisto .elenco-acquisto
{
    margin-bottom: 20px;
}
    
.elenchi-acquisto .elenco-acquisto>div
{
    background-color: #ffffff;
}

.dettagli-elenco-acquisto-home
{
    color: #232323;
    padding: 24px;
    padding-bottom: 12px;
    border-radius: 0 0 2px 2px;
        mask-image: linear-gradient(to right, 
        transparent 0px, 
        black 24px, 
        black calc(100% - 24px), 
        transparent 100%
    );
    -webkit-mask-image: linear-gradient(to right, 
        transparent 0px, 
        black 24px, 
        black calc(100% - 24px), 
        transparent 100%
    );
}

.dettagli-elenco-acquisto-home h6 
{
    font-weight: 700;
}

.immagini-elenco-acquisto-home
{
    /* :has(img) */
    box-sizing: border-box;
    padding: 0 24px 10px 24px; /* Padding coerente con la mask */
    height: 74px; /* 64px + 10px padding-bottom */
    overflow: hidden;
    position: relative;
    clip-path: inset(0 24px); 
}

.immagini-elenco-acquisto-home h6 
{
    height: 1.1em;
    overflow: hidden;
}

@keyframes scrollImmaginiElenchiAcquistoHome {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* Scorre fino a metà (dove iniziano i duplicati) */
}

.immagini-elenco-acquisto-home-track {
    display: flex;
    width: max-content;
}

.immagini-elenco-acquisto-home-track:has(img:nth-child(13)) {
    animation: scrollImmaginiElenchiAcquistoHome 60s linear infinite;
}

.immagini-elenco-acquisto-home-track img {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #eee;
    margin-right: -20px; /* Overlap del 30% */
}

.azioni-elenco-acquisto-home
{
    margin-top: 10px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px 24px;
    background-color: #1565C0;
    background-color: var(--colore-primario);
    color: white !important;
    color: var(--colore-testo-primario) !important;
    border-radius: 0 0 10px 10px;
}

.elenchi-acquisto .elenco-acquisto>div,
.product-miniature .thumbnail-container
{
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 15px;
    /* -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); */
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.btn:not(.btn-touchspin),
.btn-primary:not(.btn-touchspin)
{
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary,
#header .header-nav .cart-preview.active,
.custom-radio input[type=radio]:checked+span,
button[data-action="show-password"],
#history .orders.hidden-md-up .text-xs-right a
{
    background-color: #1565C0 !important;
    background-color: var(--colore-primario) !important;
    color: var(--colore-testo-primario) !important;
}

#header .header-nav .cart-preview.active:hover 
{
    background-color: var(--colore-primario-hover) !important;
}

#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i
{
    color: var(--colore-testo-primario) !important;
}

#header .header-nav .cart-preview.active:hover a,
#header .header-nav .cart-preview.active:hover i
{
    color: #ffffff !important;
    color: var(--colore-testo-primario-hover) !important;
}

.product-flag
{
    background-color: #EC407A !important;
    background-color: var(--colore-flags-prodotti) !important;
    color: #ffffff !important;
    color: var(--colore-testo-flags-prodotti) !important;
}

.btnAcquistoRapido,
.btn-riepilogo-e-concludi,
.btn-concludi,
.add-to-cart,
.btn-empty-cart,
.btn-refresh-cart,
.cart-detailed-actions .btn,
#checkout .btn,
.dt-button,
select
{
    border-radius: 20px !important;
}

.btn:not(.btn-touchspin):hover,
.btn-primary:not(.btn-touchspin):hover
{
    background-color: #448AFF !important;
    background-color: var(--colore-primario-hover) !important;
    color: #ffffff !important;
    color: var(--colore-testo-primario-hover) !important;
}

.btn.btn-empty-cart,
button.btn.delete-row-button
{
    background-color: #E53935 !important;
}

.btn.btn-empty-cart:hover,
button.btn.delete-row-button:hover {
    background-color: #D32F2F !important;
}

.product-images>li.thumb-container .thumb.selected, 
.product-images>li.thumb-container .thumb:hover,
.product-information .nav-link.active,
#delivery-addresses .address-item.selected
{
    border-color: #1565C0 !important;
    border-color: var(--colore-primario) !important;
}

.product-information .nav-link.active:hover
{
    border-color: #448AFF !important;
    border-color: var(--colore-primario-hover) !important;
}

.product-price,
#product #content-wrapper .product-container .product-prices>.product-price:hover,
#tabellegestite-back,
.product-information .nav-link.active,
#contact-infos a,
.pl-custom-footer a,
a.quick-view,
.account-link,
.cart-summary-products a,
.order-confirmation-table a,
.forgot-password a,
footer a[href*="mylogout"],
a.button-primary,
#order-products a
{
    color: #1565C0 !important;
    color: var(--colore-primario) !important;
}

.product-price:hover,
#tabellegestite-back:hover,
.product-information .nav-link.active:hover
#contact-infos a:hover,
.pl-custom-footer a:hover,
.menu a:hover,
a.quick-view:hover,
.account-link:hover,
.cart-summary-products a:hover,
.order-confirmation-table a:hover,
.forgot-password a:hover,
footer a[href*="mylogout"]:hover,
a:hover
{
    color: #448AFF !important;
    color: var(--colore-primario-hover) !important;
}

.cart-summary-products .product-name a
{
    font-weight: 500;
}

.product-miniature .product-description
{
    /* background: #FFEB3B; */
}

.product-miniature .product-description .product-reference
{
    color: #424242;
    font-weight: 300;
    font-size: 11px;
    font-family: monospace;
}

/* fallback */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/material-symbols-outlined.woff2') format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    width: 1em;
    height: 1em;
    line-height: 1;
    vertical-align: middle;
}

@media (max-width: 576px) {
    .product-miniature .thumbnail-container
    {
        width: 100%;
    }

    #index .user-info
    {
        padding-right: 20px;
    }
}

#login-form footer 
{
    text-align: center;
}

#authentication .user-info a .hidden-sm-down,
#index .user-info a .hidden-sm-down 
{
    display: inline-block !important;
}

#history .orders.hidden-md-up .text-xs-right a
{
    color: white;
    color: var(--colore-testo-primario);
    padding: 4px 10px 4px 10px;
    margin-bottom: 10px;
    display: inline-block;
}

#history .orders.hidden-md-up .text-xs-right a i
{
    display: none;
}

#history .orders.hidden-md-up .col-xs-10
{
    /*col-xs-8*/
    width: 66.66667%;
}

#history .orders.hidden-md-up .col-xs-2
{
    /*col-xs-4*/
    width: 33.33333%;
}

.informazioniAccountInMyAccount 
{
    padding-bottom: 20px;
    font-weight: 600;
}