/* Champion Checkout Balanced 1.0.6 */
body.scd-checkout-page {
	--scd-red: #ffe001;
	--scd-red-dark: #e3c700;
	--scd-danger: #d9232e;
	--scd-danger-dark: #b91c1c;
	--scd-text: #1a1918;
	--scd-muted: #555770;
	--scd-line: #e6e8ed;
	--scd-soft: #f2f4f8;
	--scd-white: #fff;
	--scd-success: #2f7d45;
	--scd-navy: #292b49;
}

body.scd-checkout-page #content > h1:first-child,
body.scd-checkout-page #content > h1:first-child + br {
	display: none;
}

body.scd-checkout-page .simple-content.scd-content {
	background: var(--scd-soft);
	border-radius: 16px;
	font-family: Montserrat, Arial, sans-serif;
	margin-bottom: 30px;
	padding: 22px;
}

body.scd-checkout-page.scd-checkout-updating .simple-content.scd-content [id^="simplecheckout_form_"]:not(.scd-form) {
	visibility: hidden;
}

body.scd-checkout-page.scd-checkout-updating .simple-content.scd-content [id^="simplecheckout_form_"] {
	min-height: var(--scd-stable-form-height, 0);
}

body.scd-checkout-page .scd-form .simplecheckout_overlay {
	background-color: rgba(255, 255, 255, .62) !important;
	background-size: 24px 24px !important;
	opacity: .78;
}

body.scd-checkout-page .scd-checkout-intro {
	align-items: flex-end;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 18px;
}

body.scd-checkout-page .scd-checkout-intro h2 {
	color: var(--scd-text);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px;
}

body.scd-checkout-page .scd-checkout-intro p {
	color: var(--scd-muted);
	font-size: 14px;
	margin: 0;
}

body.scd-checkout-page .scd-reservation {
	align-items: center;
	background: #fff9c7;
	border: 1px solid #f5dc2e;
	border-radius: 999px;
	color: var(--scd-success);
	display: flex;
	font-size: 13px;
	font-weight: 600;
	gap: 7px;
	padding: 8px 12px;
	white-space: nowrap;
}

body.scd-checkout-page .scd-reservation:before {
	background: var(--scd-success);
	border-radius: 50%;
	content: '';
	height: 8px;
	width: 8px;
}

body.scd-checkout-page .scd-form .simplecheckout {
	display: block;
	width: 100%;
}

body.scd-checkout-page .scd-form .scd-column-layout {
	align-items: start;
	display: grid !important;
	gap: 20px;
	grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
	width: 100%;
}

body.scd-checkout-page .scd-form .scd-column-layout:after {
	display: none;
}

body.scd-checkout-page .scd-form .simplecheckout-left-column,
body.scd-checkout-page .scd-form .simplecheckout-right-column {
	display: block;
	float: none;
	margin: 0;
	max-width: none;
	min-width: 0;
	width: auto !important;
}

body.scd-checkout-page .scd-form .scd-column-layout,
body.scd-checkout-page .scd-form .simplecheckout-left-column,
body.scd-checkout-page .scd-form .simplecheckout-right-column {
	overflow: visible;
}

body.scd-checkout-page .scd-form .scd-column-layout > #simplecheckout_payment_form,
body.scd-checkout-page .scd-form .scd-column-layout > #simplecheckout_bottom,
body.scd-checkout-page .scd-form .scd-column-layout > .simplecheckout-proceed-payment,
body.scd-checkout-page .scd-form .scd-column-layout > .simplecheckout-warning-block {
	grid-column: 1 / -1;
}

