/* tarspatikak.css */

/* Oldal vízszintes görgetősávjának eltávolítása */
body {
    overflow-x: hidden !important;
    font-family: "Roboto", sans-serif;
}

.modal-dialog{
    z-index: 99999999999 !important;
}

@media screen and (max-width: 991px) {
    .header__navigation {
        border-top: .1rem solid #fff;
        position: absolute;
        transition: all .25s ease;
        /*
        -webkit-transform: translateY(-105%);
        -ms-transform: translateY(-105%);
        transform: translateY(-105%);
        */

    }
}

.menu-accordion .accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-body-padding-y: 0;
}
.menu-accordion .accordion-body{
    /*padding: 0;*/
    padding: 0;
}

.level2 .accordion-body{
    /*padding: 0;*/
    padding: 50px !important;
}

.level1{
    padding-left: 1em !important;
}

.level2{
    padding-left: 2em !important;
}

.level2 a{
    display: block;
}

.cnt{
    background-color: white;
    overflow-x: hidden !important;
    /*margin: 0.6em;*/
    /*border-radius: 1.5em;*/
}
/*************************************************************************/
body{
    /*background-color: black;*/
}

/***********************  közös elemek  ***************************/
.bz-margin-top-10{ margin-top: 10px !important; }
.bz-margin-top-20{ margin-top: 20px !important; }
.bz-margin-top-30{ margin-top: 30px !important; }
.bz-margin-top-40{ margin-top: 40px !important; }
.bz-margin-btn-10{ margin-top: 10px !important; }
.bz-margin-btn-20{ margin-top: 20px !important; }
.bz-margin-btn-30{ margin-top: 30px !important; }
.bz-margin-btn-40{ margin-top: 40px !important; }

.bz-padding-10{ padding: 10px !important; }
.bz-padding-20{ padding: 20px !important; }
.bz-padding-25{ padding: 25px !important; }
.bz-padding-30{ padding: 30px !important; }

.bz-fontsize-12 { font-size: 12pt }
.bz-fontsize-13 { font-size: 13pt }
.bz-fontsize-14 { font-size: 14pt }
.bz-fontsize-15 { font-size: 15pt }
.bz-fontsize-16 { font-size: 16pt }
.bz-fontsize-17 { font-size: 17pt }
.bz-fontsize-19 { font-size: 19pt }
.bz-fontsize-20 { font-size: 20pt }
.bz-fontsize-25 { font-size: 25pt }


/***********************  közös elemek VÉGE  ***************************/

.bejelentkezve{

}

.bz-valign-middle {
    display: flex;               /* Aktiválja a Flexboxot a konténeren */
    align-items: center;         /* Függőlegesen középre igazítja a gyermek elemeket */
    height: 100%;                 /* Biztosítja, hogy a div teljes magasságot vegyen fel a szülő konténerhez képest */
}

.bz-align-middle {
    display: flex;               /* Aktiválja a Flexboxot a konténeren */
    justify-content: center;     /* Vízszintesen középre igazítja a gyermek elemeket (opcionális) */
    height: 100%;                 /* Biztosítja, hogy a div teljes magasságot vegyen fel a szülő konténerhez képest */
}

.bz-align-right {
    display: flex;               /* Aktiválja a Flexboxot a konténeren */
    justify-content: right;     /* Vízszintesen jobbra igazítja a gyermek elemeket (opcionális) */
    height: 100%;                 /* Biztosítja, hogy a div teljes magasságot vegyen fel a szülő konténerhez képest */
}

.bz-align-left {
    justify-content: left !important;     /* Vízszintesen jobbra igazítja a gyermek elemeket (opcionális) */
    text-align: left !important;
}

.product-card{
    margin-bottom: 1.5em;
    /*box-shadow: 0px 0px 10px #f2f2f2;*/
    border-color: rgba(226, 223, 223, 0.92);
}
.card-hover:hover{
    box-shadow: 0px 0px 20px #e0e0e0;
}

.bz-card-img{
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 250px;
    max-height: 350px;

    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    /*            position: absolute;
                top: 0;
                left: 50%;
                width: 100%;
                height: 100% !important;
                transform: translate(-50%,-50%);
                transition: .25s;
                -o-object-fit: cover;
                object-fit: cover;*/
}

.product-card-img{

    height: 10em;
    /*object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
    width: 90%;*/
}

.card-title{
    font-size: 18px;
    height: 2em;
}

.product-price-new{

}

