/******************************
 SHOPPING CART
*******************************/
.cart-info .stock {
    color: red; }
.cart-info .name {
    max-width: 400px;
    text-align: left; }
.cart-info .name a {
    font-weight: bold; }
.cart-info .image {
    text-align: center;
    width: 60px; }
.cart-info .image img {
    margin: 5px 0;
    float: left;
    margin-left: 10px; }
.cart-info .quantity {
    min-width: 110px;
    text-align: center; }
.cart-info .quantity .input-group {
    display: inline-block; }
.cart-info .quantity .input-group input {
    margin-right: 5px;
    border-radius: 4px; }
.cart-info .quantity .input-group .btn-primary {
    background-color: #428bca; }
.cart-info .quantity .input-group .btn-primary:hover {
    background-color: #3071a9; }
.cart-info .quantity .input-group .btn-danger {
    background-color: #EA2E49; }
.cart-info .quantity .input-group .btn-danger:hover {
    background-color: #d01530; }
.cart-info .price, .cart-info .total {
    font-weight: bold; }
.cart-info table {
    overflow: hidden; }
.cart-info td {
    padding: 5px 10px 5px 5px;
    text-align: center; }
.cart-info thead td {
    height: 40px;
    font-weight: bold;
    border-bottom: none;
    font-size: 13px; }
.cart-info tbody td {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E4E4E4; }
.cart-info tbody td.image {
    padding-left: 0; }
.cart-info tbody tr:last-of-type td {
    border-bottom: none; }

#content.sc-page .content p, #content.sc-page .action-area p {
    padding: 10px;
    font-size: 13px; }
#content.sc-page .content table.radio .highlight td {
    border-bottom: 1px solid #E4E4E4; }
#content.sc-page .content table.radio .highlight:last-of-type td {
    border-bottom: none; }
#content.sc-page a + .text-danger {
    color: #EA2E49;
    background-color: transparent; }

.cart-module > div {
    display: block;
    text-align: right;}
.cart-module > div form {
    padding-left: 10px; }
.cart-module > div form input[type='text'] {
    max-width: 240px;
    margin: 20px 0; }
.cart-module > div input[name='postcode'] {
    width: 100px;
    margin-left: 6px;
    margin-top: 5px; }

#shipping table {
    padding: 10px 0;
    width: 45%; }
#shipping table td:first-of-type {
    font-weight: bold; }
#shipping select {
    width: 150px; }
#shipping .button {
    margin: 10px 0; }

.cart-total {
    overflow: auto;
    padding: 8px; }
.cart-total table {
    float: right; }
.cart-total td {
    padding: 4px;
    text-align: right; }

label {
    line-height: 1.5;
    font-size: 13px;
    position: relative; }

#total .right {
    font-size: 14px;
    width: 87%;
    font-weight: bold; }

.quantity input[type='text'] {
    width: 40px;
    text-align: center; }

.action-area {
    overflow: hidden; }
.action-area h3 {
    padding: 10px 12px; }

.order-list .list td {
    text-align: center; }

/******************************
 CHECKOUT PAGE
*******************************/
.checkout {
    margin-bottom: 20px;
    overflow: hidden; }
.checkout select {
    margin: 0; }
.checkout div:last-of-type .checkout-heading {
    border-bottom: none; }

.checkout-heading {
    border-bottom: 1px solid #333745;
    font-size: 13px;
    min-height: 35px;
    padding: 10px;
    clear: both; }

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    text-decoration: none; }

.checkout-content {
    padding: 0 0 15px 0;
    display: none;
    position: relative; }
.checkout-content:after {
    content: "";
    display: table;
    clear: both; }
.checkout-content table.radio td:first-child {
    width: 25px; }
.checkout-content p {
    padding: 10px 0; }
.checkout-content .left {
    float: left;
    width: 48%; }
.checkout-content .right {
    float: right;
    width: 48%; }
.checkout-content .left p:last-of-type {
    min-height: 92px; }
.checkout-content .buttons {
    margin-bottom: 0;
    clear: both; }
.checkout-content .buttons .right {
    width: 100%; }
.checkout-content textarea {
    width: 100% !important;
    margin-top: 15px; }

#payment-address h2 {
    margin-bottom: 15px; }

.checkout-product .total {
    font-weight: bold; }
.checkout-product td {
    padding: 15px; }
.checkout-product thead td {
    font-weight: bold;
    padding: 13px; }
.checkout-product .name,
.checkout-product .model {
    text-align: left; }
.checkout-product .quantity,
.checkout-product .price,
.checkout-product .total {
    text-align: right; }
.checkout-product tbody td {
    border-bottom: 1px solid #f4f4f4; }
.checkout-product tfoot td {
    text-align: right;
    padding: 6px 15px; }
