/**************************************************************/
/* BIANCHERIA PER LA CASA *************************************/
/**************************************************************/
/* S01 - FONTS */
/* S02 - VARIABILI CSS */
/* S03 - HTML */
/* S04 - HEADER TOP & BOTTOM */
/* S05 - FOOTER */
/* S06 - HOME */
/* S07 - PAGINA CATEGORIA */
/* S08 - SCHEDA PRODOTTO */
/* S09 - PAGINA RECENSIONI */
/* S10 - SIDE CART */
/* S11 - SIDE SEARCH */
/* S12 - CART */
/* S13 - CHECKOUT */
/* S14 - PAGINA CMS */
/* S15 - PAGINA FAQ */
/* S16 - PAGINA AUTENTICAZIONE */
/**************************************************************/


/**************************************************************/
/* S01 - FONTS ************************************************/

/* body */
/* font-family: 'Archivo', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;600&display=swap');

/* intestazioni */
/* font-family: 'Lora', serif; */
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');


/**************************************************************/
/* S02 - VARIABILI CSS ****************************************/

:root {
    --grigio-0: #404040;
    --grigio-1: #646464;
    --grigio-2: #929292;
    --grigio-3: #eeeeee;
    --grigio-4: #f1f1f1;
    --grigio-5: #f8f8f8;
    --primario-0: #DA0024;
    --primario-1: #404040;
    --font-1: 'Archivo', sans-serif;
    --font-2: 'Lora', serif;
}

/**************************************************************/
/* S03 - HTML *************************************************/

body {
    font-family: var(--font-1);
    color: var(--grigio-0);
}

h1, h2, h3, h4, h5 {
    font-family: var(--font-2);
    color: var(--primario-0) !important;
}

h1 {
    font-weight: normal;
}

h2 {
    font-weight: normal;
}

body .btn { /* pulsanti */
    font-family: var(--font-1);
    border-color: var(--primario-0) !important;
    background-color: var(--primario-1) !important;
}

body input.form-control,
body select.form-control { /* campi di input */
    font-family: var(--font-1);
}

/**************************************************************/
/* S04 - HEADER ***********************************************/

/* header top */

#header-top {
    background-color: var(--primario-0);
    color: #fff;
}

#header-top .elementor-widget-wrap {
    text-align: center;
    padding-top: 7px;
}

#header-top .header-top-icon,
#header-top .header-top-text {
    width: auto;
    display: inline-block;
    margin: 0;
}

#header-top .header-top-text {
    color: #fff;
    margin-top: 5px;
}

#header-top svg { /* icone header */
    fill: #fff;
    width: 40px;
    height: 40px;
}

/* nasconde la header top quando la testata è sticky 
header.header-sticky.sticky #header-top { 
    display: none;
}*/

/* imposta la testata sticky e spinge giù il contenuto sotto i 1024px */

@media(max-width: 1024px) {
    header.header-sticky { /* rende sticky la testata */
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        box-shadow: 1px 1px 5px #eee;
    }

    section.main-contant-wrapper,
    #checkout #notifications { /* spinge giù il contenuto per tutte le pagine */
        margin-top: 192px;
    }

    #cart section.main-contant-wrapper { /* fix per padding-top della pagina checkout */
        margin-top: 235px;
    }

    #header-top { /* masconde la header-top */
        display: none;
    }
}

/* header bottom */

#header-bottom .wdg-search input { /* campo di ricerca */
    border: none;
    border-bottom: solid 1px var(--grigio-0);
    font-family: var(--font-1);
    font-size: 16px;
    font-weight: 300;
    color: var(--grigio-0);
}

#header-bottom .wdg-search button { /* pulsante cerca */
    color: var(--grigio-0);
}

#header-bottom .item-icon-true .header-item-counter { /* numero prodotti in carrello */
    margin-left: 0;
}

/* header bottom mobile */

#header-bottom-mobi .pkheaderitems > ul {
    justify-content: end;
}

@media (max-width:991px) {
    #header-bottom-mobi .pkheaderitems > ul {
        padding-right: 15px;
    }
}

/* ridimensiona il logo quando la testata è sticky 
#header.header-sticky.sticky .logo { 
    min-width: 90px !important;
    width: 120px !important;
}*/

/* header menu */

#header-menu {
    border-bottom: solid 1px var(--primario-0);
}

@media (min-width: 1025px) { 
    #top-menu > li > a > span:first-child > svg { /* abilita le frecce per le voci di menu parent */
        display: inline; 
        width: 15px;
        height: 15px;
    }

    .pk-menu-horizontal .menu-dropdown { /* submenu */
        background-color: var(--grigio-5);
    }
}

@media (min-width: 1280px) {
    body .pk-menu-horizontal li.level-1 > a { /* avvicina le voci di primo livello del menu */
        padding: 15px 10px;
    }
}

/* header menu mobile */

@media (max-width: 1024px) { /* fix per icona sandwich nascosta dal menu */
    #top-menu {
      margin-top: 40px !important;
    }
  }

#header-menu-mobi { /* sfondo campo di ricerca */
    padding: 10px 25px 10px 0;
    background-color: var(--grigio-4);
}

#header-menu-mobi .pk-search-widget input[type="search"] { /* bordo campo di ricerca */
    background: none;
    border: none;
    border-bottom: solid 1px var(--primario-0);
}

#header-menu-mobi .icon_menu { /* bordo menu sandwich */
    border: none;
}

#header-menu-mobi .icon_menu svg.svgic { /* icona menu sandwich */
    width: 40px;
    height: 40px;
    filter: invert(1);
    fill: var(--primario-0);
}

/* fix per problema scorrimento del menu */
@media(max-width:768px) { 
    #top-menu { 
        max-height: 500px; 
        overflow: auto; 
    }
}

