.woocommerce-cart {
	color: #ffffff;
}

.wts-cart-layout {
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 70fr) minmax(300px, 30fr);
	margin: 0 auto;
	/* max-width: 1320px; */
	padding: 38px 0px 56px;
}

.wts-cart-main {
	min-width: 0;
}

.wts-cart-summary {
	border-left: 1px solid #d8d8d8;
	padding-left: 34px;
}

.wts-cart-summary .cart_totals {
	border: 1px solid #d8d8d8;
	padding: 28px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 100%;
}

.wts-cart-heading,
.wts-cart-table-head,
.wts-summary-line,
.wts-summary-total {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.wts-cart-heading {
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.wts-cart-heading h1,
.wts-cart-summary h2 {
	color: #ffffff;
	font-size: clamp(28px, 3vw, 44px);
	font-weight: 500;
	line-height: 1.1;
	margin: 0;
}

.wts-cart-heading p {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
}

.wts-cart-table-head {
	border-bottom: 1px solid #d8d8d8;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 0 0 14px;
	text-transform: none;
}

.wts-cart-table-body {
	border-bottom: 1px solid #d8d8d8;
}

.wts-cart-row {
	align-items: center;
	border-bottom: 1px solid #e4e4e4;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) 150px 110px 110px;
	padding: 26px 0;
}

.wts-cart-row:last-child {
	border-bottom: 0;
}

.wts-cart-product {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 24px 112px minmax(0, 1fr);
	min-width: 0;
}

.wts-cart-thumbnail img {
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
	width: 112px;
}

.wts-cart-product-name,
.wts-cart-product-name a {
	color: #ffffff;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.35;
	text-decoration: none;
}

.wts-cart-item-meta {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 7px;
}

.wts-cart-item-meta dl,
.wts-cart-item-meta p {
	margin: 0;
}

.wts-cart-remove {
	margin-top: 10px;
}

.wts-cart-remove .remove {
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	border-bottom: 1px solid currentColor !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	display: inline-flex !important;
	font-size: 13px !important;
	font-weight: 500;
	height: auto !important;
	justify-content: flex-start;
	line-height: 1.4 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 0 0 2px !important;
	text-align: left;
	text-decoration: none !important;
	width: auto !important;
}

.wts-cart-remove .remove:hover,
.wts-cart-remove .remove:focus {
	background: transparent !important;
	color: #ffffff !important;
	border-bottom-width: 2px !important;
}

.wts-cart-col-details {
	flex: 1 1 auto;
}

.wts-cart-col-quantity,
.wts-cart-col-price,
.wts-cart-col-total {
	flex: 0 0 110px;
	text-align: left;
}

.wts-cart-col-quantity {
	flex-basis: 150px;
}

.wts-cart-select-all,
.wts-cart-item-select {
	align-items: center;
	display: inline-flex;
	gap: 10px;
}

.wts-cart-select-all input,
.wts-cart-item-select input {
	accent-color: #000000;
	height: 18px;
	width: 18px;
}

.wts-quantity-control {
	align-items: center;
	border: 1px solid #d8d8d8;
	display: inline-flex;
	height: 44px;
	max-width: 140px;
	width: 142px;
}

.wts-quantity-control .quantity {
	margin: 0;
}

.wts-quantity-control input.qty {
	background: #ffffff !important;
	border: 0 !important;
	color: #000000 !important;
	height: 42px !important;
	padding: 0 !important;
	text-align: center;
	width: 54px !important;
}

.wts-qty-btn {
	align-items: center;
	background: #ffffff;
	border: 0;
	color: #000000;
	display: inline-flex;
	font-size: 20px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 42px;
}

.wts-cart-price,
.wts-cart-total {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
}

.wts-mobile-label {
	display: none;
}

.wts-cart-footer-actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-top: 24px;
}

.wts-continue-shopping {
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
}

.wts-continue-shopping:hover,
.wts-continue-shopping:focus {
	color: #ffffff;
	text-decoration: underline;
}

.wts-update-cart {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px !important;
	overflow: hidden;
	position: absolute !important;
	width: 1px !important;
}

.wts-cart-summary h2 {
	border-bottom: 1px solid #d8d8d8;
	font-size: clamp(24px, 2vw, 34px);
	margin: 0 0 22px;
	padding-bottom: 18px;
}

.wts-summary-section {
	border-top: 1px solid #d8d8d8;
	margin-top: 20px;
	padding-top: 20px;
}

.wts-summary-section h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 14px;
}

.wts-summary-line {
	color: #ffffff;
	font-size: 15px;
	gap: 18px;
	line-height: 1.5;
	margin: 0 0 14px;
}

.wts-summary-line strong {
	font-weight: 500;
	text-align: right;
}

.wts-cart-summary .shipping {
	margin: 0 0 14px;
}

.wts-cart-cost-table {
	border: 0 !important;
	margin: 0 !important;
	width: 100%;
}

.wts-cart-extra-totals {
	border: 0 !important;
	margin: 0 !important;
	width: 100%;
}

.wts-cart-cost-table th,
.wts-cart-cost-table td,
.wts-cart-extra-totals th,
.wts-cart-extra-totals td {
	background: transparent !important;
	border: 0 !important;
	color: #ffffff !important;
	display: block;
	padding: 0 !important;
	text-align: left !important;
	width: 100% !important;
}

.wts-cart-cost-table th,
.wts-cart-extra-totals th {
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 8px;
}

.wts-cart-cost-table td,
.wts-cart-extra-totals td {
	font-size: 15px;
	margin: 0 0 14px;
}

.wts-cart-cost-table .shipping th {
	display: none;
}

.wts-cart-summary ul#shipping_method {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wts-cart-summary ul#shipping_method li {
	align-items: flex-start;
	display: flex;
	gap: 8px;
	margin: 0 0 9px;
}

