
:root{
    --gutter: 7.5vw;
    --yellow: #CC9900;
    --yellow-hover: #EECC00;
}
*{
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    
    font-size: 14px;
    font-family: Open Sans, sans-serif;
    color: #616161;
}
a{
    color: #616161;
    text-decoration: none;
}
html,body{
    width: 100%;
    height: 100%;
    background: #fff;
}
header{
    width: auto;
    max-width: none;
    height: auto;
}
.displaynone{
    display: none;
}
#header_top{
    background-color: #eee;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    z-index: 101;
    height: 43px;
    line-height: 43px;
}
.contentContainer{
    width: 1200px;
    margin: 0 auto;
}
#header_top .contentContainer{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}
#header_top .contentContainer #right_side{
    display: flex;
    align-items: center;
}
h1{
    font-size: 14px;
    font-weight: normal;
    color: #616161;
    line-height: 43px;
    padding: 0;
}
.headerServices{
    height: 83px;
    border-bottom: 1px solid #eaeaea;
}
.headerServices .contentContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.headerServices .service{
    display: flex;
    align-items: center;
}
.headerServices i{
    font-size: 18px;
    color: #b6b6b6;
    height: 54px;
    width: 54px;
    border-radius: 300px;
    border: 1px solid currentColor;
    line-height: 54px;
    text-align: center;
    margin-right: 10px;
}
.headerServices h6{
    color: #616161;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.headerServices .service p, .headerServices .service p a{
    color: #7f7f7f;
    font-size: 13px;
}
.menuFirstContainer{
    position: static;
    width: auto;
    float: none;
    transform: none;
    max-width: none;
}
header .logo{
    width: auto;
    height: auto;
    float: none;
    position: static;
}
.headerMain{
    height: 125px;
}

/*
.headerMain .contentContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
*/

.headerMain .contentContainer {
	display: grid;
	align-items: center;
	height: 100%;
	grid-template-columns: 170px auto 350px 180px;
	grid-column-gap: 15px;
}

@media(max-width:991px)
{
	.headerMain .contentContainer{
		grid-template-columns:100%;
		grid-row-gap: 15px;
		text-align:center;
	}
}

.logoImage{
	width:200px;
    max-width:100%;
	height:auto;
	display:inline-block;
	
}

.headerMain form{
    display: flex;
}

.headerMain form button{
    width: 45px;
    background-color: #3c3c3c;
    min-width: 45px;
    height: 45px!important;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: background-color 300ms;
    cursor: pointer;
}
.headerMain form button:hover{
    background-color: #65c178;
}
.headerMain form button i{
    color: #fff;
    font-size: 18px;
}
#headerSearchInput{
    min-height: 45px;
    line-height: 45px;
    border: 1px solid #eee;
    padding: 0 12px;
    min-width: 100px;
    box-sizing: border-box;
}
.headerMain select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #eee!important;
    padding: 0 12px;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
}
.miniCart{
    display: flex;
    align-items: center;
    height: 45px;
	margin:0 auto;
}
.miniCart i{
    font-size: 18px;
    color: #fff;
    background-color: #65c178;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: background-color 300ms;
}
.miniCart div{
    border: 1px solid #eee;
    border-left: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: background-color 300ms, border-color 300ms;
    box-sizing: border-box;
    line-height: 43px;
    height: 45px;
    cursor: pointer;
}
.miniCart p{
    padding: 0 15px;
    transition: color 300ms;
}
.miniCart p span{
    transition: color 300ms;
}
.miniCart:hover i{
    background-color: #3c3c3c;
    
}
.miniCart:hover div{
    background-color: #65c178;
    border-color: #65c178;
}
.miniCart:hover p, .miniCart:hover p span{
    color: #fff;
}