/* voce menu primo livello*/
@media (max-width:1024px) {
    .pk-menu-horizontal li.level-1 {
        padding: 0 15px;
    }

    .pk-menu-horizontal #top-menu > li > a, 
    .pk-menu-horizontal .pk-top-menu > li > a {
        padding: 15px 30px !important;
    }
}

/* submenu */

#top-menu .pk-sub-menu ul li.menu-item {
    font-size: 14px;
}

@media (max-width:1024px) {
    .pk-menu-horizontal .menu-dropdown.pk-sub-menu {
        padding: 15px;
    }
}

@media (max-width:767px) {
    #top-menu .pk-sub-menu .pk-menu-col {
        padding: 15px 15px 0 15px;
    }

    .pk-menu-horizontal .menu-dropdown.pk-sub-menu {
        padding: 5px 10px 20px 10px;
    }
}

/**************************************************************/
/* S05 - FOOTER ***********************************************/

/* newsletter */

.footer-newsletter-col.elementor-invisible { /* PATCH PER PROBLEMA COLONNA NON VISIBILE A CAUSA DI CLASSE ELEMENTOR */
    visibility: visible !important;
}

.footer-newsletter-col h2 {
    font-size: 28px;
    font-style: italic;
    line-height: 1.1;
    font-weight: 600;
    padding-top: 2px;
}

@media (max-width:480px) {
    .footer-newsletter-col h2 {
        font-size: 25px;
        text-align: center;
    }
}

.footer-newsletter-col .newsletter-form .newsletter-input { /* campo input */
    height: 39px !important;
}

.footer-newsletter-col .newsletter-form .submit-widget-newsletter { /* pulsante submit */
    top: 19px;
    right: 0;
    width: 60px;
    height: 39px;
    background: var(--primario-0);
    color: #fff;
}

/* feedaty */

.footer-feedaty-col .wdg-btn a.elementor-button { /* pulsante "leggi tutte le recensioni" */
    background: none;
    border: solid 2px var(--primario-1);
    border-radius: 0;
    color: var(--primario-1) !important;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-feedaty-col.dx .fdt_merchant300x100-1_widget_merchant { /* centra orizzontalmente il widget */
    margin: 0 auto;
}

@media (max-width: 768px) {
    .footer-feedaty-col.dx .elementor-column-wrap { /* cambia il margin bottom della colonna da mobile */
        margin-bottom: 20px !important;
    }
}

/* contatti */

#footer-contatti-sez > .elementor-container > .elementor-row { /* colonna container della sezione */
    border-top: solid 1px var(--grigio-0);
    border-bottom: solid 1px var(--grigio-0);
}

@media (max-width:768px) {
    #footer-contatti-sez {
        margin-bottom: 0;
    }

    #footer-contatti-sez > .elementor-container > .elementor-row { /* colonna container della sezione */
        border-top: none;
        border-bottom: none;
    }
}

.footer-contatti-col.sx { /* colonna sinistra con bordo */
    border-right: solid 1px var(--grigio-0);
}

.footer-contatti-col.sx .footer-contatti-wdg .elementor-widget-container { /* colonna che contiene i widget HTML dei contatti */
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer-contatti-col.sx .footer-contatti-wdg svg { /* icona dei widget HTML dei contatti */
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.footer-contatti-col.sx .footer-contatti-wdg > div > div {/* testo del widget HTML dei contatti */
    line-height: 1;
}

@media (max-width: 768px) {
    .footer-contatti-col.sx { /* colonna sinistra senza bordo */
        border-right: none;
    }

    .footer-contatti-col.sx .footer-contatti-wdg .elementor-widget-container { /* dispone i contatti in verticale */
        display: block;
        text-align: center;
    }
    .footer-contatti-col.sx .footer-contatti-wdg { /* separa verticalmente i contatti */
        margin-bottom: 40px;
    }

    .footer-contatti-col.sx .footer-contatti-wdg svg { /* allontana l'icona dei contatti dalla scritta */
        margin-bottom: 10px;
    }
}

.footer-contatti-col.dx h2 {
    font-size: 28px;
    font-weight: 400;
    color: var(--primario-1) !important;
}

.footer-contatti-col.dx > .elementor-column-wrap > .elementor-widget-wrap { /* allineamento centrato widget icone */
    text-align: center;
}

.footer-contatti-col.dx .elementor-widget-icon { /* allineamento widget icone su una sola riga*/
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}

.footer-contatti-col.dx .elementor-icon { /* colore di sfondo icone */
    background-color: var(--primario-0) !important;
}

/* pagamenti */

.footer-pagamenti-col.sx h2 {
    font-size: 20px;
    font-weight: 400;
    padding-top: 8px;
}

.footer-pagamenti-col.dx > .elementor-column-wrap > .elementor-widget-wrap { /* allinea al centro il contenuto della colonna */
    text-align: center;
}

.footer-pagamenti-col.dx .wdg-payment-icons,
.footer-pagamenti-col.dx .wdg-payment-icons .elementor-widget-container { /* rende inline-block i widget delle immagini dei pagamenti */
    display: inline-block;
    width: 290px !important;
    height: auto;
}

/* reassurance */

#footer-reassurance-sez {
    background-color: var(--primario-0);
}

#footer-reassurance-sez .elementor-image-box-description {
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #footer-reassurance-sez {
        background-color: #fff;

    }

    #footer-reassurance-sez .elementor-image-box-description {
        color: var(--primario-1);
        font-size: 16px;
        line-height: 1;
    } 

    .footer-reassurance-col.up.sx {
        border-bottom: solid 1px var(--primario-0);
        border-right: solid 1px var(--primario-0);
    }

    .footer-reassurance-col.up.dx {
        border-bottom: solid 1px var(--primario-0);
    }

    .footer-reassurance-col.bottom.sx {
        border-right: solid 1px var(--primario-0);
    }
}

@media (max-width: 480px) {
    #footer-reassurance-sez .elementor-image-box-description {
        font-size: 12px;
    } 
}

/* collegamenti desktop */

