.woocommerce table.shop_table {
	border: 1px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}
.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
	line-height: 1.5em;
}
.woocommerce table.shop_table td {
	border: none;
	border-top: 1px solid rgba(255,255,255,0.05);
	padding: 9px 12px;
	vertical-align: middle;
	line-height: 1.5em;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
	width: 55px;
	height: auto;
}
.woocommerce table.shop_table td.product-name a{
	color: rgb(203 131 0 / 89%);
	text-decoration: none;
	font-weight: bold;
}
.woocommerce .remove{
	font-weight: bold;
    text-decoration: none;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: red;
    color: #fff;
}
.woocommerce-cart span.amount{
	color:  rgb(203 131 0 / 89%)
}
.woocommerce-page table.cart td.actions {
	text-align: right;
}
.woocommerce-page table.cart td.actions .coupon {
	float: left;
}
.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
	display: none;
}
.woocommerce button.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #fff;
	background-color: rgb(203 131 0 / 89%);;
	border: 0;
	display: inline-block;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d3ced2;
	padding: 10px 10px 8px;
	margin: 3px 4px 0 0;
	outline: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	margin-left: auto;
	margin-right: 0;
	width: 48%;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0;
}
.woocommerce .cart_totals a.checkout-button {
	display: block;
	text-align: center;
	margin-bottom: 1em;
	font-size: 1em;
	padding: 1em;
	font-weight: bold;
	background-color:  rgb(203 131 0 / 89%);
	color: #fff;
	position: relative;
	text-decoration: none;
}
.woocommerce .cart_totals a.checkout-button:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: rgba(255,255,255,.4);
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transform: rotate(360deg) scale(1.003) skew(-14deg) translate(0px);
	-moz-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-o-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-ms-transform: rotate(0deg) scale(1.003) skew(-14deg) translate(0px);
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.woocommerce .cart_totals a.checkout-button:hover:after{
	width: 101%;
	background-color: transparent;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	height: 30px;
	border: 1px solid #04999f;
	background: #04999f;
	color: #fff
}
.woocommerce .restore-item, .return-to-shop a{
	text-decoration: none;
	background-color:  #f11;
	color: #fff;
	white-space: nowrap;
	padding: 5px;
	border-radius: 3px;
}
table.shop_table.shop_table_responsive .variation{
	display: flex;
}
table.shop_table.shop_table_responsive {
	box-shadow: 0px 10px 40px -10px rgb(0 0 0 / 15%);
    background-color: #f7f7f7;
}

@media (max-width: 1024px) and (min-width: 641px) {
	#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
		width: 240px;
	}
}
@media (max-width: 640px) {
	tr.woocommerce-cart-form__cart-item.cart_item td a, span.woocommerce-Price-amount.amount{
		font-size: 14px;
	}
	.product-remove {
		width: 30px;
	}
	form.woocommerce-cart-form {
		max-width: 100%;
		width: 100%;
		overflow-x: scroll;
	}
	.cart_totals {
		width: 100%!important;
	}
	td.actions {
		position: relative;
		width: 100%;
		height: 65px;
	}
	.woocommerce-cart .coupon {
		position: absolute;
		top: 10px;
		left: 5px;
	}
	#content_single_gtbh030620 .woocommerce button.button:nth-child(2) {
		position: absolute!important;
		top: 10px;
		right: 5px;
		padding: .618em;
		margin-left: 5px;
	}
	/* CSS Cart Mobile */
	#content_single_gtbh030620 .article-content img {
		margin-left: auto;
		height: 120px;
		width: 100% !important;
		max-width: 100px;
		object-fit: contain;
	}
	#content_single_gtbh030620 .article-content > .woocommerce table.shop_table {
		display: flex;
		flex-direction: column;
	}
	#content_single_gtbh030620 .article-content > .woocommerce table.shop_table thead {
		width: 100%;
		display: none;
	}
	form.woocommerce-cart-form tbody {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.woocommerce table.shop_table td {
		width: 60%;
		margin-left: auto;
	}
	tr.woocommerce-cart-form__cart-item.cart_item {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;
		text-align: right;
		margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
		overflow: hidden;
	}
	.woocommerce table.shop_table td::before {
		position: absolute;
		left: 45px;
		display: block;
		position: absolute;
		font-size: 14px;
		text-align: left;
		font-weight: bold;
		color: #333;
	}
	td.product-name::before {
		content: "Tên sản phẩm";
	}
	td.product-price::before {
		content: "Giá";
	}
	td.product-quantity::before {
		content: "Số lượng";
	}
	td.product-subtotal::before {
		content: "Tạm tính";
	}
	#content_single_gtbh030620 .article-content > .woocommerce {
		padding: 20px 10px;
	}
	.woocommerce table.shop_table tbody tr:last-child {
		display: block;
		border: none;
	}
	td.product-remove {
		position: relative;
	}
	.woocommerce a.remove {
		display: flex;
		align-items: center;
		justify-content: center;
		background: red;
		color: #fff;
		width: 25px;
		height: 25px;
		position: absolute;
		left: -66%;
		top: 0;
		border-radius: unset;
	}
	#content_single_gtbh030620 .article-content img {
		margin: 0;
	}
}