body.scd-checkout-page .scd-form .simplecheckout-block {
	background: var(--scd-white);
	border: 1px solid var(--scd-line);
	border-radius: 12px;
	box-shadow: 0 5px 18px rgba(24, 28, 33, .05);
	clear: none;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping_address,
body.scd-checkout-page .scd-form #simplecheckout_payment_address,
body.scd-checkout-page .scd-form .simplecheckout-block.scd-dropdown-host {
	overflow: visible;
	z-index: 40;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping_address:focus-within,
body.scd-checkout-page .scd-form #simplecheckout_payment_address:focus-within,
body.scd-checkout-page .scd-form .simplecheckout-block.scd-dropdown-host:focus-within {
	z-index: 200;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping_address .simplecheckout-block-content,
body.scd-checkout-page .scd-form #simplecheckout_payment_address .simplecheckout-block-content,
body.scd-checkout-page .scd-form .simplecheckout-block.scd-dropdown-host .simplecheckout-block-content {
	overflow: visible !important;
	position: relative;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping_address ul.dropdown-menu,
body.scd-checkout-page .scd-form #simplecheckout_payment_address ul.dropdown-menu,
body.scd-checkout-page .scd-form .simplecheckout-block.scd-dropdown-host ul.dropdown-menu,
body.scd-checkout-page .scd-form #simplecheckout_shipping_address ul.dropdown-address,
body.scd-checkout-page .scd-form #simplecheckout_payment_address ul.dropdown-address,
body.scd-checkout-page .scd-form .simplecheckout-block.scd-dropdown-host ul.dropdown-address {
	background: #fff;
	border: 1px solid var(--scd-line);
	border-radius: 0 0 8px 8px;
	box-shadow: 0 10px 24px rgba(24, 28, 33, .16);
	max-height: 280px;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	z-index: 9999 !important;
}

body.scd-checkout-page .scd-form .checkout-heading,
body.scd-checkout-page .scd-form .col-sm-12 .checkout-heading,
body.scd-checkout-page .scd-form .scd-generated-heading {
	align-items: center;
	background: var(--scd-white);
	border-bottom: 1px solid var(--scd-line);
	border-radius: 0;
	color: var(--scd-text);
	display: grid;
	font-size: 18px;
	font-weight: 700;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr);
	grid-template-rows: auto auto;
	line-height: 1.3;
	min-height: 62px;
	padding: 14px 18px;
}

body.scd-checkout-page .scd-form .checkout-heading.scd-heading-with-step {
	grid-template-columns: 30px minmax(0, 1fr);
}

body.scd-checkout-page .scd-form .checkout-heading.scd-heading-with-step:before {
	align-items: center;
	background: var(--scd-red);
	border-radius: 50%;
	color: var(--scd-text);
	content: attr(data-scd-step);
	display: inline-flex;
	font-size: 14px;
	grid-column: 1;
	grid-row: 1 / span 2;
	height: 30px;
	justify-content: center;
	width: 30px;
}

body.scd-checkout-page .scd-form .scd-heading-title {
	float: none !important;
	grid-column: 1;
	grid-row: 1;
}

body.scd-checkout-page .scd-form .scd-heading-with-step .scd-heading-title {
	grid-column: 2;
}

body.scd-checkout-page .scd-form .checkout-heading:after {
	color: var(--scd-muted);
	content: attr(data-scd-subtitle);
	display: block;
	font-size: 12px;
	font-weight: 400;
	grid-column: 1;
	grid-row: 2;
}

body.scd-checkout-page .scd-form .checkout-heading.scd-heading-with-step:after {
	grid-column: 2;
}

body.scd-checkout-page .scd-form .checkout-heading-button {
	font-size: 12px;
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
}

body.scd-checkout-page .scd-form .simplecheckout-block-content {
	padding: 17px 18px;
}

body.scd-checkout-page .scd-form #simplecheckout_customer .simplecheckout-block-content {
	display: block;
	text-align: left;
}

body.scd-checkout-page .scd-form #simplecheckout_customer .simplecheckout-block-content > fieldset {
	border: 0;
	display: grid;
	gap: 13px 14px;
	grid-template-columns: 1fr 1fr;
	margin: 0;
	min-width: 0;
	padding: 0;
	width: 100% !important;
}

body.scd-checkout-page .scd-form #simplecheckout_customer .simplecheckout-block-content > fieldset > .form-group:nth-child(1) {
	grid-column: 1;
	grid-row: 1;
}

body.scd-checkout-page .scd-form #simplecheckout_customer .simplecheckout-block-content > fieldset > .form-group:nth-child(2) {
	grid-column: 1;
	grid-row: 2;
}

body.scd-checkout-page .scd-form #simplecheckout_customer .simplecheckout-block-content > fieldset > .form-group:nth-child(3) {
	grid-column: 2;
	grid-row: 1;
}

body.scd-checkout-page .scd-form #simplecheckout_customer .simplecheckout-block-content > fieldset > .form-group:nth-child(4) {
	grid-column: 2;
	grid-row: 2;
}

body.scd-checkout-page .scd-form #simplecheckout_customer .simplecheckout-block-content > fieldset > .form-group:nth-child(n+5) {
	grid-column: 1 / -1;
}

body.scd-checkout-page .scd-form #simplecheckout_customer .form-group {
	display: flex;
	flex-direction: column;
	float: none;
	margin: 0;
	min-width: 0;
	width: auto;
}