#footer-coldesk-sez {
    background-color: var(--primario-0);
    color: #fff;
}

#footer-coldesk-sez .elementor-container .elementor-row { /* bordo bianco top e bottom */
    border-top: solid 1px #fff;
}

.footer-coldesk-col {
    padding-top: 20px;
}

.footer-coldesk-col .elementor-widget-heading {
    margin-bottom: 2px;
}

.footer-coldesk-col h3.elementor-heading-title {
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400;
    color:#fff !important;
    text-transform: uppercase;
}

.footer-coldesk-col .elementor-widget-divider {
    margin-bottom: 0;
}

.footer-coldesk-col .elementor-widget-text-editor,
.footer-coldesk-col .elementor-widget-text-editor a {
    font-size: 14px;
    color: #fff;
}

/* collegamenti mobile */

#footer-colmobi-sez {
    background-color: var(--primario-0);
    color: #fff;
}

@media (max-width: 768px) {
    #footer-colmobi-sez .elementor-container { /* allarga le tab */
        width: 100%;
    }
    
    .elementor-toggle .elementor-tab-title { /* cambia l'altezza delle tab */
        padding: 30px;
    }
}

.footer-colmobi-col h3.elementor-tab-title { /* tipografia dei titoli delle tab */
    font-family: var(--font-1);
    font-size: 18px;
    font-weight: 400 !important;
    color:#fff !important;
    text-transform: uppercase;
}

.footer-colmobi-col h3.elementor-tab-title i { /* tipografia delle icone delle tab */
    font-size: 12px;
    font-weight: 400 !important;
    padding-top: 3px;
}

.footer-colmobi-col .elementor-tab-content,
.footer-colmobi-col .elementor-tab-content a { /* tipografia del testo delle tab */
    font-size: 14px;
    color: #fff !important;
    padding: 0 20px 20px 20px;
}

/* footer bottom */

#footer-bottom-sez {
    background-color: var(--primario-0);
    color: #fff;
    border-top: solid 1px #fff;
}

#footer-bottom .elementor-accordion-content p, 
#footer-bottom .elementor-tab-content p, 
#footer-bottom .elementor-text-editor p, 
#footer-bottom .elementor-toggle-content p {
    color: #fff !important;
}

.footer-bottom-col.sx .elementor-text-editor,
.footer-bottom-col.sx .elementor-text-editor a { /* tipografia del testo delle tab */
    font-size: 14px;
    color: #fff !important;
    padding: 0 20px 20px 20px;
}

.footer-bottom-col.dx { /* allinea a destra i widget delle immagini dei pagamenti */
    text-align: right;
}

@media (max-width:768px) {
    .footer-bottom-col.dx { /* allinea a destra i widget delle immagini dei pagamenti */
        text-align: center;
    }
}

.footer-bottom-col.dx .wdg-payment-icons,
.footer-bottom-col.dx .wdg-payment-icons .elementor-widget-container { /* rende inline-block i widget delle immagini dei pagamenti */
    display: inline-block;
    width: 290px !important;
    height: auto;
}

/**************************************************************/
/* S06 - HOME *************************************************/

/* header desktop */

#header-img-mdesk,
#header-img-mobi {
    margin-bottom: 0;
}

#header-img-mobi { /* nasconde la versione mobile */
    display: none;
}

#header-home {
    margin-top: 0;
}

#header-home-caption { /* posizionamento assoluto caption */
    max-width: 504px;
    top: calc(50% - 130px);
    left: calc(50% - 250px);
}

#header-home-caption .elementor-widget-container { /* larghezza caption */
    display: inline-block;
    width: 500px;
}

#header-home-caption .elementor-text-editor { /* altezza caption */
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#header-home-caption h3 {
    font-size: 38px;
    line-height: 48px;
    color: #fff !important;
    margin: 0 auto;
    max-width: 90%;
    border-bottom: solid 1px #fff;
}

#header-home-caption p {
    font-size: 20px !important;
    line-height: 26px !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    margin: 20px auto 0 auto;
}

#header-home-caption p a {
    color: #fff;
    border-bottom: solid 1px #fff;
}

@media (max-width: 991px) { /* switche header desktop/mobile */
    #header-img-desk{
        display: none;
    } 
    
    #header-img-mobi{
        display: block;
    }
}

@media (max-width: 480px) {
    #header-home-caption { /* posizionamento assoluto caption */
        max-width: 204px;
        top: calc(50% - 102px);;
        left: calc(50% - 165px)
    }

    #header-home-caption .elementor-widget-container { /* larghezza caption */
        width: 330px;
    }

    #header-home-caption .elementor-text-editor { /* altezza caption */
        height: 200px;
    }

    #header-home-caption h3 {
        font-size: 27px;
        line-height: 37px;
    }

    #header-home-caption p {
        font-size: 16px !important;
        line-height: 16px !important;
        font-weight: 300 !important;
        letter-spacing: 1px !important;
        margin: 15px auto 0 auto;
    }
}

/* i più venduti */

.midline h2.module-title span { /* titolo sezione con riga orizzontale centrata */
    border-bottom: none !important;
    background-color: #fff;
    color: var(--primario-0);
    font-size: 36px;
    line-height: 1.1;
}

/* miniature prodotto */

.slick-track .slick-slide { /* fix per limitare l'altezza delle miniature */
    max-height: 440px;
}

.pm-details-layout2 #pattern .view_grid .product-thumbnail {
    margin-bottom: 5px;
}

.pm-details-layout2 #pattern .view_grid .product-description .product-title { /* nome prodotto */
    font-family: var(--font-1);
    color: var(--primario-1) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .pm-details-layout2 #pattern .view_grid .product-description .product-title { /* nome prodotto */
        font-size: 12px;
    }
}

.pm-details-layout2 #pattern .view_grid .product-description .product-price-and-shipping { /* centra il prezzo prodotto */
    justify-content: center;
}

