/*** CSS by Luigi Astarita @ Astartup ***/
/* Copyright 2020 Luigi Astarita */

/*** Import fonts ***/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap');
@import url('../specials/spedizionegratuita/spedizionegratuita.css');
/* @import url('style-feedaty.css'); */
/* @import url('../specials/saldi2025/saldi2025.css?v=1'); */
/* @import url('../specials/blackfriday/black-friday.css?v=1'); */

:root {
    --paddingtopD: 0px;
    --paddingtopM: 0px;

    --c-base: #1C1E25;
    --c-main: #E40613;
    --c-grigiosfondo: #F2F2F2;
    --c-grigio: #85868C;
    --c-verde: #87C200;
}

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Red Hat Text", sans-serif;
    padding-top: calc(140px + var(--paddingtopD));
}

@media (max-width: 768px) {
    body {
        padding-top: calc(100px + var(--paddingtopM));
    }
}

/* Generali */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Red Hat Display", sans-serif;
}

h1 {
    color: var(--c-main);
    font-weight: 900;
    line-height: 100%;
    font-size: 3rem;
}

@media (max-width: 1200px) {
    h1 {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 1.5rem;
    }
}

h1.smallh1 {
    font-size: 2rem;
}

h1 .risultatipag {
    background: rgba(0, 0, 0, 0.1);
    display: inline-block;
    display: none;
    font-size: .9rem;
    line-height: 100%;
    font-weight: 600;
    padding: 0.4rem 0.5rem;
    vertical-align: middle;
}

h1 i {
    font-size: 150%;
    vertical-align: middle;
}

h1+p {
    margin: -.3rem 0 1rem;
    color: var(--c-base);
    font-size: .95rem;
    font-weight: 400;
}

@media (max-width: 991.98px) {
    h1+p em {
        display: none;
    }
}

h1+p strong {
    font-weight: 800;
    color: var(--c-base);
}

h1+p em {
    font-style: normal;
}

h1+strong {
    font-size: 1.3rem;
}

h2 {
    color: var(--c-base);
    font-weight: 800;
    line-height: 100%;
    font-size: 2rem;
}

@media (max-width: 575.98px) {
    h2 {
        font-size: 1.3rem;
    }
}

p {
    font-size: .9rem;
}

a,
a:hover {
    color: var(--c-base);
}

.text-success {
    color: #38B800 !important;
}

.text-warning {
    color: #E3BD00 !important;
}

.btn {
    border-radius: 3px;
    font-weight: 700;
}

.btn-lg {
    padding: .5rem 1.5rem;
}

.btn-success {
    background-color: #38B800;
    border-color: #38B800;
}

body:not(.home) .main {
    min-height: calc(100vh - 460px);
}

@media (max-width: 1200px) {
    .main {
        padding-top: .75rem;
    }
}

@media (max-width: 575.98px) {
    .main {
        padding-top: 0;
    }
}

.container-fluid {
    max-width: 1600px;
}

.breadcrumb {
    margin: 0 0 .2rem;
}

@media (max-width: 1200px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb-item,
.breadcrumb-item.active,
.breadcrumb-item a {
    color: var(--c-base);
    text-decoration: none;
    font-weight: 400;
    font-size: .85rem;
}

.breadcrumb-item+.breadcrumb-item::before {}

.form-control:focus {
    border-color: rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .1);
}

/* Header */

.header {
    background: #F2F2F2;
    display: block;
    padding: 0;
    /* position: fixed; */
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow .3s;
    z-index: 100;
    width: 100%;
}

.container-navbar {
    max-width: 1600px;
    margin: auto;
    padding: 1.5rem .3rem;
    transition: padding .3s;
}

@media (max-width: 1200px) {
    .container-navbar {
        padding: 1rem;
    }
}

.stick .container-navbar {
    padding: 0 .3rem;
}

.navbar {
    font-family: "Red Hat Display", sans-serif;
}

.navbar.bg-light {
    padding: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow .3s;
    z-index: 100;
    background: transparent !important;
}

@media (max-width: 1200px) {
    .navbar.bg-light {
        padding: 0;
    }
}

.navbar.bg-light.stick {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    background: rgba(255, 255, 255, .8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.navbar .container-fluid {
    padding: 0;
}

/* Logo */

.navbar-brand {
    padding: 0;
    margin: 0 !important;
    display: inline-block;
    transition: transform .3s;
}

.stick .navbar-brand {
    transform: scale(.8);
}

@media (max-width: 767.98px) {
    .navbar-brand {
        max-width: 150px;
    }
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
    width: 180px;
}

.stick .navbar-brand img {
    width: 87px;
    height: auto;
}

@media (max-width: 1200px) {

    .navbar-brand img,
    .stick .navbar-brand img {
        width: 120px;
        margin: 3px 0 !important;
    }
}

/* Menu principale */

.menu-cont {
    display: flex;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .menu-cont {
        /* display: none; */
        position: absolute;
    }
}

@media (min-width: 1200px) {
    .navbar #menu {
        flex-direction: row;
        position: relative;
    }
}

@media (max-width: 1200px) {
    .navbar #menu {
        position: fixed;
        /* top: 54px; */
        top: calc(100px + var(--paddingtopM));
        left: 0;
        right: 0;
        /* bottom: 100vh; */
        overflow: auto;
        padding: 0 5px;
        border-radius: 0;
        background: #FFF;
        height: 0;
    }

    .navbar.stick #menu {
        top: calc(67px + var(--paddingtopM));
    }

    .navbar #menu.open {
        background: #F2F2F2;
        /* bottom: 0; */
        overflow: auto;
        transition: bottom .3s;
        /* height: auto; */
        height: calc(100vh - (100px + var(--paddingtopM)));
    }

    .navbar.stick #menu.open {
        height: calc(100vh - (67px + var(--paddingtopM)));
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-nav .nav-item {
        position: relative;
    }
}

.navbar .navbar-nav .nav-link {
    font-weight: 700;
    color: #343434;
    padding: .4rem .7rem;
    border: none;
    font-size: 1rem;
    /* font-style: italic; */
}

@media (max-width: 1200px) {
    .navbar .navbar-nav .nav-link {
        padding: .6rem .4rem;
    }
}

@media (min-width: 1200px) and (max-width: 1330px) {
    .navbar .navbar-nav .nav-link {
        font-size: .9rem;
    }
}

.navbar .navbar-nav .nav-link.active {
    color: #FFF;
    background: #343434;
    border-radius: 3px;
}

.navbar .navbar-nav .nav-link.nav-saldi {
    color: #FE0000;
    text-transform: uppercase;
    font-weight: 800;
}

.navbar .navbar-nav .nav-link.nav-saldi.active {
    background: #FE0000;
    color: #FFF;
}

.navbar .navbar-nav .nav-link.dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    border: none;
    margin: .4rem 0 0;
    position: absolute;
    border-radius: 3px;
    background: var(--c-base);
}

@media (max-width: 1199.98px) {
    /* .navbar-nav .dropdown-menu {
        box-shadow: none;
        position: relative;
        top: 0;
        background: #FFF;
    } */

    /* .navbar-nav .dropdown-menu .dropdown-item {
        color: var(--c-base);
    } */
}

.navbar .navbar-dash .nav-fav {
    padding: 0 !important;
}

@media (max-width: 1200px) {
    .navbar .navbar-dash .nav-fav {
        padding: .7rem .3rem !important;
    }
}

/* Menu destra */

.navbar .navbar-dash {
    flex-direction: row;
}

.navbar .navbar-dash .nav-item {
    padding: 0 .5rem !important;
}

@media (max-width: 767.98px) {
    .navbar .navbar-dash .nav-item {
        padding: 0 .3rem !important;
    }
}

.navbar .navbar-dash .nav-link {
    padding: 0 !important;
}

#toggle-menu {
    padding: 0 !important;
}

.navbar .navbar-dash .nav-link {
    padding: 0 !important;
    background: none;
    color: #FFF;
}

@media (max-width: 1200px) {
    .navbar .navbar-dash .nav-link {
        padding: .6rem .4rem;
    }

    .navbar .navbar-dash #toggle-search {
        padding: .8rem .2rem;
    }
}

.navbar .navbar-dash .dropdown-menu .nav-link {
    padding: 0 0 0 .3rem !important;
    white-space: nowrap;
}

.navbar .navbar-dash i {
    font-size: 1.8rem;
    line-height: 100%;
    vertical-align: middle;
}

.navbar .navbar-dash i.fa-magnifying-glass {
    font-size: 1.7rem;
}

#toggle-menu {
    padding: .7rem .4rem;
}

#toggle-menu:active {
    border-color: transparent !important;
}

.nav-account>.nav-link strong {
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: 2px solid #343434;
    color: #343434;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    margin-top: 1px;
}

/* Icona carrello */

.navbar .navbar-nav .nav-item.nav-cart {
    line-height: 100%;
    position: relative;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 1200px) {
    .navbar .navbar-nav .nav-item.nav-cart {
        padding: .3rem .4rem;
    }
}

.navbar .navbar-nav .nav-item svg {
    vertical-align: top !important;
}

.navbar .navbar-nav .nav-item.nav-cart svg {
    /* margin-top: 2px; */
}

@media (max-width: 1200px) {
    .navbar .navbar-nav .nav-item.nav-cart svg {
        /* margin-top: -.1rem; */
    }
}

.navbar .navbar-nav .nav-item.nav-cart strong {
    color: #FFF;
    background: var(--c-main);
    position: absolute;
    top: 17px;
    right: -2px;
    text-align: center;
    font-size: .8rem;
    font-weight: 600;
    display: inline-block;
    border-radius: 20px;
    padding: 1px 5px;
    min-height: 18px;
    min-width: 18px;
}

/* @media (max-width: 1200px) {
    .navbar .navbar-nav .nav-item.nav-cart strong {
        top: 19px;
        left: 2px;
    }
} */

/* Layer sottomenu */

@media (min-width: 1200px) {
    .navbar-dash .nav-item ul.navbar-nav {
        position: absolute;
        top: 45px;
        right: 0;
        overflow: hidden;
        padding: 0;
        border: none;
        margin: 0;
        background: #343434;
        border-radius: 3px;
        max-height: 0;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
        min-width: 200px;
    }

    .navbar-dash .nav-item ul.navbar-nav.open {
        transition: max-height .3s, padding .3s;
        max-height: 240px;
        padding: 5px 0;
    }

    .navbar-dash .nav-item ul.navbar-nav .nav-link {
        color: #FFF;
        padding: .4rem 1rem;
    }

    .navbar-dash .nav-item ul.navbar-nav .nav-link:hover {
        background: rgba(255, 255, 255, .15);
    }

}

@media (max-width: 1200px) {
    .navbar-dash .nav-item ul.navbar-nav {
        position: fixed;
        top: 54px;
        left: 0;
        right: 0;
        /* bottom: 100vh; */
        overflow: hidden;
        padding: 0 5px;
        border: none;
        margin: 0;
        background: #F2F2F2;
        border-radius: 0;
    }

    .navbar-dash .nav-item ul.navbar-nav.open {
        /* bottom: 0; */
        overflow: auto;
        transition: bottom .3s;
    }
}

/* Layer carrello */

#layer-carrello {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -350px;
    width: 350px;
    background: #FFF;
    z-index: 1001;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    padding: 1rem 1.2rem;
}

#layer-carrello.open {
    transition: right .3s, box-shadow .3s;
    right: 0;
    box-shadow: -20px 0 40px rgba(0, 0, 0, .2);
}

#layer-carrello .titolo-carrello {
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 100%;
    margin-bottom: 1rem;
    display: block;
}

#layer-carrello .titolo-carrello button {
    border: none;
    background: none;
    float: right;
    font-size: 1.8rem;
    color: var(--c-base);
    font-weight: 600;
    line-height: 100%;
    margin: -.3rem;
}

.layer-carrello-prodotto {
    line-height: 120%;
    padding-bottom: .7rem;
    /* border-bottom: 1px solid rgba(0,0,0,.1); */
    margin-bottom: .6rem;
    position: relative;
    clear: both;
}

.layer-carrello-prodotto img {
    width: 100px;
    height: auto;
    float: left;
    background: #F2F2F2;
    margin-right: .7rem;
    /* padding: 10px; */
    margin-bottom: 1rem;
}

.layer-carrello-prodotto .marca-prodotto {
    font-size: .8rem;
    font-weight: 500;
    display: block;
    color: #8B8B8B;
    line-height: 100%;
    margin-bottom: .1rem;
}

.layer-carrello-prodotto .nome-prodotto {
    font-size: .85rem;
    font-weight: 700;
    display: block;
    margin-bottom: .3rem;
}

.layer-carrello-prodotto .nome-prodotto a {
    text-decoration: none;
}

.layer-carrello-prodotto .prezzo-prodotto {
    font-size: .9rem;
    font-weight: 700;
}

.layer-carrello-prodotto .prezzo-prodotto s {
    font-size: .8rem;
    color: #8B8B8B;
    font-weight: 500;
}

.layer-carrello-prodotto .prezzo-prodotto strong {
    color: #FE0000;
    font-weight: 700;
}

.layer-carrello-prodotto .taglia-prodotto {
    font-size: .8rem;
    font-weight: 500;
    display: block;
    color: #8B8B8B;
}

.layer-carrello-prodotto .taglia-prodotto strong {
    font-weight: 500;
}

.layer-carrello-prodotto .quantita-prodotto {
    font-size: .8rem;
    font-weight: 500;
    display: block;
    color: #8B8B8B;
}

.layer-carrello-prodotto .quantita-prodotto strong {
    font-weight: 500;
}

.layer-carrello-totale {
    font-weight: 500;
    padding: 0 0 .4rem;
}

.layer-carrello-totale strong {
    float: right;
    font-size: 1.2rem;
    font-weight: 600;
}

#layer-carrello a.vai-al-carrello {
    display: block;
    background: var(--c-base);
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9rem;
    padding: .7rem 1rem;
    text-decoration: none;
    margin-top: .6rem;
    border-radius: 3px;
}

#layer-carrello a.vai-al-carrello:hover {
    background: #444;
}

.layer-carrello-prodotto .elimina-prodotto {
    position: absolute;
    left: -1px;
    top: 2px;
    border: none;
    background: transparent;
    font-size: .9rem;
    color: rgba(0, 0, 0, .3);
}

.layer-carrello-prodotto .elimina-prodotto svg {
    opacity: .3;
    margin-right: 3px;
    vertical-align: middle;
    transition: opacity .3s;
}

.layer-carrello-prodotto .elimina-prodotto:hover svg {
    opacity: .8;
}

.layer-carrello-prodotto .elimina-prodotto span {
    opacity: 0;
    font-weight: 500;
    transition: opacity .3s;
    text-transform: uppercase;
    font-size: .7rem;
    color: #000;
}

.layer-carrello-prodotto .elimina-prodotto:hover span {
    opacity: .8;
}

.layer-carrello-prodotto:hover .elimina-prodotto {
    color: rgba(0, 0, 0, .6);
}

.navbar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Ricerca */

.search-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(200, 200, 200, .9);
    z-index: 100;
    padding: 1rem;
    margin: 0 !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
}

/* @media (max-width: 1200px) {
    .search-form {
        position: fixed;
        top: 75px;
        left: 0;
        right: 0;
        background: #F2F2F2;
        max-height: 0;
        overflow: hidden;
    }

    .search-form.open {
        max-height: 100vh;
        overflow: visible;
        padding: 0 5px 10px;
        transition: max-height .3s;
    }
} */

.search-form input {
    border: 2px solid #FFF;
    border-radius: 5px !important;
    padding: .7rem .75rem .8rem 3.1rem;
    min-width: 400px;
    font-size: 1.1rem;
    font-weight: 500;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, .8);
    transition: box-shadow .3s, background .3s;
}

@media (max-width: 1350px) {
    .search-form input {
        min-width: 200px;
        /* padding: .7rem .75rem .8rem; */
    }
}

.search-form input:focus {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    background: #FFF;
    border-color: #FFF;
}

.search-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #343434;
    opacity: 1;
    /* Firefox */
    /* font-style: italic; */
    /* font-size: 1rem; */
}

