.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;
}

.template-collezione .fridge-list .fridge-card {
  background: #fff;
  width: 325px;
  min-width: 300px;
  max-width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin: 15px;
}
.template-collezione .fridge-list .fridge-card .header {
  border-bottom: 3px solid #ccc;
  padding: 15px 20px;
  height: 78px;
  position: relative;
}
.template-collezione .fridge-list .fridge-card .header a {
  text-decoration: none;
}
.template-collezione .fridge-list .fridge-card .header .type {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  font-weight: bold;
}
.template-collezione .fridge-list .fridge-card .header h3 {
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: rgb(44, 44, 44);
  margin-bottom: 0;
}
.template-collezione .fridge-list .fridge-card .header .actions {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
}
html[dir=rtl] .template-collezione .fridge-list .fridge-card .header .actions, .template-collezione .fridge-list html[dir=rtl] .fridge-card .header .actions {
  right: auto;
  left: 10px;
}
.template-collezione .fridge-list .fridge-card .header .action-btn {
  letter-spacing: -0.18px;
  font-size: 9px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin-left: 5px;
}
.template-collezione .fridge-list .fridge-card .header .action-btn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background: #ccc no-repeat center center;
  background-size: 23px;
  transition: all 0.2s;
  margin: 0 auto;
  margin-bottom: 3px;
}
.template-collezione .fridge-list .fridge-card .header .action-btn.compare-btn .icon {
  background-image: url("../img/compare.svg");
}
.template-collezione .fridge-list .fridge-card .header .action-btn.config-btn .icon {
  background-image: url("../img/gear.svg");
}
.template-collezione .fridge-list .fridge-card .header .action-btn:hover .icon {
  transform: scale(1.1);
}
.template-collezione .fridge-list .fridge-card .header .action-btn.active {
  color: #085083 !important;
}
.template-collezione .fridge-list .fridge-card .header .action-btn.active .icon {
  background-color: #085083 !important;
}
.template-collezione .fridge-list .fridge-card .header .action-btn.disabled {
  pointer-events: none;
}
.template-collezione .fridge-list .fridge-card .photo {
  position: relative;
  text-align: center;
  height: 410px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.template-collezione .fridge-list .fridge-card .photo .carousel-item {
  height: 410px;
}
.template-collezione .fridge-list .fridge-card .photo .carousel-item > div {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-collezione .fridge-list .fridge-card .photo img {
  max-width: 100%;
  max-height: 100%;
}
.template-collezione .fridge-list .fridge-card .photo i {
  font-size: 250px;
  color: #eee;
}
.template-collezione .fridge-list .fridge-card .like-button {
  position: relative;
}
.template-collezione .fridge-list .fridge-card .like-button .action-btn .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent no-repeat center center;
  transition: all 0.2s;
  margin: 0 auto;
  margin-bottom: 3px;
}
.template-collezione .fridge-list .fridge-card .like-button .action-btn.save-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
}
.template-collezione .fridge-list .fridge-card .like-button .action-btn.save-btn .icon {
  background-image: url("../img/heart.svg");
}
.template-collezione .fridge-list .fridge-card .like-button .action-btn.save-btn.active .icon {
  background-image: url("../img/heart-full.svg");
}
.template-collezione .fridge-list .fridge-card .like-button .action-btn.save-btn.disabled .icon {
  background-image: url("../img/heart-disabled.svg");
}
.template-collezione .fridge-list .fridge-card .like-button .action-btn:hover .icon {
  transform: scale(1.1);
}
.template-collezione .fridge-list .fridge-card .scheda {
  height: 110px;
  border-top: 1px solid rgba(162, 175, 175, 0.35);
}
.template-collezione .fridge-list .fridge-card .scheda .row > div:first-child {
  border-right: 1px solid rgba(162, 175, 175, 0.35);
}
html[dir=rtl] .template-collezione .fridge-list .fridge-card .scheda .row > div:first-child, .template-collezione .fridge-list html[dir=rtl] .fridge-card .scheda .row > div:first-child {
  border-right: none;
  border-left: 1px solid rgba(162, 175, 175, 0.35);
}
html[dir=rtl] .template-collezione .fridge-list .fridge-card .scheda .row ul, .template-collezione .fridge-list html[dir=rtl] .fridge-card .scheda .row ul {
  padding-right: 0;
}
.template-collezione .fridge-list .fridge-card .scheda .row > div:last-child {
  text-align: right;
}
.template-collezione .fridge-list .fridge-card .scheda .row .modello {
  padding: 10px 10px 10px 20px;
}
html[dir=rtl] .template-collezione .fridge-list .fridge-card .scheda .row .modello, .template-collezione .fridge-list html[dir=rtl] .fridge-card .scheda .row .modello {
  padding: 10px 20px 10px 10px;
}
.template-collezione .fridge-list .fridge-card .scheda .row .dimensione {
  padding: 10px 20px 10px 10px;
}
.template-collezione .fridge-list .fridge-card .scheda .label {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 0.24px;
  font-weight: bold;
}
.template-collezione .fridge-list .fridge-card .scheda li {
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.3px;
  color: rgb(44, 44, 44);
}
.template-collezione .fridge-list .fridge-card .scheda .width {
  font-size: 34px;
  letter-spacing: 0.68px;
  color: rgb(44, 44, 44);
}
.template-collezione .fridge-list .fridge-card .scheda .width.little {
  font-size: 26px;
}