.pm-details-layout2 #pattern .view_grid .product-description .product-price-and-shipping span { /* tipografia del prezzo prodotto */
    font-family: var(--font-1);
    font-size: 16px;
    font-style:normal;
    color: var(--primario-0);
}

/* toglie l'icona 'add to favorites' */
article button.wishlist-button-add {
    display: none;
}

/* badges */

#sez-home-badges {

}

.col-home-badges {
    border: solid 2px var(--grigio-3);
}

.col-home-badges.sx {
    margin-right: 15px;
}

.col-home-badges.dx {
    margin-left: 15px;
}

@media (max-width: 991px) {
    .col-home-badges.sx { /* ricentra il box su mobile */
        margin-right: 0;
    }
    
    .col-home-badges.dx { /* ricentra il box su mobile */
        margin-left: 0;
        margin-top: 60px;
    }
}

.ico-badges .elementor-widget-container { /* sposta in alto l'icona */
    text-align: center;
    margin-top: -30px;
}

.ico-badges svg { /* stili dell'icona */
    padding: 15px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    background-color: var(--primario-0);
    fill: #fff;
    overflow: visible;
}

.badge-repubblica-txt {
    font-family: var(--font-1);
    font-size: 20px;
    color: var(--grigio-0);
}

.badge-aicel-txt {
    font-family: var(--font-1);
    font-size: 24px;
    line-height: 32px;
    color: var(--grigio-0);
}

@media (max-width: 480px) {
    .badge-repubblica-img .elementor-image img, 
    .badge-aicel-img .elementor-image img{ /* ridimensiona le icone su mobile */
        max-width: 50% !important;
    }
}

/* banner spedizione gratuita */

#banner-freeship-sez {
    background-color: var(--primario-0);
    color: #fff;
}

.banner-freeship-col {
    background-color: var(--primario-0);
    color: #fff;
    border: solid 1px#fff;
}

#banner-freeship-wdg {
    border: solid 1px #fff;
}

#banner-freeship-wdg .elementor-image-box-wrapper { /* centra icona e testo nel banner */
    justify-content: center;
}

#banner-freeship-wdg .elementor-image-box-content { /* centra icona e testo nel banner */
    width: auto;
}

#banner-freeship-wdg .elementor-image-box-description {
    font-family: var(--font-2);
    font-size: 36px;
    color: #fff;
}

@media (max-width: 1200px) {
    #banner-freeship-wdg .elementor-image-box-description {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    #banner-freeship-wdg .elementor-image-box-description {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 15px;
    }

    #banner-freeship-wdg .elementor-image-box-img {
        margin-bottom: 0;
    }
}

/* banner categoria */

.homecatbanner-sez {
    margin-bottom: 40px;
}
ù
.homecatbanner-col-img {
}

.homecatbanner-col-txt {
    border: solid 4px var(--primario-0);
    margin: 10px;
}

.homecatbanner-col-txt h2 {
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 400 !important;
    width: 80%;
    margin: 0 auto 0 auto !important;
}

.homecatbanner-col-txt p {
    font-size: 18px !important;
    line-height: 1.1 !important;
    color: var(--primario-1) !important;
    text-align: center;
    width: 70%;
    margin: 0 auto 30px auto;
}

@media (max-width:480px) {
    .homecatbanner-col-txt h2 {
        font-size: 40px;
        letter-spacing: 1px;
    }
    
    .homecatbanner-col-txt p {
        font-size: 16px !important;
        line-height: 1.1 !important;
    }
}

@media (min-width:1025px) and (max-width:1200px) {
    .homecatbanner-col-txt h2 {
        font-size: 40px;
        letter-spacing: 1px;
    }
    
    .homecatbanner-col-txt p {
        font-size: 16px !important;
        line-height: 1.1 !important;
    }
}

@media (min-width: 1025px) {
    .homecatbanner-col-txt.right {
        margin-left: 0;
    }
    
    .homecatbanner-col-txt.left {
        margin-right: 0;
    }
}

.homecatbanner-col-txt .wdg-btn a.elementor-button {
    background: none;
    border: solid 2px var(--primario-1);
    border-radius: 0;
    color: var(--primario-1) !important;
    font-weight: 600;
    text-transform: uppercase;
}

/**************************************************************/
/* S07 - PAGINA CATEGORIA *************************************/

.cat-title-wrapper {
    text-align: center;
    position: relative;
}

.cat-title {
    display: inline-block;
    padding:0 15px;
    font-family: var(--font-2);
    font-size: 36px;
    line-height: 1;
    text-transform: lowercase;
    text-align: center;
    background-color: #fff;
    color: var(--primario-0);
}

.cat-title:first-letter {
    text-transform: uppercase;
}

/* linea divisore del titolo */
.cat-title-midline {
    position: absolute;
    top: 57px;
    width: 100%;
    z-index: -1;
    border-bottom: solid 1px var(--grigio-0);
}

/* wrapper delle sottocategorie */
#subcategories ul.flex-container {
    justify-content: space-around;
}

/* imposta il numero di sottocategorie per riga */
#subcategories ul li {
    width: 32%;
    margin-bottom: 20px;
}

@media (max-width:991px) {
    #subcategories ul li {
        width: 48%;
        margin-bottom: 20px;
    }
}

@media (max-width:480px) {
    #subcategories ul li {
        width: 45%;
        margin-bottom: 20px;
    }

    a.subcategory-name {
        font-size: 18px;
    }
}

/* nome della sottocategoria */
#subcategories ul li h5 {
    font-family: var(--font-2);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--primario-0);
    margin-top: 10px;
}

@media(max-width:768px) {
    #subcategories ul li h5 {
        font-size: 20px;
        line-height: 1;
        margin-top: 0;
        text-align: center;
    }

    #subcategories ul li h5 a.ellipsis {
        overflow:auto;
        text-overflow:unset;
        white-space:normal;
        display: inline !important;
    }
}

