﻿.compare-titles h1 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.compare-titles h2 {
  font-size: 1.2rem;
}
.compare {
  font-size: 0.8rem;
  padding-top: 0;
}
.compare table {
  width: 100%;
}
.compare thead {
  background: #FFF;
  position: sticky;
  top: 20px;
  /*155px;*/
}
.compare th.label {
  text-align: left;
  width: 150px;
  font-weight: bold;
  line-height: 1rem;
}
.compare th.label::first-letter {
  text-transform: uppercase;
}
.compare th.tool.highlight,
.compare tr.results td.value.highlight {
  background: lightyellow !important;
}
.compare th.tool {
  text-align: center;
  width: 10%;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1.1rem;
  border-left: solid 1px #EEE;
}
.compare th.tool span.brandname {
  display: block;
}
.compare th.tool span.type {
  display: block;
  font-weight: 600;
  line-height: 0.8rem;
  font-size: 0.7rem;
}
.compare th.tool div.label {
  background: #e37727;
  color: white;
  border-radius: 4px;
  padding: 2px 5px 2px 5px;
  font-size: 0.6rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
}
.compare th.tool div.empty-label {
  display: inline-flex;
}
.compare th.tool div.label.l1 {
  background: #e74011;
  color: white;
}
.compare th.tool div.label.l13 {
  background: #0095db;
  color: white;
}
.compare th.tool div.label.l2 {
  background: #e74011;
  color: white;
}
.compare th.tool div.label.l20 {
  background: #fdc300;
  color: white;
}
.compare th.tool div.label.l19 {
  background: #90bb22;
  color: white;
}
.compare th.tool div.label.l4 {
  background: #90bb22;
  color: white;
}
@media (max-width: 992px) {
  .compare th.tool {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .compare th.tool {
    width: 33%;
  }
}
@media (max-width: 576px) {
  .compare th.tool {
    width: 50%;
  }
}
/*.compare.cnt1 th.tool, .compare.cnt2 th.tool, .compare.cnt3 th.tool, .compare.cnt4 th.tool, .compare.cnt5 th.tool, .compare.cnt6 th.tool {
    width: 140px;
}*/
.compare.cnt1 th.tool {
  width: 20%;
}
.compare.cnt2 th.tool {
  width: 20%;
}
.compare.cnt3 th.tool {
  width: 15%;
}
.compare.cnt4 th.tool {
  width: 15%;
}
.compare.cnt5 th.tool {
  width: 12%;
}
.compare.cnt6 th.tool {
  width: 12%;
}
.compare.cnt7 th.tool {
  width: 10%;
}
.compare.cnt8 th.tool {
  width: 10%;
}
.compare tr.category {
  background: #EEE;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: left;
  border-bottom: solid 4px #FFF;
}
.compare tr.category.open {
  border-bottom: none;
}
.compare tr.category.open .open-category {
  display: none;
}
.compare tr.category.open .close-category {
  display: block;
}
.compare tr.category th {
  padding: 0;
  height: 50px;
}
.compare tr.category th div {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  line-height: 1.1rem;
}
.compare tr.results {
  border-bottom: solid 1px #EEE;
}
.compare tr.results:hover {
  background: lightyellow;
}
.compare tr.results td.value {
  text-align: center;
  border-left: solid 1px #EEE;
}
.compare td.nv {
  padding: 0;
  vertical-align: bottom;
  text-align: left;
}
.compare td.nv.right {
  text-align: right;
}
.compare th.tool img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.compare th.tool img.svg {
  display: block;
  width: 60%;
  margin-bottom: 2px;
  margin: 0 auto;
}
.compare.scrolled th.tool img {
  /*visibility:hidden;*/
}
.compare tr th,
.compare tr td {
  padding: 15px 10px;
}
@media (max-width: 1250px) {
  .compare th.tool:nth-child(9),
  .compare th.tool:nth-child(8) {
    display: none;
  }
  .compare tr.results td.value:nth-child(9),
  .compare tr.results td.value:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .compare th.tool:nth-child(9),
  .compare th.tool:nth-child(8),
  .compare th.tool:nth-child(7) {
    display: none;
  }
  .compare tr.results td.value:nth-child(9),
  .compare tr.results td.value:nth-child(8),
  .compare tr.results td.value:nth-child(7) {
    display: none;
  }
}
@media (max-width: 768px) {
  .compare th.tool:nth-child(9),
  .compare th.tool:nth-child(8),
  .compare th.tool:nth-child(7),
  .compare th.tool:nth-child(6),
  .compare th.tool:nth-child(5) {
    display: none;
  }
  .compare tr.results td.value:nth-child(9),
  .compare tr.results td.value:nth-child(8),
  .compare tr.results td.value:nth-child(7),
  .compare tr.results td.value:nth-child(6),
  .compare tr.results td.value:nth-child(5) {
    display: none;
  }
}
@media (max-width: 576px) {
  .compare th.tool:nth-child(9),
  .compare th.tool:nth-child(8),
  .compare th.tool:nth-child(7),
  .compare th.tool:nth-child(6),
  .compare th.tool:nth-child(5),
  .compare th.tool:nth-child(4) {
    display: none;
  }
  .compare tr.results td.value:nth-child(9),
  .compare tr.results td.value:nth-child(8),
  .compare tr.results td.value:nth-child(7),
  .compare tr.results td.value:nth-child(6),
  .compare tr.results td.value:nth-child(5),
  .compare tr.results td.value:nth-child(4) {
    display: none;
  }
}
.compare .v10,
.compare .v9 {
  display: none;
}
.compare .next-tool {
  background: none;
  border: none;
  font-size: 2rem;
  margin: 0 10px 25px 20px;
  cursor: pointer;
  opacity: 0.8;
}
.compare .prev-tool {
  background: none;
  border: none;
  font-size: 2rem;
  margin: 0 20px 25px 0;
  cursor: pointer;
  opacity: 0.8;
}
.compare .next-tool:hover,
.compare .prev-tool:hover {
  opacity: 1;
}
.compare .open-category,
.compare .close-category {
  background: none;
  border: none;
  float: right;
  font-size: 1.2rem;
  padding: 2px 10px 0 10px;
  cursor: pointer;
  display: none;
}
.compare tr.category .open-category {
  display: block;
}
.compare .icon.check {
  color: green;
}
.compare .icon.minus {
  color: #c9c9c9;
}
.compare .percentage {
  font-size: 1.1rem;
}
.compare-products {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .compare-products {
    padding: 40px 40px;
  }
}
@media (max-width: 576px) {
  .compare-products {
    padding: 80px 20px;
  }
}
@media (max-width: 425px) {
  .compare-products {
    padding: 40px 20px;
  }
}
@media (max-width: 425px) {
  .compare-products .actions-container {
    display: flex;
    justify-content: space-between;
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    align-items: center;
  }
}
.compare-products .product-wrapper {
  display: flex;
}
@media (max-width: 425px) {
  .compare-products .product-wrapper {
    display: block;
  }
}
.compare-products .product {
  margin-bottom: 5rem;
  width: 46%;
}
@media (max-width: 992px) {
  .compare-products .product {
    width: 100%;
  }
}
.compare-products .product.view2.highlight {
  background: lightyellow;
}
.compare-products .product.view2.highlight .product-pic img.pic-product {
  border-color: #e9e9e5;
}
.compare-products .product.view2 {
  margin-bottom: 3.5rem;
  padding: 1rem;
}
.compare-products .product.view2 .product-testdescription,
.compare-products .product.view2 .product-specs,
.compare-products .product.view2 .product-scores {
  display: none;
}
.compare-products .product.view2 .pic-label {
  margin-top: -26px;
}
.compare-products .product.view2 .pic-label img {
  width: 80px;
}
.compare-products .product.view2 .sponsor {
  display: flex;
  border-radius: 6px;
  border: solid 1px #DDD;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: none;
  color: #FFF;
  background: #e77727;
  padding: 10px;
}
.compare-products .product.view2 .sponsor .logo {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  height: 100%;
}
.compare-products .product.view2 .sponsor .logo img {
  max-height: 80%;
  max-width: 80%;
}
.compare-products .product.view2 .sponsor .more-link {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  font-size: 0.8rem;
  width: 100%;
}
.compare-products .product.view2 .product-price {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.compare-products .product.view2 .show-scores {
  display: block;
  font-weight: bold;
  font-size: 0.75rem;
  cursor: pointer;
  color: #e37727;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: 10px;
}
.compare-products .product.view2 .product-pic .actions-container .more-link {
  display: none !important;
}
.compare-products .product.view2 .product-info .compare-product {
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: space-between;
}
.compare-products .product.view2 .product-info .compare-product .watch-compare {
  margin-top: 0;
  background: #e77727;
  border-radius: 4px;
  color: #FFF;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 4px 6px;
  text-transform: lowercase;
}
.compare-products .product.view2 .product-info .compare-product .watch-compare.hidden {
  display: block !important;
  visibility: hidden;
}
.compare-products .product.view2 .product-info .compare-product .compare-product-wrapper {
  justify-content: inherit;
}
.compare-products .product.one {
  width: 100%;
  margin-bottom: 1rem;
}
.compare-products .product.one .product-pic {
  margin-right: 3rem;
}
.compare-products .product.one .product-pic .compare-product {
  display: none;
}
.compare-products .product.one .product-pic img.pic-product {
  width: 250px;
}
.compare-products .product.one .product-scores .score {
  display: none;
}
.compare-products .product.one .product-scores-column {
  display: block;
}
.compare-products .product.one .product-scores-column h4 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.compare-products .product.one .product-scores-column .product-scores-overview {
  display: block;
  box-shadow: none;
  border: none;
  margin-left: 4rem;
  padding: 0;
  position: unset;
  font-size: 0.8rem;
}
.compare-products .product-info {
  font-size: 0.8rem;
  line-height: 1rem;
}
.compare-products .product-info .compare-product {
  display: none;
}
.compare-products .product-pic {
  margin: 0 30px 0 0;
  position: relative;
}
@media (max-width: 425px) {
  .compare-products .product-pic {
    margin: 0;
  }
}
.compare-products .product-pic img.pic-product {
  width: 150px;
  border: solid 1px #DDD;
  border-radius: 3px;
}
@media (max-width: 425px) {
  .compare-products .product-pic img.pic-product {
    width: 100%;
  }
}
.compare-products .pic-label {
  margin-top: -52px;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 99;
}
@media (max-width: 425px) {
  .compare-products .pic-label {
    margin-top: -32px;
  }
}
.compare-products .pic-label img {
  width: 100px;
}
.compare-products .product-pic .more-link {
  text-decoration: none;
  background: #f3a56b;
  display: block;
  border-radius: 3px;
  padding: 4px;
  font-size: 0.8rem;
  text-align: center;
  margin: 5px 0 20px 0;
  color: #FFF;
}
.compare-products .product-pic .logo {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.compare-products .product-pic .logo a {
  text-align: center;
}
@media (max-width: 425px) {
  .compare-products .product-pic .logo {
    margin-top: 0;
    justify-content: left;
  }
}
.compare-products .product-pic .logo img {
  max-height: 35px;
  width: auto;
  max-width: 80%;
}
.compare-products .product-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #013fa5;
}
.compare-products .product-description {
  margin-bottom: 12px;
}
.compare-products .product-specs {
  margin-top: 12px;
  font-size: 0.8rem;
  color: #323232;
}
.compare-products .product-spec {
  display: inline-block;
}
.compare-products .product-spec:first-letter {
  text-transform: uppercase !important;
}
.compare-products .compare-product {
  padding: 20px 0 0 0;
}
@media (max-width: 425px) {
  .compare-products .compare-product {
    padding: 0;
  }
}
.compare-products .compare-product-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-products a.watch-compare {
  display: block;
  margin-top: 15px;
  font-size: 0.9rem;
  color: #013fa5;
  text-align: center;
}
@media (max-width: 425px) {
  .compare-products a.watch-compare {
    margin-top: 6px;
    text-align: right;
  }
}
.compare-products a.watch-compare.hidden {
  display: none;
}
.compare-products .compare-product input {
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.compare-products .compare-product label {
  cursor: pointer;
  font-size: 0.9rem;
  display: inline-block;
  margin-left: 5px;
}
.compare-products h4 {
  font-size: 0.6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #013fa5;
}
.compare-products .product-info .product-price {
  font-weight: bold;
  margin-bottom: 10px;
}
.compare-products .product-info .product-scores {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.compare-products .product-info .product-scores .score {
  font-weight: bold;
  font-size: 0.7rem;
  cursor: pointer;
  color: #e37727;
  text-transform: uppercase;
  text-decoration: underline;
}
.compare-products .product-info .product-scores .label {
  background: #e37727;
  color: white;
  border-radius: 5px;
  padding: 3px 6px 3px 6px;
  font-size: 0.7rem;
  text-align: center;
  display: inline-flex;
  margin-right: 14px;
  align-items: center;
}
.compare-products .seperator {
  color: #b9b9b9;
  display: inline-block;
  padding: 0 4px;
}
.compare-products .seperator:last-child {
  display: none;
}
.compare-products .product-scores-overview {
  display: none;
  position: absolute;
  background: #FFF;
  padding: 1.4rem;
  border: solid 1px #DDD;
  border-radius: 6px;
  width: 260px;
  box-shadow: 2px 2px 8px #9d9d9d;
}
.compare-products .product-scores-overview h4 {
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: unset;
  color: #013fa5;
  margin-bottom: 0.6rem;
}
.compare-products .product-scores-overview .product-spec-score-label {
  display: block;
  font-weight: bold;
}
.compare-products .product-scores-overview .product-spec-score {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  padding: 2px 0 12px 0;
}
.compare-products .product-scores-overview .product-spec-score .score-value {
  font-size: 0.9rem;
  vertical-align: middle;
}
.compare-products .product-scores-overview .product-spec-score .score-bar {
  width: 100%;
  height: 9px;
  position: relative;
  margin-right: 15px;
}
.compare-products .product-scores-overview .product-spec-score .score-bar .score-bar-line {
  position: absolute;
  background: orange;
  height: 100%;
}
.compare-products .product-scores-overview .product-spec-score .score-bar .score-bar-background {
  background: #EEE;
  width: 100%;
  height: 100%;
}
.compare-products .pic-product-wrapper {
  position: relative;
}
.compare-products .pic-product-wrapper .watch-3D {
  font-size: 0.75rem;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 10px;
  text-decoration: underline;
}
.compare-products .pic-product-wrapper:hover .pic-product-overlay {
  display: flex;
}
.pic-product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  cursor: pointer;
  border-radius: 3px;
}
.pic-product-overlay .icon {
  opacity: 0.9;
}