.config-field .input-wrapper {
	position: relative;
}
body > .ls-form-curtain,
.input-wrapper > .ls-form-curtain {
	position: fixed;
	z-index: 99999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
}
.input-wrapper > .ls-form-curtain {
	position: absolute;
	background-color: rgba(255,255,255,0.9);
}
body > .ls-form-curtain .dot,
.input-wrapper > .ls-form-curtain .dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 6px;
	background-color: rgba(255,255,255,0);
	border-radius: 100%;
	transition: all 0.25s;
}

.input-wrapper > .ls-form-curtain .dot {
	background-color: rgba(0,0,0,0);
}

body > .ls-form-curtain[data-dot-on="1"] .dot.dot-1,
body > .ls-form-curtain[data-dot-on="2"] .dot.dot-1,
body > .ls-form-curtain[data-dot-on="2"] .dot.dot-2,
body > .ls-form-curtain[data-dot-on="3"] .dot.dot-1,
body > .ls-form-curtain[data-dot-on="3"] .dot.dot-2,
body > .ls-form-curtain[data-dot-on="3"] .dot.dot-3,
body > .ls-form-curtain[data-dot-on="4"] .dot.dot-1,
body > .ls-form-curtain[data-dot-on="4"] .dot.dot-2,
body > .ls-form-curtain[data-dot-on="4"] .dot.dot-3,
body > .ls-form-curtain[data-dot-on="4"] .dot.dot-4,
body > .ls-form-curtain[data-dot-on="5"] .dot.dot-1,
body > .ls-form-curtain[data-dot-on="5"] .dot.dot-2,
body > .ls-form-curtain[data-dot-on="5"] .dot.dot-3,
body > .ls-form-curtain[data-dot-on="5"] .dot.dot-4,
body > .ls-form-curtain[data-dot-on="5"] .dot.dot-5,
body > .ls-form-curtain[data-dot-on="6"] .dot.dot-2,
body > .ls-form-curtain[data-dot-on="6"] .dot.dot-3,
body > .ls-form-curtain[data-dot-on="6"] .dot.dot-4,
body > .ls-form-curtain[data-dot-on="6"] .dot.dot-5,
body > .ls-form-curtain[data-dot-on="7"] .dot.dot-3,
body > .ls-form-curtain[data-dot-on="7"] .dot.dot-4,
body > .ls-form-curtain[data-dot-on="7"] .dot.dot-5,
body > .ls-form-curtain[data-dot-on="8"] .dot.dot-4,
body > .ls-form-curtain[data-dot-on="8"] .dot.dot-5,
body > .ls-form-curtain[data-dot-on="9"] .dot.dot-5,
body > .ls-form-curtain[data-dot-on="11"] .dot.dot-5,
body > .ls-form-curtain[data-dot-on="12"] .dot.dot-5,
body > .ls-form-curtain[data-dot-on="12"] .dot.dot-4,
body > .ls-form-curtain[data-dot-on="13"] .dot.dot-5,
body > .ls-form-curtain[data-dot-on="13"] .dot.dot-4,
body > .ls-form-curtain[data-dot-on="13"] .dot.dot-3,
body > .ls-form-curtain[data-dot-on="14"] .dot.dot-5,
body > .ls-form-curtain[data-dot-on="14"] .dot.dot-4,
body > .ls-form-curtain[data-dot-on="14"] .dot.dot-3,
body > .ls-form-curtain[data-dot-on="14"] .dot.dot-2,
body > .ls-form-curtain[data-dot-on="15"] .dot.dot-5,
body > .ls-form-curtain[data-dot-on="15"] .dot.dot-4,
body > .ls-form-curtain[data-dot-on="15"] .dot.dot-3,
body > .ls-form-curtain[data-dot-on="15"] .dot.dot-2,
body > .ls-form-curtain[data-dot-on="15"] .dot.dot-1,
body > .ls-form-curtain[data-dot-on="16"] .dot.dot-4,
body > .ls-form-curtain[data-dot-on="16"] .dot.dot-3,
body > .ls-form-curtain[data-dot-on="16"] .dot.dot-2,
body > .ls-form-curtain[data-dot-on="16"] .dot.dot-1,
body > .ls-form-curtain[data-dot-on="17"] .dot.dot-3,
body > .ls-form-curtain[data-dot-on="17"] .dot.dot-2,
body > .ls-form-curtain[data-dot-on="17"] .dot.dot-1,
body > .ls-form-curtain[data-dot-on="18"] .dot.dot-2,
body > .ls-form-curtain[data-dot-on="18"] .dot.dot-1,
body > .ls-form-curtain[data-dot-on="19"] .dot.dot-1 {
	background-color: rgba(255,255,255,1);
}


