.form-section,
.ocp-fieldset {
	font-size: 1rem;
}

.form-section {
  border: 1px solid #3f3f3f;
  margin-top: 2em;
  padding-bottom: 1em;
}

.form-section:first-child {
  margin-top: 0;
}

.form-section h2 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  background: #dbd9dd;
  border-bottom: 1px solid #3f3f3f;
  padding: 12px 20px;
}

.form-section > p,
.form-section > div {
  margin: 4px 24px;
}

.form-section div.field {
  margin: 12px 0;
}

.form-section .btn {
  background: #e90029;
}

.form-section .btn:not(.disabled):hover {
  background: #740014;
}

.form-section .validation {
  margin: -0.75em 0 0;
  display: none;
}

.form-section p.checkout span,
.form-section p.small {
  font-size: 0.86rem
}

.form-section p.checkout {
  margin-top: 2em;
  text-align: right;
}

.form-section p.checkout span {
  display: none;
}

.form-section p.checkout.finish {
  margin-top: 2em;
  display: flex;
}

.form-section p.checkout.finish span {
  margin-right: 3em;
  display: block;
  text-align: left;
  flex-grow: 100;
}

.form-section .product-info {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.form-section .product-info .field {
  margin-top: 0;
}

.form-section .checkout-heading {
  margin-bottom: 1em;
}

.form-section p.product-info strong {
  display: block;
}

.form-section #pricing {
  margin-top: 2em;
  margin-bottom: 1em;
}

.form-section #pricing p {
  text-align: right;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.75em;
}
.form-section #pricing span, .form-section #pricing strong {
  padding-left: 1em;
	overflow-wrap: normal;
}
.form-section #pricing strong {
	min-width: 6em;
    display: inline-block;
}

.form-section #pricing + * {
  clear: both;
}

.form-section #promo-discount {
  text-align: right;
  padding-left: 1em;
}

.form-section .indent {
  padding-left: 1em;
}

.form-section .sel-set {
  display: inline-block;
}

.form-section .sel-set label {
  margin-left: 10px;
}

.summary {
  display: none;
}

.summary p {
  margin: 0 30% 1em 0;
  text-align: right;
}

#working-order-popup-msg {
  display: none;
}

#working-order-inner {
  width: 350px;
  min-height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.show-summary p.logout,
.show-summary p.update {
  float: right;
}

.show-summary p.logout {
  margin-right: 0;
}

.keysight-embedded-form ~ .keysight-embedded-form:not(.expand) .ocp-fieldset > *:not(.section-title) {
  display: none;
}

.ocp-fieldset {
  margin: 0;
  margin-bottom: 2em;
  border: 1px solid #3f3f3f;
  padding-bottom: 1em;
}

.keysight-embedded-form ~ .keysight-embedded-form:not(.expand) .ocp-fieldset {
  padding-bottom: 0;
}

form[id*=OCP] {
  margin: 0;
  width: 100%;
  padding: 0;
}

.keysight-embedded-form:last-child .ocp-fieldset {
  margin-bottom: 0;
}

form.formPrepopulated .ocp-fieldset input.form_field.form_field_text,
form.formPrepopulated .ocp-fieldset select.form_field.form_field_select {
  border: 1px solid #a5a5a5;
  background: white;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  width: auto;
  max-width: 100%;
}

form.formPrepopulated .ocp-fieldset input.form_field.form_field_text.default-updated {
  color: #07858b;
  background: #b7f9fc;
}

.ocp-fieldset h4,
.ocp-fieldset h3,
.ocp-fieldset h1,
.ocp-fieldset h2 {
  margin-top: 0;
}

.ocp-fieldset .title {
  padding-top: 0;
}

.ocp-fieldset h1,
.ocp-fieldset h2 {
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  background: #dbd9dd;
  border-bottom: 1px solid #3f3f3f;
  padding: 12px 20px;
  margin-bottom: 12px;
}

.ocp-fieldset h3 {
  margin: 20px 24px 20px 24px;
  font-size: 1.3em;
}
.expand .ocp-fieldset h3 {
	margin-bottom: 12px;
}

.ocp-fieldset > div:not(.section-title) {
  margin: 0 24px;
}

.ocp-fieldset #loginPrompt {
  margin-top: 8px;
  margin-bottom: 0;
}

