:root {
	--wcvc-bg: #f3f3f3;
	--wcvc-surface: #ffffff;
	--wcvc-sidebar-surface: #efefef;
	--wcvc-border: #d7d7d7;
	--wcvc-text: #181818;
	--wcvc-muted: #7a7a7a;
	--wcvc-disabled-bg: #ececec;
	--wcvc-disabled-text: #9b9b9b;
	--wcvc-accent: #f4a000;
	--wcvc-button: #1f1f1f;
	--wcvc-sidebar-width: 365px;
}

body.woocommerce-checkout,
body.woocommerce-checkout .site,
body.woocommerce-checkout .site-content,
body.woocommerce-checkout .content-area,
body.woocommerce-checkout .woocommerce,
.wcvc-elementor-skin {
	background: var(--wcvc-bg);
}

body.woocommerce-checkout .woocommerce {
	max-width: 1380px;
	margin: 0 auto;
	padding: 22px;
	box-sizing: border-box;
}

.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon {
	display: none !important;
}

.wcvc-checkout-form,
.wcvc-checkout-form * {
	box-sizing: border-box;
}

.wcvc-checkout-form svg,
.wcvc-checkout-form svg * {
	transform: none !important;
}

.wcvc-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) var(--wcvc-sidebar-width);
	gap: 34px;
	align-items: start;
}

.wcvc-main {
	min-width: 0;
}

.wcvc-sidebar {
	position: sticky;
	top: 20px;
}

.wcvc-step {
	display: block;
	margin-bottom: 22px;
	border: 1px solid transparent;
	transition: background .2s ease, border-color .2s ease, opacity .2s ease;
}

.wcvc-step__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
}

.wcvc-step__header-main {
	min-width: 0;
}

.wcvc-step__header-side {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	min-width: 170px;
}

.wcvc-step__title {
	margin: 0;
	font-size: 30px;
	line-height: 1.05;
	font-weight: 800;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--wcvc-text);
}

.wcvc-step__meta {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.wcvc-step__meta--saved {
	display: none;
}

.wcvc-step__meta-row {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.wcvc-step__counter {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #666;
	white-space: nowrap;
}

.wcvc-step__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	min-width: 14px;
	min-height: 14px;
	max-width: 14px;
	max-height: 14px;
}

.wcvc-step__check svg {
	display: block;
	width: 14px;
	height: 14px;
}

.wcvc-step__check svg circle {
	fill: #18c15f;
}

.wcvc-step__check svg path {
	fill: #ffffff;
}

.wcvc-step__modify {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	background: transparent;
	color: #111;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	text-decoration: underline;
	cursor: pointer;
	transition: all .2s ease;
	box-shadow: none;
}

.wcvc-step__modify:hover,
.wcvc-step__modify:focus {
	text-decoration: underline;
	outline: none;
	box-shadow: none;
}

.wcvc-step__saved-summary {
	display: none;
	margin-bottom: 6px;
}

.wcvc-summary-item {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.45;
	color: #888;
}

.wcvc-summary-item:last-child {
	margin-bottom: 0;
}

.wcvc-summary-item__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	min-width: 18px;
	line-height: 1;
	flex: 0 0 auto;
}

.wcvc-summary-item__icon img,
.wcvc-summary-item__icon svg {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

.wcvc-summary-item__text {
	min-width: 0;
	word-break: break-word;
}

.wcvc-step__content {
	display: none;
}

.wcvc-step.is-active .wcvc-step__content {
	display: block !important;
}

.wcvc-step.is-saved .wcvc-step__content,
.wcvc-step.is-locked .wcvc-step__content {
	display: none !important;
}

.wcvc-step.is-saved #wcvc-step1-meta-default,
.wcvc-step.is-saved #wcvc-step2-meta-default {
	display: none !important;
}

.wcvc-step.is-saved #wcvc-step1-meta-saved,
.wcvc-step.is-saved #wcvc-step2-meta-saved {
	display: inline-flex !important;
}

.wcvc-step.is-saved #wcvc-step1-summary,
.wcvc-step.is-saved #wcvc-step2-summary {
	display: block !important;
}

.wcvc-step:not(.is-saved) #wcvc-step1-meta-default,
.wcvc-step:not(.is-saved) #wcvc-step2-meta-default {
	display: inline-flex;
}

