/* COOKIE-BAR */

#cookie-bar {
    background-color: rgba(0, 0, 0, 0.85);
    height: auto;
    color: white;
    padding: 10px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    z-index: 1000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#cookie-bar p {
    text-align: left;
    padding: 0px 30px;
}

#cookie-bar img {
    width: 300px;
    margin-bottom: 40px;
}

#cookie-bar .cookie {
    line-height: 70px;
    padding-bottom: 30px;
    font-size: 58px;
    color: white;
}

#cookie-bar .cookie-link {
    text-decoration: underline;
    display: inline-block;
}


/* <<-- Háttér -->> */

.site-bg {
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    height: 100vh;
    width: 100vw;
    z-index: -999999;
    position: fixed;
}

.site-bg img,
.site-bg video,
.site-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#site-bg-portrait {
    display: none;
}


/*  LOADER  */

.loader_hatter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.2);
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes reverseSpin {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes reverseSpin {
    0% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}


/* <<-- Általános tulajdonságok -->> */

.hide-on-mobile {
    display: inline-block;
}

body {
    font-size: 16px;
    background-color: #f5f5f5;
    color: black;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.bg-grey {
    background-color: #eaebeb;
}

.dark-blue {
    color: #174280;
}

.light-blue {
    color: #7cc8c5;
}

.bg-white {
    background: white;
}

.padding {
    padding: 50px 120px
}

h1 {
    font-size: 2em;
    font-weight: 700;
    color: #174280;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #174280;
}

.button {
    background-color: #7cc8c5;
    color: black;
    padding: 5px 35px;
    border: 2px solid #7cc8c5;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    transition: .5s;
}

.button:hover {
    background-color: transparent;
    border: 2px solid #7cc8c5;
}

.button.dark-blue {
    color: #174280;
}

.bdr {
    border: 2px solid #7cc8c5;
}

.overlay {
    display: none;
}

.c-white {
    color: white;
}


/*Navbar*/

nav {
    background-color: #f5f5f5;
    overflow: visible;
}

.nav-link {
    font-size: 1em;
    transition: .5s;
}

.utmutato_button {
    text-transform: uppercase;
}

.collaps .utmutato2 {
    font-size: 1.3em;
}

.header-kereses {
    display: none;
}

header .eszkoz_kereso_box {
    display: none;
}

.utmutato {
    display: none;
    position: absolute;
    top: -250px;
    left: 10%;
    width: 400px;
    background-color: white;
    border: 2px solid #7cc8c5;
    padding: 10px;
}

.more-info:hover .utmutato.show_tips {
    display: block;
}

.utmutato::after {
    width: 0;
    height: 0;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-top: 2rem solid #7cc8c5;
    border-bottom: 0;
    content: "";
    position: absolute;
    bottom: -33px;
    left: 10%;
    transform: translateX(-50%);
}

.utmutato p {
    font-size: 0.8em;
}

.question-mark {
    color: #7cc8c5;
    position: relative;
    top: 20px;
    left: 20px;
    padding: 0px 10px;
    border-radius: 20px;
    border: 2px solid #7cc8c5;
    display: none;
    font-weight: 700;
    font-size: 1.5em;
}

.close-more-info-box {
    font-size: 1em;
    color: #7cc8c5;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    top: 5px;
    right: 5px;
    border: 2px solid #7cc8c5;
}

.leallitas {
    display: none;
}

.nav-item {
    font-size: 1em;
    font-weight: 500;
    padding: 5px 10px;
    position: relative;
    transition: 3s;
    list-style: none;
}

.navbar-light .collaps .nav-link {
    color: black;
    font-weight: 500;
    transition: .3s;
}

.navbar-light .collaps .nav-link:hover {
    color: #174280;
    transform: scale(1.1);
    transition: .3s;
}

.navbar-light .collaps .nav-link.active {
    color: #174280;
}

.menu-row {
    display: flex;
    justify-content: space-around;
    width: 100%;
}


/*Mega menu*/

.nav-item.aktiv.lenyilo:hover .mega-menu {
    display: block;
}

.mega-menu {
    position: absolute;
    display: none;
    top: 70px;
    background-color: white;
    z-index: 100000;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    border: 1px solid #898989;
}

.mega-menu-tartalom {
    display: flex;
}

.epitoipari,
.kerti,
.konyhai,
.szerelo,
.informatikai {
    left: -50px;
}

.kreativ,
.barkacs,
.utazasi,
.egyeb {
    right: -50px;
}

.alkategoria-box {
    padding: 30px;
    background-color: #d9d9d9;
}

.alkategoria-box .alkategoriak,
.alkategoria-szures .linkek {
    padding-left: 15px;
}


/*.nav-item:hover .mega-menu {
    
    opacity: 1;
      display: flex;

}*/

.alkategoria-cim {
    font-weight: 700;
    font-size: 1.5em;
    color: #174280;
    text-transform: uppercase;
}

.alkategoria-link,
.alkategoria-szures-link {
    font-weight: 500;
    font-size: .9em;
    display: block;
    margin: 10px 0;
}

.alkategoria-szuresek {
    padding: 30px;
    display: flex;
}

.alkategoria-szures {
    margin: 0px 40px;
}

.alkategoria-szures-title {
    font-weight: 700;
    font-size: 1.2em;
    color: #7cc8c5;
    text-transform: uppercase;
}

.search-icon {
    width: 25px;
    transition: .5s;
}

.search-icon:hover {
    transform: scale(1.2);
}

input-group {
    position: relative;
}

.input-group-append button {
    border: none;
    background-color: transparent;
}

.input-group-text {
    background-color: white;
    border-radius: 0;
}

.kereses_text .form-control {
    border-right: none;
}

.kereses_text.input-group {
    min-width: 300px;
}

.form-control {
    border-radius: 0;
    padding: 12px;
    height: auto;
    font-size: 1.2em;
    width: auto;
}

.eszkoz_kereso {
    max-width: 1000px;
    margin: 30px auto
}

#kereses_button:hover{
    background-color: white;
}

.kereses_mobil {
    display: none;
}

.eszkoz_kereso_box {
    position: relative;
}

.eszkoz_kereso_box .glyphicon-remove {
    position: absolute;
    display: block;
    right: calc(50% - 545px);
    top: -25px;
    left: auto;
    font-size: 1.5em;
    color: #7cc8c5;
    transition: .5s;
    border: 3px solid;
    border-radius: 50px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.bg-eszkozok {
    background-image: url(./public/img/icons/eszkozok.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    height: 450px;
    background-color: white;
}

.input-group .lenyilo {
    position: absolute;
    border: 2px solid black;
    z-index: 200;
    top: calc(100% + 12px);
    right: 0;
    padding: 15px;
    font-size: .8em;
    display: none;
    background-color: #f5f5f5;
    min-width: 250px;
}

.input-group .lenyilo select {
    border-radius: 0;
    margin: 10px 0;
}

.input-group .lenyilo::before {
    width: 0;
    height: 0;
    border-left: .8rem solid transparent;
    border-right: .8rem solid transparent;
    border-bottom: .8rem solid black;
    border-bottom: .8rem solid black;
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.input-group .lenyilo .custom-select {
    padding: 0;
    height: auto;
}


/*fooldal*/

.kategoriak {
    position: relative;
}

.kategoria {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.kategoria-kep {
    margin: 0px auto;
    height: 120px;
    display: block;
}

.kategoria-kep-box {
    width: 100%;
    background-color: #ececec;
}

.kategoria-felirat {
    color: #174280;
    margin-top: 5px;
    font-size: 1em;
    text-align: center;
    transition: .5s;
}

.kategoria:hover .kategoria-felirat {
    color: #7cc8c5;
}

.kategoria-kep.sotet {
    display: block;
    transition: 0.5s;
}

.kategoria-kep.vilagos {
    display: none;
    transition: 0.5s;
}

.kategoria:hover .kategoria-kep.sotet {
    display: none;
}

.kategoria:hover .kategoria-kep.vilagos {
    display: block;
}

.elony {
    width: 30%;
}

.jelveny {
    width: 80px;
    margin-right: 10px;
}

.elonyok {
    font-size: 1.1em;
}

.elonyok p {
    margin-bottom: 0;
    color: #174280;
}


/*Kategoria oldalak*/

.range-slider.grad {
    --progress-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset;
    --progress-flll-shadow: var(--progress-shadow);
    --fill-color: linear-gradient(to right, LightCyan, var(--primary-color));
    --thumb-shadow: 0 0 4px rgba(0, 0, 0, 0.3), -3px 9px 9px rgba(255, 255, 255, 0.33) inset, -1px 3px 2px rgba(255, 255, 255, 0.33) inset, 0 0 0 99px var(--primary-color) inset;
}

.range-slider.grad input:hover {
    --thumb-transform: scale(1.2);
}

.range-slider.grad input:active {
    --thumb-shadow: inherit;
    --thumb-transform: scale(1);
}

.range-slider.flat {
    --thumb-size: 25px;
    --track-height: calc(var(--thumb-size) / 3);
    --progress-shadow: none;
    --progress-flll-shadow: none;
    --thumb-shadow: 0 0 0 7px var(--primary-color) inset, 0 0 0 99px white inset;
    --thumb-shadow-hover: 0 0 0 9px var(--primary-color) inset, 0 0 0 99px white inset;
    --thumb-shadow-active: 0 0 0 13px var(--primary-color) inset;
}

.range-slider.overlay {
    --primary-color: #d6e9ff;
    --track-height: 50px;
    --thumb-size: var(--track-height);
    --thumb-color: var(--primary-color);
    --thumb-shadow: none;
    --progress-flll-shadow: none;
    --progress-shadow: none;
    --progress-background: none;
    --progress-radius: 0px;
    --ticks-color: var(--primary-color);
    --ticks-height: 0;
    --ticks-thickness: 0;
    --ticks-gap: 0px;
    --min-max-font: 700 18px Arial;
    --min-max-opacity: 1;
    --show-min-max: none;
    color: #0366d6;
}

.range-slider.overlay input:hover {
    --thumb-shadow: calc(25px - (50px * var(--is-left-most))) 0 0 -15px #0366d6 inset;
}

.range-slider.overlay input:active {
    --thumb-color: inherit;
}

.range-slider.overlay .range-slider__values {
    width: calc(100% - 50% / (var(--max) - var(--min)));
}

.range-slider {
    width: 100%;
    --primary-color: #0366d6;
    --value-offset-y: var(--ticks-gap);
    --value-active-color: white;
    --value-background: transparent;
    --value-background-hover: var(--primary-color);
    --value-font: 700 12px/1 Arial;
    --fill-color: var(--primary-color);
    --progress-background: #eee;
    --progress-radius: 20px;
    --track-height: calc(var(--thumb-size) / 2);
    --min-max-font: 12px Arial;
    --min-max-opacity: 0.5;
    --min-max-x-offset: 10%;
    --thumb-size: 22px;
    --thumb-color: white;
    --thumb-shadow: 0 0 3px rgba(0, 0, 0, 0.4), 0 0 1px rgba(0, 0, 0, 0.5) inset, 0 0 0 99px var(--thumb-color) inset;
    --thumb-shadow-active: 0 0 0 calc(var(--thumb-size) / 4) inset var(--thumb-color), 0 0 0 99px var(--primary-color) inset, 0 0 3px rgba(0, 0, 0, 0.4);
    --thumb-shadow-hover: var(--thumb-shadow);
    --ticks-thickness: 1px;
    --ticks-height: 5px;
    --ticks-gap: var(--ticks-height, 0);
    --ticks-color: silver;
    --step: 1;
    --ticks-count: Calc(var(--max) - var(--min)) / var(--step);
    --maxTicksAllowed: 30;
    --too-many-ticks: Min(1, Max(var(--ticks-count) - var(--maxTicksAllowed), 0));
    --x-step: Max(var(--step), var(--too-many-ticks) * (var(--max) - var(--min)));
    --tickInterval: 100/ ((var(--max) - var(--min)) / var(--step)) * var(--tickEvery, 1);
    --tickIntervalPerc: calc((100% - var(--thumb-size)) / ((var(--max) - var(--min)) / var(--x-step)) * var(--tickEvery, 1));
    --value-a: Clamp(var(--min), var(--value, 0), var(--max));
    --value-b: var(--value, 0);
    --text-value-a: var(--text-value, "");
    --completed-a: calc((var(--value-a) - var(--min)) / (var(--max) - var(--min)) * 100);
    --completed-b: calc((var(--value-b) - var(--min)) / (var(--max) - var(--min)) * 100);
    --ca: Min(var(--completed-a), var(--completed-b));
    --cb: Max(var(--completed-a), var(--completed-b));
    --thumbs-too-close: Clamp(-1, 1000 * (Min(1, Max(var(--cb) - var(--ca) - 5, -1)) + 0.001), 1);
    --thumb-close-to-min: Min(1, Max(var(--ca) - 2, 0));
    --thumb-close-to-max: Min(1, Max(98 - var(--cb), 0));
    display: inline-block;
    height: max(var(--track-height), var(--thumb-size));
    background: linear-gradient(to right, var(--ticks-color) var(--ticks-thickness), transparent 1px) repeat-x;
    background-size: var(--tickIntervalPerc) var(--ticks-height);
    background-position-x: calc(var(--thumb-size) / 2 - var(--ticks-thickness) / 2);
    background-position-y: var(--flip-y, bottom);
    padding-bottom: var(--flip-y, var(--ticks-gap));
    padding-top: calc(var(--flip-y) * var(--ticks-gap));
    position: relative;
    z-index: 1;
}

.range-slider[data-ticks-position=top] {
    --flip-y: 1;
}

.range-slider::before,
.range-slider::after {
    --offset: calc(var(--thumb-size) / 2);
    content: counter(x);
    display: var(--show-min-max, block);
    font: var(--min-max-font);
    position: absolute;
    bottom: var(--flip-y, -2.5ch);
    top: calc(-2.5ch * var(--flip-y));
    opacity: clamp(0, var(--at-edge), var(--min-max-opacity));
    transform: translateX(calc(var(--min-max-x-offset) * var(--before, -1) * -1)) scale(var(--at-edge));
    pointer-events: none;
}

.range-slider::before {
    --before: 1;
    --at-edge: var(--thumb-close-to-min);
    counter-reset: x var(--min);
    left: var(--offset);
}

.range-slider::after {
    --at-edge: var(--thumb-close-to-max);
    counter-reset: x var(--max);
    right: var(--offset);
}

.range-slider__values {
    position: relative;
    top: 50%;
    line-height: 0;
    text-align: justify;
    width: 100%;
    pointer-events: none;
    margin: 0 auto;
    z-index: 5;
}

.range-slider__values::after {
    content: "";
    width: 100%;
    display: inline-block;
    height: 0;
    background: red;
}

.range-slider__progress {
    --start-end: calc(var(--thumb-size) / 2);
    --clip-end: calc(100% - (var(--cb)) * 1%);
    --clip-start: calc(var(--ca) * 1%);
    --clip: inset(-20px var(--clip-end) -20px var(--clip-start));
    position: absolute;
    left: var(--start-end);
    right: var(--start-end);
    top: calc(var(--ticks-gap) * var(--flip-y, 0) + var(--thumb-size) / 2 - var(--track-height) / 2);
    height: calc(var(--track-height));
    background: var(--progress-background, #eee);
    pointer-events: none;
    z-index: -1;
    border-radius: var(--progress-radius);
}

.range-slider__progress::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    -webkit-clip-path: var(--clip);
    clip-path: var(--clip);
    top: 0;
    bottom: 0;
    background: var(--fill-color, black);
    box-shadow: var(--progress-flll-shadow);
    z-index: 1;
    border-radius: inherit;
}

.range-slider__progress::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: var(--progress-shadow);
    pointer-events: none;
    border-radius: inherit;
}

.range-slider > input {
    -webkit-appearance: none;
    width: 100%;
    height: var(--thumb-size);
    margin: 0;
    position: absolute;
    left: 0;
    top: calc(50% - Max(var(--track-height), var(--thumb-size)) / 2 + calc(var(--ticks-gap) / 2 * var(--flip-y, -1)));
    cursor: -webkit-grab;
    cursor: grab;
    outline: none;
    background: none;
}

.range-slider > input:not(:only-of-type) {
    pointer-events: none;
}

.range-slider > input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.range-slider > input::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -moz-transition: 0.1s;
    transition: 0.1s;
}

.range-slider > input::-ms-thumb {
    appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    transform: var(--thumb-transform);
    border-radius: var(--thumb-radius, 50%);
    background: var(--thumb-color);
    box-shadow: var(--thumb-shadow);
    border: none;
    pointer-events: auto;
    -ms-transition: 0.1s;
    transition: 0.1s;
}

.range-slider > input:hover {
    --thumb-shadow: var(--thumb-shadow-hover);
}

.range-slider > input:hover + output {
    --value-background: var(--value-background-hover);
    --y-offset: -5px;
    color: var(--value-active-color);
    box-shadow: 0 0 0 3px var(--value-background);
}

.range-slider > input:active {
    --thumb-shadow: var(--thumb-shadow-active);
    cursor: -webkit-grabbing;
    cursor: grabbing;
    z-index: 2;
}

.range-slider > input:active + output {
    transition: 0s;
}

.range-slider > input:nth-of-type(1) {
    --is-left-most: Clamp(0, (var(--value-a) - var(--value-b)) * 99999, 1);
}

.range-slider > input:nth-of-type(1) + output {
    --value: var(--value-a);
    --x-offset: calc(var(--completed-a) * -1%);
}

.range-slider > input:nth-of-type(1) + output:not(:only-of-type) {
    --flip: calc(var(--thumbs-too-close) * -1);
}

.range-slider > input:nth-of-type(1) + output::after {
    content: var(--prefix, "") var(--text-value-a) var(--suffix, "");
}

.range-slider > input:nth-of-type(2) {
    --is-left-most: Clamp(0, (var(--value-b) - var(--value-a)) * 99999, 1);
}

.range-slider > input:nth-of-type(2) + output {
    --value: var(--value-b);
}

.range-slider > input:only-of-type ~ .range-slider__progress {
    --clip-start: 0;
}

.range-slider > input + output {
    --flip: -1;
    --x-offset: calc(var(--completed-b) * -1%);
    --pos: calc(((var(--value) - var(--min)) / (var(--max) - var(--min))) * 100%);
    pointer-events: none;
    position: absolute;
    z-index: 5;
    background: var(--value-background);
    border-radius: 10px;
    padding: 2px 4px;
    left: var(--pos);
    transform: translate(var(--x-offset), calc(150% * var(--flip) - (var(--y-offset, 0px) + var(--value-offset-y)) * var(--flip)));
    transition: all 0.12s ease-out, left 0s;
}

.range-slider > input + output::after {
    content: var(--prefix, "") var(--text-value-b) var(--suffix, "");
    font: var(--value-font);
}

.talalat_oldal {
    position: relative;
}

.oldalsav {
    margin-top: 80px;
    margin-right: 40px;
    border-right: 2px solid #ebeaea;
    padding-right: 10px;
    width: 300px;
}

.oldalsav label {
    font-weight: 600;
}

.oldalsav .form-control {
    border-radius: 0;
    padding: 4px;
    height: auto;
    font-size: 1em;
    width: 100%;
    ;
}

.oldalsav .custom-select {
    border-radius: 0;
}

.mobil_szures {
    display: none;
}

.termek-talalatok {
    position: relative;
}

.termek-box {
    border: 2px solid #ebeaea;
    padding: 10px;
    position: relative;
    margin: 20px 0;
}


/* .termek-box {
    border: 2px solid #ebeaea;
    padding: 10px;
    position: relative;
    margin: 20px 0;
} */

.talalatok:first-child {
    padding: 8px;
}

.eszkoz-cim {
    font-size: 1.2em;
    font-weight: 700;
}

.elerheto {
    font-size: .8em;
    color: #47a338;
    float: right;
    padding: 5px;
    font-weight: 500;
}

.egyeb-info {
    margin-top: 35px;
}

.helyszin {
    margin-top: 5px;
}

.arak-box {
    font-size: 1.2em;
    margin-top: 10px;
}

.ar1 {
    margin-right: 5px;
}

.reszletek-button {
    font-size: .8em;
}

.ertekeles {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #004a9b;
}

.termek-box .glyphicon-star {
    color: #f4bd35;
    font-size: .9em;
}

#mobil_szures_close {
    display: none;
}

.pagination {
    justify-content: center;
    margin-top: 50px;
}

.page-link {
    border: none;
    font-size: 1.2em;
    font-weight: 600;
    color: black;
    padding: .5rem .5rem;
}

.page-link.active {
    color: #7cc8c5;
}


/* Termék oldalak */

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
    font-size: 1.2em;
    font-weight: 600;
}

ul.breadcrumb li {
    display: inline;
    text-decoration: none;
    color: black;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: black;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.termek-bemutatas {
    max-width: 1200px;
    margin: auto;
}

.column {
    float: left;
    width: 33%;
    padding: 10px;
}

.column img {
    opacity: 0.8;
    cursor: pointer;
}

.column img:hover {
    opacity: 1;
}

.termek-kep {
    border: 4px solid #ececec;
}

.termek-leiras {
    font-size: 1.5em;
}

.termek-nev {
    font-size: 1.4em;
    font-weight: 600;
}

.termek-bemutatas .elerheto {
    float: none;
    margin-top: 15px;
}

.termek-bemutatas .ertekeles {
    position: static;
}

.termek-bemutatas .glyphicon-star {
    color: #f4bd35;
}

.allapot {}

.leiras {
    font-size: .7em;
}

.reszletes-leiras-cim {
    font-size: 2em;
}

.regisztracio-ablak {
    max-width: 600px;
    padding: 30px;
    border: 2px solid;
    margin: 40px auto;
}


/* <<==--   RESPONSIVE   --==>> */


/* Fekvő nézet */

@media (orientation: landscape) {}


/* Álló nézet */

@media (orientation: portrait) {
    #site-bg-landscape {
        display: none;
    }

    #site-bg-portrait {
        display: block;
    }
}


