.product-list {
    margin:20px;
    display:table;
    border-collapse:collapse;
    clear:both;
}

#cart .product-item {
    height:120px;
    width:150px;
}

#cart .product-item .icon {
    height:64px;
}

#cart .product-item h3 {
    font-size:15px;
    margin:0;
}

#cart .product-item .icon {
    padding-bottom:5px;
}

#cart .product-item .icon img {
    max-width:64px;
}

.discount-code-toggle {
    float:right;
    clear:both;
    font-size:17px;
}

.discount-code {
    float:right;
    clear:both;
    margin:5px 0 15px 0;
    font-size:17px;
    display:none;
}

.discount-code input[type=text] {
    width:100px;
    padding:5px;
}

.discount-code button {
    padding:0 7px !important;
    height:34px !important;
}

.product-item {
    height:320px;
    width:260px;
    margin-bottom:30px;
    float:left;
    padding:20px;
    text-align:center;
    position:relative;
}

.product-list .product-item:hover {
    background-color:#ddd;
    cursor:pointer;
}

.product-item .icon {
    width:100%;
    height:120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.product-item .description {
    vertical-align:top;
    font-size:15px;
    color: #444 !important;
}

.product-item .button-container {
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
}

.product-item .price {
    color:#000;
    font-weight:bold;
    margin-bottom:8px;
}

#tblCart {
    width:100%;
}

#tblCart th {
    text-align:left;
}

#tblCart input {
    max-width:50px;
}

#tblCart .icon {
    width:32px;
    height:32px;
    vertical-align:middle;
}

#checkout table {
    width:100%;
    max-width:650px;
}

#checkout input[type=text],#checkout input[type=email] {
    width: 100%;
}

.summary-table {
    width:100%;
    max-width:650px;
    border-collapse: collapse;
}

.summary-table td {
    border:1px solid #c3c3c3;
    padding:5px;
}

#suggestion-box {
    margin-top:70px;
    clear:both;
}

#suggestion-box td {
    padding:5px;
}

#suggestion-box td img {
    width: 96px;
}

#grand-total {
    float:right;
    margin:10px;
    font-weight:bold;
    clear:both;
}