/**
* Theme Name: Tactiko Child
* Description: This is a child theme of Tactiko, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: tactiko
* Version: 1.1.0
*/

.product .content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5em;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.product .content table thead {
  background-color: #f5f5f5;
}

.product .content table th,
.product .content table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
}

.product .content table th {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product .content table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

.product .content table tbody tr:hover {
  background-color: #f0f0f0;
}
.rodo {
	margin-top: -15px;
	font-size: 13px;
}
.rodo p {
	margin: 10px 0px;
}
.social-share-header {
    display: block !important;
}
.tactiko-social-share {
    margin-top: 10px;
}
.single-product div.product p.price {
    display: none;
}