component-product-card-m * {
  outline: none !important;
  text-decoration: none !important;
}
component-product-card-m .cover-main {
  padding: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}
component-product-card-m .cover-main.list {
  border: 1px solid #d9d9d9;
}
component-product-card-m .cover-main.list .cover-prices .cover-product-compare-price {
  text-align: left;
}
component-product-card-m .cover-main.list .cover-prices .cover-product-price {
  text-align: left;
}
@media (min-width: 451px) {
  component-product-card-m .cover-main.list .cover-installments .installments {
    width: 25%;
  }
}
@media (max-width: 450px) {
  component-product-card-m .cover-main.list .cover-installments .installments {
    width: 40%;
  }
}
component-product-card-m .cover-main .cover-background-image .background-image {
  padding-top: 80%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
component-product-card-m .cover-main .cover-background-image .background-image.active {
  background-color: #f5f5f5;
}
component-product-card-m .cover-main .cover-installments {
  height: 22px;
  margin: 5px 0;
}
component-product-card-m .cover-main .cover-installments .installments {
  width: 80%;
  height: 22px;
  color: #33658a;
  line-height: 1;
  cursor: pointer;
  text-align: center;
  border: 1px solid #33658a;
}
component-product-card-m .cover-main .cover-installments .installments .hover {
  display: none;
}
component-product-card-m .cover-main .cover-installments .installments:hover .hover,
component-product-card-m .cover-main .cover-installments .installments:focus .hover {
  top: -1px;
  z-index: 1;
  width: 100%;
  padding: 5px;
  display: block;
  position: relative;
  border-radius: .3rem;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
component-product-card-m .cover-main .cover-installments .installments:hover .hover .cover-text,
component-product-card-m .cover-main .cover-installments .installments:focus .hover .cover-text {
  font-size: 12px;
  text-align: left;
  font-weight: 700;
}
component-product-card-m .cover-main .cover-installments .installments:hover .hover .cover-img img,
component-product-card-m .cover-main .cover-installments .installments:focus .hover .cover-img img {
  width: 50%;
}
@media screen and (max-width: 992px) and (min-width: 767px) {
  component-product-card-m .cover-main .cover-installments .installments {
    width: 60%;
  }
}
component-product-card-m .cover-main .cover-titles .display-table {
  width: 100%;
  height: 100%;
  display: table;
}
component-product-card-m .cover-main .cover-titles .display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
component-product-card-m .cover-main .cover-titles .display-table .display-table-cell .title {
  margin: 0;
  height: 52px;
  font-size: 22px;
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  text-decoration: none;
  -webkit-line-clamp: 2;
  word-break: break-word;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
component-product-card-m .cover-main .cover-prices .cover-product-compare-price {
  height: 21px;
  color: #a9a9a9;
  text-align: center;
}
component-product-card-m .cover-main .cover-prices .cover-product-compare-price .cover-product .price {
  font-size: 18px;
  font-weight: normal;
  line-height: 1 !important;
  text-decoration: line-through !important;
}
component-product-card-m .cover-main .cover-prices .cover-product-compare-price .cover-product .currency {
  font-size: 10px;
  font-weight: normal;
}
component-product-card-m .cover-main .cover-prices .cover-product-price {
  color: #000;
  height: 32px;
  text-align: center;
}
component-product-card-m .cover-main .cover-prices .cover-product-price .cover-product .price {
  font-weight: bold;
  line-height: 1 !important;
  font-size: 24px !important;
}
component-product-card-m .cover-main .cover-prices .cover-product-price .cover-product .currency {
  font-weight: bold;
  font-size: 18px !important;
}
component-product-card-m .cover-main .cover-detail {
  margin-top: 10px;
}
component-product-card-m .cover-main .cover-detail a span {
  width: 120px;
  float: right;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