/* larghezza della miniatura prodotto */
#pattern #products.view_grid .product_list .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}

@media(max-width:480px) {
    #pattern #products.view_grid .product_list .grid-container {
        grid-template-columns: 43% 43% !important;
    }
}


@media (max-width: 1500px) {
    #pattern #products.view_grid .product_list .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

/* aggiunge un leggero bordo all'immagine della miniatura prodotto */
.pm-details-layout2 #pattern .view_grid .product-thumbnail {
    border: solid 1px var(--grigio-3);
    margin-bottom: 10px;
}

/* toglie la product action "Preferiti" dalla miniatura prodotto */
body .product-miniature .product-thumbnail .favoritesButton {
    display: none;
}

/* imposta lo stile per le "products flag" generiche */
.product-miniature .product-flags li {
    font-family: var(--font-1);
    background-color: var(--primario-1);
}

@media(min-width:481px) {
    .product-miniature .product-flags {
        right: 0;
        left: 0;
        width: 100%;
    }
}

@media(max-width: 480px) {
    .product-miniature .product-flags {
        right: 0;
        left: 0;
    }

    .product-miniature .product-flags li {
        font-size: 9px;
    }
}

/* S08 - SCHEDA PRODOTTO **************************************/
/**************************************************************/

/* breadcrumbs */
#product .product-cover img.js-qv-product-cover,
#product .js-qv-mask img.thumb {
    border: solid 1px var(--grigio-4);
}

/* immagine prodotto */
#product .exzoom .exzoom_nav { /* centra orizzontalmente il container delle miniature */
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
    left: 0;
    right: 0;
}

#product .exzoom .exzoom_nav .exzoom_nav_inner { /* centra orizzontalmente le miniature nel container*/
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#product .exzoom .exzoom_btn a { /* navigazione thumbnails */
    width: 30px;
    height: 30px;
    padding-top: 4px;
    border: 1px solid var(--grigio-3);
    line-height: 27px;
    background: var(--grigio-4);
    color: var(--primario-1);
}

.exzoom .exzoom_nav .exzoom_nav_inner span.current {
    border: 1px solid var(--primario-1);
}

/* diminuisce il padding della colonna dx (product-info-section) */
@media(min-width: 1600px) {
    .product-page-col > .product-info-section {
        padding-top: 0!important;
    }
}

/* distanzia la colonna dx dalla sx su tablet e smartphone */
@media(min-width:992px) {
    #product .product-information {
        padding-left: 30px;
    }
}

/* product brand */
#product .product-info-section .product-brand {
    color: var(--primario-1);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.26em;
    display: inline-block;
    margin-bottom: 15px;
}

@media(min-width:992px) {
    #product .product-info-section .product-brand {
        padding-left: 30px;
    }
}

/* nome prodotto */
#product h1 {
    font-family: var(--font-2);
    color: var(--primario-1);
}

@media(min-width:992px) {
    #product h1 {
        padding-left: 30px;
    }
}

/* riferimento prodotto */
@media(min-width:992px) {
    .product-riferimento,.product-reference {
        padding-left: 30px;
    }
}

/* riga star-descrizione */
#product #bpc-stardesc {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 25px;
}

#product #bpc-stardesc a:hover {
    text-decoration: underline;
}

#product #bpc-star {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#product #bpc-star img {
    height: 12px;
}

/* dimensioni */
#product #pksizeguide-show {
    color: var(--primario-0);
    font-size: 16px;
    text-align: left;
    display: block;
    width: 250px;
    padding: 10px;
    border: none;
    background: var(--grigio-4);
    border-bottom: solid 1px var(--primario-0);
}

#product #pksizeguide-show:hover {
    color: var(--grigio-4);
    background: var(--primario-0);
}

#product .product-variants-item .control-label {
    font-family: var(--font-2);
    font-size: 24px;
    color: var(--primario-1);
    background-color: var(--grigio-4);
    width: 290px;
    padding: 7px 10px 7px 17px;
    margin-bottom: 0;
    border-bottom: solid 1px var(--primario-1);
    border-top: solid 1px var(--primario-1);
}

#product .product-variants-item #select-wrapper{
    width: 290px;
    overflow: hidden;
    background: var(--grigio-4);
    border-bottom: solid 1px var(--primario-1);
    position: relative;
    padding: 0;
}

#product .product-variants-item #select-wrapper:after{
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid var(--primario-1);
    position: absolute;
    top: 42%;
    right: 10px;
    content: "";
    z-index: 8;
}

#product .product-variants-item #select-wrapper select {
    width: 290px;
    border: 0;
    position: relative;
    background: none;
    text-transform: lowercase;
    color: var(--primario-1);
    z-index: 9;
}

/* prezzo */
#product .product-price {
    font-family: var(--font-2);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    color: var(--primario-1);
}

/* tasse e spedizioni */
#product .product-info-section .product-prices > div.tax-shipping-delivery-label {
    display: none;
}

/* carrello e condivisione */

#product .product-info-section .btn-primary.add-to-cart, 
.modal-dialog .btn-primary.add-to-cart { /* pulsante add to cart */
    font-size: 13px;
    background-color: var(--primario-0) !important;
}

@media(max-width:480px) {
    #product .product-info-section .btn-primary.add-to-cart, 
    .modal-dialog .btn-primary.add-to-cart { /* pulsante add to cart */
        padding: 12px 10px;
    }
}

/* touchspin */

#product .product-quantity .input-group-btn-vertical .btn {
    border: 1px solid #404040!important;
    border-left: none!important;
}

#product .product-quantity .input-group-btn-vertical .btn:first-child {
    border-bottom: none !important;
}

#product .product-quantity .input-group-btn-vertical .btn i {
    background-color: #fff;
}

/* condivisioni */

#bpc-cartshare { /* condivisione */
    margin-bottom: 20px;
}