.input-wrapper > .ls-form-curtain[data-dot-on="1"] .dot.dot-1,
.input-wrapper > .ls-form-curtain[data-dot-on="2"] .dot.dot-1,
.input-wrapper > .ls-form-curtain[data-dot-on="2"] .dot.dot-2,
.input-wrapper > .ls-form-curtain[data-dot-on="3"] .dot.dot-1,
.input-wrapper > .ls-form-curtain[data-dot-on="3"] .dot.dot-2,
.input-wrapper > .ls-form-curtain[data-dot-on="3"] .dot.dot-3,
.input-wrapper > .ls-form-curtain[data-dot-on="4"] .dot.dot-1,
.input-wrapper > .ls-form-curtain[data-dot-on="4"] .dot.dot-2,
.input-wrapper > .ls-form-curtain[data-dot-on="4"] .dot.dot-3,
.input-wrapper > .ls-form-curtain[data-dot-on="4"] .dot.dot-4,
.input-wrapper > .ls-form-curtain[data-dot-on="5"] .dot.dot-1,
.input-wrapper > .ls-form-curtain[data-dot-on="5"] .dot.dot-2,
.input-wrapper > .ls-form-curtain[data-dot-on="5"] .dot.dot-3,
.input-wrapper > .ls-form-curtain[data-dot-on="5"] .dot.dot-4,
.input-wrapper > .ls-form-curtain[data-dot-on="5"] .dot.dot-5,
.input-wrapper > .ls-form-curtain[data-dot-on="6"] .dot.dot-2,
.input-wrapper > .ls-form-curtain[data-dot-on="6"] .dot.dot-3,
.input-wrapper > .ls-form-curtain[data-dot-on="6"] .dot.dot-4,
.input-wrapper > .ls-form-curtain[data-dot-on="6"] .dot.dot-5,
.input-wrapper > .ls-form-curtain[data-dot-on="7"] .dot.dot-3,
.input-wrapper > .ls-form-curtain[data-dot-on="7"] .dot.dot-4,
.input-wrapper > .ls-form-curtain[data-dot-on="7"] .dot.dot-5,
.input-wrapper > .ls-form-curtain[data-dot-on="8"] .dot.dot-4,
.input-wrapper > .ls-form-curtain[data-dot-on="8"] .dot.dot-5,
.input-wrapper > .ls-form-curtain[data-dot-on="9"] .dot.dot-5,
.input-wrapper > .ls-form-curtain[data-dot-on="11"] .dot.dot-5,
.input-wrapper > .ls-form-curtain[data-dot-on="12"] .dot.dot-5,
.input-wrapper > .ls-form-curtain[data-dot-on="12"] .dot.dot-4,
.input-wrapper > .ls-form-curtain[data-dot-on="13"] .dot.dot-5,
.input-wrapper > .ls-form-curtain[data-dot-on="13"] .dot.dot-4,
.input-wrapper > .ls-form-curtain[data-dot-on="13"] .dot.dot-3,
.input-wrapper > .ls-form-curtain[data-dot-on="14"] .dot.dot-5,
.input-wrapper > .ls-form-curtain[data-dot-on="14"] .dot.dot-4,
.input-wrapper > .ls-form-curtain[data-dot-on="14"] .dot.dot-3,
.input-wrapper > .ls-form-curtain[data-dot-on="14"] .dot.dot-2,
.input-wrapper > .ls-form-curtain[data-dot-on="15"] .dot.dot-5,
.input-wrapper > .ls-form-curtain[data-dot-on="15"] .dot.dot-4,
.input-wrapper > .ls-form-curtain[data-dot-on="15"] .dot.dot-3,
.input-wrapper > .ls-form-curtain[data-dot-on="15"] .dot.dot-2,
.input-wrapper > .ls-form-curtain[data-dot-on="15"] .dot.dot-1,
.input-wrapper > .ls-form-curtain[data-dot-on="16"] .dot.dot-4,
.input-wrapper > .ls-form-curtain[data-dot-on="16"] .dot.dot-3,
.input-wrapper > .ls-form-curtain[data-dot-on="16"] .dot.dot-2,
.input-wrapper > .ls-form-curtain[data-dot-on="16"] .dot.dot-1,
.input-wrapper > .ls-form-curtain[data-dot-on="17"] .dot.dot-3,
.input-wrapper > .ls-form-curtain[data-dot-on="17"] .dot.dot-2,
.input-wrapper > .ls-form-curtain[data-dot-on="17"] .dot.dot-1,
.input-wrapper > .ls-form-curtain[data-dot-on="18"] .dot.dot-2,
.input-wrapper > .ls-form-curtain[data-dot-on="18"] .dot.dot-1,
.input-wrapper > .ls-form-curtain[data-dot-on="19"] .dot.dot-1 {
	background-color: rgba(0,0,0,1);
}