.menuFirstContainer{
    width: 100%;
    background-color: #3c3c3c;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menuFirstContainer .contentContainer{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 100%;
}
.menuFirstContainer .mainMenu a{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px;
    transition: color 200ms;
}
.menuFirstContainer .mainMenu a:first-of-type{
    padding-left: 0;
}
.menuFirstContainer .mainMenu a:last-of-type{
    padding-right: 0;
}
.menuFirstContainer .mainMenu a:hover{
    color: #65c178;
}
.menuFirstContainer .kategoriaMenu{
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    z-index: 19;
    font-size: 16px;
    display: none;
}
.menuFirstContainer .mobileMainMenuHeader{
        display: none;
}
.menuFirstContainer .kategoriaMenu i{
    margin-right: 12px;
    color: #fff;
}
.kategoriaMenuHeader{
    border-left: 5px solid #65c178;
    background-color: #2F2E2E;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.kat, .kat .subcat{
    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;
}
.kategoriaMenuHeader, .kat, .kat .subcats{
    width: 100%;
    height: 50px;
    text-align: left;
    box-sizing: border-box;
    padding: 0px 20px;
    line-height: 50px;
    position: relative;
}
.kat .subcats{
    position: absolute;
    padding: 0;
    left: 100%;
    top: 15px;
    height: auto;
    border-left: 1px solid #3c3c3c;
    z-index: -10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms, top 300ms;
} 
.kat .subcat{
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-left: 0;
}
.kat:hover .subcats{
    visibility: visible;
    z-index: 99;
    opacity: 1;
    top: 0;
}
.kat:hover, .kat .subcat:hover{
    background-color: #65c178;
}
.kat:hover>a, .kat .subcat:hover>a{
    color: #fff;
}

.sliderContentContainer{
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
    margin-bottom: 20px;
}
.sliderContentContainer .slider{
    height: 480px;
    width: 870px;
    width: 100%;
}