body.scd-checkout-page .scd-form #simplecheckout_customer .form-group > label,
body.scd-checkout-page .scd-form #simplecheckout_customer .form-group > div,
body.scd-checkout-page .scd-form #simplecheckout_shipping .form-group > label,
body.scd-checkout-page .scd-form #simplecheckout_shipping .form-group > div {
	float: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

body.scd-checkout-page .scd-form .control-label {
	color: var(--scd-text);
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 6px;
}

body.scd-checkout-page .scd-form .scd-required-mark {
	color: var(--scd-danger);
	display: inline-block;
	font-weight: 700;
	margin-right: 5px;
}

body.scd-checkout-page .scd-form .scd-required-note {
	color: var(--scd-muted);
	font-size: 11px;
	margin: 0 0 12px;
	text-align: right;
}

body.scd-checkout-page .scd-form .form-control {
	background: #fff;
	border: 1px solid #d7dbe0;
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: none;
	color: var(--scd-text);
	font-size: 15px;
	height: 44px;
	max-width: 100%;
	min-width: 0;
	padding: 9px 12px;
	transition: border-color .15s ease, box-shadow .15s ease;
	width: 100%;
}

body.scd-checkout-page .scd-form textarea.form-control {
	height: auto;
	min-height: 92px;
	resize: vertical;
}

body.scd-checkout-page .scd-form .form-control:focus {
	border-color: var(--scd-red);
	box-shadow: 0 0 0 3px rgba(255, 224, 1, .28);
}

body.scd-checkout-page .scd-form .scd-clearable-field {
	box-sizing: border-box;
	min-width: 0;
	position: relative;
}

body.scd-checkout-page .scd-form .scd-clearable-field > .form-control {
	padding-right: 38px;
}

body.scd-checkout-page .scd-form .scd-field-clear {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 50%;
	color: #7b8188;
	cursor: pointer;
	display: none;
	font-size: 21px;
	height: 26px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 2px;
	position: absolute;
	right: 8px;
	top: 22px;
	transform: translateY(-50%);
	width: 26px;
	z-index: 5;
}

body.scd-checkout-page .scd-form .scd-clearable-field[class*="col-"] > .scd-field-clear {
	right: 22px;
}

body.scd-checkout-page .scd-form .scd-field-clear.is-visible {
	display: inline-flex;
}

