/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

html {
    scroll-behavior: smooth;
    position: relative;
}

* {
    font-family: 'Open Sans', sans-serif;
}

.header {
    justify-content: space-between;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    background: transparent;

    position: fixed;
    z-index: 9999;
}

.header1 {
    justify-content: space-between;
    width: 100%;
    margin: 0px auto;
    padding: 0px 15px;
    background: transparent;

    position: fixed;
    z-index: 9999;
}

.header a, .header p {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.header1 p {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

.header1 a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-align: center;
}

.header1.service_hth a {
    color: #fff;
}

.header1.sticky a {
    color: #fff;
}

.header a:hover, .header p:hover {
    color: #0072C5;
}

.header1 a:hover, .header1 p:hover {
    color: #0072C5;
}


.hirek-second-row .cart .title {
    height: 54px;
    overflow-y: hidden;
}

.hirek-second-row .cart .text {
    height: 78px;
    overflow-y: hidden;
}

ul.menu {
}

ul.menu li {
    display: inline-block;
    color: #fff;
    list-style: none;
}

ul.menu li a.nav-link {
    padding: 0 15px;
    line-height: 32px;
}

.logo {
    margin-top: 3px;
}

.webshop-btn {
    margin-top: 15px;
}

.logo-col {
    padding-top: 3px;
}

.header {
    height: 95px;
}

.header1 {
    height: 95px;
}

.header-row {
    padding: 30px 200px;
}

.header .contacts a:hover {
    text-decoration: none;
}

.header1 .contacts a:hover {
    text-decoration: none;
}

.inner-menu-col {
    margin-right: 15px;
    display: flex;
    align-items: baseline;
}

.menu-col .col {
    padding: 0;
    text-align: left;
}

.header-button-col {
    text-align: end;
}

.inner-menu-col p {
    display: contents;
}

.inner-menu-col img {
    margin-right: 10px;
}

.hirek-second-row img {
    width: 100%;
    height: auto;
}

.uzletek-col {
    transition: transform 0.3s ease;
}

.uzletek-col:hover {
    transform: scale(1.05);
}

.header-button-col .button-link-1 {
    background: #0072C5;
    border-radius: 30px;
    color: #fff;
    padding: 11px 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    display: table;
}

.header-button-col .button-link-1:hover {
    background: transparent;
    border: 2px solid #0072C5;
    color: #0072C5 !important;
    padding: 9px 58px;
}


.shopping {
    margin-right: 10px;
    width: 24px;
}

.button-link-1:hover .shopping {
    content: url(img/shoppingcart-blue.svg);
}

.button-link-1:hover {
    background: transparent;
    border: 2px solid #0072C5;
    color: #0072C5 !important;
    padding: 7px 58px;
}

.background-inner {
    color: #fff;
}

#mainbackground .background-inner .background-item {
    background-image: url("img/banner.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 531px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    object-fit: cover;
    position: relative;
    isolation: isolate;
    background-size: cover;
    background-position: center center;
}

.header-nav-links {
    padding-top: 7px;
}


.menu-col {
    padding-top: 7px;
}

#mainbackground .background-inner .background-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #111111 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.swiper-class2 .swiper {
    width: 100% !important;
}

.swiper-class2 .swiper-button-next {
    right: -95px !important;

}


.swiper-class2 .swiper-button-prev {
    left: -70px !important;

}

.background-item .title {
    font-weight: 800;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
}

.background-item .subtitle {
    font-weight: 800;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
}

.background-item .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin: 20px 278px;
}


.button-link-2 {
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #fff !important;
    margin: 0px auto;
    padding: 10px 40px;
    cursor: pointer;
}


.button-link-2:hover {
    background: #0072C5;
    border: 2px solid #0072C5;
    color: #fff !important;
}

.bemutatkozas {
    padding: 35px;
}

.bemutatkozas .szamok {
    font-weight: 700;
    font-size: 40px;
    line-height: 32px;
    text-align: center;
    color: #0072C5;
}

.bemutatkozas-row {
    margin-right: 0px !important;
}

.bemutatkozas .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0072C5;
}

.bemutatkozas-col .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #211F1F;
    padding-top: 30px;
}

.bemutatkozas-col .subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #211F1F;
    margin: 20px 230px;
}

.button-link-3 {
    background: #0072C5;
    border-radius: 30px;
    color: #fff;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0px auto;
    display: table;
    margin-bottom: 50px;
    margin-top: 43px;
}


.button-link-3:hover {
    background: #fff;
    border: 2px solid #0072C5;
    color: #0072C5;
    padding: 8px 40px;
}

.uzletek-row .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
}

.uzletek-row .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}


.uzletek {
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
}

.uzletek-col {
    padding: 0px !important;
}

.img-rounded {
    border-radius: 20px;
}

.uzletek-col .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 97%;
    height: 630px;
    border-radius: 20px;
    transition: .5s ease;
    background: linear-gradient(180deg, rgba(7, 32, 50, 0.1) 0%, #072032 85.42%);
    padding: 430px 35px 35px 35px;
}

a.overlay {
    color: #fff;
}

a.overlay:hover {
    color: #efefef;
}

.overlay .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
}

.overlay .subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.overlay .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}


.uzletek-col img {
    width: 462px;
    height: 630px;
    border-radius: 10px;
}

.kategoriak .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 61px;
    color: #211F1F;
    margin-bottom: 10px;
    /*border-bottom: 1px solid #0072C5;*/
}

.kategoriak .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    color: #211F1F;
    margin-bottom: 50px;
}

.kategoriak img {
    width: 450px;

    padding: 25px;
}

.kategoriak .row {
    margin: 40px 0px;
}

.button-link-4 {
    background: #0072C5;
    border-radius: 30px;
    color: #fff;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
}


.button-link-4:hover {
    background: #fff;
    border: 2px solid #0072C5;
    color: #0072C5;
    padding: 8px 38px;
}

.button-link-5:hover {
    background: #0072C5;
    border: 2px solid #0072C5;
    color: #fff;
}

.button-link-5 {
    background: #fff;
    border: 2px solid #0072C5;
    border-radius: 30px;
    color: #0072C5;
    padding: 10px 40px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
}

.blue-line {
    width: 627px;
    height: 1px;
    background-color: #0072C5;
    margin-bottom: 20px;
    position: relative;
}

.blue-circle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #0072C5;
    position: absolute;
    top: -2px;
}

.blue-circle.right {
    right: 0px;
}

.blue-headline {
    margin-top: 50px;
    text-align: center;
    position: relative;
}

.blue-headline .line {
    border-bottom: 1px solid #0072C5;
    position: absolute;
    width: 100%;
    top: 22px;
}

.blue-headline .textbox {
    position: absolute;
    width: 100%;
}

.blue-headline .textbox .text {
    background-color: white;
    margin: 0px auto;
    padding: 0px 70px;
    text-align: center;
    display: inline;
    font-size: 26px;
    color: #0072C5;
    font-weight: 700;
}

.blue-headline .line::before,
.blue-headline .line::after {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #0072C5;
    border-radius: 50%;
    top: -4px;
}

.blue-headline .line::before {
    left: calc(50% - 169px);
}

.blue-headline .line::after {
    right: calc(50% - 169px);
}


.szoveg-col {
    padding: 60px 20px;
}


.swiper {
    width: 70%;
    height: 30%;
    position: relative;
    overflow-x: clip;
    margin: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-prev {
    position: absolute;
    left: 137px !important;
}

.swiper-button-next {
    right: 115px !important;
}

.cart .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #211F1F;
}

.cart .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #211F1F;
}

.hirek-first-row .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #211F1F;
    margin: 30px auto;
}

.post-block {
    display: block;
    transition: transform 0.3s ease;
}

.post-block:hover {
    transform: scale(1.02);
}

.hirek {
    padding-left: 20px;
    padding-right: 20px;
}

.hirek .cart {
    padding: 10px;
}

.button-link-6 {
    background: #0072C5;
    border-radius: 30px;
    color: #fff;
    padding: 10px 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0px auto;
    cursor: pointer;
    border: none;
}

.button-link-6:hover {
    background: #fff;
    border: 2px solid #0072C5;
    color: #0072C5;
    padding: 8px 60px;
}

.feliratkozas {
    margin-top: 40px;
    width: 100%;
    background: #0072C5;
    color: #fff;
}

.feliratkozas a {
    color: #fff;
    font-weight: bold;
}

.tartalom1 p {
    margin: 0;
}

