.folyamat{
    margin-top: 60px;
    margin-bottom: 60px;
}
.folyamat .flex{
    flex-wrap: wrap;
}
.fact{
    background-color: #eee;
    width: 100%;
    box-shadow: 4px 3px 4px 0px #d9d9d9;
    display: flex;
    align-items: center;
    padding: 19px 20px 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.fact h4{
    color: #616161;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.fact i{
    font-size: 42px;
    margin-right: 15px;
    line-height: 55px;
}
.popularProducts{
    margin-bottom: 60px;
}
.popularProducts .flex.spaceBetween{
    flex-wrap: wrap;
}
.popularProducts .flex.spaceBetween .productBlock{
    margin-bottom: 20px; 
}
.verticalBanner{
    margin-right: 30px;
}
.akciosTermekek{
    margin-bottom: 60px;
}
.akciosTermekek .verticalBanner{
    margin-right: 0;
}
.harmasBlokk{
    width: 22.5%;
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: inherit;
    transition: border-color 400ms;
}
.harmasBlokk:hover{
    border-color: #65c178;
}
.harmasBlokk .kisProd{
    width: 100%;
    display: flex;
    align-items: center;
}
.harmasBlokk .kisProd img{
    display: block;
    margin-right: 10px;
}
.kisProd a{
    transition: color 300ms;
}
.kisProd a:hover{
    color: #65c178;
}
.about{
    flex: 1;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
}
.about img{
    display: block;
    margin: 30px auto 30px auto;
    width: 60%;
}
.aboutContent, .articlesContent{
    border: 1px solid #eee;
    padding: 10px;
    box-sizing: border-box;
}
.aboutContent{
    height: 100%;
}
.articlesContent{
    /*display: flex;*/
    max-width: 780px;
    padding-right: 0;
    height: 100%;
}
.aboutContent h4{
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 700;
}
.articles{
    flex: 2;
    display: flex;
    flex-direction: column;
}
.articles article{
    width: 390px;
    margin-right: 10px;
}
.articles article .image{
    margin-bottom: 10px;
}
.articles article .image img{
    max-width: 100%;
}
.articles article h4{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #616161;
    margin-bottom: 10px;
}
.articles article p{
    margin-bottom: 12px;
}
.articlesContent .slick-prev.slick-arrow, .articlesContent .slick-next.slick-arrow{
    top: -45px;
    border: 1px solid #cecece;
    width: 24px;
    height: 24px;
    text-align: center;
    left: initial;
    transition: border-color 300ms, background-color 300ms;
} 
.articlesContent .slick-prev.slick-arrow{
    left: initial;
    right: 28px;
}
.articlesContent .slick-next.slick-arrow{
    right: 0px;
}
.articlesContent .slick-prev:before, .articlesContent .slick-next:before{
    color: #cecece;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
    transition: color 300ms;
}
.articlesContent .slick-prev:before{
    content: "\f0d9"; 
}
.articlesContent .slick-next:before{
    content: "\f0da"; 
}

.articlesContent .slick-prev.slick-arrow:hover, .articlesContent .slick-next.slick-arrow:hover{
    background-color: #65c178;
    border-color: #65c178;
}
.articlesContent .slick-prev:hover:before, .articlesContent .slick-next:hover:before{
    color: #fff;
}

footer{
    background: none;
    background-color: #2f2e2e;
    height: auto;
    margin-top: 60px;
}
.footerTop{
    height: 70px;
    background-color: #3c3c3c;
    display: flex;
    align-items: center;
}
.footerBottom{
    height: 50px;
    background-color: #3c3c3c;
    display: flex;
    align-items: center;
}
.footerBottom p, .footerBottom a{
    color: #9c9c9c;
}
footer .footer{
    padding: 35px 0 30px;
}
.footerItem{
    width: 22.5%;
}
.footerItem h3{
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #444343;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.footerItem ul{
    list-style: none;
}
.footerItem ul li a{
    color: #e9e9e9;
    transition: padding-left 300ms, color 300ms;
}
.footerItem ul li a:before{
    content: '\f101';
    display: inline-block;
    color: #929292;
    font-size: 7px;
    margin-right: 10px;
    margin-top: -2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    color: #e9e9e9;
    zoom: 1;
    transition: color 300ms;
}
.footerItem ul li a:hover{
    padding-left: 10px;
    color: #65c178;
}
.footerItem ul li a:hover:before{
    color: #65c178;
}
.footerContactRow{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #e9e9e9;
}
.footerContactRow:last-of-type{
    margin-bottom: 0;
}
.footerContactRow i{
    font-size: 12px;
    background-color: #3E3D3D;
    color: #e9e9e9;
    width: 40px;
    height: 40px;
    border-radius: 400px;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
}
.footerContactRow p, .footerContactRow h4, .footerContactRow a{
    color: #e9e9e9;
}

.footer .langdingFooter{
    width: 100%;
}
.footer .langdingFooter ul{
    display: flex;
    flex-wrap: wrap;
}
.footer .langdingFooter ul li{
    width: 25%;
    margin-bottom: 1vw;
}

.newsletterFormContainer input[type=email], .newsletterFormContainer input[type=text]{
    height: 40px;
    background-color: #fff;
    color: #9e9e9e;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    padding: 0 15px;
    margin: 0;
    width: 420px;
}
.newsletterFormContainer button[type=submit]{
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    background-color: #84CD93;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
    transition: background-color 300ms;
}
.newsletterFormContainer button[type=submit]:hover{
    background-color: #65c178;
}
.newsletterFormContainer button[type=submit]:before{
    content: "\f0e0";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 0;
    right: 100%;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    width: 40px;
    background: #65c178;
    line-height: 40px;
    text-align: center;
}
.footerTop i{
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    border: 1px solid;
    border-color: #fff;
    color: #fff;
    border-radius: 350px;
    margin-right: 10px;
    background-color: rgba(0,0,0,0);
    position: relative;
    top: 0;
    transition: background-color 300ms, top 300ms, border-color 300ms;
    cursor: pointer;
}
.footerTop i:hover{
    background-color: #65c178;
    border-color: #65c178;
    top: -5px;
}
/*.footerTop i:last-of-type{
    margin-right:0;
}*/
.articleNavContainer{
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}
.articleNavContainer a{
    padding: 6px 10px!important;
    letter-spacing: 0;
    font-weight: 400;
    border-bottom: 3px solid #e1e1e1;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-sizing: border-box;
    line-height: 25px;
    text-align: center;
    margin-right: 0;
    transition: background-color 200ms, border-color 200ms;
    cursor: pointer;
}
.articleNavContainer a:hover{
    border-color: #65c178;
}
.connectedNews{
    display: flex;
    justify-content: space-between;
}
.connectedNews article{
    max-width: 32%;
    width: 32%;
}
.connectedNews article img{
    max-width: 100%;
    margin-bottom: 10px;
    display: block;
}
.connectedNews article figure{
    margin: 0;
}
.connectedNews .mainBoxMiddleNews{
    margin-bottom: 12px;
}
.connectedNews .mainBoxInner h2, .connectedNews .mainBoxInner h2 a{
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #616161;
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 0;
}
.contentContainer .pager a:first-letter {
    text-transform: uppercase;
}
.footerItem.double{
    width: 45%;
}
.footerItem .prodcat1MenuFooter{
    display: flex;
    justify-content: space-between;
}
.footerItem .prodcat1MenuFooter ul{
    width: 49%;
}
@media screen and (max-width: 1200px){
    .contentContainer{
        max-width: 95%;
    }
    .kategoriaNegyzet{
        max-width: 16%;
    }
    .ketBanner{
        flex-wrap: wrap;
        justify-content: center;
    }
    .ketBanner img:first-of-type{
        margin-bottom: 20px;
    }
    .articles{
        display: flex;
        flex-direction: column;
    }
    .articlesContent{
        max-width: 680px;
        height: 100%;
    } 
    .newProducts, .popularProducts{
        max-width: 100%;
    }
    .menuFirstContainer .mainMenu a{
        padding: 0 15px;
    }

    .menuFirstContainer{
        margin-bottom: 30px;
        position: static;
    }
}
@media screen and (max-width: 820px){
    
    .footerItem.langdingFooter ul li{
        width: 100%;
    }
    
    .flex, .kategoriaContainer{
        flex-wrap: wrap;
    }
    .menuFirstContainer .kategoriaMenu{
        position: static;
    }
    .menuFirstContainer .mobileMainMenuHeader{
        display: block;
        border-left: 5px solid #65c178;
        background-color: #2F2E2E;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 20px;
    }
    .menuFirstContainer .mobileMainMenuHeader i{
        margin-right: 12px;
        color: #fff
    }
    .menuFirstContainer .mainMenu{
        height: 50px;
        overflow: hidden;
        position: relative;
        z-index: 99;
        width: 270px;
    }
    .menuFirstContainer .mainMenu a{
        width: 100%;
        height: 50px;
        text-align: left;
        box-sizing: border-box;
        padding: 0px 20px;
        line-height: 50px;
        background-color: #fff;
        font-weight: normal;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        transition: background-color 300ms, color 300ms;
        position: relative;
        color: #616161;
        text-transform: none;
        font-size: 14px;
    }
    .menuFirstContainer .mainMenu:hover{
        overflow: visible;
        
    }
    .menuFirstContainer .mainMenu .menuItems{
        display: flex;
        flex-direction: column;
        background-color: red;
    }    
    .productBlock{
        width: 48%;
        margin-bottom: 4%;
    }
    .spacer{
        width: 48%;
    }
    .kategoriaSav{
        flex-wrap: wrap;
    }
    .kategoriaNegyzet{
        width: 32%;
        margin-bottom: 2%;
        height: 15.2vw;
    }
    .kategoriaNegyzet i{
        font-size: 36px;
    }
    .indexTitle{
        font-size: 26px;
    }
    .pbData .cat a{
        font-size: 18px;
    }
    .pbData a.pName, .pbData .price2{
        font-size: 20px;
    }
    .fact{
        width: 49%;
        margin-bottom: 2%;
    }
    .newProducts{
        flex-wrap: wrap;
    }
    .newProducts .kiemelt{
        background-color: #fafafa;
        padding: 20px 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .productBlock.full{
        width: 50%;
        background-color: #fff;
        margin: 0 auto;
    }
    .verticalBanner{
        display: flex;
        align-items: center;
        display: none;
    }
    .akciosTermekek .verticalBanner{
        display: none;
    }
    .harmasBlokk{
        width: 32.5%;
        min-height: 352px;
    }
    .about img{
        width: 25%;
        margin-top: 0;
    }
    .about{
        margin-bottom: 30px;
        margin-right: 0;
    }
    .articlesContent{
        max-width: 95vw;
    }
    .aboutContent{
        padding: 25px;
    }
    .headerServices{
        height: auto;
    }
    .headerServices .contentContainer{
        flex-wrap: wrap;
        padding-top: 2%;
        justify-content: space-around;
        align-items: center;
    }
    .headerServices .service{
        width: 34%;
        margin-bottom: 2%;
    }
    .headerMain{
        height: auto;
        margin-bottom: 30px;
    }
    .headerMain .contentContainer{
        flex-wrap: wrap;
    }
    .logoImage{
        margin: 20px;
        margin-left: 5px;
    }
    .miniCart{
        margin-bottom: 20px;
    }
    .footerTop{
        padding: 2% 0;
        height: auto;
    }
    .footerTop .contentContainer{
        justify-content: center;
    }
    .newsletterFormContainer{
        margin-bottom: 20px;
    }
    .footerItem {
        width: 49%;
        margin-bottom: 3%;
    }
    .headerMain form {
        display: flex;
        width: 100%;
        justify-content: center;
        order: 3;
    }
    .menuFirstContainer .contentContainer{
        justify-content: space-between;
    }
    .kategoriaMenuHeader, .mobileMainMenuHeader{
        border-right: 5px solid #65c178;
    }
    .menuFirstContainer .kategoriaMenu{
        display: block;
    }
    .menuFirstContainer .mainMenu a:first-of-type{
        padding: 0px 20px;
    }
}
@media screen and (max-width: 570px){
    .kategoriaMenuHeader{
        border-left: 0;
    }
    .kategoriaMenuHeader, .mobileMainMenuHeader{
        border-right: 0;
    }
    #headerSearchInput{
        /*width: 150px;*/
        min-width: inherit;
    }
    .kategoriaNegyzet{
        max-width: 32%;
    }
    .ketBanner img{
        max-width: 100%;
        height: auto;
    }
    .fact{
        width: 100%;
    }
    .harmasBlokk{
        width: 100%;
        border-top-width: 0;
        border-bottom-width: 0;
    }
    .harmasBlokk.blokk1{
        border-top-width: 1px;
    }
    .harmasBlokk:last-of-type{
        border-bottom-width: 1px;;
    }
    .productBlock.full{
        width: 75%;
    }
    .headerServices .service{
        width: 50%;
    }
    .headerServices h6{
        font-size: 12px;
    }
    .headerServices i{
        font-size: 14px;
        height: 35px;
        width: 35px;
        line-height: 35px;
    }
    h1{
        max-width: 34vw;
    }
    .footerContactRow i{
        margin-right: 10px;
    }
    .footerContactRow>div {
        max-width: calc(100% - 50px);
    }
    .footerBottom .contentContainer{
        justify-content: center;
    }
    .kategoriaNegyzet{
        height: 30.4vw;
    }
    .kategoriaNegyzet i{
        font-size: 36px;
    }
    .kategoriaNegyzet h4{
        font-size: 12px;
    }
    .newsletterFormContainer, .newsletterFormContainer form{
        width: 100%;
    }
    .newsletterFormContainer input[type=email], .newsletterFormContainer input[type=text]{
        width: calc(100% - 162px);
    }
    .footerBottom{
        height: auto;
        padding: 10px 0;
        text-align: center;
    }
    .pbData .cat a{
        font-size: 14px;
    }
    .pbData a.pName, .pbData .price2{
        font-size: 16px;
    }
    .about img {
        width: 40%;
    }
    .indexTitle{
        font-size: 18px;
    }
    .headerMain select{
        width: 100px;
    }
    .headerMain .contentContainer{
        justify-content: center;
    }
    .logoImage{
        margin-left: 20px;
    }
}
@media screen and (max-width: 320px){
    .headerServices .contentContainer{
        flex-wrap: nowrap;
        overflow: scroll;
        justify-content: flex-start;
        padding: 10px 0;
    }
    .headerServices .service {
        width: 60%;
        min-width: 60%;
    }
    .footerItem{
        width: 100%;
    }
    .menuFirstContainer{
        height: 100px;
    }
    .menuFirstContainer .contentContainer{
        flex-direction: column;
    }
    .menuFirstContainer .kategoriaMenu{
        min-height: inherit;
        z-index: 100;
    }
    .kategoriaMenuHeader {
        border-left: 5px solid #65c178;
    }
}

/*.orderForm .cartTableContainer tbody tr td,
.orderForm .cartTableContainer tbody tr.cartTableHeader th{
    vertical-align: top;
    padding: 1vw !important;
}*/
.orderCheck .cartTableContainer{
    width: 100%;
}

.orderCheck .tableContainer{
        float: left;
    width: 100%;
    margin-top: 15px;
}


.orderCheck table{
    margin-top: 1vw;
}
.orderCheck table tr td,
.orderCheck table tr th{
    padding: .5vw;
    vertical-align: middle;
}

.orderCheck table tr td.osszesen{
    width: 7vw;
}
.orderCheck table tr td.osszesen p{
    display: block;
    width: 12vw;
    text-align: right;
        margin: 5px 20px;
}
.orderCheck table tr th.osszesen p{
    text-align: right ;
    margin-right: 20px;
    color: inherit !important;
}

.orderCheck table tr td.termek{
        display: flex;
    width: 15vw;
    justify-content: space-between;
    align-items: center;
}
.orderCheck table tr td.termek img{
    display: block;
}
.orderCheck table tr td.termek a{
    display: block;
    margin-left: .5vw;
}

.orderCheck table tr td.megrendeles{

}

.orderCheck .megrendelesGombok{
        float: right;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    
    margin-top: 2vw;
}
.orderCheck .megrendelesGombok .cartMegrendeles{
    margin-right: 19px;
    padding: 0 15px;
    font-size: 14px;
    font-family: Verdana, sans-serif;
    line-height: 49px;
    height: 48px;
}
.footerBottom{
    height: 100px;
}
.footerBottom .contentContainer{
    align-items: center;
}