ul.st_paa_ul{margin:0;padding:0;}
.st_paa_ul li{float: left;margin-right: 8px;margin-bottom: 4px;}
a.st_paa_pro{display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; -js-display: flex; display: flex; -webkit-box-align:center;box-align:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center; -ms-flex-pack:justify;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border:1px solid #ccc;background: #f7f7f7;height: 52px;}
a.st_paa_pro:hover, a.st_paa_pro.st_paa_pro_active{border-color:#E3393C;}
.st_paa_pro span{display: block;margin: 6px;}
.st_paa_pro img{height: 100%;}

/* modifiche PIERLUCA */

.st_paa_357 {
    background-color: var(--background-color);
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 2rem;
}

.title_product_attributes {
    font-weight: 600;
    margin-bottom: 1rem;
}

ul.st_paa_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.st_paa_ul li {
    display: flex;
    width: calc((100% - 10px) / 2);
    margin-right: 0!important;
    margin-bottom: 0!important;

    a {
        padding: 5px;
        height: 100%!important;
    }
}

.st_paa_pro span {
    font-size: .8rem;
    max-height: 100%;
    margin:0 0 0 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
	line-height: 15px;
}
