body.woocommerce-cart .cart-container {
	padding-top: 46px;
	padding-bottom: 58px;
}

body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-error.message-wrapper {
	margin: 0 0 24px;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .message-container.alert-color {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin: 0 auto 18px !important;
	padding: 14px 24px !important;
	border: 1px solid #ead0d9 !important;
	border-left: 4px solid #c65d84 !important;
	border-radius: 8px;
	background: #fff7fa !important;
	box-shadow: 0 8px 24px rgba(58, 24, 35, .06);
	color: #3a1823 !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

body.woocommerce-cart .woocommerce-error {
	list-style: none;
}

body.woocommerce-cart .woocommerce-error li {
	margin: 0;
}

body.woocommerce-cart .woocommerce-message a,
body.woocommerce-cart .woocommerce-info a,
body.woocommerce-cart .woocommerce-error a,
body.woocommerce-cart .message-container.alert-color a {
	color: #c65d84;
	font-weight: 700;
	text-decoration: none;
}

body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-cart .message-container.alert-color::before {
	content: "\f05a";
	margin-right: 10px;
	color: #c65d84;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

body.woocommerce-cart .message-container.alert-color .icon-close {
	display: none;
}

body.woocommerce-cart .message-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	margin: 0 auto 18px !important;
	padding: 14px 24px !important;
	border: 1px solid #ead0d9 !important;
	border-left: 4px solid #c65d84 !important;
	border-radius: 8px;
	background: #fff7fa !important;
	box-shadow: 0 8px 24px rgba(58, 24, 35, .06);
	color: #3a1823 !important;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

body.woocommerce-cart .message-wrapper .message-container {
	display: inline !important;
	min-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none;
	color: inherit !important;
	font: inherit;
	text-align: inherit;
}

body.woocommerce-cart .message-wrapper .message-container::before {
	display: none;
}

body.woocommerce-cart .message-wrapper::before {
	content: "\f05a";
	margin-right: 10px;
	color: #c65d84;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

body.woocommerce-cart .woocommerce-error.message-wrapper {
	list-style: none;
}

body.woocommerce-cart .checkout-breadcrumbs {
	margin: 0 0 42px;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.woocommerce-cart .checkout-breadcrumbs a,
body.woocommerce-cart .checkout-breadcrumbs span {
	color: #2a2a2a;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 500;
}

body.woocommerce-cart .checkout-breadcrumbs .breadcrumb-step {
	width: 32px;
	height: 32px;
	margin-right: 14px;
	border-radius: 999px;
	background: #c65d84;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
}

body.woocommerce-cart .checkout-breadcrumbs a:not(.current),
body.woocommerce-cart .checkout-breadcrumbs a:not(.current) .breadcrumb-step {
	opacity: .28;
}

body.woocommerce-cart .woocommerce.row.row-large {
	align-items: flex-start;
}

body.woocommerce-cart .woocommerce-cart-form__contents thead {
	display: none !important;
}

body.woocommerce-cart .shop_table.cart {
	width: calc(100% - 94px);
	padding: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: auto;
}

body.woocommerce-cart .shop_table.cart .cart_item td {
	padding: 0 12px 30px;
	border-bottom: 1px solid #ededed;
	vertical-align: middle;
}

body.woocommerce-cart .shop_table.cart td.product-remove {
	width: 42px;
	padding-left: 0;
}

body.woocommerce-cart .shop_table.cart a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid #d9d9d9;
	border-radius: 999px;
	color: #a4a4a4 !important;
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
}

body.woocommerce-cart .shop_table.cart a.remove:hover {
	background: #fafafa;
	color: #c65d84 !important;
}

body.woocommerce-cart .shop_table.cart td.product-thumbnail {
	width: 82px;
	min-width: 82px;
}

body.woocommerce-cart .shop_table.cart td.product-thumbnail img {
	display: block;
	width: 76px !important;
	min-width: 76px !important;
	max-width: 76px !important;
	height: 106px !important;
	margin: 0 auto;
	object-fit: contain;
	border: 0;
	border-radius: 0;
	background: #f7f7f7;
}

body.woocommerce-cart .shop_table.cart td.product-name {
	width: 220px;
	min-width: 220px;
	padding-left: 12px;
	padding-right: 12px;
}

body.woocommerce-cart .shop_table.cart td.product-name a {
	color: #3a1823;
	font-size: 18px;
	font-weight: 700;
	text-transform: none;
}

body.woocommerce-cart .ff-cart-item-code {
	margin-top: 16px;
	color: #9a9a9a;
	font-size: 15px;
	font-weight: 600;
}

body.woocommerce-cart .ff-cart-item-stock {
	display: flex;
	align-items: center;
	gap: 9px;
	margin-top: 10px;
	color: #3f3f3f;
	font-size: 15px;
	font-weight: 600;
}

body.woocommerce-cart .ff-cart-item-stock span {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	background: #31bd28;
}

body.woocommerce-cart .shop_table.cart td.product-price,
body.woocommerce-cart .shop_table.cart td.product-subtotal {
	color: #1d1d1f;
	font-size: 17px;
	font-weight: 700;
	white-space: nowrap;
}

body.woocommerce-cart .shop_table.cart td.product-price,
body.woocommerce-cart .shop_table.cart thead th.product-price {
	width: 90px;
}

body.woocommerce-cart .shop_table.cart td.product-quantity,
body.woocommerce-cart .shop_table.cart thead th.product-quantity {
	width: 124px;
}

body.woocommerce-cart .shop_table.cart td.product-subtotal,
body.woocommerce-cart .shop_table.cart thead th.product-subtotal {
	width: 112px;
	padding-right: 0;
	text-align: right;
}

body.woocommerce-cart .shop_table.cart .quantity.buttons_added {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 118px;
	height: 48px;
	border: 1px solid #dedede;
	background: #fff;
}

body.woocommerce-cart .shop_table.cart .quantity .button,
body.woocommerce-cart .shop_table.cart .quantity .qty {
	height: 100%;
	min-height: 0;
	margin: 0;
	border: 0;
	background: transparent;
	box-shadow: none !important;
	color: #1d1d1f;
	font-size: 18px;
	line-height: 1;
}

body.woocommerce-cart .shop_table.cart .quantity .button {
	width: 38px;
	padding: 0;
}

body.woocommerce-cart .shop_table.cart .quantity .qty {
	width: 54px;
	padding: 0;
	text-align: center;
	font-weight: 700;
}

body.woocommerce-cart .shop_table.cart td.actions {
	padding: 34px 0 0;
	border: 0;
	text-align: left !important;
}

body.woocommerce-cart .shop_table.cart button[name="update_cart"] {
	display: none !important;
}

body.woocommerce-cart .ff-empty-cart-button {
	float: none !important;
	min-width: 220px;
	min-height: 54px;
	margin: 0;
	border: 1px solid #dedede;
	border-radius: 0;
	background: #fff !important;
	color: #252525;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .02em;
}

body.woocommerce-cart form input[name="wcj_empty_cart"],
body.woocommerce-cart div:has(> form input[name="wcj_empty_cart"]) {
	display: none !important;
}

body.woocommerce-cart .cart-collaterals {
	padding-left: 48px;
	border-left: 0 !important;
}

body.woocommerce-cart .woocommerce.row.row-large > .large-5,
body.woocommerce-cart .woocommerce.row.row-large > .large-7,
body.woocommerce-cart .cart-container .large-5,
body.woocommerce-cart .cart-container .large-7 {
	border-left: 0 !important;
	border-right: 0 !important;
}

body.woocommerce-cart .cart-sidebar.col-inner {
	padding: 36px 32px;
	border: 1px solid #dfdfdf;
	background: #fff;
}

body.woocommerce-cart .cart_totals {
	font-size: 16px;
}

body.woocommerce-cart .cart_totals h2 {
	display: none;
}

body.woocommerce-cart .cart_totals table {
	margin-bottom: 24px;
}

body.woocommerce-cart .cart_totals table th,
body.woocommerce-cart .cart_totals table td {
	padding: 18px 0;
	border-bottom: 1px solid #e7e7e7;
	color: #1d1d1f;
	font-size: 17px;
	font-weight: 700;
	text-transform: none;
}

body.woocommerce-cart .cart_totals .cart-subtotal th,
body.woocommerce-cart .cart_totals .shipping th,
body.woocommerce-cart .cart_totals .order-total th {
	text-transform: uppercase;
}

body.woocommerce-cart .cart_totals .shipping__table th {
	display: block !important;
	padding: 10px 0 16px;
	border: 0;
	font-size: 17px !important;
	text-align: left;
	text-transform: uppercase;
}

body.woocommerce-cart .cart_totals .shipping__table td {
	display: block;
	padding: 0;
	border: 0;
}

body.woocommerce-cart .cart_totals .shipping__list_item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 8px;
	padding: 18px 16px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

body.woocommerce-cart .cart_totals .shipping__list_item label {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	color: #4a4a4a;
	font-size: 16px;
	font-weight: 700;
}

body.woocommerce-cart .cart_totals .woocommerce-shipping-destination {
	margin: 14px 0 24px;
	color: #898989;
	font-size: 14px;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
	padding-top: 24px;
	border-bottom: 0;
	font-size: 18px;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	margin-top: 22px;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
	border-radius: 4px;
	background: #c65d84 !important;
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: .03em;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
	background: #b84f78 !important;
}

body.woocommerce-cart .checkout_coupon {
	display: none;
}

body.woocommerce-cart .cross-sells {
	position: relative;
	width: 100%;
	margin-top: 38px;
	padding: 30px 42px 34px;
	border: 1px solid #ececec;
	background: #fff;
}

body.woocommerce-cart .cross-sells h2 {
	margin-bottom: 28px;
	color: #3a1823;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}

body.woocommerce-cart .cross-sells h2::before {
	content: "\f004";
	margin-right: 8px;
	color: #c9a0aa;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

body.woocommerce-cart .cross-sells::before,
body.woocommerce-cart .cross-sells::after {
	display: none;
}

body.woocommerce-cart .cross-sells::before {
	left: 22px;
	content: "\f104";
}

body.woocommerce-cart .cross-sells::after {
	right: 22px;
	content: "\f105";
}

body.woocommerce-cart .cross-sells .products,
body.woocommerce-cart .cross-sells .row {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	align-items: start;
}

body.woocommerce-cart .cross-sells .product-small,
body.woocommerce-cart .cross-sells .product-small.col {
	width: auto !important;
	max-width: none !important;
	flex-basis: auto !important;
	padding: 0 !important;
}

body.woocommerce-cart .cross-sells .product-small .box-image {
	width: 118px !important;
	max-width: 118px;
	margin: 0 auto 16px;
}

body.woocommerce-cart .cross-sells .product-small .box-text {
	display: block !important;
	padding: 0;
	font-size: 15px;
	text-align: center;
}

body.woocommerce-cart .cross-sells .product-small .button {
	display: none !important;
}

body.woocommerce-cart .cross-sells .badge-container,
body.woocommerce-cart .cross-sells .out-of-stock-label,
body.woocommerce-cart .cross-sells .box-image .out-of-stock-label,
body.woocommerce-cart .cross-sells .yith-wcbm-badge,
body.woocommerce-cart .cross-sells .yith-wcbm-badge__wrap {
	display: none !important;
}

body.woocommerce-cart .cross-sells .box-image img {
	width: 118px !important;
	height: 118px !important;
	object-fit: contain;
}

body.woocommerce-cart .cross-sells .product-small .product-title {
	min-height: 52px;
	font-size: 15px;
	line-height: 1.2;
	text-transform: none;
}

body.woocommerce-cart .cross-sells .price,
body.woocommerce-cart .cross-sells .amount {
	font-size: 15px !important;
	font-weight: 800;
	line-height: 1.2;
}

body.woocommerce-cart .cross-sells .product-small:nth-child(5) {
	grid-column: auto;
}

body.woocommerce-cart .cross-sells .product-small:nth-child(6) {
	grid-column: auto;
}

body.woocommerce-cart .ff-cart-trust-bar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
	max-width: 1320px;
	margin: 54px auto 0;
	padding: 36px 0 0;
	border-top: 1px solid #e7e7e7;
}

body.woocommerce-cart .ff-cart-trust-item {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 18px;
	align-items: start;
	color: #3f3f3f;
}

body.woocommerce-cart .ff-cart-trust-icon {
	color: #5f5f5f;
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
}

body.woocommerce-cart .ff-cart-trust-item strong,
body.woocommerce-cart .ff-cart-trust-item em {
	display: block;
	font-style: normal;
	line-height: 1.35;
}

body.woocommerce-cart .ff-cart-trust-item strong {
	margin-bottom: 4px;
	color: #3f3f3f;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
}

body.woocommerce-cart .ff-cart-trust-item em {
	color: #666;
	font-size: 16px;
}

@media (max-width: 849px) {
	body.woocommerce-cart .cart-container {
		padding-top: 24px;
	}

	body.woocommerce-cart .checkout-breadcrumbs {
		margin-bottom: 26px;
	}

	body.woocommerce-cart .checkout-breadcrumbs a,
	body.woocommerce-cart .checkout-breadcrumbs span {
		font-size: 18px;
	}

	body.woocommerce-cart .woocommerce-cart-form__contents thead {
		display: none !important;
	}

	body.woocommerce-cart .shop_table.cart,
	body.woocommerce-cart .shop_table.cart tbody,
	body.woocommerce-cart .shop_table.cart tr,
	body.woocommerce-cart .shop_table.cart td {
		display: block;
		width: 100%;
	}

	body.woocommerce-cart .shop_table.cart .cart_item {
		position: relative;
		display: grid;
		grid-template-columns: 74px 1fr;
		column-gap: 16px;
		padding: 22px 0;
		border-bottom: 1px solid #ededed;
	}

	body.woocommerce-cart .shop_table.cart .cart_item td {
		padding: 0;
		border: 0;
	}

	body.woocommerce-cart .shop_table.cart td.product-remove {
		position: absolute;
		top: 22px;
		right: 0;
		width: auto;
	}

	body.woocommerce-cart .shop_table.cart td.product-thumbnail {
		grid-row: 1 / span 4;
		width: 74px;
	}

	body.woocommerce-cart .shop_table.cart td.product-thumbnail img {
		width: 74px;
		height: 74px;
	}

	body.woocommerce-cart .shop_table.cart td.product-name {
		width: auto;
		min-width: 0;
		padding-right: 42px;
	}

	body.woocommerce-cart .shop_table.cart td.product-name a {
		font-size: 15px;
	}

	body.woocommerce-cart .ff-cart-item-code,
	body.woocommerce-cart .ff-cart-item-stock {
		font-size: 13px;
	}

	body.woocommerce-cart .shop_table.cart td.product-price,
	body.woocommerce-cart .shop_table.cart td.product-subtotal,
	body.woocommerce-cart .shop_table.cart td.product-quantity {
		grid-column: 2;
		margin-top: 14px;
	}

	body.woocommerce-cart .shop_table.cart td.product-price::before,
	body.woocommerce-cart .shop_table.cart td.product-subtotal::before,
	body.woocommerce-cart .shop_table.cart td.product-quantity::before {
		display: inline-block;
		min-width: 82px;
		color: #8b8b8b;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
	}

	body.woocommerce-cart .cart-collaterals {
		padding-left: 15px;
		padding-right: 15px;
	}

	body.woocommerce-cart .cart-sidebar.col-inner {
		padding: 24px 18px;
	}

	body.woocommerce-cart .ff-empty-cart-button {
		width: 100%;
	}

	body.woocommerce-cart .cross-sells {
		width: 100%;
		padding: 22px 14px;
	}

	body.woocommerce-cart .cross-sells .products,
	body.woocommerce-cart .cross-sells .row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 18px;
	}

	body.woocommerce-cart .ff-cart-trust-bar {
		grid-template-columns: 1fr 1fr;
		gap: 22px;
		margin-top: 34px;
		padding: 28px 15px 0;
	}
}

@media (max-width: 549px) {
	body.woocommerce-cart .checkout-breadcrumbs {
		display: none;
	}

	body.woocommerce-cart .ff-cart-trust-bar {
		grid-template-columns: 1fr;
	}
}

body.woocommerce-checkout .page-checkout-simple,
body.woocommerce-checkout .cart-container {
	padding-top: 42px !important;
	padding-bottom: 54px;
}

body.woocommerce-checkout .checkout-breadcrumbs {
	margin: 0 0 42px;
	letter-spacing: 0;
	text-transform: uppercase;
}

body.woocommerce-checkout .checkout-breadcrumbs a,
body.woocommerce-checkout .checkout-breadcrumbs span {
	color: #c7c7c7;
	font-size: clamp(20px, 2vw, 30px);
	font-weight: 500;
}

body.woocommerce-checkout .checkout-breadcrumbs a.current,
body.woocommerce-checkout .checkout-breadcrumbs a.current span,
body.woocommerce-checkout .checkout-breadcrumbs a.current .breadcrumb-step {
	color: #1d1d1f !important;
	opacity: 1;
}

body.woocommerce-checkout .checkout-breadcrumbs .breadcrumb-step {
	width: 32px;
	height: 32px;
	margin-right: 14px;
	border-radius: 999px;
	background: #c7c7c7;
	color: #fff !important;
	font-size: 18px;
	line-height: 32px;
}

body.woocommerce-checkout .checkout-breadcrumbs a.current .breadcrumb-step {
	background: #c65d84;
	color: #fff !important;
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle,
body.woocommerce-checkout .woocommerce-form-login-toggle,
body.woocommerce-checkout .checkout_coupon {
	display: none !important;
}

body.woocommerce-checkout .woocommerce-account-fields,
body.woocommerce-checkout .create-account,
body.woocommerce-checkout #account_username_field,
body.woocommerce-checkout #account_password_field {
	display: none !important;
}

body.woocommerce-checkout form.checkout > .row {
	align-items: flex-start;
}

body.woocommerce-checkout form.checkout > .row > .large-7 {
	padding-right: 46px;
}

body.woocommerce-checkout form.checkout > .row > .large-5 {
	padding-left: 46px;
	border-left: 1px solid #ececec;
}

body.woocommerce-checkout .woocommerce-billing-fields {
	padding-top: 0;
	border-top: 0;
}

body.woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout #ship-to-different-address {
	margin: 0 0 28px;
	color: #3a1823;
	font-size: 19px;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
}

body.woocommerce-checkout #customer_details .form-row {
	margin-bottom: 22px;
}

body.woocommerce-checkout #customer_details .form-row-first,
body.woocommerce-checkout #customer_details .form-row-last {
	width: calc(50% - 12px);
}

body.woocommerce-checkout #customer_details .form-row-first {
	margin-right: 24px;
}

