/**
 * Complx — WooCommerce single product / product taxonomy.
 */

.complx-product-wrap {
	width: min(1120px, calc(100% - 2.5rem));
	margin-inline: auto;
}

.complx-product-main {
	padding: 7.25rem 0 4.5rem;
}

/* Kill leftover Astra / default wrappers inside the shell */
.complx-product .ast-container,
.complx-product .site-content > .ast-container,
.complx-product #content,
.complx-product #primary,
.complx-product .entry-header,
.complx-product .ast-breadcrumbs-wrapper,
.complx-product .woocommerce-breadcrumb {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* Astra "separate container" paints a white card on .ast-article-single — kill it */
.complx-product .ast-article-single,
.complx-product div.product.ast-article-single,
.complx-product div.product,
body.complx-product-page.ast-separate-container .complx-product .ast-article-single,
body.ast-separate-container .complx-product .ast-article-single,
body.ast-separate-container.woocommerce .complx-product div.product,
.woocommerce.ast-separate-container .complx-product .ast-article-single {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
}

.complx-product .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 0.5rem;
	margin-bottom: 1.5rem !important;
	font-size: 0.8125rem;
	font-weight: 550;
	color: #586474;
}

.complx-product .woocommerce-breadcrumb a {
	color: #073B66;
	text-decoration: none;
}

.complx-product .woocommerce-breadcrumb a:hover {
	text-decoration: underline;
}

/* Layout */
.complx-product div.product {
	position: relative;
}

.complx-product div.product::after {
	content: "";
	display: table;
	clear: both;
}

.complx-product div.product div.images,
.complx-product div.product .woocommerce-product-gallery,
.complx-product div.product div.summary {
	float: none !important;
	margin-bottom: 1.75rem;
}

