/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 21 2024 | 16:27:25 */
.product_cat_banner {
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.product_cat_banner > div {
  width: 85%;
  position: relative;
  padding: 5px 5px 4px 5px;
}

.product_cat_banner > div:before, .product_cat_banner > div:after {
  content: "";
  width: 10px;
  height: 50%;
  position: absolute;
  right: -3px;
  transform: rotate(25deg);
  top: -2px;
}

.product_cat_banner > div:after {
  right: -3px;
  transform: rotate(-25deg);
  top: 57%;
}

