.footer-middle {
    background-color: var(--bs-primary) !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    padding: 50px !important;
    margin-left: calc(-1 * var(--gutter)) !important;
    margin-right: calc(-1 * var(--gutter)) !important;
}


.footer-middle a,
.footer-middle p,
.footer-middle span,
.footer-middle li {
    color: #ffffff !important;
}

.footer-middle a:hover {
    color: #e0e0e0 !important;
}


.footer-middle input.form-control {
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

.footer-middle input.form-control::placeholder {
    color: #ffffff !important;
    opacity: 1 !important;
}


.footer-middle button,
.footer-middle .btn-primary {
    background-color: #ffffff !important;
    color: var(--bs-primary) !important;
    border-color: #ffffff !important;
}
.footer-middle .form-check-input {
	border: 1px solid #fff;
}
.header-middle-row{
    display:flex;
    align-items:center;
}

.header-logo{
    flex:1;
    display:flex;
    justify-content:center;
}
/* ===== Lenyíló kategória menü görgethető ===== */

.category-list .nav-item {
    position: relative;
    overflow: visible !important;
    z-index: 100;
}

.category-list .children {
    position: absolute;
    top: 100%;
    left: 0;

    display: none;

    max-height: 75vh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;

    background: #fff;
    z-index: 9999;

    scrollbar-width: thin;
}

/* Hoverre jelenjen meg */
.category-list .nav-item:hover > .children {
    display: block !important;
}

/* Görgetősáv */
.category-list .children::-webkit-scrollbar {
    width: 8px;
}

.category-list .children::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.25);
    border-radius: 20px;
}

.category-list .children::-webkit-scrollbar-track {
    background: transparent;
}

.category-menu .children .nav-link {
    color: #000 !important;
    font-size: 16px !important;
    text-shadow: none !important;
    text-decoration: none !important;
}

.category-menu .children .nav-link:hover {
    color: #f47c48 !important;
    text-shadow: none !important;
    text-decoration: underline !important;
    text-decoration-color: #000 !important;
}