/* 1680 px (1670 - 1919px)*/

@media only screen and (max-width: 1900px) {}


/* 1440 px (1430 - 1669px)*/

@media only screen and (max-width: 1669px) {}


/* 1366 px (1356 - 1429px)*/

@media only screen and (max-width: 1429px) {
    .kategoria-kep {
        height: 90px;
    }

    .termek-box {
        font-size: .8em;
    }

    .elerheto {
        font-size: 1em;
    }

    .eszkoz-cim {
        font-size: 1em;
    }

    .oldalsav {
        margin-right: 30px;
        font-size: .9em;
        padding-right: 10px;
        width: 270px;
    }
}


/* 1280 px (1270 - 1355px)*/

@media only screen and (max-width: 1355px) {

    .nav-link {
        font-size: .8em;

    }
}


/* 1024 px, Tablet fekvő (1014 - 1269px)*/

@media only screen and (max-width: 1269px) {
    .kereses_text.input-group {
        min-width: 250px;
    }

    .form-control {
        border-radius: 0;
        padding: 10px;
        height: auto;
        font-size: 1.1em;
        width: 100%;
    }

    .bg-eszkozok {
        height: 350px;
        background-position: bottom;
    }

    .kategoria-kep {
        height: 70px;
    }

    .elonyok {
        font-size: 1em;
    }

    .jelveny {
        width: 60px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1199px) {
    .menu-row {
        display: block;
        width: auto;
    }

    .eszkoz_kereso {
        max-width: 900px;
        margin: 30px auto;
    }

    .eszkoz_kereso_box .glyphicon-remove {
        position: absolute;
        display: block;
        right: calc(50% - 490px);
        top: -25px;
        left: auto;
        font-size: 1.5em;
        color: #7cc8c5;
        transition: .5s;
        border: 3px solid;
        border-radius: 50px;
        padding: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar-toggler-button {
        border: 2px solid #f5f5f5;
        padding: 5px;
        width: 60px;
        height: 40px;
    }

    .collaps {
        position: fixed;
        display: none;
        right: 0;
        top: 0px;
        z-index: 100000000;
        background-color: #f5f5f5;
        height: 100vh;
        min-width: 20%;
        min-width: 40%;
        padding-top: 40px;
    }

    .nav-item.aktiv.lenyilo:hover .mega-menu {
        display: none;
    }

    .navbar-light .collaps .nav-link:hover {
        color: #174280;
        transform: none;
    }

    .collaps .nav-item {
        display: flex;
        align-items: center;
        border-bottom: 1px solid white;
    }

    .navbar-light .collaps .nav-link {
        width: 100%;
    }

    .nav-item {
        padding: 0;
        position: static;
    }

    .nav-item .arrow {
        color: #174280;
        font-size: 2em;
        transition: .3s;
        padding: 0 10px;
        background-color: transparent;
    }

    .nav-item:hover .arrow {
        cursor: pointer;
        color: black;
        background-color: #7cc8c5
    }

    .menu-close {
        position: absolute;
        top: 10px;
        right: 20px;
        opacity: .5;
    }

    .menu-close:hover {
        opacity: 1;
    }

    .mega-menu {
        position: absolute;
        top: 0;
        right: 0;
        display: none;
        width: 100%;
    }

    .mega-menu-tartalom {
        display: block;
    }

    .alkategoria-szuresek {
        padding: 10px;
        display: block;
    }

    .alkategoria-box {
        padding: 20px;
        padding-top: 40px;
    }

    .epitoipari,
    .kerti,
    .konyhai,
    .szerelo,
    .informatikai,
    .kreativ,
    .barkacs,
    .utazasi,
    .egyeb {
        left: 0;
    }

    .alkategoria-szures {
        margin: 0px 10px;
    }

    .mega-menu-close {
        position: fixed;
        top: 10px;
        right: 20px;
        color: black;
        opacity: .5;
    }

    .mega-menu-close:hover {
        opacity: 1;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        display: none;
        z-index: 1000;
    }
}


/* 768 px, Tablet álló (768 - 1013px) */

@media only screen and (max-width: 1013px) {}


/* 768 px, Tablet álló (768 - 1013px) */

@media only screen and (max-width: 991px) {
    .padding {
        padding: 40px 70px
    }

    h1 {
        font-size: 1.5em;
    }

    .eszkoz_kereso_box {
        display: none;
        position: fixed;
        top: 40px;
        margin: auto;
        background-color: #f5f5f5;
        border: 2px solid #174280;
        width: 600px;
        padding-top: 30px;
        left: calc(50% - 300px);
        z-index: 1000;
    }

    .eszkoz_kereso_box .glyphicon-remove {
        position: absolute;
        display: block;
        right: 15px;
        top: 15px;
        left: auto;
        font-size: 1.5em;
        color: #7cc8c5;
        transition: .5s;
        border: none;
    }

    .eszkoz_kereso_box .glyphicon-remove:hover {
        color: #174280;
    }

    .input-group {
        display: block;
        width: 95%;
        margin: 15px 10px
    }
    
    .input-group-append{
        display:none;
    }

    .kereses_mobil {
        display: inline-block;
        margin: 30px auto;
    }

    .input-group > .form-control {
        width: 100%
    }

    .kereses_text .form-control {
        border-right: 1px solid #ced4da;
    }

    .kereses_text .form-control {
        width: calc(100% - 59px);
    }

    .input-group.kereses_text {
        min-width: auto;
        display: flex;
    }

    .elony {
        width: 100%;
    }

    .oldalsav {
        display: none;
        position: fixed;
        top: 00px;
        width: 90%;
        left: 5%;
        background-color: white;
        border: 2px solid black;
        z-index: 1000;
        padding: 40px;
        height: 100vh;
        overflow: scroll;
        margin-top: 0;
    }

    .mobil_szures {
        position: sticky;
        top: 10px;
        left: 10px;
        float: right;
        padding: 10px;
        border: 2px solid black;
        font-weight: 700;
        color: black;
        background-color: #7cc8c5;
        display: inline-block;
        z-index: 200;
        cursor: pointer;
        transition: .5s;
    }

    .mobil_szures:hover {
        transform: scale(1.1);
    }

   #mobil_szures_close {
  display: inline-block;
  position: fixed;
  top: 10px;
  right: 7%;
  font-size: 1.2em;
  cursor: pointer;
}

    .overlay {
        width: 300vh;
        height: 200vw;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.49);
        top: 0;
        left: 0;
        z-index: 1000;
    }

    .termek-kepek {
        max-width: 300px;
        margin: 0px auto;
    }

    .termek-leiras {
        font-size: 1.2em;
    }

    .question-mark {
        display: none;
    }

    .question-mark.show-question-mark {
        display: inline-block;
        cursor: pointer;
    }

    .more-info:hover .utmutato.show_tips {
        display: none;
    }

    .close-more-info-box {
        display: flex;
    }
}