body.woocommerce-checkout #customer_details label {
	position: absolute;
	z-index: 1;
	margin: 9px 0 0 18px;
	color: #6f6f6f;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.1;
	pointer-events: none;
}

body.woocommerce-checkout #customer_details abbr.required {
	color: #c65d84;
	text-decoration: none;
}

body.woocommerce-checkout #customer_details input.input-text,
body.woocommerce-checkout #customer_details select,
body.woocommerce-checkout #customer_details textarea,
body.woocommerce-checkout #customer_details .select2-selection {
	min-height: 68px;
	padding: 25px 18px 8px;
	border: 1px solid #dedede;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	color: #1d1d1f;
	font-size: 17px;
	font-weight: 600;
}

body.woocommerce-checkout #customer_details .select2-selection {
	display: flex;
	align-items: center;
	padding-top: 25px;
}

body.woocommerce-checkout #customer_details .select2-selection__arrow {
	top: 22px;
	right: 14px;
}

body.woocommerce-checkout #billing_phone::placeholder {
	color: #777;
}

body.woocommerce-checkout #ship-to-different-address {
	margin-top: 12px;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
}

body.woocommerce-checkout #ship-to-different-address label {
	position: static;
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0;
	color: #444;
	font-size: 16px;
	pointer-events: auto;
}

