/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* -----------------------------------------------------------------------
 * Product Specifications table
 * Scoped entirely to .woocommerce-product-specifications so it cannot
 * affect the cart totals table, the checkout review table, or any other
 * WooCommerce <table> on the site.
 * ---------------------------------------------------------------------- */

/* ==========================================
   Product Specifications Table
   Override Elementor/WooCommerce styles
   ========================================== */

table.woocommerce-product-specifications {
	width: 100% !important;
	max-width: 100% !important;
	margin: 10px 0 !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	table-layout: fixed !important;
	font-size: 13px !important;
	line-height: 1.4 !important;
}

table.woocommerce-product-specifications tbody {
	width: 100% !important;
}

table.woocommerce-product-specifications tr {
	width: 100% !important;
}

table.woocommerce-product-specifications th,
table.woocommerce-product-specifications td {
	padding: 8px 10px !important;
	border: 1px solid #ddd !important;
	text-align: left !important;
	vertical-align: top !important;
	word-break: break-word !important;
	overflow-wrap: anywhere !important;
	white-space: normal !important;
}

table.woocommerce-product-specifications th {
	width: 35% !important;
	background-color: #f7f7f7 !important;
	font-weight: 600 !important;
}

table.woocommerce-product-specifications td {
	width: 65% !important;
	background-color: #fff !important;
}


/* Even rows */
table.woocommerce-product-specifications tbody tr:nth-child(even) th,
table.woocommerce-product-specifications tbody tr:nth-child(even) td {
	background-color: #fafafa !important;
}


/* ==========================================
   Mobile
   ========================================== */

@media (max-width: 767px) {

	table.woocommerce-product-specifications {
		width: 100% !important;
		max-width: 100% !important;
		table-layout: fixed !important;
		font-size: 12px !important;
	}

	table.woocommerce-product-specifications th,
	table.woocommerce-product-specifications td {
		display: table-cell !important;
		padding: 8px 7px !important;
		border: 1px solid #ddd !important;
		vertical-align: top !important;
		white-space: normal !important;
		word-break: break-word !important;
		overflow-wrap: anywhere !important;
	}

	table.woocommerce-product-specifications th {
		width: 38% !important;
	}

	table.woocommerce-product-specifications td {
		width: 62% !important;
	}
}


/* ==========================================
   Small Mobile
   ========================================== */

@media (max-width: 480px) {

	table.woocommerce-product-specifications {
		font-size: 11px !important;
	}

	table.woocommerce-product-specifications th,
	table.woocommerce-product-specifications td {
		padding: 7px 6px !important;
		border: 1px solid #ddd !important;
	}

	table.woocommerce-product-specifications th {
		width: 38% !important;
	}

	table.woocommerce-product-specifications td {
		width: 62% !important;
	}
}


/* ==========================================
   Prevent overflow
   ========================================== */

table.woocommerce-product-specifications,
table.woocommerce-product-specifications *,
table.woocommerce-product-specifications *::before,
table.woocommerce-product-specifications *::after {
	box-sizing: border-box !important;
}


/* ==========================================
   My Account
   ========================================== */

.woocommerce-orders-table details.ppspecs-account-details {
	max-width: 100%;
}

.woocommerce-orders-table details.ppspecs-account-details summary {
	cursor: pointer;
	color: #2271b1;
	font-weight: 600;
	font-size: 13px;
}

.woocommerce-orders-table details.ppspecs-account-details .ppspecs-account-product-name {
	margin: 10px 0 4px;
	font-weight: 600;
	font-size: 13px;
}

/*mini cart*/
.woocommerce-mini-cart .variation-ProductSpecifications{
	display:none;
}