body.scd-checkout-page .scd-form .scd-field-clear:hover,
body.scd-checkout-page .scd-form .scd-field-clear:focus {
	background: #eef0f3;
	color: var(--scd-text);
	outline: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping .simplecheckout-block-content,
body.scd-checkout-page .scd-form #simplecheckout_payment .simplecheckout-block-content {
	padding: 9px 18px 16px;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping p,
body.scd-checkout-page .scd-form #simplecheckout_payment p {
	color: var(--scd-text);
	font-size: 13px;
	margin: 13px 0 5px;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping p.scd-shipping-group-title {
	align-items: center;
	color: #4b5057;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	letter-spacing: .045em;
	line-height: 1.25;
	margin: 22px 0 8px;
	text-transform: uppercase;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping p.scd-shipping-group-title:first-child {
	margin-top: 9px;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping p.scd-shipping-group-title:after {
	background: var(--scd-line);
	content: '';
	flex: 1 1 auto;
	height: 1px;
	margin-left: 5px;
	min-width: 24px;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping p.scd-nova-poshta-title {
	color: var(--scd-danger);
}

body.scd-checkout-page .scd-form #simplecheckout_shipping p.scd-nova-poshta-title .scd-nova-poshta-logo {
	flex: 0 0 28px;
	height: 28px;
	margin-right: 2px;
	width: 28px;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping p.scd-shipping-group-title img {
	height: auto;
	margin: 0 3px 0 0;
	max-height: 28px;
	max-width: 34px;
	object-fit: contain;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping .radio,
body.scd-checkout-page .scd-form #simplecheckout_payment .radio {
	border-bottom: 1px solid var(--scd-line);
	margin: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping .radio:last-of-type,
body.scd-checkout-page .scd-form #simplecheckout_payment .radio:last-of-type {
	border-bottom: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping .radio label,
body.scd-checkout-page .scd-form #simplecheckout_payment .radio label {
	align-items: center;
	color: var(--scd-text);
	cursor: pointer;
	display: flex !important;
	font-size: 15px;
	gap: 11px;
	line-height: 1.35;
	min-height: 48px;
	padding: 10px 8px 10px 34px;
	position: relative;
	width: 100%;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping .radio label:hover,
body.scd-checkout-page .scd-form #simplecheckout_payment .radio label:hover {
	background: #fffbea;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping .radio input,
body.scd-checkout-page .scd-form #simplecheckout_payment .radio input {
	accent-color: var(--scd-red);
	left: 8px;
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

body.scd-checkout-page .scd-form #simplecheckout_shipping .radio.scd-selected label,
body.scd-checkout-page .scd-form #simplecheckout_payment .radio.scd-selected label {
	background: #fff8c9;
	box-shadow: inset 3px 0 0 var(--scd-red);
}

body.scd-checkout-page .scd-form #simplecheckout_payment .radio.scd-selected > [id^="uc_"] {
	display: block;
	min-height: 44px;
}

body.scd-checkout-page .scd-form #simplecheckout_payment [id^="uc_"] .prop_calc {
	margin-bottom: 10px;
	margin-top: 8px;
	max-width: 100%;
	min-width: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_payment [id^="uc_"] .prop_select {
	box-sizing: border-box;
	display: inline-flex !important;
	flex: 0 0 74px;
	max-width: 74px;
	min-width: 74px;
	position: relative;
	vertical-align: middle;
	width: 74px !important;
}

body.scd-checkout-page .scd-form #simplecheckout_payment [id^="uc_"] .prop_select select[id^="termInput"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%231a1918' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 8px center;
	background-repeat: no-repeat;
	background-size: 10px 7px;
	border: 1px solid var(--scd-line);
	border-radius: 7px;
	box-shadow: none;
	box-sizing: border-box;
	color: var(--scd-text);
	cursor: pointer;
	display: block;
	font-size: 14px;
	height: 40px;
	line-height: 1.2;
	max-width: 74px;
	min-width: 74px;
	padding: 6px 25px 6px 9px;
	width: 74px !important;
}

body.scd-checkout-page .scd-form #simplecheckout_payment [id^="uc_"] .prop_select select[id^="termInput"]:hover {
	border-color: #b8bdc4;
}

body.scd-checkout-page .scd-form #simplecheckout_payment [id^="uc_"] .prop_select select[id^="termInput"]:focus {
	border-color: var(--scd-text);
	box-shadow: 0 0 0 3px rgba(255, 224, 1, .28);
	outline: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping .form-group {
	background: var(--scd-soft);
	border-radius: 9px;
	box-sizing: border-box;
	margin: 9px 0;
	max-width: 100%;
	min-width: 0;
	overflow: visible;
	padding: 12px;
	width: 100%;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping_address fieldset,
body.scd-checkout-page .scd-form #simplecheckout_payment_address fieldset {
	border: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-group,
body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-group {
	align-items: center;
	display: grid;
	gap: 10px 14px;
	grid-template-columns: minmax(118px, 145px) minmax(0, 1fr);
	margin: 0 0 12px;
	min-width: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-group > label,
body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-group > label {
	justify-self: end;
	margin: 0;
	text-align: right;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-group:last-child,
body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-group:last-child {
	margin-bottom: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-group > label,
body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-group > div,
body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-group > label,
body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-group > div {
	box-sizing: border-box;
	float: none;
	min-width: 0;
	padding: 0;
	width: auto !important;
}

body.scd-checkout-page .scd-form .scd-popular-cities {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 14px;
	margin: 0 0 12px;
	padding: 0;
}

body.scd-checkout-page .scd-form .scd-city-with-popular:not(.npbm-address-row) {
	align-items: center;
	display: grid !important;
	grid-template-columns: clamp(145px, 17%, 170px) minmax(0, 1fr);
	grid-template-rows: auto auto;
}

body.scd-checkout-page .scd-form .scd-city-with-popular:not(.npbm-address-row) > .scd-popular-cities {
	grid-column: 2;
	grid-row: 1;
}

body.scd-checkout-page .scd-form .scd-city-with-popular:not(.npbm-address-row) > label {
	float: none;
	grid-column: 1;
	grid-row: 2;
	width: auto !important;
}

body.scd-checkout-page .scd-form .scd-city-with-popular:not(.npbm-address-row) > .scd-clearable-field {
	float: none;
	grid-column: 2;
	grid-row: 2;
	width: auto !important;
}

body.scd-checkout-page .scd-form .npbm-city-row.scd-city-with-popular > .scd-popular-cities {
	grid-column: 2 / 4;
	grid-row: 1;
	padding: 0;
}

body.scd-checkout-page .scd-form .npbm-city-row.scd-city-with-popular > label,
body.scd-checkout-page .scd-form .npbm-city-row.scd-city-with-popular > .npbm-city-input-holder {
	grid-row: 2;
}

body.scd-checkout-page .scd-form .scd-popular-cities-label {
	color: var(--scd-text);
	font-size: 14px;
	font-weight: 700;
}

body.scd-checkout-page .scd-form .scd-popular-city {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #8b9097;
	border-radius: 0;
	color: #646970;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.25;
	padding: 1px 0;
}

body.scd-checkout-page .scd-form .scd-popular-city:hover,
body.scd-checkout-page .scd-form .scd-popular-city:focus {
	border-bottom-color: var(--scd-red);
	color: var(--scd-red);
	outline: 0;
}

body.scd-checkout-page .scd-form .scd-popular-city.is-active {
	border-bottom-color: transparent;
	color: var(--scd-text);
	font-weight: 700;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .table-responsive {
	overflow: visible;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart {
	display: block;
	width: 100%;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart colgroup,
body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart thead {
	display: none;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart tbody {
	display: block;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart tbody tr {
	align-items: center;
	border-bottom: 1px solid var(--scd-line);
	display: grid;
	gap: 4px 12px;
	grid-template-columns: 68px minmax(0, 1fr) auto;
	padding: 15px 18px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td {
	border: 0;
	display: block !important;
	padding: 0;
	text-align: left;
	width: auto;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.image {
	grid-column: 1;
	grid-row: 1 / span 3;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.image img,
body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.name .image img {
	border-radius: 7px;
	height: auto;
	max-height: 64px;
	max-width: 64px;
	object-fit: contain;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.name div.image {
	display: none !important;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.name {
	font-size: 14px;
	font-weight: 600;
	grid-column: 2;
	grid-row: 1;
	line-height: 1.35;
	min-width: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.name a {
	color: var(--scd-text);
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.model {
	color: var(--scd-muted);
	font-size: 12px;
	grid-column: 2;
	grid-row: 2;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.model:before {
	content: 'Код: ';
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.quantity {
	grid-column: 2;
	grid-row: 3;
	min-width: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_cart td.quantity .input-group {
	align-items: stretch;
	border: 1px solid var(--scd-line);
	border-radius: 7px;
	display: inline-flex !important;
	flex: 0 0 98px;
	max-width: 98px !important;
	min-width: 98px;
	overflow: hidden;
	width: 98px !important;
}

body.scd-checkout-page .scd-form #simplecheckout_cart td.quantity .input-group-btn {
	display: flex;
	flex: 0 0 30px;
	width: auto;
}

body.scd-checkout-page .scd-form #simplecheckout_cart td.quantity .form-control {
	border: 0;
	border-left: 1px solid var(--scd-line);
	border-radius: 0;
	border-right: 1px solid var(--scd-line);
	box-shadow: none;
	font-variant-numeric: tabular-nums;
	flex: 0 0 36px !important;
	height: 32px;
	min-width: 0;
	padding: 3px 2px;
	text-align: center;
	font-weight: 600;
	width: 36px !important;
}

body.scd-checkout-page .scd-form #simplecheckout_cart td.quantity button[data-onclick] {
	align-items: center;
	background: var(--scd-soft) !important;
	border: 0 !important;
	border-radius: 0;
	box-shadow: none !important;
	color: var(--scd-text) !important;
	display: inline-flex;
	font-size: 13px;
	height: 32px;
	justify-content: center;
	margin: 0;
	min-width: 30px;
	padding: 0;
	width: 30px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart td.quantity button[data-onclick]:hover,
body.scd-checkout-page .scd-form #simplecheckout_cart td.quantity button[data-onclick]:focus {
	background: #fff8c9 !important;
	outline: 2px solid var(--scd-red);
	outline-offset: -2px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.price {
	display: none !important;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.total {
	align-items: flex-end;
	color: var(--scd-text);
	display: flex !important;
	flex-direction: column;
	font-size: 18px;
	font-weight: 700;
	grid-column: 3;
	grid-row: 1 / span 2;
	text-align: right;
	white-space: nowrap;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .scd-price-pair {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 1px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .scd-sale-label {
	background: #fff0f1;
	border-radius: 999px;
	color: var(--scd-danger);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .045em;
	line-height: 1;
	margin-bottom: 3px;
	padding: 4px 7px;
	text-transform: uppercase;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .scd-old-price {
	color: #858a90;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: line-through;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .scd-special-price {
	color: var(--scd-danger);
	font-size: 19px;
	font-weight: 750;
	line-height: 1.25;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .scd-payment-price {
	color: #555b62;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 4px;
	max-width: 155px;
	text-align: right;
	white-space: normal;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .scd-payment-price strong {
	color: var(--scd-text);
	font-size: 14px;
	white-space: nowrap;
}

body.scd-checkout-page .scd-form .scd-price-calculating {
	opacity: .48;
	transition: opacity .2s ease;
}

body.scd-checkout-page .scd-form .scd-price-updated {
	animation: scd-price-pulse .7s ease;
	border-radius: 6px;
}

@keyframes scd-price-pulse {
	0% {
		background-color: rgba(255, 224, 1, .32);
		box-shadow: 0 0 0 5px rgba(255, 224, 1, .14);
	}
	100% {
		background-color: transparent;
		box-shadow: 0 0 0 0 rgba(255, 224, 1, 0);
	}
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.remove {
	align-items: center;
	display: flex !important;
	grid-column: 3;
	grid-row: 3;
	justify-self: end;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.remove button[data-onclick="removeProduct"] {
	align-items: center;
	background: #fff !important;
	border: 1px solid var(--scd-line) !important;
	border-radius: 7px;
	box-shadow: none !important;
	color: #697078 !important;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	margin: 0;
	opacity: 1 !important;
	padding: 0;
	visibility: visible !important;
	width: 34px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .scd-trash-icon {
	fill: none;
	height: 18px;
	pointer-events: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 18px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.remove button[data-onclick="removeProduct"]:hover,
body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.remove button[data-onclick="removeProduct"]:focus {
	background: #fff0f1 !important;
	color: var(--scd-danger) !important;
	outline: 2px solid rgba(217, 35, 46, .22);
	outline-offset: -2px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.remove:empty {
	display: none !important;
}

body.scd-checkout-page .scd-form #simple_qplmin {
	border-color: var(--scd-line);
	margin: 0 !important;
}

body.scd-checkout-page .scd-form #simple_minus,
body.scd-checkout-page .scd-form #simple_plus {
	background: var(--scd-soft);
	color: var(--scd-text);
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart-total {
	align-items: center;
	border-bottom: 0;
	column-gap: 10px;
	display: grid;
	font-size: 14px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	padding: 6px 18px;
	text-align: left;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart-total-value {
	grid-column: 2;
	justify-self: end;
	text-align: right;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart-total-remove {
	grid-column: 3;
	justify-self: end;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart-total-remove.scd-empty-total-remove {
	display: none;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart-total:first-of-type {
	padding-top: 15px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .scd-cart-grand-total {
	border-top: 1px solid var(--scd-line);
	background: #fff8c9;
	font-size: 20px;
	font-weight: 700;
	margin-top: 9px;
	padding-bottom: 17px;
	padding-top: 13px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .scd-cart-subtotal {
	color: var(--scd-muted);
	padding-top: 14px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .scd-cart-grand-total .simplecheckout-cart-total-value {
	color: var(--scd-navy);
	font-size: 22px;
}

body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart-total-value {
	font-variant-numeric: tabular-nums;
	margin: 0;
	min-width: 0;
	white-space: nowrap;
}

body.scd-checkout-page .scd-form #simplecheckout_comment .checkout-heading {
	font-size: 16px;
	min-height: 52px;
}

body.scd-checkout-page .scd-form #simplecheckout_comment .simplecheckout-block-content {
	padding: 15px 18px !important;
}

body.scd-checkout-page .scd-form .simplecheckout-button-block {
	background: var(--scd-white);
	border: 1px solid var(--scd-line);
	border-radius: 12px;
	box-shadow: 0 5px 18px rgba(24, 28, 33, .05);
	margin: 0;
	overflow: visible;
	padding: 16px 18px;
}

body.scd-checkout-page .scd-form .simplecheckout-button-right {
	display: flex;
	float: none;
	flex-direction: column;
	gap: 10px;
	text-align: left;
	width: 100%;
}

body.scd-checkout-page .scd-form .simplecheckout-button-left {
	display: block;
	float: none;
	margin: 0 0 10px;
	width: 100%;
}

body.scd-checkout-page .scd-form #simplecheckout_button_back {
	background: #eef0f3;
	border: 1px solid #dde1e6;
	border-radius: 8px;
	box-shadow: none;
	color: #555b62;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	min-height: 44px;
	padding: 11px 16px;
	text-align: center;
	transition: background .15s ease, border-color .15s ease, color .15s ease;
	width: 100%;
}

body.scd-checkout-page .scd-form #simplecheckout_button_back:hover,
body.scd-checkout-page .scd-form #simplecheckout_button_back:focus {
	background: #e5e8ec;
	border-color: #d2d7dd;
	color: var(--scd-text);
	outline: 0;
}

body.scd-checkout-page .scd-form #simplecheckout_button_confirm,
body.scd-checkout-page .scd-form #simplecheckout_button_next,
body.scd-checkout-page .scd-form .simplecheckout-button-right > [data-payment-button="true"] {
	background: var(--scd-red);
	border: 0;
	border-radius: 9px;
	box-shadow: 0 5px 14px rgba(193, 168, 0, .26);
	color: var(--scd-text);
	cursor: pointer;
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 48px;
	padding: 15px 20px;
	text-align: center;
	transition: background .15s ease, transform .15s ease;
	text-decoration: none;
	width: 100%;
}

body.scd-checkout-page .scd-form #simplecheckout_button_confirm:hover,
body.scd-checkout-page .scd-form #simplecheckout_button_next:hover,
body.scd-checkout-page .scd-form .simplecheckout-button-right > [data-payment-button="true"]:hover {
	background: var(--scd-red-dark);
	transform: translateY(-1px);
}

body.scd-checkout-page .scd-form .scd-checkout-safety {
	align-items: center;
	color: var(--scd-muted);
	display: flex;
	font-size: 12px;
	gap: 7px;
	justify-content: center;
	margin-top: 10px;
	text-align: center;
}

body.scd-checkout-page .scd-form .scd-checkout-safety .fa {
	color: var(--scd-success);
}

body.scd-checkout-page .scd-form .simplecheckout-error-text,
body.scd-checkout-page .scd-form .simplecheckout-warning-text {
	color: var(--scd-danger-dark);
	font-size: 12px;
}

@media (prefers-reduced-motion: reduce) {
	body.scd-checkout-page .scd-form *,
	body.scd-checkout-page .scd-form *:before,
	body.scd-checkout-page .scd-form *:after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}

body.scd-checkout-page .scd-preview-banner {
	align-items: center;
	background: #fff7db;
	border: 1px solid #f1d374;
	border-radius: 10px;
	color: #5e4b09;
	display: flex;
	font-size: 14px;
	gap: 10px;
	justify-content: space-between;
	line-height: 1.45;
	margin-bottom: 18px;
	padding: 12px 15px;
}

body.scd-checkout-page .scd-preview-banner strong,
body.scd-checkout-page .scd-preview-banner div > span {
	display: block;
}

body.scd-checkout-page .scd-preview-badge {
	background: #5e4b09;
	border-radius: 999px;
	color: #fff;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .05em;
	padding: 5px 9px;
	text-transform: uppercase;
}

body.scd-checkout-page .scd-preview-hint {
	background: #f7f8fa;
	border-radius: 7px;
	color: var(--scd-muted);
	display: none;
	font-size: 12px;
	margin: 8px 18px 15px;
	padding: 9px 11px;
}

body.scd-checkout-page .scd-preview-hint.is-visible {
	display: block;
}

@media (max-width: 1199px) {
	body.scd-checkout-page .scd-form .scd-column-layout {
		grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
	}
}

@media (max-width: 991px) {
	body.scd-checkout-page .simple-content.scd-content {
		padding: 16px;
	}

	body.scd-checkout-page .scd-form .scd-column-layout {
		display: block !important;
	}

	body.scd-checkout-page .scd-form .simplecheckout-left-column,
	body.scd-checkout-page .scd-form .simplecheckout-right-column {
		width: 100% !important;
	}
}

@media (max-width: 600px) {
	body.scd-checkout-page .simple-content.scd-content {
		background: transparent;
		margin-left: -5px;
		margin-right: -5px;
		padding: 0;
	}

	body.scd-checkout-page .scd-checkout-intro {
		align-items: flex-start;
		display: block;
		margin: 0 2px 14px;
	}

	body.scd-checkout-page .scd-checkout-intro h2 {
		font-size: 23px;
	}

	body.scd-checkout-page .scd-reservation {
		margin-top: 9px;
		white-space: normal;
	}

	body.scd-checkout-page .scd-form .simplecheckout-block {
		border-radius: 10px;
		box-shadow: 0 3px 12px rgba(24, 28, 33, .04);
		margin-bottom: 12px;
	}

	body.scd-checkout-page .scd-form .checkout-heading,
	body.scd-checkout-page .scd-form .col-sm-12 .checkout-heading {
		font-size: 17px;
		min-height: 58px;
		padding: 12px 14px;
	}

	body.scd-checkout-page .scd-form .simplecheckout-block-content {
		padding: 14px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_customer .simplecheckout-block-content {
		display: block;
	}

	body.scd-checkout-page .scd-form #simplecheckout_customer .simplecheckout-block-content > fieldset {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_shipping .simplecheckout-block-content,
	body.scd-checkout-page .scd-form #simplecheckout_payment .simplecheckout-block-content {
		padding: 7px 12px 13px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_shipping_address .simplecheckout-block-content,
	body.scd-checkout-page .scd-form #simplecheckout_payment_address .simplecheckout-block-content {
		overflow: visible;
	}

	body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-group,
	body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-group[class*="col-"],
	body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-group,
	body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-group[class*="col-"] {
		box-sizing: border-box;
		display: block;
		float: none;
		grid-template-columns: minmax(0, 1fr);
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		width: 100% !important;
	}

	body.scd-checkout-page .scd-form .scd-city-with-popular:not(.npbm-address-row),
	body.scd-checkout-page .scd-form .npbm-city-row.scd-city-with-popular {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) !important;
		grid-template-rows: auto auto auto;
	}

	body.scd-checkout-page .scd-form .scd-city-with-popular:not(.npbm-address-row) > .scd-popular-cities,
	body.scd-checkout-page .scd-form .npbm-city-row.scd-city-with-popular > .scd-popular-cities {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	body.scd-checkout-page .scd-form .scd-city-with-popular:not(.npbm-address-row) > label,
	body.scd-checkout-page .scd-form .npbm-city-row.scd-city-with-popular > label {
		grid-column: 1 / -1;
		grid-row: 2;
	}

	body.scd-checkout-page .scd-form .scd-city-with-popular:not(.npbm-address-row) > .scd-clearable-field,
	body.scd-checkout-page .scd-form .npbm-city-row.scd-city-with-popular > .npbm-city-input-holder {
		grid-column: 1 / -1;
		grid-row: 3;
	}

	body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-group > label,
	body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-group > div,
	body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-group > label,
	body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-group > div {
		box-sizing: border-box;
		float: none;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		width: 100% !important;
	}

	body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-group > label,
	body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-group > label {
		justify-self: stretch;
		margin-bottom: 6px;
		text-align: left;
	}

	body.scd-checkout-page .scd-form .scd-required-note {
		text-align: left;
	}

	body.scd-checkout-page .scd-form #simplecheckout_shipping_address .form-control,
	body.scd-checkout-page .scd-form #simplecheckout_payment_address .form-control {
		max-width: 100%;
		width: 100%;
	}

	body.scd-checkout-page .scd-form .scd-clearable-field {
		max-width: 100%;
		width: 100% !important;
	}

	body.scd-checkout-page .scd-form .scd-popular-cities {
		gap: 6px 12px;
		margin-bottom: 10px;
		padding: 0;
	}

	body.scd-checkout-page .scd-form .scd-popular-cities-label {
		font-size: 13px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_shipping .radio label,
	body.scd-checkout-page .scd-form #simplecheckout_payment .radio label {
		color: #111;
		font-size: 14px;
		font-weight: 500;
		min-height: 50px;
		padding-right: 5px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_shipping p.scd-shipping-group-title {
		font-size: 12px;
		letter-spacing: .035em;
		margin-top: 18px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart tbody tr {
		gap: 4px 9px;
		grid-template-columns: 58px minmax(0, 1fr) auto;
		padding: 13px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.image img {
		max-height: 54px;
		max-width: 54px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.name {
		font-size: 13px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.total {
		font-size: 16px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_cart .scd-payment-price {
		max-width: 140px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart-total {
		padding-left: 14px;
		padding-right: 14px;
	}

	body.scd-checkout-page .scd-form #simplecheckout_button_confirm,
	body.scd-checkout-page .scd-form #simplecheckout_button_next,
	body.scd-checkout-page .scd-form .simplecheckout-button-right > [data-payment-button="true"] {
		font-size: 16px;
		padding: 14px 16px;
	}

	body.scd-checkout-page .scd-preview-banner {
		align-items: flex-start;
		border-radius: 8px;
		font-size: 12px;
		margin-bottom: 14px;
		padding: 10px 12px;
	}

	body.scd-checkout-page .scd-preview-badge {
		font-size: 10px;
	}
}

@media (max-width: 390px) {
	body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart tbody tr {
		grid-template-columns: 52px minmax(0, 1fr);
	}

	body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.image {
		grid-row: 1 / span 2;
	}

	body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.total {
		grid-column: 2;
		grid-row: 3;
		justify-self: start;
		text-align: left;
	}

	body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.quantity {
		grid-row: 4;
	}

	body.scd-checkout-page .scd-form #simplecheckout_cart .simplecheckout-cart td.remove {
		grid-column: 2;
		grid-row: 4;
	}
}