body.woocommerce-checkout #ship-to-different-address input {
	width: 16px;
	height: 16px;
	margin: 0;
}

body.woocommerce-checkout .col-inner.has-border,
body.woocommerce-checkout .checkout-sidebar {
	border: 0 !important;
}

body.woocommerce-checkout form.checkout > .row > .large-5 .col-inner {
	padding: 0 !important;
}

body.woocommerce-checkout .checkout-sidebar {
	padding: 32px 32px 30px;
	border: 1px solid #dfdfdf !important;
	background: #fff;
}

body.woocommerce-checkout #order_review_heading {
	display: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table {
	margin: 0 0 24px;
	border: 0;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table thead,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tbody,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart-subtotal,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .shipping,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-tax {
	display: none !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total {
	display: flex !important;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
	display: block;
	padding: 0 0 28px !important;
	border-bottom: 1px solid #e7e7e7;
	color: #1d1d1f;
	font-size: 24px !important;
	font-weight: 800;
	line-height: 1.25;
	text-transform: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
	flex: 1 1 auto;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
	flex: 0 0 auto;
	text-align: right;
	white-space: nowrap;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th {
	text-transform: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th::after {
	content: "inkl. MwSt.";
	display: block;
	margin-top: 5px;
	color: #777;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total small,
body.woocommerce-checkout .woocommerce-checkout-review-order-table .includes_tax {
	display: none !important;
}

body.woocommerce-checkout #payment {
	background: transparent;
}

body.woocommerce-checkout #payment::before {
	content: "Zahlungsmethode";
	display: block;
	margin: 0 0 16px;
	color: #3a1823;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
}

body.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border: 0;
	background: transparent;
}

body.woocommerce-checkout #payment ul.payment_methods li {
	position: relative;
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid #ececec;
	color: #1d1d1f;
	font-size: 16px;
	font-weight: 700;
}

body.woocommerce-checkout #payment ul.payment_methods li:first-child {
	padding-top: 0;
}

