/* 🔹 Alap wrapper a fejlécnek */
.header-slider .header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background-color: #<?php echo $defcolor; ?>;
    z-index: 10;
}

/* 🔹 Középre igazított belső tartalom */
.header-slider .header_mid {
    position: relative;
    margin: 0 auto;
    width: 1300px;
    max-width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
}

/* 🔹 Slider wrapper */
.header-slider .slidera {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px;
}

/* 🔹 Bootstrap carousel belső stílus */
.header-slider .carousel-item {
    height: 400px;
}

.header-slider .slider-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

/* 🔹 Menü */
.header-slider .menu {
    width: 100%;
    background-color: #ededed;
    border-bottom: 1px solid #252525;
}

.header-slider .menu_mid {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

/* 🔹 Menü gomb */
.header-slider .button_01 {
    font-family: openEB;
    padding: 10px 20px;
    color: white;
    background: #<?php echo $defcolor; ?>;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 5px;
    border: none;
    cursor: pointer;
}

.header-slider .button_01 .b01_title {
    color: white;
}

/* 🔹 Logo, kereső és kosár */
.header-slider .function_menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.header-slider .logo {
    width: 160px;
    height: 55px;
    background-image: url('<?php echo ($c["site-logo"])?$c["site-logo"]:"/style/images/logo.png"; ?>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header-slider .searchbar {
    flex-grow: 1;
    display: flex;
}

.header-slider .search {
    flex-grow: 1;
    padding: 8px 12px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.header-slider .searchsubmit {
    padding: 8px 20px;
    border-radius: 0 5px 5px 0;
    background-color: rgb(120,175,45);
    color: white;
    font-family: openEB;
    border: 1px solid white;
    cursor: pointer;
}

.header-slider .kosar {
    display: flex;
    align-items: center;
    background: #252525;
    padding: 8px 15px;
    border-radius: 5px;
}

.header-slider .kosar img {
    width: 24px;
    margin-right: 10px;
}

.header-slider .kosar div {
    color: white;
    font-size: 16px;
    font-family: openR;
}

div.header div.menu div.menu_mid {
  position: absolute;
  margin: 0px auto;
  width: 1300px;
  left: 0px;
  right: 0px;
  border-bottom: 1px rgb(37,37,37) solid;
  background-color: white;
}

.slider-img {
    height: 400px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
}