.paginate-pagination ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.paginate-pagination ul:after {
  content: " ";
  display: table;
  clear: both;
}

.paginate-pagination ul > li {
  float: left;
  margin-right: 3px;
}

.paginate-pagination ul > li > a.page {
  color: #085083;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: white;
  text-decoration: none;
  cursor: pointer;
  color: #085083;
}
.paginate-pagination ul > li > a.page:hover, .paginate-pagination ul > li > a.page.active {
  background: #085083;
  color: #fff;
}
.paginate-pagination ul > li > a.page.active {
  cursor: default;
}

.paginate-pagination ul > li > a.page-next.deactive,
.paginate-pagination ul > li > a.page-prev.deactive {
  opacity: 0.4;
  cursor: default;
}

.comparatore .no-fridge-selected {
  text-align: center;
  width: 500px;
  margin: 0 auto;
  font-size: 22px;
  color: #ada8a8;
}
.comparatore .open-btn {
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
  background: #226695 url("../img/compare.svg") no-repeat center center;
  position: absolute;
  top: -100px;
  right: 30px;
  transition: all 0.2s;
}
.comparatore .open-btn:hover {
  transform: scale(1.1);
}
.comparatore .open-btn.pulse {
  animation: pulse 0.8s 2;
}
.comparatore.active {
  transform: none;
}
.comparatore h4 {
  font-size: 20px;
  color: #252525;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
.comparatore table {
  color: #252525;
  letter-spacing: 0.28px;
  font-size: 14px;
}
.comparatore table a {
  color: #252525;
  text-decoration: none;
}
.comparatore table th {
  color: #085083;
  text-transform: uppercase;
}
.comparatore table tr.category {
  background-color: rgba(162, 175, 175, 0.1);
  border: 1px solid rgba(162, 175, 175, 0.35);
}
@media (max-width: 575px) {
  .comparatore table tr.category {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .comparatore table tr:not(.category) th {
    padding: 10px;
    font-size: 11px;
  }
}
.comparatore table tr:not(.category) th,
.comparatore table tr:not(.category) td {
  padding: 10px 30px;
  border: 1px solid rgba(162, 175, 175, 0.35);
  border-left: none;
  border-top: none;
}
@media (min-width: 576px) {
  .comparatore table tr:not(.category) th:first-child,
  .comparatore table tr:not(.category) td:first-child {
    /* Safari */
    position: sticky;
    left: 0px;
    background-color: #fff;
    z-index: 10;
  }
}
.comparatore table td.photo {
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding-top: 60px;
}
@media (max-width: 575px) {
  .comparatore table td.photo {
    height: 50px;
  }
}
.comparatore table td.photo img {
  max-height: 310px;
  max-width: 200px;
}
.comparatore table td.photo i {
  font-size: 200px;
  color: #eee;
  margin: 20px;
}
.comparatore table td.collection {
  text-transform: uppercase;
}
.comparatore table td.code {
  font-size: 20px;
  letter-spacing: 0.4px;
  font-weight: bold;
}
.comparatore table td.width {
  font-size: 20px;
}
.comparatore table td.model {
  font-size: 16px;
}
.comparatore table td.type {
  text-transform: uppercase;
}
.comparatore table td .remove-btn {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  background: #226695 url("../img/close.svg") no-repeat center center;
  margin: 0 auto;
  transition: all 0.2s;
}
.comparatore table td .remove-btn:hover {
  transform: scale(1.1);
}
@media (max-width: 575px) {
  .comparatore table td .remove-btn {
    top: 5px;
    left: unset;
    width: 30px;
    height: 30px;
    background-size: 10px;
  }
}/*# sourceMappingURL=comparatore.css.map */