body.woocommerce-checkout #payment ul.payment_methods li label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	color: #1d1d1f;
	font-size: 16px;
	font-weight: 700;
}

body.woocommerce-checkout #payment .payment_box {
	margin: 14px 0 0 28px;
	padding: 0;
	background: transparent;
	color: #5f5f5f;
	font-size: 15px;
	line-height: 1.45;
}

body.woocommerce-checkout #payment .payment_box::before {
	display: none;
}

body.woocommerce-checkout #payment ul.payment_methods img {
	max-height: 30px;
	margin-left: 10px;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-top: 18px;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper label {
	color: #3f3f3f;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
	color: #c65d84;
	font-weight: 800;
}

body.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 64px;
	margin-top: 20px;
	border-radius: 4px;
	background: #c65d84 !important;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: .03em;
}

body.woocommerce-checkout #place_order:hover {
	background: #b84f78 !important;
}

body.woocommerce-checkout .ff-cart-trust-bar {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
	max-width: 1320px;
	margin: 54px auto 0;
	padding: 36px 0 0;
	border-top: 1px solid #e7e7e7;
}

body.woocommerce-checkout .ff-cart-trust-item {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 18px;
	align-items: start;
	color: #3f3f3f;
}

body.woocommerce-checkout .ff-cart-trust-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #5f5f5f;
	font-family: "Font Awesome 5 Free", "FontAwesome";
	font-size: 26px;
	font-weight: 900;
	line-height: 1;
}