.wcvc-step:not(.is-saved) #wcvc-step1-meta-saved,
.wcvc-step:not(.is-saved) #wcvc-step2-meta-saved {
	display: none;
}

.wcvc-step:not(.is-saved) #wcvc-step1-summary,
.wcvc-step:not(.is-saved) #wcvc-step2-summary {
	display: none;
}

.wcvc-step.is-locked {
	background: var(--wcvc-disabled-bg);
	border-color: var(--wcvc-disabled-bg);
	padding: 24px 22px;
}

.wcvc-step.is-locked .wcvc-step__header {
	margin-bottom: 0;
}

.wcvc-step.is-locked .wcvc-step__title,
.wcvc-step.is-locked .wcvc-step__counter {
	color: var(--wcvc-disabled-text);
}

.wcvc-step.is-active,
.wcvc-step.is-saved {
	background: transparent;
	border-color: transparent;
	padding: 0;
}

.wcvc-step.is-active .wcvc-step__header,
.wcvc-step.is-saved .wcvc-step__header {
	margin-bottom: 24px;
}

.wcvc-section-title {
	margin: 0 0 14px;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 800;
	letter-spacing: 0.24em;
	text-transform: uppercase;
	color: var(--wcvc-text);
}

.wcvc-section-title--no-margin {
	margin: 0;
}

.wcvc-field-wrap,
.wcvc-fields-area,
.wcvc-fields-grid,
.wcvc-checkout-form .form-row {
	width: 100%;
}

.wcvc-field-wrap--country-main {
	max-width: 420px;
	margin-bottom: 34px;
}

.wcvc-fields-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 24px;
}

.wcvc-fields-grid--1 {
	grid-template-columns: 1fr;
}

.wcvc-checkout-form .form-row {
	margin: 0 0 16px;
	float: none;
	clear: none;
}

.wcvc-checkout-form label {
	display: block;
	margin: 0 0 7px;
	font-size: 13px;
	line-height: 1.4;
	font-weight: 600;
	color: var(--wcvc-text);
}

.wcvc-checkout-form input.input-text,
.wcvc-checkout-form input[type="email"],
.wcvc-checkout-form select,
.wcvc-checkout-form textarea {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 14px;
	border: 1px solid #bfc5ca;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	line-height: 1.2;
	color: var(--wcvc-text);
	box-shadow: none;
	appearance: none;
	-webkit-appearance: none;
}