@media (min-width: 900px) {
	.complx-product div.product {
		display: grid !important;
		grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
		gap: 2.5rem 3rem;
		align-items: start;
	}

	.complx-product div.product div.images,
	.complx-product div.product .woocommerce-product-gallery {
		grid-column: 1;
		grid-row: 1;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		margin: 0 !important;
	}

	.complx-product div.product div.summary {
		grid-column: 2;
		grid-row: 1;
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.complx-product div.product .woocommerce-tabs,
	.complx-product div.product .related,
	.complx-product div.product .upsells {
		grid-column: 1 / -1;
	}
}

/* Keep long description after the summary/images row */
.complx-product div.product .woocommerce-tabs,
.complx-product div.product .related.products,
.complx-product div.product section.related,
.complx-product div.product section.upsells {
	clear: both;
	width: 100%;
}

/* section */
.complx-product .product_title,
.complx-product div.product .product_title,
.complx-product h1.product_title {
	margin: 0 0 1rem !important;
	font-family: "General Sans", Satoshi, sans-serif !important;
	font-size: clamp(1.65rem, 3.2vw, 2.35rem) !important;
	font-weight: 750 !important;
	letter-spacing: -0.03em !important;
	line-height: 1.15 !important;
	color: #073B66 !important;
}

.complx-product .woocommerce-product-details__short-description,
.complx-product .entry-summary,
.complx-product .summary {
	font-family: Satoshi, "Inter", system-ui, sans-serif;
	font-size: 1.0625rem;
	line-height: 1.7;
	color: #334155;
}

.complx-product .summary p,
.complx-product .woocommerce-product-details__short-description p {
	margin: 0 0 1rem;
}

.complx-product .summary strong,
.complx-product .woocommerce-product-details__short-description strong {
	color: #073B66;
	font-weight: 700;
}

.complx-product .summary ul,
.complx-product .woocommerce-product-details__short-description ul,
.complx-product .summary ol,
.complx-product .woocommerce-product-details__short-description ol {
	margin: 0.75rem 0 1.25rem;
	padding-left: 1.2rem;
}

.complx-product .summary li,
.complx-product .woocommerce-product-details__short-description li {
	margin: 0.35rem 0;
}

.complx-product .summary a,
.complx-product .woocommerce-Tabs-panel a {
	color: #073B66;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* section */
.complx-product div.product p.price,
.complx-product div.product span.price,
.complx-product .summary .price {
	margin: 1.15rem 0 1.35rem !important;
	font-family: "General Sans", Satoshi, sans-serif !important;
	font-size: clamp(1.55rem, 2.5vw, 1.95rem) !important;
	font-weight: 750 !important;
	letter-spacing: -0.02em;
	color: #073B66 !important;
}

.complx-product .summary .price del {
	opacity: 0.55;
	font-weight: 550;
	margin-right: 0.4rem;
}

.complx-product .summary .price ins {
	text-decoration: none;
}

/* section */
.complx-product .product_meta {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin: 0 0 1.25rem;
	padding: 0.95rem 1.05rem;
	border: 1px solid #D9E0E7;
	border-radius: 14px;
	background: #F5F7FA;
	font-size: 0.84rem;
	color: #586474;
}

.complx-product .product_meta a {
	color: #073B66;
	font-weight: 600;
	text-decoration: none;
}

.complx-product .product_meta a:hover {
	text-decoration: underline;
}

.complx-product .product_meta:empty,
.complx-product .product_meta:not(:has(> *)) {
	display: none !important;
}

/* section */
.complx-product .woocommerce-product-gallery {
	border-radius: 1.25rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid #D9E0E7;
	box-shadow: 0 18px 40px rgba(7, 59, 102, 0.08);
}

.complx-product .woocommerce-product-gallery__image img,
.complx-product .woocommerce-product-gallery__wrapper img,
.complx-product div.product div.images img {
	border-radius: 0;
	width: 100%;
	height: auto;
}

.complx-product .woocommerce-product-gallery .flex-control-thumbs {
	display: flex;
	gap: 0.5rem;
	margin: 0.65rem 0 0 !important;
	padding: 0 0.65rem 0.65rem;
}

.complx-product .woocommerce-product-gallery .flex-control-thumbs li {
	margin: 0 !important;
	width: 4.25rem !important;
}

.complx-product .woocommerce-product-gallery .flex-control-thumbs img {
	border-radius: 10px;
	border: 1px solid #D9E0E7;
	opacity: 0.75;
}

.complx-product .woocommerce-product-gallery .flex-control-thumbs .flex-active {
	opacity: 1;
	border-color: #073B66;
}

/* Cart form */
.complx-product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1.25rem;
}

.complx-product .quantity {
	display: inline-flex !important;
	align-items: center;
	margin: 0 !important;
	height: 48px;
}

.complx-product .quantity .qty,
.complx-product input.qty {
	width: 4.25rem !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	border: 1px solid #D9E0E7 !important;
	border-radius: 999px !important;
	background: #fff !important;
	color: #101828 !important;
	font-weight: 650 !important;
	text-align: center !important;
	box-shadow: none !important;
	box-sizing: border-box !important;
	line-height: 1 !important;
	padding: 0 !important;
}

.complx-product .quantity .qty:focus {
	border-color: #073B66 !important;
	outline: 2px solid rgba(7, 59, 102, 0.18);
}

.complx-product .single_add_to_cart_button,
.complx-product a.button,
.complx-product button.button,
.complx-product button.button.alt,
.complx-product a.button.alt {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: center !important;
	background: #073B66 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 999px !important;
	font-family: Satoshi, "Inter", system-ui, sans-serif !important;
	font-weight: 650 !important;
	font-size: 0.92rem !important;
	letter-spacing: 0.01em;
	text-transform: none !important;
	padding: 0 1.55rem !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	line-height: 1 !important;
	box-sizing: border-box !important;
	box-shadow: 0 10px 28px rgba(7, 59, 102, 0.22) !important;
	transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}

.complx-product .single_add_to_cart_button:hover,
.complx-product a.button:hover,
.complx-product button.button:hover,
.complx-product button.button.alt:hover,
.complx-product a.button.alt:hover {
	background: #062F52 !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 32px rgba(7, 59, 102, 0.28) !important;
}

/* section */
.complx-product .woocommerce-message,
.complx-product .woocommerce-info,
.complx-product .woocommerce-error {
	border-radius: 14px !important;
	border: 1px solid #D9E0E7 !important;
	background: #F5F7FA !important;
	color: #101828 !important;
	padding: 0.95rem 1.1rem !important;
	margin-bottom: 1.25rem !important;
}

.complx-product .woocommerce-message {
	border-color: #A7F3D0 !important;
	background: #ECFDF5 !important;
	color: #065F46 !important;
}

.complx-product .woocommerce-message a,
.complx-product .woocommerce-info a {
	color: #073B66 !important;
	font-weight: 650;
}

/* section */
.complx-product table,
.complx-product .shop_attributes,
.complx-product .woocommerce-product-attributes {
	width: 100%;
	border-collapse: separate !important;
	border-spacing: 0;
	border: 1px solid #D9E0E7 !important;
	border-radius: 14px;
	overflow: hidden;
	background: #fff;
	margin: 1.25rem 0 1.5rem;
}

.complx-product table th,
.complx-product .shop_attributes th,
.complx-product .woocommerce-product-attributes th {
	width: 38%;
	background: #F5F7FA !important;
	color: #073B66 !important;
	font-weight: 650 !important;
	font-size: 0.88rem;
	padding: 0.85rem 1rem !important;
	border-bottom: 1px solid #D9E0E7 !important;
	text-align: left;
	vertical-align: top;
}

.complx-product table td,
.complx-product .shop_attributes td,
.complx-product .woocommerce-product-attributes td {
	padding: 0.85rem 1rem !important;
	border-bottom: 1px solid #D9E0E7 !important;
	color: #334155;
	font-size: 0.92rem;
	vertical-align: top;
}

.complx-product table tr:last-child th,
.complx-product table tr:last-child td {
	border-bottom: 0 !important;
}

/* Tabs */
.complx-product .woocommerce-tabs,
.complx-product.woocommerce div.product .woocommerce-tabs,
.woocommerce-js .complx-product div.product .woocommerce-tabs {
	margin-top: 2.5rem;
	border: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.complx-product .woocommerce-tabs ul.tabs,
.complx-product.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0.55rem;
	padding: 0 !important;
	margin: 0 0 1rem !important;
	border: 0 !important;
	list-style: none !important;
	overflow: visible !important;
}

.complx-product .woocommerce-tabs ul.tabs::before,
.complx-product .woocommerce-tabs ul.tabs::after,
.complx-product.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.complx-product.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs::after {
	display: none !important;
	content: none !important;
	border: 0 !important;
	height: 0 !important;
	width: 0 !important;
}

.complx-product .woocommerce-tabs ul.tabs li,
.complx-product.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs li {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	position: static !important;
}

.complx-product .woocommerce-tabs ul.tabs li::before,
.complx-product .woocommerce-tabs ul.tabs li::after,
.complx-product .woocommerce-tabs ul.tabs li.active::before,
.complx-product .woocommerce-tabs ul.tabs li.active::after {
	display: none !important;
	content: none !important;
	border: 0 !important;
}

.complx-product .woocommerce-tabs ul.tabs li a,
.complx-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs li a {
	display: inline-flex !important;
	align-items: center;
	min-height: 2.5rem;
	padding: 0.5rem 1.1rem !important;
	border-radius: 999px !important;
	border: 1px solid #D9E0E7 !important;
	background: #fff !important;
	color: #073B66 !important;
	font-size: 0.9rem !important;
	font-weight: 650 !important;
	text-decoration: none !important;
	box-shadow: none !important;
}

.complx-product .woocommerce-tabs ul.tabs li.active a,
.complx-product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs li a:hover {
	background: #073B66 !important;
	border-color: #073B66 !important;
	color: #fff !important;
}

.complx-product .woocommerce-Tabs-panel,
.complx-product .woocommerce-tabs .panel,
.complx-product.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-js .complx-product div.product .woocommerce-tabs .panel,
.woocommerce-js .complx-product div.product .woocommerce-tabs .woocommerce-Tabs-panel {
	border: 1px solid #D9E0E7 !important;
	border-radius: 1.15rem !important;
	background: #fff !important;
	padding: 1.65rem 1.75rem !important;
	margin: 0 !important;
	color: #334155;
	font-size: 1.0625rem !important;
	line-height: 1.7 !important;
	box-shadow: none !important;
}

.complx-product .woocommerce-Tabs-panel p,
.complx-product .woocommerce-tabs .panel p,
.complx-product .woocommerce-Tabs-panel li,
.complx-product .woocommerce-tabs .panel li {
	font-size: inherit !important;
	line-height: inherit !important;
}

.complx-product .woocommerce-Tabs-panel > *:first-child,
.complx-product .woocommerce-tabs .panel > *:first-child {
	margin-top: 0;
}

.complx-product .woocommerce-Tabs-panel > *:last-child,
.complx-product .woocommerce-tabs .panel > *:last-child {
	margin-bottom: 0;
}

.complx-product .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6),
.complx-product .woocommerce-tabs .panel :is(h1, h2, h3, h4, h5, h6) {
	margin: 0 0 0.9rem !important;
	font-family: "General Sans", Satoshi, sans-serif !important;
	font-weight: 700 !important;
	color: #073B66 !important;
	line-height: 1.28 !important;
	letter-spacing: -0.02em;
}

