/* register */

#input-fax,
.input-fax,
#container #content.one-page-checkout div fieldset>div.fax-input,
#payment-new .form-group.company-input,
.address-2-input,
.postcode {
    display: none!important;
}

.oc2 .action-area h3,
.oc2 .action-area>p,
.oc2 .action-area .panel-group {
    display: none!important;
}


/* cart */

.journal-checkout .table-responsive {
    max-height: initial;
    overflow-y: hidden;
}

.cart-image {
    float: left;
    display: flex;
    width: 50%;
}

.cart-image a {
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkout-product .quantity,
.product-detail {
    float: right;
}

.checkout-product .product-detail span {
    margin-right: 10px;
}

.checkout-product .cart-product {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.checkout-product .product-detail {
    clear: both;
    overflow: hidden;
}

.checkout-product .text-right {
    text-align: right;
}

@media screen and (max-width: 480px) {
    .checkout-product {
        font-size: 13px;
    }
    .cart-image {
        width: 200px;
    }
    .checkout-product .unit {
        width: 50px;
    }
    .checkout-product .quantity {
        width: auto;
    }
}

@media screen and (max-width: 375px) {
    .cart-image {
        width: 150px;
    }
    .checkout-product .unit {
        width: 50px;
    }
    .checkout-product .quantity {
        width: auto;
    }
}