:root {
	--color-primary : #FD9800; 
	--color-body : #454F5E;
}

mark, 
h1 mark, 
h2 mark, 
h3 mark, 
h4 mark, 
p mark {
    color: var(--e-global-color-primary);
    background: transparent;
}

/* Colors */

.text-primary {
	color: var(--color-primary);
}

/* Typography */

p {
	margin-bottom: 1.25rem;
}
p:last-child {
	margin-bottom: 0;
}

/* Table */

.simple-bordered-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #333;
}
.simple-bordered-table th,
.simple-bordered-table td {
  border: 3px solid #333 !important;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
	color: #0F172A;
}
.simple-bordered-table thead th {
  font-weight: bold;
}
.simple-bordered-table thead th:not(:first-child),
.simple-bordered-table tbody td:not(:first-child){
    text-align: center;
}

@media (max-width: 767px) {
	.simple-bordered-table th, .simple-bordered-table td {
		padding: 5px;
	}
}

/* Woocommerce */


/* Product - Cart */

.woocommerce div.product form.cart .variations {
	border-bottom: 1px solid #ddd;
}
.woocommerce div.product form.cart .variations tr {
	display: flex;
	flex-wrap: wrap;
	
}
.woocommerce div.product form.cart .variations label {
	color: var(--color-body);
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	text-align: left;
	background-color: transparent;
}

/* Product - Meta */

.elementor-widget-woocommerce-product-meta .posted_in,
.elementor-widget-woocommerce-product-meta .tagged_as {
    display: none;
}


/* Product - Data Tabs */

.woocommerce div.product.elementor ul.tabs {
	border-top: 1px solid #ddd;
	padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #fff;
	border: none;
	position: relative;
	border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: var(--color-primary);
	border-radius: 0;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
	border-top: 0;
}

.woocommerce table.shop_attributes {
	border-color: #ddd;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	vertical-align: middle;
	background-color: transparent;
	color: var(--color-body);
	padding: .67em 1.34em;
	border-color: #ddd;
	border-width: 1px;
	font-style: normal;
}

/* Elementor */

/* Posts - Single */

.elementor-widget-theme-post-content h3 {
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: 1px;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.elementor-widget-theme-post-content ul {
	margin-bottom: 1.5rem; 
	padding-left: 1.25rem;
}


/* Misc */

img:is([sizes="auto" i], [sizes^="auto," i]) {
	contain-intrinsic-size: none;
}


