.single-cat {
    position: relative;
    border-radius: 5px;
    padding-top: 3rem;
    text-align: center;
	padding: 0px;
}
	
.priceBox {
    /* border: 1px solid black; */
}
	
.priceTitle {
    font-size: 160%;
    padding: 15px 0;
    font-weight: bold;
    color: white;
    background-color: #515b69;
}
	
.priceInfo {
    padding: 10px 10px;
    font-size: 120%;
    line-height: normal;
	border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
	
.pricePrice {
    font-size: 250%;
    font-weight: 700;
    margin-top: 1rem;
    color: #34baf2;
}
	
.pricePrice:before {
    content: "\20AC";
}
	
.priceMese {
    font-size: 1.3rem;
    color: #666;
}
	
.specialcolor {
    color: #34baf2;
}

.priceDesc {
    padding: 10px 10px;
    color: rgb(34, 34, 34);
	border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.priceDesc:last-child {
    border-bottom: 1px solid #eaeaea;
}

.priceDesc:before {
    content: '';
    height: 1px;
    display: block;
    background-color: #eaeaea;
    margin-bottom: 20px;
    width: 90%;
    margin-left: 5%;
}
