/*Checkout redesign css */
@font-face {
    font-family: 'RotorFont';
    src: url('DINNextLTPro-Regular.ttf') format('truetype');
}
.new-checkout-summary div,.new-checkout-summary span,.new-checkout-summary object,.new-checkout-summary iframe,.new-checkout-summary h1,.new-checkout-summary h2,.new-checkout-summary h3,.new-checkout-summary h4,.new-checkout-summary h5,.new-checkout-summary h6,.new-checkout-summary p,.new-checkout-summary blockquote,.new-checkout-summary pre,.new-checkout-summary a,.new-checkout-summary abbr,.new-checkout-summary acronym,.new-checkout-summary address,.new-checkout-summary code,.new-checkout-summary del,.new-checkout-summary dfn,.new-checkout-summary em,.new-checkout-summary img,.new-checkout-summary q,.new-checkout-summary dl,.new-checkout-summary dt,.new-checkout-summary dd,.new-checkout-summary ol,.new-checkout-summary ul,.new-checkout-summary li,.new-checkout-summary fieldset,.new-checkout-summary form,.new-checkout-summary label,.new-checkout-summary legend,.new-checkout-summary table,.new-checkout-summary caption,.new-checkout-summary tbody,.new-checkout-summary tfoot,.new-checkout-summary thead,.new-checkout-summary tr,.new-checkout-summary th,.new-checkout-summary td,.new-checkout-summary article,.new-checkout-summary aside,.new-checkout-summary dialog,.new-checkout-summary figure,.new-checkout-summary footer,.new-checkout-summary header,.new-checkout-summary hgroup,.new-checkout-summary nav,.new-checkout-summary section {
	font-family: 'RotorFont' !important;
	color: #000;
}
.new-checkout-summary {
    width: 100%;
    font-family: 'RotorFont' !important;
    margin-bottom: 65px;
    margin-top: -45px;
    background-color: #FCFCFC;
}

body:has(.rotor-header) .new-checkout-summary {
    margin-top: 0px;
}

