.contentlist {
    margin: 0;
    margin-left: 5%;
    padding: 0;
    font-weight: bold;
    font-size: 90%;
}

.purchase-navbar {
    margin-top: 51px;
    background-image: -webkit-linear-gradient(top,#f1f1f1 100%, #f1f1f1 100%);
    border: none;
}

.seperator-top {
    padding-bottom: 60px;
}

.seperator-bottom {
    padding-top: 60px;
}


.product-row {
    border-bottom: 1px solid;
    border-color: #f1f1f1;
    display: flex;
    align-items: center;
}

.image {
	width: 200px;
    height: 200px;
	display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-position: center; 
    outline-color: aqua;
    border:1px solid rgb(228, 228, 228);
    margin-top: 15px;
    margin-bottom: 15px;
}

.rw-number-notification {
    position: absolute;
    top: -8px;
    right: -10px;
    /*top: -7px;
    right: -6px;
    */
    padding: 3px 3px 2px 3px;
    background-color: red;
    color: white;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px silver;
}

.checkout {
    margin-right:30px;
    margin-top:6px;
    margin-left:30px;
}

.top-billing {
    padding: 10px 10px;
    margin: 15px 0px;
    width: 100%;
    border-radius: 4px;
    border:1px solid rgb(228, 228, 228);
    overflow: hidden; /* will contain if #first is longer than #second */
}

.left-billing {
    margin-left: 5px;
    margin-right: 5px;
    width: 50%;
    float:left; /* add this */
}
.right-billing {
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden; /* if you don't want #second to wrap below #first */
}