.ujdonsag-col .title {
    padding-top: 7px;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    text-transform: uppercase;
}

.ujdonsag-col .text {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

.hirlevel-col {
    padding-top: 66px;
}

.hirlevel-group {
    padding-right: 15px;
}

.ujdonsag-col img {
    float: left;
    margin: 10px 20px;
}

.ujdonsag-col {
    margin-top: 60px;

}

.tartalom1 {
    padding-left: 15px;
}

.social-element {
    width: 172px;
    height: 43px;
    border: 2px solid black;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: background .5s ease-out;
    background: linear-gradient(to right, black 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    text-decoration: none;
}

.social-element:hover {
    background-position: left bottom;
    color: #fff;
    text-decoration: none;
}

.social-element:hover .social-text {
    color: #fff;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    width: 39px;
    height: 41px;
    border-radius: 20px;
    box-shadow: 0 0 0 1px black;

}

.follow p {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #211F1F;
}

.social-text {
    font-size: 16px;
    font-weight: 700;
    margin-left: 13px;
    color: black;
}

.follow .social {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

.social p {
    margin-right: 30px;
    margin-bottom: 0 !important;
}

.map {
    /* filter: grayscale(100%); */
    vertical-align: middle;
    height: 460px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    object-fit: cover;
    position: relative;
    z-index: 1 !important;
    background-size: cover;
}

.map-card-col {
    position: relative;
}

.map-card {
    position: absolute;
    width: 297px;
    height: 411px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    padding: 20px 20px;
    top: -200px;
    left: 430px;
}

.map-card2 {
    position: absolute;
    width: 297px;
    height: 411px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
    padding: 20px 20px;
    top: -200px;
    left: 300px;
}


.map-card-line {
    width: 250px;
    height: 1px;
    background-color: #0072C5;
    margin-bottom: 20px;
    margin-top: 20px;
}


.button-link-7 {
    background: #fff;
    border: 2px solid #0072C5;
    border-radius: 10px;
    color: #0072C5 !important;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    display: table;
    margin: 0px auto;
    margin-top: 35px;
    text-decoration: none;
}

.button-link-7:hover {
    background: #0072C5;
    border: 2px solid #0072C5;
    color: #fff !important;

}

.button-link-8:hover {
    background: #fff;
    border: 2px solid #0072C5;
    color: #0072C5 !important;
    padding: 8px 25px;
}

.button-link-8 {
    margin-top: 12px !important;
    background: #0072C5;
    border-radius: 9px;
    color: #fff !important;
    padding: 10px 27px;
    font-weight: 700;
    font-size: 13px;
    line-height: 12px;
    text-align: center;
    margin: 0px auto;
    display: table;
    text-transform: uppercase;
    text-decoration: none;
}

a {
    text-decoration: none !important;
}

.map p, .map a {
    color: black;
    text-decoration: none;
    font-size: 15px;
}

.map .title {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
}

.map span {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    color: black;
}

.pin1 {
    position: absolute;
    right: 456px;
    top: 142px;
}


.footer-row {
    margin-right: 0px !important;
}

.map-row {
    margin-right: 0px !important;
}

.social {
    margin-right: 0px !important;
}

.feliratkozas-row {
    margin-right: 0px !important;
}


#mainbackground .background-inner2 .background-item {
    background-image: url("img/banner2.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 531px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    object-fit: cover;
    position: relative;
    isolation: isolate;
    background-size: cover;
    background-position: center center;
}


#mainbackground .background-inner2 .background-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #111111 0%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
}

.service-header, .service-header .background-item {
    height: 320px !important;
}

.category-header, .category-header .background-item {
    height: 320px !important;
}

.category-header {
    height: 450px !important;
}

.category-header .background-item {
    height: 450px !important;
}

.category-header .background-item .title {
    margin-top: 150px;
}

.slide-flex {
    display: flex;
    flex-direction: column;
}

.sub-title {
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.sub-title.vbig {
    font-size: 42px;
    font-weight: 700;
}


@media (min-width: 1480px) and (max-width: 1900px) {
    .pin1 {
        right: 478px !important;
        top: 152px !important;
    }

    .pin2 {
        right: 661px !important;
        bottom: 63px !important;
    }

}

@media (min-width: 1920px) and (max-width: 1999px) {
    .uzletek {
        margin-left: 272px;
        margin-right: 265px
    }

    .sidenav1 {
        left: 340px !important;
    }

    .bemutatkozas-col .subtitle {
        margin: 20px 445px;
    }

    .hirek {
        padding: 0px 250px;
    }


    .follow .social {
    }

    .map {
        background-position-y: 60% !important;
    }

    .map-card2 {
        left: 422px;
    }

    .map-card {
        left: 683px;
    }

    .pin1 {
        right: 617px;
        top: 112px;
    }

    .pin2 {
        right: 853px !important;
        bottom: 45px !important;
    }

    .hirek1 .hirek-second-row {
        padding: 0px 200px;
    }

    .hirek1 .hirek-main-row {
        padding: 0px 200px;
    }
}


@media (min-width: 2000px) {
    .uzletek {
        margin: auto;
        max-width: 1300px;
    }

    .bemutatkozas-col .subtitle {
        margin: 20px 620px;
        font-size: 20px;
    }

    .hirek {
        margin: auto;
    }

    .feliratkozas-row {
        margin: auto;
        max-width: 1300px;
    }

    .container {
        max-width: 1500px !important;
    }

    .ujdonsag-col .title {
        font-size: 22px;
    }

    .hirlevel-group {
        padding-right: 100px;
    }

    .tartalom1 {
        padding-left: 100px;
    }

    .map {
        background-position-y: 73% !important;
    }

    .map-card2 {
        left: 520px;
    }

    .map-card {
        left: 1020px;
    }

    .pin1 {
        right: 829px;
        top: 18px;
    }

    .pin2 {
        right: 1142px !important;
        bottom: 45px !important;
    }

    .hirek1 .hirek-second-row {
        padding: 0px 500px;
    }

    .hirek1 .hirek-main-row {
        padding: 0px 500px;
    }

}

.pin2 {
    position: absolute;
    right: 635px;
    bottom: 78px;
}

.footer-top .title {
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #211F1F;
    margin-bottom: 0px;
}

.footer-top .footer-col {
    padding: 26px;
}

.footer-top p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #211F1F;
}

.copyright span, .footer-bottom p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #211F1F;
}

.copyright a {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #211F1F;
}

.footer-top .pin {
    float: left;
}

.footer-bottom {
    padding: 0px 40px;
}

header.sticky .header {

    background: rgba(0, 0, 0, 0.6);
}

header.sticky.header1 .header-nav-links a, header.sticky.header1 .header-nav-links p {
    color: #fff;
}

.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.dropdown-menu.show {
    top: 37px !important;
}

.btn-secondary {
    background-color: transparent !important;
    border-color: transparent !important;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

@media (width: 1112px) {
    .follow .social {
        margin-left: 348px !important;
    }

    .pin2 {
        right: 549px !important;
    }

    .pin1 {
        right: 375px !important;
    }

    .uzletek-col img {
        width: 346px !important;
    }

    .uzletek-col .overlay {
        width: 346px !important;
    }

}


@media (min-width: 900px) and (max-width: 1200px) {
    .uzletek {
        margin-left: 40px;
        margin-right: 58px;
    }

    .button-link-1 {
        padding: 8px 26px !important;
        font-size: 12px !important;
    }

    .button-link-1:hover {
        padding: 6px 24px !important;

    }

    .swiper-button-prev {
        left: 97px !important;
    }

    .swiper-button-next {
        right: 73px !important;
    }


    .header-button-col {
        padding: 0px !important;
    }

    .logo-col {
        padding-top: 6px;
    }

    .logo {
        width: 150px;
    }

    .header p {
        font-size: 13px;
    }


    .header1 p {
        font-size: 13px;
    }

    .background-item .text {
        font-size: 18px !important;
        margin: 19px 225px !important;
    }

    .arrow-down {
        margin-top: 38px !important;
    }

    .bemutatkozas-col .subtitle {
        margin: 20px 115px !important;
    }

    .uzletek-col img {
        width: 310px;
        height: 527px !important;
    }

    .store-image {
        width: 310px !important;
        height: 527px !important;
    }

    .overlay {
        width: 310px !important;
        height: 527px !important;
        padding: 348px 25px 35px 18px !important;
    }

    .overlay .title {
        font-size: 20px !important;
    }

    .overlay .subtitle {
        font-size: 12px !important;
    }

    .overlay .text {
        font-size: 11px !important;
    }

    .kategoriak img {
        width: 300px !important;
    }

    .szoveg-col {
        padding: 20px 20px !important;
    }

    .kategoriak .title {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .blue-line {
        width: 510px !important;
    }

    .kategoriak .text {
        font-size: 15px !important;
    }

    .hirek-second-row img {
        width: 300px !important;
    }

    .cart .title {
        font-size: 23px !important;
    }

    .cart .text {
        font-size: 12px !important;
        line-height: 22px !important;
    }

    .ujdonsag-col .title {
        font-size: 15px !important;
        line-height: 24px !important;
        margin-bottom: 0px !important;
    }

    .ujdonsag-col img {
        margin: 0px 20px !important;
    }

    .check {
        font-size: 10px !important;
    }

    .hirlevel-group {
        padding-right: 122px !important;
    }

    .tartalom1 {
        padding-left: 97px !important;
    }

    .follow .social {
        margin-left: 324px !important;
    }

    .map {
        background-position-x: 75% !important;
    }

    .map-card {
        left: 128px !important;
    }

    .map-card2 {
        left: 190px !important;
    }

    .pin1 {
        right: 354px !important;
    }

    .pin2 {
        right: 526px !important;
    }

    .footer-top .footer-col {
        padding: 26px 32px !important;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .swiper-class2 .swiper {
        width: 73% !important;
    }

    .swiper-button-prev {
        left: 57px !important;
    }

    .swiper-button-next {
        right: 42px !important;
    }


    .background-item .text {
        margin: 20px 100px !important;
        font-size: 16px !important;
    }

    .background-item .title {
        font-size: 33px !important;
        line-height: 36px !important;
    }

    .background-item .subtitle {
        font-size: 33px !important;
        line-height: 36px !important;
    }

    .uzletek-col {
        margin-bottom: 20px !important;
    }

    .uzletek-col img {
        width: 736px !important;
        height: 500px !important;
        object-fit: cover;
    }

    .store-image {
        width: 736px !important;
        height: 500px !important;
    }

    .overlay {
        width: 736px !important;
        height: 500px !important;
        padding: 340px 35px 35px 35px !important;
    }

    .bemutatkozas-col .subtitle {
        margin: 20px 76px !important;
    }

    .szoveg-col {
        order: 2 !important;
        padding: 10px 20px !important;
    }

    .kep-col {
        text-align: center !important;
    }

    .hirek-second-row img {
        width: 230px !important;
    }

    .cart .title {
        font-size: 19px !important;
        line-height: 22px !important;
    }

    .cart .text {
        font-size: 11px !important;
        line-height: 20px !important;
    }

    .tartalom1 {
        padding-left: 0px !important;
    }

    .ujdonsag-col .title {
        font-size: 15px !important;
        line-height: 18px !important;
        margin-bottom: 0px !important;
    }

    .ujdonsag-col img {
        margin: 0px 15px !important;
    }

    .ujdonsag-col .text {
        margin-bottom: 0px !important;
        font-size: 16px !important;
        line-height: 46px !important;
        margin-top: 5px;
    }

    .hirlevel-group {
        padding-right: 10px !important;
    }

    .check {
        font-size: 10px !important;
    }

    .follow .social {
        margin-left: 175px !important;
    }

    .map-card {
        width: 240px !important;
        height: 380px !important;
        left: 28px !important;
    }

    .map .title {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .map p, .map a {
        font-size: 14px !important;
    }

    .button-link-7, .button-link-8 {
        font-size: 11px !important;
        margin-top: 10px !important;
    }

    .map-card-line {
        width: 200px !important;
    }

    .map {
        background-position-x: 72% !important;
    }

    .map-card2 {
        width: 240px !important;
        height: 380px !important;
        left: 135px !important;
    }

    .pin1 {
        right: 270px !important;
    }

    .pin2 {
        right: 445px !important;
    }

    .footer-top .footer-col {
        padding: 26px 20px;
    }

    .footer-col p {
        font-size: 11px !important;
    }

    .footer-col .title {
        font-size: 14px !important;
    }

    .copyright span {
        font-size: 10px !important;
    }

    .copyright a {
        font-size: 10px !important;
    }

    .header-button-col .button-link-1 {
        padding: 9px 27px !important;
        font-size: 10px !important;
    }

    .header-button-col .button-link-1:hover {
        padding: 7px 25px !important;

    }

    .toggler-icon-img {
        width: 30px;
    }
}

.logo-mid {
    text-align: center;
    margin-bottom: 30px;
}


@media (min-width: 400px) and (max-width: 599px) {
    .social p {
        margin-right: 0px;
    }

    .button-link-3 {
        margin-bottom: 23px;
        margin-top: 36px;
    }

    .logo {
        width: 127px !important;
    }

    .header-row {
        padding: 18px 10px;
    }

    .bemutatkozas-row {
        margin-right: 0px !important;
    }

    .header-row {
        margin-right: 0px !important;
    }

    .uzletek-row {
        margin-right: 0px !important;
    }

    .map-row {
        margin-right: 0px !important;
    }

    .footer-row {
        margin-right: 0px !important;
    }


    .swiper-class1 .swiper-button-next {
        top: 107% !important;
    }

    .swiper-class1 .swiper-button-prev {
        top: 107% !important;
    }

    .background-item .title {
        font-size: 22px;
        line-height: 30px;
    }

    .input-group {
        width: 96% !important;
        margin-left: 16px;
        border-radius: 0px;
    }

    .mail {

    }

    .check-box {
        margin-left: 20px;
        margin-bottom: 20px !important;
    }

    .mail-button {
        margin-left: 128px;
    }

    .check {
        font-size: 12px;
    }

    .background-item .subtitle {
        font-size: 22px;
        line-height: 30px;
    }

    .button-link-2 {
        margin-bottom: 12px;
        margin-top: 20px;

    }

    .button-link-1 {
        padding: 6px 18px !important;
    }

    #mainbackground .background-inner .background-item {
        height: 290px !important;
        background-position: center center;
    }

    .background-item .title {
        margin-top: 45px;
        margin-left: 22px;
        margin-right: 22px;
    }

    .background-item .title span {
        text-transform: none;
    }

    .button-link-1 {
        font-size: 13px !important;
    }

    .shopping {
        width: 20px;
    }

    .button-link-2 {
        font-size: 13px !important;
        padding: 6px 23px !important;
    }

    .bemutatkozas img {
        width: 72px !important;
    }

    .bemutatkozas .szamok {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .bemutatkozas .text {
        font-size: 8px !important;
        line-height: 20px !important;
    }

    .bemutatkozas p {
        margin-bottom: 0px !important;
    }

    .bemutatkozas-col .subtitle {
        margin: 15px 30px !important;
    }

    .bemutatkozas-col .title {
        padding-top: 0px !important;
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .uzletek-col img {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover !important;
        border-radius: 0px !important;
    }

    .uzletek {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .uzletek-col {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .bemutatkozas-row {
        margin-bottom: 20px;
    }

    .uzletek-col .overlay {
        width: 100% !important;
        height: 100% !important;
        padding: 106px 35px 18px 35px !important;
        border-radius: 0px !important;
    }

    .overlay p {
        margin-bottom: 0px !important;
    }

    .overlay .title {
        font-size: 26px;
        line-height: 35px;
    }

    .overlay .subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .uzletek-col {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .kategoriak img {
        width: 167px !important;
        padding: 0px !important;
    }

    .blue-line {
        display: none;
    }

    .szoveg-col {
        order: 2 !important;
        padding: 10px 20px !important;
    }

    .kep-col {
        text-align: center;
    }

    .kategoriak .title {
        font-size: 26px;
        line-height: 35px;
        text-align: center;
    }

    .kategoriak .text {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .button-link-4 {
        padding: 10px 28px !important;
    }

    .button-link-4:hover {
        padding: 8px 26px !important;
    }

    .button-link-5 {
        padding: 9px 28px !important;
    }

    .button-link-5:hover {
        padding: 7px 28px !important;
    }

    .button-link-4, .button-link-5 {
        font-size: 14px;
        line-height: 19px;
    }

    .hirek-second-row img {
        width: 100% !important;
    }

    .feliratkozas {
        height: auto !important;
        padding-bottom: 30px;
    }

    .ujdonsag-col img {
        float: none;
    }

    .tartalom1 {
        text-align: center;
        padding-left: 0px;
        padding: 0px 30px !important;
    }

    .ujdonsag-col {
        margin-top: 10px !important;
    }

    .hirlevel-col {
        padding-top: 25px !important;
    }

    .hirlevel-group {
        padding-right: 0px !important;
    }

    .social {
        display: block !important;
        margin-left: 0px !important;
    }

    .follow {
        padding: 0px 89px;
    }

    .social-element {
        margin-left: 60px !important;
    }

    .map {
        background-image: inherit;
    }

    .map-card, .map-card2 {
        border: 1px solid #F5F5F5;
    }

    .map-card2 {
        top: 240px !important;
        left: 68px !important;
    }

    .map-card {
        top: -200px !important;
        left: 71px !important;
    }

    footer {
        margin-top: 30px;
    }

    .footer-top .pin {
        float: none;
    }

    .footer-col {
        text-align: center;
        padding: 10px 100px !important;
    }

    .footer-bottom {
        background: #0072C5;
        text-align: center;
        padding: 15px 90px;
    }

    .forweb-col {
        text-align: end;
        margin-top: 20px;
        margin-left: 33px;
    }

    .forweb {
        color: #fff !important;
    }

    .copyright span, .copyright a {
        color: #fff !important;
    }
}

.swiper-button-next img, .swiper-button-prev img {
    height: 48px;
    width: auto;
    transition: transform 0.3s;
}

.swiper-button-next:hover img, .swiper-button-prev:hover img {
    transform: scale(1.1);
}


.swiper-class3 .swiper-button-next {
    right: -50px !important;
}

.swiper-class3 .swiper-button-prev {
    left: -41px !important;
}


@media (width: 1366px) {
    .swiper-class3 .swiper-button-next {
        right: -10px !important;
    }

    .swiper-class3 .swiper-button-prev {
        left: -4px !important;
    }
}


@media (min-width: 321px) and (max-width: 399px) {
    .swiper-class3 .swiper {
        width: 71% !important;
    }

    .button-link-3 {
        margin-bottom: 23px;
        margin-top: 36px;
    }

    .header1 {
        height: 70px;
    }

    .swiper-class3 .swiper-button-next {
        right: 58px !important;
    }

    .swiper-class3 .swiper-button-prev {
        left: 76px !important;
    }

    .uzenet-row {
        margin-right: 0px !important;
    }

    .swiper-class2 .swiper-button-next {
        right: 58px !important;
    }

    .swiper-class2 .swiper-button-prev {
        left: 77px !important;
    }

    .map-row {
        margin-right: 0px !important;
    }

    .footer-row {
        margin-right: 0px !important;
    }

    .social p {
        margin-right: 0px !important;
    }

    .logo {
        width: 127px !important;
    }

    .header-row {
        padding: 18px 10px;
    }

    .button-link-9 {
        margin-top: 15px !important;
        width: 275px;
    }

    .uzletek-row {
        margin-right: 0px !important;
    }

    .mail {
        width: 300px !important;
    }

    .textarea1 {
        width: 350px !important;
    }


    .footer-bottom {
        padding: 15px 70px;
        text-align: center;
    }

    .forweb-col {
        text-align: end;
        margin-top: 20px;
        margin-left: 33px;
    }

    .background-item .title {
        font-size: 22px;
        line-height: 30px;
    }

    .background-item .subtitle {
        font-size: 22px;
        line-height: 30px;
    }

    .button-link-2 {
        margin-bottom: 12px;
    }

    .button-link-1 {
        padding: 6px 18px !important;
    }

    #mainbackground .background-inner .background-item {
        height: 290px !important;
        background-position-x: 49% !important
    }

    .background-item .title {
        margin-top: 40px;
    }

    .background-item .title span {
        text-transform: none;
    }

    .button-link-1 {
        font-size: 13px !important;
    }

    .shopping {
        width: 20px;
    }

    .button-link-2 {
        font-size: 13px !important;
        padding: 6px 23px !important;
        margin-top: 20px;
    }

    .bemutatkozas img {
        width: 72px !important;
    }

    .bemutatkozas .szamok {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .bemutatkozas .text {
        font-size: 8px !important;
        line-height: 20px !important;
    }

    .bemutatkozas p {
        margin-bottom: 0px !important;
    }

    .bemutatkozas-col .subtitle {
        margin: 15px 15px !important;
    }

    .bemutatkozas-col .title {
        padding-top: 0px !important;
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .uzletek-col img {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover !important;
        border-radius: 0px !important;
    }

    .uzletek-col .overlay {
        width: 100% !important;
        height: 220px !important;
        padding: 146px 35px 18px 35px !important;
        border-radius: 0px !important;
        background: linear-gradient(180deg, rgba(7, 32, 50, 0) 50%, #072032 90%), linear-gradient(180deg, rgba(7, 32, 50, 0) 0%, #072032 300%);
    }

    .uzletek {
        margin-left: 0px;
        margin-right: 0px;
    }

    .swiper-class1 .swiper-button-next {
        top: 114%;
    }

    .swiper-class1 .swiper-button-prev {
        top: 114%;
    }

    .uzletek-col {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .overlay p {
        margin-bottom: 0px !important;
    }

    .overlay .title {
        font-size: 26px;
        line-height: 35px;
    }

    .overlay .subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .uzletek-col {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .kategoriak img {
        width: 167px !important;
        padding: 0px !important;
    }

    .blue-line {
        display: none;
    }

    .szoveg-col {
        order: 2 !important;
        padding: 10px 7px !important;
    }

    .kep-col {
        text-align: center;
    }

    .kategoriak .title {
        font-size: 26px;
        line-height: 35px;
        text-align: center;
    }

    .kategoriak .text {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .button-link-4, .button-link-5 {
        font-size: 14px;
        line-height: 19px;
    }

    .button-link-4 {
        padding: 10px 28px !important;
    }

    .button-link-4:hover {
        padding: 8px 28px !important;
    }

    .button-link-5 {
        padding: 9px 28px !important;
    }

    .button-link-5:hover {
        padding: 7px 28px !important;
    }

    .hirek-second-row img {
        width: 345px !important;
    }

    .feliratkozas {
        padding-bottom: 30px;
        height: inherit !important;
    }

    .ujdonsag-col img {
        float: none;
    }

    .ujdonsag-col .title {
        font-size: 24px;
    }

    .ujdonsag-col .text {
        font-size: 14px;
    }

    .tartalom1 {
        text-align: center;
        padding-left: 0px;
        padding: 0px 30px !important;
    }

    .ujdonsag-col {
        margin-top: 10px !important;
    }

    .hirlevel-col {
        padding-top: 0px !important;
    }

    .check-box {
        margin-bottom: 20px !important;
    }

    .mail-button {
        margin-left: 115px;
    }

    .check {
        font-size: 13px;
    }

    .hirlevel-group {
        padding-right: 0px !important;
    }

    .social {
        display: block !important;
        margin-left: 0px !important;
    }

    .follow {
        padding: 0px 89px;
    }

    .social-element {
        margin-left: 40px !important;
    }

    .map {
        background-image: inherit;
    }

    .map-card, .map-card2 {
        border: 1px solid #F5F5F5;
    }

    .map-card2 {
        top: 240px !important;
        left: 54px !important;
    }

    .map-card {
        top: -200px !important;
        left: 54px !important;
        height: 430px !important;
    }

    footer {
        margin-top: 30px;
    }

    .footer-top .pin {
        float: none;
    }

    .footer-col {
        text-align: center;
        padding: 10px 100px !important;
    }

    .footer-bottom {
        background: #0072C5;
    }

    .forweb {
        color: #fff !important;
    }

    .copyright span, .copyright a {
        color: #fff !important;
    }

    .input-group {
        margin-left: 0px;
    }

    .form-check {
        margin-left: 10px;
    }
}

.toggler-icon-blue-img {
    width: 25px;
}

@media (max-width: 320px) {
    .social p {
        margin-right: 1px !important;
    }

    .header1 {
        height: 70px;
    }

    .swiper-class3 .swiper-button-next {
        right: 68px !important;
    }

    .swiper-class3 .swiper-button-prev {
        left: 76px !important;
    }

    .rumed-adatok-row {
        margin-right: 0px !important;
    }

    .swiper-class1 .swiper-button-next {
        right: 73px !important;

    }

    .swiper-class1 .swiper-button-prev {
        left: 79px !important;
    }

    .logo {
        width: 127px !important;
    }

    .header-row {
        padding: 18px 10px;
    }

    .input-group {
        margin-left: 9px;
    }

    .form-check {
        margin-left: 10px;
    }

    .uzletek-row {
        margin-right: 0px !important;
    }

    .background-item .title {
        font-size: 22px;
        line-height: 30px;
    }

    .background-item .subtitle {
        font-size: 22px;
        line-height: 30px;
    }

    .button-link-2 {
        margin-bottom: 12px;
    }

    .button-link-1 {
        padding: 6px 18px !important;
    }

    #mainbackground .background-inner .background-item {
        height: 290px !important;
        background-position-x: 75% !important
    }

    .background-item .title {
        margin-top: 30px;
    }

    .background-item .title span {
        text-transform: none;
    }

    .button-link-1 {
        font-size: 13px !important;
    }

    .shopping {
        width: 20px;
    }

    .button-link-2 {
        font-size: 13px !important;
        padding: 6px 23px !important;
        margin-top: 20px;
    }

    .bemutatkozas img {
        width: 72px !important;
    }

    .bemutatkozas {
        padding: 10px;
    }

    .mail {
        width: 250px !important;
    }

    .textarea1 {
        width: 296px !important;
    }

    .uzletek {
        margin-left: 0px;
        margin-right: 0px;
    }

    .bemutatkozas .szamok {
        font-size: 20px !important;
        line-height: 20px !important;
    }

    .bemutatkozas .text {
        font-size: 8px !important;
        line-height: 20px !important;
    }

    .bemutatkozas p {
        margin-bottom: 0px !important;
    }

    .bemutatkozas-col .subtitle {
        margin: 15px 30px !important;
    }

    .bemutatkozas-col .title {
        padding-top: 0px !important;
        font-size: 18px !important;
        line-height: 25px !important;
    }

    .uzletek-col img {
        width: 100% !important;
        height: 180px !important;
        object-fit: cover !important;
        border-radius: 0px;
    }

    .uzletek-col .overlay {
        width: 100% !important;
        height: 180px !important;
        padding: 106px 35px 18px 35px !important;
        border-radius: 0px;
    }

    .overlay p {
        margin-bottom: 0px !important;
    }

    .overlay .title {
        font-size: 23px;
        line-height: 35px;
    }

    .overlay .subtitle {
        font-size: 14px;
        line-height: 20px;
    }

    .uzletek-col {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .kategoriak img {
        width: 167px !important;
        padding: 0px !important;
    }

    .blue-line {
        display: none;
    }

    .szoveg-col {
        order: 2 !important;
        padding: 10px 7px !important;
    }

    .kep-col {
        text-align: center;
    }

    .kategoriak .title {
        font-size: 21px;
        line-height: 29px;
        text-align: center;
    }

    .kategoriak .text {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .button-link-4, .button-link-5 {
        font-size: 14px;
        line-height: 19px;
    }

    .button-link-4 {
        padding: 10px 26px !important;
    }

    .button-link-4:hover {
        padding: 8px 26px !important;
    }

    .button-link-5 {
        padding: 9px 28px !important;
    }

    .button-link-5:hover {
        padding: 7px 28px !important;
    }

    .hirek-second-row img {
        width: 345px !important;
    }

    .feliratkozas {
        height: 440px !important;
    }

    .ujdonsag-col img {
        float: none;
    }

    .tartalom1 {
        text-align: center;
        padding-left: 0px;
        padding: 0px 30px !important;
    }

    .ujdonsag-col .title {
        font-size: 20px;
    }

    .ujdonsag-col .text {
        font-size: 13px;
    }

    .ujdonsag-col {
        margin-top: 10px !important;
    }

    .check-box {
        margin-bottom: 4px !important;
    }

    .mail-button {
        margin-left: 86px;
    }

    .check {
        font-size: 13px;
    }

    .hirlevel-col {
        padding-top: 0px !important;
    }

    .hirlevel-group {
        padding-right: 0px !important;
    }

    .swiper-class1 .swiper-button-next {
        top: 114%;
    }

    .swiper-class1 .swiper-button-prev {
        top: 114%;
    }

    .social {
        display: block !important;
        margin-left: 0px !important;
    }

    .follow {
        padding: 0px 89px;
    }

    .social-element {
        margin-left: 41px !important;
    }

    .map {
        background-image: inherit;
    }

    .map-card, .map-card2 {
        border: 1px solid #F5F5F5;
    }

    .map-card2 {
        top: 240px !important;
        left: 27px !important;
    }

    .map-card {
        top: -200px !important;
        left: 27px !important;

    }

    footer {
        margin-top: 420px;
    }

    .footer-top .pin {
        float: none;
    }

    .footer-col {
        text-align: center;
        padding: 10px 100px !important;
    }

    .footer-bottom {
        background: #0072C5;
    }

    .forweb {
        color: #fff !important;
    }

    .copyright span, .copyright a {
        color: #fff !important;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #294C8D 70%, rgba(1, 1, 1, 0.9) 70%);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;

}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: block;
    transition: 0.3s;
    margin: 20px 0px;
    text-align: left;
}

.sidenav span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}

.sidenav a:hover {
    color: #007ac2;
}

.sidenav .closebtn {
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 45px;
    margin-left: 50px;
    color: #fff;
    font-weight: 200;
}


/*sidenav2*/

.sidenav1 {
    /*height: 500px;*/
    width: 325px;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 92px;
    left: 263px;
    background: transparent;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

.sidenav1 a {
    padding: 14px 8px 14px 32px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF !important;
    display: block;
    transition: 0.3s;
    margin: 3px 0px;
    text-align: left;
    background: rgba(0, 114, 197, 0.95);
    border-radius: 5px;
}

.sidenav1 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff !important;
}

.sidenav1 a:hover {
    color: #061a25 !important;
}

.sidenav1 .closebtn {
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 45px !important;
    margin-left: 50px;
    color: #fff;
    font-weight: 200;
    background: transparent !important;
}

/*termekkategoriak*/

.background-inner2 {
    color: #fff;
}

.kategoriak-section .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #211F1F;
    margin: 50px 0px;

}

.kategoriak-section {

}

.kategoriak-section p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #211F1F;
}


.arrow-down {
    margin: 0px auto;
    margin-top: 60px;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
    margin: 0px auto;
}

ul.breadcrumb li {
    display: inline;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

ul.breadcrumb li + li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0";

}

ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

ul.breadcrumb li a:hover {
    color: #0072C5;
    text-decoration: underline;
}

.breadcrumb {
    margin-bottom: 95px !important;
    margin-top: 62px !important;

}

.contact-card {
    text-align: center;
}

.contact-card .nev {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #211F1F;
    margin-bottom: 0px;
}

.contact-card .pozicio {
    font-weight: 400;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    color: #211F1F;
    margin-bottom: 0px;
}

.contact-details {
    padding: 0px 26px;
}

.contact-card a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #211F1F;
    margin-bottom: 0px;
}

.contact {
    margin-top: 50px;
}

.uzenet-col {
    background-color: #F9F9F9;
    text-align: center;
    padding: 80px 85px !important;
    margin-top: 80px;
}

.uzenet-col .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #211F1F;
    margin-bottom: 30px;
}

.uzenet-col .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #211F1F;
}

.uzenet-col img {
    margin-bottom: 30px;
}

.uzenet-col2 {

    padding: 20px 85px !important;
    margin-top: 80px;
}


.button-link-1 {
    background: #0072C5;
    border-radius: 30px;
    color: #fff;
    padding: 9px 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 0px auto;
}


@media (min-width: 900px) and (max-width: 1200px) {
    .swiper-class2 .swiper-button-prev {
        left: 49px !important;
    }

    .swiper-class2 .swiper-button-next {
        right: 18px !important;
    }

    .swiper-class2 .swiper {
        width: 73% !important;
    }

    .kategoriak-section p {
        font-size: 15px;
        line-height: 24px;
    }

    .sidenav1 {
        left: 200px !important;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .kategoriak-section p {
        font-size: 11px;
        line-height: 19px;
    }

    .swiper-class3 .swiper-button-next {
        right: 0px !important;
    }

    .swiper-class3 .swiper-button-prev {
        left: 18px !important;
    }

    .breadcrumb {
        margin-bottom: 75px !important;
    }

}

@media (min-width: 400px) and (max-width: 599px) {
    .swiper-class3 .swiper {
        width: 71% !important;
    }

    .header1 {
        height: 70px;
    }

    .header {
        height: 70px;
    }

    .info-block {
        top: 70px !important;
    }

    .swiper-class3 .swiper-button-next {
        right: 68px !important;
    }

    .swiper-class3 .swiper-button-prev {
        left: 76px !important;
    }

    .swiper-class2 .swiper {
        width: 73% !important;
    }

    .swiper-class2 .swiper-button-next {
        right: 78px !important;
    }

    .swiper-class2 .swiper-button-prev {
        left: 103px !important;
    }

    .mail {
        width: 327px !important;
    }

    .button-link-9 {
        margin-top: 15px !important;
        width: 275px;
    }

    .textarea1 {
        margin-left: 17px;
        width: 375px !important;
    }

    .submit-button {
        margin-left: 20px;
    }

    .breadcrumb {
        margin-bottom: 0px !important;
    }

    .swiper-class3 .button-link-1 {
        margin-top: 30px;
    }

    .swiper-class3
    {
        margin-bottom: 70px;
    }

    .swiper-class3 .swiper-button-next {
        top: calc(100% + 25px) !important;
    }

    .swiper-class3 .swiper-button-prev {
        top: calc(100% + 25px) !important;
    }

    .swiper-class4 .swiper-button-prev {
        top: 118% !important;
    }
}

@media (min-width: 321px) and (max-width: 399px) {
    .buttons {
        margin-left: 31px;
    }

    .bemutatkozas {
        padding: 25px;
    }

    .header {
        height: 70px;
    }

    .info-block {
        top: 70px !important;
    }

    .bemutatkozas .text {
        margin-bottom: 15px !important;
    }

    .breadcrumb {
        margin-bottom: 0px !important;
    }

    .swiper-class3 .button-link-1 {
        margin-top: 30px;
    }

    .swiper-class3
    {
        margin-bottom: 50px;
    }

    .swiper-class3 .swiper-button-next {
        top: calc(100% + 15px) !important;
    }

    .swiper-class3 .swiper-button-prev {
        top: calc(100% + 15px) !important;
    }

    .swiper-class4 .swiper-button-next {
        top: 118% !important;
    }

    .swiper-class4 .swiper-button-prev {
        top: 118% !important;
    }
}

@media (max-width: 320px) {
    .header {
        height: 70px;
    }

    .button-link-3 {
        margin-bottom: 23px;
        margin-top: 22px;
    }

    .swiper-class2 .swiper {
        width: 73% !important;
    }

    .swiper-class2 .swiper-button-next {
        right: 78px !important;
    }

    .swiper-class2 .swiper-button-prev {
        left: 103px !important;
    }

    .button-link-9 {
        margin-top: 15px !important;
        width: 275px;
    }

    .telep-col img {
        width: 30px !important;
    }

    .telep-col {
        margin-bottom: 5px !important;
    }

    .telep-col a {
        font-size: 15px !important;
    }

    .breadcrumb {
        margin-bottom: 0px !important;
    }

    .swiper-class3 .button-link-1 {
        margin-top: 30px;
    }

    .swiper-class3 .swiper-button-next {
        top: 104% !important;
    }

    .swiper-class3 .swiper-button-prev {
        top: 104% !important;
    }

    .swiper-class4 .swiper-button-next {
        top: 118% !important;
    }

    .swiper-class4 .swiper-button-prev {
        top: 118% !important;
    }
}


/*#####################   hirek   #####################*/
.pagination-row {
    justify-content: center;
}

.pagination {
    display: inline-block;
}

.pagination-left {
    padding-right: 40px !important;
}

.pagination-right {
    padding-left: 40px !important;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.contact-card img {
    border-radius: 20px;
}

.hirek1 img {
    border-radius: 10px;
    max-width: 100%;
}

.hirek-main-row {
    margin-bottom: 30px;
}

.hirek-main-row .title {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: #211F1F;
}

.hirek-main-row .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #211F1F;

}


.hirek-first-row .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #211F1F;
    margin: 73px auto 37px;
    /*margin: 47px auto;*/
}

.hirek1 {
    padding-left: 20px;
    padding-right: 35px;
    padding-top: 130px;
}

.hirek1 .cart {
    padding: 10px;
}


.header-nav-links a, .header-nav-links p {
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: black;
}

.header-nav-links.service_ht a, .header-nav-links.service_ht p {
    color: #fff !important;
}

.header-nav-links a:hover, .header p:hover {
    color: #FFFFFF;
    font-weight: 700;
}

.header-nav-links a:hover, .header1 p:hover {
    color: black;
    font-weight: 700;
}

.header-nav-links {
    height: 110px;
}


.header-nav-links .contacts a:hover {
    text-decoration: none;
}

.hirek1 .main-col {
    padding-top: 35px;
    padding-left: 30px;
}

.contact .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #211F1F;
    margin: 0px auto;
    margin-bottom: 30px;
}

@media (min-width: 900px) and (max-width: 1200px) {
    .hirek-main-row img {
        width: 600px;
    }

    .hirek-main-row .text {
        font-size: 12px;
        line-height: 17px;
    }

    .hirek1 .main-col {
        padding-top: 0px;
        padding-left: 0px;
    }

    .button-link-4 {
        padding: 10px 28px !important;
    }

    .button-link-4:hover {
        padding: 8px 28px !important;
    }

    .button-link-5 {
        padding: 9px 28px !important;
    }

    .button-link-5:hover {
        padding: 7px 28px !important;
    }
}

@media (width: 1366px) {
    .hirek-main-row img {
        width: 850px !important;
    }

    .hirek1 .main-col {
        padding-top: 0px !important;
    }

    .hirek-second-row img {
        width: 430px !important;
    }


    .uzletek-col img {
        width: 431px !important;
    }

    .uzletek-col .overlay {
        width: 431px !important;
    }

    .hirek-second-row img {
        width: 430px !important;
    }

    .ujdonsag-col .title {
        font-size: 25px !important;
    }

    .pin1 {
        right: 388px;
    }

    .pin2 {
        right: 563px;
    }

    .map-card2 {
        left: 328px;
    }

    .header p {
        font-size: 15px;
    }

    .header1 p {
        font-size: 15px;
    }
}


@media (min-width: 600px) and (max-width: 899px) {
    .hirek-main-row img {
        width: 730px;
    }

    .button-link-4 {
        background: #0072C5;
        border-radius: 30px;
        color: #fff;
        padding: 10px 40px;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
        display: inline-flex;
    }

    .button-link-4:hover {
        background: #fff;
        border-radius: 30px;
        color: #0072C5;
        padding: 8px 40px;
    }

    .button-link-5 {
        background: #fff;
        border: 2px solid #0072C5;
        border-radius: 30px;
        color: #0072C5;
        padding: 10px 40px;
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        text-transform: uppercase;
    }

    .button-link-5:hover {
        background: #0072C5;
        border-radius: 30px;
        color: #FFFFFF;
        padding: 8px 40px;
    }

}


@media (min-width: 400px) and (max-width: 599px) {
    .buttons {
        margin-left: 49px;
    }

    .bemutatkozas .text {
        margin-bottom: 15px !important;
    }

    .bemutatkozas {
        padding: 20px;
    }

    .telep-col img {
        width: 30px !important;
    }

    .telep-col {
        margin-bottom: 5px !important;
    }

    .telep-col a {
        font-size: 15px !important;
    }

    .hirek-main-row img {
        width: 400px;
    }
}

@media (min-width: 321px) and (max-width: 399px) {
    .telep-col img {
        width: 30px !important;
    }

    .button-link-3 {
        margin-bottom: 35px !important;
        margin-top: 30px !important;
    }

    .telep-col {
        margin-bottom: 5px !important;
    }

    .telep-col a {
        font-size: 15px !important;
    }

    .hirek-main-row img {
        width: 335px;
    }
}


@media (max-width: 321px) {
    .hirek-main-row img {
        width: 280px;
    }

    .hirek-main-row .title {
        font-size: 23px !important;
    }

    .hirek-second-row img {
        width: 280px !important;
    }

    .cart .title {
        font-size: 23px;
    }
}


/*################# telephely  ###################*/

.textarea1 {
    background: url(img/uzenet.svg) no-repeat;
    background-position: 12px 19px;
    padding-left: 55px;
    padding-top: 16px;
    color: black;
}

.telephely-elerhetoseg {
    text-align: center;
    padding-top: 35px;
}

.telephely-elerhetoseg a {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;

    color: #211F1F;
}

@media (min-width: 900px) and (max-width: 1200px) {
    .telephely-elerhetoseg .telep-col a {
        font-size: 17px !important;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .swiper-class2 .swiper-button-prev {
        left: 33px !important;
    }

    .swiper-class2 .swiper-button-next {
        right: 12px !important;
    }

    .telephely-elerhetoseg .telep-col a {
        font-size: 12px !important;
    }

    .uzenet-col2 {
        margin-top: 0px;
        padding: 30px 135px !important;
    }

    .submit-button {
        margin-top: 20px;
    }
}

@media (min-width: 400px) and (max-width: 599px) {
    .telep-col {
        margin-bottom: 20px;
    }

    .kategoriak-section .title {
        margin: 15px 0px !important;
        font-size: 24px !important;
        line-height: 35px !important;
    }

    .kategoriak-section p {
        font-size: 15px !important;
        line-height: 23px !important;
    }

    .contact .title {
        font-size: 27px !important;
        line-height: 35px !important;
    }

    .swiper-class2 .swiper-button-next {
        top: 115% !important;
    }

    .swiper-class2 .swiper-button-prev {
        top: 115% !important;
    }

    #mainbackground .background-inner2 .background-item {
        height: 280px !important;
    }

    .uzenet-col {
        padding: 55px 17px !important;
    }

    .uzenet-col2 {
        padding: 30px 12px !important;
        margin-top: 0px !important;
    }

    .submit-button {
        margin-top: 20px;
    }

    .follow {
        padding: 0px 66px !important;
    }
}

@media (max-width: 320px) {
    .buttons {
        margin-left: 9px;
    }

    .telep-col {
        margin-bottom: 20px;
    }

    .kategoriak-section .title {
        margin: 15px 0px !important;
        font-size: 24px !important;
        line-height: 35px !important;
    }

    .kategoriak-section p {
        font-size: 15px !important;
        line-height: 23px !important;
    }

    .contact .title {
        font-size: 27px !important;
        line-height: 35px !important;
    }

    .swiper-class2 .swiper-button-next {
        top: 115% !important;
    }

    .swiper-class2 .swiper-button-prev {
        top: 115% !important;
    }

    #mainbackground .background-inner2 .background-item {
        height: 280px !important;
    }

    .uzenet-col {
        margin-top: 0px !important;
        padding: 55px 17px !important;
    }

    .uzenet-col2 {
        padding: 30px 12px !important;
        margin-top: 0px !important;
    }

    .submit-button {
        margin-top: 20px;
    }

    .follow {
        padding: 0px 30px !important;
    }
}


@media (min-width: 321px) and (max-width: 399px) {
    .telep-col {
        margin-bottom: 20px;
    }

    .kategoriak-section .title {
        margin: 15px 0px !important;
        font-size: 24px !important;
        line-height: 35px !important;
    }

    .kategoriak-section p {
        font-size: 15px !important;
        line-height: 23px !important;
    }

    .contact .title {
        font-size: 27px !important;
        line-height: 35px !important;
    }

    .swiper-class2 .swiper-button-next {
        top: 115% !important;
    }

    .swiper-class2 .swiper-button-prev {
        top: 115% !important;
    }

    #mainbackground .background-inner2 .background-item {
        height: 280px !important;
    }

    .uzenet-col {
        padding: 55px 17px !important;
    }

    .uzenet-col2 {
        padding: 30px 12px !important;
        margin-top: 0px !important;
    }

    .submit-button {
        margin-top: 20px;
    }

    .follow {
        padding: 0px 58px !important;
    }
}

.submit-button {
    background: #0072C5;
    border-radius: 30px;
    color: #fff;
    padding: 10px 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border: #0072C5;

}

.submit-button:hover {
    background: #fff;
    color: #0072C5;
    padding: 8px 50px;
    border: 2px solid #0072C5;

}


.direction-button {
    margin-top: 20px;
    background: #0072C5;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    border: #0072C5;
    display: inline-block;
    text-transform: uppercase;

}

.direction-button:hover {
    background: #fff;
    color: #0072C5;
    padding: 8px 50px;
    border: 2px solid #0072C5;

}

.stores {
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.store-item {
    width: calc(33% - 40px);
    text-align: center;
    padding: 20px 30px 30px 30px;
    border-radius: 20px;
    border: 3px solid #001C31;
    margin: 20px;
    font-weight: 400;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, .3);
    transition: .3s ease;
    background-color: #fff;
}

.store-item:hover {
    margin-top: 17px;
    margin-bottom: 23px;
    cursor: pointer;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
}

.store-item hr {
    border-top: 1px solid #0072C5;
    margin: 30px 0 20px 0;
}

.store-item .store-name {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

.store-item .store-opentime {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.store-item .store-address {
    font-size: 14px;
}

.store-item .store-opentime-item {
    font-size: 14px;
}

#filters {

}

#filters .button-link-9 {
    width: 100%;
    padding: 8px;
    margin-top: 10px;
}

#filters .button-link-9.active {
    background: #0072C5;
    color: #fff !important;
}

#filters .button-link-9.active:hover {
    color: #fff;
}

#filters.button-row {
    margin-top: 0;
}

.blue-circle.right {
    right: -2px;
}

.contact-details {
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-details a {
    display: block;
    line-height: 16px !important;
    font-size: 13px;
}

.contact-details .nev {
    margin-top: 5px;
}

.contact-card .pozicio {
    margin-bottom: 10px;
}

.contact-list .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #0072C5;
    text-align: left;
}

.contact-list .title:first-letter {
    text-transform: uppercase;
}

.contact {
    margin-top: 0px;
}

.contact-list .blue-line {
    width: 100%;
}

/*#################### Kapcsolat  ######################*/


.button-link-9 {
    background: #fff;
    border: 2px solid #0072C5;
    border-radius: 10px;
    color: #0072C5 !important;
    padding: 8px 55px;
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 20px !important;
    text-align: center;
    text-transform: uppercase;
    display: table;
    margin: 0px auto;
    margin-top: 35px;
    text-decoration: none;
}

.button-link-9:hover {
    background: #0072C5;
    border: 2px solid #0072C5;
    color: #fff !important;
}

.button-col {
    padding: 0px !important;
}

.button-col1 {
    padding: 0px !important;
}

.button-col1 .button-link-9 {
    padding: 8px 17px;
}

.button-row {
    margin-top: 20px;
}

.contact-card {
    margin-top: 20px;
}

.more-button-row {
    margin: 30px;
}

.form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 0.2rem !important;
    margin-left: -1.45rem !important;
}

@media (min-width: 900px) and (max-width: 1200px) {
    .button-link-9 {
        font-size: 10px !important;
        padding: 8px 2px !important;
    }

    .button-col1 .button-link-9 {
        padding: 8px 27px !important;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .button-link-9 {
        font-size: 11px !important;
        padding: 9px 5px !important;
    }

    .button-col1 .button-link-9 {
        padding: 3px 7px !important;
    }
}


.uzletek1 {
    margin-left: 30px;
    margin-right: 30px;
    padding-top: 100px;
}

.uzletek1 .title {
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #211F1F;
    margin-bottom: 30px;
}

.uzletek-col1, .uzletek-col2, .uzletek-col3 {
    padding: 0px !important;
}

.uzletek1 .uzletek-col1 img {
    width: 1155px;
    height: 566px;
    object-fit: cover;
}

.uzletek1 .uzletek-col1 img::after {
    width: 108px;
    height: 566px;
    object-fit: cover;
}


.uzletek1 .uzletek-col1 .overlay::after {
    width: 108px;
}


.uzletek1 .uzletek-col1 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1155px;
    height: 566px;
    border-radius: 10px;
    transition: .5s ease;
    background: linear-gradient(180deg, rgba(7, 32, 50, 0.1) 60%, #072032 95.89%);
    padding: 501px 35px 30px 35px;
}

.uzletek1 .uzletek-col2 img {
    height: 566px;
    width: 108px;
    object-fit: cover;
}

.uzletek1 .uzletek-col3 img {
    height: 566px;
    width: 108px;
    object-fit: cover;
}

.uzletek1 .uzletek-col2 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 108px;
    height: 566px;
    border-radius: 10px;
    transition: .5s ease;
    background: linear-gradient(180deg, rgba(7, 32, 50, 0.1) 10.48%, #072032 95.89%);
    padding: 430px 35px 35px 35px;
}

.uzletek1 .uzletek-col3 .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 108px;
    height: 566px;
    border-radius: 10px;
    transition: .5s ease;
    background: linear-gradient(180deg, rgba(7, 32, 50, 0.1) 10.48%, #072032 95.89%);
    padding: 430px 35px 35px 35px;
}

.uzletek1 .uzletek-col2 .overlay .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    transform: rotate(-90deg);

}

.uzletek1 .uzletek-col3 .overlay .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    transform: rotate(-90deg);
}

.uzletek1 .uzletek-col1 .overlay .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;
    color: #fff;
}

.uzletek-col1 img {
    border-radius: 10px;
}

.uzletek-col2 img {
    border-radius: 10px;
}

.uzletek-col3 img {
    border-radius: 10px;
}


.contact-carousel {
    display: flex;
    gap: 6px;
    padding-top: 25px;
    color: #fff;
}


.contact-carousel .element {
    cursor: pointer;


    display: flex;
    position: relative;
    height: 630px;

    /* Alapból minden elem 100% szélességre törekszik */
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100%;

    /* A transition azért kell, hogy animált legyen(de valószínűleg nem lesz rá szükség) */
    transition: flex-basis 0.5s ease;
}

.contact-carousel .element.closed {
    /* A zárt elemek 120px szélességre törekednek, méretben nem nőnek és nem csökennek */
    flex-basis: 120px;
    flex-grow: 0;
    flex-shrink: 0;
}

/* Kép */
.contact-carousel .element .background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.element .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    transition: .5s ease;
    background: linear-gradient(180deg, rgba(7, 32, 50, 0.1) 0%, #072032 130%);
    padding-top: 510px;
    text-align: center;
}

.element.closed .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
    transition: .5s ease;
    background: linear-gradient(180deg, rgba(7, 32, 50, 0.1) 0%, #072032 85.42%);
    padding-top: 345px;
    text-align: -webkit-center;
}


.element .overlay .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 54px;

}