.new-checkout-head-section h3 {
    font-size: 34px;
    font-weight: normal;
    line-height: 42px;
    color: #000;
    font-family: 'RotorFont' !important;
    margin: 0px;
    padding: 16px;
}
.new-checkout-head-section {
	border-bottom: 1px solid #D1D1D1;
}
.head-title-section {
	width: 190px;
	display: inline-block;
}
.new-checkout-summary .cart-order-section {
	width: 100%;
}
.new-checkout-summary .order-row-sbu {
	background: transparent;
	border: none;
	border-right: 1px solid #D1D1D1;
}
.new-checkout-summary .company-address-details {
	padding-top: 30px ;	
}
.new-checkout-summary .company-section-details {
	padding: 10px;	
}
.new-checkout-summary .row-head {
	color: #E4551F;
	font-family: 'RotorFont' !important;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.new-checkout-summary .horizontal-divider {
	 width: 95%;
     margin: 0 20px 0;
}
.changeAddress-link a, .routingPreferences-link a{
	cursor: pointer;
    display: inline-block;
    color: #2D6BFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    padding-top: 10px;
}
.new-checkout-summary .company-account-details {
	vertical-align: top;
	padding: 10px;
}
.new-checkout-summary .aso{
	font-size: 18px;
	color: #000;
	letter-spacing: 0;
	line-height: 26px;
	margin-top: 10px;
	font-family: 'RotorFont' !important;
	font-weight: normal;
}
.new-checkout-summary .checkmark{
	top: 6px;
    left: 0px;
    height: 14px;
    width: 14px;
}
.payment-options .changeAddress-link a{
	padding: 0 25px;
}
.sold-to-section {
	width: 64%;
	display: inline-block;
}
.order-info-section {
	width: 34%;
	display: inline-block;
	vertical-align: top;
}
.order-info-section .order-row-sbu {
	border: none;
	padding-left: 25px;
	padding-right: 0;
}
.order-info-section .po-input {
	width: 100% !important;
    background: transparent;
}
.order-info-section .color-red {
	color: #9F0032;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
}
.order-info-section .company-section-details {
	padding: 10px 0;
	width: 100%;	
}
.order-info-section .address-form-input {
	border: 1px solid #ccc !important;
	margin-top: 10px;
}
.checkout-footer-section {
	padding-right: 7px;
}
.checkout-footer-section button {
	height: 37px;
    width: 476px;
    background-color: #2D6BFF;
    color: #fff;
    border: none;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    float: right;
    position: relative;
    top: 20px;
    font-family: 'RotorFont' !important;
}
.payment-options input[type='radio'] {
  -webkit-appearance: none;
  opacity: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  outline: none;
  border: 2px solid #666666;
  padding:2px; /* Control the space between border and background */
  cursor: pointer; /* to display hand icon on radio button */ 
}

.payment-options input[type="radio"]:checked {
  border: 5px solid #666666;
}

.payment-options{
  padding-top: 7px;
}
.payment-options .payment-labels {
	position: relative;
    bottom: 4px;
    left: 20px;
    color: #000000;
	font-family: 'RotorFont' !important;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 26px;
	cursor: pointer; /* to display hand icon on text next to radio button*/
}
.po-error-red {
	border-bottom: 1px solid #E50029 !important;
}
.po-message-red {
	color: #E50029 !important;
	font-family: 'RotorFont' !important;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	padding-left: 15px;
}
.order-info-section .fa-exclamation-triangle{
	color: #E50029;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
}
.order-info-section .fa-exclamation {
	color: #E50029;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 22px;
	float: right;
    position: relative;
    bottom: 22px;
}
.changeAddress-wholesection {
	padding: 10px;
	margin-right: 10px;
}
.progress {
  margin: -54px auto;
  margin-left: -800px;
  text-align: center;
  padding-bottom: 100px;
}
.progress .circle,
.progress .bar {
  display: inline-block;
  background: #E4551F;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 1px solid #d5d5da;
  vertical-align:top;
}
.progress .bar {
  position: relative;
  width: 80px;
  height: 4px;
  margin: 0 -5px 0px -5px;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top:10px;
  vertical-align:top
}
.progress .circle .label {
  display: inline-block;
  line-height: 32px;
  border-radius: 32px;
  margin-top: 3px;
  color: #d98100;
  font-size: 17px;
}
.progress .circle .title {
  color: #000000;
  font-size: 13px;
  line-height: 10px;
  margin-left: -30px;
  display: block;
  width: 100px;
  margin-top: 5px;
}
/* Done / Active */

.progress .bar.done,
.progress .circle.done {
  background: #E4551F;
}

.progress .circle.done .label {
  color: #d98100;
  background: #d98100;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}
.progress .circle.done .title {
  color: #000000;
}
.progress .circle.active .label {
  color: #d98100;
  background: #E4551F;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
}
.progress .circle.active .title {
  color: #000000;
}

.multi-orderinfo-wholesection .orderinfolabel{
	
	margin-left: 975px;

	}

input.purchaseOrderNumberTextBox {
    height: 25px;
    width: 250px;
    font-size: 11px;
    border-radius: initial;
    padding: 0 5px;
    float: right;
    margin-top: 33px;
    margin-left: 10px;
    margin-right: -252px;
}

.multipurchaseOrderNumberText {
	margin-left: 0px !important;
	float: right;
	width: 250px;
}
.purchase-order-number-input {
	margin-bottom: 10px;	
}

.multistepcontinue button{
	margin-top: 12%; float:right; position: relative;
}
.ordersCheckout123.button {
    font-size: 15px;
    height: 40px;
    padding: 8px;
    width: 400px;
    margin-top: 200px;
    position: absolute;
    right: 1px;
}

.multi-orderinfo-wholesection {
    padding: 24px 97px 20px 117px;
    background-color: #fff;
    margin-top: 100px;
}


.multi-step-po-number-label .color-red {
    color: #9F0032;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 18px;
}

.multi-step-po-number-label {
    /* color: #666666 !important; */
    font-family: 'RotorFont' !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
}
.tracker-section {
	display: inline-block;
	position: relative;
    top: 13px;
}
.statusSlot {
	display: inline-block;
	text-align: center;
	width: 80px;
}
.tracker-solid {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	position: relative;
	background-color: transparent;
	content: '';
	display: inline-block;
}
.tracker-active {
	width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #E4551F;
    padding-top: 2px;
}
.tracker-solid:after {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	position: relative;
	background-color: #FF864D;
	content: '';
	display: inline-block;
}
.tracker-section .status-divider {
	width: 173px;
    border-bottom: 1px solid #FF864D;
    position: relative;
    left: 40px;
    top: 14px;
}
.tracker-section .stateName {
	color: #000000;
	font-family: 'RotorFont' !important;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
}
.tracker-active:after {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	position: relative;
	background-color: #E4551F;
	content: '';
	display: inline-block;
}
.routingPreferences-link a{
	    white-space: nowrap;
}
.routingPreferences-wholesection {
	padding: 10px;
	margin-right: 10px;
}
.routingPreferences-shipmentNote {
	font-size: 13px;
	color: black;
    margin-bottom: 20px;
    margin-top: 10px;
}
.cc-cardnumber-partial {
	color: #000000;
	font-family: 'RotorFont' !important;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 18px;
}
#CCAddCard .ccForm-whole-section {
	padding: 45px 20px 20px 30px;
}
#CCAddCard .section-head {
	color: #000000;
	font-family: 'RotorFont' !important;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 22px;
	margin-bottom: 30px;
}
#CCAddCard .plate-forms-input {
	width: 100% !important;
	padding-top: 0 !important;
}
#CCAddCard .plate-forms-label {
	font-family: 'RotorFont' !important;
}
#CCAddCard .vertical-divider {
    display: inline-block;
    vertical-align: top;
    height: 225px;
    width: 1px;
	border: 1px solid #D1D1D1; 
}
#CCAddCard .plate-left-card {
	width: 48%;	
}
.new-card-row {
	width: 360px;
	padding: 2px 10px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
}
.select-active {
	border-left: 5px solid #50D264;
}
.add-new-text {
  color: #A6A6A6;
  font-family: 'RotorFont' !important;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
  position: relative;
  left: 25px;
  bottom: 2px;
}
#CCAddCard .fa-window-close {
	position: relative;
    float: right;
    left: 44px;
    font-size: 24px;
}
.reqNewShippingAddress-wholesection {
	padding: 20px;
	margin-right: 10px;
}

