/**
 * OMIVEXIS cart and checkout pages — shared homepage header/footer layout
 */

:root {
	--omivexis-cart-checkout-accent: #b54883;
	--omivexis-cart-checkout-text: #2c2d33;
	--omivexis-cart-checkout-muted: #616161;
	--omivexis-cart-checkout-border: #e2e2e2;
}

body.omivexis-cart-page,
body.omivexis-checkout-page {
	background: #ffffff !important;
	font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	color: var(--omivexis-cart-checkout-text);
}

body.omivexis-cart-page .content-wrapper,
body.omivexis-checkout-page .content-wrapper,
body.omivexis-cart-page .omivexis-cart-checkout-wrapper,
body.omivexis-checkout-page .omivexis-cart-checkout-wrapper {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.omivexis-cart-page .site-main.omivexis-cart-main,
body.omivexis-checkout-page .site-main.omivexis-checkout-main {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.omivexis-cart-page .entry-content,
body.omivexis-checkout-page .entry-content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 20px 64px;
}

body.omivexis-cart-page .woocommerce-cart-form,
body.omivexis-cart-page .cart-collaterals,
body.omivexis-checkout-page .woocommerce-checkout {
	max-width: 1200px;
	margin: 0 auto;
	padding: 48px 20px 64px;
}

body.omivexis-cart-page .entry-header,
body.omivexis-cart-page .page-header,
body.omivexis-cart-page .woocommerce-breadcrumb,
body.omivexis-checkout-page .entry-header,
body.omivexis-checkout-page .page-header,
body.omivexis-checkout-page .woocommerce-breadcrumb {
	display: none !important;
}

body.omivexis-cart-page .woocommerce > h1:first-child,
body.omivexis-checkout-page .woocommerce > h1:first-child,
body.omivexis-cart-page .woocommerce-cart-form h2,
body.omivexis-checkout-page .woocommerce-checkout h3 {
	color: var(--omivexis-cart-checkout-text);
}

body.omivexis-cart-page .button,
body.omivexis-cart-page .checkout-button,
body.omivexis-checkout-page .button,
body.omivexis-checkout-page #place_order {
	background: var(--omivexis-cart-checkout-accent) !important;
	border-color: var(--omivexis-cart-checkout-accent) !important;
	color: #ffffff !important;
}

body.omivexis-cart-page .button:hover,
body.omivexis-cart-page .checkout-button:hover,
body.omivexis-checkout-page .button:hover,
body.omivexis-checkout-page #place_order:hover {
	background: #9a3a6f !important;
	border-color: #9a3a6f !important;
	color: #ffffff !important;
}

@media (max-width: 767px) {
	body.omivexis-cart-page .woocommerce-cart-form,
	body.omivexis-cart-page .cart-collaterals,
	body.omivexis-checkout-page .woocommerce-checkout,
	body.omivexis-cart-page .entry-content,
	body.omivexis-checkout-page .entry-content {
		padding: 32px 16px 48px;
	}
}

/* User-requested cart cleanup */
.xoo-wsc-info-cont,
.xoo-wsc-footer-txt {
  display: none !important;
}
