/* h3#order_review_heading {
	display: none;
}

h3#order_review_heading.lauralisa {
	display: block;
}

h3#order_review_heading {
	padding-top:20px;
} */

.woocommerce-page #main-content .quantity input.qty,
.woocommerce #main-content .quantity input.qty {
	background-color: #fff !important;
	border: 1px solid #ccc !important;
	color: rgba(0,0,0,0.7) !important;
	border-radius: 0 !important;
	font-size: 15px !important;
	font-weight: bold !important;
}

.woocommerce form.woocommerce-checkout .form-row input.input-text, 
.woocommerce form.woocommerce-checkout .form-row textarea {
	padding: 10px 15px !important;
	border-radius: 0 !important;
}

.select2-container--default .select2-selection--single {
	padding: 4px 8px;
	border-radius: 0 !important;
	height: auto !important;
	border-color: #bbb;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px !important;
}

.woocommerce-cart .cart_totals h2 {
	display: none;
}

.woocommerce-cart table.shop_table thead th {
	text-transform: uppercase;
	color: rgba(0,0,0,0.7);
	letter-spacing: 0.05em;
}

.woocommerce-cart .cart-collaterals .cart_totals table.shop_table th {
	text-transform: uppercase;
	color: rgba(0,0,0,0.7);
}

.woocommerce-cart-form__actions {
	display: none;
}

.woocommerce table.shop_table td.product-name a {
	color: inherit;
}

.woocommerce-page .woocommerce a.remove {
	color: rgba(0,0,0,0.7) !important;
	font-size: 17px;
}

.woocommerce-cart .woocommerce a.remove:hover,
.woocommerce-cart .woocommerce a.remove:focus {
	color: #fff !important;
	background-color: #000 !important;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.___woocommerce-additional-fields,
.___woocommerce-checkout #payment.woocommerce-checkout-payment,
.woocommerce-checkout-review-order-wrapper {
	position: relative;
	background-color: #f9f8f7;
	border: 1px solid #dbd9d9;
	border-radius: 0 !important;
	margin-bottom: 1.5em;
	padding: 1.25em;
}

.woocommerce-checkout h3 {
	font-weight: bold;
	letter-spacing: 0.05em;
	font-size: 125%;
}

.woocommerce-login-register {
	text-align: center;
}

.woocommerce form .woocommerce-additional-fields__field-wrapper .form-row {
	padding: 0;
	margin-bottom: 16px;
}

.woocommerce .woocommerce-checkout #payment {
	background-color: transparent;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods,
.woocommerce .woocommerce-checkout #payment div.form-row {
	padding: 0;
	border-bottom: 0;
}

@media screen and (min-width: 768px) {
	.woocommerce table.shop_table th:first-child,
	.woocommerce table.shop_table td:first-child {
		padding-left: 0 !important;
	}

	.woocommerce table.shop_table td.product-thumbnail {
		width: 64px;
		min-width: 48px !important;
	}

	.woocommerce table.shop_table td.product-thumbnail img {
		width: 64px !important;
		height: auto !important;
	}

	.woocommerce table.shop_table th:last-child,
	.woocommerce table.shop_table td:last-child {
		padding-right: 0 !important;
		text-align: right;
	}

	.woocommerce table.shop_table td.product-name {
		width: 60%;
		vertical-align: middle;
	}

	.woocommerce table.shop_table td.product-subtotal {
		width: 15%;
	}

	.woocommerce table.shop_table thead th.product-subtotal,
	.woocommerce table.shop_table td.product-subtotal {
		text-align: right;
	}

	/* .woocommerce table.shop_table tbody td {
		border-bottom: 1px solid #aaa;
	} */

	.woocommerce-cart .cart-collaterals .cart_totals table tbody th,
	.woocommerce-cart .cart-collaterals .cart_totals table tbody td {
		border: 0 !important;
	}

	.woocommerce-cart-form__cart-item {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.woocommerce-cart .tax-rate td:last-child,
	.woocommerce-cart .order-total td:last-child,
	.woocommerce-cart .cart-subtotal td:last-child {
		text-align: right;
	}

	#main-content .wc-proceed-to-checkout {
		text-align: right;
	}

	#main-content .wc-proceed-to-checkout .checkout-button {
		display: inline-block;
		margin: 0 !important;
		font-size: 15px !important;
	}

	.woocommerce-checkout #customer_details {
		width: 48%;
		width: calc(50% - 0.75em);
		float: left;
	}

	.woocommerce-checkout #customer_details .col-1,
	.woocommerce-checkout #customer_details .col-2 {
		width: 100%;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order-wrapper {
		float: right;
		width: 48%;
		width: calc(50% - 0.75em);
		border-bottom: 1px solid #dbd9d9;
		padding-bottom: 1.25em;
	}

	form.woocommerce-checkout {
		position: relative;
	}

	.woocommerce-checkout-review-order-wrapper {
		position: sticky;
		top: 0;
	}
}
