.header {
    background-color: #fcfcfc;;
}

.bg-sajat-search{
    background-color: #fcfcfc !important;
}

body {
    margin-top: 91px;
}

@media (max-width: 992px){
    body {
        margin-top: 50px;
    }
}

@font-face {
  font-family: Pompiere;
  src: url(../fonts/pompiere-regular-hu.woff);
}

@media (min-width: 992px){
    .pt-lg-1px{
    padding-top: 1px !important;
    }
}

.pb-9px{
    padding-bottom: 9px !important;
}

footer {
    font-size: 0.9rem;
}

footer .footer-top{
    margin-top: 38px;
}

footer a,
footer a:hover {
    color: #212529;
    text-decoration: none;
}
footer .text-footer-menu{
    font-family: 'Pompiere', cursive;
    font-size: 26px;
}

footer .bg-footer{
    background-image: url(../images/footer_background.png);
    height:250px;
    background-repeat: no-repeat;
    background-size: 125% 113%;
    background-position: center bottom;
}

@media (max-width: 575px){
    footer .bg-footer{
        height: 710px;
    }
}

.footer-copyright {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
}

.footer-copyright .dot{
    font-size: 0.3rem;
    line-height: 1rem;
}

/* header and navigation*/

.fixed-top .bg-green{
    background-color: #4bae4f;
}

.fixed-top .nav-link {
    padding: 0.5rem 0.5rem;
}

.fixed-top .text-green, #search .text-green{
    color: #4bae4f;
}

.fixed-top .text-log, footer .footer-menu-item{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: none;
}

footer .footer-menu-item a:hover, .rolunk:hover, .vasarlas:hover{
    color: #4bae4f;
}

footer .footer-menu-item{
    line-height: 150%;
}

.fixed-top a, .sub-cat-menu a.dropdown-item{
    color: #000000;
}

#search .form-control::placeholder{
    color: #000000;
}

.fixed-top a:hover, .sub-cat-menu a.dropdown-item:hover{
    color: #000000;
    text-decoration: none;
}

.navbar-brand img{
    height: 45px;
    padding-left:5px;
}

@media (max-width: 575px){
    .navbar-brand img{
        height: 35px;
        padding-left:5px;
    }    
}

.navbar .search-height{
    font-size: 21px;
}

.header .form-control-lg, .header .btn, #search .form-control-lg{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
@media (max-width: 575px){
    .header .font-min{
        font-size: 12px;
    }
}

.header .btn i, .header .dropdown i{
    font-size: 19px;
}


@supports not (-ms-high-contrast:none){
    .header .max-w-525px{
        max-width: 525px;
    }
}

.header .form-control,
.header .btn,
.header .form-control::placeholder{
    color: #000000;
}

.header .form-control:focus,
.header .btn:focus {
    box-shadow: none;
    outline: none;
    border-color: #ced4da;
}

.search-border-right{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
}

.search-border-left{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
}

.dropdown .nav-link:hover{
    color: #4bae4f;
}

.dropdown.drop-hover:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.dropdown.drop-hover>.dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.1s linear;
    transition-delay: 250ms;
}

.nav-cat {
    background-color: #fcfcfc;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: none;
}

.nav-cat .dropdown-menu {
    width: 100%;
    left: 0px;
    top: 30px;
    position: absolute;
}

.nav-cat .dropdown-menu .dropdown-menu {
    width: 80%;
    min-height: 100%;
    top: 0;
    left: 20%;
}

.nav-cat-summary {
    float: right;
    width: 80%;
    min-height: 100%;
    column-count: 7;
    column-gap: 20px;
}

.sub-cat-menu .dropdown-menu {
    column-count: 7;
    column-gap: 20px;
}

.sub-cat-menu {
    float: left;
    width: 20%;
}

@media screen and (min-width:992px) {
    .no-sub {
        column-count: 6;
        column-gap: 20px;
    }
}

@media screen and (min-width:1200px) {
    .no-sub {
        column-count: 7;
        column-gap: 20px;
    }
}

.no-sub a {
    display: block;
    padding: 5px 0 5px 0;
}

.category-container>a {
    display: block;
    line-height: 1.5rem;
    font-weight: bold;
}

.sub-category-container>a {
    display: block;
    line-height: 1.5rem;
}

.sub-sub-category-container>a {
    font-size: 0.9rem;
    padding-left: 5px;
    display: block;
    line-height: 1.5rem;
}
.category-container .sub-category-container>a {
    padding-left: 5px;
}

.category-container .sub-sub-category-container>a{
    padding-left: 10px;
}

/* search */

.input-btn {
    background-color: #fff;
    border: 1px solid #ced4da;
    cursor: pointer;
}

/* hamburger menu */

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.fixed-w-250 {
    width: 250px;
}

#cookiepolicy{
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
}

.search_suggestion{
    width:400px;
    top:32px;
    z-index: 400;
    box-shadow: 2px 2px 3px #555555;
    display: none;
}

[v-cloak] {
    display: none;
}

.autocomplete_search_suggestion{
    top: 45px;
    z-index: 400;
    box-shadow: 2px 2px 3px #555555;
    border-radius: 10px;
    right: 0px;
}

#mobile_quick_search_form .search_suggestion a{
    color: #000000;
}

.text-sajat{
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-style: italic;
    text-transform: none;
    color: #4bae4f;
}
