/*Order product form*/
.shop-product {border:1px solid #f5c943;padding:5px;margin-bottom:10px;}
.shop-product:hover {border:1px solid #000;padding:5px;}
.shop-product .form-group {margin:0;}
.shop-product .ref {font-size: 0.75rem; color:#BBB;}
.shop-product .description {font-size: 1.05rem;font-style: normal;color:#000;}
.shop-product .price {font-size:1.35rem;color:#f26c4f; margin:5px 0;}
.shop-product .form-item-amount  {display:inline;}
.shop-product .form-item-amount .amount {width:50px;float:left;}
.shop-product .form-item-amount .amount, .shop-product .order-product.btn-primary {padding:.6rem; border:1px solid #000;}
.shop-product .order-product.btn-primary {border-left:none;}
.shop-product .development small{color:#DDD;font-size:12px;text-align:left;margin:0;}

/*cart*/
.shop-cart .form-group {margin:0;}
.shop-cart .order-item{width:100%;clear:both;}
.shop-cart .order-item-actions{width:10%;float:left;}
.shop-cart .cart-img {width:10%;float:left;}
.shop-cart .cart-data {width:40%;float:left;}
.shop-cart .cart-ref {font-size:10px;}
.shop-cart .cart-description {font-weight:bold;font-size:14px;}
.shop-cart .cart-weight {font-size:10px;color:#ccc;}
.shop-cart .cart-delivery {font-size:10px;color:#ccc;}
.shop-cart .amount-data {width:10%;float:left;}
.shop-cart .amount {width:50px;}
.shop-cart .price-data{width:15%;float:left;text-align:right;}
.shop-cart .product-subtotal{width:15%;float:left;text-align:right;}
.shop-cart .summary{width:100%;clear:both;text-align:right;}
.shop-cart .total-with-vat{font-size:1.25rem;}
.shop-cart .order-button{width:100%;}
.shop-cart .order-actions-additional{text-align:right;width:100%;}
.shop-cart .order-button-continue input{float:left;}
.shop-cart .order-button-order input{float:right;}
.shop-cart .order-button-next input{float:right;}
.shop-cart .btn.btn-primary {padding:0.5rem;}
.shop-cart .your-order {margin-top:50px;}

/*checkout*/
.shop-cart .cart-checkout-data {width:50%;float:left;}
.shop-cart .back input{float:left;}


