@import "cart-product-summary.css";

.elencopuv {
    max-width: 103rem;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
}

.blocco .btn{
      background:#ea5b0c;
     background:-moz-linear-gradient(top,#ea5b0c 50%,#ff9900 100%);
 background:-webkit-linear-gradient(top,#ea5b0c 50%,#ff9900 100%);
 background:linear-gradient(to bottom,#ea5b0c 50%,#ff9900 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea5b0c',endColorstr='#ff9900',GradientType=0);
 color:#FFF;
 border-radius: 20px;
 padding:7px;
 padding-left:15px;
 padding-right:15px;
 margin-bottom:15px;
}
.blocco .btn{
cursor:pointer;
}

.blocco .btn.catalogo{
    font-size:2rem;
    text-decoration: none;
}

.blocco.elencopuv .btn.catalogo {
		/*	font-size: .8rem;
			text-decoration: none;
			line-height: 1rem;*/
}

.blocco.elencopuv .btn.catalogo:hover {
			text-decoration: underline;
} 

.blocco .btn:hover{
    text-decoration: underline;
}
.blocco.volantino .fa, .blocco.volantino .fab, .blocco.volantino .far, .blocco.volantino .fas,
.blocco .btn .fas{
    color:#f5f235;
}

.main-container {
    padding-top: 5rem;
}

.page-title {
    text-align: center;
    margin-bottom: 2rem;
    color: #5b6f82;
    font-weight: lighter;
}

.product-buttons-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: flex-end;
}
.product-buttons-wrapper button {
    margin-bottom: 10px;
    flex: 1;
}

.header-info-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}