.wcvc-checkout-form select {
	padding-right: 40px;
	background-image:
		linear-gradient(45deg, transparent 50%, #7e7e7e 50%),
		linear-gradient(135deg, #7e7e7e 50%, transparent 50%);
	background-position:
		calc(100% - 20px) calc(50% - 3px),
		calc(100% - 14px) calc(50% - 3px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
}

.wcvc-checkout-form textarea {
	height: 80px;
	padding: 10px 14px;
	resize: vertical;
}

.wcvc-checkout-form input.input-text:focus,
.wcvc-checkout-form input[type="email"]:focus,
.wcvc-checkout-form select:focus,
.wcvc-checkout-form textarea:focus {
	outline: none;
	border-color: #9fa7ad;
	box-shadow: none;
}

.wcvc-invalid {
	border-color: #d63638 !important;
}

.wcvc-postcode-loading input,
.wcvc-postcode-loading select {
	background-image:
		linear-gradient(45deg, transparent 50%, #7e7e7e 50%),
		linear-gradient(135deg, #7e7e7e 50%, transparent 50%);
	opacity: .8;
}

.wcvc-address-view {
	display: block;
}

.wcvc-address-selected {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 1.5;
	color: #5d5d5d;
}

.wcvc-address-selected__dot {
	width: 12px;
	height: 12px;
	border: 3px solid var(--wcvc-accent);
	border-radius: 50%;
	flex: 0 0 auto;
}

.wcvc-address-selected__name {
	font-weight: 700;
	color: var(--wcvc-text);
}

.wcvc-address-selected__text {
	color: #5d5d5d;
}

.wcvc-inline-edit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid transparent;
	background: transparent;
	font-size: 14px;
	line-height: 1.2;
	color: var(--wcvc-accent);
	cursor: pointer;
	text-decoration: none;
	transition: all .2s ease;
	box-shadow: none;
}

.wcvc-inline-edit:hover,
.wcvc-inline-edit:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.wcvc-add-address-wrap {
	margin-bottom: 28px;
}

.wcvc-add-address {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid #2a2a2a;
	border-radius: 4px;
	background: #fff;
	font-size: 14px;
	line-height: 1.2;
	color: #444;
	cursor: pointer;
	text-decoration: none;
	transition: all .2s ease;
	box-shadow: none;
}

.wcvc-add-address:hover,
.wcvc-add-address:focus {
	background: #f7f7f7;
	color: #444;
	border-color: #2a2a2a;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.wcvc-address-form {
	display: none;
	margin-top: 18px;
	margin-bottom: 22px;
}

.wcvc-company-help {
	margin: -2px 0 16px;
	font-size: 13px;
	line-height: 1.5;
	color: #7d7d7d;
}

.wcvc-address-form-actions {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
}

.wcvc-step__actions {
	margin-top: 10px;
}

.wcvc-btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 40px;
	padding: 0 16px;
	border: 1px solid transparent;
	border-radius: 6px;
	background: #1f1f1f;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	transition: all .2s ease;
	box-shadow: none;
	vertical-align: middle;
	white-space: nowrap;
}

.wcvc-btn-primary:hover,
.wcvc-btn-primary:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.wcvc-btn-text {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.wcvc-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex: 0 0 auto;
	vertical-align: middle;
}

.wcvc-btn-icon img,
.wcvc-btn-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.wcvc-btn-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	line-height: 1;
	flex: 0 0 auto;
}

.wcvc-btn-light {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 16px;
	border: 1px solid #2a2a2a;
	border-radius: 4px;
	background: #fff;
	color: #444;
	font-size: 14px;
	cursor: pointer;
	transition: all .2s ease;
	box-shadow: none;
	text-decoration: none;
}

.wcvc-btn-light:hover,
.wcvc-btn-light:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.wcvc-info-box {
	margin-bottom: 14px;
	padding: 14px 16px;
	background: #cdeffa;
	border: 1px solid #b7e6f6;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.55;
	color: #14607e;
}

.wcvc-transport-note {
	margin-top: 20px;
}

.wcvc-note-count {
	margin-top: 6px;
	font-size: 13px;
	color: #666;
}

.wcvc-shipping-methods-wrap {
	position: relative;
}

.wcvc-shipping-methods-wrap.wcvc-is-loading {
	opacity: .65;
	pointer-events: none;
}

.wcvc-shipping-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 12px 0 0;
}

.wcvc-shipping-option {
	display: flex;
	align-items: stretch;
	padding: 12px 14px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	transition: all .2s ease;
	position: relative;
}

.wcvc-shipping-option:hover {
	border-color: #bdbdbd;
}

.wcvc-shipping-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.wcvc-shipping-option__content {
	display: flex;
	flex-direction: column;
	gap: 3px;
	width: 100%;
	min-width: 0;
}

.wcvc-shipping-option__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	width: 100%;
}

.wcvc-shipping-option__top-left {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
	flex: 1 1 auto;
}

.wcvc-shipping-option__radio {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	min-width: 16px;
	border: 1px solid #b9b9b9;
	border-radius: 50%;
	background: #fff;
	flex: 0 0 auto;
}

.wcvc-shipping-option__radio::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #1f1f1f;
	transform: translate(-50%, -50%) scale(0);
	transition: transform .2s ease;
}

.wcvc-shipping-option.is-selected {
	border-color: #1f1f1f;
}

.wcvc-shipping-option.is-selected .wcvc-shipping-option__radio {
	border-color: #1f1f1f;
}

.wcvc-shipping-option.is-selected .wcvc-shipping-option__radio::after {
	transform: translate(-50%, -50%) scale(1);
}

.wcvc-shipping-option__title {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	color: #1b1b1b;
	min-width: 0;
	word-break: break-word;
}

.wcvc-shipping-option__price {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
	color: #1b1b1b;
	white-space: nowrap;
	flex: 0 0 auto;
}

.wcvc-shipping-option__meta {
	font-size: 12px;
	line-height: 1.35;
	color: #7a7a7a;
	padding-left: 26px;
}

.wcvc-billing-preview {
	margin-bottom: 22px;
	font-size: 14px;
	line-height: 1.55;
	color: #7a7a7a;
}

.wcvc-billing-preview__line {
	margin-bottom: 4px;
}