.search-form input:-ms-input-placeholder,
.search-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #343434;
    /* font-style: italic; */
    /* font-size: 1rem; */
}

.search-form>button {
    position: absolute;
    top: 1rem;
    left: 1rem;
    font-size: 1.7rem;
    padding: .2rem .2rem .3rem .8rem;
    z-index: 10;
}

#close-live-search {
    border-radius: 5px;
}

/* Live search */

#live-search {
    width: 100%;
    padding: 10px 10px 8px;
    background: #FFF;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
    border-radius: 3px;
    display: none;
    margin-top: 10px;
}

/* @media (max-width: 1200px) {
    #live-search.open {
        position: fixed;
        display: block;
        bottom: 0;
        top: 118px;
    }
} */

#live-search.open {
    display: block;
}

#live-search-results {
    overflow: auto;
    max-height: calc(100vh - 186px);
    display: flex;
    flex-wrap: wrap;
}

.layer-search-prodotto {
    line-height: 120%;
    margin-bottom: 2px;
    clear: both;
    /* height: 150px; */
    padding: 0 1rem .5rem 0;
    width: calc(200px + 1rem);
}

@media (max-width: 1200px) {
    .layer-search-prodotto {
        width: 50%;
        padding: 0 .5rem .5rem 0;
    }
}

.layer-search-prodotto img {
    width: 200px;
    height: auto;
    float: left;
    background: #F2F2F2;
    padding: 5px;
    margin-bottom: .5rem;
}

@media (max-width: 1200px) {
    .layer-search-prodotto img {
        width: 100%;
        float: left;
    }
}

.layer-search-prodotto .marca-prodotto {
    font-size: .7rem;
    font-weight: 500;
    display: block;
    color: #8B8B8B;
    line-height: 100%;
    margin-bottom: .1rem;
    text-transform: uppercase;
}

.layer-search-prodotto .nome-prodotto {
    font-size: .85rem;
    font-weight: 500;
    display: block;
    margin-bottom: .3rem;
    line-height: 110%;
}

.layer-search-prodotto .nome-prodotto a {
    text-decoration: none;
}

.layer-search-prodotto .live-no-results {
    padding: 5px;
    overflow: hidden;
    opacity: .8;
    font-weight: 500;
}

.layer-search-prodotto .live-no-results img {
    width: 32px;
    height: auto;
    background: none;
    vertical-align: middle;
    float: none;
    margin: 5px;
}

.mostra-tutti-i-risultati {
    display: block;
    background: var(--c-base);
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .9rem;
    padding: 0.7rem 1rem;
    text-decoration: none;
    margin-top: 0.6rem;
    border-radius: 3px;
}

@media (max-width: 1200px) {
    .mostra-tutti-i-risultati {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        border: 10px solid #FFF;
    }
}

.mostra-tutti-i-risultati:hover {
    background: #333;
    color: #FFF;
}

/* Generali */

.container {
    max-width: 1600px;
}

/* Home */

.hero-splide {
    margin-bottom: 4rem;
}

.hero-splide .splide__list {
    height: auto;
}

.hero-splide .splide__slide img {
    border-radius: 22px;
}

@media (min-width: 720px) {
    .hero-splide .splide__slide img:first-of-type {}

    .hero-splide .splide__slide img:last-of-type {
        display: none;
    }
}

@media (max-width: 719.98px) {
    .hero-splide .splide__slide img:first-of-type {
        display: none;
    }

    .hero-splide .splide__slide img:last-of-type {}
}

.hero-splide .splide__pagination {
    bottom: -2rem;
}

.hero-splide .splide__pagination .splide__pagination__page {
    background: var(--c-grigio);
    opacity: .3;
}

.hero-splide .splide__pagination .splide__pagination__page.is-active {
    background: var(--c-main);
    opacity: 1;
}

.titolo {
    text-align: center;
    padding: 1rem 1rem .5rem;
}

.titolo h1 {
    font-weight: 700;
    font-size: 4rem;
}

@media (max-width: 767.98px) {
    .titolo h1 {
        font-size: 2.5rem;
    }
}

.titolo p {
    font-size: 1.2rem;
}

@media (max-width: 767.98px) {
    .titolo p {
        font-size: 1rem;
    }
}

/* Risultati di ricerca */

.head-risultati {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .head-risultati {
        background: rgb(242, 242, 242);
        background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
        padding-bottom: 0;
    }
}

.head-risultati>.container-fluid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* padding: 0; */
}

.head-risultati h1 {
    font-weight: 700;
    font-size: 2.8rem;
    margin: 0 .6rem 0 0;
}

@media (max-width: 767.98px) {
    .head-risultati h1 {
        font-size: 1.8rem;
    }
}

.head-risultati .brand-header {
    width: 150px;
    height: auto;
    margin: -1.5rem 2rem -1.5rem 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border: 10px solid #FFF;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .head-risultati .brand-header {
        display: none;
    }
}

.head-risultati p {
    font-size: .9rem;
    display: inline;
    margin: 1rem 0 0;
}

@media (max-width: 767.98px) {
    .head-risultati p {
        display: block;
        width: 100%;
        margin: 0;
    }
}

.head-risultati p strong {
    color: var(--c-main);
    font-weight: 500;
}

.head-risultati p em {
    font-style: normal;
    font-size: 1.1rem;
}

.head-risultati button {
    border: none;
    background: transparent;
    text-align: left;
    position: relative;
    padding: .5rem 1rem .5rem 40px;
    line-height: 100%;
}

@media (max-width: 767.98px) {
    .head-risultati button {
        padding: 0;
    }
}

.head-risultati button svg {
    position: absolute;
    left: 9px;
    top: 10px;
}

@media (max-width: 767.98px) {
    .head-risultati button svg {
        position: relative;
        left: 0;
        top: 0;
    }
}

.head-risultati button strong {
    font-weight: 500;
    font-size: 1rem;
    display: block;
    text-transform: uppercase;
    line-height: 100%;
}

@media (max-width: 767.98px) {
    .head-risultati button strong {
        display: none;
    }
}

.head-risultati button small {
    color: var(--c-main);
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: 600;
    display: block;
    line-height: 100%;
}

@media (max-width: 767.98px) {
    .head-risultati button small {
        display: none;
    }
}

.btn-filtri {}

.btn-ordina {}

.ordina {
    font-weight: 500;
    margin-bottom: 1rem;
}

.ordina>span {
    margin-right: 10px;
}

.ordina i {
    font-size: 1.3rem;
    vertical-align: middle;
    margin-right: 4px;
}

.ordina .bootstrap-select .btn {
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 2px;
    background: #FFF;
}

.risultati-di-ricerca .splide__list {
    align-items: flex-start;
}

.risultati-di-ricerca .prodotto {
    margin-bottom: 4rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.risultati-di-ricerca .prodotto .foto-prodotto {
    overflow: hidden;
    display: block;
    /* border: 2px solid #FFF; */
    border-radius: 15px;
    position: relative;
    margin-bottom: .5rem;
}

.risultati-di-ricerca .prodotto .foto-prodotto img {
    width: 100%;
    height: auto;
    /* background: #F2F2F2; */
    /* margin: 0 -2px .5rem; */
    padding: 0;
}

.risultati-di-ricerca .prodotto .foto-prodotto picture:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
}

.risultati-di-ricerca .prodotto .foto-prodotto picture:last-of-type {
    opacity: 0;
}

@media (min-width: 768px) {
    .risultati-di-ricerca .prodotto .foto-prodotto:hover picture:first-of-type {
        /* display: none; */
        opacity: 0;
    }

    .risultati-di-ricerca .prodotto .foto-prodotto:hover picture:last-of-type {
        /* display: none; */
        opacity: 1;
    }
}

.risultati-di-ricerca .prodotto-brandlogo .foto-prodotto {
    position: relative;
}

.risultati-di-ricerca .prodotto-brandlogo .foto-prodotto img {
    width: 100%;
    height: auto;
    padding: 0;
}

.risultati-di-ricerca .prodotto:not(.prodotto-brandlogo) .foto-prodotto::after {
    box-shadow: 0 0 70px rgba(0, 0, 0, .1) inset;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.risultati-di-ricerca .prodotto .marca-prodotto {
    display: block;
    text-transform: uppercase;
    font-size: .8rem;
    color: #8B8B8B;
    font-weight: 500;
}

.risultati-di-ricerca .prodotto .nome-prodotto {
    display: block;
    font-size: 1rem;
    color: var(--c-base);
    font-weight: 600;
    margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
    .risultati-di-ricerca .prodotto .nome-prodotto {
        font-size: .9rem;
    }
}

.risultati-di-ricerca .prodotto .nome-prodotto a {
    text-decoration: none;
}

.risultati-di-ricerca .prodotto .nome-prodotto a span {
    display: block;
    font-size: .9rem;
    color: #8B8B8B;
    text-transform: capitalize;
    padding-top: .2rem;
}

.risultati-di-ricerca .prodotto .prezzo-prodotto {
    display: block;
    font-weight: 600;
    /* margin-bottom: .6rem; */
    margin-top: auto;
    font-size: .9rem;
    color: var(--c-main);
}

.risultati-di-ricerca .prodotto .prezzo-prodotto s {
    font-weight: 500;
    color: rgba(29, 29, 27, .4);
    margin-right: .2rem;
    display: inline-block;
}

.risultati-di-ricerca .prodotto .prezzo-prodotto strong {
    font-weight: 600;
    color: #FFF;
    background: #FE0000;
    margin-left: .2rem;
    display: inline-block;
    line-height: 100%;
    padding: 3px 5px;
    border-radius: 3px;
}

.risultati-di-ricerca .prodotto .taglie-prodotto {
    font-size: .8rem;
    color: rgba(29, 29, 27, .4);
    font-weight: 500;
    line-height: 130%;
    display: block;
    margin-top: .7rem;
}

.risultati-di-ricerca .prodotto .taglie-prodotto span {
    display: inline-block;
    padding: 0 2px;
}

.risultati-di-ricerca .prodotto .taglie-prodotto.taglie-disponibili::before,
.risultati-di-ricerca .prodotto .taglie-prodotto.taglie-non-disponibili::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #35DF00;
    border-radius: 5px;
    content: " ";
    margin-right: 4px;
}

.risultati-di-ricerca .prodotto .taglie-prodotto.taglie-non-disponibili::before {
    background: #CCC;
}

.aggiungi-a-preferiti {
    border: none;
    background: #FFF;
    /* float: right; */
    line-height: 100%;
    color: rgba(0, 0, 0, .4);
    transition: transform .3s;
    padding: 5px 2px;
    font-size: 1.2rem;
    margin-top: -2px;
    position: absolute;
    top: .5rem;
    right: 1.1rem;
    opacity: 1;
    border-radius: 9px;
}

.aggiungi-a-preferiti:hover {
    color: #FE0000;
    transform: scale(1.6);
    opacity: 1;
}

.aggiungi-a-preferiti svg {
    transform: scale(.75);
    opacity: .6;
}

.aggiungi-a-preferiti:not(.active) .fa-solid.fa-heart,
.aggiungi-a-preferiti .fa-solid.fa-heart-crack,
.aggiungi-a-preferiti.active .fa-regular.fa-heart {
    display: none;
}

.aggiungi-a-preferiti:not(.active) svg:nth-of-type(2),
.aggiungi-a-preferiti svg:nth-of-type(3),
.aggiungi-a-preferiti.active svg:nth-of-type(1) {
    display: none;
}

.aggiungi-a-preferiti.active .fa-solid.fa-heart {
    color: #FE0000;
}

.aggiungi-a-preferiti.active svg:nth-of-type(2) * {
    fill: #FE0000;
    stroke: #FE0000;
}

.aggiungi-a-preferiti.active:hover .fa-solid.fa-heart,
.aggiungi-a-preferiti.active:hover svg:nth-of-type(2) {
    display: none;
}

.aggiungi-a-preferiti.active:hover .fa-solid.fa-heart-crack,
.aggiungi-a-preferiti.active:hover svg:nth-of-type(3) {
    display: block;
    color: var(--c-base);
}

.risultati-di-ricerca .prodotto strong.saldi {
    position: absolute;
    background: #FE0000;
    color: #FFF;
    left: 1.15rem;
    top: .5rem;
    padding: .2rem 1rem;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    border-radius: 8px;
    z-index: 10;
}

.sidebar {
    width: 98%;
}

/* @media (max-width: 1200px) {
    .btn-filtri {
        display: inline-block;
        position: fixed;
        bottom: 1rem;
        left: 1rem;
        background: #FFF;
        border: 3px solid var(--c-base);
        padding: .5rem 1.2rem .5rem 1rem;
        border-radius: 40px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
        font-size: 1.2rem;
        font-weight: 800;
        color: var(--c-base);
    }

    .btn-filtri i {
        font-size: 1.8rem;
        vertical-align: middle;
        margin-right: .3rem;
    }
} */

.sidebar .ancora-ricerca {
    position: absolute;
    margin-top: -130px;
}

#prodotti-offerta+label {
    margin-top: -7px;
    vertical-align: middle;
    padding-left: 4px;
}

.filtra-ricerca {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    background: #FFF;
}

.filtra-ricerca.stick {
    /* position: fixed;
    top: calc(130px + var(--paddingtopD)); */
    border: 20px solid #FFF;
    box-sizing: content-box;
    margin: -20px;
    /* box-shadow: 0 20px 40px rgba(0,0,0,.2); */
    transition: box-shadow .3s, top .3s;
}

/* @media (max-width: 1200px) {
    .filtra-ricerca {
        top: -100vh;
        transition: box-shadow .3s, top .3s;
    }

    .filtra-ricerca,
    .filtra-ricerca.stick {
        position: fixed;
        top: 0px;
        left: calc(50% - 150px - 40px);
        right: calc(50% - 150px - 40px);
        border: 20px solid #FFF;
        box-sizing: content-box;
        margin: 0 auto;
        box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
        z-index: 1031;
        max-width: 300px;
        width: 100% !important;
    }

    .filtra-ricerca:not(.open) {
        top: -100vh;
    }
} */

.titolo-filtri {
    color: var(--c-base);
    font-weight: 500;
    line-height: 100%;
    font-size: 1.6rem;
}

.titolo-filtri svg {
    margin-top: -6px;
    margin-right: 6px;
}

.filtra-ricerca .titolo-filtri i:last-of-type {
    display: none;
}

@media (max-width: 1200px) {
    .filtra-ricerca .titolo-filtri i:last-of-type {
        font-size: 2.5rem;
        display: inline-block;
        float: right;
        margin-top: -5px;
    }
}

.filtra-ricerca .accordion {
    max-height: calc(100vh - 220px);
    overflow: auto;
    overflow-x: hidden;
    margin: 0 -20px;
    padding: 0 20px;
}

@media (max-width: 1200px) {
    .filtra-ricerca .accordion {
        max-height: calc(100vh - 110px);
    }
}

.filtro-ricerca {
    /* margin-bottom: 2rem; */
    border-bottom: 1px solid #DDD;
}

.filtro-ricerca .accordion-button {
    padding: .5rem 0;
    font-weight: 600;
    border: none;
    box-shadow: none;
}

.filtro-ricerca .accordion-button:not(.collapsed) {
    background: transparent;
    border: none;
    color: var(--c-base);
}

.filtro-ricerca .accordion-button:focus {
    box-shadow: none;
    color: var(--c-base);
    border: none;
}

.filtro-ricerca .accordion-body {
    padding: 0 0 1.5rem;
}

.filtro-ricerca:last-of-type .accordion-body {
    padding: 0;
}

.filtro-ricerca>strong {
    border-bottom: 1px solid #DDD;
    display: block;
    margin-bottom: 10px;
    margin-left: -1rem;
    font-weight: 600;
}

.filtro-ricerca .form-check-label {
    color: rgba(0, 0, 0, .5);
    font-size: .9rem;
    cursor: pointer;
    width: 100%;
    text-transform: capitalize;
}

.filtro-ricerca .form-check-label b {
    display: inline-block;
    font-weight: normal;
    float: right;
}

.filtri-nascosti {
    display: none;
}

.filtri-nascosti.open {
    display: block;
}

.espandi-filtro {
    border: none;
    padding: 0;
    background: transparent;
    font-size: .85rem;
    font-weight: 500;
    text-align: left;
}