.complx-product .woocommerce-Tabs-panel h1,
.complx-product .woocommerce-tabs .panel h1 {
	font-size: clamp(1.55rem, 2.8vw, 2.05rem) !important;
	margin-bottom: 1rem !important;
}

.complx-product .woocommerce-Tabs-panel h2,
.complx-product .woocommerce-tabs .panel h2 {
	font-size: clamp(1.28rem, 2.2vw, 1.45rem) !important;
}

.complx-product .woocommerce-Tabs-panel h3,
.complx-product .woocommerce-tabs .panel h3 {
	font-size: clamp(1.18rem, 2vw, 1.32rem) !important;
}

.complx-product .woocommerce-Tabs-panel h4,
.complx-product .woocommerce-Tabs-panel h5,
.complx-product .woocommerce-Tabs-panel h6,
.complx-product .woocommerce-tabs .panel h4,
.complx-product .woocommerce-tabs .panel h5,
.complx-product .woocommerce-tabs .panel h6 {
	font-size: clamp(1.1rem, 1.8vw, 1.2rem) !important;
}

.complx-product .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6) :is(strong, b),
.complx-product .woocommerce-tabs .panel :is(h1, h2, h3, h4, h5, h6) :is(strong, b) {
	color: inherit !important;
	font-weight: 750 !important;
	font-size: inherit !important;
}