.product-price-new div{
    color: #57a500;
    font-weight: bolder;
    font-size: 20px;
}

.product-price-new span{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #57a500;
}

.product-price-old{
    text-align: right;
}

.product-price-old div{
    font-size: 20px;
    color: dimgray;
    text-decoration: line-through;
}

.product-price-old span{
    text-decoration: none !important;
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: dimgray;
}

.bz-productcard-img{
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 250px;
    max-height: 350px;

    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    display: flex;
    flex-direction: column;

}

.bz-offercard-img{
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 350px;
    max-height: 400px;

    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;




}

.bz-productcard-discount{
    background-color: red;
    color: white;
    padding: 5px;
    margin: 15px;
    border-radius: 3px;
    max-width: 47px;
    font-weight: bolder;
}

.bz-card-count{
    position: absolute;
    background-color: #1f6377;
}

.ep-cart-button{
    background: gray;
    border-radius: 3px;
}

.ws-head-search input{
    width: 100%;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}

.main-nav{
    background: #20875a;
    padding: 10px;
    padding-bottom: 2px;
}

.main-nav li{
    display: inline-block;
}

.main-nav li a{
    color: white;
    text-decoration: none;
    margin-right: 15px;
}

@media only screen and (max-width: 600px) {
    .main-nav{ display: none; }
}



.tp-footer{
    /*background: #f9f9f9;*/
    border-top: 1px solid #f2f2f2;
}

.footer-menu ul{
    list-style: none;
}

.footer-menu ul a{
    text-decoration:  none;
    color: #00597c;
}

.content{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.tp-mobile-bottom{
    display: none;
    position: fixed;
}
@media only screen and (max-width: 1100px) {
    .tp-mobile-bottom{
        display: inline-block;
        position: fixed;
        z-index: 99999999999;
        bottom: 0px;
        height: 70px;
        width: 100%;
        background: white;
        border-top: 1px solid #e8e8e8;
        box-shadow: 0 0 10px rgba(17,17,17,.08);
    }

    .tp-mobile-bottom-col{
        align-content: center;
        font-weight: bold;
        font-size: 9pt;
        padding-top: 5px;
        color: #494949;
    }
}

.tp-mobile-head{
    display: none;
}

.navbar_top{
    background: #7bed42;
    padding: 10px;
}
@media only screen and (max-width: 1100px) {
    .navbar_top{
        display: none;
    }
}

.navbar_top_mobile{
    display: none;
}
@media only screen and (max-width: 1100px) {
    .navbar_top_mobile{
        background: #7bed42;
        padding: 10px;
        display: inline-block;
        position: fixed;
        height: 50px;
        width: 100%;
        z-index: 2;
    }
    .tartalom{
        margin-top: 50px;
    }
}

.main-menu-list li{
    list-style: none;
}

.main-menu-list li a{
    text-decoration: none;
    color: inherit;
    padding: 10px 0px 10px 0px;
}

input:focus, form-control, form-control:focus{
    outline: none !important;
}
.ws-search-input, .ws-search-input:focus, .input-group input:focus{
    border: 0px !important;
    outline-offset: 0px !important;
    outline: none !important;
    margin-right: 0px;
}

.input-group{
    padding-right:0px !important;
}

.ws-btn-search{
    border: 0;
    background: #aef78a;
    border-radius: 20px;
    margin-left: 3px;
    margin-top: 3px;
}

.ws-search-input-block{
    border-radius: 20px;
    border: 1px solid #51c413;
    vertical-align: middle;
    background: white;
    white-space: nowrap;
    padding-right: 4px;
}

#file-preview{
    width: 200px;
}

.ui-autocomplete{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}


/************  pagination  ************/
.bz-pagination-link{
    border: 0 !important;
    width: 2em !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.bz-pagination-active{
    background: black !important;
    border-radius: 5px;
}
.bz-pagination-active a{
    color: white !important;
}

.bz-pagination-count{
    font-weight: bolder;
    font-size: 0.8em;
}
.pagination{
    margin: 0;
    padding: 0;
}

.bz-pagination-arrow{

}
/************  pagination VÉGE  ************/

/********    swiper    ********/


 .swiper-container {
     margin-bottom: 50px; /* Térköz a Swiper-ek között */
     position: relative; /* Győződjünk meg róla, hogy a konténer relatív pozícióban van */
     overflow: hidden; /* Rejtse el a kilógó elemeket */
 }
.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap; /* Ne törjön sorokra */
}
.swiper-slide {
    flex: 0 0 auto; /* Ne nyúljon szét */
}
.swiper-pagination {
    bottom: 10px; /* Helyezd el a pagination-t alul */
    text-align: center; /* Középre igazítás */
}
.swiper-button-next, .swiper-button-prev {
    top: 50%; /* Helyezd el a navigációs gombokat függőlegesen középre */
    transform: translateY(-50%);
    position: absolute; /* Abszolút pozíció */
    z-index: 100000000 !important; /* Z-index, hogy a navigációs gombok előrébb legyenek */
}
.swiper-button-next {
    right: -10px !important; /* Jobbra igazítás */
}
.swiper-button-prev {
    left: -10px !important; /* Balra igazítás */
}