ul.wc-block-order-confirmation-summary-list > li:first-child {
	display: none !important;
}

form.customer-search {
	float: right;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	max-width: 300px;
}
form.customer-search > * {
	flex: 1 1 auto;
}

@page {
	size: auto;   /* auto is the initial value */
	margin: 0mm;  /* this affects the margin in the printer settings */
}

.ls-popover {
	position: fixed;
	z-index: 99999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.8);
}
.ls-popover-contents {
	position: relative;
	background-color: #ffffff;
	padding: 30px;
}

.ls-configurator .cost-pricing,
.ls-configurator .both-pricing,
.ls-configurator[data-price-display="cost"] .retail-pricing {
	display: none !important;
}

.ls-configurator[data-price-display="cost"] .cost-pricing,
.ls-configurator[data-price-display="both"] .cost-pricing,
.ls-configurator[data-price-display="both"] .both-pricing {
	display: inline-block !important;
}


.ls-popover-contents label.radio-wrapper {
	padding: 0 10px;
	font-size: 14px;
}
.ls-popover-contents a.popover-close {
	position: absolute;
	z-index: 5;
	top: 5px;
	left: auto;
	right: 10px;
	cursor: pointer;
}

.ls-popover.pin-verification .ls-popover-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 240px;
}

.ls-popover h4 {
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	font-size: 16px;
}
.ls-popover.pin-verification input[type="password"],
.ls-popover.pin-verification button {
	flex: 1 1 auto;
	padding: 8px;
}

.wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation {
	justify-content: center !important;
}
.wp-block-spacer {
	display: none !important;
}

.text-center {
	text-align: center;
}


.ls-configurator,
.ls.configurator * {
	outline: none !important;
}


.config-success {
	width: 100%;
	min-width: 100%;
}
.price-breakdown {
	font-size: 14px;
}
.config-success:not(:empty) {
	padding: 10px;
	background-color: #00ff00;
}
.ls-configurator {
	width: 100%;
	min-width: 100%;
	font-size: 14px;
	font-family: "Helvetica",Verdana,Arial,sans-serif;
}
.ls-dealer-preferences input,
.ls-dealer-preferences select {
	padding: 10px;
}
.ls-dealer-preferences .input-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}
.ls-dealer-preferences a.add-preference-discount {
	display: inline-block;
	margin: 0 8px;
	font-size: 14px;
	cursor: pointer;
}
.ls-dealer-preferences a.delete-discount {
	color: #990000;
	cursor: pointer;
}
.ls-dealer-preferences td.is-discount-active,
.ls-dealer-preferences td.discount-delete {
	vertical-align: middle;
	text-align: center;
}


.print-preview .ls-configurator {
	font-size: 10pt;
	background-color: #ffffff;
}
.ls-configurator .print-page {
	display: flex;
	flex-direction: column;
	width: 100%;
}


body.print-preview {
	margin: 0;
	padding: 0;
}

.ls-configurator .page-sizer {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 11in;
	min-height: 11in;
	max-height: 11in;
}
.print-preview .ls-configurator .print-page {
	width: 8.5in;
	min-width: 8.5in;
	max-width: 8.5in;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}
.print-preview .ls-configurator .config-opening {
	break-inside: avoid;
}

.print-preview .print-header:after {
	content: '';
}

h2.print-preview {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 !important;
}
h2.print-preview a.print-icon {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
}
h2.print-preview a.print-icon > span.text {
	display: inline-block;
	padding-left: 10px;
	font-size: 14px;
	
}
h1 a.share,
h1 .fa-solid.fa-gear {
	display: inline-block;
	float: right;
	font-size: 16px;
}

h1 .fa-solid.fa-gear {
	margin-left: 20px;
}

.print-preview .cart-summary {
	padding-top: .5in;
}

