
.product-image {
    min-width:100px;
}

.product-image img {
    max-width:100px;
    max-height:100px;
    margin:0 auto;
}

.product-price-list {
    font-size:12px;
    font-family:Arial,SansSerif;
}

#product-page .tab-content {

    margin-top: 20px;
}

#product-page .tab-content .input-group {
    margin: 0;
    display: block;
}

#product-page .tab-content .input-group input {
    height: 36px;
    max-width: 160px;
}

.cart-display {
    margin-top:20px;
}