@media(max-width:991px)
{
	.sliderContentContainer .slider{height:auto;background-color:#fff}
	.sliderContentContainer .slider img{max-width:100%;height:auto;}
	.sliderContentContainer .slider .price{margin-top:25px;text-align:center}
	.sliderContentContainer .slider .price:nth-child(2){display:none}
	
	.sliderContentContainer .slider .slick-dots{position:relative;bottom:unset}
	
}


.kat.hasSub:after{
    content: "\f107";
    display: block;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    z-index: 99;
    right: 10px;
    top: 0;
    font-weight:900;
    transition:transform 300ms, color 300ms;
}
.kat.hasSub:hover:after{
    transform: rotateZ(-90deg);
    color: #fff;
}
.indexTitleContainer, .productTitleContainer, .pageTitleContainer, .productImageViewDescName, .cikkH2Container{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}
.productImageViewDescText span{
	color:inherit
}
.indexTitle, .productTitle, .pageTitle2, .productDescriptionTitle, .cikk h2{
    display: inline-block;
    border-bottom: 1px solid #65c178;
    text-transform: uppercase;
    font-size: 18px;
    color: #616161;
    padding-bottom: 8px;
    margin-bottom: -1px;
}
.kategoriaSav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.kategoriaNegyzet{
    background-color: #E5E5E5;
    height: 145px;
    width: 165px;
    transition: background-color 300ms;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.kategoriaNegyzet:hover, .kategoriaNegyzet.selected{
    background-color: #65c178;
}
.kategoriaNegyzet i, .kategoriaNegyzet h4{
    color: #616161;
    transition: color 300ms;
    text-align: center;
}
.kategoriaNegyzet i{
    font-size: 54px;
    margin-bottom: 15px;
}
.kategoriaNegyzet h4{
    color: #616161;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.kategoriaNegyzet:hover i, .kategoriaNegyzet.selected i, .kategoriaNegyzet:hover h4, .kategoriaNegyzet.selected h4{
    color: #fff;
}
.kategoriaNegyzet:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 9;
    opacity: 0;
    transition: opacity 300ms;
}
.kategoriaNegyzet:hover:after, .kategoriaNegyzet.selected:after{
    opacity: 1;
}
.kiemeltElemek{
    margin-bottom: 60px;
}
.productBlock{
    padding: 0 10px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    width: 22.5%;
    box-sizing: border-box;
    position: relative;
}
.productBlock.full{
    width: 100%;
}
.pbImage{
    padding-top: 10px;
    margin-bottom: 20px;
    display: block;
}
.pbImage img{
    display: block;
    width: 100%;
}
.pbData .cat{
    display: block;
    margin-bottom: 10px;
}
.pbData .cat a{
    color: #999;
    transition: color 200ms;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    max-width: 100%;
}
.pbData .cat a:hover{
    color: #616161;
}
.pbData a.pName{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: color 200ms;
}
.pbData a.pName:hover{
    color: #65c178;
}
.pbData .price2{
    font-size: 15px;
    font-weight: 600;
    color: #616161;
    margin-bottom: 15px;
}
.pbButtons{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.pbButtons .button{
    padding: 10px!important;
    font-size: 0;
    letter-spacing: 0;
    font-weight: 400;
    border-bottom: 3px solid #e1e1e1;
    width: 34px;
    height: 34px;
    border-radius: 3px;
    background-color: #f1f1f1;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
    margin-right: 7px;
    transition: background-color 200ms, border-color 200ms;
    cursor: pointer;
}
.pbButtons .button:hover{
    background-color: #65c178;
    border-color: #65c178;
}
.pbButtons .button i{
    font-size: 12px;
    transition: color 200ms;
}
.pbButtons .button:hover i{
    color: #fff;
}
.productBlock .label{
    position: absolute;
    font-weight: 600;
    letter-spacing: 0.4px;
    z-index: 9;
    background-color: #ff5353;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 3px;
    top: 15px;
    left: 15px;
    text-transform: uppercase;
    color: #fff;
}
.kategoriaContainer{
    display: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.kategoriaContainer .productBlock{
    margin-bottom: 20px;
}
.kategoriaContainer.selected{
    display: flex;
}
.ketBanner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.newProducts{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
}
.newProducts .kiemelt{
    width: 22.5%;
    margin-right: 30px;
}
.newProducts .tobbi{
    flex: 1;
    max-width: 100%;
}
.flex{
    display: flex;
}
.spaceBetween{
    justify-content: space-between;
}
.flex1{
    flex: 1;
}
.wrap{
    flex-wrap: wrap;
}
.label.special{
    top: 0;
    line-height: 40px;
    border-radius: 0;
    font-weight: 600;
}
.label.special:after{
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    border: 35px solid transparent;
    border-top: 13px solid #ff5353;
    z-index: 9;
}
.athuzott{
    text-decoration: line-through;
    padding-right: 10px;
    color: #b6b6b6;
}
.tovabbGomb{
    color: #65c178;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: underline; 
}
#toTop{
    position: fixed;
    right: 30px;
    bottom: 20px;
    background-color: rgba(0,0,0,.5);
    border-radius: 3px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    transition: background-color 300ms;
    cursor: pointer;
}
#toTop i{
    font-size: 16px;
    color: #fff;
}
#toTop:hover{
    background-color: rgba(0,0,0,.8);
}
.menuFirstContainer .kategoriaMenu{
    height: 50px;
    overflow: hidden;
    justify-content: flex-start;
}
.menuFirstContainer .kategoriaMenu:hover, .menuFirstContainer .kategoriaMenu.open{
    overflow: visible;
}
.contentContainer .pageTitle{
    color: #65c178;
}
.spacer {
    width: 22.5%;
}
.product1List .productBlock{
    margin-bottom: 3%;
}
.shareContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    padding: 10px 0;
}
.contentContainer .pager{
    justify-content: flex-start;
    background: initial;
}
.contentContainer .pager a{
    background: #616161;
    border-radius: 2px;
}
.contentContainer .pager a.active{
    background: #65c178;
}
.contentContainer .pager a.active:hover{
    color: #fff;
}
.contentContainer .pager a:hover {
    background: #2F2E2E;
    color:  #fff;
}
.productContainer{
    display: flex;
    width: 100%;
}
.productImages{
    width: 400px;
    margin-right: 50px;
}
.productDetails{
    flex: 1;
}
.prodDataRow{
    display: flex;
}
.productViewDataVal a, .prodDataRow a{
    color: #65c178;
}
.content.page, .viewPage.orderCart, .viewPage.orderForm{
    margin-top: 30px;
}
.productViewDataVal{
    margin-left: 5px;
}
.priceVal{
    font-size: 1.5em;
    color: #3c3c3c;
    font-weight: bold;
}
.productImagesSlick img{
    max-width: 100%;
}
.numberAndButton, .cartMennyiEsSzamol{
    display: flex;
    width: 200px;
}
.cartMennyiEsSzamol{
    width: 170px;
    margin: 0 auto 5px auto;
}
.numberAndButton input[type=number], .cartMennyi{
    flex: 1;
    border: 1px solid #eee;
    border-right: 0;
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 15px
}
.subKosarba, .cartSzamol{
    border-radius: 0;
    font-size: 14px;
    line-height: 40px;
    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;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
input.cartSzamol{
    width: auto;
}
.subKosarba i{
    color: #fff;
    margin-right: 10px;
}
.productImageViewContainer{
    position: relative;
    margin-bottom: 15px;
}
.galleryContainer img {
    -webkit-filter: brightness(95%);
    filter: brightness(90%);
    transition: filter 300ms;
    margin-left: auto;
    margin-right: auto;
    border-radius: 2px;
    width: 110px;
    cursor: pointer;
}
.galleryContainer img:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(110%);
}
.galleryContainer .slick-list {
    padding: 0 !important;
    position: relative;
}
.galleryContainer .slick-track{
    min-width: 100%;
}
.galleryContainer .slick-slide{
    width: 126px !important;
}
.productZoomIcon{
    display: none;
}
.productZoomIcon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    /*border: 1px solid #eee;*/
    border-radius: 3px;
    background-color: rgba(0,0,0,.5);
    transition: background-color 200ms;
    cursor: pointer;
    z-index: 5;
}
.productZoomIcon i{
    color: #fff;
}

