@media (min-width: 1200px) {
	.wc-block-cart__main .wp-block-woocommerce-cart-cross-sells-block div {
		width: 80%;
	}
}
@media (max-width: 706px) {
	.wc-block-cart__main .wp-block-woocommerce-cart-cross-sells-block {
		display: none;
	}
}
/* Checkout Page  */
/* Terms and Conditions Input Box */
.woocommerce-terms-and-conditions-wrapper p.validate-required  label.woocommerce-form__label > #terms {
	height: 26px;
	width: 26px;
}

.woocommerce-terms-and-conditions-wrapper p.validate-required  label.woocommerce-form__label
> span.woocommerce-terms-and-conditions-checkbox-text {
	font-size: 16px;
}
.woocommerce-terms-and-conditions-wrapper {
	margin: 0 0 1em 0;
}

div.hide-logged-in {
	display: none !important;
}

/* Checkout Place Order button(s)  */
button#place_order {
	background-color: #227d42; /* Green */
}

button#final_place_order {
	background-color: #227d42; /* Green */
}
/* END Checkout Page  */