@media (max-width:480px) {
    #bpc-cartshare {
        display: block;
    }
}

#bpc-share {
    height: 20px;
    margin: 13px;
}

@media(max-width: 480px) {
    #bpc-share {
        margin-left: 0;
    }
}

/* toglie il margine superiore alle icone condivisione e "aggiungi ai preferiti" */
#bpc-share .productButtons,
#bpc-share .productButtons .social-sharing {
    margin-top: 0;
}

/* nasconde la scritta "aggiungi ai preferiti" */
#bpc-share span {
    display: none;
}

/* toglie icona inutile dal modulo preferiti */
button.wishlist-button-add.wishlist-button-product {
    display: none;
}


/* riformatta le icone dei social */
.social-sharing li {
    height: auto;
    width: auto;
    border: none;
}

/* baffo "disponibile" */
#product #bpc-cart svg {
    fill: #6DCB4A;
}

/* ctoce "non disponibile" */
#product #bpc-cart svg.unavailable {
    fill: #f00;
}


/* nasconde il blocco dei pagamenti di prestashop checkout */
#product .ps_checkout.payment-method-logo-block.left {
    display: none;
}

/* blocco rassicurazioni */

#product .blockreassurance_product div {
    background: none;
    border-bottom: solid 1px var(--primario-1);
    margin-bottom: 0;
    padding: 10px;
}

@media(max-width:991px) {
    #product .blockreassurance_product {
        margin: 60px 0 30px 0;
    }
}

/* titoli */

#product .prod-title-wrapper {
    text-align: center;
    position: relative;
}

#product .prod-title-wrapper.left {
    text-align: left;
}

#product .prod-title {
    display: inline-block;
    padding: 0 15px;
    font-family: var(--font-2);
    font-size: 36px;
    line-height: 1;
    text-transform: none;
    text-align: center;
    background-color: #fff;
    color: var(--primario-0);
}

@media(max-width:991px) {
    #product .prod-title-wrapper.left .prod-title {
        padding-left: 0;
    }
}

@media(max-width:480px) {
    #product .prod-title-wrapper.left .prod-title {
        padding: 0;
        font-size: 25px;
    }
}

#product .prod-title.up {
    font-size: 38px;
    text-transform: uppercase;
}

#product .prod-title-midline {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: -1;
    border-bottom: solid 1px var(--grigio-0);
}

/* video */
#product #bpc-video-section {
    display: flex;
    justify-content: center;
    background-color: var(--grigio-3);
    margin: 50px 0;
}

@media(max-width:991px) {
        #product #bpc-video-section {
        display: block;
    }
}

@media(max-width:480px) {
    #product #bpc-video-section {
        background-color: #fff;
        margin: 70px 0 0 0;
    }
}

#product #bpc-video-section { /* azzera il padding a tutti i div della colonna video */
    padding: 25px 25px 18px 25px;
}

#product #bpc-video-section div { /* azzera il padding a tutti i div della colonna video */
    padding: 0;
}

#product #bpc-video-section .embed-container { /* rende responsive l'iframe per video 16:9 */
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

#product #bpc-video-section .embed-container iframe,
#product #bpc-video-section .embed-container object,
#product #bpc-video-section .embed-container embed { /* rende responsive l'iframe per video 16:9 */
    height: 100%; 
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#product #bpc-video-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 300px;
    padding: 50px 0 !important;
}

@media(max-width:480px) {
    #product #bpc-video-text {
        padding-bottom: 20px !important;
    }
}

#product  #bpc-video-section #bpc-widget {
    background-color: #fff;
    padding: 20px 110px 20px 110px;
    border-radius: 20px;
}

@media(max-width:480px) {
    #product  #bpc-video-section #bpc-widget {
        padding: 0;
    }
}

#product  #bpc-video-section #bpc-widget img { /* icona con linea */
    display: block;
    margin: 0 auto;
}

#product #bpc-video-text .badge-midline { /* icona con linea */
    margin-top: -28px;
    border-bottom: solid 1px var(--grigio-0);
}

.feedaty_widget {
    margin-top: 20px;
}

.fdt_merchant300x200-1_widget_merchant { /* toglie il bordo al widget feedaty */
    border: none !important;
}

/* descrizione e seconda immagine */
#product #bpc-longdesc-imgbottom {
    margin: 40px 0;
    display: flex;
    align-items: center;
}

@media(max-width:991px) {
    #product #bpc-longdesc-imgbottom {
        display: block;
        margin-top: 0;
    }
}

#product #bpc-long-desc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

@media(max-width: 480px) {
    #product #bpc-long-desc p {
        text-align: center;
    }
}

#product #bpc-img-bottom {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

#product #bpc-img-bottom img {
    border: solid 1px var(--grigio-4);
}

/* recensioni feedaty */
#product .prod-title.fdy-reviews-list {
    margin-bottom: 15px;
}

h2.fdy-product-title {
    margin-top: 0;
    padding: 0 0 0 15px;
    font-size: 18px;
    line-height: 1.2;
}

@media(max-width:480px) {
    h2.fdy-product-title {
        display: none;
    }

    #product .fdy-container {
        text-align: center;
    }
}

#product .fdy-item {
    border-bottom: solid 1px var(--primario-1);
    padding: 15px 0;
}

#product .fdy-item .fdy-item-rating {
    padding-top: 5px;
}

#product .fdy-date {
    line-height: 16px;
}

#product .fdy-item-rating img {
    height: 20px;
}

#product .fdy-item-detail {
    padding: 10px 0;
}

#product .fdy-item-customer {
    font-style: italic;
    font-weight: bold;
}

#product .fdy-item-footer img {
    vertical-align: text-top;
}

#product .fdy-item-footer span {
    padding: 0;
    line-height: 18px;
    padding-right: 30px;
}

@media(max-width:480px) {
    #product .fdy-item-footer span {
        display: block;
        padding-right: 0;
        margin: 15px;
    }
}

