.woocommerce-cart main .checkout-page-title {
	display: none;
}
.woocommerce-cart main .large-7 {
	flex-basis: calc(100% - 400px);
	max-width: none;
}
.woocommerce-cart main table thead {
	display: none;
}
.woocommerce-cart main .large-7 table tr {
	position: relative;
	display: flex;
	padding: 24px 0;
	border-bottom: 1px solid #eee;
}
.woocommerce-cart main .large-7 table tr:last-child {
	display: none;
}
.woocommerce-cart main table td {
	flex: auto;
	padding: 0 !important;
	vertical-align: top;
	border: none;
}
.woocommerce-cart main table th {
	border: none;
}
.woocommerce-cart main table .product-remove {
	position: absolute;
	width: 24px;
	bottom: 24px;
	right: 0;
}
.woocommerce-cart main table .product-remove a {
	font-weight: normal;
	line-height: 24px !important;
	border-width: 1px;
}
.woocommerce-cart main table .product-thumbnail {
	max-width: 160px;
	padding: 0;
}
.woocommerce-cart main table .product-name {
	padding-left: 20px !important;
}
.woocommerce-cart main table .mini-cart-product-info {
	display: grid;
	grid-template-rows: auto auto;
	grid-template-columns: auto max-content;
}
.woocommerce-cart main table .mini-cart-product-info a {
	grid-row: 1 / 1;
	grid-column: 1 / 1;
	font-weight: 500 !important;
}
.woocommerce-cart main table .mini-cart-product-info .variation-name {
	grid-row: 2 / 2;
	grid-column: 1 / 1;
}
.woocommerce-cart main table .mini-cart-product-info .price {
	grid-row: 1 / span 2;
	grid-column: 2 / 2;
}
.woocommerce-cart main table .variation {
	display: none;
}
.woocommerce-cart main table .mobile-product-price {
	display: none;
}
.woocommerce-cart main table .product-price {
	display: none;
}
.woocommerce-cart main table .product-quantity {
	position: absolute;
	bottom: 24px;
	left: 160px;
	padding-left: 20px !important;
}
.woocommerce-cart main table .product-quantity input {
	max-width: 100% !important;
	width: 36px;
	height: 36px;
	border: none;
}
.woocommerce-cart main table .product-quantity .button {
	border-radius: 100% !important;
	box-shadow: 0 0 0 1px #e5e5e5 inset;
}
.woocommerce-cart main table .product-subtotal {
	display: none;
}
.woocommerce-cart main .cross-sells h2 {
	margin-top: 24px;
}
.woocommerce-cart main .products > .product-small {
	flex-basis: auto;
	max-width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
}
.woocommerce-cart main .products > .product-small .col-inner > .product-small {
	display: flex;
}
.woocommerce-cart main .products .box-image {
	max-width: 160px;
	width: 100%;
}
.woocommerce-cart main .products .box-text {
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 20px;
}
.woocommerce-cart main .products .box-text p,
.woocommerce-cart main .products .box-text a {
	margin: 0;
}
.woocommerce-cart main .products .product-title a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
}
.woocommerce-cart main .cart_item .price > span {
	display: none;
}
.woocommerce-cart main .cart_item .price del {
	margin-top: auto;
	line-height: 20px;
}
.woocommerce-cart main .cart-collaterals {
	max-width: 400px;
}
.woocommerce-cart main .cart-collaterals td {
	padding: 10px 0 10px 5px !important;
}
.woocommerce-cart main .cart-discount {
	background-color: transparent;
	font-size: inherit;
}
.woocommerce-cart main .cart-discount th {
	padding-left: 0;
}
.woocommerce-cart main .cart-discount td {
	padding-right: 0;
}
.woocommerce-cart main .includes_tax {
	display: none;
}
.woocommerce-cart main .checkout-button {
	padding: 16px 32px;
	font-weight: normal;
	line-height: 1;
	border-radius: 4px;
}
.cky-notice-des {
	width: 70%;
}
[data-cky-tag] {
	line-height: initial !important;
	visibility: visible !important;
}
[data-cky-tag] button {
	padding: 8px 12px;
	line-height: initial;
}
[data-cky-tag] button:after {
	display: none !important;
}
[data-cky-tag="detail-powered-by"] {
	display: none !important;
}

/* MOBILE */
 @media screen and (max-width: 849px) {
	.woocommerce-cart main .large-7 {
		flex-basis: 100%;
	}
	.woocommerce-cart main table .product-thumbnail {
		max-width: 90px;
		width: 100%;
	}
	.woocommerce-cart main table .product-name {
		padding-left: 10px !important;
	}
	.woocommerce-cart main table .mini-cart-product-info {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.woocommerce-cart main .cart_item .price {
		margin-top: auto;
	}
	.woocommerce-cart main table .product-quantity {
		left: 90px;
	}
	.woocommerce-cart main table .product-quantity {
		left: auto;
		right: 0;
	}
	.woocommerce-cart main table .product-quantity .quantity {
		background-color: white;
	}
	.woocommerce-cart main table .product-remove {
		top: 24px;
		bottom: 0;
	}
	.woocommerce-cart main table .product-remove a {
		top: 0;
	}
	.woocommerce-cart main .products .box-image {
		max-width: 90px;
		width: 100%;
	}
	.woocommerce-cart main .products .badge-container {
		top: auto;
		bottom: 0;
		left: 110px;
		margin: 0 !important;
	}
	.cky-notice-des {
		width: 100%;
	}
	[data-cky-tag] button {
		margin-right: 0;
	}
}
/* END OF MOBILE */