/* section */
.complx-product .related.products > h2,
.complx-product .upsells.products > h2,
.complx-product section.related > h2,
.complx-product section.upsells > h2 {
	margin: 2.75rem 0 1.25rem;
	font-family: "General Sans", Satoshi, sans-serif;
	font-size: clamp(1.35rem, 2.4vw, 1.75rem);
	font-weight: 750;
	letter-spacing: -0.02em;
	color: #073B66;
}

.complx-product ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.15rem;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.complx-product ul.products::before,
.complx-product ul.products::after {
	display: none !important;
}

.complx-product ul.products li.product {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0.9rem !important;
	border: 1px solid #D9E0E7;
	border-radius: 1.15rem;
	background: #fff;
	box-shadow: 0 10px 28px rgba(7, 59, 102, 0.06);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.complx-product ul.products li.product:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 36px rgba(7, 59, 102, 0.12);
}

.complx-product ul.products li.product img {
	border-radius: 0.85rem;
	margin-bottom: 0.75rem;
}

.complx-product ul.products li.product .woocommerce-loop-product__title {
	font-family: "General Sans", Satoshi, sans-serif;
	font-size: 1rem !important;
	font-weight: 650 !important;
	color: #073B66 !important;
	padding: 0 !important;
}

.complx-product ul.products li.product .price {
	color: #073B66 !important;
	font-weight: 700 !important;
}

/* section */
.complx-product.tax-product_cat .woocommerce-products-header__title,
.complx-product.tax-product_tag .woocommerce-products-header__title,
.tax-product_cat.complx-product-page .woocommerce-products-header__title {
	font-family: "General Sans", Satoshi, sans-serif;
	font-size: clamp(1.8rem, 3.5vw, 2.5rem);
	font-weight: 750;
	letter-spacing: -0.03em;
	color: #073B66;
	margin: 0 0 1.25rem;
}