.ocp-fieldset > div.section {
  padding-bottom: 0;
}

p.validation {
  color: #e90029;
  margin: 0;
  clear: both;
}

.auto-post p.validation {
  display: none;
}

form.formPrepopulated .ocp-fieldset select.form_field.form_field_select {
  width: auto;
}

form.formPrepopulated .ocp-fieldset input.form_button_submit {
  margin-top: 0;
  margin-bottom: 10px;
}

div.submit {
  text-align: center;
}

.show-summary .form_row_description,
.show-summary .form_row {
  display: none !important;
}

.show-summary .summary {
  display: block;
}

.summary {
  margin: -2rem auto 0;
}

#ocp-promo-wrapper {
  display: none;
}

.hide {
  display: none;
}

[name=cc-frame] {
  width: calc(100% + 20px);
  height: 640px;
  border: none;
  margin-left: -10px;
  margin-top: 10px;
}

.sticky-top {
  position: fixed;
  top: 0;
  bottom: auto;
  background: white;
  z-index: 1;
}

.sticky-btm {
  position: absolute;
  top: auto;
  bottom: 0;
  background: white;
  z-index: 1;
}

#ocp-logout {
  float: right;
  margin: 0;
  font-size: 1rem;
}

#ocp-email {
  font-size: 1rem;
}

.tooltip {
  position: relative;
  cursor: help;
}

.commerce__tooltip {
  border: solid 1px #e90029 !important;
  border-radius: 50%;
  display: inline-block;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  bottom: 10px;
  font-size: 0.86rem;
}

.tooltip.is-active {
  text-decoration: none;
}

.tooltip.is-active:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 0;
  height: 0;
  margin-right: 2px;
  margin-bottom: 1px;
  border: 8px solid transparent;
  border-top-color: #000;
}

.tooltip.is-active:after {
  content: attr(data-title);
  position: absolute;
  left: -10px;
  bottom: 100%;
  width: 240px;
  padding: .75em;
  margin-right: -2px;
  margin-bottom: 16px;
  background-color: #000;
  color: #fff;
}

#order-product-items {
  margin: -0.3em 0 1em 0;
  list-style: none;
  padding: 0;
}

.show-label {
  margin-top: 10px;
}

.address_replicate {
  margin-bottom: 8px;
}

.tax_exempt {
  margin-top: 22px;
}

.ocp-fieldset .radio .form_row {
  float: left;
  clear: none;
}

.ocp-fieldset .radio .form_rightcol {
  padding-top: 0.5rem;
}

#bill-addr-summary {
  margin-top: 10px;
  margin-bottom: 20px;
}

form .ocp-fieldset .form_row {
  font-size: 1rem;
}

form .ocp-fieldset .form_field_text, form .ocp-fieldset .form_field_select {
  font-family: "Neue Helvetica Condensed", sans-serif;
}

#order-summary-form > p.small {
  font-size: 0.86rem;
  margin: 0.5em 24px 0;
}

form .ocp-fieldset .form_leftcollabel {
  float: none;
  display: inline-block;
}

form .ocp-fieldset .form_leftcolmark {
  display: inline-block;
  float: none;
}

.multifield {
  word-spacing: 20px;
}

.multifield * {
  word-spacing: normal;
}

.form_row_country,
.form_row_state,
.form_row_zip {
  display: inline-block;
    vertical-align: top;
}

form .form_row_update_profile {
  padding-top: 0.6rem;
}

.form-section .checkout-heading {
  margin-bottom: 0.7em;
}

.show-summary p.update {
  margin-bottom: 0;
}

.ocp-fieldset .summary::after {
  content: "";
  display: block;
  clear: both;
}

.form-section #pricing strong {
  white-space: nowrap;
}

/*
#promo-details {
  float: left;
}
*/


@media (max-width: 429px) {
  #promo-details {
    float: none;
  }
	div.radio > .form_row:nth-child(1) {
		float: none;
		margin-bottom: -4px;
	}

	.keysight-commerce-order-summary {
		margin-top: 2em;
	}
	#working-order-inner {
		width: auto;
  }
}

.form-section p.checkout.finish {
  margin-top: 2em;
  display: flex;
  align-items: center;
}

@media (max-width: 429px) {
  .form-section p.checkout.finish {
    display: block;
  }
  .form-section p.checkout.finish span {
    margin: 0 0 20px 0;
    display: block;
  }
  .form-section p.checkout {
    text-align: center;
  }
}