.espandi-filtro:not(.open) span:last-of-type,
.espandi-filtro.open span:first-of-type {
    display: none;
}

.btn-taglia {
    border-radius: 3px;
    font-size: .8rem;
    margin-top: .25rem;
    font-weight: 600;
    padding: .1rem 0;
    width: 34px;
    text-align: center;
    color: var(--c-base);
}

.btn-check:checked+.btn-taglia {
    background: var(--c-base);
}

.btn-check:disabled+.btn-taglia,
.btn-check[disabled]+.btn-taglia {
    opacity: .3;
}

/* Filtri attivi */

.filtri-attivi {
    /* padding-left: .25rem; */
}

.filtri-attivi>strong {
    font-weight: 500;
    color: var(--c-base);
    margin-bottom: .2rem;
    display: block;
}

.filtri-attivi>span {
    border: none;
    display: inline-block;
    padding: .4rem .2rem .3rem 1rem;
    margin: 0 .3rem .3rem 0;
    font-size: .85rem;
    /* background: var(--c-grigiosfondo); */
    border-radius: 5px;
    color: var(--c-grigio);
    border: 1px solid rgba(0, 0, 0, .15);
}

.filtri-attivi>span strong {
    font-weight: 500;
    color: var(--c-base);
}

.filtri-attivi>span button {
    border: none;
    font-size: 2rem;
    padding: .3rem;
    line-height: 1rem;
    vertical-align: middle;
    background: transparent;
    margin-left: .2rem;
    margin-top: -.1rem;
}

.filtri-attivi>span:last-of-type button {
    color: var(--c-main);
}

/* Paginazione */

.paginazione {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 3rem auto;
}

.paginazione>button,
.paginazione>a {
    padding: 0;
    border: none;
    background: none;
    text-decoration: none;
    font-weight: 600;
}

.paginazione>button i,
.paginazione>a i {
    font-size: 2rem;
    vertical-align: middle;
    margin-top: -3px;
}

@media (max-width: 991.98px) {

    .paginazione>button span,
    .paginazione>a span {
        display: none;
    }
}

.paginazione ul {
    padding: 0;
    margin: 0;
}

.paginazione ul li {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    line-height: 2rem;
    vertical-align: middle;
    color: rgba(0, 0, 0, .3);
}

.paginazione ul li a {
    text-decoration: none;
    padding: 0 .8rem;
    display: block;
    transition: transform .3s;
}

.paginazione ul li a:hover {
    transform: scale(1.3);
}

.paginazione ul li.active {
    font-weight: 800;
    padding: 0 .8rem;
    transform: scale(1.3);
    color: var(--c-base);
    border: 1px solid var(--c-base);
    margin: 0 .3rem;
}

@media (max-width: 991.98px) {
    .paginazione ul li:not(.active) {
        display: none;
    }
}

/* Dettaglio prodotto */

.main-prodotto {
    margin: 0 0 1rem;
}

@media (max-width: 767.98px) {
    .main-prodotto {}

    .galleria-foto-prodotto {
        overflow: hidden;
        border-radius: 20px;
    }
}

.dettagli-prodotto {
    position: relative;
    z-index: 1;
    padding: 0 3rem;
}

@media (max-width: 1199.98px) {
    .dettagli-prodotto {
        padding: 3rem 0;
    }

    .dettagli-marca {
        padding: 3rem 0;
        max-width: 300px;
        margin: auto;
    }
}

@media (max-width: 575.98px) {
    .dettagli-prodotto {
        padding: 1rem 0 3rem;
    }
}

.dettagli-marca img {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
    margin-bottom: 1rem;
}

.dettagli-marca table th,
.dettagli-marca table td {
    display: block;
    text-align: center;
    padding: 0;
    line-height: 100%;
}

.dettagli-marca table th {
    border: none;
    font-size: .85rem;
    font-weight: 400;
    padding-top: .5rem;
    padding-bottom: .2rem;
    opacity: .6;
}

.dettagli-marca table td {
    font-weight: 600;
    padding-bottom: .5rem;
}

.dettagli-marca table tr:last-of-type td {
    border: none;
}

.galleria-foto-prodotto #galleria-foto-prodotto .splide__track {
    /* box-shadow: 0 30px 60px rgba(0, 0, 0, .2); */
    border-radius: 20px;
    margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
    .galleria-foto-prodotto #galleria-foto-prodotto .splide__track {
        margin-bottom: .5rem;
    }
}

.galleria-foto-prodotto #galleria-foto-prodotto .splide__list {
    height: auto;
}

/* .galleria-foto-prodotto #galleria-foto-prodotto .splide__track::after {
    box-shadow: 0 0 60px rgba(0, 0, 0, .1) inset;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
} */

.splide__arrow.splide__arrow--prev {
    background: url(../images/icon-arrow-left.svg) no-repeat center;
    top: 95%;
}

.splide__arrow.splide__arrow--next {
    background: url(../images/icon-arrow-right.svg) no-repeat center;
    top: 95%;
}

.splide__arrow.splide__arrow--prev svg,
.splide__arrow.splide__arrow--next svg {
    display: none;
}

.galleria-foto-prodotto .zoom-image {
    cursor: zoom-in;
    text-align: center;
}

.galleria-foto-prodotto img {
    height: auto;
    margin: 0;
}

@media (max-width: 767.98px) {
    .galleria-foto-prodotto img {
        /* max-width: 94% !important;
        margin: 0 auto 0 3%; */
    }
}

.galleria-foto-prodotto #galleria-miniature-prodotto img {
    background: var(--c-grigiosfondo);
    border-radius: 20px;
    /* border: 5px solid #FFF; */
}

#galleria-miniature-prodotto .splide__track {
    overflow: visible;
}

#galleria-miniature-prodotto .splide__list {
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    #galleria-miniature-prodotto .splide__list {
        padding: 1rem 0 !important;
    }
}

@media (max-width: 575.98px) {
    #galleria-miniature-prodotto .splide__list {
        padding: 0 !important;
        justify-content: center;
    }
}

#galleria-miniature-prodotto .splide__slide.is-active img {
    box-shadow: 0 10px 20px rgb(0, 0, 0, .2);
}

@media (max-width: 767.98px) {
    #galleria-miniature-prodotto .splide__slide.is-active img {
        box-shadow: 0 5px 10px rgb(0, 0, 0, .2);
        box-shadow: none;
    }
}

@media (max-width: 575.98px) {
    #galleria-miniature-prodotto .splide__slide img {
        display: none;
    }
}

#galleria-miniature-prodotto .splide__slide {
    opacity: .7;
    background: transparent;
    border: none;
    width: 85px !important;
    height: 85px;
    display: inline-block;
    margin: 0 8px 8px 0;
    transition: opacity .3s, transform .3s, width .3s;
}

@media (max-width: 575.98px) {
    #galleria-miniature-prodotto .splide__slide {
        opacity: .3;
        background: var(--c-grigio);
        width: 15px !important;
        height: 2px;
        margin: 0 5px 8px 0;
        /* border-radius: 10px; */
    }
}

#galleria-miniature-prodotto .splide__slide.is-active {
    opacity: 1;
    border: none;
    transform: scale(1.1);
}

@media (max-width: 575.98px) {
    #galleria-miniature-prodotto .splide__slide.is-active {
        width: 25px !important;
    }
}

#galleria-miniature-prodotto .splide__slide:hover {
    transform: scale(1.1);
    opacity: 1;
}

.splide__arrow {
    background: none;
    font-size: 2rem;
}

@media (max-width: 767.98px) {
    .splide__arrow {
        display: none;
    }
}

.splide__arrow--prev {
    left: 0;
}

.splide__arrow--next {
    right: 0;
}

#zoom-foto-prodotto {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    background: #F2F2F2;
    z-index: 10000;
    overflow: auto;
    text-align: center;
    cursor: grab;
}

#zoom-foto-prodotto img {
    max-width: none;
}

#btn-chiudi-zoom {
    position: fixed;
    top: 10px;
    right: 25px;
    font-size: 2.5rem;
    line-height: 100%;
    padding: .3rem 1rem .8rem;
    border: none;
    background: var(--c-base);
    color: #FFF;
    border-radius: 3px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
}

body.zoom {
    overflow: hidden;
}

.dettagli-prodotto .breadcrumb-item,
.dettagli-prodotto .breadcrumb-item.active,
.dettagli-prodotto .breadcrumb-item a {
    color: var(--c-grigio);
}

.dettagli-prodotto .breadcrumb-item a:hover {
    color: var(--c-base);
    text-decoration: underline;
}

.dettagli-prodotto .marca-prodotto {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2rem;
}

@media (max-width: 1200px) {
    .dettagli-prodotto .marca-prodotto {
        font-size: 1.2rem;
    }
}

@media (max-width: 767.98px) {
    .dettagli-prodotto .marca-prodotto {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .dettagli-prodotto .marca-prodotto {
        font-size: 1rem;
        padding-bottom: .1rem;
    }
}

.dettagli-prodotto .marca-prodotto:hover {
    text-decoration: underline;
}

.dettagli-prodotto h1 {
    font-size: 2rem;
    margin-bottom: .2rem;
}

@media (max-width: 1200px) {
    .dettagli-prodotto h1 {
        font-size: 1.8rem;
    }
}

@media (max-width: 575.98px) {
    .dettagli-prodotto h1 {
        font-size: 1.4rem;
    }
}

.dettagli-prodotto h1 span {
    font-size: 1.3rem;
    display: block;
    font-weight: 500;
    color: var(--c-base);
}

@media (max-width: 1200px) {
    .dettagli-prodotto h1 span {
        font-size: 1.2rem;
    }
}

@media (max-width: 575.98px) {
    .dettagli-prodotto h1 span {
        font-size: 1.1rem;
        padding-top: .2rem;
    }
}

.dettagli-prodotto .codice-articolo {
    font-size: .8rem;
    display: block;
    font-weight: 500;
    color: rgba(29, 29, 27, .5);
    line-height: 1.6rem;
    margin-bottom: 2rem;
}

.dettagli-prodotto .codice-articolo strong {
    font-weight: 600;
}

.dettagli-prodotto .prezzo-del-prodotto {
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 0;
    display: block;
    color: var(--c-main);
}

@media (max-width: 575.98px) {
    .dettagli-prodotto .prezzo-del-prodotto {
        font-size: 1.3rem;
    }
}

.dettagli-prodotto .prezzo-del-prodotto strong {
    font-weight: 700;
    font-size: 1.3rem;
    display: inline-block;
    background: var(--c-main);
    color: #FFF;
    vertical-align: middle;
    padding: .2rem .7rem .1rem;
    line-height: 100%;
    margin-top: -5px;
    border-radius: 3px;
}

.dettagli-prodotto .prezzo-del-prodotto em {
    display: block;
    color: rgba(29, 29, 27, .4);
    font-size: .9rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.dettagli-prodotto .colori-del-prodotto {
    margin-bottom: 2rem;
}

.dettagli-prodotto .colori-del-prodotto strong {
    display: block;
    margin-bottom: .3rem;
    font-weight: 400;
    font-size: .9rem;
    color: var(--c-grigio);
}

.dettagli-prodotto .colori-del-prodotto strong span {
    font-weight: 600;
    text-transform: none;
    color: var(--c-base);
}

.dettagli-prodotto .colore-del-prodotto {
    border: none;
    border-radius: 22px;
    overflow: hidden;
    padding: 0;
    margin: 0 .8rem .8rem 0;
    /* box-shadow: 0 10px 20px rgb(0, 0, 0, .1); */
    background-size: 120%;
    background-position: center;
}

.dettagli-prodotto .colore-del-prodotto.colore-active {
    border: 2px solid var(--c-base);
    /* box-shadow: 0 10px 20px rgb(0, 0, 0, .2); */
}

.dettagli-prodotto .colore-del-prodotto:not(.colore-active) {
    /* opacity: .4; */
}

.dettagli-prodotto .colore-del-prodotto:not(.colore-active):hover {
    opacity: 1;
}

.dettagli-prodotto .colore-del-prodotto img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: var(--c-grigiosfondo);
}

.dettagli-prodotto .seleziona-taglia-prodotto {
    margin-bottom: 2rem;
}

.dettagli-prodotto .seleziona-taglia-prodotto strong {
    display: block;
    margin-bottom: .1rem;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .9rem;
}

.dettagli-prodotto .seleziona-taglia-prodotto div {
    display: inline-block;
}

.dettagli-prodotto .seleziona-taglia-prodotto .btn-outline-dark {
    border-radius: 3px;
    font-weight: 600;
    padding: .8rem;
    line-height: 100%;
    min-width: 58px;
    text-align: center;
    margin-bottom: .2rem;
    background: var(--c-grigiosfondo);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 22px;
}

.taglia-esaurita {
    cursor: not-allowed;
}

.dettagli-prodotto .seleziona-taglia-prodotto .btn-check:disabled+.btn,
.dettagli-prodotto .seleziona-taglia-prodotto .btn-check[disabled]+.btn {
    color: var(--c-grigio);
    border: none;
}

.dettagli-prodotto .seleziona-taglia-prodotto .btn-check:checked+.btn {
    background: var(--c-base);
    border: 1px solid var(--c-base);
}

.coloreprodotto strong {
    font-size: .9rem;
    font-weight: 500;
    display: block;
    margin-bottom: 1rem;
}

.coloreprodotto strong b {
    text-transform: uppercase;
}

.product-actions {
    display: flex;
    flex-wrap: wrap;
}

.dettagli-prodotto .aggiungi-al-carrello {
    border-radius: 22px;
    font-weight: 500;
    /* text-transform: uppercase; */
    padding: .9rem 1.7rem .9rem 1.4rem;
    font-size: 1.2rem;
    background: var(--c-main);
    border-color: var(--c-main);
    transition: transform .3s, background .3s, box-shadow .3s, border .3s;
    min-width: 280px;
}

@media (max-width: 767.98px) {
    .dettagli-prodotto .aggiungi-al-carrello {
        padding: .8rem 1rem .9rem .7rem;
        font-size: 1.2rem;
        width: 100%;
        margin-bottom: .5rem;
    }
}

.dettagli-prodotto .aggiungi-al-carrello:hover {
    box-shadow: 0 20px 40px rgba(228, 6, 19, .4);
    background: var(--c-main);
    border-color: var(--c-main);
    transform: scale(1.1);
}

.dettagli-prodotto .aggiungi-al-carrello svg {
    margin-right: .6rem;
    margin-top: -2px;
}

.dettagli-prodotto .aggiungi-ai-preferiti {
    border-radius: 3px;
    padding: .8rem 3rem;
    font-size: 1rem;
    transition: transform .3s, color .3s;
    border: none;
    height: 50px;
    font-weight: 400;
    color: var(--c-grigio);
    margin: .5rem 0;
    min-width: 280px;
}

@media (max-width: 767.98px) {
    .dettagli-prodotto .aggiungi-ai-preferiti {
        padding: .8rem 1rem;
        font-size: 1rem;
        width: 100%;
    }
}

.dettagli-prodotto .aggiungi-ai-preferiti svg {
    transition: transform .3s, color .3s;
}

.dettagli-prodotto .aggiungi-ai-preferiti svg * {
    stroke: var(--c-grigio);
}

.dettagli-prodotto .aggiungi-ai-preferiti.active {
    /* border: none; */
}

.dettagli-prodotto .aggiungi-ai-preferiti:hover svg * {
    stroke: #FE0000;
}

.dettagli-prodotto .aggiungi-ai-preferiti:hover svg {
    transform: scale(1.3);
}

.dettagli-prodotto .aggiungi-ai-preferiti:not(.active) .fa-solid.fa-heart,
.dettagli-prodotto .aggiungi-ai-preferiti .fa-solid.fa-heart-crack,
.dettagli-prodotto .aggiungi-ai-preferiti.active .fa-regular.fa-heart,

.dettagli-prodotto .aggiungi-ai-preferiti:not(.active) svg:nth-of-type(2),
.dettagli-prodotto .aggiungi-ai-preferiti svg:nth-of-type(3),
.dettagli-prodotto .aggiungi-ai-preferiti.active svg:nth-of-type(1) {
    display: none;
}

.dettagli-prodotto .aggiungi-ai-preferiti.active .fa-solid.fa-heart {
    color: #FE0000;
}

.dettagli-prodotto .aggiungi-ai-preferiti.active svg:nth-of-type(2) * {
    fill: #FE0000;
    stroke: #FE0000;
}

.dettagli-prodotto .aggiungi-ai-preferiti.active:hover .fa-solid.fa-heart {
    display: none;
}

.dettagli-prodotto .aggiungi-ai-preferiti.active:hover svg:nth-of-type(2) {
    display: none;
}

.dettagli-prodotto .aggiungi-ai-preferiti.active:hover .fa-solid.fa-heart-crack {
    display: block;
    color: var(--c-base);
}

.dettagli-prodotto .aggiungi-ai-preferiti.active:hover svg:nth-of-type(3) {
    display: block;
}

.dettagli-prodotto .aggiungi-ai-preferiti.active:hover svg:nth-of-type(3) * {
    stroke: var(--c-base);
}

.descrizione-prodotto {
    font-size: .95rem;
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
}

.descrizione-prodotto h1,
.descrizione-prodotto h2,
.descrizione-prodotto h3,
.descrizione-prodotto h4,
.descrizione-prodotto h5,
.descrizione-prodotto h6 {
    font-weight: 700;
    padding: 0;
    margin: 0 0 .6rem;
    font-size: 1.3rem;
}

.descrizione-prodotto p {
    font-weight: 400;
    padding: 1rem 0 0;
    font-size: 1rem;
}

.descrizione-prodotto table {
    margin: 2rem auto;
    width: auto;
}

.descrizione-prodotto th {
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    font-size: .9rem;
    text-align: right;
    width: 50%;
    white-space: nowrap;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, .25);
    padding: .2rem .5rem;
}

