<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cartPopupButtons {
	text-align: center;
	margin-top: 0.7em;
}

.cartPopupButtons .orPadding {
	padding: 7px 0;
}

li.paymentMethodLeft {
	float: left;
}

li.paymentMethodRight {
	float: right;
	margin-left: 10px;
}

#checkoutContentPanelPayment {
	padding: 10px 10px;
	position: relative;
}

#checkoutContentPanel {
	padding: 10px 10px;
}

#headlineDiv .headline {
	border-bottom: 1px #A5A5A5;
	font-size: 1.2em;
	font-weight: bold;
	height: 39px;
	line-height: 39px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

#checkoutContentPanel.payWithCardSection {
	margin: 0;
}

.payPalBanner {
	text-align: center;
	margin-top: 5px;
}

button.doCheckoutBut.noMarginTop {
	margin-top: 0;
}

.orSeparator {
	display: inline-block;
	padding: 0 15px;
	margin-top: 8px;
	vertical-align: top;
}

.checkButton {
	vertical-align: top;
	display: inline-block;
}

.cartButtonsSection {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

.payPalCredit {
	display: inline-block;
}

.payPalCredit .imgPadding {
	padding-top: 5px;
}

#paymentMethodPayPal {
	margin-top: 16px;
}

.easyPaymentsValue {
	padding-left: 5px;
}

.continueErrorButton {
	float: right !important;
}

.fieldError {
	color: #ff4444;
}</pre></body></html>