.aespromo_wrapper{
    /*
	background-image: url(https://aes.readview.io/wp-content/uploads/2020/05/negozio-aes-sfondo.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    */
    margin-top:2em;
    padding:0 40px;
}

.aespromo_wrapper h2.aespromo_title{
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
    font-size: 83px;
    font-weight: 200;
    text-align: center;
    padding-top:40px;
    text-transform: uppercase;
}

.aespromo_wrapper .aespromo_dettagli_wrapper{
	background-color: #FFFFFF;
	margin-top: 60px;
    margin-bottom: 0px;
    padding: 30px 60px 40px 60px;
    font-family: 'Montserrat', sans-serif;
    color:#54595F;
    font-size: 15px;
    font-weight: 500;
}

.promostoreopener{
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-bottom: solid 1px #CACACA;
    padding-bottom: 10px;
    line-height: 1.1;
}

.promostoreopener i{
    margin-left: 20px;
    font-size: 12px;
}

.promostorewrapper{width:100%; margin:20px auto; display: none};
.promostorewrapper h4{
    text-align: left;
    font-size:13px;
    margin-bottom: 20px;
}
.promostorewrapper .pvregioniwrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.promostorewrapper .pvregioniwrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.pvaderentepromo{
    flex-basis: 32%;
    margin-right: 1%;
    font-size:11px;
    padding:10px;
    border: solid 1px #F0F0F0;
    box-shadow: 5px 8px 5px 0px #f0f0f0;
    line-height: 13px;
    margin-bottom: 10px;
    text-align: left;
}

.pvaderentepromo .pvname{
    font-weight: 700;
}

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

    .aespromo_wrapper {
        padding: 0 0px;
        margin-top: 0;
    }

    .aespromo_wrapper h2.aespromo_title {
        font-size: 40px;
        display: none;
    }

    .aespromo_wrapper .aespromo_dettagli_wrapper {
        padding: 0px 10px 40px 10px;
        margin-top: 0px;
    }

    .pvaderentepromo{
        flex-basis: 100%;
        margin-right: 0%;
        font-size:11px;
        padding:10px;
        border: solid 1px #F0F0F0;
        box-shadow: 5px 8px 5px 0px #f0f0f0;
        line-height: 13px;
        margin-bottom: 10px;
        text-align: left;
    }

    .aespromo_dettagli_wrapper iframe{
        max-height: 90vh;
    }

}


.cookietest{
    border: solid 2px #c36;
    margin-top:2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}