#place-order-btn {
  width: auto !important;
  outline: none;
}

#loader {
  position: fixed;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(ocp/img/loader.gif) no-repeat center center;
}

#loader[class*=show] {
  bottom: 0;
}
form .ocp-fieldset .form_row {
  color: #262626;
}
form .ocp-fieldset .form_row_description {
  color: #262626;
  font-size: 14px;
  line-height: 1.2;
}

#ocp-promo-wrapper {
  margin-top: 0.75em;
}

/*
#promo-code-details {
  font-weight: bold;
  clear: left;
}
*/

.form-section #ocp-promo > div {
  display: block;
}
form.formPrepopulated .ocp-fieldset label {
	padding-bottom: 0;
}
form .ocp-fieldset .form_row_description {
	font-size: 0.86rem;
	margin-top: 4px;
	line-height: 1.5;
}
form.formPrepopulated .ocp-fieldset label.inline-label {
	display: inline;
	margin: 0;
	padding: 0;
}
.required {
  font-weight: bold;
  color: #f00;
}
.ocp-confirm-address {
  position: relative;
}
.ocp-confirm-address > div {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.ocp-confirm-address > div > div {
  border: 1px solid #9c9c9c;
  box-shadow: 0 5px 10px #888;
  padding: 16px;
  margin: 0 auto;
  display: inline-block;
  background: white;
  text-align: left;
}
.ocp-confirm-address ul,
.ocp-confirm-address li {
  list-style: none;
  margin:0;
  padding:0
}
.ocp-confirm-address li {
	padding-left: 24px;
	margin-bottom: 10px;
	position: relative;
}
.ocp-confirm-address [type=radio] {
	position: absolute;
	left: 0
}
.ocp-confirm-address h4 {
  font-size: 1.2em;
  margin-top: 0.4em;
}
.ocp-fieldset [type=button]:disabled {
  opacity: 0.2;
  pointer-events: none !important;
}
.ocp-warning {
  border: 1px solid #b64e14;
  padding: 20px 20px 4px 60px;
  border-radius: 5px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  background: url(ocp/img/icon-warning.svg) no-repeat 12px 12px;
  background-size: 40px 40px;
}
.ocp-warning h4 {
  font-size: 1.2em;
  color: #b64e14
}
a.btn.btn-xsmall {
  background-color: #e90029;
  color: #f8f8f8;
  margin-bottom: 0;
  min-height: 0;
  padding: 5px 12px;
  width: auto !important;
}
a.btn.btn-xsmall:hover {
  background-color: #740014;
}

#ocp-cart-tbl {
  border-collapse: collapse;
  width: 100%;
}
#ocp-cart-tbl td,
#ocp-cart-tbl th {
  background: none;
  border: none;
  color: #262626;
  vertical-align: top;
  border-top: 1px solid #ccc;
  padding: 10px 5px;
}
#ocp-cart-tbl th {
  text-align: left;
  vertical-align: bottom;
  color: #aaa;
  padding-top: 0;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
}
#ocp-cart-tbl {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 430px) {
    #ocp-cart-tbl th {
      white-space: nowrap;
    }
}
@media (max-width: 429px) {
    #ocp-cart-tbl th,
    #ocp-cart-tbl td {
      padding-left: 5px;
      padding-right: 5px;
    }
}

#ocp-cart-tbl tr > :first-child {
  text-align: center;
  padding-left: 0;
}
#ocp-cart-tbl tr > :last-child {
  padding-right: 0;
  text-align: right;
}
#ocp-cart-tbl tr > :nth-child(3) {
  text-align: right;
}
#order-summary-form:not(.show-content) p.small,
#order-summary-form:not(.show-content) .form-section *:not(.checkout-heading) {
  display: none;
}
#cart-empty {
    display: block !important;
    color: #e90029;
    font-size: 110%;
}
i#tax-disclaimer {
  font-size: 0.86rem;
  font-style: normal;
  float: left;
}


.ocp-address-list {
	display: none;
}

