* {
    box-sizing: border-box;
    font-family: Montserrat, arial, helvetica, sans-serif !important;
    font-stretch: normal;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
    /* per Firefox */
    scrollbar-width: thin;
}

/* scrollbar - inizio */

*::-webkit-scrollbar {
    background-color: #ccc;
    height: 4px;
    width: 4px;
}

*::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 2px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
}

/* scrollbar - fine */

/* generali - inizio */

html {
    height: 100%;
}

body {
    background-color: #f0f0f0;
    min-height: 100%;
    position: relative;
}

img {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.spinner {
    /* icona "caricamento" per infinite scrolling */
    font-size: 0;
    height: 50px;
    margin: -25px -25px 0 0;
    position: fixed;
    right: 50%;
    top: 50%;
    width: 50px;
    z-index: 1000;
}

.toTop {
    background-image: url(/images/page_up.svg);
    cursor: pointer;
    font-size: 0px;
    height: 50px;
    margin: -25px -25px 0px 0px;
    position: fixed;
    right: 20px;
    top: 95%;
    width: 50px;
    z-index: 1000;
}

.toTop img {
    display: none;
}

.toTop:hover {
    background-image: none;
}

.toTop:hover img {
    display: block;
}


a:visited {
    color: #1c1c1a;
}

/* generali - fine */

/* avviso sopra header - inizio */

.top-banner {
    height: auto;
    min-height: 60px;
    padding: 20px 60px;
    text-align: center;
    width: 100%;
}

.top-banner p {
    color: #1c1c1a;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

/* avviso sopra header - fine */

/* header - inizio */

.header_01 {
    background-color: #1c1c1a;
    background-image: url(/images/sfondo_header.png);
    background-repeat: no-repeat;
    height: 80px;
    position: sticky;
    position: -webkit-sticky;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 50;
}

.logo_01 {
    background-image: url(images/logo_header.png);
    float: left;
    height: 80px;
    margin: 0 0 0 60px;
    width: 140px;
}

/* menu/nav non mobile - inizio */

.menu_01 {
    float: left;
    height: 80px;
    padding: 0 14px;
}
/*
.nav_01 {
    display: inline-block;
    margin: auto;
}
*/
.nav_01 ul {
    padding: 0;
}

.nav_01 ul li {
    display: block;
    float: left;
    position: relative;
}

.nav_01 ul li p {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
}

.nav_01 ul li p:after {
    background-color: #fff;
    content: "";
    display: block;    
    height: 1px;
    margin-top: -31px;
    width: 0%;    
    transition: width .3s ease-in-out;
}

.nav_01 ul li p:hover:after,
.nav_01 ul li p:focus:after {
    width: 100%;
}

.nav_01 ul li a.active p {
    color: #fee64e;
}

.sottomenu {
    background-color: #404040;
    display: none;
    left: 0;
    height: auto;
    padding: 10px;
    position: absolute;
    top: 70px;
    width: max-content;
    z-index: 5;
}

.sottomenu::before {
    /* speech-bubble - effetto fumetto */
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 10px;
    border: 20px solid transparent;
    border-top: none;
    border-bottom-color: #404040;
    filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}

.nav_01 ul li:hover .sottomenu {
    display: block;
}

.sottomenu ul {
    margin: 0 auto;
    min-height: auto;
    min-width: max-content;
    padding: 10px 0;
    position: relative;
}

.sottomenu ul li {
    display: block;
    float: none;
    height: 26px;
    position: relative;
    text-align: left;
}

.sottomenu ul li a {
    padding: 0;
}

.sottomenu ul li a p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
}

.sottomenu ul li a p:hover {
    color: #fee64e;
}

.sottomenu li a:hover:after,
.sottomenu li a:focus:after {
    width: 0;
}

.sottomenu ul li p:hover:after,
.sottomenu ul li p:focus:after {
    width: 0;
}

/* menu/nav non mobile - fine */

/* menu/nav mobile - inizio */

.hm_mobile {
    cursor: pointer;
    display: none;
    height: 50px;
    float: left;
    padding: 0;
    margin: 0 10px;
    width: 50px;
}

.menu_mobile {
    background-color: #1a1a1a;
    /*display: none;*/
    float: left;
    height: min-content;
    left: 0;
    min-width: 280px;
    padding: 50px 0 40px 0;
    position: absolute;
    top: 0;
    width: min-content;
    z-index: 10;
}

.modal_hm {    
    background-color: rgba(0,0,0,0.5);
    /*display: none;*/
    height: 100%;
    left: 0;
    overflow: hidden;
    padding-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.x_mobile {
    cursor: pointer;
    height: 50px;
    left: 10px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50px;
}

.nav_mobile ul {
    border-bottom: 1px solid #404040;
    padding: 0 0 40px 0;
}

.nav_mobile ul li {
    border-bottom: 1px solid #404040;
    display: block;
    position: relative;
    text-align: left;
}

.nav_mobile ul li p {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.nav_mobile ul li a.active p {
    color: #fee64e;
}

.nav_mobile ul li img {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 5;
}

.sottomenu_mobile {
    background-color: #404040;
    height: auto;
    width: auto;
}

.sottomenu_mobile ul {
    margin: 0 auto;
    min-height: auto;
    min-width: max-content;
    padding: 0;
    position: relative;
}

.sottomenu_mobile ul li {
    border-top: 1px solid #1a1a1a;
    display: block;
    float: none;
    height: 40px;
    position: relative;
    text-align: left;
}

.sottomenu_mobile ul li a {
    padding: 0;
}

.sottomenu_mobile ul li a p {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
}

.menu_mobile .utente {
    border-bottom: 1px solid #404040;
    display: block;
    height: 40px;
    padding: 0 20px 0 14px;
    width: 100%;
}

.menu_mobile .utente .ico_utente {
    background-image: url(/images/login.svg);
    float: left;
    height: 36px;
    margin: 2px 0 2px 0;
    position: relative;
    width: 36px;
}

.menu_mobile .utente .ico_utente img {
    display: none;
}

.menu_mobile .utente .nome_utente {
    float: left;
    height: 40px;
    padding: 13px 0 13px 10px;
    text-align: left;
}

.menu_mobile .utente .nome_utente p {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
}

/* menu/nav mobile - fine */

.logo_mobile {
    display: none;
    height: 50px;
    margin: 0 auto;
    width: 90px;
}

.header_02 {
    float: right;
    height: 80px;
    padding: 22px 60px;
    position: relative;
}

.header_02 .utente {
    float: left;
    height: 36px;
    position: relative;
}

.header_02 .utente .nome_utente {
    float: left;
    height: 36px;
    padding: 11px 0 11px 0;
    text-align: right;
}

.header_02 .utente .nome_utente p {
    color: #fff;
    font-size: 13px;
    line-height: 14px;
}


.header_02 .utente:hover .nome_utente p {
    color: #fee64e;
}

.header_02 .utente .ico_utente {
    background-image: url(/images/login.svg);
    float: left;
    height: 36px;
    margin: 0 0 0 10px;
    position: relative;
    width: 36px;    
}

.header_02 .utente .ico_utente img {
    display: none;
}

.header_02 .utente:hover .ico_utente {
    background-image: none;
}

.header_02 .utente:hover .ico_utente img {
    display: block;
}

.ico_preferiti {
    background-image: url(/images/preferiti.svg);
    cursor: pointer;
    float: left;
    height: 36px;
    margin: 0 0 0 36px;
    position: relative;
    width: 36px;
}

.ico_preferiti img {
    display: none;
}

.ico_preferiti:hover {
    background-image: none;
}

.ico_preferiti:hover img {
    display: block;
}

.ricerca {
    float: left;
    height: 36px;
    position: relative;
}

.ico_lente {
    background-image: url(/images/lente.svg);
    cursor: pointer;
    height: 36px;
    margin: 0 0 0 36px;
    position: relative;
    width: 36px;    
}

.ico_lente img {
    display: none;
}

.ico_lente:hover {
    background-image: none;
}

.ico_lente:hover img {
    display: block;
}

.ico_carrello {
    background-image: url(/images/carrello.svg);
    float: left;
    height: 36px;
    margin: 0 0 0 36px;
    position: relative;
    width: 36px;
}

.ico_carrello img {
    display: none;
}

.ico_carrello:hover {
    background-image: none;
}

.ico_carrello:hover img {
    display: block;
}

.carrello_numero {
    border-radius: 10px;
    height: 20px;
    left: 0px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 20px;
    z-index: 1;
}

.carrello_numero p {
    color: #fff;
    font-size: 16px;
    padding: 0 0 0 4px;
}

.riga-ricerca {
    background-color: #b3b3b3;
    height: 40px;
    position: sticky;
    top: 80px;
    width: 100%;
    z-index: 40;
}

.riga-ricerca input[type="search" i] {
    background-color: #fff;
    border: none;
    color: #1c1c1a;
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 60px 0 0;
    padding: 0 20px;
    width: auto;
}

.riga-ricerca input[type="button" i] {
    background-color: #fee64e;
    border: none;
    color: #1c1c1a;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    width: auto;
}

.df-classic {
    left: 0 !important;
    height: calc(100% - 120px) !important;
    width: 100% !important;
}

/* header - fine */

/* main - inizio */

.contenitore_01 {
    margin: 0 auto;
    max-width: 1920px;
    text-align: center;
}

.contenitore_01 h1 {
    color: #1c1c1a;
    font-size: 20px;
    font-weight: bold;
    height: auto;
    line-height: 20px;
    min-height: 60px;
    padding: 20px 0;
    width: 100%;
}

.image-gallery-slide {
    cursor: pointer;
}

/* linee (home) - inizio */

.contenitore_linee {
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 1920px;
    width: 100%;
}

.torre_linea {
    background-color: #000;
    font-size: 0;
    padding-top: 35.56%;
    position: relative;
    width: 100%;
}

.torre_linea img {
    height: 100%;
    left: 50%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.torre_linea img:hover {
    opacity: 0.8;
}

/* linee (home) - fine */

/* titolo pagina - inizio */

.titolo_home {
    background-color: #fee64e;
    padding: 0 60px;
    width: 100%;
}

.titolo_home h1 {
    color: #1c1c1a;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 18px 0;
}

.titolo_home h1 span {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
}

.timeout_banner {
    background-color: #d43236;
    cursor: pointer;
    padding: 0 60px;
    width: 100%;
}

.timeout_banner p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 18px 0;
}

.timeout_banner p span {   
    font-weight: bold; 
    /*background-color: #fff;
    color: #1c1c1a;
    font-weight: bold;
    padding: 5px;*/
}

/* popup timeout banner - inizio */

p span.evidenza {
    font-weight: bold;
}

p span.bold {
    font-weight: bold;
}

.MuiDialogContent-root img {
    margin: 20px 0 10px 0;
    max-width: 100%;
}

/* popup timeout banner - fine */

h1.titolo_pagina {
    color: #1c1c1a;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    padding: 17px 0;
}

.comunicazione_pagina {
    color: #1c1c1a;
    font-size: 18px;
    line-height: 24px;
    padding: 18px 0;
    text-align: left;
}

/* titolo pagina - fine */

/* pagina carrello vuoto - inizio */

p.link_torna_articoli {
    color: #1c1c1a;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

p.link_torna_articoli a {
    color: #1c1c1a;
    text-decoration: underline;
}

p.link_torna_articoli a:hover {
    color: #d43236;
}

/* pagina carrello vuoto - fine */

/* breadcrumbs - inizio */

.breadcrumbs {
    height: auto;
    min-height: 60px;
    padding: 20px 60px;
    text-align: left;
    width: 100%;
}

.breadcrumbs a {
    color: #1c1c1a;
    font-size: 16px;
    line-height: 20px;
}

.breadcrumbs a:hover {
    color: #d43236;
}

/* breadcrumbs - fine */

/* barra filtri ricerca - inizio */

.filtri_mobile {
    height:40px;
    padding: 0 20px;
    text-align: left;
    width: 100%;
}

.bordo_filtri { 
    cursor: pointer;
    border-bottom: 1px solid #b3b3b3;
    width: 100%;
}

.contenuto_filtri {
    height: min-content;
    width: auto;
}

.filtri_mobile p {
    color: #1c1c1a;
    float: left;
    font-size: 18px;
    height: auto;
    min-height: 40px;
    padding: 10px 0 0 0;
}

.contenuto_filtri:hover p { 
    color: #d43236;
}

.icona_filtri {
    background-image: url(/images/filtri.svg);
    float: left;
    height: 40px;
    width: 40px;
}

.icona_filtri img {
    display: none;
}

.contenuto_filtri:hover .icona_filtri { 
    background-image: none;
}

.contenuto_filtri:hover .icona_filtri img { 
    display: block;
}

.barra-filtri {
    /*background-color: rgb(204, 236, 167);*/
    float: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 20px 0 0 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 40px 10px 60px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    width: 360px;
    z-index: 10;
}

.barra-filtri .MuiFormControl-root {
    border-bottom: solid 1px #b3b3b3;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    width: 100%;
}

.barra-filtri .MuiFormControl-root .MuiFormLabel-root {
    color: #1c1c1a;
    font-size: 20px;
    font-weight: bold;
    line-height: 42px;
    text-align: left;
    width: 100%;
}

.barra-filtri_utente .MuiFormControl-root .MuiFormLabel-root {
    color: #1c1c1a;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    line-height: 42px;
    text-align: left;
    width: 100%;
}

.barra-filtri_utente .MuiFormControl-root .MuiFormLabel-root:hover {
    font-weight: bold;
}

.barra-filtri .MuiFormControl-root .MuiFormLabel-root img {
    cursor: pointer;
    float: right;
    margin: 9px 0;
}

.MuiFormLabel-root {
    font-family: Montserrat, arial, helvetica, sans-serif !important;
}

.MuiTypography-body1 {
    font-family: Montserrat, arial, helvetica, sans-serif !important;
}

span.MuiTypography-body1 {
    color: #1c1c1a;
    font-size: 16px;
}

.MuiCheckbox-colorSecondary:hover {
    background-color: rgba(254, 230, 78, 0.5) !important;
}

.MuiCheckbox-colorSecondary.Mui-checked:hover {
    background-color: rgba(254, 230, 78, 0.5) !important;
}

div.filtri-espansione {
    color: #1c1c1a;
    cursor: pointer;
    font-size: 18px;
    line-height: 42px;
    width: 60px;
}

/* barra filtri ricerca - fine */

/* pagina articoli/prodotti - inizio */

.contenitore_articoli {
    display: grid;
    grid-column-gap: 0.74%;
    grid-row-gap: 40px;
    grid-template-columns: 24.44% 24.44% 24.44% 24.44%;
    max-width: 1920px;
    padding: 20px 60px 0 60px;
    width: 100%;
}

.contenitore_articoli.con-barra {
    padding: 20px 60px 20px 40px;
}

/* torre articolo - inizio */

.torre_articolo {
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.torre_articolo:hover {
    transform: scale(1.02);
    transition: transform 0.1s;
}

.torre_articolo_categoria {
    height: 50px;
    width: 100%;
}

.torre_articolo_categoria.bburago {
    background-color: #e40000;
    background-image: url(/images/Burago_torre.png);
    background-repeat: no-repeat;
}

.torre_articolo_categoria.ferrari {
    background-color: #e40000;
    background-image: url(/images/Ferrari_torre.png);
    background-repeat: no-repeat;
}

.torre_articolo_categoria.junior {
    background-color: #e40000;
    background-image: url(/images/Junior_torre.png);
    background-repeat: no-repeat;
}

.torre_articolo_categoria.maisto {
    background-color: #7b8083;
    background-image: url(/images/Maisto_torre.png);
    background-repeat: no-repeat;
}

.torre_articolo_categoria.maisto-tech {
    background-color: #ff6900;
    background-image: url(/images/Maisto-tech_torre.png);
    background-repeat: no-repeat;
}

.torre_articolo_categoria.polistil-el {
    background-color: #000;
    background-image: url(/images/Polistil_torre.png);
    background-repeat: no-repeat;
}

.torre_articolo_categoria.polistil-ba {
    background-color: #e40000;
    background-image: url(/images/Polistil_torre.png);
    background-repeat: no-repeat;
}

.ico-torre_sconto {
    background-color: #c60f14;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    right: 10px;
    bottom: 0px;
    width: 100px;
    z-index: 1;
}

.ico-torre_sconto p {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
}

.ico-torre_preferiti {
    background-image: url(/images/preferiti_torre.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    right: 20px;
    position: absolute;
    top: 50px;
    width: 40px;
    z-index: 10;
}

.ico-torre_preferiti img {
    display: none;
}
/*
.ico-torre_preferiti:hover {
    background-image: none;
}

.ico-torre_preferiti:hover img {
    display: block;
}
*/
.ico-torre_preferiti_on {
    background-image: url(/images/preferiti_torre_on.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 50px;
    width: 40px;
    z-index: 10;
}

.ico-torre_preferiti_on img {
    display: none;
}
/*
.ico-torre_preferiti_on:hover {
    background-image: none;
}

.ico-torre_preferiti_on:hover img {
    display: block;
}
*/
.torre_articolo_img_01 {
    padding-top: 100%;
    position: relative;
    width: 100%;
}

.torre_articolo_img_01 img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    /*width: 100%;*/
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* notifiche torre articolo - inizio */

.torre_articolo_note {
    bottom: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}

.torre_articolo_note p {
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    z-index: 10;
}

p.torre_articolo_nota01 {
    background-color: #fee64e;
    /*border: 1px solid #000;*/
    color: #000;
    left: 0;
    padding: 0 10px 0 20px;
    position: absolute;
    top: 0;
}

p.torre_articolo_nota02 {
    background-color: #d33236;
    /*border: 1px solid #000;*/
    top: 26px;
    color: #fff;
    left: 0;
    padding: 0 10px 0 20px;
    position: absolute;
}

p.torre_articolo_nota03 {
    background-color: #3a5a99;
    /*border: 1px solid #000;*/
    bottom: 26px;    
    color: #fff;
    left: 0;
    padding: 0 10px 0 20px;
    position: absolute;
}

p.torre_articolo_nota04 {
    background-color: #1c1c1a;
    /*border: 1px solid #000;*/
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0 10px 0 20px;
    position: absolute;
}

/* notifiche torre articolo - fine */

.torre_articolo_titolo {
    padding: 6px 0 100px 0;
    max-width: 100%;
}

.torre_articolo_titolo h2 {
    color: #1c1c1a;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px;
    text-align: left;
    width: 100%;
}

.torre_articolo_titolo h2:hover {
    color: #3a5a99;
}

.torre_articolo p.torre_articolo_scala {
    color: #1c1c1a;
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px 6px 20px;
    text-align: left;
    width: 100%;
}

.torre_articolo p.torre_articolo_scala span {
    font-weight: bold;
}

.torre_articolo h3 {
    bottom: 50px;
    float: none;
    font-size: 12px;
    left: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: left;
}

.torre_articolo h3 span.prezzo {
    color: #3a5a99;
    font-size: 28px;
    font-weight: bold;
    line-height: 46px;
}

.torre_articolo h3 span.barrato {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 0 10px;
    text-decoration: line-through;
}

.torre_articolo_carrello {
    background: no-repeat;
    background-color: #99cccc;
    background-image: url(/images/carrello_torre.svg);
    background-position-x: right;
    bottom: 0;
    cursor: pointer;
    height: 50px;
    left: 0;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    text-align: left;
    width: 100%;
}

.torre_articolo_carrello:hover {
    background-color: #78A6A6;
}

.torre_articolo_carrello p {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}

.torre_articolo_non_disponibile {
    background-color: #99cccc;
    bottom: 0;
    /*cursor: pointer;*/
    height: 50px;
    left: 0;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    text-align: left;
    width: 100%;
}

.torre_articolo_non_disponibile p {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
/*
.torre_articolo_non_disponibile:hover {
    background-color: #78A6A6;
}
*/
.stacco_inferiore {
    display: none;
}
/* torre articolo - fine */

/* pagina articoli/prodotti - fine */

/* pagina dettaglio articolo - inizio */

.articolo_main {
    padding: 0 0 30px 0;
    width: 100%;
}

.articolo_main .slide_01 {
    /*background-color: #b3dbf2;*/
    box-sizing: border-box;
    float: left;
    font-size: 0;
    padding: 0;
    position: relative;
    width: calc(50% - 170px);
}

.articolo_main .slide_01 img {
    cursor: pointer;
    height: auto;
    width: 100%;
} 

/* video - inizio */
.AW-video {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.AW-video iframe {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    /* width: 100%; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/* video - fine */

/* zoom modal - inizio */
.modal {
    background-color: rgba(255, 255, 255, 0.9); /* Bianco w/ opacity */
    display: none; /* Hidden by default */
    height: 100%; /* Full height */
    left: 0;
    overflow: hidden; /* Enable scroll if needed */
    padding-top: 0; /* Location of the box */
    position: fixed; /* Stay in place */
    top: 0;
    width: 100%; /* Full width */
    z-index: 50; /* Sit on top */
}

.ico-close-modal {
    background-image: url(/images/chiusura_modal.svg);
    cursor: pointer;
    height: 32px;
    width: 32px;
}

.ico-close-modal img {
    display: none;
}

.ico-close-modal:hover {
    background-image: none;
}

.ico-close-modal:hover img {
    display: block;
}

.modal-close:hover,
.modal-close:focus {
    /* icona X per chiudere */
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#AW-modalHdr .ico-close-modal {
    float: right;
    margin-left: 20px;
}

.modal-content {
    display: block;
    margin: auto;
    max-height: 800px;
    max-width: 700px;
    width: 80%;
}

.modal-content iframe {
    display: block;
    max-height: 90%;
    max-width: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
}

img.modal-content {
    border: 1px solid #b3b3b3;
    display:block;
    height: auto;
    max-height: 90%;
    max-width: 90%;
    width: auto;
    /* per centrare l'img in orizzontale e in verticale - inizio */
    left:50%;
    position:absolute;
    top:50%;
    -webkit-transform: translate(-50%,-50%); 
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%,-50%);
    /* per centrare l'img in orizzontale e in verticale - inizio */
}

.freccia_zoom_left {
    background-image: url(/images/Arrow_modal_left.svg);
    cursor: pointer;
    height: 100px;
    width: 100px;
    left: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

img.modal_arrow_left {
    cursor: pointer;
    display: none;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    left: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.freccia_zoom_left:hover {
    background-image: none;
}

.freccia_zoom_left:hover img.modal_arrow_left {
    display: block;
}

.freccia_zoom_right {
    background-image: url(/images/Arrow_modal_right.svg);
    cursor: pointer;
    height: 100px;
    width: 100px;
    right: -50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

img.modal_arrow_right {
    cursor: pointer;
    display: none;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    right: -50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.freccia_zoom_right:hover {
    background-image: none;
}

.freccia_zoom_right:hover img.modal_arrow_right {
    display: block;
}

/* zoom modal - fine */

.descrizione_articolo {
    box-sizing: border-box;
    float: left;
    padding: 0 60px 0 40px;
    text-align: left;
    width: 50%;
}

.descrizione_articolo h1 {
    color: #1c1c1a;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 3px 0;
    text-align: left;
}

.descrizione_articolo h2 {
    color: #1c1c1a;
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0 0 0;
    padding: 1px 0;
    text-align: left;
}

.descrizione_articolo h2 span {
    font-weight: bold;
    margin: 0 5px 0 0;
}

.descrizione_articolo h3 {
    color: #1c1c1a;
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0 0 0;
    padding: 1px 0;
    text-align: left;
}

.descrizione_articolo p {
    color: #1c1c1a;
    font-size: 16px;
    padding: 24px 0 20px 0;
    text-align: left;
}

.descrizione_articolo p strong {
    font-size: 16px;
    font-weight: bold;
}

.descrizione_articolo ul {
    list-style: none;
}

.descrizione_articolo ul li {
    color: #1c1c1a;
    font-size: 16px;  
    padding: 0 6px;
    text-align: left;
    text-decoration: none;
}

/* preferiti dettaglio articolo - inizio */

.preferiti_articolo {
    height: 50px;
    width: 100%;
}

.preferiti_articolo p {
    color: #1c1c1a;
    float: left;    
    font-size: 18px;
    line-height: 50px;
    padding: 0;
    text-align: left;
}

.preferiti_articolo_on {
    height: 50px;
    width: 100%;
}

.preferiti_articolo_on p {
    color: #1c1c1a;
    float: left;    
    font-size: 18px;
    line-height: 50px;
    padding: 0;
    text-align: left;
}

.preferiti_articolo_img {
    background-image: url(/images/preferiti_articolo_on.svg);
    background-repeat: no-repeat;
    cursor: pointer;   
    float: left;
    height: 50px;
    margin: 0 10px 0 -10px;
    width: 50px;
}

.preferiti_articolo_img img {
    display: none;
}
/*
.preferiti_articolo_img:hover {
    background-image: none;
}

.preferiti_articolo_img:hover img {
    display: block;
}
*/
.preferiti_articolo_img_on {
    background-image: url(/images/preferiti_articolo.svg);
    background-repeat: no-repeat;
    cursor: pointer;   
    float: left;
    height: 50px;
    margin: 0 10px 0 -10px;
    width: 50px;
}

.preferiti_articolo_img_on img {
    display: none;
}
/*
.preferiti_articolo_img_on:hover {
    background-image: none;
}

.preferiti_articolo_img_on:hover img {
    display: block;
}
*/

.dettaglio_articolo_non_disponbile {
    color: #1c1c1a;
    font-size: 16px;
    line-height: 20px;
    margin: 12px 0 0 0;
    padding: 1px 0;
    text-align: left;
}

.dettaglio_articolo_richiedi_avviso {
    color: #1c1c1a;
    cursor: pointer;
    font-size: 16px;    
    line-height: 20px;
    margin: 12px 0 0 0;
    padding: 1px 0;
    text-align: left;
    text-decoration: underline;
}

.dettaglio_articolo_richiedi_avviso:hover {
    color: #d43236;
}

/* preferiti dettaglio articolo - fine */

/* notifiche dettaglio articolo - inizio */

.dettaglio_articolo_note {
    bottom: 0;
    height: auto;
    margin: 0 0 0 -40px;
    position: relative;
    width: 100%;
}

.dettaglio_articolo_note p {
    font-size: 16px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    z-index: 10;
}

p.dettaglio_articolo_nota01 {
    background-color: #fee64e;
    /*border: 1px solid #000;*/
    color: #000;
    height: 26px;
    padding: 0 10px 0 40px;
    width: fit-content;
    width: -moz-fit-content;
}

p.dettaglio_articolo_nota02 {
    background-color: #d33236;
    /*border: 1px solid #000;*/
    color: #fff;
    height: 26px;
    padding: 0 10px 0 40px;
    width: fit-content;
    width: -moz-fit-content;
}

p.dettaglio_articolo_nota03 {
    background-color: #3a5a99;
    /*border: 1px solid #000;*/  
    color: #fff;
    height: 26px;
    padding: 0 10px 0 40px;
    width: fit-content;
    width: -moz-fit-content;
}

p.dettaglio_articolo_nota04 {
    background-color: #1c1c1a;
    /*border: 1px solid #000;*/
    color: #fff;
    height: 26px;
    padding: 0 10px 0 40px;
    width: fit-content;
    width: -moz-fit-content;
}

/* notifiche dettaglio articolo - fine */

/* bollino sconto dettaglio articolo - inizio */

.ico-dettaglio_sconto {
    background-color: #c60f14;
    border-radius: 50%;
    height: 100px;
    margin: 12px 0 12px -10px;
    position: relative;
    bottom: 0px;
    width: 100px;
    z-index: 1;
}

.ico-dettaglio_sconto p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 100px;
    padding: 0;
    text-align: center;
}

/* bollino sconto dettaglio articolo - fine */

.prezzo_articolo h3 {
    color: #3a5a99;
    font-size: 28px;
    font-weight: bold;
    line-height: 50px;
}

.prezzo_articolo h3 span.barrato {
    color: #1c1c1a;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 0 10px;
    text-decoration: line-through;
}

.titolo_02 {
    text-align: left;
    width: 100%;    
}

.titolo_02 h4 {
    font-size: 18px;
    line-height: 50px;
    margin: 20px 0 20px 0;
    padding: 0;
    text-align: left;
}

.titolo_02 h4 a {
    color: #1c1c1a;
}

.descrizione_articolo input.bottone_01 {
    background: no-repeat;
    background-color: #99cccc;
    background-image: url(/images/carrello_torre.svg);
    background-position-x: right;
    border: 0;
    color: #1C1C1A;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 60px;
    line-height: 40px;
    margin: 24px 0 0 -40px;
    padding: 0 40px;
    text-align: left;
    width: 320px;
}

.descrizione_articolo input.bottone_01:hover {
    background-color: #78A6A6;
}

/* elenco thumbnail slide - inizio */

.contenitore-thumbnails {
    float: left;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 10px 10px 60px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    width: 170px;
    z-index: 10;
}

.slide_thumbnails {
    box-sizing: border-box;
    overflow: auto;
    position: relative;
    width: 100%;
    scroll-behavior: smooth;
    /* per eliminare la scrolbar - inizio */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    /* per eliminare la scrolbar - fine */
}

.slide_thumbnails::-webkit-scrollbar {
    display: none;
}

.AW-freccia-thumb-dx {
    background-image: url(/images/Arrow_down_idle.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: 100%;
}

.AW-freccia-thumb-dx.attiva {
    background-image: url(/images/Arrow_down_off.svg);
    cursor: pointer;
}

.AW-freccia-thumb-dx img {
    /*display: none;*/
    left: 0 !important;
    height: auto;
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.AW-freccia-thumb-dx.attiva:hover img {     
    display: block;
}

.AW-freccia-thumb-sx {
    background-image: url(/images/Arrow_up_idle.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0;
    height: auto;
    width: 100%;
}

.AW-freccia-thumb-sx.attiva {
    background-image: url(/images/Arrow_up_off.svg);
    cursor: pointer;
}

.AW-freccia-thumb-sx img {
    /*display: none;*/
    left: 0 !important;
    height: auto; 
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
}

.AW-freccia-thumb-sx.attiva:hover img {     
    display: block;
}

.slide_04 {
    background-color: transparent !important;
    font-size: 0;
    height: auto;
    margin: 0;
    position:relative;
}

.img-thumb {
    background-color: #fff;
    cursor: pointer;
    display: block !important;
    margin: 0 0 4px 0;
    min-height: 100px;
    position: relative;
    width: 100%;
}

.img-thumb img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.img-thumb.attiva {
    border: 2px solid #4d4d4d;
}

.slide_04_freccia_dx {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.slide_04_freccia_sx {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}

.articolo_main .riga_01 .slide_01 .AW-slideshow {
    float: left;
    position: relative;
    width: 90%;
}

/* elenco thumbnail slide - fine */

/* riga thumbnail compatta mobile - inizio */

.riga-thumbnails-compact {
    height: 40px;
    position: relative;
    width: 100%;
}

.freccia-th-or-sx {
    cursor: pointer;
    font-size: 40px;
    height: 40px;
    left: 20px;
    line-height: 40px;
    position: absolute;
    top: 0;
    width: 40px;
}

.th-or-compact {
    font-size: 16px;
    line-height: 40px;
}

.freccia-th-or-dx {
    cursor: pointer;
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 40px;
}

/* riga thumbnail compatta mobile - fine */

/* riga thumbnail dot - inizio */

.riga-thumbnails-dot {
    height: 15px;
    text-align: center;
    width: 100%;
}

.contenitore-thumbnails-dot {
    display: inline-block;
    margin: auto;
}

div.dot-thumb {
    background-color: aquamarine;
    float: left;
    height: 15px;
    margin: 0 5px;
    border-radius: 50%;
    width: 15px;
}

div.dot-thumb.attiva {
    border: 1px solid #000;
}

/* riga thumbnail dot - fine */

/* articoli consigliati - inizio */

.contenitore_consigliati{
    width: 100%;
}

.titolo_consigliati {    
    height: 60px;
    text-align: left;
    width: 100%; 
}

.titolo_consigliati h3 {
    background-color: #c60f14;
    color: #fff;
    font-size: 18px;
    font-weight:bold;
    line-height: 60px;
    padding: 0 80px 0 60px;
    width: fit-content;
    /* angolo in basso a destra a spizza*/
    overflow: hidden;
    clip-path: polygon( 0 0, 0% 0, 100% 0, 100% 0%, 85% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 0%);
    width: -moz-fit-content;
}

.torri_consigliati {
    display: grid;
    grid-column-gap: 0.74%;
    grid-row-gap: 40px;
    grid-template-columns: 24.44% 24.44% 24.44% 24.44%;
    padding: 20px 60px;
    width: 100%;
}


/* articoli consigliati - fine */

/* pagina dettaglio articolo - fine */

/* pagina login - inizio */

.contenitore_login {
    height: min-content;
    margin: 0 auto;
    max-width: 380px;
    padding: 0 10px 60px 10px;
    width: 100%;
}

.contenitore_login h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 18px 0;
    width: 100%;
}

.form_login {
    height: min-content;
    margin: 0;
    max-width: 360px;
    padding: 0;
    width: 100%;
}

.form_login p {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    width: 100%;
}

.form_login p a {
    color: #1c1c1a;
    text-decoration: underline;
}

.form_login p a:hover {
    color: #d43236;
}

.form_login input {
    border: 1px solid #b3b3b3;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding: 11px 10px;
    width: 100%;
}

.form_login button {
    background-color: #1c1c1a;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.form_login button:hover {
    background-color: #fee64e;
    color: #1c1c1a;
}

.form_login .accedi-login {
    background-color: #1c1c1a;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.form_login .accedi-login:hover {
    background-color: #fee64e;
    color: #1c1c1a;
}

.Google_login {
    margin: 20px 0 0 0;
    width: 100%;
}

.Google_login button {
    border: 1px solid #b3b3b3 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 100%;
}

.Google_login button div {
    height: 38px;
    left: 0;
    margin: 0;
    padding: 9px !important;
    position: absolute;
    top: 0;
    width: 38px;
}

.Google_login button span {
    font-size: 18px;
    font-weight: bold !important;
    line-height: 18px;
    padding: 11px 50px !important;
    text-align: center;
    width: 100%;
}

.Facebook_login {
    border: none;
    margin: 20px 0 0 0;
    width: 100%;
}

.Facebook_login div div span button {
    font-size: 18px;
    font-weight: bold !important;
    height: 40px;
    line-height: 18px;
    padding: 11px 30px !important;
    position: relative;
    width: 100%;
}

.fa.fa-facebook {
    color: #fff;
    height: 38px;
    left: 0;
    margin: 0;
    padding: 9px !important;
    position: absolute;
    top: 0;
    width: 38px;
}

.registrazione_login {
    margin: 20px 0 0 0;
    width: 100%;
}

.registrazione_login p {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
    width: 100%;
}

.registrazione_login a p {
    background-color: #1c1c1a;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.registrazione_login a p:hover {
    background-color: #fee64e;
    color: #1c1c1a;
}

/* pagina login - fine */

/* pagina recupero password - inizio */

.contenuto_recuperopwd {
    height: min-content;
    margin: 0 auto;
    max-width: 380px;
    padding: 0 10px 60px 10px;
    text-align: left;
    width: 100%;
}

.contenuto_recuperopwd h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 18px 0;
    text-align: center;
    width: 100%;
}

.contenuto_recuperopwd p {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}

.riga_email_recuperopwd {
    min-height: 80px;
    text-align: left;
    width: 100%;
}

.riga_email_recuperopwd input {
    border: 1px solid #b3b3b3;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding: 11px 10px;
    width: 100%;
}

.riga_email_recuperopwd .campo_vuoto_cart p {
    color: #ff0000;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 52px 0 12px 0;
    text-align: left;
}

.invia_recuperopwd_button {
    background-color: #fee64e;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

/* pagina recupero password - fine */

/* pagina registrazione - inizio */

.contenitore_registrazione {
    height: min-content;
    margin: 0 auto;
    max-width: 380px;
    padding: 0 10px 60px 10px;
    width: 100%;
}

.contenitore_registrazione h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 18px 0;
    width: 100%;
}

.form_registrazione {
    height: min-content;
    margin: 0;
    max-width: 360px;
    padding: 0;    
    text-align: left;
    width: 100%;
}

.form_registrazione label {
    font-size: 16px;
    line-height: 40px;
    width: 100%;
}

.form_registrazione input {
    border: 1px solid #b3b3b3;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding: 11px 10px;
    width: 100%;
}

.form_registrazione button {
    background-color: #1c1c1a;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.form_registrazione button:hover {
    background-color: #fee64e;
    color: #1c1c1a;
}

.registrati-registrazione {
    background-color: #1c1c1a;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.registrati-registrazione:hover {
    background-color: #fee64e;
    color: #1c1c1a;
}

.errore_registrazione {
    min-height: 40px;
    text-align: left;
    width: 100%;
}

.errore_registrazione p {
    color: #ff0000;
    font-size: 16px;
    line-height: 16px;
    margin: 40px 0 0 0;
    padding: 12px 0;
    text-align: left;
}

/* pagina registrazione - fine */

/* pagina carrello - inizio */
.contenitore_cart {
    height: min-content;
    margin: 0 auto;
    max-width: 1920px;
    padding: 30px 60px 0 60px;
    width: 100%;
}

.titolo_cart {
    min-height: 60px;
    padding: 20px 0;
    width: 100%;
}

.titolo_cart h1 {
    font-size: 20px;
    font-weight: bold;
    float: left;
    line-height: 20px;
}

.ico_titolo_cart {
    float: right;
}

.ico_titolo_cart p {
    color: #1c1c1a;
    font-size: 20px;
    float: left;
    line-height: 20px;
}

.torna_shop {    
    cursor: pointer;
    font-size: 0;
    float: left;
    height: 20px;
    margin: 0 0 0 20px;
}

.torna_shop:hover p {    
    color: #d43236;
}

.torna_shop_img {
    background-image: url(/images/continua_shopping.svg);
    font-size: 0;
    float: left;
    height: 40px;
    margin: -10px 10px 0 0;
    width: 40px
}

.torna_shop_img img {
    display: none;
}

.torna_shop:hover .torna_shop_img {
    background-image: none;
}

.torna_shop:hover .torna_shop_img img {
    display: block;
}

.svuota_cart {
    cursor: pointer;
    font-size: 0;
    float: left;
    height: 20px;
    margin: 0 0 0 20px;
}

.svuota_cart:hover p {    
    color: #d43236;
}

.svuota_cart_img {
    background-image: url(/images/cestino.svg);
    font-size: 0;
    float: left;
    height: 40px;
    margin: -10px 10px 0 0;
    width: 40px
}

.svuota_cart_img img {
    display: none;
}

.svuota_cart:hover .svuota_cart_img {
    background-image: none;
}

.svuota_cart:hover .svuota_cart_img img {
    display: block;
}

.salva_cart {
    font-size: 0;
    float: left;
}

.salva_cart img {
    font-size: 0;
    float: left;
    height: 20px;
    margin: 0 10px 0 20px;
    width: 20px
}

.colonna-01_cart {
    float: left;
    height: min-content;
    width: 67%;
}


/* tabella elenco articoli carrello - inizio */


/* riga legenda elenco articoli carrello - inizio */

.legenda_cart {
    background-color: #1c1c1a;
    height: 40px;
    width: 100%;
}

.legenda_articoli_cart {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 55%;
}

.legenda_articoli_cart p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_prezzo_cart {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 15%;
}

.legenda_prezzo_cart p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_qta_cart {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 15%;
}

.legenda_qta_cart p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_totale_cart {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 15%;
}

.legenda_totale_cart p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}


/* riga legenda elenco articoli carrello - fine */

.elenco_articoli_cart {
    height: min-content;
    padding: 20px 0 0 0;
    width: 100%;
}


/* articolo carrello - inizio */

.articolo_cart {
    border-bottom: 1px solid #b3b3b3;
    height: 200px;
    padding: 20px 0 20px 0;
}

.img_articolo_cart {
    background-color: #fff;
    float: left;
    padding-top: 160px;
    position: relative;
    width: 160px;
}

.img_articolo_cart img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ico_cestino_cart {
    background-image: url(/images/croce_cart.svg);
    cursor: pointer;
    height: 26px;
    left: 0;
    position: absolute;
    top: 0;
    width: 26px;
}

.ico_cestino_cart img {
    display: none;
}

.ico_cestino_cart:hover {
    background-image: none;
}

.ico_cestino_cart:hover img {
    display: block;
}


.dati_articolo_cart {
    float: left;
    height: 160px;
    padding: 11px 10px;
    text-align: left;
    width: calc(55% - 160px);
}

.dati_articolo_cart h2 {
    color: #1c1c1a;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 11px 0;
}

.dati_articolo_cart h3 {
    color: #1c1c1a;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.prezzo_cart {
    float: left;
    height: 160px;
    width: 15%;
}

.prezzo_cart p {
    color: #3a5a99;
    font-size: 18px;
    line-height: 18px;
    padding: 11px 10px;
    text-align: center;
}

.prezzo_cart p span {
    color: #1c1c1a;
    display: none;
}

.qta_cart {
    float: left;
    height: 160px;
    width: 15%;
}

.qta_giu_cart {
    background-color: #b3b3b3;
    cursor: pointer;
    float: left;
    height: 40px;
    width: 40px;
}

.qta_giu_cart p {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.qta_num_cart {
    background-color: #fff;
    float: left;
    height: 40px;
    width: calc(100% - 80px);
}

.qta_num_cart input[type=number] {
    border: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    width: 100%;
    /* Firefox */
    -moz-appearance: textfield;        
}

.qta_num_cart input::-webkit-outer-spin-button,
.qta_num_cart input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.qta_su_cart {
    background-color: #201b1b;
    cursor: pointer;
    float: left;
    height: 40px;
    width: 40px;
}

.qta_su_cart p {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.totale_cart {
    float: left;
    height: 160px;
    width: 15%;
}

.totale_cart p {
    color: #3a5a99;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 10px;
    text-align: center;
}

.totale_cart p span {
    color: #1c1c1a;
    display: none;
}

/* articolo carrello - fine */

.coupon_cart {
    height: 40px;
    margin: 20px 0 0 0;
    width: 100%;
}

.coupon_cart img {
    font-size: 0;
    float: left;
    height: 40px;
    margin: 0 10px 0 0;
    width: 60px;
}

.coupon_cart p {
    float: left;
    font-size: 18px;
    padding: 12px 0;
    line-height: 16px;
}

.cod_sconto_cart {
    border-bottom: 1px solid #b3b3b3;
    height: min-content;
    margin: 0 0 20px 0;
    min-height: 100px;
    padding: 0 0 20px 0;
    width: 100%;
}

.cod_sconto_cart label {
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0;
    text-align: left;
}

.input_sconto_cart {
    height: 40px;
    width: 100%;
}

.cod_sconto_cart input[type="text" i] {
    border: 1px solid #b3b3b3;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    margin: 0 20px 0 0;
    padding: 11px 10px;
    width: 280px;
}

.cod_sconto_cart input[type="button" i] {
    background-color: #1c1c1a;
    border: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
    width: 150px;
}

.cod_sconto_cart input[type="button" i]:hover {
    background-color: #fee64e;
    color: #1c1c1a;
}


/* tabella elenco articoli carrello - fine */


/* anagrafica carrello / info spedizione - inizio */

.anagrafica_cart {
    height: min-content;
    width: 100%;
}

.titolo_anagrafica_cart {
    background-color: #1c1c1a;
    height: 40px;
    padding: 11px;
    text-align: center;
    width: 100%;
}

.titolo_anagrafica_cart h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.info_anagrafica_cart {
    border-bottom: 1px solid #b3b3b3;
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    width: 100%;
}

.info_anagrafica-reg_cart {
    border-bottom: 1px solid #b3b3b3;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    width: 100%;
}

.col-01_anagrafica_cart {
    height: min-content;
    padding: 0 20px 0 0;
}

.col-02_anagrafica_cart {
    height: min-content;
    padding: 0 0 0 20px;
}

.riga_info_cart {
    min-height: 80px;
    text-align: left;
    width: 100%;
}

.semiriga_01_info_cart {
    float: left;
    height: min-content;
    padding: 0 10px 0 0;
    text-align: left;
    width: 50%;
}

.semiriga_02_info_cart {
    float: left;
    height: min-content;
    padding: 0 0 0 10px;
    text-align: left;
    width: 50%;
}

.riga_info_cart label {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
}

.riga_info_cart input {
    border: 1px solid #b3b3b3;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding: 11px 10px;
    width: 100%;
}

.riga_info_cart select {
    border: 1px solid #b3b3b3;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding: 9px 10px;
    width: 100%;
}

.campo_vuoto_cart {
    min-height: 40px;
    text-align: left;
    width: 100%;
}

.campo_vuoto_cart p {
    color: #d43236;
    font-size: 16px;
    line-height: 16px;
    margin: 40px 0 0 0;
    padding: 12px 0;
    text-align: left;
}

.campo_vuoto_cart p a {
    color: #1c1c1a;
    font-size: 16px;
    line-height: 16px;
    margin: 40px 0 0 0;
    padding: 12px 0;
    text-align: left;
    text-decoration: underline;
}

.campo_vuoto_cart p a:hover {
    color: #d43236;
}

.nota_indirizzo {
    min-height: 40px;
    text-align: left;
    width: 100%;
}

.nota_indirizzo p {
    color: #1c1c1a;
    font-size: 16px;
    font-style: italic;
    line-height: 16px;
    margin: 40px 0 0 0;
    padding: 12px 0;
    text-align: left;
}

.nota_indirizzo p a {
    color: #1c1c1a;
    font-size: 16px;
    line-height: 16px;
    margin: 40px 0 0 0;
    padding: 12px 0;
    text-align: left;
    text-decoration: underline;
}

.nota_indirizzo p a:hover {
    color: #d43236;
}

.errore_cart {
    min-height: 40px;
    text-align: left;
    width: 100%;
}

.errore_cart p {
    color: #ff0000 !important;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0;
    text-align: left;
}

.riga_note_cart {
    height: min-content;
    text-align: left;
    width: 100%;
}

.riga_note_cart label {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
}

.note_cart {
    border: 1px solid #b3b3b3;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 16px 0;
    max-width: 100%;
    min-height: 180px;
    min-width: 100%;
    padding: 11px 10px;
    text-align: left;
}

.indirizzo_extra_cart {
    height: min-content;
    margin: 20px 0;
    min-height: 40px;
    text-align: left;
    width: 100%;
}

.indirizzo_extra_cart_img {
    background-image: url(/images/indirizzo.svg);
    font-size: 0;
    float: left;
    height: 40px;
    margin: 0 10px 0 0;
    width: 40px;
}

.indirizzo_extra_cart_img  img{
    display: none;
}

.indirizzo_extra_cart:hover {
    background-image: none;
}

.indirizzo_extra_cart:hover img {
    display: block;
}

.indirizzo_extra_cart p {
    color: #1c1c1a;
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0;
    line-height: 16px;
    width: calc(100% - 50px);
}

.indirizzo_extra_cart a:hover p {
    color: #d43236;
}

.spedizioni_cart p {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 12px 0;
    text-align: left;
    width: 100%;
}

.spedizione_01_cart {
    height: min-content;
    min-height: 40px;
    width: 100%;
}

.spedizione_01_cart input[type="radio" i] {
    float: left;
    height: 20px;
    margin: 10px;
    width: 20px;
}

.spedizione_01_cart label {
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0;
    text-align: left;
    width: calc(100% - 40px);
}

.spedizione_02_cart {
    height: min-content;
    min-height: 40px;
    width: 100%;
}

.spedizione_02_cart input[type="radio" i] {
    float: left;
    height: 20px;
    margin: 10px;
    width: 20px;
}

.spedizione_02_cart label {
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0;
    text-align: left;
    width: calc(100% - 40px);
}

.assicurazione_cart {
    height: min-content;
    min-height: 40px;
    width: 100%;
}

.assicurazione_cart input[type="checkbox" i] {
    float: left;
    height: 20px;
    margin: 10px;
    width: 20px;
}

.assicurazione_cart label {
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0;
    text-align: left;
    width: calc(100% - 40px);
}

.assicurazione_cart label span {
    font-weight: bold;
}

/* anagrafica carrello / info spedizione - fine */


/* metodi pagamento carrello - inizio */

.pagamenti_cart {
    height: min-content;
    width: 100%;
}

.titolo_pagamenti_cart {
    background-color: #1c1c1a;
    height: 40px;
    padding: 11px;
    text-align: center;
    width: 100%;
}

.titolo_pagamenti_cart h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.elenco_pagamenti_cart {
    border-bottom: 1px solid #b3b3b3;
    margin: 40px 0 20px 0;
    padding: 0 0 20px 0;
    width: 100%;
}

.pagamento_01_cart {
    height: min-content;
    min-height: 40px;
    text-align: left;
    width: 100%;
}

.pagamento_01_cart input[type="radio" i] {
    float: left;
    height: 20px;
    margin: 10px;
    width: 20px;
}

.pagamento_01_cart label {
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0;
    text-align: left;
}

.pagamento_01_cart img {
    margin: 5px 0 5px 10px;
}

.pagamento_02_cart {
    height: min-content;
    min-height: 40px;
    text-align: left;
    width: 100%;
}

.pagamento_02_cart input[type="radio" i] {
    float: left;
    height: 20px;
    margin: 10px;
    width: 20px;
}

.pagamento_02_cart label {
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0;
    text-align: left;
}

.pagamento_02_cart img {
    margin: 5px 0 5px 10px;
}

.pagamento_03_cart {
    height: min-content;
    min-height: 40px;
    text-align: left;
    width: 100%;
}

.pagamento_03_cart input[type="radio" i] {
    float: left;
    height: 20px;
    margin: 10px;
    width: 20px;
}

.pagamento_03_cart label {
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0;
    text-align: left;
    width: calc(100% - 40px);
}

.pagamento_03_cart label span {
    font-weight: bold;
}

/* metodi pagamento carrello - fine */


/* riepilogo - inizio */

.riepilogo_cart {
    float: left;
    height: min-content;
    padding: 0 0 0 20px;
    position: sticky;
    top: 100px;
    width: 33%;
}

.titolo_riepilogo_cart {
    background-color: #1c1c1a;
    height: 40px;
    padding: 10px;
    text-align: center;
    width: 100%;
}

.titolo_riepilogo_cart h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}

.elenco_riepilogo_cart {
    margin: 40px 0 0 0;
    padding: 0 10px;
    width: 100%;
}

.riga_riepilogo_cart {
    min-height: 40px;
    width: 100%;
}

p.sx_riepilogo_cart {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 0;
    text-align: left;
}

p.dx_riepilogo_cart {
    color: #3a5a99;
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 0;
    text-align: right;
}

.mio_credito_cart {
    height: min-content;
    min-height: 40px;
    width: 100%;
}

.mio_credito_cart input[type="checkbox" i] {
    float: left;
    height: 20px;
    margin: 10px;
    width: 20px;
}

.mio_credito_cart label {
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 0;
    text-align: left;
    width: calc(100% - 40px);
}

/* riepilogo - fine */

/* chiusura e checkout - inizio */

.chiusura_cart {
    height: min-content;
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 60px 30px 60px;
    width: 100%;
}

.checkout_cart {
    float: left;
    height: min-content;
    width: 70%;
}

.registrami_cart {
    height: min-content;
    min-height: 40px;
    width: 100%;
}

.registrami_cart input[type="checkbox" i] {
    float: left;
    height: 20px;
    margin: 10px;
    width: 20px;
}

.registrami_cart label {
    float: left;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 10px 12px 0;
    text-align: left;
    width: calc(100% - 40px);
}

.registrami_cart label a {
    text-decoration: underline;
}

.registrami_cart a:hover {
    color: #d43236;
}

.privacy_cart {
    height: min-content;
    min-height: 40px;
    width: 100%;
}

.privacy_cart input[type="checkbox" i] {
    float: left;
    height: 20px;
    margin: 10px;
    width: 20px;
}

.privacy_cart label {
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 10px 12px 0;
    text-align: left;
    width: calc(100% - 40px);
}

.privacy_cart label a {
    color: #1c1c1a;
    text-decoration: underline;
}

.privacy_cart a:hover {
    color: #d43236;
}

.vendita_cart {
    height: min-content;
    min-height: 40px;
    width: 100%;
}

.vendita_cart input[type="checkbox" i] {
    float: left;
    height: 20px;
    margin: 10px;
    width: 20px;
}

.vendita_cart label {
    float: left;
    font-size: 16px;
    line-height: 16px;
    min-width: 60px;
    padding: 12px 10px 12px 0;
    text-align: left;
    width: calc(100% - 40px);  
}

.vendita_cart label a {
    color: #1c1c1a;
    text-decoration: underline;
}

.vendita_cart a:hover {
    color: #d43236;
}

/* chiusura e checkout - fine */

.riga_bottone_cart {
    float: left;
    height: min-content;
    padding: 40px 0;
    text-align: center;
    width: 100%;
}

.bottone_cart {
    background-color: #99cccc;
    border: none;
    color: #1c1c1a;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 auto;
    padding: 30px 60px;
    text-align: center;
    width: min-content;
}

.bottone_cart:hover {
    background-color: #78A6A6;
}

/* pagina carrello - fine */

/* popup e avvisi - inizio */

/* popup aggiungi ai preferiti - inizio */

.MuiIconButton-label {
    color: #1c1c1a;
}

.MuiDialog-paper {
    border-radius: 0 !important;
    margin: 10px !important;
    padding: 20px;
    width: 360px;
}

.MuiDialogTitle-root {
    margin: 0 !important;
    padding: 0 !important;
}

.MuiDialogTitle-root h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 6px 0;
    text-align: center;
}

.MuiDialogContent-root {
    padding: 0 !important;
}

.MuiDialogContent-root p {
    font-size: 18px;
    line-height: 18px;
    padding: 6px 0;
    text-align: center;
}

.accedi_popup_button {
    background-color: #fee64e;
    color: #1c1c1a;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.accedi_popup_button:hover {
    background-color: #1c1c1c;
    color: #fee64e;
}

.registrati_popup_button {
    background-color: #d43236;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.registrati_popup_button:hover {
    background-color: #1c1c1c;
}

.chiudi_popup_button {
    background-color: #1c1c1a;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.chiudi_popup_button:hover {
    background-color: #d43236;
}

/* popup aggiungi ai preferiti - fine */

/* popup aggiunto al carrello - inizio */

.MuiDialog-paper {
    border-radius: 0 !important;
    margin: 10px !important;
    padding: 20px;
    width: 360px;
}

.MuiDialogTitle-root {
    margin: 0 !important;
    padding: 0 !important;
}

.MuiDialogTitle-root h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 6px 0;
    text-align: center;
}

.MuiDialogContent-root {
    padding: 0 !important;
}

.MuiDialogContent-root p {
    font-size: 18px;
    line-height: 18px;
    padding: 6px 0;
    text-align: center;
}

.carrello_popup_button {
    background-color: #99cccc;
    color: #1c1c1a;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.carrello_popup_button:hover {
    background-color: #78A6A6;
}

.acquisti_popup_button {
    background-color: #1c1c1a;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.acquisti_popup_button:hover {
    background-color: #fee64e;
    color: #1c1c1a;
}

/* popup aggiunto al carrello - fine */

/* popup togli articolo dal carrello - inizio */

.MuiDialog-paper {
    border-radius: 0 !important;
    margin: 10px !important;
    padding: 20px;
    width: 360px;
}

.MuiDialogTitle-root {
    margin: 0 !important;
    padding: 0 !important;
}

.MuiDialogTitle-root h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 6px 0;
    text-align: center;
}

.MuiDialogContent-root {
    padding: 0 !important;
}

.MuiDialogContent-root p {
    font-size: 18px;
    line-height: 22px;
    padding: 6px 0;
    text-align: left;
}

.rimuovi_popup_button {
    background-color: #d43236;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

.cancel_popup_button {
    background-color: #1c1c1a;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin: 20px 0 0 0;
    padding: 11px 0;
    text-align: center;
    width: 100%;
}

/* popup togli articolo dal carrello - fine */

/* popup e avvisi - fine */

/* pagina ringraziamenti - inizio */

.contenuto_grazie {
    padding: 0 60px;
}

.contenitore_ordine {
    text-align: left;
}

.contenitore_ordine h2 {
    color: #1c1c1a;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 8px 0;
    text-align: left; 
}

.dettaglio_ordine h3 {
    color: #d43236;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 8px 0;
    text-align: left;
}

.dettaglio_ordine h4 {
    color: #1c1c1a;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 8px 0;
    text-align: left;
}

.dettaglio_ordine p {
    color: #1c1c1a;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    text-align: left;
}

.dettaglio_ordine p a {
    color: #1c1c1a;
}

.dettaglio_ordine p a {
    text-decoration: underline;
}

.dettaglio_ordine p a:hover {
    color:#d43236;
}

/* riga legenda elenco articoli ordine - inizio */

.legenda_ordine {
    background-color: #1c1c1a;
    height: 40px;
    margin: 40px 0 0 0;
    width: 100%;
}

.legenda_articoli_ordine {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 55%;
}

.legenda_articoli_ordine p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_prezzo_ordine {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 15%;
}

.legenda_prezzo_ordine p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_qta_ordine {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 15%;
}

.legenda_qta_ordine p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_totale_ordine {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 15%;
}

.legenda_totale_ordine p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

/* riga legenda elenco articoli ordine - fine */

.elenco_articoli_cart {
    height: min-content;
    padding: 20px 0 0 0;
    width: 100%;
}

/* articolo ordine - inizio */

.articolo_ordine {
    border-bottom: 1px solid #b3b3b3;
    height: 200px;
    padding: 20px 0 20px 0;
}

.img_articolo_ordine {
    background-color: #fff;
    float: left;
    padding-top: 160px;
    position: relative;
    width: 160px;
}

.img_articolo_ordine img {
    height: auto;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dati_articolo_ordine {
    float: left;
    height: 160px;
    padding: 11px 10px;
    text-align: left;
    width: calc(55% - 160px);
}

.dati_articolo_ordine h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0 0 11px 0;
}

.dati_articolo_ordine h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.prezzo_ordine {
    float: left;
    height: 160px;
    width: 15%;
}

.prezzo_ordine p {
    color: #3a5a99;
    font-size: 18px;
    line-height: 18px;
    padding: 11px 10px;
    text-align: center;
}

.prezzo_ordine p span {
    color: #1c1c1a;
    display: none;
}

.qta_ordine {
    float: left;
    height: 160px;
    width: 15%;
}

.qta_ordine p span {
    display: none;
}

.qta_ordine p {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.totale_ordine {
    float: left;
    height: 160px;
    width: 15%;
}

.totale_ordine p {
    color: #3a5a99;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 10px;
    text-align: center;
}

.totale_ordine p span {
    color: #1c1c1a;
    display: none;
}

/* articolo ordine - fine */

/* riepilogo ordine - inizio */

.riepilogo_ordine {
    float: none;
    height: min-content;    
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    top: 0;
    width: 100%;
}

.titolo_riepilogo_ordine {
    background-color: #1c1c1a;
    height: 40px;
    padding: 10px;
    width: 100%;
}

.titolo_riepilogo_ordine h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0;
    text-align: center;
}

.elenco_riepilogo_ordine {
    border-bottom: 1px solid #b3b3b3;
    margin: 20px 0 20px 0;
    padding: 0 0 20px 0;
}

.riga_riepilogo_ordine {
    min-height: 40px;
    width: 100%;
}

p.sx_riepilogo_ordine {
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 0;
    text-align: left;
}

p.dx_riepilogo_ordine {
    color: #3a5a99;
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 0;
    text-align: right;
}

/* riepilogo ordine - fine */

/* anagrafica ordine / info spedizione - inizio */

.anagrafica_ordine {
    height: min-content;
    width: 100%;
}

.titolo_anagrafica_ordine {
    background-color: #1c1c1a;
    height: 40px;
    padding: 11px;
    text-align: center;
    width: 100%;
}

.titolo_anagrafica_ordine h2 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 0;
    text-align: center;
}

.info_anagrafica_ordine {
    border-bottom: 1px solid #b3b3b3;
    margin: 0 0 20px 0;
    padding: 20px 0 20px 0;
    text-align: left;
    width: 100%;
}

.info_anagrafica_ordine p {
    color: #1c1c1a;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    text-align: left;
}

.data_consegna_ordine label {
    color: #1c1c1a;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
    text-align: left;
}

.data_consegna_ordine p {
    color: #1c1c1a;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    text-align: left;
}

.note_ordine label {
    color: #1c1c1a;
    float: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
    text-align: left;
}

.note_ordine p {
    color: #1c1c1a;
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    text-align: left;
}

.spedizioni_ordine p {
    color: #1c1c1a;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
    text-align: left;
}

/* anagrafica ordine / info spedizione - fine */

/* pagina utente - inizio */

.contenitore_utente {
    float: left;
    max-width: 1920px;
    padding: 0 60px 20px 40px;
    text-align: left;
    width: calc(100% - 360px);
}

/* icona filtri utente - inizio */

.icona_filtri_utente {
    background-image: url(/images/menu_utente.svg);
    float: left;
    height: 40px;
    width: 40px;
}

.icona_filtri_utente img {
    display: none;
}

.contenuto_filtri:hover .icona_filtri_utente { 
    background-image: none;
}

.contenuto_filtri:hover .icona_filtri_utente img { 
    display: block;
}

/* icona filtri utente - fine */

button.utente_esci {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #b3b3b3;
    color: #1c1c1a;
    cursor: pointer;
    font-size: 20px;
    font-weight: normal;
    line-height: 42px;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    text-align: left;
    width: 100%;
}

button.utente_esci:hover {
    font-weight: bold;
}

.dati_utente button {
    background-color: #fee64e;
    border: none;
    color: #1c1c1a;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 40px 0 20px 0;
    padding: 0 0 20px 0;
    text-align: center;
    width: 360px;
}

.dati_utente button:hover {
    background-color: #1c1c1a;
    color: #fee64e;
}

.dati_utente label {
    font-size: 16px;
    line-height: 40px;
}

.dati_utente p {
    font-size: 16px;
    line-height: 40px;
    width: 100%;
}

.dati_utente form {
    min-height: 80px;
    text-align: left;
    width: 100%;
}

.dati_utente form label {
    font-size: 16px;
    line-height: 40px;
    text-align: left;
}

.dati_utente form input {
    border: 1px solid #b3b3b3;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 16px;
    padding: 11px 10px;
    width: 100%;
}

p.test_legenda_form {
    float: left;
    font-size: 16px;
    line-height: 20px;
    margin: 20px 0 0 0;
    padding: 12px 0 12px 0;
    text-align: left;
    width: 100%;
}

input.aggiungi_indirizzo {
    background-image: url(/images/indirizzo.svg);
    background-repeat: no-repeat;
    border: none;
    color: #1c1c1a;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px 0;
    padding: 0 0 0 50px;
    text-align: left;
    width: 360px;
}

input.aggiungi_indirizzo:hover {
    background-image: url(/images/indirizzo_on.svg);
    background-repeat: no-repeat;
    color: #d43236;
}

input.imposta_predefinito {
    background-color: #fee64e;
    border: none;
    color: #1c1c1a;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 20px 0;
    padding: 0;
    text-align: center;
    width: 360px;
}

input.imposta_predefinito:hover {
    background-color: #1c1c1a;
    color: #fee64e;
}

input.rimuovi_indirizzo {
    background-color: #1c1c1a;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    width: 360px;
}

input.rimuovi_indirizzo:hover {
    background-color: #d43236;
}

.riga_indirizzo_profilo {
    border-bottom: 1px solid #b3b3b3;
    height: min-content;
    margin: 0 0 40px 0;
    width: 100%;
}

.riga_indirizzo_profilo p {
    font-size: 16px;
    line-height: 40px;
    width: 100%;
}

.riga_indirizzo_profilo p span {
    font-weight: bold;
}

.bottoni_utente {
    float: right;
    height: min-content;
    width: auto;
}

input.indirizzo_predefinito {
    border: 2px solid #fee64e;
    color: #1c1c1a;
    cursor: initial;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 36px;
    margin: 0 20px 20px 0;
    padding: 0;
    text-align: center;
    width: 360px;
}

.bottoni_indirizzo_utente {
    float: right;
    height: min-content;
    margin: 40px 0 0 0;
    width: auto;
}

input.aggiungi_indirizzo_utente {
    background-color: #fee64e;
    border: none;
    color: #1c1c1a;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 20px 20px 0;
    padding: 0;
    text-align: center;
    width: 360px;
}

input.aggiungi_indirizzo_utente:hover {
    background-color: #1c1c1a;
    color: #fee64e;
}

input.chiudi_indirizzo_utente {
    background-color: #1c1c1a;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    width: 360px;
}

input.chiudi_indirizzo_utente:hover {
    background-color: #d43236;
}

.riga_chiudi_ordine_utente {
    min-height: 40px;
    width: 100%;
}

.chiudi_ordine_utente {
    cursor: pointer;
    min-height: 40px;
    float: right;
}

.chiudi_ordine_utente p {
    font-size: 18px;
    float: left;
    line-height: 18px;
    padding: 11px 0;
}

.chiudi_ordine_utente:hover p {
    color: #d43236;
}

.chiudi_ordine_utente_img {
    background-image: url(/images/torna_utente.svg);
    font-size: 0;
    float: left;
    height: 40px;
    margin: 0 10px 0 0;
    width: 40px;
}

.chiudi_ordine_utente_img img {
    display: none;
}

.chiudi_ordine_utente:hover .chiudi_ordine_utente_img {
    background-image: none;
}

.chiudi_ordine_utente:hover .chiudi_ordine_utente_img img {
    display: block;
}

/* lista ordini utente - inizio */

.legenda_lista_ordini {
    background-color: #1c1c1a;
    height: 40px;
    width: 100%;
}

.legenda_codice_lista_ordini {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 16%;
}

.legenda_codice_lista_ordini p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_data_lista_ordini {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 16%;
}

.legenda_data_lista_ordini p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_stato_lista_ordini {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 16%;
}

.legenda_stato_lista_ordini p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_totale_lista_ordini {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 16%;
}

.legenda_totale_lista_ordini p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_tracking_lista_ordini {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 16%;
}

.legenda_tracking_lista_ordini p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
}

.legenda_dettagli_lista_ordini {
    float: left;
    height: 40px;
    width: 20%;
}

.riga_ordine_profilo {
    border-bottom: 1px solid #b3b3b3;
    float: left;
    height: min-content;
    margin: 40px 0 0 0;
    padding: 0 0 20px 0;
    text-align: center;
    width: 100%;
}

.riga_ordine_profilo div span {
    color: #1c1c1a;
    display: none;
}

.codice_ordine {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 16%;
}

.data_ordine {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 16%;
}

.stato_ordine {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 16%;
}

.riga_ordine_profilo .totale_ordine {
    color: #3a5a99;
    float: left;
    font-weight: bold;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 16%;
}

.tracking_ordine {
    float: left;
    height: 40px;
    padding: 11px 0;
    text-align: center;
    width: 16%;
}

.dettagli_ordine {
    background-color: #fee64e;
    float: left;
    height: 40px;
    width: 20%;
}

.dettagli_ordine p {
    color: #1c1c1a;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    padding: 11px 0;
    width: 100%;
}

.dettagli_ordine:hover {
    background-color: #1c1c1a;
}

.dettagli_ordine:hover p {
    color: #fee64e;
}

/* lista ordini utente - fine */

/* elenco preferiti utente - inizio */

.elenco_preferiti_utente {
    display: grid;
    grid-column-gap: 0.74%;
    grid-row-gap: 40px;
    grid-template-columns: 24.44% 24.44% 24.44% 24.44%;
    max-width: 1920px;
    padding: 20px 0 20px 0;
    width: 100%;
}

/* elenco preferiti utente - fine */

/* pagina utente - fine */

/* pagina ringraziamenti - fine */

/* pagina contatti - inizio */

.contenuto_contatti {
    padding: 0 60px 0 60px;
}

.area_form {
    margin: 20px 0 0 0;
    text-align: left;
}

.area_form h2 {
    color: #1c1c1a;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding: 3px 0;
}

.area_form p {
    color: #1c1c1a;
    font-size: 16px;
    line-height: 20px;
    padding: 2px 0;
}

.area_form .riga_info_cart .campo_vuoto_cart p {
    color: #d43236;
    font-size: 16px;
    line-height: 16px;
    margin: 40px 0 0 0;
    padding: 12px 0;
    text-align: left;
}

button.invia_contatti {
    background-color: #fee64e;
    border: none;
    color: #1c1c1a;
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin: 40px 0 60px 0;
    padding: 0;
    text-align: center;
    width: 360px;
}

button.invia_contatti:hover {
    background-color: #1c1c1a;
    color: #fee64e;
}

/* pagina contatti - fine */

/* condizioni di vendita - inizio */

.contenuto_statico {
    height: min-content;
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 60px 0 60px;
    width: 100%;
}

.contenuto_statico h3 {
    color: #1c1c1a;
    font-size: 16px;
    padding: 20px 0 0 0;
}

.contenuto_statico b {
    color: #1c1c1a;
    font-size: 16px;
    font-weight: bold;
}

.contenuto_statico i {
    color: #1c1c1a;
    font-size: 16px;
    font-style: italic;
}

.contenuto_statico p {
    color: #1c1c1a;
    font-size: 16px;
    padding: 10px 0 !important;
    text-align: left !important;
}

.contenuto_statico ul {
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 0 40px;
    text-align: left;
    width: 100%;
}

/* condizioni di vendita - fine */

/* slideshow home/image gallery - inizio */

.image-gallery-icon:hover {
    color: #d43236 !important;
}

/* slideshow home/image gallery - fine */

/* main - fine */

/* footer - inizio */

.contenitore_footer {
    background-color: #1c1c1a;
    display: grid;
    grid-template-columns: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
    margin: 30px 0 0 0;
    padding: 30px 60px 30px 60px;
    text-align: left;
    width: 100%;
}

.colonna_footer {
    padding: 0 20px 0 0;
    position: relative;
}

.colonna_footer h3 {
    color: #fff;
    font-size: 12px;
    padding: 0 0 4px 0;
}

.colonna_footer p {
    color: #fff;
    font-size: 12px;
    padding: 0 0 4px 0;
}

.colonna_footer a p:hover {
    color: #fee64e;
}

.colonna_footer img {
    max-width: 100%;
}

.logo_footer {
    font-size: 0;
    padding: 0 0 16px 0;
}

/* img social - inizio */

.social_footer {
    min-height: 50px;
    width: 100%;
}

.facebook_footer {
    background-image: url(/images/facebook_footer.svg);
    float: left;
    height: 50px;
    width: 50px;
}

.facebook_footer img {
    display: none;
}

.facebook_footer:hover {
    background-image: none;
}

.facebook_footer:hover img {
    display: block;
}

.instagram_footer {
    background-image: url(/images/instagram_footer.svg);
    float: left;
    height: 50px;
    width: 50px;
}

.instagram_footer img {
    display: none;
}

.instagram_footer:hover {
    background-image: none;
}

.instagram_footer:hover img {
    display: block;
}

.pinterest_footer {
    background-image: url(/images/pinterest_footer.svg);
    float: left;
    height: 50px;
    width: 50px;
}

.pinterest_footer img {
    display: none;
}

.pinterest_footer:hover {
    background-image: none;
}

.pinterest_footer:hover img {
    display: block;
}

.twitter_footer {
    background-image: url(/images/twitter_footer.svg);
    float: left;
    height: 50px;
    width: 50px;
}

.twitter_footer img {
    display: none;
}

.twitter_footer:hover {
    background-image: none;
}

.twitter_footer:hover img {
    display: block;
}

.youtube_footer {
    background-image: url(/images/youtube_footer.svg);
    float: left;
    height: 50px;
    width: 50px;
}

.youtube_footer img {
    display: none;
}

.youtube_footer:hover {
    background-image: none;
}

.youtube_footer:hover img {
    display: block;
}

/* img social - fine */

.newsletter_footer {
    background-image: url(/images/newsletter_footer.svg);
    cursor: pointer;
    float: left;
    height: 40px;
    margin: 30px 0 0 0;
    width: 230px;
}

.newsletter_footer img {
    display: none;

}

.newsletter_footer:hover {
    background-image: none;
}

.newsletter_footer:hover img {
    display: block;
}

.nottolino_footer {
    background-image: url(/images/nottolino.svg);
    bottom: 0;
    height: 20px;
    position: absolute;
    right: 0;
    width: 20px;
}

.nottolino_footer img {
    display: none;
    
}

.nottolino_footer:hover {
    background-image: none;
}

.nottolino_footer:hover img {
    display: block;
}

.avviso_footer_01 {
    background-color: #292929;
    padding: 18px 60px;
    width: 100%;
}

.avviso_footer_01  p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

.avviso_footer_02 {
    background-color: #1c1c1a;
    padding: 20px 60px;
    width: 100%;
}

.avviso_footer_02 p {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/* footer - fine */

/* programma ReactQueryDevTools - inizio */

.ReactQueryDevtoolsPanel code {
    color: #fff !important;
}

.ReactQueryDevtoolsPanel code pre {
    color: #fff !important;
}

/* programma ReactQueryDevTools - fine */

/* media query - inizio */

@media screen and (max-width: 1720px) {
    
    .elenco_preferiti_utente {
        grid-column-gap: 0.99%;
        grid-template-columns: 32.67% 32.67% 32.67%;
    }
}
@media screen and (max-width: 1590px) {
    .contenitore_articoli.con-barra {
        padding: 20px 20px 20px 10px;
    }
    div.barra-filtri {
        padding: 0 10px 10px 20px;
        width: 280px ;
    }
    .torre_articolo_carrello {
        background-image: none;
    }

    /* footer - inizio */
    .contenitore_footer {
        grid-row-gap: 30px;
        grid-template-columns: 33.33% 33.33% 33.33%;
    }
    /* footer - fine */
    
}

@media screen and (max-width: 1440px) {

    /* pagina utente - inizio */
    .elenco_preferiti_utente {
        grid-column-gap: 1.50%;
        grid-template-columns: 49.25% 49.25%;
    }
    .legenda_lista_ordini {
        display: none;
    }
    .riga_ordine_profilo div span {
        display: block;
        float: left;
        font-weight: bold;
    }
    .riga_ordine_profilo .codice_ordine {
        float: none;
        height: 28px;
        padding: 5px 0;
        text-align: left;
        width: 100%;
    }
    .riga_ordine_profilo .data_ordine {
        float: none;
        height: 28px;
        padding: 5px 0;
        text-align: left;
        width: 100%;
    }
    .riga_ordine_profilo .stato_ordine {
        float: none;
        height: 28px;
        padding: 5px 0;
        text-align: left;
        width: 100%;
    }
    .riga_ordine_profilo .totale_ordine {
        float: none;
        height: 28px;
        padding: 5px 0;
        text-align: left;
        width: 100%;
    }
    .riga_ordine_profilo .tracking_ordine {
        float: none;
        height: 28px;
        padding: 5px 0;
        text-align: left;
        width: 100%;
    }
    .dettagli_ordine {
        float: right;
        margin: 20px 0 0 0;
        max-width: 100%;
        width: 360px;
    }
    /* pagina utente - fine */
}

@media screen and (max-width: 1360px) {
    .contenitore_articoli {
        grid-column-gap: 0.99%;
        grid-template-columns: 32.67% 32.67% 32.67%;
    }
    .contenitore_articoli.con-barra {
        grid-column-gap: 0.99%;
        grid-template-columns: 32.67% 32.67% 32.67%;
    }
    .torri_consigliati {
        grid-column-gap: 0.99%;
        grid-template-columns: 32.67% 32.67% 32.67%;
    }
}

@media screen and (max-width: 1320px) {
    /* header e menu - inizio */
    .header_01 {
        height: 50px;
    }
    .logo_01 {
        display: none;
    }
    .menu_01 {
        display: none;
    }
    .hm_mobile {
        display: block;
    }
    .logo_mobile {
        display: block;
    }
    .header_02 {
        right: 0;
        height: 50px;
        padding: 7px 10px;
        position: absolute;
        top: 0;
    }
    .utente {
        display: none;
    }
    .ico_preferiti {
        display: none;
    }
    .ico_carrello {
        margin: 0 0 0 16px;
    }
    .ico_lente {
        margin: 0 0 0 16px;
    }
    .riga-ricerca {
        top: 50px;
    }
    /* header e menu - inizio */
    /* pagina carrello - inizio */
    .colonna-01_cart {
        float: none;
        width: 100%;
    }
    .riepilogo_cart {
        float: none;
        height: min-content;
        padding: 0 0 0 0;
        position: relative;
        top: 0;
        width: 100%;
    }
    .elenco_riepilogo_cart {
        border-bottom: 1px solid #b3b3b3;
        margin: 40px 0 20px 0;
        padding: 0 0 20px 0;
    }
    .checkout_cart {
        float: none;
        width: 100%;
    }
    /* pagina carrello - fine */
}

@media screen and (max-width: 1210px) {
    /* pagina utente - inizio */
    input.indirizzo_predefinito {
        width: 320px;
    }
    input.imposta_predefinito {
        width: 320px;
    }
    input.rimuovi_indirizzo {
        width: 320px;
    }
    input.aggiungi_indirizzo_utente {
        width: 320px;
    }
    input.chiudi_indirizzo_utente {
        width: 320px;
    }
    /* pagina utente - fine */
}

@media screen and (max-width: 1180px) {
    /* articoli - inizio */
    .contenitore_articoli.con-barra {
        grid-column-gap: 1.50%;
        grid-template-columns: 49.25% 49.25%;
    }
    /* articoli - fine */
    /* pagina utente - inizio */
    .elenco_preferiti_utente {
        grid-column-gap: 0;
        grid-template-columns: 100%;
    }
    .elenco_preferiti_utente .torre_articolo {
        margin: 0;
    }
    /* pagina utente - inizio */
}

@media screen and (max-width: 1080px) {
    .contenitore_articoli {
        grid-column-gap: 1.50%;
        grid-template-columns: 49.25% 49.25%;
    }
    .torri_consigliati {
        grid-column-gap: 1.50%;
        grid-template-columns: 49.25% 49.25%;
    }
}

@media screen and (max-width: 930px) {
    
    .contenitore_articoli.con-barra {
        grid-column-gap: 0;
        grid-template-columns: 100%;
    }
    /* pagina carrello - inizio */
    .legenda_cart {
        display: none;
    }
    .articolo_cart {
        border-bottom: 1px solid #b3b3b3;
        min-height: 240px;
        padding: 20px 0 20px 0;
        position: relative;
    }
    .dati_articolo_cart {
        min-height: 200px;
        padding: 11px 0 11px 10px;
        width: calc(100% - 160px);
    }
    .prezzo_cart {
        float: none;
        height: 20px;
        left: 160px;
        position: absolute;
        top: 180px;
        width: calc(100% - 160px);
    }
    .prezzo_cart p {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 0 10px;
        text-align: left;
    }
    .prezzo_cart p span {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 20px;
        margin: 0 5px 0 0;
    }
    .qta_cart {
        float: none;
        height: 40px;
        left: 0;
        position: absolute;
        top: 180px;
        width: 160px;
    }
    .totale_cart {
        float: none;
        height: 20px;
        left: 160px;
        position: absolute;
        top: 200px;
        width: calc(100% - 160px);
    }
    .totale_cart p {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 0 10px;
        text-align: left;
    }
    .totale_cart p span {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 20px;
        margin: 0 12px 0 0;
    }
    /* pagina carrello - fine */
    /* pagina ring. ordine - inizio */
    .legenda_ordine {
        display: none;
    }
    .articolo_ordine {
        border-bottom: 1px solid #b3b3b3;
        display: grid;
        grid-template-columns: 160px calc(100% - 160px);
        height: auto;
        padding: 20px 0 20px 0;
        position: relative;
    }
    .dati_articolo_ordine {
        height: min-content;
        min-height: 100px;
        padding: 11px 0 11px 10px;
        width: calc(100% - 160px);
    }
    .prezzo_ordine {
        float: left;
        height: 20px;
        padding: 0 0 0 10px;
        width: 100%;
    }
    .prezzo_ordine p {
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        text-align: left;
    }
    .prezzo_ordine p span {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 20px;
        margin: 0 5px 0 0;
    }
    .qta_ordine {
        float: left;
        height: 20px;
        padding: 0 0 0 10px;
        width: 100%;
    }
    .qta_ordine p {
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        text-align: left;
    }
    .qta_ordine p span {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 20px;
        margin: 0 5px 0 0;
    }
    .totale_ordine {
        float: left;
        height: 20px;
        padding: 0 0 0 10px;
        width: 100%;
    }
    .totale_ordine p {
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        text-align: left;
    }
    .totale_ordine p span {
        display: block;
        float: left;
        font-size: 14px;
        line-height: 20px;
        margin: 0 12px 0 0;
    }
    /* pagina ring. ordine - fine */
    /* footer - inizio */
    .contenitore_footer {
        grid-row-gap: 30px;
        grid-template-columns: 50% 50%;
    }
    /* footer - fine */
}

@media screen and (max-width: 919px) {
    .articolo_main .slide_01 {
        width: 50%;
    }
    .articolo_main .slide_01 .AW-imageSlides {
        background-color: #fff;
        padding-top: 56.25%;
        position: relative;
        width: 100%;
    }
    .articolo_main .slide_01 .AW-imageSlides img {
        height: auto;
        left: 50%;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        top: 50%;
        width: auto;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 800px) {
    /* header - inizio */
    .top-banner {
        padding: 20px;
    }
    .riga-ricerca input[type="button" i] {
        padding: 0;
        width: 80px;
    }
    .riga-ricerca input[type="search" i] {
        margin: 0;
        padding: 0 10px;
        width: calc(100% - 80px);
    }
    /* header - fine */
    /* home - inizio */
    .titolo_home {
        padding: 0 20px;
    }
    .image-gallery-play-button {
        display: none;
    }
    .contenitore_linee {
        grid-template-columns: 100%;
    }
    /* home - fine */
    
    .contenitore_articoli {
        grid-column-gap: 0;
        grid-template-columns: 100%;
        padding: 0;
    }
    .contenitore_articoli.con-barra {
        padding: 20px 0 0 0;
    }
    /* barra filtri - inizio */
    .barra-filtri {
        width: 100%;
    }
    /* barra filtri - fine */
    /* pagina dettaglio articolo - inizio */
    .breadcrumbs {
        padding: 20px;
    }
    .articolo_main .slide_01 {
        float: none;
        width: 100%;
    }    
    .descrizione_articolo {
        float: none;
        padding: 20px;
        width: 100%;
    }
    /* pagina dettaglio articolo - fine */
    .titolo_consigliati h3 {
        padding: 0 70px 0 20px;
    }
    .torri_consigliati {
        grid-column-gap: 0;
        grid-template-columns: 100%;
        padding: 30px 0;
    }
    /* torre articolo - inizio */
    .torre_articolo {
        border-bottom: 1px solid #b3b3b3;
        margin: 0 20px;
    }
    .torre_articolo_titolo {
        padding: 12px 0 130px 0;
    }
    .torre_articolo h3 {
        bottom: 92px;
    }
    .torre_articolo_carrello {
        bottom: 30px;
    }
    .torre_articolo_non_disponibile {
        bottom: 30px;
    }
    .stacco_inferiore {
        background-color: #f0f0f0;
        bottom: 0;
        display: block;
        height: 30px;
        left: 0;
        position: absolute;
        width: 100%;
    }
    /* torre articolo - fine */
    /* pagina ringraziamenti - inizio */
    .contenuto_grazie {
        padding: 0 20px;
    }
    /* pagina ringraziamenti - fine */
    /* pagina utente - inizio */
    .contenitore_utente {
        padding: 0 20px;
        width: 100%;
    }
    .contenitore_utente .filtri_mobile {
        margin: 0 0 20px 0;
        padding: 0;
    }
    .dati_utente {
        margin: 20px 0 0 0;
    }
    input.aggiungi_indirizzo {
        margin: 20px 0;
    }
    /* pagina utente - fine */
    /* pagine statiche - inizio */
    .contenuto_statico {
        padding: 0 20px 0 20px;
    }
    /* pagine statiche - fine */
    /* footer - inizio */
    .avviso_footer_01 {
        padding: 18px 20px;
    }
    .avviso_footer_02 {
        padding: 20px 20px;
    }
    .colonna_footer h3 {
        font-size: 14px;
        padding: 0 0 10px 0;
    }
    .colonna_footer p {
        color: #fff;
        font-size: 14px;
        padding: 0 0 10px 0;
    }
    /* footer - fine */
}

@media screen and (max-width: 760px) {
    /* pagina carrello - inizio */
    .torna_shop {
        display: none;
    }
    .contenitore_cart {
        padding: 30px 20px 0 20px;
    }
    .info_anagrafica_cart {
        grid-template-columns: 100%;
    }
    .col-01_anagrafica_cart {
        padding: 0;
    }
    .col-02_anagrafica_cart {
        padding: 0;
    }
    .chiusura_cart {
        padding: 0 20px 30px 20px;
    }
    /* pagina carrello - fine */
}

@media screen and (max-width: 670px) {
    /* footer - inizio */
    .contenitore_footer {
        grid-row-gap: 30px;
        grid-template-columns: 100%;
    }
    /* footer - fine */
}

@media screen and (max-width: 520px) {
    /* pagina carrello - inizio */
    .contenitore_cart {
        padding: 10px 20px 0 20px;
    }
    .titolo_cart {
        padding: 0;
    }
    .titolo_cart h1 {
        float: none;
        padding: 10px 0;
        text-align: center;
    }
    .ico_titolo_cart {
        float: none;
        height: 40px;
    }
    .svuota_cart {
        height: 40px;
        margin: 0 0 0 -10px;
    }
    .svuota_cart_img {
        margin: 0 10px 0 0;
    }
    .ico_titolo_cart p {
        padding: 10px 0;
    }
    .cod_sconto_cart input[type="text" i] {
        width: calc(100% - 170px);
    }
    .semiriga_01_info_cart {
        float: none;
        padding: 0;
        width: 100%;
    }
    .semiriga_02_info_cart {
        float: none;
        padding: 0;
        width: 100%;
    }
    .elenco_pagamenti_cart {
        margin: 0 0 20px 0;
    }
    .elenco_riepilogo_cart {
        margin: 0 0 20px 0;
    }
    p.sx_riepilogo_cart {
        float: none;
        line-height: 18px;
        padding: 11px 0 6px 0;
        text-align: left;
    }
    p.dx_riepilogo_cart {
        float: none;
        line-height: 18px;
        padding: 6px 0 11px 0;
        text-align: left;
    }
    .bottone_cart {
        padding: 30px 0;
        width: 100%;
    }
    /* pagina carrello - fine */
    /* pagina contatti - inizio */
    .contenuto_contatti {
        padding: 0 20px;
    }
    /* pagina contatti - fine */
}

@media screen and (max-width: 400px) {
    .titolo_consigliati h3 {
        padding: 0 20px 0 20px;
        width: 100%;
        /* angolo in basso a destra a spizza*/
        clip-path: polygon( 0 0, 0% 0, 100% 0, 100% 0%, 100% 100%, 0% 100%, 0% 100%, 0% 100%, 0% 0%)
    }
    /* pagina dettaglio articolo - inizio */
    .descrizione_articolo input.bottone_01 {
        margin: 24px 0 0 0;
        text-align: center;
        width: 100%;
    }
    /* pagina dettaglio articolo - fine */
    /* pagina utente - inizio */
    .dati_utente button {
        width: 100%;
    }
    input.indirizzo_predefinito {
        width: 100%;
    }
    input.imposta_predefinito {
        width: 100%;
    }
    input.rimuovi_indirizzo {
        width: 100%;
    }
    .bottoni_indirizzo_utente {
        width: 100%;
    }
    input.aggiungi_indirizzo_utente {
        width: 100%;
    }
    input.chiudi_indirizzo_utente {
        width: 100%;
    }
    /* pagina utente - fine */
    /* pagina contatti - inizio */
    button.invia_contatti {
        width: 100%;
    }
    /* pagina contatti - fine */
    /* footer - inizio */
    .contenitore_footer {
        padding: 30px 20px 30px 20px;
    }
    .newsletter_footer {
        margin: 30px 0 50px 0;
    }
    .nottolino_footer {
        float: none;
        height: 20px;
        left: 0;
        width: 20px;
    }
    /* footer - fine */
}

@media screen and (max-width: 350px) {
    /* torri articolo - inizio */
    .torre_articolo_carrello {
        background-image: none;
    }
    /* torri articolo - fine */
    /* pagina dettaglio articolo - inizio */
    .descrizione_articolo input.bottone_01 {
        background-image: none;
    }
    /* pagina dettaglio articolo - fine */
    /* pagina carrello - inizio */
    .contenitore_cart {
        padding: 30px 10px;
    }
    /* pagina carrello - fine */
    /* pagina ringraziamento acquisto - inizio */
    .articolo_ordine {
        grid-template-columns: 120px calc(100% - 120px);
    }
    .img_articolo_ordine {
        width: 120px;
    }
    /* pagina ringraziamento acquisto - fine */
}

/* media query - fine */