﻿.SubHeaderProdotti {
    height: 81vh;
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
}

.SunplanSH {
    background-image: url(media/Prodotti/SunPlan_SH.jpg);
}

.ImBloomSH {
    background-image: url(media/Prodotti/ImBloomSH.jpg);
}

.Be45SH {
    background-image: url(media/Prodotti/Be45SH.jpg);
}

.AlchemyBalanceSH {
    background-image: url(media/Prodotti/AlchemyBalance.jpg);
}

.MerchandisingSH {
    background-image: url(media/Prodotti/Merchandising.jpg);
}

.PerfektFaceSH {
    background-image: url(media/Prodotti/PerfektFaceSH.jpg);
}


.AlchemySH {
    background-image: url(media/Prodotti/AlchemySH.jpg);
}

.CollagenSH {
    background-image: url(media/Prodotti/collagenSH.jpg);
}
.CosmesiBucatoSH {
    background-image: url(media/Prodotti/CosmeticiDelBucato.jpg);
}
.CardioSH {
    background-image: url(media/Prodotti/CardioSH.jpg);
}
.NeuGlamSH {
    background-image: url(media/Prodotti/NeuglamSH.jpg);
}
.PacchettiBH_SH {
    background-image: url(media/Prodotti/PacchettiBeHealth.jpg);
}

.LogoSH {
    position: absolute;
    top: 40%;
    left: calc(50% - 125px);
    width: 250px;
}

    .LogoSH img {
        width: 100%;
    }

.SunplanSH .LogoSH {
    width: 500px;
    left: calc(50% - 250px);
}

.AlchemyBalanceSH .LogoSH {
    width: 500px;
    left: calc(50% - 250px);
}

.AlchemySH .LogoSH {
    width: 500px;
    left: calc(50% - 250px);
}

.CollagenSH .LogoSH {
    width: 250px;
}

.IntroCategoria {
    padding: 30px;
    width: 100%;
    border: 6px solid #e9e9e9;
}

    .IntroCategoria span {
        border-bottom: none;
    }

    .IntroCategoria h1 {
        margin-bottom: 20px;
        position: relative;
        padding-left: 70px;
        margin-top: 0;
        padding-top: 0;
    }

        .IntroCategoria h1 i {
            position: absolute;
            left: 0;
            top: 5px;
        }

.ListaProdotti {
    margin-top: 50px;
}

.BoxListaPodotti {
    box-shadow: 0px 1px 9px #d2d2d2;
    padding: 10px 20px;
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    min-height: 93%;
}

    .BoxListaPodotti .BoxListaProdotti_Image {
        margin: 10px 0;
        height: 250px;
        overflow: hidden;
        display: block;
        position: relative;
        z-index: 1;
    }

        .BoxListaPodotti .BoxListaProdotti_Image img {
            width: 100%;
        }

    .BoxListaPodotti span {
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-weight: 300;
        color: #2060a1;
    }

    .BoxListaPodotti .Prezzo {
        font-weight: bold;
        color: #2060a1;
        font-size: 30px;
        display: block;
        text-align: center;
        padding: 20px 0 10px 0;
    }

    .BoxListaPodotti .btn-primary {
        width: 200px;
        margin: 0 auto 10px auto;
        display: block;
    }

    .BoxListaPodotti .BtnDettaglio {
        position: absolute;
        top: 10px;
        width: 50px;
        height: 50px;
        right: 10px;
        padding: 0;
        line-height: 50px;
        z-index:5;
    }

/*************************************************Dettaglio*/
.DettaglioProdotto {
    padding-top: 110px;
}

.IntroProdotto span:first-of-type {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 22px;
}

.IntroProdotto span:nth-child(2) {
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    padding: 10px 0;
}

.IntroProdotto span:last-of-type {
    font-weight: 900;
}

