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;
  position: relative;
}
.page-template-compare ul.comparator > li.flex1{
  min-width: 25%;
}
.page-template-compare ul.comparator > li.blankspace{
  min-width: 250px;
}
.page-template-compare .cart-head {
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background: url('../img/compare-banner.png') no-repeat center/cover;
  color: white;
  margin-bottom: 5rem;
}
.page-template-compare .cart-head span.subtitle {
  color: var(--hover-color);
  text-transform: uppercase;
  font-size: 18px;
}
.page-template-compare .cart-head h1 {
  text-align: center;
  color: white;
  font-weight: 500;
  font-size: 52px;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.page-template-compare .cart-head p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 60%;
  margin: 0 auto;
}
.page-template-compare .cart-head .breadcrumbs {
  text-align: center;
  color: white;
  opacity: 0.8;
}
ul.comparator > li.blankspace div.blankspace {
  min-height: 441px;
}

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

ul.comparator > li div.prodinfor_content .prodinfo {
  margin-bottom: 2rem;
} 

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;
  margin-left: 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;
  color: #777;
}
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;
  margin-bottom: 1rem;
  text-transform: capitalize;
  min-height: 52px;
}

ul.comparator > li div.prodinfor_content div.prodinfo p.price {
  margin-bottom: 0;
  position: relative;
  color: var(--hover-color);
  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: var(--hover-color);
  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;
  border: 1px solid var(--hover-color);
  background-color: var(--hover-color);
  color: white;
  border-radius: 0;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 4px;
  padding: 0 30px;
  line-height: 40px;
  transition: all 0.3s ease;
}
ul.comparator > li div.prodinfor_content div.prodinfo .buy_now:hover {
  background-color: white;
  color: var(--hover-color);
}

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;
}
.comparator{
  padding-top: 35px;
  padding-bottom: 180px;
}
.page-template-compare .switch-part{
  margin-top: 60px;
}
.compare-wrap{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  padding-top: 35px;
  padding-bottom: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.compare-wrap .product_compare{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.product_compare h3{
  font-size: 27px;
  text-transform: uppercase;
  max-width: 275px;
  margin-right: 85px;
}
.flex.item{
  align-items: center;
}
.product_compare a.go_comparator{
  padding: 14px 55px;
  margin-left: auto;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  background-color: var(--hover-color);
}
.product_compare_list{
  gap: 30px;
  display: flex;
  flex-flow: wrap;
}
.product_compare_list li{
  padding: 3px;
  border: 2px solid #33333330;
  position: relative;
  width: 180px;
}
.product_compare_list li .left{
  width: 50px;
  height: 50px;
  display: inline-block;
  min-width: 50px;
  margin-right: 1rem;
}
.product_compare_list li .left span{
  width: 100%;
  height: 100%;
  background-size: contain !important;
  display: inline-block;
}
.product_compare_list li .title{
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_compare_list li .delete{
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  background: url('../img/close-black.svg') no-repeat center/contain;
  right: 0;
  transform: translate(50%,-50%);
}
span.add-product{
  width: 100%;
  height: 250px;
  display: inline-block;
  cursor: pointer;
  background: url('../img/plus.svg') no-repeat center/50px;
}