@media only screen and (max-width: 600px) {
    .swiper-button-next, .swiper-button-prev, .swiper-pagination{ display: none !important; }
}

/********    swiper VÉGE   ********/


/**********     upload     ***********/
.upload-area {
    width: 300px;
    height: 200px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    text-align: center;
    line-height: 200px;
    font-size: 20px;
    color: #ccc;
    margin: 50px auto;
    position: relative;
}
.upload-area.hover {
    border-color: #333;
    color: #333;
}
#file-details {
    display: none;
    margin-top: 20px;
    text-align: center;
}
#file-details img {
    max-width: 100%;
    height: auto;
}
/**********     upload VÉGE     ***********/

/******    article card    *****/
.bz-cart-link{
    text-decoration: none;
    color: inherit;
}

.bz-card-infoblock{
    padding: 10px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}

.bz-offercard-infoblock{
    padding: 10px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}


.bz-card-content{
    height: 140px; /* Fix magasság beállítása */
    overflow: hidden; /* Rejtse el a túllógó szöveget */
    position: relative; /* Pozicionáláshoz szükséges */
    padding: 0 10px 0 10px;
}

.bz-card-content::after {
    content: ''; /* Üres tartalom */
    text-overflow: ellipsis; /* ... jelenjen meg, ha túllóg */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px; /* A fokozatos elhalványulás magassága */
    background: linear-gradient(to bottom, transparent, white); /* Az elhalványulás hatása */
}

.bz-card-cat{
    background-color: darkorange;
    border-radius: 5px;
    padding: 0 7px 2px 7px;
    color:white;
    font-size: 9pt;
    font-weight: bolder;
    display: inline-block;
}

.bz-card-title{
    text-shadow: 0px 0px 5px white;
    font-size: 14pt;
    font-weight: bolder;
    font-family: Roboto, sans-serif;
}

.bz-offercard-cat{
    background-color: #137549;
    border-radius: 5px;
    padding: 0 7px 2px 7px;
    color:white;
    font-size: 16pt;
    display: inline-block;
}

.bz-offercard-title{
    text-shadow: 0px 0px 5px white;
    font-size: 10pt;
    font-weight: bolder;
    font-family: Roboto, sans-serif;
}

.bz-artice-card {
    margin-bottom: 1.5em;
}

.bz-artice-card h1 {
    font-size: 1em ;
}



.bz-card-admin{

}
/******    article card vége    *****/

/******************  regisztációs form  *********************/

.bz-registration-block{
    border-top: 1px solid darkgray;
    padding: 20px 5px 0px 5px;
}

.bz-registration-info{
    padding: 0 10px 0 40px;
    color: dimgray;
}

/******************  regisztációs form VÉGE  *********************/


/******************  magazin navbar *******************************/
.bz-magazin-navbar{
    margin: 10px 0 15px 5px;
}

/******************  magazin navbar VÉGE *******************************/

/***************************    cikk megjelenítés    **************************/
.bz-article-img{
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 250px;
    max-height: 500px;

    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

}

.bz-article-infoblock{
    margin: 10px;
}

.bz-article-title{
    font-size: 2em;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    display: inline;
    line-height: 2;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; /* A böngésző kompatibilitása érdekében */

}

.bz-article-lead{
    font-weight: bold;
    color: dimgray;
    padding: 0 2em 0 0;
}

.bz-article-content{
    max-width: 92%;
}

.bz-article-content p{
    font-size: 17px;
    line-height: 1.7;
    position: relative;
}

.bz-article-content p::first-letter {
    font-size: 2em;
    line-height: 1.5;
    float: left;
    margin-right: 0.1em;
}

.bz-article-content strong, .bz-article-content b, .bz-article-content h1, .bz-article-content h2{
    color: #1f6377 !important;
}

/***************************    cikk megjelenítés VÉGE    **************************/