/* section */
html.dark .complx-product .product_title,
html.dark .complx-product div.product .product_title,
html.dark .complx-product h1.product_title,
html.dark .complx-product .summary .price,
html.dark .complx-product div.product p.price,
html.dark .complx-product .woocommerce-Tabs-panel h2,
html.dark .complx-product .related.products > h2,
html.dark .complx-product .upsells.products > h2,
html.dark .complx-product ul.products li.product .woocommerce-loop-product__title,
html.dark .complx-product ul.products li.product .price,
.dark .complx-product .product_title,
.dark .complx-product div.product .product_title,
.dark .complx-product h1.product_title,
.dark .complx-product .summary .price,
.dark .complx-product div.product p.price,
.dark .complx-product .woocommerce-Tabs-panel h2,
.dark .complx-product .related.products > h2,
.dark .complx-product .upsells.products > h2,
.dark .complx-product ul.products li.product .woocommerce-loop-product__title,
.dark .complx-product ul.products li.product .price {
	color: #ffffff !important;
}

html.dark .complx-product .woocommerce-product-details__short-description,
html.dark .complx-product .summary,
html.dark .complx-product .summary p,
html.dark .complx-product .woocommerce-Tabs-panel,
html.dark .complx-product .woocommerce-tabs .panel,
html.dark .complx-product .woocommerce-breadcrumb,
.dark .complx-product .woocommerce-product-details__short-description,
.dark .complx-product .summary,
.dark .complx-product .summary p,
.dark .complx-product .woocommerce-Tabs-panel,
.dark .complx-product .woocommerce-tabs .panel,
.dark .complx-product .woocommerce-breadcrumb {
	color: rgba(255, 255, 255, 0.78) !important;
}

html.dark .complx-product .summary strong,
html.dark .complx-product .summary a,
html.dark .complx-product .woocommerce-breadcrumb a,
html.dark .complx-product .product_meta a,
.dark .complx-product .summary strong,
.dark .complx-product .summary a,
.dark .complx-product .woocommerce-breadcrumb a,
.dark .complx-product .product_meta a {
	color: #F4A261;
}

/* Dark surfaces — specificity must beat light .woocommerce-js rules */
html.dark .complx-product .product_meta,
html.dark .complx-product .woocommerce-product-gallery,
html.dark .complx-product .woocommerce-Tabs-panel,
html.dark .complx-product .woocommerce-tabs .panel,
html.dark .complx-product.woocommerce div.product .woocommerce-tabs .panel,
html.dark .woocommerce-js .complx-product div.product .woocommerce-tabs .panel,
html.dark .woocommerce-js .complx-product div.product .woocommerce-tabs .woocommerce-Tabs-panel,
html.dark .complx-product table,
html.dark .complx-product ul.products li.product,
html.dark .complx-product .woocommerce-message,
html.dark .complx-product .woocommerce-info,
.dark .complx-product .product_meta,
.dark .complx-product .woocommerce-product-gallery,
.dark .complx-product .woocommerce-Tabs-panel,
.dark .complx-product .woocommerce-tabs .panel,
.dark .complx-product.woocommerce div.product .woocommerce-tabs .panel,
.dark .woocommerce-js .complx-product div.product .woocommerce-tabs .panel,
.dark .woocommerce-js .complx-product div.product .woocommerce-tabs .woocommerce-Tabs-panel,
.dark .complx-product table,
.dark .complx-product ul.products li.product,
.dark .complx-product .woocommerce-message,
.dark .complx-product .woocommerce-info {
	background: rgba(21, 40, 83, 0.72) !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
	color: rgba(255, 255, 255, 0.86) !important;
}

