/* showcase-model-product */

a .showcase-product_image-first {
  z-index: 2;
}

a .showcase-product_image-second {
  z-index: 1;
}

.showcase-product:hover .showcase-product_image-first,
.showcase-product:hover .showcase-product_image-first {
  z-index: 1;
}

.showcase-product:hover .showcase-product_image-second,
.showcase-product:hover .showcase-product_image-second {
  z-index: 2;
}

.showcase-product:focus .showcase-product_link__image,
.showcase-product:hover .showcase-product_link__image {
  opacity: 1;
}

.showcase-product .showcase-product_buy {
  opacity: 1;
  position: static;
  float: none;
}

.showcase-product .showcase-product_buy:hover {
  background-color: #1D1616;
}

.showcase-product .showcase-product_buy .btn {
  vertical-align: bottom;
}

.showcase-product .showcase-prices {
  margin-bottom: calc(10px - 2px);
}

.showcase-product .showcase-prices p {
  margin-bottom: 2px;
}

.showcase-product .card-footer .showcase-prices_plots {
  color: #999;
  text-transform: none;
}

/* showcase-model-5 - banners */

.showcase-model-5 .showcase-banners_link {
  overflow: hidden;
}

.showcase-model-5 .showcase-banners_link:hover img {
  transform: scale(1.2);
}

.showcase-model-5 .showcase-banners_link img {
  transition: all 500ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.showcase-model-5 .showcase-banners_link:hover img.banner-main_img{
  transform: scale(1.1);
}

/* showcase-model-12 bonner model*/

.showcase-model-12 .card {
  border: none;
}

.showcase-model-12 .card-link {
  height: 60px;
}

.showcase-model-12 .card-title {
  height: 25px;
}

.showcase-model-12 .card-description {
  height: 40px;
}

.showcase-model-12 .card .card-body_default {
  height: 200px;
}

.showcase-model-12 .card .card-body {
  padding-top: 12px;
}

/* showcase-model-7 - mais buscados*/

.showcase-model-list .showcase-product_buy {
  display: inline-flex;
  margin: 5px 0px 8px 0px;
  justify-content: center;
  width: 85%;
}