/* Whole site */
.row.product_content.list .col-lg-3 {
  width: 100%;
}
.row.product_content.list img.first-image {
  max-width: 350px;
}

.product-flag .auxilia_choice {
  position: absolute;
  bottom: 20px !important;
  left: 20px;
  display: inline-block;
  color: #ffffff;
  text-align: left;
  line-height: 24px;
  height: 24px;
  width: auto;
  font-size: 10px !important;
  font-weight: 600;
  border-radius: 0 3px 3px 0;
  text-transform: uppercase;
  z-index: 1;
  padding: 0 1.3em 0 1em;
  background-image: inherit !important;
  background: #c70909;
}
.product-flag .auxilia_choice::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0;
  top: 0;
  left: -24px;
  border: 12px solid transparent;
  border-right-color: #c70909;
}
.product-flag .auxilia_choice::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 8px;
  border-radius: 99px;
  background-color: #fff;
  left: -2px;
}

.product-flag .new,
.product-flag .on-sale,
.product-flag .pack {
  background: #23a79b;
}