/* 576 px, Telefon fekvő (576 - 767px) */

@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }

    .navbar-fixed {
        font-size: .9em;
    }

    .eszkoz_kereso_box {
        width: 500px;
        left: calc(50% - 250px);
    }

    body {
        font-size: 14px;
    }

    .bg-eszkozok {
        height: 300px;
        background-position: bottom;
    }

    .question-mark {
        margin-bottom: 50px;
    }

    .nav-link {
        font-size: 1em;

    }
}


/* 300 px, Telefon álló (300 - 575px) */

@media only screen and (max-width: 575px) {
    .padding {
        padding: 30px 20px
    }

    body {
        font-size: 12px;
    }

    .bg-eszkozok {
        height: 250px;
        background-position: bottom;
    }

    .navbar-fixed {
        font-size: .85em;
    }

    .eszkoz_kereso_box {
        width: 300px;
        left: calc(50% - 150px);
    }

    .utmutato {
        top: -230px;
        width: 300px;
        left: 0;
    }

    .termek-box {
        max-width: 300px;
        margin: 20px auto;
    }


    .button {
        padding: 5px 15px;
        font-size: 1em;
    }


    h1 {
        font-size: 1.3em;
    }


    .admin-hirdetes-kep {
        max-width: 100%;
        max-height: 150px;
    }

    .admin-hirdetes-cim {
        font-weight: 700;
    }

    .admin-menu-icon {
        display: none;
    }

    .menu-icon-img {
        width: 40px;
        height: 30px;
        padding: 3px;
        border: 2px solid black;
        cursor: pointer;
        transition: .5s;
    }

    .menu-icon-img:hover {
        border: 2px solid #7cc8c5;
    }

    .menu-overlay {
        display: none;
    }

    .admin-oldalsav-close {
        display: none;
    }

    .modal-footer {
        justify-content: center;
        border-top: 0;
    }

    .modal h4 {
        color: #174280;
    }

    .termek-beallitas {
        background-color: #ececec;
        padding: 15px;
        margin-left: 40px;
        margin-bottom: 50px;
    }

    .admin-kep-feltolt {
        width: 150px;
        height: 150px;
        border: 2px solid #ebeaea;
        margin: 10px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .kuka-ikon {
        color: red;
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: rgba(0, 0, 0, 0.2);
        padding: 5px;
        border-radius: 5px;
        opacity: .7;
        transition: .3s;
    }

    .kuka-ikon:hover {
        opacity: 1;
        cursor: pointer;
    }
