section#prodotto3d {
    position: relative;
    background-color: var(--color-grey-light);
    position: relative;
    z-index: 1;
}

section#prodotto3d .container-prodotto3d {
    width: 100%;
    margin: 0 auto;
    /* transform: translateY(-80px); */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 164px);
}
section#prodotto3d .landing-text-container {
    width: 50%;
    max-width: 600px;
    margin-right: 30px;
}
section#prodotto3d .landing-text-container ul {
    margin:5px 0;
}
section#prodotto3d .landing-text-container li {
        padding-left: 30px;
        background-repeat: no-repeat;
        display: block;
        background-image: url(../img/puntatore.png);
        /* height: 30px; */
        line-height: 20px;
        background-position: left top;
        padding-bottom: 5px;
        background-size: 20px 20px;
        margin-bottom: 15px;
}
section#prodotto3d .titolo-prodotto3d {
    position: relative;
    z-index: 0;
}

section#prodotto3d .titolo-prodotto3d h1 {
    color: white;
    font-size: 7rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    text-shadow: -1px 0 var(--color-main-blu), 0 1px var(--color-main-blu), 1px 0 var(--color-main-blu), 0 -1px var(--color-main-blu);
    transform: translateY(40px);
}

section#prodotto3d #circlr {
    position: relative;
    max-width: 800px;
    margin: 0 0 0 auto;
    cursor: e-resize;
    /*background: url(../img/bg-3d.png) no-repeat center 375px;

    background-size: contain;

    */
}

section#prodotto3d .bg-circlr {
    position: relative;
    width: 70%;
    max-width: 800px;
    margin: 0 auto;
    transform: translateY(-50px);
}

section#prodotto3d .bg-circlr img {
    width: 100%;
}

section#prodotto3d #circlr img {
    height: 100%;
}

/* RANGE SLIDER */

section#prodotto3d .rangeSlider,
section#prodotto3d .rangeSlider__fill {
    display: block;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    border-radius: 10px
}

section#prodotto3d .rangeSlider {
    position: relative;
}

section#prodotto3d .rangeSlider__horizontal {
    height: 3px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

section#prodotto3d .rangeSlider__vertical {
    height: 100%;
    width: 20px
}

section#prodotto3d .rangeSlider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4
}

section#prodotto3d .rangeSlider__fill {
    background: var(--color-details-blu);
    position: absolute;
    z-index: 2
}

section#prodotto3d .rangeSlider__fill__horizontal {
    height: 100%;
    top: 0;
    left: 0
}

section#prodotto3d .rangeSlider__fill__vertical {
    width: 100%;
    bottom: 0;
    left: 0
}

section#prodotto3d .rangeSlider__handle {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 3;
    background: #fff -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(0, 0, 0, .1)));
    background: #fff -o-linear-gradient(hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .1));
    background: #fff linear-gradient(hsla(0, 0%, 100%, 0), rgba(0, 0, 0, .1));
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    border-radius: 50%
}

section#prodotto3d .rangeSlider__handle__horizontal {
    top: -10px
}

section#prodotto3d .rangeSlider__handle__vertical {
    left: -10px;
    bottom: 0
}

section#prodotto3d .rangeSlider__handle:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .13)), to(hsla(0, 0%, 100%, 0)));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .13), hsla(0, 0%, 100%, 0));
    background-image: linear-gradient(rgba(0, 0, 0, .13), hsla(0, 0%, 100%, 0));
    border-radius: 50%
}

section#prodotto3d .rangeSlider__handle:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .12)));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12));
    background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .12))
}

section#prodotto3d input[type=range]:focus+.rangeSlider .rangeSlider__handle {
    -webkit-box-shadow: 0 0 8px rgba(142, 68, 173, .9);
    box-shadow: 0 0 8px rgba(142, 68, 173, .9)
}

section#prodotto3d .rangeSlider__buffer {
    z-index: 1;
    position: absolute;
    top: 3px;
    height: 14px;
    background: #2c3e50;
    border-radius: 10px
}

section#prodotto3d .fasciadati {
    height: 90px;
    background-color: var(--color-grey);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -120px;
}
.page-subnav {
    height: 60px;
    background-color: var(--color-grey);
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    top:56px;
    z-index: 9999;
    border-top: 1px solid var(--color-grey-light);
}
.page-subnav .link{
    padding: 20px;
    color: var(--color-grey-dark)
}
.page-subnav .link.active{
    padding: 20px;
    color: var(--color-main-blu)
}
.page-subnav .link:after{
    background-color: var(--color-main-blu);
}

section#prodotto3d .risparmiotesto,
section#prodotto3d .interfacciatesto {
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1.6rem;
    text-align: right;
    padding: 0 20px 0 20px;
    position: relative;
}

section#prodotto3d .risparmiotesto:before,
section#prodotto3d .interfacciatesto:before {
    content: "";
    position: absolute;
    width: 2px;
    background-color: var(--color-main-blu);
    height: 70%;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

section#prodotto3d .risparmiovalore {
    font-weight: 700;
    font-size: 4rem;
}
