.product-price { font-size:24px;line-height:34px;font-weight:500; }

.cart .cart-product-image { max-width:200px;max-height:200px; }
.cart .cart-count-input { width:85px;text-align:center; }	

.product-list-image img, 
.product-main-image img { max-height:400px;max-width:400px; }

.product-link { display:block; }

.checkout-steps .step { padding:10px;border-bottom:1px solid #DDD; }
.checkout-steps .step.active { background:rgba(182,226,255,.125); }


#checkout-page .form-control { height:28px;padding:5px; }
#checkout-page .step-info { padding:5px 0 15px; }
#checkout-page .completed-step { padding:15px 0; }

.checkbox-label { font-weight:normal;padding:15px 10px;clear:both;width:100%;display:block;border-bottom:1px solid #EDEDED; }
.checkbox-label:first-child { border-top:1px solid #EDEDED; }
.checkbox-label input { margin-right:5px; }
.checkbox-label .checkbox-wrap { float:left;width:30%;font-weight:500; }
.checkbox-label .checkbox-text { float:left;width:70% }

.checkbox-label-group { margin-left:-10px;margin-right:-10px; }

.checkout-table { font-size:.9em; }

.clear:after { content:" ";display:block;clear:both;width:0;height:0; }