.pst-product-specification-table-wrapper {
	display: block;
	width: 100%;
}

.pst-toggle-product-specification-table-wrapper {
	border: 1px solid #f2f2f5;
	margin-bottom: 15px;
}

.pst-product-specification-table-wrapper h3 {
	color: #000;
	font-weight: 600;
	margin: 0;
}

.pst-toggle-product-specification-table-wrapper h3 {
	padding: 10px;
	font-size: 18px;
	background: #f2f2f5;
}

.pst-toggle-product-specification-table-wrapper h3::after {
	content: "\f140";
	font-family: dashicons;
	display: inline-block;
	float: right;
	line-height: 1;
	font-size: 22px;
}

.pst-product-specification-table-wrapper table {
	width: 95%;
	border-collapse: collapse;
	margin: 3%;
}

.pst-product-specification-table-wrapper table tr th {
	padding: 10px;
	color: #000;
	width: 50%;
	background: #f8f8f8;
	border: none;
	text-align: left;
}

.pst-product-specification-table-wrapper .pst-product-specification-image {
	width: 124px;
	height: auto;
}

.pst-product-specification-table-wrapper table tr td {
	padding: 10px;
	color: #666;
	background: #fdfdfd;
	border: none;
	text-align: left;
}

.pst-product-spec-table-link-msg.pst-product-spec-table-link-variable {
	display: none;
}

.pst-hide {
	display: none;
}

@media screen and (max-width: 768px) {
	.pst-product-specification-table-wrapper tbody tr th {
		display: revert !important;
	}

	.pst-product-specification-table-wrapper tbody tr td {
		text-align: left !important;
	}
}
