
/* page background changed to white */
	body .content {
		background-color: #ffffff;
	}
/* adding container size */
	html .container {
		margin-left: auto;
		margin-right: auto;
		max-width: 1480px;
		width: 100%;
	}
/* Fixing sidecart button */
	.wc-block-mini-cart__drawer.wc-block-components-drawer.is-mobile a[href="https://aircraftvacuums.com/shop/checkout-2/"] {
		background-color: #00d75e;
		color: white;
		font-weight: 500;
	}
	.wc-block-mini-cart__drawer.wc-block-components-drawer.is-mobile a[href="https://aircraftvacuums.com/shop/checkout-2/"]:hover {
		background-color: #00be53;
	}
	.wc-block-mini-cart__drawer.wc-block-components-drawer.is-mobile .wc-block-mini-cart__footer-actions {
		font-size: 1.2rem;
	}

/* sidecart fixes */
	/* sidecart aligning text left */
	.wc-block-mini-cart__drawer.wc-block-components-drawer.is-mobile table td {
		text-align: left;
	}
	/* sidecart p sizing override */
	.wc-block-mini-cart__drawer.wc-block-components-drawer.is-mobile .wc-block-components-product-metadata__description p {
		font-size: 13px;
	}
	
	
/*  */

.wc-proceed-to-checkout a[href="https://aircraftvacuums.com/shop/checkout-2/"] {
	font-weight: 600;
	font-size: 16px !important;
	letter-spacing: 0.02em;
	border-radius: 4px;
}
.woocommerce-page table.cart button[name="update_cart"], .woocommerce table.cart div.coupon .button, .woocommerce-page table.cart .coupon button[name="apply_coupon"] {
	background-color: #00d75e;
	font-weight: 600;
	border: solid 1px #00d75e;
	border-radius: 6px;
	letter-spacing: 0.04em;
}
.woocommerce-page table.cart button[name="update_cart"]:hover, .woocommerce table.cart div.coupon .button, .woocommerce-page table.cart .coupon button[name="apply_coupon"]:hover {
	background-color: #00be53;
	border: solid 1px #00be53;
}
.woocommerce-page table.cart .coupon #coupon_code {
	padding-left: 10px !important;
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward {
	background-color: #00d75e;
	font-weight: 600;
	border: solid 1px #00d75e;
	border-radius: 6px;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.woocommerce-notices-wrapper .woocommerce-message a.button.wc-forward:hover {
	background-color: #00be53;
	border: solid 1px #00be53;
}