/* NeNashi product specifications — source module v1.3.2. */
html.route-product-product #tab-specification {
  box-sizing: border-box;
  padding: 4px 0 8px;
}

html.route-product-product #tab-specification table.table {
  width: 100%;
  margin: 0;
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0 7px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

html.route-product-product #tab-specification table.table > thead > tr > td {
  padding: 2px 4px 5px !important;
  border: 0 !important;
  background: transparent;
  color: #f26522;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .055em;
  text-transform: uppercase;
}

html.route-product-product #tab-specification table.table > tbody > tr > td {
  width: 50%;
  padding: 13px 14px !important;
  border: 0 !important;
  background: #f6f7f9;
  color: #252b33;
  font-size: 14px;
  line-height: 1.35;
  vertical-align: middle;
}

html.route-product-product #tab-specification table.table > tbody > tr > td:first-child {
  border-radius: 12px 0 0 12px;
  color: #737b86;
  font-weight: 600;
}

html.route-product-product #tab-specification table.table > tbody > tr > td:last-child {
  border-left: 0 !important;
  border-radius: 0 12px 12px 0;
  color: #1d2229;
  font-weight: 750;
  text-align: right;
}

@media (max-width: 767px) {
  html.route-product-product #tab-specification {
    width: calc(100% + 54px) !important;
    max-width: none !important;
    margin-left: -27px !important;
    margin-right: -27px !important;
    padding: 4px !important;
  }
}
