@media only screen and (min-width: 991px) {
	.header-middle-line {
		padding: 11px 0;
	}
	.sf-horizontal>.category-list>.nav-link {
		    padding: 18px 18px 15px;
	}
}
.megamenu-wrapper {
  background: #f7f7f7;
}
.megamenu {
  position: relative;
}
.megamenu-maincategories {
  display: flex;
  background: #282729;
  border-bottom: thin solid #f5f5f5;
}
.main-category {
  display: block;
  padding: 8px 20px;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 170%;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  margin-bottom: 0;
  background: #282729;
}

.maincategory-item:hover .main-category {
  background: #f60;
  color: #fff;
}

.megamenu-content-banners {
	margin-top: -11px;
}

/* Tartalom alapból elrejtve */
.megamenu-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  height: 550px;
  background: #282729;
  padding: 15px;
  z-index: 10;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Megjelenítés aktív vagy hover esetén */
.maincategory-item.active .megamenu-content,
.maincategory-item:hover .megamenu-content {
  display: flex;
}

.promo-bg {
	max-width: 100%;
}

.megamenu-content-category {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  row-gap: 15px;
}
.megamenu-content-category > div {
  flex: 0 0 16.666666%;
  padding: 0 12px;
}

.category-group {
  margin-bottom: 12px;
}
.category-group .category-group-head a {
  display: block;
  margin-bottom: 0px;
  color: #f46618;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  text-transform: uppercase;
  text-decoration: none;
}
.category-group a {
  display: block;
  color: #FFF;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  padding: 2px 0;
}
.category-group a:hover {
  color: #f46618;
  text-decoration: underline;
}
.megamenu-content-banners {
  width: 140px;
  padding-left: 20px;
  display: flex;
	gap: 10px;
  flex-direction: column;
}
.akcios a {
  display: block;
  background: #ff3c00;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
}
.top-product {
  margin-top: 20px;
}
.top-product .product-snapshot {
  position: relative;
}
.top-product .product-card {
  border: 1px solid #ccc;
  padding: 10px;
}
.top-product .product-image-container {
  width: 100%;
  text-align: center;
}
.top-product .product-image-container img {
  max-width: 100%;
  height: auto;
}
.top-product .product-card-body a {
  text-decoration: none;
  color: #333;
  display: block;
  font-weight: 500;
}
.top-product .product-card-body a:hover {
  color: #007acc;
}

.subtree-dropdown-inner {
  padding: 0 !important;
  background-color: #282729;
}
.top-product-card {
  color: white;
  position: relative;
}
.top-label {
  color: #282729;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 0;
  background-color: #D9D9D9;
}
.top-image-wrapper {
  background: white;
  text-align: center;
  padding: 10px;
}
.top-image-wrapper img {
  max-width: 100%;
  height: auto;
}

.product-name {
  color: white;
  font-size: 12.5px;
  line-height: 1.2;
  margin: 0 0 5px;
}
  .top-product-info {
    margin-top: 5px;
  }
  
  .promo-banner {
    position: relative;
  }

  .promo-text-dolt {
    position: absolute;
    top: 70%;
    left: 58%;
    transform: translate(-50%, -50%) rotate(-45deg);
    color: white;
    text-align: center;
    font-family: sans-serif;
    line-height: 1.2;
    pointer-events: none;
  }
  .promo-text {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    width: 100%;
  }
  .promo-text .line2,
  .promo-text .line1 {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%; /* 59.5px */
    text-transform: uppercase;
  }
  .promo-text-dolt .line1 {
    text-align: center;
    color: white;
    text-shadow: 3px 3px 5px rgba(71, 0, 0, 0.30);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase;
  }

  .promo-text-dolt .line2 {
    text-align: center;
    text-shadow: 3px 3px 5px rgba(71, 0, 0, 0.30);
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    text-transform: uppercase;
  }
  
.category-kicker-text {
	position: relative;
	padding: 10px 0;
	color: white;
	text-align: center;
}