.print-preview .ls-configurator .cart-totals {
	width: auto;
	float: right;
}
.print-preview .ls-configurator .cart-totals:after {
	content: " ";
	display: table;
	width: 100%;
	height: 0;
	float: none;
	clear: both;
}
.print-preview .quote-signatures {
	clear: both;
	float: none;
	padding: .5in 0;
}
.print-preview .quote-sig-row {
	display: flex;
	flex-wrap: no-wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.print-preview .quote-sig-row > span {
	flex: 1 1 auto;
	border-bottom: 1px solid #808080;
}
.print-preview .quote-sig-row > span:nth-child(2) {
	margin-left: .5in;
	margin-bottom: .5in;
}

h2.print-preview a.print-icon {
	display: none;
}

.print-page > .print-header > h2.print-preview a.print-icon {
	display: inline-block;
}
h2.print-preview .page-number {
	font-size: 12pt;
}
@media print {
	.print-preview .ls-configurator .print-page {
		padding: 0.5in;
	}

	.print-preview .ls-configurator .transaction-openings .print-header {
		page-break-before: always;
		padding-top: .5in;
	}
	.print-page > .print-header > h2.print-preview a.print-icon,
	.ls-configurator p.back-button {
		display: none;
	}
	.print-preview .config-summary-field span,
	.ls-configurator .cart-totals > div > span {
		border: 0px solid transparent !important;
		outline: none !important;
	}
}
@media screen {
	.print-preview .ls-configurator .print-header {
		padding-top: 100px;
	}
	.print-preview .ls-configurator .transaction-openings .print-header {
		display: none;
	}
}

.ls-configurator,
.ls-configurator * {
	box-sizing: border-box;
}
.ls-configurator .config-opening {
	margin: 0 0 15px;
	padding: 0;
	background-color: #ffffff;
	border: 1px solid #a0a0a0;
}


.ls-configurator .config-field.quote-controls {
	order: 100;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	max-width: 100%;
}
.ls-configurator .config-field.quote-controls p {
	display: inline-block;
	padding: 0 30px 0 0;
}
.ls-configurator .config-opening.ordered {
	order: 99;
	background-color: #c5f3b5;
}
.print-preview .ls-configurator .config-opening.ordered {
	background-color: #ffffff;
}
.ls-configurator .config-opening.ordered .config-opening-form,
.ls-configurator .config-opening.ordered.active .config-opening-form {
	display: none !important;
	visibility: hidden;
	height: 0;
	padding: 0;
	background-color: #ddffdd;
}

.ls-configurator .config-opening.configs-complete .config-opening-form,
.ls-configurator .config-opening-form {
	display: none;
}

.ls-configurator .config-opening.active .config-opening-form {
	display: block;
}

.ls-configurator .config-opening.error .group-controls {
	display: none;
}
.ls-configurator .config-opening.error .config-group[data-group="5"] .group-controls {
	display: block;
}

.ls-configurator .config-opening-header {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 15px 30px;
	font-weight: 500;
	font-size: 18px;
	border-bottom: 1px solid #a0a0a0;
}

.save-success {
	padding: 10px;
	background-color: #00ff00;
}

.ls-configurator .opening-identifier {
	padding-right: 30px;
}
.ls-configurator .opening-summary.customer-summary {
	flex: 1 1 auto;
	padding: 5px 30px 0 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}

.ls-configurator .opening-controls {
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}
.ls-configurator .opening-controls a,
.ls-configurator .opening-controls > span {
	display: inline-block;
	padding-left: 25px;
}
.ls-configurator .config-group {
	display: none;
	margin: 0;
	padding: 20px 0;
	border-top: 1px solid #a0a0a0;
}
.ls-configurator .config-group:first-child {
	display: block;
}

.ls-configurator .config-group-heading {
	padding: 0 30px 15px;
	font-weight: 700;
}
.ls-configurator .config-row-heading {
	width: 100%;
	padding: 0 20px 0;
	font-weight: 400;
}


.ls-configurator .config-row {
	margin: 0;
	padding: 0 10px;
}
.ls-configurator .customer-info .config-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
@media (min-width:768px) {
	.ls-configurator .customer-info .config-row {
		flex-wrap: nowrap;
	}
}
.ls-configurator .config-row > .row-inner {	
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.ls-configurator .config-field {
	position: relative;
	width: 100%;
	max-width: 300px;
	margin: 5px 10px;
	padding: 5px 10px;
	border: 1px solid transparent;
}
.ls-configurator .config-field.helper-image,
.ls-configurator .config-field.helper-text {
	width: auto;
	max-width: 100%;
}
.ls-configurator .config-field.text-center {
	text-align: center;
}
.ls-configurator .config-field.helper-image img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 300px;
}
.ls-configurator .customer-info .config-field {
	max-width: 100%;
	padding: 10px;
}


.ls-configurator .config-field.textarea {
	max-width: 100%;
}

.ls-configurator .config-field.button-wrapper {
	margin: 0;
}
.ls-configurator .config-field-label,
.ls-configurator .config-field-hint {
	display: block;
	width: 100%;
	font-weight: 700;
}


.ls-configurator input:not([type="radio"]),
.ls-configurator select,
.ls-configurator textarea {
	width: 100%;
	max-width: 100%;
	padding: 8px;
	font-size: 14px;
}
.ls-configurator textarea {
	min-height: 80px;
}


.ls-configurator .config-field.dimensions .input-wrapper,
.ls-configurator .config-field.panel_count .input-wrapper {
	display: flex;
	align-items: start;
	justify-content: center;
	max-width: 100%;
}
.ls-configurator .config-field.panel_count .input-wrapper > span.divider {
	flex: 1 1 auto;
	text-align: center;
}

.ls-configurator .unit-marker,
.ls-configurator .hint {
	font-size: 13px;
}
.ls-configurator .config-field.dimensions input,
.ls-configurator .config-field.dimensions select {
	flex: 1 1 auto;
}
.ls-configurator .config-field.dimensions input {
	margin-right: 15px;
}
.ls-configurator button,
.ls-dealer-preferences button {
	display: inline-block;
	margin: 0 8px;
	padding: 8px;
	color: #ffffff;
	font-size: inherit;
	background-color: #1d7ac4;
	border: none;
}
.ls-configurator button.ls-checkout {
	display: block;
	width: 100%;
	margin-right: 0;
	cursor: pointer;
}
.ls-configurator.cart button {
	margin: 0;
}
.ls-configurator .conditional:not(.visible) {
	display: none;
}

.ls-configurator .opening-summary {
	padding: 10px 30px;
}

.ls-configurator .opening-summary .opening-data {
	padding-top: 10px;
	line-height: 1.4;
}
body.print-preview .ls-configurator .opening-summary .opening-data {
	column-count: 3;
}
@media (min-width:768px) {
	.ls-configurator .opening-summary .opening-data {
		column-count: 2;
	}
	.ls-configurator .opening-summary .opening-data .config-summary-field {
		break-inside: avoid-column;
	}
}
@media (min-width:1200px) {
	.ls-configurator .opening-summary .opening-data {
		column-count: 3;
	}
}

.ls-configurator .config-summary-field {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.ls-configurator .config-summary-field span {
	display: inline-block;
}
.ls-configurator .config-summary-field span.value {
	color: #990000;
}

.ls-pop-wrapper {
	position: fixed;
	z-index: 99999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.8);
}
.ls-pop-inner {
	width: auto;
	max-width: 80vw;
	height: auto;
	max-height: 80vh;
	padding: 20px;
	background-color: #ffffff;
}
.ls-pop-wrapper .button-wrapper {
	display: inline-flex;
	align-items: stretch;	
}
.ls-pop-inner button.ls-pop-option {
	max-width: 160px;
	margin: 0 10px;
	padding: 15px 10px;
	background-color: #f0f0f0;
}
.ls-pop-inner select {
	width: 100%;
	padding: 8px;
}
.ls-pop-inner h4 {
	margin: 0 0 15px;
}


table.config-list,
.ls-dealer-preferences table {
	width: 100%;
	min-width: 100%;
	margin: 0;
	font-size: 14px;
}
.config-list thead {
	background-color: #000000;
}
.config-list tr.config-list-item:nth-child(2n) {
	background-color: #f0f0f0;
}
.config-list tr.config-list-item:hover {
	background-color: #e0e0e0;
}
.config-list thead td,
.config-list tbody td,
.ls-dealer-preferences td {
	vertical-align: top;
	padding: 8px;
}
.config-list thead td,
.config-list thead td a {
	color: #ffffff;
}
.config-list thead a.sort-link {
	display: block;
}
.config-list thead a.sort-link {
	position: relative;
	text-decoration: none;
}
.config-list thead a.sort-link:after {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 0;
	height: 0;
	margin: auto 0;
	border-width: 5px;
	border-style: solid;
	transform: rotate( 45deg ); 
}
.config-list thead a.sort-link:after {
	right: 10px;
	bottom: 2px;
	border-color: transparent #808080 #808080 transparent;
	transform-origin: right bottom;
}
.config-list thead a.sort-link.active:after {
	border-color: transparent #ffffff #ffffff transparent;
}
.config-list thead a.sort-link.asc:after {
	right: 0;
	top: 2px;
	bottom: 0;
	border-color: #808080 transparent transparent #808080;
	transform-origin: left top;
}
.config-list thead a.sort-link.asc.active:after {
	border-color: #ffffff transparent transparent #ffffff;
}

.config-list a {
	color: #0000ff;
}
.config-list a.new-item {
	display: block;
	margin-top: 10px;
}

.proposal-list-wrapper {
	display: table;
	width: 100%;
}
.proposal-list-wrapper .proposal-wrapper {
	display: table-row;
}
.proposal-list-wrapper .proposal-wrapper > span {
	display: table-cell;
	padding: 10px;
}



.quote-details,
.transaction-details {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.cart .ls-configurator .cart-summary {
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #a0a0a0;
}


.ls-configurator .cart-summary button[type="submit"] {
	width: 100%;
	text-align: center;
}

.ls-configurator .cart-totals {
	display: table;
	width: 100%;
	padding-bottom: 20px;
	text-align: right;
}

@media (min-width:981px) {
	.ls-configurator .order-details {
		display: flex;
		justify-content: space-between;
	}
	.ls-configurator .cart-totals {
		max-width: 400px;
	}
}

.ls-configurator .config-opening-header .opening-cost {
	display: table;
	text-align: right;
}
.ls-configurator .price-breakdown {
	display: table-row;
}

.ls-configurator .price-breakdown > span {
	display: table-cell;
	border: 0px solid transparent;
}

.ls-configurator .price-breakdown.payment-amount-selection > span {
	padding: 5px 0;
}
.ls-configurator .price-breakdown.payment-amount-selection.label > span {
	padding-top: 20px;
}

.ls-configurator .price-breakdown.payment-amount-selection.custom-payment > span {
	padding-bottom: 20px;
}
.ls-configurator .price-breakdown.custom-payment > span > span {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 180px;
	margin: 0 0 0 auto;
}
.ls-configurator .price-breakdown.custom-payment input#custom-payment {
	width: 120px;
	padding: 4px;
}


.ls-configurator .price-breakdown.payment-amount-selection:not(.custom-payment) label {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 180px;
}
.ls-configurator .price-breakdown .payment-error {
	width: 100%;
	padding-top: 4px;
	color: #990000;
}


.ls-configurator .price-breakdown > span:nth-child(2) {
	padding-left: 15px;
	text-align: right;
}

.ls-configurator .dealer-po {
	padding: 0 0 20px;
}

.ls-configurator .dealer-po input {
	width: 100%;	
}



.ls-configurator .cart-total > span,
.ls-configurator.cart .submit > span {
	padding-top: 20px;
	font-weight: 700;
}
.ls-configurator:not(.cart) .submit {
	display: none;
}
@media (max-width:767px) {
	.ls-configurator.cart {
		display: flex;
		flex-direction: column;
	}
}

@media (min-width:768px) {
	.ls-configurator.cart {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.ls-configurator .cart-items {
		flex: 1 1 auto;
	}
	.ls-configurator .cart-summary {
		min-width: 300px;
		margin-left: 30px;
	}
	.print-preview .ls-configurator .cart-summary {
		width: auto;
		min-width: 0;
		max-width: none;
		margin-left: 0;
	}
}

/** Error Handling **/

.ls-configurator .config-opening.error {
	order: 99;
	background-color: #ffeeee;
}
.ls-configurator .config-opening.error .config-group {
	display: block;
}


.ls-configurator .config-opening.error {
	border-color: #ff0000;
}

.ls-configurator .config-opening.error .opening-controls a.edit {
	display: none;
}

.ls-configurator .config-opening.error .config-opening-form {
	display: block;
}

.ls-configurator .config-field .error-message:not(:empty) {
	margin: 5px -10px -5px;
	color: #ffffff;
	padding: 2px 10px 0;
	background-color: #ff0000;
}
.config-opening .opening-errors {
	margin: 0;
	color: #ffffff;
	padding: 10px;
	background-color: #ff0000;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}
.ls-configurator .config-field.error {
	border-color: #ff0000;
}