.wcvc-cpf-wrap {
	max-width: 420px;
	margin-bottom: 20px;
}

.wcvc-cpf-help {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #8a8a8a;
}

#wcvc-payment-disabled-message {
	padding: 12px 14px;
	border: 1px dashed #c8c8c8;
	background: #f7f7f7;
	color: #666;
	font-size: 14px;
	margin-bottom: 18px;
}

.wcvc-payment-area.is-disabled {
	opacity: .45;
	pointer-events: none;
}

.wcvc-sidebar-box {
	background: #efefef;
	border: 1px solid #d7d7d7;
	margin-bottom: 18px;
}

.wcvc-sidebar-box__header {
	padding: 18px 20px;
	border-bottom: 1px solid #d7d7d7;
}

.wcvc-sidebar-box__header h3 {
	margin: 0;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 800;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	color: var(--wcvc-text);
}

.wcvc-cart-items {
	padding: 14px 20px 18px;
}

.wcvc-cart-item {
	display: grid;
	grid-template-columns: 76px minmax(0, 1fr);
	gap: 16px;
	margin-bottom: 18px;
}

.wcvc-cart-item:last-child {
	margin-bottom: 0;
}

.wcvc-cart-item__image {
	position: relative;
}

.wcvc-cart-item__image img {
	display: block;
	width: 72px;
	height: auto;
}

.wcvc-cart-item__content {
	min-width: 0;
}

.wcvc-cart-item__top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 6px;
}

.wcvc-cart-item__name {
	min-width: 0;
	font-size: 14px;
	line-height: 1.45;
	color: var(--wcvc-text);
	word-break: break-word;
}

.wcvc-cart-item__name a {
	color: inherit;
	text-decoration: none;
}

.wcvc-cart-item__name a:hover,
.wcvc-cart-item__name a:focus {
	color: inherit;
	text-decoration: none;
}

.wcvc-cart-item__remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	min-width: 24px;
	border: 0;
	background: transparent;
	color: #1f1f1f;
	text-decoration: none;
	line-height: 1;
	flex: 0 0 auto;
}

.wcvc-cart-item__remove:hover,
.wcvc-cart-item__remove:focus {
	text-decoration: none;
	color: #1f1f1f;
}

.wcvc-cart-item__remove-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-size: 18px;
}

.wcvc-cart-item__remove-icon img,
.wcvc-cart-item__remove-icon svg {
	display: block;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.wcvc-cart-item__price-line {
	font-size: 13px;
	color: #8a8a8a;
}

.wcvc-cart-item__price {
	font-size: 14px;
	font-weight: 800;
	color: var(--wcvc-text);
}

.wcvc-summary-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 0 20px;
	margin: 14px 0;
	font-size: 14px;
	color: var(--wcvc-text);
}

.wcvc-summary-line--coupon {
	align-items: flex-start;
}