.PanelListaProdotti {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #a5a5a5;
    position: relative;
}

    .PanelListaProdotti a {
        display: block;
        margin-bottom: 20px;
    }

        .PanelListaProdotti a img {
            width: 100%;
            padding: 10px;
            border: 2px solid #d2d2d2;
        }

        .PanelListaProdotti a span {
            display: block;
            text-align: center;
            color: #2060a1;
            padding-top: 10px;
            font-weight: bold;
        }

.Prezzo span {
    font-weight: 900;
    color: #2060a1;
    display: inline-block;
    text-transform: uppercase;
}

.Prezzo .TotaleEuro {
    font-size: 25px;
    float: right;
    display: inline-block;
    color: #2060a1;
}

.PannelloProdottiScelta {
    -webkit-box-shadow: 0px 0px 15px 5px #a5a5a5;
    box-shadow: 0px 0px 15px 5px #a5a5a5;
    position: absolute;
    left: -450px;
    top: 0;
    background-color: #fff;
    width: 450px;
    padding: 20px;
    z-index: 9;
}

    .PannelloProdottiScelta img {
        width: 100%;
    }

    .PannelloProdottiScelta span {
        display: block;
        color: #2060a1;
        font-weight: bold;
        line-height: 40px;
        height: 40px;
        font-size: 25px;
    }

.PanelListaProdotti .closePanel {
    position: absolute;
    right: 10px;
}

.ListaProdottiGruppo4 {
    margin-bottom: 5px;
}

    .ListaProdottiGruppo4 input {
        height: 50px;
        width: 50px;
        line-height: 50px;
        font-weight: bold;
        text-align: center;
        border: 1px solid #d2d2d2;
    }

    .ListaProdottiGruppo4 .col-lg-8,
    .GruppoCollezione {
        display: table;
    }

.NomeProdottoLista {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 18px;
    font-weight: bold;
}

@media (max-width:1040px) {
    .NomeProdottoLista {
        padding-left: 0px;
    }
}


.ListaProdottiGruppo4 .col-lg-3 span {
    font-size: 18px;
    font-weight: 900;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: right;
    color: #2060a1;
    width: 100%;
}

.Gruppo1 {
}

.GruppoCollezione span:first-of-type {
    font-weight: 900;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    font-size: 20px;
    background-color: #c8e3fe;
    margin-bottom: 5px;
}

/**************************************Gruppo2*/
.ElencoDDL {
    padding-left: 60px;
}

.ElencoRadioBtn {
    padding-left: 60px;
}

    .ElencoRadioBtn table tr td input {
        margin-right: 10px;
    }

    .ElencoRadioBtn table tr td label {
        font-size: 16px;
    }

@media (max-width:576px) {


    .SunplanSH .LogoSH,
    .LogoSH {
        width: 300px;
        left: calc(50% - 150px);
    }

        .LogoSH img {
            width: 80%;
            margin: 0 auto;
            display: block;
        }

    .AlchemySH .LogoSH {
        width: 80%;
        left: 10%;
    }

    .AlchemyBalanceSH {
        background-position: right;
    }

        .AlchemyBalanceSH .LogoSH {
            width: 80%;
            display: block;
            left: 10%;
        }
}

.ListaAllegati {
    margin: 0;
    padding: 0;
}

    .ListaAllegati li {
        list-style: none;
        border-bottom: 1px solid #d2d2d2;
        padding:20px 10px;
        position: relative;
    }

        .ListaAllegati li a {
            padding-right: 60px;
            display: block;
            color:#000;
        }

        .ListaAllegati li i {
            position: absolute;
            top: 23px;
            right: 10px;
            color: #2060a1;
        }

.ImageOutOfStock {
    width: 100%;
    height: 300px;
    background-color: rgb(255 255 255 / 0.60);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
    .ImageOutOfStock span {
        font-weight: bold;
        font-size: 40px;
        color: #1B5EA3;
        font-family: 'Yanone Kaffeesatz', sans-serif;
        position: absolute;
        top: 50%;
        display: block;
        width: 100%;
    }