.template-collezione button:focus,
.template-collezione button:active {
  outline: none !important;
  box-shadow: none;
}
.template-collezione .intro-collection {
  height: calc(100vh - 80px);
}
.template-collezione .intro-collection .poster {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.template-collezione .intro-collection .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  padding-bottom: 200px;
}
.template-collezione .intro-collection .title .caption {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
}
.template-collezione .intro-collection .title .collection-name {
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 16px;
}
.template-collezione .intro-collection .title .intro-text {
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-bottom: 76px;
  max-width: 400px;
}
.template-collezione .intro-collection .title .btn-intro {
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.56px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 70px;
  border-radius: 0;
}
@media (max-width: 767px) {
  .template-collezione .intro-collection {
    text-align: center;
    height: unset;
  }
  .template-collezione .intro-collection .poster {
    height: 43vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .template-collezione .intro-collection .title {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: unset;
    padding: 30px;
    background-image: unset;
  }
  .template-collezione .intro-collection .title .caption {
    line-height: 1;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
  }
  .template-collezione .intro-collection .title .collection-name {
    font-size: 40px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
  }
  .template-collezione .intro-collection .title .intro-text {
    font-size: 16px;
    line-height: 1.2;
    color: #252525;
    max-width: 450px;
    margin: 5px auto 20px auto;
  }
}
.template-collezione .description-wrapper {
  margin: 50px 0;
}
.template-collezione .description-wrapper .content {
  padding: 50px;
  max-width: 500px;
}
.template-collezione .description-wrapper .content .title {
  font-size: 36px;
  font-weight: bold;
}
.template-collezione .description-wrapper .content .text {
  color: #252525;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 575px) {
  .template-collezione .description-wrapper .content {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .template-collezione .description-wrapper {
    margin: 20px 0;
  }
}
.template-collezione .description-wrapper img {
  max-width: 100%;
}
.template-collezione .details {
  margin-top: 40px;
}
html[dir=rtl] .template-collezione .details {
  text-align: right;
}
.template-collezione .details .menu {
  display: flex;
  margin-bottom: 0;
}
html[dir=rtl] .template-collezione .details .menu {
  padding-right: 0;
}
.template-collezione .details .menu li {
  cursor: pointer;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #252525;
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  padding-bottom: 3px;
  display: inline-block;
}
.template-collezione .details .menu li:last-child {
  margin-right: 0;
}
.template-collezione .details .menu li.active {
  border-bottom: 2px solid #ccc;
}
.template-collezione .details .values {
  background: rgba(162, 175, 175, 0.1) 0% 0% no-repeat padding-box;
  padding: 30px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #252525;
}
.template-collezione .details .values li {
  display: none;
}
.template-collezione .details .values li:first-child {
  display: inherit;
}
.template-collezione .configurator {
  margin: 60px 0;
}
.template-collezione .slider-wrapper {
  margin: 80px 0 40px 0;
}
.template-collezione .slider-wrapper > h2 {
  font-size: 60px;
  letter-spacing: -1.2px;
  color: #252525;
  opacity: 0.05;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .template-collezione .slider-wrapper > h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .template-collezione .slider-wrapper > h2 {
    font-size: 35px;
  }
}
.template-collezione .fridge-list-wrapper h2 {
  margin: 30px 20px;
  font-size: 32px;
  line-height: 36px;
  color: #252525;
  text-align: center;
}
.template-collezione .fridge-search-band {
  display: flex;
}
@media (max-width: 1099px) {
  .template-collezione .fridge-search-band {
    display: block;
  }
}
.template-collezione .filter-fridges {
  width: 300px;
  padding: 0 15px;
}
.template-collezione .filter-fridges .field-group {
  margin-bottom: 40px;
}
.template-collezione .filter-fridges .field-title {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #849596;
  font-weight: 600;
  margin-bottom: 10px;
}
.template-collezione .filter-fridges label {
  display: block;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.36px;
  color: #252525;
  font-weight: 600;
}
.template-collezione .filter-fridges .options-group label {
  position: relative;
  padding-left: 28px;
}
.template-collezione .filter-fridges .options-group label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 3px;
}
.template-collezione .filter-fridges .btn-group-toggle {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.template-collezione .filter-fridges .btn-group-toggle label {
  background: rgba(162, 175, 175, 0.1);
  border-radius: 18px;
  font-size: 18px;
  line-height: 26px;
  white-space: nowrap;
  letter-spacing: 0.36px;
  color: #252525;
  padding: 5px 20px;
  border: none;
  box-shadow: none !important;
}
.template-collezione .filter-fridges .btn-group-toggle:hover label, .template-collezione .filter-fridges .btn-group-toggle label.active {
  color: #fff;
  background: #085083;
}
@media (max-width: 1099px) {
  .template-collezione .filter-fridges {
    width: auto;
    display: flex;
    justify-content: space-between;
  }
  .template-collezione .filter-fridges .field-group {
    margin-right: 30px;
  }
  .template-collezione .filter-fridges label {
    font-size: 16px;
  }
}
@media (max-width: 820px) {
  .template-collezione .filter-fridges {
    flex-wrap: wrap;
    justify-content: normal;
  }
  .template-collezione .filter-fridges .field-group {
    margin-bottom: 20px;
  }
  .template-collezione .filter-fridges label {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.template-collezione .filter-results {
  touch-action: manipulation;
  /*
  position: relative;
  &:after {
      transition: all .3s;
  }
  &.loading:after {
      position: absolute;
      content: 'loading...';
      background: rgba(0,0,0, .4);
      opacity: .3;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      color: #fff;
      padding: 40px;
      text-align: center;
      font-size: 25px;
  } */
}
.template-collezione .scroll-options .loading, .template-collezione .scroll-options .next {
  display: none;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.template-collezione .fridge-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .template-collezione .fridge-list {
    /*
    flex-wrap: nowrap;
    overflow: scroll;
    */
  }
}
.lang-he .template-collezione .intro-collection .title {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.wagtail-userbar {
  bottom: 120px !important;
}

.comparatore {
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
  transform: translateY(100%);
  z-index: 200;
}
.comparatore > div {
  padding: 40px;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
}
.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 th,
.comparatore table 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 th:first-child,
  .comparatore table 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;
}
.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);
}

@keyframes pulse {
  0% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.ekko-lightbox-nav-overlay a span {
  color: #085083;
}/*# sourceMappingURL=collezione.css.map */