.prodcatContainer{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.prodcatContainer .catElem{
    width: 30%;
    margin-bottom: 2%;
}
.prodcatContainer .catElem img{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
}
.catElemPlaceholder{
    width: 30%;
}
.catElem h3 a{
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: color 200ms;
}
.catElem h3 a:hover {
    color: #65c178;
}
.cartTableContainer{
    width: 100%;
}
.removeFromCartContainer{
    text-align: center;
}

.removeFromCartContainer a:hover{
    color: #cd2f2f;
    transition: color 300ms;
}
.cartActions{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.cartActions input, .cartActions a{
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    background-color: #3c3c3c;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
    transition: background-color 300ms;
    border-radius: 3px;
    width: 220px;
    margin-left: 10px;
    box-sizing: border-box;
    text-align: center;
    height: 40px;
}
.cartActions input:hover, .cartActions a:hover{
    background-color: #2F2E2E;
}
.cartActions a.cartMegvasarolom{
    background-color: #84CD93;
}
.cartActions a.cartMegvasarolom:hover{
    background-color: #65c178;
}
.cartActions input.cartDelButton:hover{
    background-color: #cd2f2f;
}
.orderCart .termek .cont{
    display: flex;
    align-items: center;
}
.orderCart .termek .cont img{
    margin-right: 20px;
}
.recomendedProdDiv{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fieldset_pls{
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    color: #616161;
    padding-bottom: 8px;
    font-weight: bold;
}
form[name=orderForm]{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
form[name=orderForm]>div{
    width: 33%;
}
form[name=orderForm] .info{
    width: 100%;
    margin-bottom: 20px;
}
form[name=orderForm] .errMsg{
    color: #cd2f2f;
}
form[name=orderForm] input[type=text], form[name=orderForm] input[type=number], form[name=orderForm] select, form[name=orderForm] textarea{
    min-height: 45px;
    line-height: 45px;
    border: 1px solid #777;
    padding: 0 12px;
    width: 90% !important;
    box-sizing: border-box;
    border-radius: 3px;
}

form[name=orderForm] .address.nowrite {
	position: relative;
}
form[name=orderForm] .address.nowrite:before {
    content: '';
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#orderZip,
#orderTZip{
    width: 80px !important;
}
.kategoriaMenu .kat a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
    display: block;
}
.kisLilaGomb, form .faksubmit, a.cartMegrendeles{
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    background-color: #65c178;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
    transition: background-color 300ms;
    border-radius: 3px;
    width: 220px;
    margin-left: 10px;
    box-sizing: border-box;
    text-align: center;
    height: 40px;
    display: inline-block;
}
.checkItem h3.checkHeader{
    color: #65c178;
    margin-top: 10px;
}
.cartTableHeader p{
    color: #65c178 !important;
}
.cikk img{
    max-width: 100%;
}
.cikk{
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
}
.cikk .cikkImg{
    margin: 20px auto;
}
.cikk2oszlop{
    display: flex;
}
.cikk2oszlop .actualCikk{
    flex: 3;
    max-width: 70%;
}
.cikk2oszlop .kapcsolodo{
    flex: 1;
    margin-left: 25px;
    margin-top: 79px;
}
.cikk2oszlop .kapcsolodo .connectedNews{
    flex-direction: column;
}
.cikk2oszlop .connectedNews article{
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.productSearchContainer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productSearchContainer .productBlock{
    margin-bottom: 2%;
}
.productSearchContainer .placeholder{
    width: 22.5%;
}
.showInSitu{
    cursor: pointer;
}
footer .showInSitu{
    color: #fff;
}
.catmenuAndContent{
    display: flex;
    justify-content: space-between;
}
.fixmenu{
    width: 270px;
    margin-right: 30px;
}
.mainContantContainer{
    width: calc(100% - 300px);
}
.fixmenu .kat{
    height: auto;
}
.fixmenu .kat a{
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 99%;
    display: block;
}
/*
.fixmenu .kat .subcats{
    position: static;
    visibility: visible;
    display: none;
    opacity: 1;
    left: 0;
    border-left: 0;
    border-right: 0;
}
.fixmenu .kat .subcat{
    border-left: 0;
    border-right: 0;
}
.fixmenu .kat .subcat:last-of-type{
    border-bottom: 0;
}
.fixmenu .kat:hover{
    background-color: initial;
}
.fixmenu .kat:hover>a{
    color: #616161;
}
.fixmenu .kat.hasSub:after{
    transform: rotateZ(-90deg);
}
.fixmenu .kat.hasSub:hover:after{
    transform: rotateZ(0deg);
    color: #616161;
}*/

.newsListPage{
    padding-top: 50px;
}
.newsListPage .news{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.newsListPage .news article{
    width: 49%;
    margin-bottom: 20px;
}
.newsListPage .news article img{
    max-width: 100%;
}
.newsListPage .news article .title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    transition: color 200ms;
    margin: 15px 0 5px 0;
}
.newsListPage .date {
    color: #65c178;
    font-weight: bold;
    margin-bottom: 10px;
}
.priceSavTable{
    margin-top: 20px;
    border: 1px solid #eee;
    border-radius: 3px;
    width: 75%;
    padding: 6px;
}
.priceSavTable td{
    padding: 3px;
}
.navbar{
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: default;
}
.navbar a.linkelt{
    cursor: pointer;
}
.navbar a.linkelt:hover{
    color: #84CD93;
}
.topEmail {
    font-weight: 600;
    color: blue;
    text-decoration: underline;
    font-size: 19px;    
}
.topEmail a {
    font-weight: 600;
    color: blue;
    text-decoration: underline;
    font-size: 19px;    
}
#psid{
    border: 1px solid;
    padding: 5px 10px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.kiemeltElemek .productBlock,
.popularProducts .productBlock{
    width: 32%;
}
.subpage.fixmenu{
    margin-top: 100px;
}
.numberAndButton{
    position: relative;
}
.numberAndButton:after{
    content: 'Hozzáadva ✓';
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #84CD93;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    overflow: hidden;
    transition: height 300ms;
}
.numberAndButton.addingToCart:after{
    height: 100%;
}
.productBlock .kosarbaOverlay{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background-color: #84CD93;
    font-weight: bold;
    font-size: 1.2em;
    overflow: hidden;
    z-index: 9;
}
.kosarbaOverlay > div{
    color: #fff;
}
.jsBackLink{
    text-transform: uppercase;
    font-weight: bold;
}
.jsBackLink:hover{
    color: #84CD93;
}
@media screen and (max-width:800px){
    .fixmenu{
        display: none
    }
    .mainContantContainer{
        width: 100%;
    }
}

@media screen and (max-width:720px){
    .kat .subcat{
        display: none !important;
    }
}


/* LAYER */
.hide {
    display:none !important;
}
.popupLayer {
    position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;
    z-index: 9999;background-color: rgba(0, 0, 0, 0.5);display: block;
}
.popupLayer .popupLayerContent {
    /*width: 400px;*/
    /*margin: auto;*/
    /*margin-top: 100px;*/
    position: relative;
    z-index: 10000000;
}
.popupLayer .popupLayerContent img{ 
    width: 100%;
}
.popupLayer .popupLayerContent .promosLinks{
    position: relative;
    font-size:14px;
    float:left;
    width:55%;
}
.popupLayer .popupLayerContent .promosLinks .layerString{ 
    text-align:justify;
            padding:5px;
    max-width: 100%;
    margin-top:-100px;
    overflow:hidden;
    max-height:90px;
        }
.popupLayer .popupLayerContent .promoCont {
    position: relative;
    float:right;
    width:35%;
    margin-top:-100px;
    margin-right: -3px;
    height: 50px;   

}
.popupLayer .popupLayerContent .promoCont .promoButton a{
    background-color:;
    color:;
    border-radius: 5px 0px 0px 5px; 
    -webkit-border-radius: 5px 0px 0px 5px; 
    -moz-border-radius: 5px 0px 0px 5px; 
    text-align: center;
    margin:auto;
    display: block;
    font-size:16px;
    font-weight:bold;
    padding-top:10px;
    padding-bottom:10px;
}
.youtubeSubLayerCont{
    display:flex;
}
.youtubeSubLayerCont .youtubeSubLayerInner{position:relative; margin:auto; bottom:90px;}
/*.popupLayer .popupLayerContent img{margin-top:65px;}*/

            .popupLayer .popupLayerContent .promoCont {
        height:70px;
        width:90px;
    }
    #popupLayerClose {
    background-image: url('/templates/layer/layerClose.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2147483647;
    cursor: pointer;
}
    @media only screen and (max-width: 620px) {
        .popupLayer{
            padding-top: 30px;
        }
        #popupLayerClose{
            left: 100% !important;
        }
    .popupLayer .popupLayerContent,.popupLayer .popupLayerContent img {
        max-width:500px;
    }
    .layerClose {
        margin-left:0px;
        position:relative;
        margin-right:0px;
    }
}
@media only screen and (max-width: 520px) {
    .popupLayer .popupLayerContent,.popupLayer .popupLayerContent img {
        max-width:400px;
    }
    .popupLayer .popupLayerContent .promoCont {
        height:70px;
        width:90px;
    }
    .popupLayer {
        word-break: break-all;
    }
}
@media only screen and (max-width: 420px) {
    .popupLayer .popupLayerContent {
        width: 80%;
        max-width: 80%;
        left: 10% !important;
    }
    .popupLayer .popupLayerContent img {
        width: 100%;
        max-width: 100%;
        position: static;
    }
    .popupLayer .popupLayerContent img{margin-left:0px;}
    .layerClose{position:fixed; top:43.47826086956522vw; left:86.95652173913044vw; z-index:999999999;}
}
.adminLayers img{
    width: 150px;
}
/* LAYER */



.deliveries-line {
    display: flex;
    justify-content: space-between;
}
.delivery-member {
    width: 45%;
    border: 1px solid #CCC;
    padding: 5px 1%;
}
.delivery-member.active {
    border: 1px solid #65c178;
    background: #65c17840;
    font-weight: bold;
}
.delivery-member button.button.btn {
    background: #3c3c3c;
    color: #FFF;
    padding: 5px 15px;
    margin: 10px 0;
}
.delivery-member div, .delivery-member div a {
    font-size: 21px;
}