.wts-cart-summary .woocommerce-shipping-destination,
.wts-cart-summary .woocommerce-shipping-calculator {
	margin: 10px 0 0;
}

.wts-cart-summary .shipping-calculator-button {
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	margin-top: 8px;
	text-decoration: underline;
}

.wts-cart-summary .shipping-calculator-form {
	border-top: 1px solid #d8d8d8;
	margin-top: 14px;
	padding-top: 14px;
}

.wts-cart-summary .shipping-calculator-form .form-row {
	margin: 0 0 12px;
	padding: 0;
	width: 100%;
}

.wts-cart-summary .shipping-calculator-form label {
	color: #ffffff;
	display: block;
	font-size: 13px;
	margin-bottom: 6px;
}

.wts-cart-summary .shipping-calculator-form input,
.wts-cart-summary .shipping-calculator-form select,
.wts-cart-summary .select2-container .select2-selection {
	background: #ffffff !important;
	border: 1px solid #d8d8d8 !important;
	color: #000000 !important;
	min-height: 46px;
	padding: 8px 12px !important;
	width: 100% !important;
}

.wts-cart-summary .shipping-calculator-form .button {
	background: #000000 !important;
	border: 1px solid #ffffff !important;
	color: #ffffff !important;
	height: 48px !important;
	margin-top: 4px;
	width: 100%;
}

.wts-coupon-section .coupon {
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) 104px;
}

.wts-coupon-section .input-text {
	background: #ffffff !important;
	border: 1px solid #d8d8d8 !important;
	color: #000000 !important;
	flex: 1 1 auto;
	height: 52px;
	min-width: 0;
	padding: 0 14px;
	width: 100%;
}

.wts-coupon-section .button,
.wts-cart-summary .checkout-button {
	background: #000000 !important;
	border: 1px solid #ffffff !important;
	border-radius: 0 !important;
	color: #ffffff !important;
	font-weight: 500 !important;
	height: 52px !important;
	min-width: 0 !important;
	padding: 0 20px !important;
	text-align: center;
}

.wts-coupon-section .button:hover,
.wts-coupon-section .button:focus,
.wts-cart-summary .checkout-button:hover,
.wts-cart-summary .checkout-button:focus {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #000000 !important;
}

.wts-cart-summary .checkout-button {
	align-items: center;
	display: inline-flex !important;
	justify-content: center;
	margin-top: 22px;
	width: 100%;
}

.wts-summary-total {
	border-top: 1px solid #d8d8d8;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	margin-top: 22px;
	padding-top: 20px;
}

.wts-summary-total-value {
	text-align: right;
}

.wts-summary-total-value strong {
	font-weight: 600;
}

.wts-cart-selection-error {
	margin: 0 0 18px;
}

.wts-checkout-disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.wts-cart-updating {
	opacity: 0.72;
	pointer-events: none;
}

.wts-custom-cart-form :focus-visible {
	outline: 2px solid #000000;
	outline-offset: 3px;
}

.wts-cart-collaterals-extra {
	display: none;
}

@media (max-width: 1199px) {
	.wts-cart-layout {
		gap: 28px;
		grid-template-columns: minmax(0, 66fr) minmax(270px, 34fr);
	}

	.wts-cart-summary {
		padding-left: 24px;
	}

	.wts-cart-row {
		gap: 16px;
		grid-template-columns: minmax(0, 1fr) 118px 88px 88px;
	}

	.wts-cart-product {
		gap: 14px;
		grid-template-columns: 24px 88px minmax(0, 1fr);
	}

	.wts-cart-thumbnail img {
		width: 88px;
	}

	.wts-quantity-control {
		height: 40px;
		max-width: 116px;
		width: 116px;
	}

	.wts-quantity-control input.qty {
		height: 38px !important;
		width: 42px !important;
	}

	.wts-qty-btn {
		font-size: 18px;
		height: 38px;
		width: 36px;
	}
}

@media (max-width: 899px) {
	.wts-cart-layout {
		display: block;
		padding: 28px 15px 44px;
	}

	.wts-cart-summary {
		border-left: 0;
		border-top: 1px solid #d8d8d8;
		margin-top: 30px;
		padding: 28px 0 0;
	}

	.wts-cart-table-head {
		display: block;
	}

	.wts-cart-col-quantity,
	.wts-cart-col-price,
	.wts-cart-col-total {
		display: none;
	}

	.wts-cart-row {
		display: block;
		padding: 22px 0;
	}

	.wts-cart-product {
		align-items: flex-start;
		grid-template-columns: 24px 82px minmax(0, 1fr);
	}

	.wts-cart-thumbnail img {
		width: 82px;
	}

	.wts-cart-quantity,
	.wts-cart-price,
	.wts-cart-total {
		align-items: center;
		display: flex;
		justify-content: space-between;
		margin-top: 16px;
	}

	.wts-cart-quantity {
		gap: 16px;
	}

	.wts-cart-quantity .wts-quantity-control {
		flex: 0 0 132px;
		height: 42px;
		max-width: 90px;
		width: 132px;
	}

	.wts-cart-quantity .wts-quantity-control input.qty {
		height: 40px !important;
		width: 50px !important;
	}

	.wts-cart-quantity .wts-qty-btn {
		height: 40px;
		width: 40px;
	}

	.wts-mobile-label {
		display: inline;
		font-size: 14px;
		font-weight: 600;
	}

	.wts-coupon-section .coupon {
		display: block;
	}

	.wts-coupon-section .input-text,
	.wts-coupon-section .button,
	.wts-cart-summary .checkout-button {
		width: 100%;
	}

	.wts-coupon-section .button {
		margin-top: 10px;
	}
}