.element.closed .overlay .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    writing-mode: vertical-lr;
}

@media (min-width: 900px) and (max-width: 1200px) {
    .swiper-class3 .swiper-button-next {
        right: 9px !important;
    }

    .swiper-class3 .swiper-button-prev {
        left: 29px !important;
    }

    .element .overlay {
        padding-top: 510px !important;
        text-align: center;
    }

    .element.closed .overlay {
        padding-top: 345px !important;
        text-align: -webkit-center;
    }


    .element .overlay .title {
        font-weight: 700;
        font-size: 40px !important;
        line-height: 54px !important;

    }

    .element.closed .overlay .title {
        font-weight: 700;
        font-size: 20px !important;
        line-height: 33px !important;
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .element .overlay {
        padding-top: 510px !important;
        text-align: center;
    }

    .element.closed .overlay {
        padding-top: 345px !important;
        text-align: -webkit-center;
    }


    .element .overlay .title {
        font-weight: 700;
        font-size: 30px !important;
        line-height: 54px !important;

    }

    .element.closed .overlay .title {
        font-weight: 700;
        font-size: 20px !important;
        line-height: 33px !important;
    }
}

.mail-button {
    border: 1px solid black !important;
}


.slide-row {
    padding: 10px;
}

.footer-bottom {
    padding-bottom: 10px;
}

.mySwiper1 {
    width: 80% !important;
}

.mail-button:hover {
    background: rgb(84, 80, 80) !important;
}

.page-content .text {
    color: #000 !important;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

.page-content .main-img {
    width: 100%;
    height: auto;
}

.store-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 630px;
    width: 97%;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .store-image {
        width: 100%;
        height: 220px;
    }

    .bemutatkozas-row {
    }

}

.pagination .page-link {
    border: none;
}

.pagination .page-item.active .page-link {
    border: none;
    background-color: transparent;
    color: #0072C5;
}

.leaflet-tile-container {
    filter: grayscale(100%) invert(100%);
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .map-card {
        left: 40%;
    }
}

@media (min-width: 1600px) {
    .map-card {
        left: 40%;
    }
}

@media (min-width: 1140px) {
    .uzenet-col {
        padding-top: 92px !important;
    }

}

.map-row {
    z-index: 9999;
}

.uzenet-col2 .g-recaptcha {
    margin: 20px;
}

.info-block {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 95px;
    width: 275px;
}

.info-block img {
    width: 100%;
    height: auto
}

.hidden {
    display: none !important;
}

.info-block2 {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    width: 280px;
}

.info-block2 img {
    width: 100%;
    height: auto
}

@media (max-width: 1600px) {
    .header-row {
        padding: 30px;
    }

    .header-button-col {
        text-align: right;
    }
}

@media (max-width: 991px) {
    .header-row {
        padding: 15px 30px;
    }
}

.contact_ht a {
    color: #000;
}

header.sticky.header1.contact_hth {
    background: rgba(0, 0, 0, 0.6);
}

.contact {
    margin-top: 0px;
}

@media (min-width: 992px) {
    .header1.sticky {
        background: rgba(0, 0, 0, 0.6);
        height: 80px;
    }

    .header1.sticky .header-row {
        padding-top: 15px;
        padding-bottom: 15px;
    }

}


.d-none {
    display: none;
}

.mySwiper.swiper-button-prev, .mySwiper.swiper-button-next {
    top: inherit;
    margin-top: -56px;
}

@media (min-width: 991px) {
    .hidden-desktop {
        display: none;
    }
}

#mainbackground .title d-md-block {
    margin-top: 160px;
}


