.woocommerce-cart{
	.woocommerce table.shop_table {
		@include border-radius(3px);
	}
	.woocommerce table.shop_table th {
		padding: 25px 30px;
		background-color: #fdfcfc;
		color: #222;
	}


	th, td {
		&.product-quantity,
		&.product-price,
		&.product-subtotal,
		&.product-remove {
			text-align: center;
		}
	}
	th.product-quantity,
	th.product-remove {
		width: 150px;
	}
	th.product-price,
	th.product-subtotal {
		width: 200px;
	}
	td.product-remove a.remove {
		display: inline-block;
		color: var(--g5-color-accent) !important;
		&:hover {
			background-color: var(--g5-color-accent);
			color: #fff !important
		}
	}

	.woocommerce table.shop_table .product-name {
		padding: 25px 30px;
	}
	.woocommerce table.shop_table.cart img {
		width: 70px;
		padding-right: 20px;
	}
	.woocommerce table.shop_table .product-subtotal .amount {
		color: var(--g5-color-accent);
	}
	.woocommerce table.shop_table td {
		font-size: 16px;
	}
	.actions {
		.coupon,
		.button-groups {
			display: inline-block;
		}
		.button-groups {
			float: right;
		}
		label {
			display: none;
		}
		input[name="coupon_code"] {
			width: 230px;
			border-radius: 4px;
			line-height: 30px;
			font-size: 14px;
		}
		input.button {
			background-color: #fdfcfc;
			color: #444;
			border: solid 1px #f3f3f3;
			&:hover {
				color: #fff;
				background-color: #444;
				border-color: #444;
			}
		}
		input.button[name="apply_coupon"] {
			margin-left: 20px;
		}
		a.checkout-button {
			background-color: var(--g5-color-accent);
			padding: 18px 20px;
			line-height: 1;
			margin-left: 20px;
			text-transform: uppercase;
			text-align: center;
			@include transition(all 0.3s);
			&:hover {
				background-color: #444;
			}
		}
	}
	.bt-coupon,
	.bt-update{
		border: solid 1px #f3f3f3;
		font-size: 14px;
		font-weight: 700;
		&:hover{
			border-color: #444;
		}
	}
	.bt-coupon{
		margin-left: 20px;
	}
}


.woocommerce .cart-collaterals {
	margin-top: 110px;
	margin-bottom: 90px;
	.cart_totals {
		float: left;
		width: 100%;
		h2 {
			font-size: 18px;
			margin-top: 0;
			margin-bottom: 40px !important;
			text-transform: uppercase;
		}
		table {
			border-radius: 0;
		}
		table tr th,
		table tr td {
			padding: 20px;
			line-height: 1;
			font-weight: 400;
			font-size: 14px;
		}
		table tr th {
			border-right: solid 1px #eee;
		}
		span.amount {
			font-weight: 400;
		}
	}
	.shipping-caculator-wrap {
		h2 {
			font-size: 18px;
			margin-top: 0;
			margin-bottom: 40px;
			text-transform: uppercase;
			font-weight: 700;
			color: #000;
		}
	}
	.woocommerce-shipping-calculator {
		> p {
			display: none;
		}
		> section.shipping-calculator-form {
			display: block !important;
			p {
				padding: 0;
				margin-bottom: 0;
			}
			p.form-row{
				margin-bottom: 30px;
			}
		}
	}
}
.woocommerce .cart-collaterals  .woocommerce-shipping-calculator button,
.woocommerce input.button.alt
{
	background-color: var(--g5-color-accent);
	padding: 18px 20px;
	line-height: 1;
	text-transform: uppercase;
	border-bottom: none;
	color: #fff;
	@include transition(all 0.3s);
	&:hover {
		background-color: #444;
	}
}

.woocommerce a.button.wc-backward {
	background-color: var(--g5-color-accent);
	padding: 18px 20px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	@include transition(all 0.3s);
	&:hover {
		background-color: #444;
	}
}

.woocommerce form .form-row .input-checkbox {
	position: relative;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 3.5em !important;
	margin: 0 0 2em !important;
}

.woocommerce table.shop_attributes th {
	background: transparent;
}

.shipping-calculator-button {
	display: none !important;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form {
	margin: 0;
}