.product_box__image {
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  background: #f5f5f5;
}
.product_box__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_box__tag {
  font-size: 16px;
  color: #8cbf44;
}
@media all and (min-width: 768px) {
  .product_box__tag {
    font-size: 18px;
  }
}
.product_box__tag svg {
  max-height: 13px;
  margin-right: 6px;
  margin-top: -4px;
  width: 14px;
}
@media all and (min-width: 768px) {
  .product_box__tag svg {
    max-height: 14px;
    width: 16px;
  }
}
.product_box__content {
  padding-top: 18px;
}
.product_box__content h2 {
  font-weight: bold;
  line-height: 1.5;
}
.product_box__content h2.new {
  color: #8cbf44;
}
.product_box .woocommerce-loop-product__title {
  line-height: 1.25;
}
@media all and (min-width: 1024px) {
  .product_box .woocommerce-loop-product__title {
    line-height: 1.65;
  }
}
.product_box__sub_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  margin: 5px 0;
}
@media all and (min-width: 1024px) {
  .product_box__sub_title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
  }
}
.product_box__price {
  font-size: 28px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}
@media all and (min-width: 576px) {
  .product_box__price {
    font-size: 30px;
  }
}
@media all and (min-width: 768px) {
  .product_box__price {
    font-size: 32px;
  }
}
@media all and (min-width: 1024px) {
  .product_box__price {
    font-size: 34px;
  }
}
.product_box__price .small_label {
  font-size: 14px;
}
.product_box__price .woocommerce-Price-currencySymbol {
  font-weight: normal;
}
.product_box__price del {
  color: #9b9b9b;
  font-size: 0.65em;
  /*position: absolute;
  left: -8px;
  right: auto;
  top: 59%;
  transform: translate(-100%, -50%);*/
}
.product_box__price ins {
  text-decoration: none;
}
.product_box a.btn {
  margin-top: auto;
  padding: 10px 15px 8px;
}
@media all and (max-width: 768px) {
  .product_box a.btn {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 25px 0;
    min-width: 0;
  }
}
.product_box .woocommerce-loop-product__link {
  display: block;
  margin-bottom: 14px;
  width: 100%;
}

/*# sourceMappingURL=product_box.css.map */