#product .fdy-container {
    padding: 0 15px;
}

#product .fdy-btn {
    margin: 40px auto;
    padding: 10px 20px;
    border: solid 2px var(--primario-1);
    color: var(--primario-1);
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    width: 290px;
    text-align: center;
}

#product .fdy-btn:hover {
    background-color: var(--primario-1);
    color: #fff;
}

/* carousel prodotti */

#product #pattern #main .products-carousel {
    padding: 0;
}

@media(max-width:991px) {
    #product #pattern #main .products-carousel {
        margin-top: 0;
        margin-bottom: 70px;
    }
}

/**************************************************************/
/* S09 - PAGINA RECENSIONI */

#module-bwfdycomments-list .fdy-list-container {
    padding: 15px;
    border-radius: 10px;
}

#module-bwfdycomments-list h1 {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
}

@media(min-width:1600px) {
    #module-bwfdycomments-list h1 {
        font-size: 24px;
    }
}

/* punteggio merchant */

#module-bwfdycomments-list .fdy-global-merchant {
    margin-bottom: 30px;
}

#module-bwfdycomments-list .fdy-global-rating { 
    background-color: var(--grigio-4);
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}

#module-bwfdycomments-list .fdy-global-rating .rating { 
    display: flex;
    flex-direction: row;
    align-items: center;
}

#module-bwfdycomments-list .fdy-global-rating .rating img {
    margin-right: 20px;
    height: 20px;
}

/* sommario recensioni */

#module-bwfdycomments-list .fdy-merchant-overview {
    max-width: 750px;
    margin-bottom: 50px;
}

#module-bwfdycomments-list .fdy-merchant-overview .fdy-merchant-rating {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

/* sommario recensioni - stelle */
#module-bwfdycomments-list .fdy-merchant-rating-value {
    padding: 0px 10px;
    width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#module-bwfdycomments-list .fdy-merchant-rating-value img {
    margin-right: 20px;
    height: 20px;
}

/* sommario recensioni - barre */
#module-bwfdycomments-list .fdy-merchant-bar-container {
    height: 8px;
    border-radius: 0;
}

#module-bwfdycomments-list .fdy-merchant-bar {
    height: 8px;
    border-radius: 0;
}

@media(max-width: 480px) {
    #module-bwfdycomments-list .fdy-merchant-overview .fdy-merchant-rating {
        justify-content: flex-start;
        font-size: 12px;
    }

    #module-bwfdycomments-list .fdy-merchant-rating-value {
        width: 100px;
    }

    #module-bwfdycomments-list .fdy-merchant-rating-value img {
        margin-right: 10px;
        height: 10px;
    }

    #module-bwfdycomments-list .fdy-merchant-bar-container {
        width: 30%;
    }
}

/* recensioni */
#module-bwfdycomments-list .fdy-list-container {
    margin-left: 0;
    background-color: var(--grigio-4);
    margin-bottom: 30px;
}

#module-bwfdycomments-list .fdy-list-header img {
    height: 20px;
    margin-right:20px;
    vertical-align: middle;
}

#module-bwfdycomments-list .fdy-list-header span {
    vertical-align: middle;
}

#module-bwfdycomments-list  .fdy-merchanr-review {
    margin-left:0;
    padding-left:0;
    font-style: normal;
}

@media (max-width:480px) {
    #module-bwfdycomments-list .fdy-merchanr-review {
        text-align: center;
    }
}

#module-bwfdycomments-list  .fdy-list-footer img {
    vertical-align: middle;
}

#module-bwfdycomments-list .fdy-list-footer a {
    margin-left: 10px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width:480px) {
    #module-bwfdycomments-list .fdy-list-footer {
        text-align: center;
        font-size: 12px;
    }
}

/* recensioni con immagini */

#module-bwfdycomments-list .fdy-list-products .fdy-list-product {
    justify-content: flex-start;
    align-items: center;
}

@media(max-width:480px) {
    #module-bwfdycomments-list .fdy-list-products .fdy-list-product {
        display: block;
        text-align: center;
    }

    #module-bwfdycomments-list .fdy-list-products .fdy-list-product div {
        margin:0;
    }
}

#module-bwfdycomments-list .fdy-list-products img {
    width: 90px;
}

@media(max-width:480px) {
    #module-bwfdycomments-list .fdy-list-products img {
        width: 150px;
        margin-bottom:15px;
    }
}

#module-bwfdycomments-list .fdy-list-product-text {
    max-width: 400px;
    text-align: left;
}

@media(max-width:480px) {
    #module-bwfdycomments-list .fdy-list-product-text {
        text-align: center;
    }
}

#module-bwfdycomments-list .fdy-list-product-text a {
    margin-left: 0;
}

#module-bwfdycomments-list .fdy-list-content {
    padding-left: 0;
}

@media(max-width:480px) {
    #module-bwfdycomments-list .fdy-list-content {
        text-align: center;
    }
}

/* sidebar */
#module-bwfdycomments-list .sidebar {
    margin-left: 5px;
    padding: 20px;
    background-color: #eee;
    border-radius: 10px;
}

@media(max-width:991px) {
    #module-bwfdycomments-list .sidebar {
        margin-top: 20px;
        margin-bottom: 90px;
    }
}

/* status feedaty */
#module-bwfdycomments-list .fd-row-wrap.status {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
}

#module-bwfdycomments-list .fd-row-wrap.status .fd-recap{
    margin-left: 15px;
}

span.badge.badge-pill.badge-success.px-3 { /* badge valido */
    background-color: green;
    padding: 3px 7px;
    color: #fff;
    font-size: 10px;
    border-radius: 10px;
}

#module-bwfdycomments-list hr {
    border-top: var(--grigio-4);
}

/* info feedaty */

#module-bwfdycomments-list .fd-info {
    padding: 15px 15px 0 15px;
}

