/**
* Theme Name: Ekommart Child
* Description: This is a child theme of Ekommart, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Opal Team</a>
* Template: ekommart
* Version: 4.1.6
*/
.main-navigation .sub-menu {
	padding: 0 !important;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
	padding: 0.5rem !important;
}

table.specifications {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.specifications td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.specifications td:first-child {
	font-weight: 600;
}

.specifications tr:nth-child(even) {
  background-color: #dddddd;
}

.product-category {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.5rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05);
	overflow: hidden;
}
