/* Minification failed. Returning unminified contents.
(154,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-secondary-bg'
 */
.checkout-stage-container {
    margin: 15px;
}
.checkout-stage-border-right { border-right: 1px solid #ddd; }

.checkout-stage-text-row {
	background-color: #3A3A3A;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
	text-transform: uppercase;
	border-radius: 4px;
}

.checkout-intro-statement {
	padding-bottom: 5px;
	padding-top: 5px;
}

.table-basket { margin-top: 15px; }

.table-basket-col-total { width: 110px; }

.panel-basket .panel-heading h3 { color: #fff; }

.table-basket table thead th { padding: 10px; }

.panel-basket > .panel-heading > .panel-title { color: #3A3A3A; }

.btn-checkout-options {
    background-color: #43A742 !important;
	color: #fff;
    opacity: 1 !important;
}

.btn-checkout-options:hover,
.btn-clicked {
    background-color: #349633 !important;
	color: #fff;
    opacity: 1 !important;
}

.btn-checkout-options .fa {
	color: #fff;
	margin-left: 5px;
}

.btn-checkout-options-find-account {
	background-color: #543288;
	color: #fff;
}

.btn-checkout-options-find-account:hover {
    background-color: #3E216D !important;
	color: #fff;
    opacity: 1 !important;
}

.btn-checkout-options-find-account .fa {
	color: #fff;
	margin-left: 5px;
}

.text-warners { color: #51337E; }

.logo-wgp {
	height: 50px;
	margin-left: 10px;
}

.payment-notification {
	margin-bottom: 10px;
	margin-top: 10px;
}

.text-elavon,
.text-stripe {
	line-height: 50px;
	border-radius: 4px;
}

.text-elavon { background-color: #0c2074; }
.text-stripe {
	line-height: 38px;
	background-color: #3A3A3A;
	color: #fff;
	font-size: 11px;
}

.checkout-footer-payment-icons {
	height: 24px;
	padding-right: 5px;
}

.registration-form-billing-details input,
.registration-form-delivery-details input,
.direct-debit-form-container input,
.direct-debit-form-container textarea { width: 100%; }

.direct-debit-form-container input.numberBox {
	display: inline-block;
	width: 35px;
}

.registration-form-billing-details { border-right: 1px solid #ddd; }

.btn-postcode {
	background-color: #9A9A9A;
	color: #fff;
}

.btn-postcode:hover {
	background-color: #70788E;
	color: #fff;
}

.demographic-options {
	background-color: #F4F4F4;
	border: 1px solid #999;
	padding: 20px;
}

.direct-debit-instruction-intro {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 20px;
}

.direct-debit-address { font-weight: bold; }

.ddi-orig-num-boxes span {
	border: 1px solid #ccc;
	display: inline-block;
	font-size: 20px;
	margin: 0;
	padding: 0 5px;
}

.ajax-working {
    width: 100%;
    position: relative;
    top: 0;
    left: auto;
    margin-left: 0;
}

.addressIntroLine {
	min-height: 35px;
}

.readonly-field {
	background-color: var(--bs-secondary-bg) !important;
	opacity: 1;
	cursor: not-allowed;
}

.basketpricetotal {
    width: 100%;
}

#BasketGiftOptionsRow .row {
	width: 100%; /*prevent scrollbars*/
}


@media (max-width: 770px) {
	.registration-form-billing-details, .right-border {
        border-right: none !important;
    }
}