#module-bwfdycomments-list .fd-row.justify-content-center {
    text-align: center;
    padding-top: 25px;
    font-weight: bold;
}

#module-bwfdycomments-list  .fdt_merchantmediumwhite_widget_merchant {
    margin: 0 auto;
    width: 100% !important;
}

#fdt_merchantmediumwhite_widget_wrapper {
    width: 100% !important;
}

/* paginazione recensioni */

#module-bwfdycomments-list ul.pagination {
    text-align: center;
}

#module-bwfdycomments-list ul.pagination li {
    display: inline-block;
    list-style: none;
}

/**************************************************************/
/* S10 - SIDE CART */

.pk-aside header h3 {
    font-family: var(--font-2);
}

.pk-aside .pk-aside-tabs .cart-total {
    font-family: var(--font-1);
}

div#desktop_cart + img { /* nasconde l'immagine dei metodi di pagamento */
    display: none;
}

/**************************************************************/
/* S11 - SIDE SEARCH */

aside .pk-search-results.pk-sidebar-results {
    padding: 0;
    min-width: 290px;
}

aside .pk-search-results.pk-sidebar-results ul {
    padding-left: 0 !important;
}

#blockcart-modal .cart-content .btn {
    background-color: var(--primario-0)!important;
}

/**************************************************************/
/* S12 - CART */

.authentication-page h2, .page-header h1 { /* titolo carrello */
    text-transform: none;
    font-size: 35px;
    color: var(--primario-0);
    font-weight: 400;
    letter-spacing: 0.5px;
}
/* icona cancellazione riga prodotoo */
.product-line-grid-right .cart-line-product-actions .remove-from-cart {
    color: red;
}
#cart .product-line-grid-left { /* bordo  miniature prodotti */
    border: solid 1px var(--grigio-4);
}

#cart .price { /* cambia font al prezzo */
    font-family: var(--font-1);
    font-size: 20px;
}

input.js-cart-line-product-quantity.form-control {
    font-family: var(--font-1);
}

#cart button.btn.btn-touchspin.js-touchspin { /* pulsanti quantità prodotto */
    background-color: #fff !important;
    border-color: #ddd!important;
}

#cart .product-line-grid-body h5 { /* titolo caratteristiche prodotto */
    margin: 15px 0 0 0;
    font-size: 18px;
}

#cart .btn {
    background-color: var(--primario-0) !important;
}

#cart #pattern .btn-big { /* pulsante processo di acquisto */
    width: 100%;
    padding: 10px 33px;
}

/* voucher */
#cart .block-promo {
    padding: 1.2rem;
    padding-bottom: 0;
}

/* blocco 2 pulsanti */
#cart .checkout.cart-detailed-actions.card-block {
    padding-top: 0;
}

/* pulsante paypal */
[data-container-bnpl] {
    margin: 20px 0 !important;
}

[paypal-bnpl-button-container] {
    width: 100%;
}

/* blocco metodi di pagamento */
#cart .ps_checkout.payment-method-logo-block {
    display: none;
}

/* pulsante amazon */
div#AmazonPayButton {
    height: 55px !important;
    margin-top: 8px;
}

/* cart mobile */

@media(max-width: 480px) {
    #cart .card.cart-container { /* toglie il margin right al contenitore del carrello */
        margin-right: 0;
    }
    
    #cart .product-line-grid.flex-container { /* consente agli items del prodotto di stare su più righe */
        flex-wrap: wrap;
    }
    
    #cart .product-line-grid-left { /* item immagine */
        margin-right: 0;
        border: none;
    }

    #cart .product-line-grid-body { /* item descrizione e pre<zo singolo */
        width: 150px;
        padding-right: 0;
    }

    #cart .product-line-grid-body>.product-line-info > a {
        font-size: 16px;
    }

    #cart .product-line-grid-body h5 {
        display: none;
    }

    #cart .product-line-info.product-price.h5.flex-container {
        margin-bottom: 10px;
    }

    #cart .product-line-grid-right { /* item prezzo totale, quantità e rimuovi */
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    #cart .product-line-grid-right .cart-line-product-actions { /* item rimuovi */
        margin-bottom: 10px;
        border: solid 1px var(--grigio-3);
        padding: 0 12px;
    }

    #cart #pattern .btn-big { /* pulsante acquista */
        font-size: 14px;
        letter-spacing: 1px;
    }

    #cart .card.cart-summary button.btn.btn-primary { /* pulsante voucher */
        padding: 1em 8px;
    }
}

/**************************************************************/
/* S13 - CHECKOUT */

#checkout .btn {
    background-color: var(--primario-0) !important;
}

#checkout .blockreassurance_product {
    margin-top: 10px;
}

#checkout span#codwfeeplus_fee {
    font-family: var(--font-1);
    font-weight: bold;
    font-size: 18px;
}

/**************************************************************/
/* S14 - PAGINe CMS */

#cms ul {
    list-style-position: outside;
    padding-left: 40px;
}

#cms ol {
    padding-left: 20px;
}

#cms ul li,
#cms ol li {
    padding-bottom:10px;
}

/**************************************************************/
/* S15 - PAGINA FAQ */

#module-faqs-display .faqs-card-block {
    background-color: #fff;
    border: none;
    box-shadow: none;
}

#module-faqs-display .faqs-card-block {
    padding-top: 0;
}

#module-faqs-display h1.title_home_page_fag {
    text-transform: none;
    font-size: 35px;
    line-height: 1;
    color: var(--primario-0);
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 35px;
}

#module-faqs-display a.more_faq_cat {
    display: block;
    margin-top: 30px;
}

/* pagina categoria faq */
#module-faqs-display .block.block-faq-left-column {
    box-shadow: none;
}

#module-faqs-display .block-faq-left-column h4.title_block {
    margin-bottom: 0;
}


/**************************************************************/
/* S16 - PAGINA AUTENTICAZIONE */

#authentication .btn {
    background-color: var(--primario-0) !important;
}