/** CPFS-WI-986-Checkout Calendar CSS START */
.multiStepCheckoutCalendar {
    display: inline-block;
    position: static;
    padding: initial;
    border: none;
}

.multiStepCheckoutCalendar input {
    margin-bottom: 0px !important;
    font-size: 14px;
    font-weight: bold;
    font-family: 'RotorFont' !important;
}

.multiStepCheckoutCalendar input[type='text']:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.requestedOrderShipDate {
    border: none !important;
    color: #003395;
    font-weight: bold;
    background: url(../images/calendar.png) no-repeat scroll right center transparent;
    padding: 0 0 0 0 !important;
    cursor: pointer;
    margin: 0px;
    height: 19px;
    width: 173px;
}

.requestedOrderEntryShipDate {
    border: none !important;
    color: #003395;
    font-weight: bold;
    background: url(../images/calendar.png) no-repeat scroll right center transparent;
    padding: 0 0 0 0 !important;
    cursor: pointer;
    margin: 0px;
    height: 19px;
    width: 173px;
    font-family: 'RotorFont' !important;
}

.highlightShipDate a{
    font-weight: bold;
    color: #ff0000!important;
}
/** CPFS-WI-986-Checkout Calendar CSS END */
.requestNewShippngAddressPopupSection{
    width: 600px !important;
}
.addr-country{
	height: 32px;
	margin-bottom: 25px;
}
.addr-state{
	height: 32px;
	margin-right: 10px;
    width: 260px;
}
.addr-zip{
	width: 260px;
}
.addr-state-zip{
	display: flex;
    width: 95%;
    flex-direction: row;
}
.reqNewShippingAddress-wholesection .plate-forms-input {
	width: 100% !important;
	font-family: 'RotorFont' !important;
	
}
.reqNewShippingAddress-wholesection .plate-forms-label {
	margin: 0 !important;
	font-family: 'RotorFont' !important;
}
.reqNewShippingAddress-wholesection .sec-divider {
	width: 49%;
	display: inline-block;
}
.reqNewShippingAddress-wholesection select {
	border-radius: 0;
	width: 100% !important;
	border: none !important;
    border-bottom: 1px solid #D1D1D1 !important;
    font-family: 'RotorFont' !important;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 18px;
	position: relative;
    bottom: 2px;
}
.reqNewShippingAddress-wholesection select:disabled{
	background: none;
}
.new-checkout-summary .routingPreferences-shipmentNote {
	color: #000000;
	font-family: 'RotorFont' !important;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
}
.new-checkout-summary .tblComp_grey {
	border: none;
	background-color: transparent;
}
.new-checkout-summary .header_row {
	background-color: #D1D1D1;
}
.new-checkout-summary .tblComp_cell-header span {
	color: #666666;
	font-family: 'RotorFont' !important;
	font-size: 12px;
	letter-spacing: 1.5px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
.new-checkout-summary .tblComp_cell {
    flex-basis: 7rem;
}
.normal-rows .tblComp_cell-header span {
	color: #000000;
	font-family: 'RotorFont' !important;
	font-size: 11px;
	letter-spacing: 0;
	line-height: 18px;
	text-transform: none;
}
.new-checkout-summary tbody tr:nth-child(even) {
  background-color: #F7F7F7;
}
.new-checkout-summary .tblComp_cell-header {
	min-height: 2.2rem;
}
.new-checkout-summary tbody tr {
	border: none !important;
}
.new-checkout-summary .removeCartFooter {
	background-color: #F7F7F7;
	margin-top: 0 !important;
}
p[id^=reqNewShippingAddrStatus]{	
	color: green;
	font-size: 14px;
}
p[id^=reqNewRoutingRequest]{	
	color: green;
	font-size: 14px;
	width: 200px;
}

.reqNewShippingAddress-wholesection textarea {
	height: auto;
	margin: 0;
	border-radius: 0;
	padding-left: 5px;
	color: #000 !important;
	font-family: 'RotorFont' !important;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 18px;
}

/* CPFS-WI-990-Terms and Conditions CSS START */
/* Terms and Conditions CheckBox */
.reviewOrderTermsAndConditions {
	opacity: 1 !important;
    cursor: pointer;
}
/* Terms and Conditions CheckBox Text */
.reviewOrderTermsAndConditionsText {
	font-size: 14px !important;
    line-height: 15px !important;
    color: #000;
    letter-spacing: 0 !important;
    margin-left: 20px;
    cursor: pointer;
}
/* Country of destination exclamation triangle  */
.cart-order-card .fa-exclamation-triangle{
	color: #E50029;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
}
/* Country of destination drop down  */
.cart-order-card .address-form-input {
	border: 1px solid #ccc !important;
	margin-top: 10px;
}
.cart-order-card .address-form-input-red {	
	border: 1px solid #e50029 !important;	
}
/* Terms and Conditions exclamation triangle  */
.company-section-details .fa-exclamation-triangle{
	color: #E50029;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
}
/* CPFS-WI-990-Terms and Conditions CSS END */

/* CPFS-WI-991-Additional Notifications CSS START */
/* Additional Email Address */
.cart-order-card .email-input {
	width: 100% !important;
    background: transparent;
}
/* Additional Email Address Exclamation */
.company-section-details .fa-exclamation {
	color: #E50029;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 22px;
	float: right;
    position: relative;
    bottom: 22px;
}
/* CPFS-WI-991-Additional Notifications CSS END */

/* CPFS-WI-1659-Override Shipping Details CSS START */

/* Override CheckBox */
.overrideShipDetails {
	opacity: 1 !important;
    cursor: pointer;
}

/* Override CheckBox Text */
.overrideShipDetailsText {
	font-size: 14px !important;
    line-height: 15px !important;
    color: #000;
    letter-spacing: 0 !important;
    margin-left: 18px;
    cursor: pointer;
}
/* CPFS-WI-1659-Override Shipping Details CSS END */
/* CSS for overrides Page START */
.new-override-summary .sold-to-section {
	width: 100%;
}
.new-override-summary  .cart-whole-section {
	margin: 0 auto;
    width: 936px;
}
.new-override-summary .order-row-sbu {
	border: none;
	padding-bottom: 15px;
}
.new-override-summary .company-section-details {
	vertical-align: top;
}
.new-override-summary .cart-order-card {
	margin-bottom: 0;
}
.new-override-summary .btn-cancel {
	height: 37px;
    width: 73px;
    background-color: transparent;
    border: 1px solid #666666;
    color: #666666;
    font-size: 14px;
	letter-spacing: 0;
	line-height: 22px;
	text-align: center;
	font-family: 'RotorFont' !important;
	position: relative;
    right: 20px;
}
.new-override-summary .btn-back {
	height: 37px;
    width: 81px;
    background-color: #666666;
    color: #ffffff;
    font-size: 14px;
	letter-spacing: 2px;
	line-height: 22px;
	text-align: center;
	font-family: 'RotorFont' !important;
	position: relative;
    right: 10px;
}
/* CSS for overrides Page END */
.routingPreferencesPopupSection button#saveRoutingRequest {
	height: 32px !important;
    width: 156px !important;
    background: #2D6BFF !important;
    color: #fff !important;
    border: none !important;
    line-height: 18px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    border-radius: 0 !important;
    font-family: 'RotorFont' !important;
    padding: 0 !important;
}