body.woocommerce-checkout .ff-cart-trust-item strong,
body.woocommerce-checkout .ff-cart-trust-item em {
	display: block;
	font-style: normal;
	line-height: 1.35;
}

body.woocommerce-checkout .ff-cart-trust-item strong {
	margin-bottom: 4px;
	color: #3f3f3f;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
}

body.woocommerce-checkout .ff-cart-trust-item em {
	color: #666;
	font-size: 16px;
}

@media (max-width: 849px) {
	body.woocommerce-checkout form.checkout > .row > .large-7,
	body.woocommerce-checkout form.checkout > .row > .large-5 {
		padding-left: 15px;
		padding-right: 15px;
		border-left: 0;
	}

	body.woocommerce-checkout #customer_details .form-row-first,
	body.woocommerce-checkout #customer_details .form-row-last {
		width: 100%;
		margin-right: 0;
	}

	body.woocommerce-checkout .checkout-sidebar {
		padding: 24px 18px;
	}

	body.woocommerce-checkout .ff-cart-trust-bar {
		grid-template-columns: 1fr 1fr;
		gap: 22px;
		margin-top: 34px;
		padding: 28px 15px 0;
	}
}

@media (max-width: 549px) {
	body.woocommerce-checkout .checkout-breadcrumbs {
		display: none;
	}

	body.woocommerce-checkout .ff-cart-trust-bar {
		grid-template-columns: 1fr;
	}
}
