.product-style-compact {
  border-top: 0;
}
.product-style-compact .box-content {
  padding-top: 12px;
  padding-bottom: 12px;
}
.product-style-compact .line-first .sub_title {
  margin-bottom: 0;
}
.product-style-compact .line-first .sub_title,
.product-style-compact .line-first .value {
  text-align: center;
}
.product-style-compact .line-first .value .append {
  transform: none;
}
.product-style-compact .line-first .information:last-child .value,
.product-style-compact .line-first .information .value {
  color: #49597f;
}
.product-style-compact .cl-image,
.product-style-compact .line-first,
.product-style-compact .cl-button,
.product-style-compact .cl-description {
  padding-right: 8px;
  padding-left: 8px;
}
.product-style-compact .cl-button {
  padding-bottom: 0px;
}
.product-style-compact .cl-description {
  margin-top: 8px;
  position: relative;
  z-index: 10;
  font-size: 11px;
}
.product-style-compact .cl-description p {
  margin: 2px 0 0;
}
@media (max-width: 64em) {
  .product-style-compact .image {
    line-height: 60px;
    padding: 0px 0 10px;
  }
  .product-style-compact .line-first .value {
    font-size: 16px;
  }
  .product-style-compact .line-first .sub_title,
  .product-style-compact .line-first .value .append {
    font-size: 11px;
  }
  .product-style-compact .button .btn-style-default {
    font-size: 12px;
  }
}
@media (max-width: 64em) {
  .product-compact-list > * {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