.displayCCRemoveMessage {
	margin-top: 10px;
	width: 100%;
    padding: 5px 9px;
    background: #FFEE17;
    color: #000000;
	font-family: 'RotorFont' !important;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 18px;
	margin-left: -10px;
}

/** CPFS-WI-5434-CSS added to display field required message START */
.req-new-ship-addr-label-error {
    color: #E50029 !important;
    font-family: 'RotorFont' !important;
    font-size: 10px !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
    display: none;
    position: absolute;
}
.req-new-ship-addr-label-error .fa-exclamation-triangle{
	color: #E50029;
}

.newRoutingRequest-wholesection .route-forms-input {
	width: 100% !important;
	font-family: 'RotorFont' !important;
	margin-top: 2px;
    margin-bottom: 15px;
}
.newRoutingRequest-wholesection .route-forms-label {
	margin: 0 !important;
	font-family: 'RotorFont' !important;
}

.route-forms-input {
    display: block !important;
    border: none !important;
    border-bottom: 1px solid #D1D1D1 !important;
    color: #000000 !important;
    font-family: 'RotorFont' !important;
    font-size: 12px !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
    width: 330px !important;
    padding: 10px 8px 5px !important;
    height: auto !important;
    border-radius: 0 !important;
}
.route-forms-label {
    color: #666666 !important;
    font-family: 'RotorFont' !important;
    font-size: 10px !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
}
.new-routing-request-error {
    color: #E50029 !important;
    font-family: 'RotorFont' !important;
    font-size: 10px !important;
    letter-spacing: 0 !important;
    line-height: 18px !important;
    display: none;
    position: absolute;
    margin-top: -12px;
    
}
.newRoutingRequest-wholesection {
	padding: 20px;
	margin-right: 10px;
}
.newRoutingRequest-wholesection .sec-divider {
	width: 49%;
	display: inline-block;
}
.newRoutingRequest-wholesection select {
	border-radius: 0;
	width: 100% !important;
	border: none !important;
    border-bottom: 1px solid #D1D1D1 !important;
    font-family: 'RotorFont' !important;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 18px;
	position: relative;
    bottom: 2px;
}
.newRoutingRequest-wholesection select:disabled{
	background: none;
}

