/*
Theme Name: The7 Child
description: >-
  The7 Child Theme
Author: Twist & Bits
Author URI: https://twistbits.com/
Template: dt-the7
Version: 1.0.0
Text Domain: the7mk2-child
*/


#prod-specs {
  background: white;
  color: black;
}

#prod-specs thead {
  background: #191919 !important;
  color: white;
}

#prod-specs thead,
#prod-specs tbody {
  /* margin: 0 -25px;
  width: calc(100% + 50px); */
  padding-left: 25px;
  padding-right: 25px;
}

#prod-specs tbody tr:nth-child(odd) {
  background: #f9f9f9 !important;
}

#sidebar-specs {
  padding-left: 0;
  padding-right: 0;
}

#sidebar-specs .widget-title {
  padding: 0 25px;
}

#sidebar-specs .column-1 {
  padding-left: 25px;
}