.post-cover {
    width: 100%;
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.active-menu {
    padding-bottom: 10px;
    border-bottom: 2px solid #0072C5;
}

.contact-store-list {
    background-image: url("img/stores_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px;
}

.contact-store-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 54, 84, 0.84);
    z-index: 1;
}

.contact-store-list .stores {
    position: relative;
    z-index: 2;
}

.contact-store-list .contact-store-title h3 {
    text-align: center;
    position: relative;
    margin: auto;
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    z-index: 2;
}

@media (max-width: 991px) {

    .contact-store-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    #mainbackground .background-inner .background-item {
        height: 400px !important;
    }

    .background-item .text {
        font-size: 16px;
        margin: 0;
    }

    .contact_hth {
        top: 0px;
        margin-top: 0px;
    }

    .sub-title {
        margin-top: 90px;
    }

    #filters.button-row {
        margin-left: 15px;
        margin-right: 15px;
    }

    .contact-list {
        padding-top: 0px;
        margin-top: 0px !important;
    }

    .stores {
        padding: 50px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .store-item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .page {
        padding-top: 100px;
    }

    .contact {
        margin-top: 50px;
    }

    .header1 {
        background-color: #fff;
    }

    .navbar-toggler {
        font-size: 1rem;
    }

    .hirek-second-row .cart .title {
        height: 52px;
    }

    .hirek-second-row img {
        width: 100% !important;
    }

    .info-block {
        left: 0px;
        width: 140px;
    }

    .info-block2 {
        right: 0px;
        width: 140px;
    }

    .info-block2 img {
        width: 100%;
        height: auto;
    }

    .info-block img {
        width: 100%;
        height: auto;
    }

    .d-block {
        display: none !important;
    }

    .bemutatkozas-row {
        margin-top: 15px;
    }

    .hidden-mobile {
        display: none;
    }

    .d-none {
        display: block;
    }

    .hirek {
        padding: 0;
    }

    .hidden-desktop .stores {
        padding: 0;
    }

    .hidden-desktop .stores .store-item {
        border-radius: 20px;
        border: 1px solid #F5F5F5;
        box-shadow: none;
    }

    .hidden-desktop .stores .store-item hr {
        border: none;
        margin: 60px 0;
    }

    .hidden-desktop .stores .store-item a {
        color: #000;
    }

    .hidden-desktop .stores .store-item a.direction-button {
        color: #fff;
    }

    .post-block {
        margin-left: -15px;
        margin-right: -15px;
    }

}

@media (max-width: 767px) {
    .telephely-elerhetoseg {
        text-align: center;
        padding-top: 100px;
    }
    .hirlevel-group .form-check.check-box
    {
        margin-bottom: 15px !important;
    }
    .newsletter-send-btn-m
    {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .button-row {
        margin-bottom: 30px;
    }
    .hirlevel-group .mail-button
    {
        margin: 0px !important;
    }
    .hirlevel-group .input-group-prepend
    {
        display: none !important;
    }
}

.hirek img {
    border-radius: 3px !important;
}