/* CSS for overrides Page END */
.newRoutingRequestPopupSection button#saveRoutingRequest {
	height: 32px !important;
    width: 156px !important;
    background: #2D6BFF !important;
    color: #fff !important;
    border: none !important;
    line-height: 18px !important;
    cursor: pointer !important;
    font-size: 12px !important;
    letter-spacing: 1.5px !important;
    border-radius: 0 !important;
    font-family: 'RotorFont' !important;
    padding: 0 !important;
}


 .newRoutingRequestPopup .plateForm-head{
    padding: 12px 16px;
    background-color: #1F1F1F;
    font-family: 'RotorFont' !important;
}
.newRoutingRequestPopup .plate-head {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 22px;
    color: #fff;
}
.newRoutingRequestPopup .routingRequest-head{
    padding: 12px 16px;
    background-color: #1F1F1F;
    font-family: 'RotorFont' !important;
}
.newRoutingRequestPopup .route-head {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 22px;
    color: #fff;
}
.newRoutingRequestPopup .fa-times{
    float: right !important;
    position: relative !important;
    bottom: 20px !important;
    color: #fff !important;
}
 
.newRoutingRequestPopup{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 300;
    cursor: pointer;
    overflow-y: auto;
}
.newRoutingRequestPopupSection{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: white;
    width: 936px !important;
    max-height:650px;
    overflow-x:auto;
}

.newRoutingRequestFooter {
    padding: 12px 16px;
    border-top: 1px solid #F7F7F7;
    background-color: #fff;
    font-family: 'RotorFont' !important;
    text-align: right;
}


.newRoutingRequest-cancel {
    margin-right: 10px;
    height: 32px;
    width: 156px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    line-height: 18px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 0;
    font-family: 'RotorFont' !important;
}


