.card .discount-whishlist {
  z-index: 1;
}

.card .card-hover {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  left: 0px;
  top: calc(100% - 6px);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  background: #FFFFFF !important;
  margin: 0 !important;
  padding: 0;
  height: 140px;
}

@media (max-width: 560px) {
  .card .card-hover {
    display: none;
  }
}

.card .card-hover .card-hover-item {
  opacity: 0;
  background-color: #FFFFFF;
  padding: 0 10px !important;
  margin: 0 !important;
}

.card .card-hover .card-button button {
  max-width: 100% !important;
}

.card .bordered {
  border: 1px solid;
  background: #FFFFFF;
}

.card:hover .card-wishlist {
  display: block;
  z-index: 999;
  right: 10px !important;
}

.card:hover .card-hover {
  width: calc(100% + 2px);
  max-width: calc(100% + 2px);
  left: -1px;
  top: calc(100% - 3px);
  max-height: 180px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: 0px 6px 6px rgba(210, 220, 222, 0.3);
          box-shadow: 0px 6px 6px rgba(210, 220, 222, 0.3);
  z-index: 1;
}

.card:hover .card-hover .card-hover-item {
  animation: 0.6s ease 0s normal forwards 1 fadein;
  -webkit-animation: 0.6s ease 0s normal forwards 1 fadein;
  opacity: 1;
}

.card:hover .bordered {
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0px 6px 6px rgba(210, 220, 222, 0.3);
          box-shadow: 0px 6px 6px rgba(210, 220, 222, 0.3);
}

.card .card-flag {
  position: absolute;
  top: 0px;
  left: 10px;
  padding: 2px 0;
  border-radius: 5px;
  width: 40px;
  height: 21px;
  text-align: center;
}

.card .card-wishlist {
  display: none;
}

@media (max-width: 1025px) {
  .card .card-wishlist {
    display: block;
  }
}

@media (min-width: 767px) and (max-width: 1025px) {
  .card .card-wishlist {
    top: -8px !important;
    right: -6px !important;
  }
}

.card .card-name {
  height: 34px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  .card.card-mobile .card-img {
    height: auto;
  }
}

@media (max-width: 1025px) {
  .card.card-mobile .card-img img {
    max-width: 85px;
    max-height: 85px;
  }
}

.card .card-img {
  height: 180px;
}

@media (max-width: 1025px) {
  .card .card-img {
    height: 130px;
  }
}

.card .card-img img {
  max-height: 140px;
  max-width: 140px;
  width: auto;
  display: inline-block !important;
}

@media (max-width: 1025px) {
  .card .card-img img {
    max-width: 120px;
    max-height: 120px;
  }
}

.card.cardTimer .card-img {
  height: 180px;
}

.card.cardTimer .card-img img {
  max-height: 110px !important;
  max-width: 110px !important;
  width: 100%;
  display: inline-block !important;
}

.card .card-brand img {
  height: 40px;
  max-width: 100px;
}

@media (max-width: 768px) {
  .card .card-brand img {
    display: none;
  }
}

.card .card-price {
  min-height: 75px;
}

@media (max-width: 485px) {
  .card .card-price {
    max-width: 185px;
  }
}

.card .card-price .card-price-item .icon {
  float: right;
  margin-left: 10px;
}

.card .card-price .card-price-item .icon::before {
  position: relative;
  top: -5px;
}

.card .card-price .card-price-item .icon.icon_cashback::before {
  top: 2px;
}

.card .card-price-points {
  line-height: 42px;
  letter-spacing: -2px;
}

@media (max-width: 560px) {
  .card .card-price-points {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 1025px) {
  .card .card-price-points {
    overflow: hidden;
    max-width: 220px;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 28px;
  }
}

.card .card-points-cash {
  border-top: 1px solid;
}

.card .card-counter {
  margin-top: -20px !important;
}

.card .card-counter p {
  background-color: #fc0652;
  border-radius: 20px;
  letter-spacing: 1px;
}

@media (max-width: 560px) {
  .card .card-counter p {
    padding: 10px !important;
    font-size: 12px;
  }
  .card .card-counter p span {
    font-size: 13px;
  }
}

.card .card-button .btn {
  min-width: initial;
}

@media (max-width: 768px) {
  .card .card-button .btn {
    font-size: 13px;
  }
}

@media (min-width: 426px) and (max-width: 767px) {
  .card .card-internal {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

.card .icon_wishlist_color {
  right: 0 !important;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.card-input {
  height: 30px;
  top: -17px;
}

.card-input input[name^='inputResgate'] {
  visibility: visible !important;
  position: absolute !important;
  z-index: 1;
  width: 550px !important;
  max-width: 550px !important;
}

.card-input label {
  top: 17px !important;
  font-size: 13px !important;
  line-height: 16px !important;
}
/*# sourceMappingURL=card.css.map */