.wcvc-summary-line__label,
.wcvc-summary-line__value {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.wcvc-summary-line__value {
	justify-content: flex-end;
	text-align: right;
}

.wcvc-summary-line__discount {
	font-weight: 700;
}

.wcvc-remove-coupon {
	display: inline-flex;
	align-items: center;
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.wcvc-remove-coupon:hover,
.wcvc-remove-coupon:focus {
	text-decoration: underline;
	color: inherit;
}

.wcvc-summary-line--coupon-description {
	justify-content: flex-start;
}

.wcvc-summary-line--coupon-description span {
	color: #666;
	font-size: 13px;
	line-height: 1.5;
}

.wcvc-summary-divider {
	height: 1px;
	margin: 14px 20px;
	background: #cacaca;
}

.wcvc-summary-line--total {
	font-size: 16px;
	font-weight: 800;
}

.wcvc-help-text {
	padding: 0 20px 18px;
	font-size: 14px;
	line-height: 1.8;
	color: #414141;
}

.wcvc-help-text a {
	color: #7e8fa3;
	text-decoration: underline;
}

.wcvc-empty,
.wcvc-empty-block {
	padding: 10px 0;
	font-size: 14px;
	color: #666;
}

/* =========================================================
   PAGAMENTO: apenas radio + título + logo na mesma linha
========================================================= */

.wcvc-payment-area ul.payment_methods,
.wcvc-payment-area ul.wc_payment_methods {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wcvc-payment-area ul.payment_methods > li,
.wcvc-payment-area ul.wc_payment_methods > li,
.wcvc-payment-area .wc_payment_method {
	position: relative;
	margin: 0 0 12px;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.wcvc-payment-area ul.payment_methods > li > input[type="radio"],
.wcvc-payment-area ul.wc_payment_methods > li > input[type="radio"],
.wcvc-payment-area .wc_payment_method > input[type="radio"] {
	position: absolute !important;
	top: 24px !important;
	left: 18px !important;
	margin: 0 !important;
	transform: none !important;
	z-index: 4;
}

.wcvc-payment-area ul.payment_methods > li > label,
.wcvc-payment-area ul.wc_payment_methods > li > label,
.wcvc-payment-area .wc_payment_method > label {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
	min-height: 72px;
	margin: 0 !important;
	padding: 18px 18px 18px 46px !important;
	gap: 12px;
	box-sizing: border-box;
	cursor: pointer;
}

.wcvc-payment-area ul.payment_methods > li > label > img,
.wcvc-payment-area ul.wc_payment_methods > li > label > img,
.wcvc-payment-area .wc_payment_method > label > img,
.wcvc-payment-area ul.payment_methods > li > label img,
.wcvc-payment-area ul.wc_payment_methods > li > label img,
.wcvc-payment-area .wc_payment_method > label img {
	display: block !important;
	max-height: 34px !important;
	width: auto !important;
	margin-left: auto !important;
	flex: 0 0 auto !important;
}

.wcvc-payment-area ul.payment_methods > li > .payment_box,
.wcvc-payment-area ul.wc_payment_methods > li > .payment_box,
.wcvc-payment-area .wc_payment_method > .payment_box {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 14px 14px 14px !important;
	border: 0 !important;
	background: transparent !important;
}

.wcvc-payment-area .payment_box::before {
	display: none !important;
}

@media (max-width: 1024px) {
	.wcvc-layout {
		grid-template-columns: 1fr;
	}

	.wcvc-sidebar {
		position: static;
	}

	.wcvc-fields-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.woocommerce-checkout .woocommerce {
		padding: 14px;
	}

	.wcvc-step__header {
		flex-direction: column;
		gap: 10px;
	}

	.wcvc-step__header-side {
		width: 100%;
		align-items: flex-start;
		gap: 10px;
		min-width: 0;
	}

	.wcvc-step__meta {
		align-items: flex-start;
	}

	.wcvc-step__title {
		font-size: 24px;
	}

	.wcvc-delivery-tabs {
		width: 100%;
		grid-template-columns: 1fr;
	}

	.wcvc-delivery-tab {
		width: 100%;
		min-width: 0;
	}

	.wcvc-delivery-tab + .wcvc-delivery-tab {
		border-left: 0;
		border-top: 1px solid #cfd4d8;
	}

	.wcvc-address-form-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.wcvc-shipping-option__top {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.wcvc-shipping-option__top-left {
		width: 100%;
	}

	.wcvc-shipping-option__meta {
		padding-left: 26px;
	}

	.wcvc-cart-item {
		grid-template-columns: 64px minmax(0, 1fr);
		gap: 12px;
	}

	.wcvc-cart-item__image img {
		width: 60px;
	}

	.wcvc-summary-line {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.wcvc-summary-line__value {
		justify-content: flex-start;
		text-align: left;
	}

	.wcvc-payment-area ul.payment_methods > li > input[type="radio"],
	.wcvc-payment-area ul.wc_payment_methods > li > input[type="radio"],
	.wcvc-payment-area .wc_payment_method > input[type="radio"] {
		top: 21px !important;
		left: 14px !important;
	}

	.wcvc-payment-area ul.payment_methods > li > label,
	.wcvc-payment-area ul.wc_payment_methods > li > label,
	.wcvc-payment-area .wc_payment_method > label {
		min-height: 64px;
		padding: 16px 14px 16px 40px !important;
	}

	.wcvc-payment-area ul.payment_methods > li > label > img,
	.wcvc-payment-area ul.wc_payment_methods > li > label > img,
	.wcvc-payment-area .wc_payment_method > label > img,
	.wcvc-payment-area ul.payment_methods > li > label img,
	.wcvc-payment-area ul.wc_payment_methods > li > label img,
	.wcvc-payment-area .wc_payment_method > label img {
		max-height: 28px !important;
	}
}