.newRoutingRequest-save {
    height: 32px;
    width: 156px;
    background-color: #2D6BFF;
    color: #fff;
    border: none;
    line-height: 18px;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1.5px;
}
.newRoutingRequest-wholesection textarea {
	height: auto;
	margin: 0;
	border-radius: 0;
	padding-left: 5px;
	color: #000 !important;
	font-family: 'RotorFont' !important;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 18px;
}
.newRoutingRequest-shipment-details {
	width: 24%;
	display: inline-block;
	vertical-align: top;
}
.newRoutingRequest-shipment-details p {
	font-size: 18px;
	margin: 0;
	line-height: 26px;
	color: #000;
	letter-spacing:0;
	/* width: 340px; */
}

.newRoutingRequest-options .newRoutingRequest-labels {
	position: relative;
    bottom: 6px;
    left: 20px;
    color: #000000;
	font-family: 'RotorFont' !important;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 26px;
	cursor: pointer; /* to display hand icon on text next to radio button*/
}
.shipment-msg {
    color: #d32a23;
    font-size: 12px;
}

.company-details a{
	color: #0033ab !important;
}
.changeAddressPopupSection .fa-exclamation-triangle {
	color: #000;
    padding-right: 5px;
}
.soldTo-addchange div:nth-of-type(odd) {
	background-color: #F7F7F7;
}
.checkbox-enhancer {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 2px;
	position: relative;
	right: 1px;
	background: transparent;
	z-index: 0;
	border: 3px solid #000;
	top: 22px;
}
.checkbox-enhancer-red {
	border: 3px solid #e50029;
}
.soldtoAddChangepopupText {
	z-index: -1 !important;
	font-size: 12px !important;
	padding-left: 18px !important;
	left: 0 !important;
}
.new-checkout-module .lead-time-text, .new-checkout-module .future-price-text {
	width: 100% !important;
	font-size: 12px !important;
	letter-spacing: 0 !important;
	color: #000 !important;
	position: relative !important;
	bottom: 18px !important;
	line-height: 0px !important;
	right: 25px !important;
}
.checkoutChangeSoldToFeeMsg{
	margin-top: 10px;
	width: 100%;
    padding: 10px 9px;
    background: #50D264;
    color: #000000;
	font-family: 'RotorFont' !important;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
}
.expediteFeeConfirmMsgCheckout{
	margin-top: 10px;
	width: 100%;
    padding: 10px 9px;
    background: #50D264;
    color: #000000;
	font-family: 'RotorFont' !important;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
}
.disabledcontinueBtn {
    pointer-events: none !important;;
    background-color: #F0F0F0 !important;;
    color: #D1D1D1 !important;;
    font-family: 'RotorFont' !important;
}
#go-to-top{
      position: fixed;
      right: 1%;
      bottom: 1%;
      z-index: 1;
      width: 120px;
      display: none;
}
#go-to-top-btn{
       color: #fefefe;
       border: 1.5px solid #d6d6d6;
       cursor: pointer;
       font-size: 12px;
       letter-spacing: 1px;
       font-family: 'RotorFont' !important;
       background-color: #666666;
       height: 28px;
       width: 100%;
}

/* Charlie - PBI-152798 Third Party Order Acknowledgement - (3rd Party MRO's EUCs) */

.checkbox-ack {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 4px;
}

.orderAckCheckbox {
	margin-top: 2px;
	opacity: 1 !important;
	cursor: pointer;
}

.order-info-section .color-red-checkbox {
	position: absolute;
	top: 1px;
	left: -9px;
	color: #9F0032;
	font-size: 13px;
	line-height: 18px;
	pointer-events: none;
}

.checkbox-ack-label {
	font-size: 14px !important;
	margin: 0;
	line-height: 20px !important;
	color: #000;
	letter-spacing: 0;
	font-weight: 400;
}

.ack-error-red{
    width: 13px;
    height: 13px;
    appearance: none;
    border: 1px solid #E50029;
    cursor: pointer;
    border-radius: 3px;
}

.orderAckText{
    pointer-events: none;
}
.order-ack.checkbox-enhancer {
    display: inline-block;
    min-width: 15px;
    width:15px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    right: 1px;
    background: transparent;
    z-index: 0;
    border: 3px solid #000;
    top: 1px;
}