html.dark .complx-product .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6),
html.dark .complx-product .woocommerce-tabs .panel :is(h1, h2, h3, h4, h5, h6),
html.dark .woocommerce-js .complx-product div.product .woocommerce-tabs .panel :is(h1, h2, h3, h4, h5, h6),
html.dark .woocommerce-js .complx-product div.product .woocommerce-tabs .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6),
.dark .complx-product .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6),
.dark .complx-product .woocommerce-tabs .panel :is(h1, h2, h3, h4, h5, h6),
.dark .woocommerce-js .complx-product div.product .woocommerce-tabs .panel :is(h1, h2, h3, h4, h5, h6),
.dark .woocommerce-js .complx-product div.product .woocommerce-tabs .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6) {
	color: #ffffff !important;
}

html.dark .complx-product .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6) :is(strong, b),
html.dark .complx-product .woocommerce-tabs .panel :is(h1, h2, h3, h4, h5, h6) :is(strong, b),
html.dark .complx-product .woocommerce-Tabs-panel a,
html.dark .complx-product .woocommerce-tabs .panel a,
.dark .complx-product .woocommerce-Tabs-panel :is(h1, h2, h3, h4, h5, h6) :is(strong, b),
.dark .complx-product .woocommerce-tabs .panel :is(h1, h2, h3, h4, h5, h6) :is(strong, b),
.dark .complx-product .woocommerce-Tabs-panel a,
.dark .complx-product .woocommerce-tabs .panel a {
	color: #ffffff !important;
}

html.dark .complx-product .woocommerce-Tabs-panel a:hover,
html.dark .complx-product .woocommerce-tabs .panel a:hover,
.dark .complx-product .woocommerce-Tabs-panel a:hover,
.dark .complx-product .woocommerce-tabs .panel a:hover {
	color: #F4A261 !important;
}

html.dark .complx-product table th,
html.dark .complx-product .shop_attributes th,
.dark .complx-product table th,
.dark .complx-product .shop_attributes th {
	background: rgba(10, 21, 46, 0.65) !important;
	color: #ffffff !important;
	border-color: rgba(255, 255, 255, 0.12) !important;
}

html.dark .complx-product table td,
.dark .complx-product table td {
	border-color: rgba(255, 255, 255, 0.12) !important;
	color: rgba(255, 255, 255, 0.8);
}

html.dark .complx-product .quantity .qty,
html.dark .complx-product input.qty,
.dark .complx-product .quantity .qty,
.dark .complx-product input.qty {
	background: rgba(255, 255, 255, 0.06) !important;
	border-color: rgba(255, 255, 255, 0.18) !important;
	color: #fff !important;
}

html.dark .complx-product .woocommerce-tabs ul.tabs li a,
html.dark .complx-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
html.dark .woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs li a,
.dark .complx-product .woocommerce-tabs ul.tabs li a,
.dark .complx-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.dark .woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs li a {
	background: rgba(255, 255, 255, 0.06) !important;
	border-color: rgba(255, 255, 255, 0.16) !important;
	color: #fff !important;
}

html.dark .complx-product .woocommerce-tabs ul.tabs li.active a,
html.dark .complx-product .woocommerce-tabs ul.tabs li a:hover,
html.dark .woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs li.active a,
html.dark .woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs li a:hover,
.dark .complx-product .woocommerce-tabs ul.tabs li.active a,
.dark .complx-product .woocommerce-tabs ul.tabs li a:hover,
.dark .woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs li.active a,
.dark .woocommerce-js .complx-product div.product .woocommerce-tabs ul.tabs li a:hover {
	background: #ffffff !important;
	border-color: #ffffff !important;
	color: #073B66 !important;
}

html.dark .complx-product .single_add_to_cart_button,
html.dark .complx-product a.button,
html.dark .complx-product button.button,
html.dark .complx-product button.button.alt,
.dark .complx-product .single_add_to_cart_button,
.dark .complx-product a.button,
.dark .complx-product button.button,
.dark .complx-product button.button.alt {
	background: #ffffff !important;
	color: #073B66 !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28) !important;
}

html.dark .complx-product .single_add_to_cart_button:hover,
html.dark .complx-product a.button:hover,
html.dark .complx-product button.button:hover,
.dark .complx-product .single_add_to_cart_button:hover,
.dark .complx-product a.button:hover,
.dark .complx-product button.button:hover {
	background: #F5F7FA !important;
	color: #073B66 !important;
}
