body.woocommerce-cart {
	background: #f4f5f6;
	color: #151719;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

body.woocommerce-cart,
body.woocommerce-cart * {
	box-sizing: border-box;
	letter-spacing: 0;
}

body.woocommerce-cart .site-content {
	background: #f4f5f6;
}

body.woocommerce-cart .site-content .col-full {
	margin: 0 auto;
	max-width: 1200px;
	padding: 34px 0 64px;
	width: min(1200px, calc(100% - 40px));
}

body.woocommerce-cart .content-area {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}

body.woocommerce-cart .widget-area,
body.woocommerce-cart #secondary {
	display: none !important;
}

body.woocommerce-cart .storefront-breadcrumb {
	background: #ffffff;
	border-bottom: 1px solid #e7e8ea;
	margin: 0;
	padding: 18px 0;
}

body.woocommerce-cart .woocommerce-breadcrumb {
	color: #6b7178;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

body.woocommerce-cart .woocommerce-breadcrumb a {
	color: #151719;
	text-decoration: none;
}

body.woocommerce-cart .entry-header {
	margin: 0 0 18px;
	padding: 0;
}

body.woocommerce-cart .entry-title {
	color: #111314;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}

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

.dn-cart-hero {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(229, 37, 40, 0.1), rgba(229, 37, 40, 0) 42%),
		#ffffff;
	border: 1px solid #e3e5e7;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 0 18px;
	padding: 24px 26px;
}

.dn-cart-hero__eyebrow,
.dn-cart-panel__eyebrow,
.dn-cart-totals__head span,
.dn-cart-empty__content span {
	color: #e52528;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.dn-cart-hero h2,
.dn-cart-panel__head h2,
.dn-cart-totals__head h2,
.dn-cart-empty__content h2 {
	color: #111314;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.18;
	margin: 0;
}

.dn-cart-hero p,
.dn-cart-empty__content p {
	color: #596069;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
	margin: 9px 0 0;
	max-width: 620px;
}

.dn-cart-steps {
	display: flex;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dn-cart-steps li {
	align-items: center;
	background: #f0f1f2;
	color: #6a7078;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 8px;
	min-height: 38px;
	padding: 0 13px;
	text-transform: uppercase;
	white-space: nowrap;
}

.dn-cart-steps span {
	align-items: center;
	background: #ffffff;
	color: #111314;
	display: inline-flex;
	font-size: 12px;
	height: 22px;
	justify-content: center;
	width: 22px;
}

.dn-cart-steps .is-active {
	background: #111314;
	color: #ffffff;
}

.dn-cart-steps .is-active span {
	background: #e52528;
	color: #ffffff;
}

.dn-cart-layout {
	align-items: start;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

.dn-cart-main {
	display: grid;
	gap: 18px;
	min-width: 0;
}

.dn-cart-panel,
.dn-cart-sidebar .cart_totals,
.dn-cart-empty__card,
.dn-cart-empty__benefits {
	background: #ffffff;
	border: 1px solid #e3e5e7;
}

.dn-cart-panel__head {
	align-items: center;
	border-bottom: 1px solid #eceef0;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding: 22px 24px;
}

.dn-cart-panel__link,
.dn-cart-empty__link {
	color: #e52528 !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.dn-cart-form {
	margin: 0;
}

.dn-cart-table.shop_table {
	background: #ffffff;
	border: 0;
	border-collapse: separate;
	border-radius: 0;
	border-spacing: 0;
	margin: 0;
	table-layout: auto;
	width: 100%;
}

.dn-cart-table thead th {
	background: #f6f7f8;
	border: 0;
	color: #68707a;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.2;
	padding: 13px 12px;
	text-transform: uppercase;
}

.dn-cart-table td {
	background: #ffffff;
	border-bottom: 1px solid #edf0f2;
	padding: 18px 12px;
	vertical-align: middle;
}

.dn-cart-table tr:last-child td {
	border-bottom: 0;
}

.dn-cart-table .product-remove {
	padding-left: 18px;
	width: 48px;
}

.dn-cart-table .product-remove .remove {
	align-items: center;
	background: #f0f1f2;
	color: #111314 !important;
	display: inline-flex;
	font-size: 22px;
	font-weight: 800;
	height: 34px;
	justify-content: center;
	line-height: 1;
	overflow: visible !important;
	text-indent: 0 !important;
	text-decoration: none !important;
	width: 34px;
}

.dn-cart-table .product-remove .remove::before,
.dn-cart-checkout .checkout-button::after {
	content: none !important;
	display: none !important;
}

.dn-cart-table .product-remove .remove:hover,
.dn-cart-table .product-remove .remove:focus {
	background: #e52528;
	color: #ffffff !important;
	outline: 0;
}

.dn-cart-table .product-thumbnail {
	width: 96px;
}

.dn-cart-table .product-thumbnail img {
	background: #ffffff;
	border: 1px solid #e7e8ea;
	display: block;
	height: 78px;
	object-fit: contain;
	padding: 6px;
	width: 78px;
}

.dn-cart-table .product-name {
	min-width: 230px;
}

.dn-cart-table .product-name a {
	color: #111314 !important;
	display: inline-block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none !important;
}

.dn-cart-table .product-name a:hover,
.dn-cart-table .product-name a:focus {
	color: #e52528 !important;
	outline: 0;
}

.dn-cart-table .product-price,
.dn-cart-table .product-subtotal {
	color: #111314;
	font-size: 15px;
	font-weight: 800;
	white-space: nowrap;
}

.dn-cart-table .product-subtotal {
	color: #e52528;
	font-size: 17px;
}

.dn-cart-table .quantity .qty {
	background: #ffffff;
	border: 1px solid #cfd4d8;
	color: #111314;
	font-size: 15px;
	font-weight: 800;
	height: 42px;
	padding: 0 8px;
	text-align: center;
	width: 72px;
}

.dn-cart-actions-row td.actions {
	background: #fafafa;
	padding: 14px 20px;
}

.dn-cart-actions {
	align-items: end;
	display: flex;
	gap: 14px;
	justify-content: flex-end;
	width: 100%;
}

.dn-cart-coupon {
	align-items: end;
	display: grid;
	float: none !important;
	gap: 8px 10px;
	grid-template-columns: minmax(170px, 1fr) auto;
	max-width: 430px;
}

.dn-cart-coupon label {
	color: #626972;
	font-size: 12px;
	font-weight: 800;
	grid-column: 1 / -1;
	line-height: 1.2;
	text-transform: uppercase;
}

.dn-cart-coupon .input-text {
	background: #ffffff;
	border: 1px solid #cfd4d8;
	color: #111314;
	font-size: 14px;
	font-weight: 700;
	height: 44px;
	padding: 0 14px;
	width: 100%;
}

.dn-cart-button,
.dn-cart-table .button,
.dn-cart-empty__button,
.dn-cart-checkout .checkout-button {
	align-items: center;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	cursor: pointer;
	display: inline-flex !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	justify-content: center;
	letter-spacing: 0;
	min-height: 44px;
	padding: 0 18px !important;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 160ms ease, color 160ms ease;
}

.dn-cart-button--secondary,
.dn-cart-button--update {
	background: #202326 !important;
	color: #ffffff !important;
	float: none !important;
}

.dn-cart-button--secondary:hover,
.dn-cart-button--secondary:focus,
.dn-cart-button--update:hover,
.dn-cart-button--update:focus {
	background: #e52528 !important;
	color: #ffffff !important;
	outline: 0;
}

.dn-cart-button--update:disabled,
.dn-cart-table .button:disabled {
	background: #d8dcdf !important;
	color: #7d858d !important;
	cursor: not-allowed;
	opacity: 1 !important;
}

.dn-cart-support {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dn-cart-support > div,
.dn-cart-totals__trust > div {
	background: #ffffff;
	border: 1px solid #e3e5e7;
	display: grid;
	gap: 8px;
	padding: 17px;
}

.dn-cart-support__icon,
.dn-cart-trust__icon,
.dn-cart-empty__benefit-icon {
	display: block;
	filter: none;
	height: 24px;
	width: 24px;
}

.dn-cart-support strong,
.dn-cart-empty__benefits strong {
	color: #111314;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.dn-cart-support span,
.dn-cart-empty__benefits span,
.dn-cart-totals__trust span {
	color: #646b74;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.dn-cart-sidebar {
	position: sticky;
	top: 220px;
}

.dn-cart-sidebar .cart-collaterals {
	margin: 0;
	width: 100%;
}

.dn-cart-sidebar .cart_totals {
	float: none;
	margin: 0;
	padding: 22px;
	width: 100%;
}

.dn-cart-totals__head {
	border-bottom: 1px solid #eceef0;
	margin: 0 0 14px;
	padding: 0 0 16px;
}

.dn-cart-totals__head h2 {
	font-size: 22px;
}

.dn-cart-totals__table.shop_table {
	border: 0;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.dn-cart-totals__table th,
.dn-cart-totals__table td {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #edf0f2;
	color: #555d66;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	padding: 14px 0;
	vertical-align: top;
}

.dn-cart-totals__table td {
	color: #111314;
	text-align: right;
}

.dn-cart-totals__table .order-total th,
.dn-cart-totals__table .order-total td {
	border-bottom: 0;
	color: #111314;
	font-size: 16px;
	padding-bottom: 8px;
}

.dn-cart-totals__table .order-total .amount {
	color: #e52528;
	font-size: 24px;
	font-weight: 800;
}

.dn-cart-sidebar-coupon {
	background: #fafafa;
	border: 1px solid #edf0f2;
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
	padding: 14px;
}

.dn-cart-sidebar-coupon label {
	color: #111314;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	margin: 0;
}

.dn-cart-sidebar-coupon__controls {
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr);
}

.dn-cart-sidebar-coupon .input-text {
	background: #ffffff;
	border: 1px solid #cfd4d8;
	color: #111314;
	font-size: 13px;
	font-weight: 700;
	height: 42px;
	padding: 0 12px;
	width: 100%;
}

.dn-cart-sidebar-coupon .dn-cart-button {
	min-height: 42px;
	width: 100%;
}

.dn-cart-checkout {
	margin: 14px 0 0;
	padding: 0 !important;
}

.dn-cart-checkout .checkout-button {
	background: #e52528 !important;
	color: #ffffff !important;
	font-size: 14px !important;
	min-height: 54px;
	width: 100%;
}

.dn-cart-checkout .checkout-button:hover,
.dn-cart-checkout .checkout-button:focus {
	background: #c9161d !important;
	color: #ffffff !important;
	outline: 0;
}

.dn-cart-totals__trust {
	display: grid;
	gap: 10px;
	margin-top: 14px;
}

.dn-cart-totals__trust > div {
	align-items: start;
	background: #fafafa;
	grid-template-columns: 24px minmax(0, 1fr);
	padding: 13px;
}

.dn-cart-totals .shipping ul,
.dn-cart-totals .woocommerce-shipping-methods {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dn-cart-totals .shipping li {
	margin: 0 0 8px;
}

.dn-cart-totals .shipping-calculator-button {
	color: #e52528 !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
	text-transform: uppercase;
}

.dn-cart-empty {
	display: grid;
	gap: 18px;
}

.dn-cart-empty__card {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: 90px minmax(0, 1fr) auto;
	padding: 30px;
}

.dn-cart-empty__icon {
	align-items: center;
	background: #111314;
	display: flex;
	height: 90px;
	justify-content: center;
	width: 90px;
}

.dn-cart-empty__icon-img {
	display: block;
	filter: brightness(0) invert(1);
	height: 40px;
	width: 40px;
}

.dn-cart-empty__actions {
	display: grid;
	gap: 12px;
	justify-items: start;
}

.dn-cart-empty__button {
	background: #e52528 !important;
	color: #ffffff !important;
	min-width: 170px;
}

.dn-cart-empty__button:hover,
.dn-cart-empty__button:focus {
	background: #c9161d !important;
	color: #ffffff !important;
	outline: 0;
}

.dn-cart-empty__benefits {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dn-cart-empty__benefits > div {
	display: grid;
	gap: 8px;
	padding: 22px;
}

.dn-cart-empty__benefits > div + div {
	border-left: 1px solid #eceef0;
}

@media (max-width: 1080px) {
	body.woocommerce-cart .site-content .col-full {
		width: calc(100% - 36px);
	}

	.dn-cart-hero,
	.dn-cart-layout {
		grid-template-columns: 1fr;
	}

	.dn-cart-steps {
		flex-wrap: wrap;
	}

	.dn-cart-sidebar {
		position: static;
	}
}

@media (max-width: 760px) {
	body.woocommerce-cart .site-content .col-full {
		padding: 24px 0 42px;
		width: calc(100% - 30px);
	}

	body.woocommerce-cart .storefront-breadcrumb {
		padding: 14px 0;
	}

	body.woocommerce-cart .entry-title {
		font-size: 32px;
	}

	.dn-cart-hero,
	.dn-cart-panel__head,
	.dn-cart-sidebar .cart_totals,
	.dn-cart-empty__card {
		padding: 20px 16px;
	}

	.dn-cart-hero h2,
	.dn-cart-panel__head h2,
	.dn-cart-empty__content h2 {
		font-size: 22px;
	}

	.dn-cart-panel__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.dn-cart-table thead {
		display: none;
	}

	.dn-cart-table,
	.dn-cart-table tbody,
	.dn-cart-table tr,
	.dn-cart-table td {
		display: block;
		width: 100%;
	}

	.dn-cart-table tr.dn-cart-item {
		border-bottom: 1px solid #eceef0;
		display: grid;
		gap: 10px;
		grid-template-columns: 72px minmax(0, 1fr) 34px;
		padding: 16px;
		position: relative;
	}

	.dn-cart-table td {
		border: 0;
		padding: 0;
		text-align: left !important;
	}

	.dn-cart-table .product-thumbnail {
		grid-column: 1;
		grid-row: 1 / span 4;
	}

	.dn-cart-table .product-thumbnail img {
		height: 68px;
		width: 68px;
	}

	.dn-cart-table .product-remove {
		grid-column: 3;
		grid-row: 1;
		padding: 0;
		width: 34px;
	}

	.dn-cart-table .product-name,
	.dn-cart-table .product-price,
	.dn-cart-table .product-quantity,
	.dn-cart-table .product-subtotal {
		grid-column: 2 / 4;
		min-width: 0;
	}

	.dn-cart-table .product-name {
		grid-column: 2;
		grid-row: 1;
		padding-right: 8px;
	}

	.dn-cart-table .product-price::before,
	.dn-cart-table .product-quantity::before,
	.dn-cart-table .product-subtotal::before {
		color: #737a82;
		content: attr(data-title);
		display: block;
		font-size: 11px;
		font-weight: 800;
		margin-bottom: 4px;
		text-transform: uppercase;
	}

	.dn-cart-actions-row td.actions {
		padding: 16px;
	}

	.dn-cart-actions {
		align-items: stretch;
		display: flex;
		justify-content: flex-end;
	}

	.dn-cart-actions .dn-cart-button--update {
		width: 100%;
	}

	.dn-cart-button,
	.dn-cart-table .button,
	.dn-cart-empty__button {
		width: 100%;
	}

	.dn-cart-support,
	.dn-cart-empty__benefits {
		grid-template-columns: 1fr;
	}

	.dn-cart-empty__benefits > div + div {
		border-left: 0;
		border-top: 1px solid #eceef0;
	}

	.dn-cart-empty__card {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.dn-cart-empty__icon {
		height: 72px;
		width: 72px;
	}
}

@media (max-width: 420px) {
	.dn-cart-steps {
		display: grid;
		grid-template-columns: 1fr;
	}

	.dn-cart-table tr.dn-cart-item {
		grid-template-columns: 64px minmax(0, 1fr) 34px;
		padding: 14px;
	}

	.dn-cart-table .product-thumbnail img {
		height: 62px;
		width: 62px;
	}
}
