* {
    margin: 0;
    padding: 0;
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: inline-block;
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: white !important;
}

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

.termekkep {
    max-height: 300px;
    width: auto;
}

.termekElonezet {
    border: none;
    border-bottom: 1px solid lightgrey;
    height: 420px;
}

@media screen and (max-width: 1280px) {
    .termekkep {
        max-height: 255px;
    }

    .list-group-item {
        font-size: 12px;
    }

    .alkategoria {
        font-size: 12px !important;
    }

    ul {
        padding-left: 0;
    }
}

@media screen and (max-width: 1211px) {
    /*
    .keresodiv {
        width: 200px;
        font-size: 12px !important;
    }
    .keresoszo {
        width: 100px !important;
    }
     */
}

@media screen and (max-width: 1068px) {
    body {
        font-size: 12px;
    }

    .card-header {
        font-size: 12px !important;
    }
}

@media screen and (min-width: 579px) {
    .mobilKedvencekEsKosar {
        display: none;
    }

    .nyelvvaltoKicsi {
        display: none;
    }


}

@media screen and (min-width: 1620px) {
    .productFilterKicsi {
        display: none;
    }
}

@media screen and (max-width: 1619px) {
    .productFilterKicsi {
        margin-bottom: 10px;
    }

    .rendezoNagy, .darabperoldalNagy {
        display: none;
    }

    .darabszamkosarba{
        clear: right;
    }

    .kosarbagombdiv {
        clear: left;
    }
}

@media screen and (max-width: 578px) {
    /*
    .keresodiv {
        width: 300px;
        font-size: 12px !important;
    }

    .keresoszo {
        width: 100px !important;
    }
     */
    .kedvencekDiv {
        display: none;
    }

    .kosarDiv {
        display: none;
    }

    .mobilKedvencekEsKosar {
        display: block;
    }

    .nyelvvaltoNagy {
        display: none;
    }


    .productFilterKicsi {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    .termekkep {
        max-height: 255px;
    }
}

@media screen and (max-width: 600px) {
    .termekkep {
        max-height: 255px;
    }
}

@media screen and (max-width: 876px) {
    .nagyfooter {
        display: none;
    }
}

@media screen and (min-width: 875px) {
    .kisfooter {
        display: none;
    }
}

.toggleKosarba {
    margin-left: 10px;
    font-size: 14px;
    background: #98d648 !important;
    color: white;
    border: none;
    border-radius: 0.25rem;
    display: inline-block;
    padding: 5px;
    text-align: center;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.toggleKosarba:hover {
    background: black !important;
}

.toggleKosarba > i {
    float: left;
    line-height: 1em;
    display: inline-block;
    margin: 0px 2px 0px 0px;
}

.kosarbaGombMellettiIkonok {
    font-size: 30px;
    margin-right: 20px;
}

.productFilter {
    padding: 5px;
    background-color: lightgrey;
    margin-bottom: 10px;
}

.form-select-sm {
    background-color: lightgrey;
    width: auto;
    border: none;
}

.well {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 2px solid #eee;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 0;
    box-shadow: none;
}

.login_p {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.btn-login {
    background: #98d648 !important;
    color: white;
}

.btn-login:hover {
    background: black !important;
    color: white;
}

.login-form input {
    display: block;
    width: 100%;
    background: #f2f2f2;
    border: 1px solid #f3f4f5;
    color: #777;
    font-size: 14px;
    height: 45px;
    line-height: 24px;
    padding: 10.5px 10px 10.5px 20px;
    outline: none;
    box-sizing: border-box;
    border-radius: 3px;
    transition: .3s all ease;
    appearance: none;
    margin-bottom: 10px;
}

.login-form label {
    margin-top: 10px;
}

.registration-form-legend {
    font-size: 18px;
    padding: 7px 0;
    border-color: #eee;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.registration-label-div {
    padding-top: 3px;
    margin-bottom: 0;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    display: inline-block;
    max-width: 100%;
}