/* Csomagolási/Szerviz díj infó doboz */
.product-parameter__service-fee .sr-fee-box{
  background: #fff4f4;
  border-left: 4px solid #c40000;
  padding: 12px 14px;
  border-radius: 6px;
  line-height: 1.35;
}

.product-parameter__service-fee .sr-fee-box__title{
  color: #5b5b5b;
  font-size: 14px;
}

.product-parameter__service-fee .sr-fee-box__tip{
  margin-top: 6px;
  color: #777;
  font-size: 13px;
}
/* ===== SZÖGKER H2 IPARI CSÍK ===== */

h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  display: block;

  background-image: linear-gradient(to top right,
    #2f2f2f 15%,
    #ffd600 15%,
    #ffd600 50%,
    #2f2f2f 50%,
    #2f2f2f 65%,
    #ffd600 65%,
    #ffd600
  );
  background-size: 12px 12px;
  border-radius: 6px;
}
.contact-box__item-address {
    align-items: baseline !important;
}
/* KATEGÓRIAKÉPEK */
.active-subcategory-image .subcategory__card{
	display:flex;
}