#sweet-pick-mix{
    margin-top:30px;
    padding:20px;
    border:1px solid #ddd;
}

.spm-row{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:10px;
}

.spm-image img{
    width:50px;
    height:auto;
}

.spm-name{
    flex:1;
}

.spm-qty{
    display:flex;
    align-items:center;
    gap:10px;
}

.spm-qty button{
    width:30px;
    height:30px;
}

.spm-summary{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    margin-top:20px;
}

.spm-summary-left{
    flex:1;
}

.spm-summary-right{
    text-align:right;
    min-width:250px;
}

#spm-price-final{
    font-size:36px;
    font-weight:700;
}

#spm-price-old{
    margin-left:8px;
    color:#999;
    text-decoration:line-through;
}

#spm-price-discount{
    margin-left:8px;
    color:#e67e22;
    font-weight:700;
}

#spm-add-to-cart{
    margin-top:15px;
    padding:12px 24px;
    background:#f28c28;
    color:#fff;
    border:0;
    border-radius:4px;
    cursor:pointer;
    font-weight:700;
	border-radius:15px !important;
}
