

.product-item .stock {
	display: none;
}
.product-info-stock-sku .stock {
	margin-right: 10px;
}
.opc-block-summary .product-item .product-item-name-block {
	display: block;
}
.checkout-container .minicart-items .product-item-details .details-qty {
	display: none;
}
.checkout-container .minicart-items .product-item-details {
	max-width: 100%;
}
.checkout-container .minicart-items .product-item-name {
    white-space: break-spaces;
}
.minicart-wrapper .block-minicart li:hover {
	cursor: unset;
}
.qtybuttons {
    margin: 6px 0 3px 0;
}
div#iosc-summary span.step-title {
    font-size: 1.6rem;
    padding: 10px 0px 10px 0px;
}
.opc-wrapper .step-title {
	padding: 10px 0px 10px 0px;
}
.title-number {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin: 0px 5px 0px 5px;
}
.product-item a.action.edit, body .minicart-wrapper .product .actions a.action.edit {
	display: none;
}
div.iosc-place-order-container button.iosc-place-order-button {
	height: auto;
}
.fieldset > .field input.input-text {
    line-height: 1.4;
}
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"], body input[type="text"], select, body select {
	height: 38px;
	line-height: 1.4;
}
.checkout-container div[name*="shippingAddress.street"] label.label, .checkout-container div[name*="billingAddresscheckmo.street"] label.label {
	display: none;
}

.customer-account-create .form-create-account .b2b-register-sections {
    max-width: 860px;
    margin: 0 auto 30px;
}

.customer-account-create .form-create-account .b2b-register-section {
    width: 100%;
    float: none;
    background: #fff;
    border: 1px solid #e7eaf0;
    border-radius: 4px;
    padding: 26px 24px 22px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
    margin: 0;
}

.customer-account-create .form-create-account .b2b-register-section + .b2b-register-section {
    margin-top: 18px;
    position: relative;
}

/* .customer-account-create .form-create-account .b2b-register-section + .b2b-register-section::before {
    content: "";
    display: block;
    width: 68px;
    height: 2px;
    background: #d8dde8;
    position: absolute;
    top: -10px;
    left: 24px;
} */

.customer-account-create .form-create-account .b2b-register-section > .legend {
    border-bottom: 1px solid #eef1f6;
    margin-bottom: 18px;
    padding-bottom: 12px;
}

.customer-account-create .form-create-account .b2b-register-section > .legend span {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
}

.customer-account-create .form-create-account .b2b-register-section > br {
    display: none;
}

.customer-account-create .form-create-account .b2b-register-section .field {
    margin-bottom: 14px;
}

.customer-account-create .form-create-account .b2b-register-section .field .label {
    margin-bottom: 6px;
}

.customer-account-create .form-create-account .actions-toolbar {
    max-width: 860px;
    margin: 0 auto;
    padding-top: 8px;
}

.customer-account-create .form-create-account .fieldset.additional_info {
    float: none;
    width: 100%;
    max-width: 860px;
    margin: 0 auto 14px;
    padding: 0;
}

.customer-account-create .form-create-account .fieldset.additional_info .field {
    margin-bottom: 14px;
}

.customer-account-create .form-create-account .fieldset.additional_info .field .label,
.customer-account-create .form-create-account .fieldset.additional_info .field .control {
    float: none;
    width: 100%;
}

.customer-account-create .form-create-account .fieldset.additional_info .field .label {
    margin: 0 0 6px;
}

.customer-account-create .form-create-account .actions-toolbar .primary {
    float: none;
}

.customer-account-create .form-create-account .actions-toolbar .primary .action.submit {
    min-width: 240px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .customer-account-create .form-create-account .b2b-register-section {
        padding: 18px 14px 16px;
    }

    .customer-account-create .form-create-account .b2b-register-section + .b2b-register-section::before {
        left: 14px;
    }

    .customer-account-create .form-create-account .b2b-register-section > .legend span {
        font-size: 18px;
    }
}

.customer-welcome .action.switch {
    width: auto;
    text-indent: 0;
}

.customer-welcome .action.switch > span {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .nav-sections .greet,
    .nav-sections .customer-welcome,
    .nav-sections .customer-welcome + .authorization-link,
    .nav-sections li.item.link.compare + .authorization-link {
        display: none !important;
    }
}

