/* CSAK ASZTALI NÉZETBEN (992px felett) */
@media (min-width: 992px) {

    #header {
        position: relative !important;
    }

    .header-top {
        min-height: 120px !important;
        height: 120px !important;
        position: relative !important;
    }

    /* Logó vízszintes és függőleges középre igazítása */
    #header .header-bottom__logo,
    #header .header-bottom__h1,
    #header a.navbar-brand {
        position: absolute !important;
        top: 5px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        width: auto !important;
        height: auto !important;
        max-width: none !important;
        z-index: 999 !important;
    }

    /* Logó kép méretezése asztali nézetben */
    #header img.logo,
    #header .header-bottom__logo img,
    #header a.navbar-brand img {
        display: block !important;
        margin: 0 auto !important;
        max-height: 110px !important;
        height: auto !important;
        width: auto !important;
        max-width: none !important;
    }

    .header-top .container,
    .header-top .row {
        height: 100% !important;
        align-items: center !important;
    }
}

/* MOBIL NÉZET (991px alatt) - Logó +15%-os nagyítása */
@media (max-width: 991px) {
    #header img.logo,
    #header .header-bottom__logo img,
    #header a.navbar-brand img {
        max-height: 58px !important;
        height: auto !important;
        width: auto !important;
    }



/* A legalsó/jobb szélső menüpont almenüjében lévő oszlopot a jobb oldalra toljuk */
#header .top-menu > li:last-child .popover.sub-menu .row > div,
#header .top-menu > li:last-child .sub-menu .row > div {
  margin-left: auto !important;
  margin-right: 0 !important;
}



/* Termékoldali alsó blokk és leírás kényszerítése teljes szélességre */
.product__bottom {
  display: block !important;
  width: 100% !important;
}

.product__bottom-left {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
}

.product__bottom-right {
  display: none !important;
}