.main-menu .navbar-nav>li.prodotti-menu {
    border-bottom: solid 5px #fff;
}

/*-----------------------
SIDEBAR
-----------------------*/

.pdfprodotto {
    margin-top: 10px;
}

.back-to-prod a, .pdfprodotto a {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    background: var(--primary-color);
    border: solid 1px var(--primary-color);
    color: #fff;
    transition: .3s ease-in-out;
    display: block;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.back-to-prod a:hover, .pdfprodotto a:hover {
    background: #fff;
    color: var(--primary-color);
    transition: .3s ease-in-out;
}

@media screen and (max-width: 991px) {

    .back-to-prod,
    .pdfprodotto  {
        display: none;
    }

    .prefooter-mobile .boxsidebar {
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }

    .prefooter-mobile .boxsidebar:last-child {
        margin-left: 4%;
        text-align: right;
    }

    .prefooter-mobile .halfpage img {
        max-width: 300px;
    }

}

@media screen and (max-width: 500px) {

    .prefooter-mobile .boxsidebar {
        width: 100%;
        display: block;
    }

    .prefooter-mobile .boxsidebar:last-child {
        margin-left: 0;
        text-align: center;
    }
}

/*-----------------------
SCHEDA PRODOTTO
-----------------------*/

.scheda-prodotto {
    overflow: hidden;
}

.scheda-prodotto-sumisura .contenitore-img {
    display: inline-block;
    width: 29%;
}

.scheda-prodotto .contenitore-img {
    display: inline-flex;
    width: 35%;
    gap: 20px;
    flex-direction: column;
}

.scheda-prodotto .contenitore-img img {
    display: block;
    max-width: 100%;
    max-height: 350px;
    height: auto;
    margin: 0;
    width: 100%;
    object-fit: contain;
}

#myCarousel img {
    max-height: 100%;
}

/* #myCarousel .carousel-indicators {
    bottom: 100px;
} */
a.right.carousel-control,
.carousel-control.left {
    background-image: none;
    max-height: 40px;
    max-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 20px);
}


