:root {
  --bg-lp-odd: #E5E5E5 !important;
  --bg-lp-even: #FFFFFF !important;
}

#engineAjax {
    margin-top: 0px;
}
#engine{
  padding-bottom: 0px;
}

#shop-warranty .breadcrumb-box a {
  color: #000;
}

#shop-warranty .warranty_info_table > div > .warranty_section {
  background: #F8F8F8;
  color: #000000;
  text-transform: initial;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}
#shop-warranty .warranty_info_table > div > div {
  border-color: #707070;
  border-width: 1px;
  border-bottom-width: 0px;
  background-color: #FFFFFF;
}
#shop-warranty .warranty_info_table > div > div:first-child {
  border-left-width: 1px;
}
#shop-warranty .warranty_info_table > div > div + div {
  border-left-width: 0px;
}
#shop-warranty .warranty_info_table > div > div:last-child,
#shop-warranty .warranty_info_table > div > div.last {
  border-right: 1px solid #707070;
}
#shop-warranty .warranty_info_table > div:nth-child(2) > div {
  border-top: 1px solid #707070;
}
#shop-warranty .warranty_info_table > div:last-child > div {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#shop-warranty .warranty_info_table_header > .table_header_row > .warranty-block-product {
  border-right: 1px solid #707070;
}
#shop-warranty .warranty_info_table_header > div > div {
  border-color: #707070;
  border-width: 1px;
}
#shop-warranty .warranty_info_table_header > div > div + div {
  border-left-width: 0px;
}

#shop-warranty .warranty_info_table > div > .warranty_type,
#shop-warranty .warranty_info_table_header > .table_header_row > .warranty_header > span.size_10 {
  font-size: 13px;
  line-height: 18px;
}