ul.comparator {
  margin-bottom: 8rem;
  position: relative;
}
ul.comparator div.loader {
  margin-top: 6rem;
  margin-right: -10rem;
}
ul.comparator li.loader {
  position: relative;
  left: 30%;
  border: none !important;
}
ul.comparator,
ul.specs {
  list-style: none;
}
ul.comparator li::before {
  display: none;
}
.page-template-compare ul.comparator > li {
  max-width: 25%;
  padding: 0;
}
.page-template-compare .cart-head {
  text-align: center;
  padding-top: 7rem;
  background: url('../img/compare-banner.png') no-repeat center/cover;
}
.page-template-compare .cart-head h1 {
  text-align: center;
  color: white;
  font-weight: 500;
  margin-bottom: 1rem;
}
.page-template-compare .cart-head .breadcrumbs {
  text-align: center;
  color: white;
  opacity: 0.8;
}
ul.comparator > li.blankspace div.blankspace {
  min-height: 625px;
}

ul.comparator > li div.prodinfor_content {
  min-height: 625px;
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
}

ul.comparator > li div.prodinfor_content > a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.comparator > li ul.specs {
  padding-bottom: 0;
}

ul.comparator > li ul.specs li {
  padding: 1rem 0.7rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  border-right: none;
  border-left: none;
  margin-bottom: 0;
}
ul.comparator > li ul.specs li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.comparator > li:nth-child(2),
ul.comparator > li:nth-child(3),
ul.comparator > li:nth-child(4) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
ul.comparator > li.blankspace ul.specs li strong {
  color: #333;
}
ul.comparator > li.blankspace ul.specs li {
  border-left: none;
}

ul.comparator > li div.prodinfor_content div.prodinfo h2 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

ul.comparator > li div.prodinfor_content div.prodinfo p.price {
  margin-bottom: 0;
  position: relative;
  color: #005da6;
  font-weight: 600;
  font-size: 1.2rem;
}
ul.comparator > li div.prodinfor_content div.prodinfo p.price ins {
  text-decoration: unset;
}
ul.comparator > li div.prodinfor_content div.prodinfo p.price a:not(.buy_now) {
  color: #005da6;
  font-weight: 600;
  font-size: 18px;
  display: block;
}

ul.comparator > li div.prodinfor_content div.prodinfo p.price a:not(.buy_now) ins {
  text-decoration: none;
  margin-right: 0.5rem;
}

ul.comparator > li div.prodinfor_content div.prodinfo p.price a:not(.buy_now) del {
  font-size: 14px;
  font-weight: normal;
  opacity: 0.5;
}

ul.comparator > li div.prodinfor_content div.prodinfo .buy_now {
  display: inline-block;
  padding: 0.4rem 2.4rem;
  border: 1px solid #005da6;
  background-color: #005da6;
  color: white;
  border-radius: 0;
  margin-top: 4rem;
  font-size: 14px;
  border-radius: 4px;
  padding: 0.7rem 2rem;
  transition: all 0.3s ease;
}
ul.comparator > li div.prodinfor_content div.prodinfo .buy_now:hover {
  background-color: white;
  color: #005da6;
}

ul.comparator > li div.prodinfor_content div.prodinfo div.star-rating::before,
ul.comparator > li div.prodinfor_content div.prodinfo div.star-rating span::before {
  display: none;
}

ul.comparator > li div.prodinfor_content div.prodinfo div.star-rating {
  width: 87px;
  height: 15px;
  background: url(../img/stars_empty.svg) repeat-x left;
  background-size: contain;
  min-height: 15px;
  text-indent: -999px;
  margin-bottom: 1.4rem;
}

ul.comparator > li div.prodinfor_content div.prodinfo div.star-rating span {
  display: block;
  height: 100%;
  width: 100%;
  background: url(../img/stars_full.svg) repeat-x left;
  background-size: contain;
  padding-top: 0;
  position: relative;
  text-indent: 999px;
}
ul.comparator span.delete {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1rem;
  top: 12px;
  cursor: pointer;
  background: url('../img/product_sidebar-close.svg') no-repeat center/contain;
  text-indent: -999px;
  overflow: hidden;
}
