/* 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;
}

.route-information-contact .contact-page .panel.panel-default,
.route-information-contact .contact-page .secondary-title {
    display: none!important;
}

.route-account-register #content .heading-title {
    text-align: center;
    border-bottom: 0;
}

.route-account-register #content form {
    padding: 20px;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}

.route-account-register .account-text {
    text-align: center;
}

.route-account-register .form-horizontal .form-group label {
    width: 100%;
}

.route-account-register .form-horizontal .form-group label+div {
    width: 100%;
}

.route-account-register fieldset {
    float: left;
    width: 50%;
}

.route-account-register #account {
    padding-right: 20px;
}

.route-account-register .buttons {
    padding-top: 40px;
    clear: both;
    overflow: hidden;
    border-width: 0;
}
@media screen and (max-width:760px){
    .route-account-register fieldset {
        float: none;
        width: 100%;
    }
}

/* 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;
    }
}