/* mixins */
/* inspired by bootstrap */
.circle-diagram-box {
  padding-top: 11px; }
  @media (max-width: 991px) {
    .circle-diagram-box {
      float: left;
      width: 25%;
      padding: 0 5px 11px;
      text-align: center; }
      .circle-diagram-box__wrapper {
        padding-top: 20px; } }
  @media (max-width: 767px) {
    .circle-diagram-box {
      float: left;
      width: 50%;
      padding: 0 5px 11px; } }
  @media (max-width: 479px) {
    .circle-diagram-box svg {
      width: 108px;
      height: 108px; } }
  .circle-diagram-box .svg {
    max-width: 100%; }

.features-subheading {
  color: #000000;
  font-family: 'MontserratBold', sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 35px 0 34px; }

.features-table-wrap {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 11px 10px; }

/* table_data_sheet */
.table-data-sheet {
  display: block;
  width: 100%;
  margin: 0;
  background: #fff; }
  .table-data-sheet tbody {
    display: block; }
  .table-data-sheet tr {
    transition: all 0.24s ease-in-out;
    border-top: 1px solid #e1e1e1;
    *zoom: 1;
    /*&.even{
      background: $tr-even-bg;
    }*/ }
    .table-data-sheet tr:after {
      content: "";
      display: table;
      clear: both; }
    .table-data-sheet tr:first-child {
      border-top: none; }
      .table-data-sheet tr:first-child td {
        border-top: none; }
    .table-data-sheet tr:last-child {
      border-bottom: none; }
      .table-data-sheet tr:last-child td {
        border-bottom: none; }
    .table-data-sheet tr td {
      display: block;
      padding: 10px 20px 9px;
      border-right: 1px solid #e1e1e1;
      width: 33.3333%;
      font-weight: 700;
      color: #333;
      float: left;
      min-height: 39px; }
      .table-data-sheet tr td:first-child {
        border-left: none;
        color: #c10a25;
        font-family: "MontserratSemiBold", sans-serif;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        width: 32.8%; }
      .table-data-sheet tr td:nth-of-type(2) {
        color: #000000;
        font-family: "MontserratSemiBold", sans-serif;
        font-size: 14px;
        font-weight: 600;
        width: 34.2%; }
      .table-data-sheet tr td:last-child {
        border-right: none;
        color: #c10a25;
        font-family: "MontserratSemiBold", sans-serif;
        font-size: 12px;
        font-weight: 600;
        width: 33%; }
    @media (max-width: 767px) {
      .table-data-sheet tr.plain-feature td:first-child {
        display: none; }
      .table-data-sheet tr.main-feature td:last-child {
        display: none; }
      .table-data-sheet tr.main-feature td:nth-of-type(2) {
        border-right: none; }
      .table-data-sheet tr td:first-child, .table-data-sheet tr td:nth-of-type(2), .table-data-sheet tr td:last-child {
        width: 50%;
        font-size: 11px; }
      .table-data-sheet tr td:first-child {
        font-size: 12px; } }
    .table-data-sheet tr:hover {
      box-shadow: inset 0 0 0 2px #c10a25, 0 0 8px rgba(0, 0, 0, 0.15); }

@media (max-width: 767px) {
  .product-ingredients .page-heading {
    font-size: 20px;
    margin: 16px 0 24px; } }