.descrizione-prodotto table tr:first-of-type th {
    padding: 1.3rem .5rem .2rem;
}

.descrizione-prodotto table tr:last-of-type th {
    padding: .2rem .5rem 1.3rem;
}

.descrizione-prodotto td {
    font-weight: 500;
    font-size: .9rem;
    border: none;
    padding: .2rem .5rem;
}

.descrizione-prodotto table tr:first-of-type td {
    padding: 1.3rem .5rem .2rem;
}

.descrizione-prodotto table tr:last-of-type td {
    padding: .2rem .5rem 1.3rem;
}

.highlights {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.highlight {
    line-height: 120%;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, .03);
    border-radius: 10px;
    padding: 1rem;
    width: calc((100% / 7) - 10px);
}

@media (max-width: 1199.98px) {
    .highlight {
        width: 24%;
    }
}

@media (max-width: 991.98px) {
    .highlight {
        width: 32%;
    }
}

@media (max-width: 767.98px) {
    .highlight {
        width: 49%;
    }
}

@media (max-width: 575.98px) {}

.highlight-empty {
    background: transparent;
}

.highlight i {
    font-size: 2.8rem;
    margin-bottom: .4rem;
}

.highlight img {
    width: 48px;
    height: auto;
    margin: 5px 0;
}

.highlight strong {
    display: block;
    margin-bottom: .1rem;
    font-size: .95rem;
}

.highlight p {
    font-size: .8rem;
    line-height: 120%;
    color: rgba(0, 0, 0, .5);
    font-weight: 500;
    margin: 0;
}

.titolo-vetrina {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    margin: 2rem 0 1rem;
}

@media (max-width: 767.98px) {
    .titolo-vetrina {
        font-size: 1.5rem;
        line-height: 130%;
    }
}

.titolo-vetrina p {
    font-weight: 500;
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .titolo-vetrina p {
        line-height: 140%;
        padding-top: .5rem;
    }
}

/* FAQ */

#faq .accordion-button {
    padding: .5rem 0;
    font-weight: 600;
    transition: padding .3s;
}

#faq .accordion-button:not(.collapsed) {
    background: none;
    font-weight: 700;
    color: var(--c-base);
    padding: .5rem 0 0;
    box-shadow: none;
}

#faq .accordion-button:focus {
    background: none;
    border: none;
    box-shadow: none;
}

#faq .accordion-body {
    padding: 0 0 .7rem;
    font-size: .9rem;
}

/* Login */

.bg {
    background: url("../images/bg.jpg") center;
    background-size: cover;
}

@media (max-width: 1199.98px) {
    .bg {
        padding-top: 2rem;
    }
}

.login {
    margin-bottom: 2rem;
}

.login .input-group-text,
.registrazione .input-group-text {
    width: 42px;
    justify-content: center;
}

.login .password-dimenticata {
    display: block;
    text-align: right;
    font-size: .8rem;
    color: rgba(0, 0, 0, .5);
}

@media (max-width: 1200px) {
    .login .password-dimenticata {
        margin-bottom: .8rem;
    }
}

.registrati {
    margin-bottom: 3rem;
    padding-top: 1.7rem;
}

.registrati h2 {
    font-size: 1.7rem;
    margin-bottom: .2rem;
}

.registrati p {
    color: #8B8B8B;
    font-size: .95rem;
}

.registrati .btn {
    border-radius: 3px;
    font-weight: 700;
    padding: .5rem 1.5rem;
    border-width: 2px;
}

.scegli {
    /* margin-bottom: 3rem; */
}

.scegli .col-lg-1 {
    width: 3rem;
}

.accedi,
.scegli .accedi {
    padding: 1.7rem 2rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    background: #FFF;
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 991.98px) {

    .accedi,
    .scegli .accedi {
        margin: 0 2rem 1rem !important;
        width: calc(100% - 4rem);
    }
}

@media (max-width: 575.98px) {

    .accedi,
    .scegli .accedi {
        margin: 0 0 1rem !important;
        width: 100%;
    }
}

.scegli .accedi .login {
    margin-bottom: 0;
}

.scegli h1 {
    font-size: 2.2rem;
}

@media (max-width: 767.98px) {
    .scegli h1 {
        font-size: 1.8rem;
    }
}

.nuovo-cliente {
    padding: 1.7rem 2rem 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
    background: var(--c-main);
    color: #FFF;
}

@media (max-width: 991.98px) {
    .nuovo-cliente {
        margin: 0 2rem 1rem !important;
        width: calc(100% - 4rem);
    }
}

@media (max-width: 575.98px) {
    .nuovo-cliente {
        margin: 0 0 1rem !important;
        width: 100%;
    }
}

.nuovo-cliente h2 {
    font-size: 2.2rem;
    margin-bottom: .2rem;
    color: #FFF;
}

@media (max-width: 767.98px) {
    .nuovo-cliente h2 {
        font-size: 1.8rem;
    }
}

.nuovo-cliente p {
    color: #8B8B8B;
    color: rgba(255, 255, 255, .6);
    font-size: .95rem;
}

.nuovo-cliente .btn {
    border-radius: 3px;
    font-weight: 700;
    padding: .5rem 1.5rem;
    border-width: 2px;
    margin-bottom: 1rem;
    background: #FFF;
    color: var(--c-main);
    border: none;
}

.ospite {
    padding: 1.3rem;
    background: #F2F2F2;
}

.ospite h2 {
    font-size: 1.1rem;
    margin-bottom: .2rem;
    font-weight: 700;
}

.ospite p {
    color: #8B8B8B;
    font-size: .9rem;
    margin-bottom: .4rem;
}

.ospite .btn {
    border-radius: 3px;
    font-weight: 700;
    padding: .5rem 1.5rem;
    border-width: 2px;
    font-size: 1rem;
    background: #FFF;
    margin-bottom: 0;
}

.regole-password {
    font-size: .8rem;
    padding: 0;
    list-style: none;
    color: #777;
    margin-top: .4rem;
}

@media (max-width: 991.98px) {
    .regole-password {
        margin-top: -1.7rem;
    }
}

.regole-password strong {
    font-weight: 500;
    color: #212529;
}

.regole-password li.active,
.regole-password li.active strong {
    color: #38B800;
}

.regole-password li.active strong {
    color: #38B800;
    font-weight: 600;
}

.registrazione .form-check {
    font-size: .85rem;
}

/* Alerts */

.alert {
    border: none;
    border-radius: 3px;
    font-size: .9rem;
    font-weight: 500;
    padding: .7rem 3rem .7rem 1rem;
    line-height: 130%;
}

.alert-danger {
    background: #FE0000;
    color: #FFF;
}

.alert a {
    color: #FFF;
}

.alert .alert-close {
    color: #FFF;
    border: none;
    background: transparent;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 1.4rem;
    padding: .4rem;
    line-height: 100%;
}

/* Newsletter */

.newsletter {
    background: #F2F2F2;
    text-align: center;
    margin-top: 2rem;
}

.newsletter-modal .newsletter {
    margin-top: 0 !important;
    border-radius: 10px;
    padding: 0 1rem;
}

.newsletter-modal .modal-footer {
    border: none;
    background: #F2F2F2;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 2rem;
}

.newsletter .claim {
    background: #D61F16;
    display: inline-block;
    margin: -2rem auto 1rem;
    padding: .8rem 2rem;
    font-weight: 800;
    color: #FFF;
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.1rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
    border-radius: 30px;
    width: 500px;
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .newsletter .claim {
        margin: -2rem auto 1rem;
        /* padding: .6rem 1rem; */
        font-size: 1rem;
        line-height: 110%;
    }
}

.newsletter strong {
    display: block;
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    line-height: 120%;
}

@media (max-width: 1199.98px) {
    .newsletter strong {
        font-size: 1.4rem;
    }
}

.newsletter p {
    font-size: 1rem;
    color: rgba(0, 0, 0, .5);
    margin-bottom: .8rem;
    line-height: 120%;
}

.newsletter input.form-control {
    text-align: center;
    border-radius: 3px;
}

.newsletter .form-floating {
    width: 500px;
    max-width: 100%;
    margin: 0 auto .5rem;
}

.newsletter .form-floating label {
    text-align: center;
}

.newsletter .form-floating>.form-control-plaintext~label,
.newsletter .form-floating>.form-control:focus~label,
.newsletter .form-floating>.form-control:not(:placeholder-shown)~label,
.newsletter .form-floating>.form-select~label {
    transform: translateY(-0.7rem);
    right: 0;
    font-size: .8rem;
}

.newsletter .form-check {
    width: 500px;
    max-width: 100%;
    margin: 0 auto 1rem;
    font-size: .85rem;
    color: rgba(0, 0, 0, .6);
    line-height: 120%;
    text-align: left;
}

.newsletter .form-check a {
    color: rgba(0, 0, 0, .6);
}

.newsletter .form-check input {
    float: none;
    margin-top: .1rem;
}

.note-newsletter {
    line-height: 100%;
}

.newsletter .btn {
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    border-radius: 5px;
    padding: .8rem 2rem;
    background: #D61F16;
    border: none;
}

.newsletter-modal .newsletter .btn {
    margin-bottom: 1rem;
}

/* Footer */

.footer {
    background: var(--c-base);
    color: rgba(255, 255, 255, .6);
    padding-bottom: 6rem;
}

.footer img {
    max-width: 100%;
    height: auto;
    width: 180px;
}

@media (max-width: 575.98px) {
    .footer img {
        width: 120px;
        margin-top: 2rem;
    }
}

.footer .row>div {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .footer .row>div {
        border-left: 1px solid rgba(255, 255, 255, .4);
    }
}

.footer .row>div:first-of-type {
    border-left: none;
}

@media (max-width: 767.98px) {
    .footer .row>div:first-of-type {
        text-align: center;
    }
}

.footer .row>div>strong {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 600;
    display: block;
    font-size: .8rem;
}

@media (max-width: 767.98px) {
    .footer .row>div>strong {
        text-align: center;
    }
}

.footer .row>div .nav .nav-link {
    color: rgba(255, 255, 255, .9);
    font-size: .85rem;
    padding: 0;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .footer .row>div .nav .nav-link {
        text-align: center;
    }
}

.footer .row>div .nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.supporto-clienti p {
    font-size: .85rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.supporto-whatsapp,
.supporto-mail {
    font-size: .85rem;
    font-weight: 500;
    line-height: 130%;
    clear: both;
    margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {

    .supporto-whatsapp,
    .supporto-mail {
        text-align: center;
    }
}

.supporto-mail {
    margin-bottom: 0;
}

.supporto-whatsapp strong,
.supporto-mail strong {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .9);
}

.supporto-whatsapp a,
.supporto-mail a {
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
}

.supporto-whatsapp a:hover,
.supporto-mail a:hover {
    color: #FFF;
}

.supporto-whatsapp svg,
.supporto-mail svg {
    float: left;
    margin-right: .5rem;
}

@media (max-width: 767.98px) {

    .supporto-whatsapp svg,
    .supporto-mail svg {
        float: none;
        margin: .3rem auto .6rem;
        display: block;
    }
}

.metodi-di-pagamento i,
.seguici-sui-social i {
    color: #FFF;
    font-size: 2.65rem;
    vertical-align: middle;
}

.metodi-di-pagamento img,
.seguici-sui-social img {
    vertical-align: middle;
}

.footer .indirizzo {
    background: rgba(0, 0, 0, .2);
    text-align: center;
    color: rgba(255, 255, 255, .6);
    padding: 1.5rem;
    font-size: .8rem;
    font-weight: 400;
}

.footer svg {
    max-width: 100%;
}

/* Feedaty */

.feedback {
    text-align: center;
}

.feedaty {
    transform: scale(.9);
}

.feedaty-rating {
    width: 150px;
    height: 26px;
    background: url(../images/feedaty-stars-bg.png) no-repeat left top /auto 100%;
    margin: 5px auto;
    display: block;
}

.feedaty-score {
    overflow: hidden;
    text-indent: 500px;
    white-space: nowrap;
    width: 150px;
    height: 26px;
    background: url(../images/feedaty-stars.png) no-repeat left top /auto 100%;
}

.feedaty a {
    color: rgba(255, 255, 255, .6);
    font-size: .8rem;
}

.feedaty a:hover {
    color: #FFF;
}

/* Feedaty modifiche a widget ufficiale */

body .fdt_merchant200x150-3_widget_merchant {
    background: none;
    border: none;
    min-width: auto;
    max-width: none;
    width: auto !important;
    min-height: auto;
    max-height: none;
    height: auto !important;
}

body .fdt_merchant200x150-3_ratx_star img {
    width: 142px;
    max-width: 142px;
    min-width: 142px;
    margin: 0;
}

body .fdt_merchant200x150-3_txt_reviews {
    font-size: 12px;
}

body .fdt_merchant200x150-3_ratx {
    font-size: 20px;
}

body .fdt_merchant200x150-3_widget_row {
    width: 94%;
}

/* Firma Merx */

.footer .merx {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    font-size: .85rem;
    display: block;
    transition: background .3s;
    position: relative;
    transform: scale(.7);
}

.footer .merx:hover {
    /* background: #1E88E5; */
}

.footer .merx img {
    transition: transform .3s;
    max-width: 90%;
}

.footer .merx:hover img {
    transform: scale(1.2);
}

/* .footer .merx::after {
    background: #000;
    display: block;
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    height: 1000px;
    z-index: -1;
} */

/* Carrello */

.riga-carrello {
    display: flex;
    margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .riga-carrello {
        flex-wrap: wrap;
        position: relative;
    }
}

.conferma-ordine .riga-carrello {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem 0;
    margin: 0;
}

.riga-carrello .foto-prodotto {
    width: 200px;
    height: 200px;
    background: #F2F2F2;
    overflow: hidden;
    margin-right: 1.5rem;
}

@media (max-width: 575.98px) {
    .riga-carrello .foto-prodotto {
        width: 100px;
        height: 100px;
        margin-right: 1rem;
    }
}

.conferma-ordine .riga-carrello .foto-prodotto {
    width: 100px;
    height: 100px;
    margin-right: 1rem;
}

.riga-carrello .foto-prodotto img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    padding: 10%;
}

.riga-carrello .foto-prodotto:not(:hover) picture:last-of-type {
    display: none;
}

.riga-carrello .foto-prodotto:hover picture:first-of-type {
    display: none;
}

@media (max-width: 767.98px) {
    .riga-carrello .info-prodotto {
        max-width: calc(100% - 200px - 1.5rem);
    }
}

