body {
}

/*nome prodotto  ProductTemplate.simple*/
.absolute-name {
    position: absolute;
    z-index: 9999999;
}


    .absolute-name > h1 {
        margin: 30px;
        background-color: #ffcb00;
        padding: 5px 30px 5px 30px;
    }

@media screen and (max-width: 600px) {
    .absolute-name {
        left: -10px;
        top: -40px;
    }

    .absolute-name > h1 {
        font-size: 1.2em;
    }
}


/*Finrstra modale*/
.rwd-video {
    height: auto;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

    .rwd-video iframe,
    .rwd-video object,
    .rwd-video embed {
        height: 100%;
        left: 0;
        /* position: absolute; */
        top: 0;
        width: 100%;
    }

/*Barra fornitori*/
@media (orientation: portrait) {
    .supplier div {
        padding-right: 2px;
        padding-left: 2px;
    }
}

/****Box Home*****/

.home-prontaconsegna .title, .home-usato .title, .home-promozioni .title {
    text-align: center;
    padding: 60px 0px;
    /* color: white; */
}

 /****Pronta consegna****/
.home-prontaconsegna {
    background-color: #1554ff;
    padding-top: 40px;
    padding-bottom: 40px;
}


    .home-prontaconsegna .btn {
        text-align: center;
    }

    .home-prontaconsegna .pre-titolo {
        font-size: 20px;
        text-transform: uppercase;
        color: #fff;
        opacity: 1;
    }

    .home-prontaconsegna .post-titolo {
        font-size: 25px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
    }
    /*****usato******/
    .home-usato {
        background-color: #dcdcdc;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .home-usato .logo img{
            width:237px;
        }

.home-usato .pre-titolo {
    font-size: 20px;
    text-transform: uppercase;
    color: #b9ffc7;
}

.home-usato .post-titolo {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}


/*promozioni*/

.home-promozioni {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-promozioni .pre-titolo {
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
    opacity: 1;
}

    .home-promozioni .post-titolo {
        font-size: 35px;
        font-weight: 600;
        text-transform: uppercase;
        color: #000000;
    }

    .home-promozioni .item-box h2 {
        /* padding: 20px 5px 20px 5px; */
        /* margin: 20px 0px 20px 0px; */
        height: 100%;
        /* background-color: #f6f6f6; */
        color: #282828;
        font-weight: 300;
    }

.home-promozioni .item-box section {
    /*       margin-top:10%;
    margin-bottom:10%;*/
    text-align:
    center;
    background-color:
    transparent!important;
    }


    .home-promozioni .item-box section img {
        width:30%;
        margin-top:15px;
        max-width:200px;
        max-height:100px;
    }
    .home-promozioni .item-box .row {
        /*        background: rgb(67,100,140);
        background: linear-gradient(203deg, rgba(67,100,140,0.3900910706079307) 0%, rgba(255,255,255,0) 60%, rgba(153,171,193,1) 98%);*/
       /* border-bottom:1px solid*/
        rgba(0, 0, 0, 0.15);
        margin-left: 0px;
        margin-right: 0px;
        }


