section{
    width: 100%;
}

.cart-container{
    background: aliceblue;
    border-radius: 10px;
    box-shadow: 1px 1px gray;
    padding: 0 0 20px 0;
}

.cart-contents{
    margin: 20px 0 0 0;
}

.asset-image{
    border-radius: 10px;
}

.asset-name{
    font-size: 30px;
}

.asset-quantity{

}

.cart-button{
    border-radius: 5px;
    min-width: 40px;
    background-color: #fafafa;
}

.cart-total{
    
}

body{
    margin-top:20px;
    background:#eee;
}
.ui-w-40 {
    width: 100px !important;
    height: auto;
}

.card{
    box-shadow: 0 1px 15px 1px rgba(52,40,104,.08);    
}

.ui-product-color {
    display: inline-block;
    overflow: hidden;
    margin: .144em;
    width: .875rem;
    height: .875rem;
    border-radius: 10rem;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
    vertical-align: middle;
}