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

@media (min-width: 768px) {
  .template-frigorifero .fridge-details {
    display: flex;
    justify-content: center;
  }
  .template-frigorifero .fridge-details .sticky-card { /* Safari */
    position: sticky;
    top: 80px;
  }
  .template-frigorifero .fridge-details .sticky-card .show-optional-accessory-handle {
    margin-right: 1.9rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .template-frigorifero .fridge-details .category {
    display: none;
  }
  .template-frigorifero .fridge-details .fridge-card {
    margin: 20px auto;
  }
}
.template-frigorifero .fridge-details .web-configurator {
  width: 325px;
  min-width: 300px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-frigorifero .fridge-details .web-configurator {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .template-frigorifero .fridge-details .web-configurator {
    margin: 0 auto;
  }
}
.template-frigorifero .fridge-details .web-configurator .btn-intro {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.56px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 40px;
}
.template-frigorifero .fridge-details .files {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 325px;
  min-width: 300px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-frigorifero .fridge-details .files {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .template-frigorifero .fridge-details .files {
    margin: 40px auto;
  }
}
html[dir=rtl] .template-frigorifero .fridge-details .files {
  margin-right: 0;
  margin-left: 20px;
}
.template-frigorifero .fridge-details .files .title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 500;
}
.template-frigorifero .fridge-details .files a {
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #226695;
  border-bottom: 1px solid rgba(162, 175, 175, 0.5);
  display: block;
  width: 100%;
  margin-top: -1px;
  max-width: 325px;
  padding: 10px 0;
  position: relative;
}
.template-frigorifero .fridge-details .files a:after {
  content: "\f33d";
  font-family: "Font Awesome 5 Pro";
  right: 0;
  position: absolute;
  top: 10px;
  font-weight: 300;
}
html[dir=rtl] .template-frigorifero .fridge-details .files a:after {
  right: auto;
  left: 0;
}
.template-frigorifero .fridge-details .files li:first-child a {
  border-top: 1px solid rgba(162, 175, 175, 0.5);
}
.template-frigorifero .fridge-details .share-buttons {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 325px;
  min-width: 300px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-frigorifero .fridge-details .share-buttons {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .template-frigorifero .fridge-details .share-buttons {
    margin: 40px auto;
  }
}
.template-frigorifero .fridge-details .share-buttons .title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  color: #252525;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid rgba(162, 175, 175, 0.5);
  padding-bottom: 10px;
}
.template-frigorifero .fridge-details .share-buttons a {
  font-size: 24px;
  margin-right: 15px;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
html[dir=rtl] .template-frigorifero .fridge-details .share-buttons a {
  margin-right: 0;
  margin-left: 15px;
}
.template-frigorifero .fridge-details .share-buttons a:hover {
  transform: scale(1.2);
}
.template-frigorifero .fridge-card {
  margin: 20px 0;
  margin-right: 30px;
}
html[dir=rtl] .template-frigorifero .fridge-card {
  margin-right: 0;
  margin-left: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .template-frigorifero .fridge-card {
    width: 280px;
    margin-right: 20px;
  }
  html[dir=rtl] .template-frigorifero .fridge-card {
    margin-right: 0;
    margin-left: 20px;
  }
}
@media (max-width: 290px) {
  .template-frigorifero .fridge-card {
    height: auto;
  }
  .template-frigorifero .fridge-card .photo,
  .template-frigorifero .fridge-card .scheda {
    display: none;
  }
}
.template-frigorifero .back-to-collection {
  color: #849596;
  font-size: 14px;
  text-decoration: none;
}
.template-frigorifero .back-to-collection i {
  font-size: 8px;
  margin-right: 5px;
  vertical-align: middle;
}
.template-frigorifero .back-to-collection:hover {
  font-weight: bold;
}
.template-frigorifero table.technical-data {
  color: #252525;
  margin-bottom: 0;
}
.template-frigorifero table.technical-data td,
.template-frigorifero table.technical-data th {
  background: rgba(162, 175, 175, 0.1);
  border-right: 20px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: none;
  font-weight: normal;
  padding: 5px 30px;
}
.template-frigorifero table.technical-data td:last-child,
.template-frigorifero table.technical-data th:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .template-frigorifero table.technical-data td,
  .template-frigorifero table.technical-data th {
    border-right-width: 10px;
    padding: 5px 15px;
  }
}
.template-frigorifero table.technical-data th.category {
  text-transform: uppercase;
}
.template-frigorifero table.technical-data th.category,
.template-frigorifero table.technical-data td {
  font-size: 14px;
  font-weight: bold;
}
.template-frigorifero table.technical-data tr:first-of-type td,
.template-frigorifero table.technical-data tr:first-of-type th {
  padding-top: 10px;
}/*# sourceMappingURL=frigorifero.css.map */