@media (max-width: 575.98px) {
    .riga-carrello .info-prodotto {
        max-width: calc(100% - 100px - 1.5rem);
    }
}

.riga-carrello .info-prodotto .marca-prodotto {
    display: block;
    text-transform: uppercase;
    font-size: .8rem;
    color: #8B8B8B;
    font-weight: 500;
}

.riga-carrello .info-prodotto .nome-prodotto {
    display: block;
    font-size: 1.2rem;
    color: var(--c-base);
    font-weight: 700;
    margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
    .riga-carrello .info-prodotto .nome-prodotto {
        font-size: 1rem;
    }
}

.conferma-ordine .riga-carrello .info-prodotto .nome-prodotto {
    margin-bottom: 0;
    font-size: 1rem;
}

.riga-carrello .info-prodotto .nome-prodotto a {
    text-decoration: none;
}

.riga-carrello .info-prodotto .taglia-prodotto {
    display: block;
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.conferma-ordine .riga-carrello .info-prodotto .taglia-prodotto {
    margin-bottom: 0;
    font-size: .8rem;
    color: #8B8B8B;
}

.riga-carrello .info-prodotto .colore-prodotto {
    display: block;
    font-size: .9rem;
    font-weight: 500;
}

.conferma-ordine .riga-carrello .info-prodotto .colore-prodotto {
    font-size: .8rem;
    color: #8B8B8B;
}

.riga-carrello .info-prodotto .quantita-prodotto {
    display: block;
    font-size: .9rem;
    font-weight: 500;
}

.conferma-ordine .riga-carrello .info-prodotto .quantita-prodotto {
    font-size: .8rem;
    color: #8B8B8B;
}

.riga-carrello .info-prodotto .quantita-prodotto label {
    display: block;
}

.riga-carrello .info-prodotto .quantita-prodotto .bootstrap-select {
    width: 100px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    margin-right: 1rem;
    margin-bottom: .5rem;
}

.riga-carrello .info-prodotto .quantita-prodotto .elimina-prodotto {
    border: none;
    background: transparent;
    font-size: .8rem;
    color: rgba(0, 0, 0, .4);
    font-weight: 500;
    vertical-align: top;
    padding: .6rem;
}

@media (max-width: 575.98px) {
    .riga-carrello .info-prodotto .quantita-prodotto .elimina-prodotto {
        position: absolute;
        left: 60px;
        top: 100px;
    }
}

.riga-carrello .info-prodotto .quantita-prodotto .elimina-prodotto em {
    font-style: normal;
}

@media (max-width: 767.98px) {
    .riga-carrello .info-prodotto .quantita-prodotto .elimina-prodotto em {
        display: none;
    }
}

.riga-carrello .info-prodotto .quantita-prodotto .elimina-prodotto:hover {
    color: #FE0000;
}

.riga-carrello .info-prodotto .quantita-prodotto .elimina-prodotto i {
    font-size: 1.2rem;
    vertical-align: middle;
    margin-top: -3px;
}

.riga-carrello .info-prodotto .quantita-prodotto .elimina-prodotto svg {
    transform: scale(.8);
    vertical-align: middle;
    margin-top: -3px;
}

.riga-carrello .info-prodotto .quantita-prodotto .elimina-prodotto svg * {
    stroke: rgba(0, 0, 0, .4);
}

.riga-carrello .info-prodotto .quantita-prodotto .elimina-prodotto:hover svg * {
    stroke: #FE0000;
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito {
    border: none;
    background: transparent;
    font-size: .8rem;
    color: rgba(0, 0, 0, .4);
    font-weight: 500;
    vertical-align: top;
    padding: .6rem;
}

@media (max-width: 575.98px) {
    .riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito {
        position: absolute;
        left: 0;
        top: 100px;
    }
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito em {
    font-style: normal;
}

@media (max-width: 767.98px) {
    .riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito em {
        display: none;
    }
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito:not(.active):hover {
    color: #FE0000;
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito.active:hover {
    color: var(--c-base);
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito i,
.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito svg {
    font-size: 1.2rem;
    vertical-align: middle;
    transition: transform .3s;
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito svg {
    transform: scale(.8);
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito:hover i,
.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito:hover svg {
    color: #FE0000;
    transform: scale(1.3);
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito:hover svg:nth-of-type(1) * {
    stroke: #FE0000;
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito:not(.active) .fa-solid.fa-heart,
.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito .fa-solid.fa-heart-crack,
.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito.active .fa-regular.fa-heart,
.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito:not(.active) svg:nth-of-type(2),
.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito svg:nth-of-type(3),
.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito.active svg:nth-of-type(1) {
    display: none;
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito.active .fa-solid.fa-heart,
.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito.active svg:nth-of-type(2) * {
    color: #FE0000;
    fill: #FE0000;
    stroke: #FE0000;
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito.active:hover .fa-solid.fa-heart,
.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito.active:hover svg:nth-of-type(2) {
    display: none;
}

.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito.active:hover .fa-solid.fa-heart-crack,
.riga-carrello .info-prodotto .quantita-prodotto .prodotto-preferito.active:hover svg:nth-of-type(3) {
    display: inline-block;
    color: var(--c-base);
    transform: scale(1);
}

.riga-carrello .prezzo-prodotto {
    margin-left: auto;
    text-align: right;
    line-height: 140%;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .riga-carrello .prezzo-prodotto {
        margin-left: calc(200px + 1.5rem);
        text-align: left;
    }
}

@media (max-width: 575.98px) {
    .riga-carrello .prezzo-prodotto {
        margin-left: calc(100px + 1rem);
    }
}

.riga-carrello .prezzo-prodotto s {
    display: block;
    color: rgba(0, 0, 0, .4);
}

.riga-carrello .prezzo-prodotto strong {
    display: block;
    font-size: 1.2rem;
}

.riga-carrello .prezzo-prodotto em {
    display: block;
    font-style: normal;
    color: #FE0000;
    font-weight: 700;
}

.sidebar-carrello>div:first-of-type {
    box-shadow: 0 20px 40px rgb(0, 0, 0, .2);
    padding: 2rem;
    border-radius: 4px;
}

@media (max-width: 575.98px) {
    .sidebar-carrello>div:first-of-type {
        padding: 1.3rem;
    }
}

.sidebar-carrello>div h2 {
    margin-bottom: 1rem;
}

.sidebar-carrello .carrello-totale {
    display: flex;
    line-height: 120%;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sidebar-carrello .carrello-totale:last-of-type {
    border-bottom: none;
}

.sidebar-carrello .carrello-totale label {
    font-weight: 500;
}

.sidebar-carrello .carrello-totale:last-of-type label {
    font-weight: 700;
    font-size: 1.2rem;
}

.sidebar-carrello .carrello-totale strong {
    margin-left: auto;
    font-weight: 500;
    text-align: right;
}

.sidebar-carrello .carrello-totale.spedizione strong {
    color: rgba(0, 0, 0, .4);
    font-size: .9rem;
}

.sidebar-carrello .carrello-totale:last-of-type strong {
    font-weight: 700;
    font-size: 1.2rem;
}

.sidebar-carrello .carrello-totale strong small {
    text-transform: uppercase;
    font-size: .7rem;
    padding-left: .3rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .5);
    display: block;
}

.carrello-codice-promo div {
    width: 100%;
}

.carrello-codice-promo .input-group {
    margin-top: -5px;
}

.carrello-codice-promo .input-group input {
    border-radius: 3px;
    font-size: .9rem;
}

.carrello-codice-promo .input-group button {
    font-size: .9rem;
    background: #BBB;
    border-color: #BBB;
}

.sidebar-carrello .carrello-codice-promo label strong {
    display: block;
    font-weight: 700;
    text-align: left;
}

.sidebar-carrello .carrello-codice-promo>strong {
    color: #FE0000;
}

.sidebar-carrello .carrello-codice-promo>strong button {
    border: none;
    background: transparent;
    font-size: .8rem;
    padding: 0;
    display: block;
}

.sidebar-carrello .carrello-codice-promo>strong button:hover {
    color: #FE0000;
}

.sidebar-carrello .carrello-codice-promo>strong button svg {
    vertical-align: baseline;
}

.sidebar-carrello .carrello-codice-promo>strong button:hover svg * {
    stroke: #FE0000;
}

.sidebar-carrello .btn-lg {
    display: block;
}

.sidebar-carrello .metodi-di-pagamento {
    text-align: center;
    /* padding: 0 2rem; */
}

.sidebar-carrello .metodi-di-pagamento label {
    display: block;
    font-size: .85rem;
    font-weight: 600;
    text-align: center;
    padding: 2rem 0 .3rem;
    color: rgba(0, 0, 0, .6);
}

.sidebar-carrello .metodi-di-pagamento i {
    color: rgba(0, 0, 0, .6);
}

.sidebar-carrello .metodi-di-pagamento i.fa-cc-stripe {
    color: #6C6DFF;
}

.sidebar-carrello .metodi-di-pagamento i.fa-cc-paypal {
    color: #0070ba;
}

.sidebar-carrello .metodi-di-pagamento i.fa-cc-visa {
    color: #1434cb;
}

.sidebar-carrello .metodi-di-pagamento i.fa-cc-mastercard {
    color: #ff671b;
}

.sidebar-carrello .metodi-di-pagamento i.fa-cc-amex {
    color: #006fcf;
}

.sidebar-carrello .metodi-di-pagamento i.fa-cc-apple-pay {
    color: #000;
}

.carrello-vuoto {
    background: #F2F2F2;
    padding: 2rem;
}

/* Brands */

.brand:before {
    border-top: 1px dotted rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 3rem;
    content: "";
}

.brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #F2F2F2; */
}

.brand-logo img {
    max-width: 80%;
}

.mostra-tutti-prodotti-brand {
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    transition: background .3s, color .3s;
    padding: 2rem;
    text-align: center;
}

@media (max-width: 575.98px) {
    .mostra-tutti-prodotti-brand {
        padding: 1rem;
        font-size: 1rem;
    }
}

.mostra-tutti-prodotti-brand:hover {
    background: var(--c-base);
    color: #FFF;
}

.mostra-tutti-prodotti-brand strong {
    display: block;
    font-size: 1.4rem;
}

.mostra-tutti-prodotti-brand svg {
    margin-top: 1rem;
    font-size: 3rem;
}

.mostra-tutti-prodotti-brand:hover svg * {
    fill: #FFF;
}

.leggi-di-piu-link {
    text-decoration: underline;
    cursor: pointer;
    font-style: italic;
    font-weight: 500;
}

.leggi-di-piu {
    display: none;
}

/* Conferma ordine */

.indirizzi-ordine .col-md-6>div {
    background: #FFF;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    padding: 2rem;
}

@media (max-width: 575.98px) {
    .indirizzi-ordine .col-md-6>div {
        padding: 1.4rem;
    }
}

.indirizzi-ordine .col-md-6>div h3 {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 100%;
}

.indirizzi-ordine .col-md-6>div h3 i {
    font-size: 1.8rem;
    vertical-align: middle;
}

.indirizzi-ordine .col-md-6>div button {
    padding: .2rem .6rem .2rem .3rem;
}

.indirizzi-ordine .col-md-6>div button i {
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: .4rem;
}

.indirizzi-ordine .col-md-6>div p {
    font-size: .9rem;
    color: #8B8B8B;
    font-weight: 500;
}

.indirizzi-ordine .col-md-6>div p strong {
    font-size: 1rem;
    color: var(--c-base);
}

.conferma-ordine .carrello-totale {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    justify-content: space-between;
    padding: .8rem 0;
    align-items: center;
}

.conferma-ordine .carrello-totale:last-of-type {
    margin-bottom: 1rem;
}

.conferma-ordine .carrello-totale label {
    font-weight: 500;
}

.conferma-ordine .carrello-totale:last-of-type label {
    font-weight: 800;
    font-size: 1.2rem;
}

.conferma-ordine .carrello-totale strong {
    text-align: right;
}

.conferma-ordine .carrello-totale:last-of-type strong {
    font-weight: 700;
    font-size: 1.2rem;
}

.conferma-ordine .carrello-totale.carrello-codice-promo strong {
    color: #FE0000;
}

.conferma-ordine .carrello-totale small {
    display: block;
    font-size: .8rem;
    font-weight: 500;
    line-height: 100%;
}

.scegli-metodo-pagamento h2 {
    margin-bottom: .3rem;
}

.scegli-metodo-pagamento>div {
    padding: 0 0 3rem;
}

/* .scegli-metodo-pagamento>div>div {
    display: inline-block;
    margin: 0 .5rem .5rem;
    text-align: center;
    vertical-align: top;
} */

.scegli-metodo-pagamento>div .btn {
    border: none;
    width: 260px;
    height: 110px;
    display: block;
    margin-bottom: .2rem;
    border-radius: 7px;
    color: var(--c-base);
    border: 3px solid var(--c-base);
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 800;
    font-style: italic;
    line-height: 100%;
    position: relative;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 28px;
    padding-top: 8px;
    /* text-align: left; */
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn {
    /* padding-top: 2px; */
}

.scegli-metodo-pagamento>div .btn.btn-carta-di-credito {}

.scegli-metodo-pagamento>div .btn.btn-paypal img {
    filter: grayscale(1);
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn.btn-paypal img {
    filter: grayscale(0);
}

.scegli-metodo-pagamento>div .btn.btn-bonifico {
    font-size: 1.2rem;
}

.scegli-metodo-pagamento>div .btn.btn-cod {
    font-size: 1.2rem;
}

.scegli-metodo-pagamento .btn i {
    position: absolute;
    top: -10px;
    left: -13px;
    font-size: 2rem;
    background: #FFF;
    border-radius: 50px;
}

.scegli-metodo-pagamento .btn-check:checked+.btn i {
    top: -12px;
    left: -15px;
}

.scegli-metodo-pagamento .btn-check:checked+.btn i.fa-circle {
    display: none;
}

.scegli-metodo-pagamento .btn-check:not(:checked)+.btn i.fa-circle-check {
    display: none;
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn.btn-carta-di-credito {
    box-shadow: 0 0 20px -5px #6C6DFF;
    border: 5px solid #6C6DFF;
    color: #6C6DFF;
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn.btn-paypal {
    box-shadow: 0 0 20px -5px #0095FF;
    border: 5px solid #0095FF;
    color: #0095FF;
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn.btn-scalapay {
    box-shadow: 0 0 20px -5px #CE666C;
    border: 5px solid #CE666C;
    color: #CE666C;
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn.btn-bonifico {
    box-shadow: 0 0 20px -5px #38B800;
    border: 5px solid #38B800;
    color: #38B800;
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn.btn-cod {
    box-shadow: 0 0 20px -5px #FF6000;
    border: 5px solid #FF6000;
    color: #FF6000;
}

.scegli-metodo-pagamento .btn small {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: .85rem;
    background: #F2F2F2;
    color: #666;
    text-transform: none;
    font-weight: 700;
    padding-bottom: 2px;
    text-align: center;
    border-radius: 0 0 3px 3px;
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn small {
    padding-bottom: 0;
}

.scegli-metodo-pagamento>div .btn.btn-scalapay {
    font-size: .85rem;
    display: block;
    padding-top: 20px;
    line-height: 110%;
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn.btn-scalapay {
    padding-top: 18px;
}

.scegli-metodo-pagamento>div .btn.btn-scalapay strong {
    color: #CE666C;
}

.scegli-metodo-pagamento>div .btn.btn-scalapay img {
    width: 180px;
    height: auto;
    margin-top: 5px;
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn.btn-scalapay small {
    color: #CE666C;
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn.btn-bonifico small {
    color: #38B800;
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn.btn-cod small {
    color: #FF6000;
}

.scegli-metodo-pagamento .btn small img {
    filter: grayscale(1);
}

.scegli-metodo-pagamento>div .btn-check:checked+.btn small img {
    filter: grayscale(0);
}

.btn-checkout {
    font-size: 2rem;
    padding: 1rem 2rem;
}

.elenco-indirizzi {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 101;
    transition: background .3s;
    overflow: hidden;
}

.elenco-indirizzi.open {
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.contenitore-indirizzi {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -450px;
    width: 450px;
    max-width: 100%;
    background: #FFF;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    z-index: 102;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    transition: right .3s, box-shadow .3s;
}

@media (max-width: 575.98px) {
    .contenitore-indirizzi {
        padding: 1.2rem;
    }
}

.elenco-indirizzi.open .contenitore-indirizzi {
    right: 0;
    box-shadow: -20px 0 40px rgba(0, 0, 0, .2);
}

.elenco-indirizzi h4,
.inserisci-indirizzo h4 {
    font-weight: 800;
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 100%;
}

.elenco-indirizzi p,
.inserisci-indirizzo p {
    font-weight: 500;
    color: #8B8B8B;
}

.elenco-indirizzi .contenitore-indirizzi>div>i,
.inserisci-indirizzo .contenitore-indirizzo>div>i {
    font-size: 2.5rem;
    vertical-align: middle;
    margin-right: .6rem;
    /* float: left; */
    background: #FFF;
    position: absolute;
    left: -70px;
    width: 70px;
    padding: 10px;
    top: 20px;
    border-radius: 10px 0 0 10px;
    text-align: center;
}

@media (max-width: 575.98px) {

    .elenco-indirizzi .contenitore-indirizzi>div>i,
    .inserisci-indirizzo .contenitore-indirizzo>div>i {
        display: none;
    }
}

.elenco-indirizzi:not(.open) .contenitore-indirizzi>div>i,
.inserisci-indirizzo:not(.open) .contenitore-indirizzo>div>i {
    display: none;
}

.elenco-indirizzi .btn-outline-dark {
    width: 100%;
    border-width: 3px;
    text-align: left;
    margin-bottom: .8rem;
    font-size: .8rem;
    font-weight: 500;
    line-height: 130%;
    padding: .8rem;
    position: relative;
}

.elenco-indirizzi .btn-check:checked+.btn-outline-dark {
    background: #FFF;
    color: var(--c-base);
    border-color: #38B800;
    border-width: 5px;
    padding: calc(.8rem - 2px);
}

.elenco-indirizzi .btn-outline-dark strong {
    font-size: 1rem;
    font-weight: 800;
}

.elenco-indirizzi .btn-check:checked+.btn-outline-dark strong {
    color: #38B800;
}

.elenco-indirizzi .btn-outline-dark i,
.elenco-indirizzi .btn-outline-dark svg {
    font-size: 2rem;
    position: absolute;
    top: 10px;
    right: 10px;
}

.elenco-indirizzi .btn-check:checked+.btn-outline-dark svg:nth-of-type(2) {
    top: 8px;
    right: 8px;
}

.elenco-indirizzi .btn-check:checked+.btn i.fa-circle,
.elenco-indirizzi .btn-check:not(:checked)+.btn i.fa-circle-check,
.elenco-indirizzi .btn-check:checked+.btn svg:nth-of-type(1),
.elenco-indirizzi .btn-check:not(:checked)+.btn svg:nth-of-type(2) {
    display: none;
}

.elenco-indirizzi .btn-check:checked+.btn-outline-dark .btn-dark {
    background: #38B800;
    border-color: #38B800;
}

.elenco-indirizzi .btn-outline-primary {
    width: 100%;
    border-width: 3px;
    text-align: left;
    padding: .8rem;
    line-height: 100%;
}

.elenco-indirizzi .btn-outline-primary i {
    font-size: 1.7rem;
    vertical-align: middle;
}

.elenco-indirizzi .indirizzi-btns,
.inserisci-indirizzo .indirizzi-btns {
    display: flex;
    justify-content: space-between;
}

.elenco-indirizzi .indirizzi-btns .btn,
.inserisci-indirizzo .indirizzi-btns .btn {
    width: 49%;
}

@media (max-width: 575.98px) {

    .elenco-indirizzi .indirizzi-btns .btn,
    .inserisci-indirizzo .indirizzi-btns .btn {
        font-size: 1rem;
    }
}

.elenco-indirizzi .indirizzi-btns .btn svg,
.inserisci-indirizzo .indirizzi-btns .btn svg {
    vertical-align: baseline;
}

.inserisci-indirizzo {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 101;
    transition: background .3s;
    overflow: hidden;
}

.inserisci-indirizzo.open {
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.contenitore-indirizzo {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -450px;
    width: 450px;
    max-width: 100%;
    background: #FFF;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    z-index: 102;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    transition: right .3s, box-shadow .3s;
}

@media (max-width: 575.98px) {
    .contenitore-indirizzo {
        padding: 1.2rem;
    }
}

.inserisci-indirizzo.open .contenitore-indirizzo {
    right: 0;
    box-shadow: -20px 0 40px rgba(0, 0, 0, .2);
}

.inserisci-indirizzo form {
    overflow: auto;
    margin: 0 -2rem;
    padding: 0 2rem;
}

.inserisci-indirizzo form>div {
    /* width: 99%; */
    margin-right: 0;
}

.inserisci-indirizzo form label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
    margin: 0 0 .2rem;
    line-height: 100%;
    display: flex;
}

.inserisci-indirizzo form label.form-check-label {
    line-height: 190%;
}

.inserisci-indirizzo form label small {
    color: #8B8B8B;
    margin-left: auto;
}

.inserisci-indirizzo .form-control {
    border-radius: 3px;
    font-weight: 500;
}

.inserisci-indirizzo .bootstrap-select {
    width: 100% !important;
    border: none;
    background: #FFF;
}

.inserisci-indirizzo .bootstrap-select button {
    background: #FFF;
    border: 1px solid #ced4da;
    font-weight: 500;
}

.inserisci-indirizzo .bootstrap-select select {
    display: none !important;
}

.btn-info-consegna {
    background: transparent;
    border: none;
    margin: 1.5rem 0 1rem;
    font-size: .85rem;
    font-weight: 600;
    text-align: left;
    line-height: 120%;
    padding: 0;
    color: #8B8B8B;
}

.btn-info-consegna svg {
    float: left;
    margin-right: .3rem;
    vertical-align: middle;
}

.indirizzi-ordine .col-md-6>div.info-consegna {
    font-style: italic;
    background: #F2F2F2;
    box-shadow: none;
    padding: 1.7rem 2rem;
}

@media (max-width: 575.98px) {
    .indirizzi-ordine .col-md-6>div.info-consegna {
        padding: 1.4rem;
        margin-bottom: 1rem;
    }
}

.indirizzi-ordine .col-md-6>div.info-consegna p {
    margin: 0;
}

.indirizzi-ordine .col-md-6>div.info-consegna button {
    padding: 0;
    font-style: italic;
    font-size: .85rem;
    display: inline;
    color: var(--c-base);
    font-weight: 500;
}

.modal-info-consegna label {
    font-weight: 500;
}

.conferma-ordine .riga-indirizzo {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem 0;
    margin: 0;
}

.conferma-ordine .riga-indirizzo h3 {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 100%;
}

.conferma-ordine .riga-indirizzo h3 i {
    font-size: 1.8rem;
    vertical-align: middle;
    margin-right: .3rem;
}

.esito-ok {
    background: #F2F2F2;
    padding: 2rem;
    border-left: 7px solid #38B800;
}

.esito-ok strong {
    font-size: 120%;
    color: #38B800;
}

.esito-attesa {
    background: #F2F2F2;
    padding: 2rem;
    border-left: 7px solid #E3BD00;
}

.esito-attesa h2 {
    color: #E3BD00;
}

.esito-attesa strong {
    font-size: 120%;
    /* color: #E3BD00; */
}

.esito-attesa .btn-outline-dark {
    border-width: 2px;
    background: #FFF;
}

.dati-bancari {
    display: block;
    padding: 1rem;
    background: rgba(0, 0, 0, .05);
    margin-top: 1rem;
}

.group-select .dropdown-toggle.btn-light {
    border: 1px solid #ced4da;
    padding: 1rem 0.75rem;
    font-weight: 500;
}

.group-select-prefissi .bootstrap-select.dropdown,
.group-select-prefissi .dropdown-toggle.btn-light {
    width: 100px !important;
}

/* Gestione indirizzi */

.gestione-indirizzi h2 {
    font-size: 1.4rem;
}

.gestione-indirizzi h2 i {
    font-size: 2rem;
    vertical-align: middle;
}

.gestione-indirizzi .indirizzo {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 1rem;
    font-size: .9rem;
    line-height: 130%;
    display: block;
    height: 100%;
    position: relative;
}

.gestione-indirizzi .indirizzo.indirizzo-main {
    border: 3px solid #38B800;
}

.gestione-indirizzi .indirizzo.indirizzo-main span {
    background: #38B800;
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    right: 1rem;
    top: -13px;
    font-size: .8rem;
    padding: 3px 10px 2px;
    border-radius: 3px;
}

.gestione-indirizzi button.indirizzo {
    background: #FFF;
    width: 100%;
    font-weight: 600;
}

.gestione-indirizzi button.indirizzo i,
.gestione-indirizzi button.indirizzo svg {
    font-size: 2.5rem;
    display: block;
    margin: auto;
    margin-bottom: .6rem;
}

/* Inserisci indirizzi in fase d'ordine */

.inserisci-indirizzi {
    padding-top: 2rem;
    display: block;
}

.inserisci-indirizzi h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.inserisci-indirizzi h2 i {
    font-size: 2.5rem;
    vertical-align: top;
}

/* .inserisci-indirizzi h2+p {
    padding-left: 57px;
    margin-top: -15px;
} */

/* .inserisci-indirizzi h2+p.info-fatturazione {
    padding-left: 37px;
} */

.inserisci-indirizzi label:not(.form-check-label) {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8rem;
    margin: 0 0 .2rem;
    display: flex;
    line-height: 100%;
}

.inserisci-indirizzi label small {
    color: #8B8B8B;
    margin-left: auto;
}

.inserisci-indirizzi .form-control {
    border-radius: 3px;
    font-weight: 500;
}

.inserisci-indirizzi .btn-group .btn-outline-dark {
    padding: .75rem .6rem;
    border-color: #ced4da;
}

.inserisci-indirizzi .btn-group>.btn-check:checked+.btn {
    border-color: rgb(33, 37, 41);
}

.inserisci-indirizzi .bootstrap-select.dropdown {
    width: 100% !important;
}

.inserisci-indirizzi .dropdown-toggle.btn-light {
    background: #FFF;
    border-color: #ced4da;
    width: 100% !important;
}

.stesso-indirizzo {
    display: none;
}

.modal-cambia-metodo .modal-dialog {
    max-width: 580px;
}

.esito-spedizione {
    background: #F2F2F2;
    padding: 2rem;
    border-left: 7px solid #38B800;
}

.esito-spedizione h2 {
    color: #38B800;
}

.esito-spedizione strong {
    font-size: 120%;
}

/* Elenco ordini */

.ordine:first-of-type::before {
    content: "";
    background: rgba(0, 0, 0, .1);
    display: block;
    width: 100%;
    height: 1px;
    margin: 6px 12px;
}

.ordine::after {
    content: "";
    background: rgba(0, 0, 0, .1);
    display: block;
    width: 100%;
    height: 1px;
    margin: 6px 12px;
}

.ordine .foto-ordine {
    display: flex;
    flex-direction: column;
    height: 121px;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 185px;
}

.ordine .foto-ordine img {
    width: 39px;
    height: auto;
    background: #F2F2F2;
    margin: 0 2px 2px 0;
}

.ordine .foto-ordine picture:first-of-type img {
    width: 121px;
    padding: 10%;
}

.ordine .altri-prodotti {
    display: block;
    width: 39px;
    height: 39px;
    line-height: 34px;
    text-align: center;
    background: #F2F2F2;
    font-size: 1.5rem;
    transition: background .3s, color .3s;
}

.ordine .altri-prodotti:hover {
    color: #FFF;
    background: var(--c-base);
}

.ordine .dettagli-ordine {
    padding-top: 1rem;
}

.ordine .dettagli-ordine h2 {
    font-size: 1.3rem;
}

.ordine .dettagli-ordine h2 a {
    text-decoration: none;
}

.ordine .dettagli-ordine p {
    margin-bottom: 0;
    font-size: .9rem;
    color: #8B8B8B;
}

.ordine .dettagli-ordine p strong {
    font-weight: 600;
}

.ordine .importo-ordine,
.ordine .metodo-ordine,
.ordine .spedizione-ordine {
    text-align: center;
    padding-top: 1rem;
}

.ordine .importo-ordine strong,
.ordine .metodo-ordine strong,
.ordine .spedizione-ordine strong {
    display: block;
}

.ordine .importo-ordine i,
.ordine .metodo-ordine i,
.ordine .spedizione-ordine i,
.ordine .importo-ordine svg,
.ordine .metodo-ordine svg,
.ordine .spedizione-ordine svg {
    font-size: 2rem;
    margin-top: .5rem;
}

.ordine .vai-a-dettagli-ordine {
    padding-top: 1rem;
}

/* Home */

.home-intro {
    background: #F2F2F2;
    padding-bottom: 1rem;
}

@media (max-width: 767.98px) {
    .home-intro {
        padding-bottom: .5rem;
    }
}

.home .main {
    padding-top: 12px;
}


@media (max-width: 767.98px) {
    .home .main {
        padding-top: 0;
    }
}

#vetrina-home {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    border-radius: 2px;
    overflow: hidden;
    /* border: 3px solid rgba(255,255,255,.2) */
}

@media (max-width: 767.98px) {
    #vetrina-home {
        border-radius: 0;
    }

    .vetrina-home {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .splide__slide {
        /* height: calc(100vh - 54px); */
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .splide__slide a {
        /* width: 100%;
        height: 100%;
        display: block; */
    }

    .splide__slide a picture {
        /* width: 100%;
        height: 100%;
        display: block; */
    }
}

.splide__slide img {
    max-width: 100%;
    /* object-fit: cover; */
    height: auto;
    background: var(--c-grigiosfondo);
}

.home .highlights {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    flex-wrap: wrap;
}

.home .highlight {
    margin-bottom: 0;
    width: 16.6%;
    border-left: 1px solid #D0D0D0;
    background: transparent;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    align-items: center;
}

.home .highlight:first-of-type {
    border-left: none;
}

@media (max-width: 991.98px) {
    .home .highlight {
        margin-bottom: .5rem;
        width: calc(33.3% - .8rem);
    }
}

@media (max-width: 575.98px) {
    .home .highlight {
        margin-bottom: .5rem;
        width: calc(50% - .3rem);
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .home .highlight:nth-of-type(4) {
        border-left: none;
    }

    .home .highlight:nth-of-type(1),
    .home .highlight:nth-of-type(2),
    .home .highlight:nth-of-type(3) {
        border-bottom: 1px solid #D0D0D0;
    }
}

@media (max-width: 575.98px) {

    .home .highlight:nth-of-type(3),
    .home .highlight:nth-of-type(5) {
        border-left: none;
    }

    .home .highlight:nth-of-type(1),
    .home .highlight:nth-of-type(2),
    .home .highlight:nth-of-type(3),
    .home .highlight:nth-of-type(4) {
        border-bottom: 1px solid #D0D0D0;
    }
}











.highlight-consegna-gratuita svg {
    margin-bottom: 4px;
}

.highlight-spedizioni-in-24h svg {
    margin-top: 6px;
    margin-bottom: 7px;
}

@media (max-width: 575.98px) {
    .highlight-paypal {
        width: 100%;
    }
}

.highlight-paypal svg {
    margin-top: 3px;
    margin-bottom: 2px;
}

.highlight-paypal iframe {
    margin: .5rem 0;
    /* transform: scale(1.2); */
    /* width: 90% !important; */
}

.highlight-amazon-pay svg {
    margin-top: 2px;
    margin-bottom: 2px;
}

.highlight-scalapay svg {
    margin-top: 4px;
    margin-bottom: 7px;
}

.highlight-feedaty .fdt_merchant150x100-3_widget_merchant {
    margin: auto;
    background: transparent;
    transform: scale(1.3);
}

.highlight-feedaty img {
    margin: auto;
    width: auto;
    height: unset;
}

.highlight-feedaty img.fdt_merchant150x100-3_stars {
    margin: 0 auto 5px;
}

.home .highlight strong {
    font-weight: 600;
    font-size: 1.2rem;
    display: block;
    margin-top: 8px;
}

@media (max-width: 991.98px) {
    .home .highlight strong {
        font-size: 1rem;
    }
}

.home .highlight p {
    font-weight: 400;
    font-size: .9rem;
    display: block;
    min-height: 35px;
    margin-top: 5px;
}

.home-links .nav-link {
    color: var(--c-base);
    font-weight: 500;
    padding: .2rem .6rem;
    border-radius: 2px;
    transition: background .3s, color .3s;
    border: 1px solid rgba(0, 0, 0, .3);
    margin: 0 .2rem .2rem 0;
}

.home-links .nav-link:hover {
    background: var(--c-base);
    color: #FFF;
}

.reparto-home {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.reparto-home-small {
    box-shadow: none;
    overflow: visible;
}

.reparto-home img {
    width: 100%;
    height: auto;
}

.reparto-home-small img {
    border-radius: 3px;
    margin-bottom: 5px;
}

.reparto-home h1 {
    padding: 0;
    margin: -2rem 0 0;
}

.reparto-home h2 {
    padding: 0;
    margin: -1rem 0 0;
}

.reparto-home-small h1 {
    margin: 0;
}

.reparto-home-small h2 {
    margin: 0;
}

.reparto-home h1 a {
    text-decoration: none;
    padding: .6rem 1.2rem .2rem;
    margin: 0;
    font-size: 1.5rem;
    display: block;
}

.reparto-home h2 a {
    text-decoration: none;
    padding: .6rem 1.2rem .2rem;
    margin: 0;
    font-size: 1.5rem;
    display: block;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .reparto-home h1 a {
        font-size: 1rem;
    }

    .reparto-home h2 a {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .reparto-home h1 a {
        font-size: 1.2rem;
    }

    .reparto-home h2 a {
        font-size: 1.2rem;
    }
}

.reparto-home-small h1 a {
    padding: 0 0 .2rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 120%;
}

.reparto-home-small h2 a {
    padding: 0 0 .2rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 120%;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .reparto-home-small h1 a {
        font-size: 1rem;
    }

    .reparto-home-small h2 a {
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .reparto-home-small h1 a {
        font-size: 1.2rem;
    }

    .reparto-home-small h2 a {
        font-size: 1.2rem;
    }
}

.reparto-home i svg {
    vertical-align: baseline;
}

.reparto-home h2 i {
    font-size: 3rem;
    /* vertical-align: middle; */
    vertical-align: baseline;
    background: #FFF;
    padding: 0.7rem;
    border-radius: 10px;
    box-shadow: 0 -20px 20px rgba(0, 0, 0, .3);
    margin-right: .4rem;
}

.reparto-home h1 i {
    font-size: 3rem;
    /* vertical-align: middle; */
    vertical-align: baseline;
    background: #FFF;
    padding: 0.7rem;
    border-radius: 10px;
    box-shadow: 0 -20px 20px rgba(0, 0, 0, .3);
    margin-right: .4rem;
}

.reparto-bambina h2 i,
.reparto-bambino h2 i {
    transform: scale(.8);
    padding: .7rem 1.1rem .7rem;
    margin: 0 .4rem 0 -6px;
}

.reparto-home p {
    padding: 0 1.2rem .2rem;
    margin: 0;
    font-size: .85rem;
    display: block;
}

.reparto-home-small p {
    padding: 0;
    font-size: .9rem;
    line-height: 130%;
    color: #8B8B8B;
}

.reparto-home-small .btn {
    font-weight: 500;
}

.reparto-home ul {
    padding: 0 1.2rem;
    margin: 0;
}

.reparto-home .home-links .nav-item .nav-link,
.brand .home-links .nav-item .nav-link {
    font-weight: 600;
    font-size: .9rem;
    border: 1px solid rgba(0, 0, 0, .2);
}

.reparto-home .home-links .nav-offerte .nav-link,
.brand .home-links .nav-offerte .nav-link {
    color: #FE0000;
    border-color: #FE0000;
    text-transform: uppercase;
}

.reparto-home .home-links .nav-offerte .nav-link:hover,
.brand .home-links .nav-offerte .nav-link:hover {
    border-color: #FE0000;
    background-color: #FE0000;
    color: #FFF;
}

.risultati-di-ricerca .home-links {
    display: flex;
    justify-content: flex-start !important;
}

.risultati-di-ricerca .nav-item {
    margin-bottom: .6rem;
    width: 14%;
    margin-right: calc((100% - (14% * 7)) / 7);
}

@media (max-width: 1450px) {
    .risultati-di-ricerca .nav-item {
        width: 16%;
        margin-right: calc((100% - (16% * 6)) / 6);
    }
}

@media (max-width: 1220px) {
    .risultati-di-ricerca .nav-item {
        width: 19%;
        margin-right: calc((100% - (19% * 5)) / 5);
    }
}

@media (max-width: 1050px) {
    .risultati-di-ricerca .nav-item {
        width: 24%;
        margin-right: calc((100% - (24% * 4)) / 4);
    }
}

@media (max-width: 830px) {
    .risultati-di-ricerca .nav-item {
        width: 33%;
        margin-right: calc((100% - (33% * 3)) / 3);
    }
}

@media (max-width: 610px) {
    .risultati-di-ricerca .nav-item {
        width: 49%;
        margin-right: calc((100% - (49% * 2)) / 2);
    }
}

.risultati-di-ricerca .nav-item .nav-link {
    padding: .5rem;
    background: #F2F2F2;
    border: none;
    font-weight: 600;
    margin-bottom: 1rem;
    height: 100%;
    transition: box-shadow .3s, background .3s, transform .3s;
    text-align: center;
}

.risultati-di-ricerca .nav-item .nav-link:hover {
    background: #FFF;
    color: var(--c-base);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    transform: scale(1.1);
}

.risultati-di-ricerca .nav-item .nav-link img {
    width: 90%;
    height: auto;
    margin: 0 auto .5rem;
    display: block;
}

.galleria-tipologie {
    margin: 0 -.5rem 1rem;
}

.galleria-tipologie .splide__arrow {
    top: 2rem;
}

.galleria-tipologie .splide__arrow {
    font-size: 1.4rem;
}

.galleria-tipologie .splide__slide {
    padding: .5rem .25rem;
}

.galleria-tipologie .splide__slide a {
    padding: .5rem;
    background: #F2F2F2;
    border: none;
    font-weight: 600;
    margin-bottom: 1rem;
    height: 100%;
    transition: box-shadow .3s, background .3s, transform .3s;
    text-align: center;
    display: block;
    text-decoration: none;
}

.galleria-tipologie .splide__slide a:hover {
    background: #FFF;
    color: var(--c-base);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .15);
    transform: scale(1.1);
}

.galleria-tipologie .splide__slide img {
    width: 90%;
    height: auto;
    margin: 0 auto .5rem;
    display: block;
}

/* Brands Home */

.brand-calzature-top {
    padding-top: 2rem;
    font-size: .9rem;
}

.brand-calzature-top strong {
    display: block;
}

.brand-calzature-top a {
    font-weight: 600;
    font-size: .9rem;
    border: 1px solid rgba(0, 0, 0, .2);
    color: var(--c-base);
    padding: 0.2rem 0.6rem;
    border-radius: 2px;
    transition: background .3s, color .3s;
    margin: 0 .2rem .3rem 0;
    display: inline-block;
    text-decoration: none;
}

.brand-calzature-top a:hover {
    color: #FFF;
    background: var(--c-base);
}

/* Blog */

.blog-post {
    background: #F2F2F2;
}

.blog-post strong {
    font-size: 1.6rem;
    line-height: 120%;
    margin-bottom: 1rem;
    display: block;
}

.blog-post img {
    width: 100%;
    height: auto;
}

.blog-article img {
    width: 600px;
    height: auto;
    float: right;
    margin: 0 0 2rem 2rem;
    max-width: 100%;
}

@media (max-width: 991.98px) {
    .blog-article img {
        width: 100%;
    }
}

.blog-article h2 {
    font-weight: 700;
    line-height: 120%;
}

.blog-article h3 {
    font-weight: 700;
    line-height: 120%;
}

.blog-article .date,
#prestablog_article,
.info_blog {
    display: none;
}

/* Spedizone gratuita Italia */

.spedizione-gratuita-italia {
    background: #38B800;
    color: #FFF;
    padding: 1rem 1.2rem;
    margin-bottom: 2rem;
    border-radius: 3px;
    font-weight: 600;
    box-shadow: 0 10px 20px rgb(56, 184, 0, .4);
    font-size: 1.1rem;
}

.spedizione-gratuita-italia i {
    font-size: 2rem;
    vertical-align: middle;
    margin-right: .4rem;
}

/* BANNER SALDI */

.banner-saldi-estivi-2023 {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #C52D0C;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.banner-saldi-estivi-2023:hover {
    color: #FFF;
    text-decoration: none;
}

.banner-saldi-estivi-2023 strong {
    color: #FFCD00;
}

.banner-saldi-estivi-2023 em {
    font-style: normal;
}

@media (max-width: 575.98px) {
    .banner-saldi-estivi-2023 em {
        display: none;
    }
}

body.blog {
    padding-top: 136px;
}

@media (max-width: 1200px) {
    body.blog {
        padding-top: 84px;
    }
}

.blog .fixed-top {
    top: 30px;
}

.banner-saldi-estivi-2023-inline {
    background: #C52D0C url(../images/banner-home/saldi-estivi-inline.png) no-repeat;
    background-size: auto 300px;
    background-position: center top;
    color: #FFF;
    text-decoration: none;
    font-weight: 700;
    padding-top: 300px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 2rem 0;
}

@media (max-width: 767.98px) {
    .banner-saldi-estivi-2023-inline {
        padding-top: 200px;
        background-size: auto 200px;
    }
}

@media (max-width: 575.98px) {
    .banner-saldi-estivi-2023-inline {
        padding-top: 150px;
        background-size: auto 150px;
    }
}

.banner-saldi-estivi-2023-inline:hover {
    color: #FFF;
}

.banner-saldi-estivi-2023-inline span {
    display: block;
    background: #912109;
    padding: .5rem;
    font-size: 1.5rem;
}

@media (max-width: 767.98px) {
    .banner-saldi-estivi-2023-inline span {
        font-size: 1rem;
    }
}

.banner-saldi-estivi-2023-inline span strong {
    color: #FFCD00;
    font-weight: 700;
}

/* Megamenu */

@media (min-width: 1200px) {
    .mm-dropdown {
        position: static !important;
    }
}

.megamenu {
    list-style: none !important;
    padding: 1rem 1rem 1rem .5rem;
    /* width: 90vw; */
}

@media (max-width: 1199.98px) {
    .megamenu.show {
        box-shadow: none !important;
        position: relative;
        top: 0;
        left: 0;
        padding: .5rem .5rem .5rem 0;
    }
}

@media (min-width: 1200px) {
    .megamenu.show {
        display: flex;
        top: 36px !important;
        /* left: calc((100% - 925px) / 2); */
        left: 0;
    }
}

.megamenu ul {
    list-style: none !important;
    padding: 0;

}

.megamenu>li {
    width: 210px;
}

@media (min-width: 1200px) {
    .megamenu>li:nth-of-type(3) {
        border-left: 1px solid rgba(0, 0, 0, .1);
    }
}

.megamenu>li:last-of-type {
    width: 300px;
}

.megamenu>li li:first-of-type {
    /* border-bottom: 1px solid rgba(0,0,0,.1); */
}

.megamenu>li a {
    font-size: .9rem;
    color: var(--c-base);
    font-weight: 500;
    color: #FFF;
    color: rgba(255, 255, 255, .7);
}

.megamenu>li a .saldi {
    color: var(--c-main);
    text-transform: uppercase;
}

.megamenu>li strong {
    font-size: 1rem;
    font-weight: 800;
    color: var(--c-base);
    color: #FFF;
}

.megamenu>li strong:hover {
    color: var(--c-base);
}

.megamenu>li .dropdown-header {
    font-size: 1rem;
    font-weight: 800;
    color: var(--c-grigiosfondo);
    padding: .25rem 1rem;
    line-height: inherit;
}

@media (max-width: 1199.98px) {
    .megamenu .mm-foto {
        display: none;
    }
}

.megamenu>li img {
    width: 100%;
    height: auto;
}

.mm-spacer {
    padding: .25rem 1rem;
}

@media (max-width: 1199.98px) {
    .mm-spacer {
        display: none;
    }
}

.navbar .menu-cont .navbar-nav .nav-link:focus {
    background: var(--c-base);
    color: #FFF;
    border-radius: 3px;
}

.riepilogo-rapido {
    background: #F2F2F2;
    border-top: 5px solid #000;
    padding: 1.2rem 1.5rem;
}

.riepilogo-rapido .titolo-carrello {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    display: block;
    line-height: 100%;
    font-weight: 800;
}

.riepilogo-rapido .layer-carrello-prodotto .caratteristiche-prodotto {
    display: flex;
    flex-direction: column;
    min-height: 110px;
}

.riepilogo-rapido .layer-carrello-prodotto img {
    background: #FFF;
    width: 110px;
    margin-right: 1rem;
}

.riepilogo-rapido .layer-carrello-prodotto .marca-prodotto {
    margin-bottom: .3rem;
}

.riepilogo-rapido .layer-carrello-prodotto .colore-prodotto {
    font-size: .8rem;
    font-weight: 500;
    display: block;
    color: #8B8B8B;
}

.riepilogo-rapido .layer-carrello-prodotto .colore-prodotto strong {
    font-weight: 500;
}

.riepilogo-rapido .layer-carrello-prodotto .quantita-prodotto {
    display: block;
    position: absolute;
    background: #000;
    color: #FFF;
    width: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    top: -10px;
    left: 90px;
}

.riepilogo-rapido .layer-carrello-prodotto .elimina-prodotto {
    color: rgba(0, 0, 0, .0);
}

.riepilogo-rapido .layer-carrello-prodotto:hover .elimina-prodotto {
    color: rgba(0, 0, 0, .6);
}

.riepilogo-rapido .layer-carrello-prodotto .nome-prodotto {
    margin-bottom: .1rem;
    line-height: 110%;
}

.riepilogo-rapido .carrello-codice-promo label strong {
    display: block;
    font-weight: 700;
    text-align: left;
}

.riepilogo-rapido .carrello-totale strong {
    margin-left: auto;
    font-weight: 500;
    text-align: right;
}

.riepilogo-rapido .carrello-codice-promo>strong button {
    border: none;
    background: transparent;
    font-size: .8rem;
    padding: 0;
    display: block;
}

.riepilogo-rapido .carrello-totale.carrello-codice-promo label strong {
    color: #000;
}

.riepilogo-rapido .carrello-codice-promo .input-group input {
    border: none;
    border-radius: 0;
    padding: 1rem 1.3rem;
}

.riepilogo-rapido .carrello-codice-promo .input-group button {
    border: none;
    background: #000;
    border-radius: 0;
    padding: 1rem 1.5rem;
}

.riepilogo-rapido .carrello-codice-promo {
    line-height: 120%;
    padding: .8rem 0 !important;
}

.riepilogo-rapido .carrello-codice-promo2 {
    border: none;
    padding-top: .4rem !important;
}

.riepilogo-rapido .carrello-totale {
    padding: .5rem 0;
}

.riepilogo-rapido .carrello-totale:last-of-type label {
    font-weight: 600;
    font-size: 1.3rem;
}

.riepilogo-rapido .carrello-totale:last-of-type strong {
    font-weight: 600;
    font-size: 1.3rem;
}

.riepilogo-rapido .carrello-totale:last-of-type strong small {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    font-size: .7rem;
    font-weight: 600;
}

.conferma-ordine .carrello-totale:last-of-type {
    margin-bottom: 0;
    border: none;
}

.login-link {
    text-align: right;
    font-size: .9rem;
    white-space: nowrap;
}

.login-link a {
    font-weight: 600;
}

.checkout-rapido {
    font-size: .9rem;
}

@media (max-width: 1200px) {
    .checkout-rapido h1 {
        font-size: 3rem;
    }
}

@media (max-width: 575.98px) {
    .checkout-rapido h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 400px) {
    .checkout-rapido h1 {
        font-size: 2rem;
    }
}

.checkout-rapido h2 {
    font-size: 1.6rem;
    margin-bottom: .6rem;
}

.checkout-rapido .form-control,
.checkout-rapido .form-select {
    border-radius: 3px;
}

.metodi-di-pagamento .metodo-di-pagamento {
    border: 1px solid #ced4da;
    border-bottom: 0;
    padding: 1rem;
}

.metodi-di-pagamento .metodo-di-pagamento:first-of-type {
    border-radius: 3px 3px 0 0;
}

.metodi-di-pagamento .metodo-di-pagamento:last-of-type {
    border-bottom: 1px solid #ced4da;
    border-radius: 0 0 3px 3px;
}

.metodi-di-pagamento .metodo-di-pagamento .form-check {
    margin: 0;
}

.metodi-di-pagamento .metodo-di-pagamento .form-check-label {
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    text-indent: .3rem;
}

.metodi-di-pagamento .metodo-di-pagamento .form-check-label small {
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    font-size: .8rem;
}

.metodi-di-pagamento .metodo-di-pagamento .form-check-label img {
    float: right;
    margin-top: 3px;
}

.metodi-di-pagamento .metodo-di-pagamento .form-check .form-check-input {
    transform: scale(1.3);
}

.mostra-password,
.mostra-password svg {
    cursor: pointer;
}

.mostra-password svg {
    width: 24px;
    height: auto;
}

.mostra-password svg:last-of-type {
    width: 26px;
    margin: 0 -1px;
}

.mostra-password:not(.mostra) svg:last-of-type,
.mostra-password.mostra svg:first-of-type {
    display: none;
}

.transazioni-sicure {
    color: #38B800;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
}

.cliccando {
    font-size: .8rem;
    line-height: 130%;
    display: block;
}

.btn-amazonpay {
    background: url(../images/amazonpay.png) no-repeat #FAD675 center;
    background-size: auto 100%;
    /* width: 300px; */
    width: 100%;
    height: 45px;
    border: none;
    white-space: nowrap;
    text-indent: 1000px;
    overflow: hidden;
    margin-bottom: 2rem;
    border-radius: 4px;
}

@media (max-width: 1199.98px) {
    .btn-amazonpay {
        height: 55px;
    }
}

@media (max-width: 1046px) {
    .btn-amazonpay {
        height: 45px;
    }
}

@media (max-width: 991.98px) {
    .btn-amazonpay {
        margin-bottom: 1rem;
        height: 55px;
    }
}

@media (max-width: 575.98px) {
    .btn-amazonpay {
        margin-bottom: 0rem;
        height: 45px;
    }
}

.amazonpay-button-cont {
    opacity: .01 !important;
}

.oppure {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.oppure .line {
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
}

.oppure .line::before {
    border-top: 1px solid #BEBEBE;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    top: 11px;
}

.oppure strong {
    text-transform: uppercase;
    display: inline-block;
    background: #FFF;
    position: relative;
    z-index: 1;
    padding: 0 1rem;
}

.grecaptcha-badge {
    display: none;
}

/* Newsletter in home */

.newsletter-claim {
    background: var(--c-base);
    text-align: center;
    padding: 1rem;
    color: #FFF;
    font-size: 1.3rem;
    line-height: 100%;
}

@media (max-width: 1199.98px) {
    .newsletter-claim {
        text-align: left;
        font-size: 1.1rem;
        line-height: 110%;
    }
}

.newsletter-claim svg {
    margin-right: 5px;
}

@media (max-width: 1199.98px) {
    .newsletter-claim svg {
        /* float: left; */
        margin: 5px 5px 0 0;
    }
}

.newsletter-claim button {
    background: #FFF;
    color: var(--c-base);
    border: none;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 2px;
    padding: 0;
}

@media (max-width: 1199.98px) {
    .newsletter-claim button {
        display: block;
        margin: .5rem 0 0;
        width: 100%;
    }
}

.risparmia-newsletter {
    position: relative;
}

.risparmia-newsletter .newsletter-claim {
    text-align: left;
    padding: .8rem 1.4rem .9rem 4.2rem;
    font-size: 1.1rem;
    border-radius: 22px;
    display: inline-block;
    background: var(--c-verde);
    position: absolute;
    top: -94px;
    right: 0;
    font-weight: 600;
    height: 64px;
    box-shadow: 0 20px 40px rgba(135, 194, 0, .4);
    transition: transform .3s, box-shadow .3s;
}

@media (max-width: 1199.98px) {
    .risparmia-newsletter .newsletter-claim {
        text-align: left;
        padding: .4rem .5rem .6rem .7rem;
        font-size: 1.1rem;
        border-radius: 5px;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        max-width: 300px;
        border-radius: 8px;
        height: auto;
        box-shadow: 0 10px 20px rgba(135, 194, 0, .2);
    }
}

@media (max-width: 575.98px) {
    .risparmia-newsletter .newsletter-claim {
        max-width: 400px;
        margin-bottom: 1rem;        
    }
}

.risparmia-newsletter .newsletter-claim:hover {
    transform: scale(1.1);
    box-shadow: 0 20px 40px rgba(135, 194, 0, .7);
    cursor: pointer;
}

/* .risparmia-newsletter .newsletter-claim::before {
    background: var(--c-verde);
    position: absolute;
    content: "";
    display: block;
    transform: rotate(45deg);
    width: 48px;
    height: 48px;
    border-radius: 5px;
    left: -25px;
    top: 8px;
    box-shadow: 10px 15px 40px rgba(135, 194, 0, .4);
}

@media (max-width: 767.98px) {
    .risparmia-newsletter .newsletter-claim::before {
        display: none;
    }
} */

.risparmia-newsletter .newsletter-claim strong {
    font-weight: 700;
}

.risparmia-newsletter .newsletter-claim svg {
    position: absolute;
    left: 16px;
    top: 16px;
}

@media (max-width: 1199.98px) {
    .risparmia-newsletter .newsletter-claim svg {
        position: relative;
        left: 0;
        top: 0;
        float: left;
        margin-right: .5rem;
    }
}

.risparmia-newsletter .newsletter-claim span {
    font-size: .9rem;
    background: transparent;
    color: #FFF;
    transition: color .2s, background .2s;
    display: block;
    font-weight: 400;
    margin-bottom: -3px;
}

.mostra-altri {
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    text-align: center;
}

.mostra-altri span {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    padding: .6rem 2.5rem;
    font-weight: 600;
    font-size: .95rem;
    background: #FFF;
    border-radius: 30px;
    transition: background .3s, color .3s;
}

@media (max-width: 991.98px) {
    .mostra-altri span {
        display: none;
    }
}

.mostra-altri span:hover {
    background: #000;
    color: #FFF;
}

.main-brands {
    background: #F2F2F2;
    max-width: 100%;
}

.main-brands>div>strong {
    text-align: center;
    font-weight: 400;
    padding: 1rem 1rem 1.8rem;
    font-size: 1.4rem;
}

.main-brands .nav-link {
    background: #FFF;
    text-align: center;
    padding: 1rem;
}

@media (max-width: 1399.98px) {
    .main-brands .nav-link {
        padding: .5rem;
    }
}

.main-brands .nav-link img {
    border-radius: 2px;
}

/* Gateway pagamento footer */

.gateway-pagamento {
    background: #F2F2F2;
    text-align: center;
    padding: .5rem 1rem;
}

@media (max-width: 767.98px) {
    .gateway-pagamento {
        padding: 1.5rem 1rem;
    }
}

.gateway-pagamento2 {
    position: relative;
    z-index: -1;
}

.gateway-pagamento h5 {
    font-size: .9rem;
    text-align: left;
    margin-bottom: 0;
    display: flex;
    padding: 1rem .5rem .5rem;
}

@media (max-width: 767.98px) {
    .gateway-pagamento h5 {
        text-align: center;
        margin-bottom: 1.5rem;
        flex-direction: column;
        width: 100%;
    }
}

.sidebar-carrello .gateway-pagamento h5 {
    display: block;
    text-align: center;
}

.gateway-pagamento h5>span {
    padding: 0 .7rem 0 0;
    border: none;
}

.gateway-pagamento h5 svg {
    vertical-align: baseline;
    vertical-align: middle;
    margin-right: 8px;
}

@media (max-width: 767.98px) {
    .gateway-pagamento h5 svg {
        display: block;
        margin: auto auto .5rem;
    }
}

.gateway-pagamento h5 strong {
    display: block;
    font-size: .85rem;
}

@media (max-width: 767.98px) {
    .gateway-pagamento h5 strong {
        font-size: 1rem;
    }
}

.gateway-pagamento h5 p {
    margin: 0;
    font-size: .8rem;
    color: var(--c-grigio);
}

@media (max-width: 767.98px) {
    .gateway-pagamento h5 p {
        font-size: .9rem;
    }
}

.gateway-pagamento div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gateway-pagamento span {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: .5rem .2rem;
}

@media (max-width: 767.98px) {
    .gateway-pagamento span {
        border-left: none;
        padding: 0 .2rem;
    }
}

.gateway-pagamento span img {
    transform: scale(.8);
}

/* occasioni-d-estate */

.occasioni-d-estate {
    background: #F8D450;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 560px;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .occasioni-d-estate {
        min-height: auto;
        padding: 2rem 1rem 0;
    }
}

.occasioni-d-estate h1 {
    font-weight: 400;
    font-size: 3.75rem;
}

@media (max-width: 767.98px) {
    .occasioni-d-estate h1 {
        font-size: 2.1rem;
    }
}

.occasioni-d-estate p {
    font-size: 1.3rem;
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .occasioni-d-estate p {
        font-size: 1.2rem;
        line-height: 120%;
    }
}

.occasioni-d-estate a {
    background: var(--c-main);
    color: #FFF;
    width: 200px;
    border-radius: 5px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: block;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
    margin: 0 auto;
    transition: transform .3s, box-shadow .3s;
}

@media (max-width: 767.98px) {
    .occasioni-d-estate a {
        margin: 0 auto 1.5rem;
    }
}

.occasioni-d-estate a:hover {
    transform: scale(1.2);
    box-shadow: 0 20px 40px rgba(243, 102, 58, .6);
}

.occasioni-d-estate img {
    position: absolute;
    bottom: 0;
    right: calc(50% + 260px);
}

@media (max-width: 767.98px) {
    .occasioni-d-estate img {
        position: relative;
        bottom: 0;
        right: auto;
        width: 80%;
        height: auto;
    }

    .occasioni-d-estate picture {
        order: 5;
    }
}

/* Vetrina */

.vetrina {
    /* padding-top: 2rem;
    padding-bottom: 2rem; */
}

@media (max-width: 767.98px) {
    .vetrina {
        padding-top: .75rem;
        padding-bottom: 0;
    }
}

/* @media (min-width: 992px) {
    .vetrina:nth-child(even)>.container>.row>div:nth-of-type(1) {
        order: 2;
    }
} */

.vetrina .vetrina-cover {
    display: block;
    max-width: 100%;
    margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
    .vetrina .vetrina-cover {
        margin-bottom: 2rem;
    }
}

.vetrina .vetrina-cover img {
    border-radius: 60px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .3);
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .vetrina .vetrina-cover img {
        border-radius: 10px;
    }
}

.vetrina .taglie-prodotto {
    display: none !important;
}

.vetrina-claim {
    color: #FFF;
}

.vetrina-claim strong {
    display: inline-block;
    background: var(--c-main);
    padding: .4rem 1.2rem;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
    .vetrina-claim strong {
        font-size: .9rem;
    }
}

.vetrina-claim .vetrina-title {
    color: #FFF;
    font-weight: 500;
}

.vetrina-claim p {
    color: rgba(255, 255, 255, .8);
    font-size: 1rem;
    line-height: 130%;
}

.vetrina .risultati-di-ricerca .prodotto {
    margin-bottom: 1rem;
}

.vetrina .risultati-di-ricerca {
    /* margin-bottom: 2rem; */
}

.vetrina .risultati-di-ricerca .prodotto strong.saldi {
    left: .95rem;
    top: .3rem;
    padding: .2rem 1rem;
    font-size: .8rem;
    border-radius: 6px;
}

.vetrina .risultati-di-ricerca .prodotto .foto-prodotto img {
    border-radius: 10px;
    /* padding: 1rem; */
    border: none;
}

.vetrina .risultati-di-ricerca .prodotto .marca-prodotto {}

.vetrina .risultati-di-ricerca .prodotto .nome-prodotto a {}

.vetrina .risultati-di-ricerca .prodotto .prezzo-prodotto s {}

/* Banner home */

.banner {
    background: #FFF;
    width: 100%;
    padding: 2.5rem;
    color: var(--c-base);
    margin-bottom: -2rem;
    text-align: center;
    font-size: 1.3rem;
    min-height: 2rem;
}

@media (max-width: 767.98px) {
    .banner {
        margin-bottom: 0;
        line-height: 120%;
        padding: 4rem 2.5rem;
    }
}

.banner svg {
    vertical-align: middle;
    margin-right: .5rem;
    margin-top: -4px;
}

@media (max-width: 767.98px) {
    .banner svg {
        vertical-align: middle;
        margin-right: .5rem;
        margin-top: -4px;
        display: block;
        margin: 0 auto 5px;
    }
}

.banner strong {
    font-weight: 600;
    color: var(--c-main);
}

.banner-2 strong {
    color: var(--c-verde);
}

.banner button {
    font-weight: 600;
    background: var(--c-main);
    color: #FFF;
    display: inline-block;
    border: none;
    padding: .3rem 1rem;
    border-radius: 5px;
    font-size: 1.1rem;
    margin-left: 1rem;
}

@media (max-width: 767.98px) {
    .banner button {
        display: block;
        margin: .8rem auto 0;
    }
}

.vetrina-top-brands {
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.vetrina-top-brands .prodotto {
    margin-bottom: 1rem;
}

@media (max-width: 991.98px) {
    .vetrina-top-brands .prodotto {
        margin-bottom: 0;
    }
}

.vetrina-top-brands a.tutti-i-marchi {
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    line-height: 130%;
    background: var(--c-base);
    padding: 1rem 1rem;
    color: #FFF;
    max-width: 200px;
    text-align: center;
    border-radius: 10px;
}

.vetrina-top-brands a:hover {
    background: var(--c-main);
}

/* Newsletter */

.newsletter-banner {
    position: fixed;
    z-index: 1;
    bottom: 1rem;
    text-align: center;
    width: 100%;
    animation: bounce-in .5s;
    animation-delay: 2s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(.47, 1.64, .41, .8);
}

@keyframes bounce-in {
    0% {
        bottom: -5rem;
    }

    100% {
        bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    @keyframes bounce-in {
        0% {
            bottom: -8rem;
        }

        100% {
            bottom: -.5rem;
        }
    }
}

.newsletter-banner button {
    background: #D61F16;
    color: #FFF;
    padding: 1rem 1rem 1rem 2rem;
    border: none;
    border-radius: 45px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
    line-height: 100%;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: auto;
}

@media (max-width: 767.98px) {
    .newsletter-banner button {
        padding: 1rem 1rem 1.4rem 1.2rem;
        border-radius: 30px 30px 0 0;
        max-width: 96%;
        align-items: stretch;
        box-shadow: 0 2px 40px rgba(0, 0, 0, .3);
    }
}

@media (max-width: 767.98px) {
    .newsletter-banner span {
        text-align: left;
    }
}

.newsletter-banner strong {
    font-size: 2rem;
    vertical-align: middle;
    padding: 0 .3rem;
    font-weight: 900;
}

@media (max-width: 767.98px) {
    .newsletter-banner strong {
        font-size: 1.4rem;
        padding: 0 .1rem;
    }
}

.newsletter-banner b {
    display: inline-block;
    background: #FFF;
    color: #D61F16;
    padding: .6rem 2.5rem;
    font-weight: 600;
    font-size: .95rem;
    background: #FFF;
    border-radius: 30px;
    margin-left: .4rem;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .newsletter-banner b {
        margin-left: .3rem;
        /* margin-top: .4rem; */
        padding: .6rem 1.5rem;
    }
}































/**/