.ocp-address-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ocp-address-list li {
    margin: 10px 0;
    border: 1px solid #ccc;
    padding: 8px 34px;
	cursor: pointer;
	position: relative;
}
.ocp-address-list li {
	background: url(ocp/img/circle.svg) no-repeat 8px center;
}
.ocp-address-list li.selected {
	background: url(ocp/img/check-circle.svg) no-repeat 8px center;
}
.ocp-address-list li.create {
	background: none;
}
.ocp-address-list li:hover {
	border-color: #e90029;
}

.save-action {
	word-spacing: 20px;
}
.save-action label {
	word-spacing: normal;
	display: inline-block !important;
	width: auto !important;
}

.hide-address-fields .billing-address-row,
.hide-address-fields .shipping-address-row,
.ocp-address-toggle,
.ocp-address-list,
.save-action {
	display: none;
}

.checkout-part .billing-address-row,
.checkout-part .shipping-address-row {
  display: none !important;
}

.show-address-toggle .ocp-address-toggle,
.show-address-list .ocp-address-list,
.show-save-action .save-action {
	display: block;
}

.hide-address-fields .save-action,
.show-summary .ocp-address-toggle,
.show-summary .ocp-address-list,
.show-summary .save-action {
	display: none;
}
.ocp-address-toggle.billing,
.ocp-address-list.billing {
	margin-top: 10px !important;
}
.ocp-address-toggle a.btn.btn-xsmall {
	margin: 10px 0;
}
#order-summary-form .serial-host {
    margin-top: 5px;
    color: #777;
}

#cart-loader {
  position: fixed;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(ocp/img/loader.gif) no-repeat center center;
}

#cart-loader[class*=show] {
  bottom: 0;
}
sup, sub {
    line-height: 1;
}

#promoUpdate{
	margin-left: 10px;
}
#promo-details {
	display: none;
}
#promo-details span, #promo-details a {
    margin-left: 10px;
}
.expand .show-promo-details {
	display: none;
}
.expand .show-promo-details + #promo-details {
	display: block;
}
#promoUpdate.disabled {
	pointer-events: none;
	color: #e1e1e1;
}
iframe#page-error {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000000000;
	top: 0;
	left: 0;
	border: none;
}
.page-error {
	overflow: hidden;
}
.page-error *:not('body'):not(#page-error) {
	display: none;
}
.ocp-fieldset .close-x {
	position: absolute;
	right: 12px;
	cursor: pointer;
	top: 10px;
}
#part-msg {
  font-size: 0.86rem;
  color: #ed5e1a;
}

#ocp-cart-tbl .buynow-delivery {
  padding-left: 26px;
}
#ocp-cart-tbl .delivery-immediate {
  padding-left: 16px;
}

#ocp-cart-tbl .buynow-delivery-text {
  font-weight: 500;
}

#ocp-cart-tbl .buynow-delivery-text::after {
  content: ''
}
.delivery-row td {
  border: none !important;
  text-align: left !important;
}
.delivery-row td > * {
  display: inline-block;
  vertical-align: text-top;
}
.file-upload {
  border: 1px solid transparent;
  display: inline-block;
  padding-right: 15px;
}
.file-upload.file-selected {
  border-color: #a5a5a5;
}
.file-attach {
  color: #e90029;
  border: 1px solid;
  padding: 5px 15px;
  display: inline-block;
  cursor: pointer;
}
.file-selected .file-attach {
  border-color: transparent;
  color: inherit;
  cursor: default;
}
.ocp-fieldset .file-cancel {
  color: #e90029;
  cursor: pointer;
  position: relative;
  top: 2px !important;;
  right: auto;
}
.file-upload:not(.file-selected) > .file-cancel {
  display: none;
}
.file-attach span {
  color: #aaa;
  margin-left: 10px;
}
.file-msg {
  font-size: 0.86rem;
  color: #aaa;
}
.ocp-fieldset div.checkbox .form_rightcol {
  margin-left: 24px;
}
form .form_field_checkbox[name=update_ship_profile],
form .form_field_checkbox[name=po_terms_acceptance] {
  margin-left: -20px;
}
.show-summary .generic-text,
.shipping.show-address-list .ocp-request-address .form_row_description,
.show-summary .ocp-request-address,
.billing:not(.show-address-list) .ocp-request-address,
body:not(.checkout-part) .ocp-request-address,
body:not(.checkout-product) .ocp-address-list li.create,
body:not(.checkout-product) .ocp-address-list .close-x {
  display: none;
}
#place-order-btn,
.ocp-fieldset input[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}