hr {
    height: 5px;
    border-width: 0;
    background-color: #000000;
}

/* Wrappings */
.center {
    margin: auto;
    margin-top: 60px;
    width: auto;
    text-align: center;
}

.wrap {
    width: auto;
    margin-top: 80px;
    margin-left: 100px;
    margin-right: 50px;
}

.top {
    margin: 0;
    width: 100%;
    height: 250px;
}

.left {
    width: auto;
    height: 100%;
    float: left;
}

.right {
    width: 63%;
    height: 100%;
    float: right;
    margin: 0;
    vertical-align: top;
}

ul {
    list-style-type: none;
    text-align: right;
    padding: 20px;
    margin-right: 30px;
}

li {
    display: inline;
    margin-left: 80px;
    padding: 20px;
    font-size: 24px;
}

/*link without display*/
a {
    text-decoration: none; 
    color: black; 
}

.logo {
    width: 450px;
    height: 250px;
    margin-bottom: 20px;
}

.products-cart {
    width: 100%;
    display: block;
    margin-top: 100px;
}

.checkout {
    width: 78%;
    float: right;
}

.cart-ele {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.cart-price {
    float: right;
}

.detail-price {
    float: left;
}

.text {
    width: auto;
}

/*Align texts to left*/
.product {
    width: 310px;
    margin: 10px;
    padding: 10px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

/*hover highlight*/
.product:hover {
    background-color: yellow;
    font-weight: bold;
}

/*center item, align text*/
.product-detail {
    width: 400px;
    margin: auto;
    padding: 10px;
    text-align: left;
    float: right;
}

.body-text {
    box-sizing: border-box;
    width: 0;
    min-width: 100%;
    font-size: 21px;
    margin: 0px;
}

/*spacing*/

.margin20 {
    margin-bottom: 20px;
}

.margin80 {
    margin-bottom: 80px;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.cart-text {
    width: auto;
    font-size: 21px;
    margin: 0px;
}

.header {
    font-size: 30px;
}

.item {
    width: 300;
    height: 300px;
    border: 3px solid black;
}

.item-cart {
    width: 125px;
    height: 125px;
    border: 3px solid black;
}

.item-detail {
    margin: auto;
    width: 600px;
    height: 500px;
    border: 3px solid black;
    float: left;
}

.remove {
    font-size: 13px;
    text-decoration: underline;
    margin-top: 0;
    margin-bottom: 20px;
}

button {
    width: auto;
    height: auto;
    margin: 30px;
    padding: 12px 36px;
    font-size: 24px;
    background-color: yellow;
    border: 3px solid black;
    float: right;
}

.drop {
    height: 50px; 
    width: 400px; 
    font-size: 21px;
}

/*spacing*/
.addtc{
    margin-top: 100px;
}

.atcbutton {
    vertical-align: middle;
}

.price-text {
    font-size: 24px;
    margin: 10px;
}

.atcbutton button {
    margin: 0px;
}