/* css custom */
.sc-warranty .sc-content {
  max-width: 850px;
}

.sc-warranty {
  border: 1px solid #E8E8E8
}

.sc-warranty td:first-child {
  text-align: center;
}

.sc-warranty td ul {
  padding-left: 20px;
}

.sc-warranty td {
  text-align: left;
}

.sc-warranty td ul {
  padding-left: 20px;
  margin: 0;
}

.sc-warranty .note ul {
  padding-left: 24px;
  margin-top: 4px;
  margin-bottom: 0;
}

.note small,
.note ul li {
  font-size: 13px;
  line-height: 20px;
}

.table-responsive .tfooter-td tr td {
  color: #00A94F;
  background: #F0FAF7;
  text-align: center;
}

.t-title,
.t-subtitle {
  text-align: left !important;
}

.table.table-accordion tr:last-child th {
  border: 1px solid #E8E8E8;
}

.t-title {
  background-color: #FAFAFA !important;
}

.t-title strong {
  color: #333333;
}

.sc-highlight .wrapper.bg-one {
  background: #108666;
}

.sc-highlight .wrapper.bg-two {
  background: #339E81;
}

.sc-highlight .wrapper.bg-three {
  background: #52BA95;
}

.sc-protection .note {
  padding-bottom: 0;
}

.sc-protection .note p {
  color: #EE3124;
  font-size: 13px;
  line-height: 1.5em;
  margin: 0;
  padding-bottom: 4px;
}

.sc-protection .note small {
  padding: 0;
}

.sc-protection .note small:before {
  display: none;
}

.sc-protection .box-tc {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 16px 24px;
  border-radius: 8px;
}

.sc-protection .box-tc p {
  font-size: 16px;
  line-height: 24px;
}

@media screen and (min-width:768px) {
  .sc-protection .note {
    margin-bottom: 40px;
  }

  .sc-warranty td {
    padding: 16px 24px;
  }

  .sc-warranty .note ul {
    display: flex;
    flex-wrap: wrap;
  }

  .sc-warranty .note ul li {
    width: 50%;
    padding-right: 30px;
  }
}

@media screen and (min-width:992px) {
  .sc-protection .note {
    text-align: center;
  }
}

/* @media screen and (max-width:991px) {
  .sc-warranty .sc-content table .nw {
    white-space: normal;
  }
} */

@media screen and (max-width:767px) {
  .sc-highlight .item-list>li {
    width: calc(100%);
    padding: 56px 8px 8px 8px;
    list-style: none;
    padding-top: 16px;
  }

  .sc-highlight .item-list>li .wrapper .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 156px;
    top: auto;
    left: auto;
  }

  .sc-highlight .wrapper .content,
  .sc-highlight .item-list>li:last-child .wrapper .content {
    padding: 16px 16px 16px 16px;
    height: 172px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .sc-protection .note {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .sc-protection .sc-heading {
    margin-bottom: 16px;
  }
}