.scheda-prodotto .contenitore-img a {
    /* display: block; */
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

a.right.carousel-control span,
.carousel-control.left span {
    margin: 0;
    font-size: 18px;
}

a.left.carousel-control span {
    margin: -23px 0 0 -16px;
}

a.right.carousel-control span {
    margin: -23px -16px 0 0;
}


.contenitore-img-small {
    height: 150px;
}

.scheda-prodotto .contenitore-img .contenitore-img-small a {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.scheda-prodotto .contenitore-img .contenitore-img-small a img {
    height: 100%;
}

/* .scheda-prodotto .contenitore-img .thumbnail {
    margin-bottom: 10px;
} */

.scheda-prodotto .contenitore-img-small a:first-child {
    margin-right: 8px;
}

.scheda-prodotto-sumisura .dettaglio-prodotto {
    width: 70%;
    display: inline-block;
    float: left;
}

.scheda-prodotto .dettaglio-prodotto {
    width: 62%;
    display: flex;
    flex-direction: column;
    float: right;
    gap: 12px;
}

.scheda-prodotto .dettaglio-prodotto h2.titoloprodotto {
    font-size: 32px;
    line-height: 32px;
    text-transform: initial;
    font-family: 'Inter', sans-serif;
    margin: 0;
    font-weight: 600;
    color: var(--primary-color);
}

.scheda-prodotto .dettaglio-prodotto h1.titoloprodotto {
    /* font-size: 27px; */
    text-transform: capitalize;
    /* font-family: 'Inter', sans-serif; */
    margin: 0;
    /* font-weight: 700; */
    color: var(--primary-color);
}


.scheda-prodotto .dettaglio-prodotto p.produttore {
    font-size: 16px;
}

.scheda-prodotto .dettaglio-prodotto p.produttore a {
    font-size: 22px;
    font-weight: 500;
    text-decoration: underline;
}

.scheda-prodotto .dettaglio-prodotto p.spiegabreve {
    font-size: 18px;
}

.voto {
    display: inline-block;
    color: var(--primary-color);
    margin-right: -1px;
}

 .stelle {
    margin-bottom: 10px;
}

.stelle span a.totale-votanti {
    text-decoration: underline;
}

.scheda-prodotto .dettaglio-prodotto p.venditore {
    font-size: 13px;
    margin-bottom: 30px;
}

.scheda-prodotto .dettaglio-prodotto p.venditore a {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 700;
}

.scheda-prodotto .dettaglio-prodotto div.descrizione,
.scheda-prodotto .dettaglio-prodotto .descrizione h1,
.scheda-prodotto .dettaglio-prodotto .descrizione h2,
.scheda-prodotto .dettaglio-prodotto .descrizione h3,
.scheda-prodotto .dettaglio-prodotto .descrizione h4,
.scheda-prodotto .dettaglio-prodotto .descrizione h5,
.scheda-prodotto .dettaglio-prodotto .descrizione h6 {
    font-size: 17px;
}

.scheda-prodotto .dettaglio-prodotto div.descrizione ul {
    padding-left: 40px;
}

.scheda-prodotto .dettaglio-prodotto div.descrizione ul li {
    list-style-type: disc;
}

.dettaglio-prodotto .cerca {
    max-width: max-content;
}
.scheda-prodotto .dettaglio-prodotto .cerca a {
    width: 100%;
    /* font-size: 17px; */
    font-weight: 600;
    text-transform: uppercase;
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--background-color);
    transition: .3s ease-in-out;
    display: block;
    text-align: center;
    border-radius: 12px;
    padding: 8px 24px;
}

.scheda-prodotto .dettaglio-prodotto .cerca a:hover {
    background-color: var(--primary-hover-color);
    text-decoration: none;
}

@media screen and (max-width: 767px) {


    .scheda-prodotto .contenitore-img-small {
        display: none;
    }

    .scheda-prodotto .dettaglio-prodotto {
        width: 100%;
        margin: 0;
        float: none;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 5%;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 2%;
    }

    .scheda-prodotto .contenitore-img {
        width: 100%;
    }


}

@media screen and (max-width: 500px) {

    .scheda-prodotto {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .scheda-prodotto .contenitore-img {
        width: 100%;
    }

    .scheda-prodotto-sumisura .dettaglio-prodotto {
        width: 100%;
    }
    .fill {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    a.right.carousel-control span {
        margin: -23px 6px 0 0;
    }
    a.left.carousel-control span {
        margin: -23px 0 0 6px;
    }
    .scheda-prodotto .dettaglio-prodotto h2.titoloprodotto {
        font-size: 24px;
        line-height: 24px;
    }
}

/*-----------------------
TABELLA TAGLIE
-----------------------*/

.row.taglie {
    margin: 0px;
}

.panel-default {
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    overflow: auto;
}

.panel-default>.panel-heading {
    background-color: var(--background-secondary-color);
}

.panel {
    margin: 0;
    box-shadow: none;
}

.row.taglie .tabella-taglie th {
    font-size: 15px;
    text-transform: uppercase;
    max-width: 190px;
    text-align: center;
    background: var(--background-secondary-color);
    padding: 10px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.row.taglie .tabella-taglie .singola-taglia th {
    font-size: 22px;
}

.row.taglie .tabella-taglie tr {
    /*border-bottom: solid 3px #fff;*/
}

.row.taglie .tabella-taglie td {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 675px) {

    .row.taglie .tabella-taglie th {
        display: table-caption;
        width: 150px;
    }

}


/*-----------------------
BLOCCHI DETTAGLIO
-----------------------*/

.row.dettagli,
.row.infovenditore,
.row.recensioni {
    margin-bottom: 0px;
}

.row.dettagli h3.titoletto,
.row.infovenditore h3.titoletto,
.row.recensioni h3.titoletto {
    font-size: 48px;
    text-transform: capitalize;
    text-align: center;
}

.row .left {
    padding-left: 0;
}

.row .right {
    padding-right: 0;
}

.row.dettagli ul {
    font-size: 17px;
    padding-left: 40px;
}

.row.dettagli p {
    font-size: 17px;
    padding-left: 40px;
}

.row.infovenditore p,
.row.infovenditore a {
    font-size: 18px;
    color: #000;
}

.row.infovenditore a {
    text-decoration: underline;
}

.row.infovenditore a.gotomaps {
    text-decoration: none;
}

.row.infovenditore a.nounderline {
    text-decoration: none;
}

.row.infovenditore a.gotomaps span,
.row.infovenditore a.gotoortopedia {
    text-decoration: underline;
    text-transform: uppercase;
}

.row.dettagli li {
    list-style-type: disc;
}

/*-----------------------
BLOCCHI TECNICO
-----------------------*/

.row.usatecnico {
    border: solid 2px var(--primary-color);
    text-align: center;
    padding: 11px;
    font-size: 16px;
    margin:0;
}

.row.usaspedizionegratis {
    border: solid 3px #D5D5D5;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0 0;
    font-size: 16px;
    background: #D5D5D5;
}

.row.usatecnico h3 {
    margin-top: 10px;
    font-weight: 700;
    color: var(--primary-color);
    text-transform: inherit;
    font-size: 20px;
}

/*-----------------------
BLOCCHI RECENSIONI
-----------------------*/

.row.recensioni {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #333;
}

.row.recensioni h3.titoletto {
    text-align: center;
}

.row.recensioni p.media-numero {
    font-size: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    text-align: center;
    color: var(--primary-color);
    margin-bottom: 0;
}

.row.recensioni .voto {
    font-size: 19px;
}

.row.recensioni .left {
    text-align: center;
}

.row.recensioni .left p.numero-recensioni a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000;
}


.row.recensioni .barra-recensioni {
    height: 30px;
}

.row.recensioni .progress {
    background-color: #d5d5d5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: calc(100% - 80px);
    display: inline-block;
    margin: 0;
}

.row.recensioni .progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #333;
}

.row.recensioni p.numerostelle,
.row.recensioni p.numerovotanti a{
    font-size: 19px;
    font-family: 'Inter', sans-serif;
    color: #333;
    display: inline-block;
    vertical-align: super;

}
.row.recensioni p.numerostelle{
    margin-right: 5px;

}

.row.recensioni p.numerovotanti a{
    text-decoration: underline;
    text-align: right;
    margin-left: 20px;
}

.row.recensioni p.numerovotanti{
    display: inline-block;
}

.row.lista-recensioni .left {
    padding-right: 0;
}

.row.lista-recensioni .singola-recensione {
    padding-bottom: 20px;
    border-bottom: solid 1px #333;
    padding-top: 20px;
}

.row.lista-recensioni .voto {
    font-size: 19px;
}

.row.lista-recensioni .stelle {
    margin-bottom: 3px;
}

.row.lista-recensioni .left p,
.row.lista-recensioni .left p a {
    font-size: 15px;
    margin-bottom: 0;
}

.row.lista-recensioni .left p.verifica {
    margin-top: 20px;
    background: #d5d5d5;
    text-align: center;
    font-size: 11px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    padding: 3px;
}

.row.lista-recensioni .right p {
    font-size: 16px;
}

.row.lista-recensioni .showmore {
    cursor: pointer;
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 100;
    background: var(--primary-color);
    border: solid 1px var(--primary-color);
    color: #fff;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s;
    display: block;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    margin: auto;
    margin-top: 10px;
    max-width: 300px;
}

.row.lista-recensioni .showmore:hover {
    background: #fff;
    color: var(--primary-color);
}



@media screen and (max-width: 720px) {

    .row.recensioni .voto {
        font-size: 17px;
    }

}

@media screen and (max-width: 675px) {

    .row .left, .row .right {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .row.dettagli .left, .row.dettagli .right {
        text-align: left;
    }

    .row.recensioni.leftmobile, .numero-recensioni {
        width: 49%;
        display: inline-block;
    }

    .row.recensioni p.media-numero,
    .row.recensioni .leftmobile {
        text-align: right;
        width: 47%;
        display: inline-block;
    }

    .row.recensioni .left p.numero-recensioni {
        text-align: left;
        margin-left: 1%;
        vertical-align: top;
    }

    .row.recensioni .left p.numero-recensioni a {
        font-size: 20px;
        padding-left: 20px;
        padding-top: 37px;
        display: block;
    }

    .row.lista-recensioni p.verifica {
        max-width: 130px;
        display: block;
    }

    .row.lista-recensioni .left {
        margin-bottom: 20px;
        text-align: left;
    }

    .row.lista-recensioni .right p {
        font-size: 16px;
        text-align: left;

    }

    .row.usatecnico h3 {
        font-size: 20px;
    }
}