@font-face {
  font-family: 'Playfair';
  src: url('PlayfairDisplay-Regular.ttf')  format('truetype');
}
html{scroll-behavior: smooth;}
body{font-family: Playfair,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;font-size:14px;margin: 0;background: rgb(150 174 176);background-image: radial-gradient(circle, rgba(150,174,176,1) 0%, rgba(107,135,138,1) 76%);background-attachment: fixed;}
::selection {
    background: #2f777d;
    color: white;
}
::-moz-selection {
    background: #2f777d;
    color: white;
}
small {
    font-size: 0.8rem;
    font-weight: normal;
    margin-bottom: 20px;
    position: relative;
    display: block;
    color: #5a5a5a;
    font-style: italic;
    padding: 0;
    line-height: 1em;
}
.pointer{cursor:help;}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #96AEB0;
    color:white;
    z-index: 20;
    -webkit-animation: none !important;
    -webkit-animation-delay: unset;
    animation: none !important;
    animation-delay: unset;
    background-size: initial;
    background-image: url(RolatokSzol_Logo_feher.png), radial-gradient(circle, rgba(150,174,176,1) 0%, rgba(107,135,138,1) 76%);
    background-size: 600px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 40%;
    background-size: 600px auto, 100% auto;
    opacity:1;
    visibility:visible;
    transition: all .1s, opacity .4s, visibility 0s .5s ease-out;
    -webkit-transition: all .1s, opacity .4s, visibility 0s .5s ease-out;
}
.loaderloaded {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: all .1s, opacity .4s ease-out;
    -webkit-transition: all .1s, opacity .4s ease-out;
}


@-webkit-keyframes bgmove {
    0% {background-color: #fff;}
    25% {background-color: #b8d5d8;opacity:1;}
    50% {background-color: #31737a;}
    75% {background-color: #b8d5d8;opacity:1;}
    110% {background-color: #fff;}
}
@keyframes bgmove {
    0% {background-color: #fff;}
    25% {background-color: #b8d5d8;opacity:1;}
    50% {background-color: #31737a;}
    75% {background-color: #b8d5d8;opacity:1;}
    110% {background-color: #fff;}
}


#loader .span{position: relative;float: left;top: 60%;left: 50%;transform: translate(-50%, -50%);font-size:2em;color:#fff;text-shadow: 2px 2px 5px #768f92;
    font-weight:bold;text-align:center;
    -webkit-animation: textmove 5s infinite;
    -webkit-animation-delay: 0s;
    animation: textmove 5s infinite;
    animation-delay: 0s;
}
@-webkit-keyframes textmove {
    0% {color: #fff;}
    50% {color: #518e94;}
    100% {color: #fff;}
}
@keyframes textmove {
    0% {color: #fff;}
    50% {color: #518e94;}
    100% {color: #fff;}
}


form {border: 0px solid #f1f1f1;}
input {outline: 0;border: 1px solid #96aeb0;border-radius: 3px;border-right-width: 5px;transition: .1s ease-out; -webkit-transition: .1s ease-out;}
input[type=text], input[type=password] {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    color: #444343;
    overflow: visible;
    padding: 10px 20px;
    outline: 0;
    border: 1px solid #96aeb0;
    border-radius: 3px;
    border-right-width: 5px;
    box-sizing: border-box;
    font-size: 1.1rem;
}
input[type="number"]{width:50px;padding: 10px 0 10px 15px;margin-right: 10px;color:#444343;overflow:visible;}

input:hover {
    border-color: #2f777d;
}
input:focus {
    width: 60px;
    margin-right: 0px;
    border-color: #2f777d;
}
.textareadiv {
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 70%,rgb(0 0 0 / 26%) 100%);
    background-color: #a2b9bb;
    border-radius: 15px;
    padding: 50px 20px 50px 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
}
#messagearea {
    width: 600px;
    height: 150px;
    padding: 10px 20px;
    outline: 0;
    color: black; 
    border: 2px solid #fff;
    border-radius: 15px;
    box-sizing: border-box;
    font-size: 1rem;
    font-weight: normal;
    max-width: 100%;
    margin: auto;
    display: block;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 37%);
    transition: .1s ease-out;
}


#messagearea:focus{border-color:#267eae;}

#messagearea:focus, #messagearea:hover {
    border-color: #2f777d;
}

#cartform {
    user-select: none;
    -webkit-user-select: none;
}
.floatcart {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.respodiv {
    width: 50%;
    min-width: 330px;
	max-width: 600px;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
	flex: 1 1 auto;
}

button {background-color: #d1b48c;color: white;padding: 14px 20px;margin: 8px 0;border: none;cursor: pointer;width: 100%;font-size:1.2em;opacity: 0.8;}
button:hover {opacity: 1;}
#save{display:block;background-color: #6b6b6b;color: white;padding: 14px 20px;margin: 8px 0;border: none;cursor: pointer;width:45%;font-size:1.2em;opacity: 0.8;}
#save:hover{opacity: 1;}
#adbutton{display:block;background-color: #2F777D;color: white;font-weight:bold;padding: 14px 20px;margin: 8px 0;border: none;cursor: pointer;width:45%;font-size:1.2em;opacity: 0.8;
    -webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.5);
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.5);
    transition: .1s;}
    .csomagbutton {
        text-decoration: none;
        width: 100% !important;
        text-align: center;
        margin: 0 0 40px 0 !important;
        padding: 10px 0 !important;
        border-top-right-radius: 10px;
        box-shadow: unset !important;
        -webkit-box-shadow: unset !important;
        -moz-box-shadow: unset !important;
    }
#adbutton:hover{opacity: 1;transform: scale(1.01);}
#orderbutton{display: block;min-width: 250px;background-color: #267eae;color: white;padding: 14px 20px;margin: 8px auto;border: none;cursor: pointer;width: 45%;font-size:1.2em;opacity: 0.8;}
#cartform #orderbutton {margin-top: 20px;}
#orderbutton:hover {opacity: 1;background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%);}
#orderbutton:disabled{
    background-color: #afafaf;
    cursor: default;
}
#orderbutton:disabled:hover {
    cursor: not-allowed;
    background-image: none;
}
#orderbutton:disabled:hover #retusform:after {
    content: "Válassz képet!";
    font-style: normal;
    font-weight: bold;
    position: absolute;
    color: black;
    display: block;
    width: 100px;
    height: 100px;
    background: yellow;
    z-index: 2;
}
#cartbutton{
    display:none;
}
.cartp{
	color:white;background-color:#2F777D;text-align:center;padding: 10px 2px;border-radius: 5px;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%);
	-webkit-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.5);
}
.alertdiv {
    color: white;
    background: red;
    text-align: center;
    padding: 10px 2px;
    border-radius: 5px;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%);
}
.topinfo {
    background-color: #96AEB0;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%) !important;
    border-top-right-radius: 10px;
    margin-top: 0;
    border: 0 !important;
    padding: 10px 0 !important;
    font-size: 1rem;
    width: 100% !important;
}
#save:disabled{
    background-color: transparent;
    cursor:default;
}
.savediv{
	text-align:center;
	display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	background: #f9050538;
    z-index: 17;
    border-top: 1px solid grey;
    transform: translate3d(0,0,0);
}
#csomagdiv{
	text-align:center;
	display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	background: #96AEB0;
    z-index: 10;
    border-top: 1px solid lightgrey;
}
#csomagdiv #orderbutton{
    opacity:1;
}
.savediv #save{
	opacity:1;
	display: initial;
}
.savediv #save:disabled{
	display: none;
}
.imagebutton{
    background-color: #96AEB0;
    color: white;
    padding: 2px;
    border: none;cursor: pointer;
    height:120px;font-size:1.2em;
    opacity: 0.9;text-align: center;
    vertical-align: middle;
    background-image: radial-gradient(circle at 50% 0%,rgb(0 0 0 / 0)50%,rgb(0 0 0 / 26%) 100%);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .2s ease-out;
    -webkit-transition: .2s ease-out;
}

.ESimagebutton, .Simagebutton{
    background: transparent;
    color: white;
    padding: 2px;
    width: 100%;
    /*margin: 8px 0;*/
    border: none;cursor: pointer;
    height:100%;font-size:1.2em;
    opacity: 0.9;text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.imagebutton:hover {opacity: 1;}
.imagebutton img {border-radius: 10px;}

#cartfill{box-sizing: border-box;background-color: #2F777D;color: white;padding: 14px 20px;margin: 8px 0;border: none;cursor: pointer;width: 100%;font-size:1.2em;opacity: 0.8;border-bottom-left-radius: 20px;border-top-right-radius: 20px;transition: .1s;}
#cartfill:hover {opacity: 1;transform: scale(1.01);background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%);}


.cancelbtn {width: auto;padding: 10px 18px;background-color: #f44336;}
.imgcontainer {text-align: center;margin: 24px 0 12px 0;}
img.avatar {width: 40%;border-radius: 50%;}
.basecontainer {padding: 16px;}
span.psw {float: right;padding-top: 16px;}

#OKmessage{position:fixed;top:0;left:0;width:100%;padding:30px 0; background:#267eae;color:white;text-align:center;z-index:18;opacity: 0.9;font-size:1.3em;} 
#NOKmessage{position:fixed;top:0;left:0;width:100%;padding:30px 0; background:#c92d2d;color:white;text-align:center;z-index:18;opacity: 0.9;font-size:1.3em;}


#head{
    position:relative;
    margin:auto;
    padding:0 0 40px 0;
    height:250px;
    /*background: url(header_back.png) repeat-x;*/
	background:#96AEB0;
}
#head_middle{
    position:relative;
    margin:auto;
    width:900px;
    height:100%;
}
.headbottom{
    background: #a1b5b7;
    width: 100%;
    height: 40px;
    -webkit-box-shadow: 0px -4px 5px 0px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0px -4px 5px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 29%);
    z-index: 1;
}
#mobile_menu{
    display:none;
}
.logo{
    position:relative;
    float:left;
    width:100%;
    margin-top:40px;
    text-align: center;
}
.logo img{
    /*filter: brightness(0%);*/
    width: 600px;
}
.logotext_top{
    float:left;
    font-size:60px;
    font-weight:bold;
    width:580px;
    margin-top:40px;
    margin-left:20px;
    font-family:Playfair,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 0.5);
    color:white;
}
.logotext_top img{
	filter: brightness(0%);
	margin-left:5px;
}
.logotext_bottom{
    float:left;
    font-size:36px;
    font-style:italic;
    font-weight:normal;
    width:580px;
    margin-left:20px;
}

#master {
    position: relative;
    display: flex;
    align-items: stretch;
    margin: auto;
    width: 1250px;
    max-width: calc(100% - 20px);
    height: auto;
    min-height: 700px;
}

#left_column{
    position:relative;
    float:left;
    width:180px;
    max-width:180px;
    padding:10px;
    margin-top:20px;
    min-height:500px;
    background: white;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -10px 0px 10px -14px black;
    -webkit-box-shadow: -10px 0px 10px -14px black;
    -moz-box-shadow: -10px 0px 10px -14px black;
}

#middle_column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    align-content: flex-start;
    background: #fff;
    float: left;
    width: 1250px;
    max-width: calc(100% - 220px);
    padding: 10px;
    margin-top: 20px;
    min-height: 500px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    user-select: none;
    -webkit-user-select: none;
    gap: 15px;
    box-shadow: 10px 0px 10px -14px black;
    -webkit-box-shadow: 10px 0px 10px -14px black;
    -moz-box-shadow: 10px 0px 10px -14px black;
}

#onecolumn{
    position:relative;
    float:left;
    padding:0;
    margin-top:20px;
    min-height:500px;
    background: white;
    width: calc(100% - 200px);
    text-align: center;
    /*max-width: calc(100% - 200px);*/
}
.slider img{
    /*margin:15px;
    height: 95%;
    width:95%;
    border-radius:5px;    
    position: absolute;*/
}

.slider img.show{
    display: block;
    /*left: 0px;*/
    -webkit-transition:all 1.0s ease-in-out;
    -moz-transition:all 1.0s ease-in-out;
    -o-transition:all 1.0s ease-in-out;
    transition:all 1.0s ease-in-out;
    
}

.slider img.hide{
    /*left: -1000px;*/
    display: none;
    -webkit-transition:all 1.0s ease-in-out;
    -moz-transition:all 1.0s ease-in-out;
    -o-transition:all 1.0s ease-in-out;
    transition:all 1.0s ease-in-out;
}

.cikktorzs {
    display: inline-block;
    vertical-align:top;
    padding:10px 10px;
    margin:0;
    border: none;
    border-radius: 10px;
    background-color: #96aeb0;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%);
    overflow:hidden;
    cursor:pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 37%);
    transition: .1s ease-in;
    -webkit-transition: .1s ease-in;
}

.cikktorzs:hover {
    transform: scale(1.01);
    background-color: #acd5d9;
    border: none;
    padding-top: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 35%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 35%);
}
.cikktorzs.csoport {
    background-color: #548c91;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%);
}
.cikktorzs.csoport:hover {
    background-color: #5da7ad;
}

.cikktorzs a{
    text-decoration:none;
    color:black;
}
.cikktorzs_egycikk{
    float:left;
    padding:5px;
    margin:5px;
    background:white;
}

.cikktorzskep {
    display: block;
    height: 190px;
    width: 170px;
    max-height: 190px;
    max-width: 170px;
    vertical-align: middle;
    text-align: center;
    color: #178092;
    font-weight: bold;
}

.cikktorzskep_egycikk {
    width:38%;
    float:left;
    padding: 0;
    background: unset;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transition: .2s cubic-bezier(0, 0.37, 0.55, 0.55);
    border-radius: 10px;
}

.cikktorzskep_egycikk:hover {
    transform: scale(1.03);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: none;
}
.cikktorzskep_egycikk img {
    margin-bottom: -5px;
    cursor: zoom-in;
    width: 100%;
    border-radius: 10px;
    margin: 0;
    box-shadow: 1px 3px 10px -3px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 3px 10px -3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 3px 10px -3px rgb(0 0 0 / 75%);
    -o-box-shadow: 1px 3px 10px -3px rgb(0 0 0 / 75%);
    -ms-box-shadow: 1px 3px 10px -3px rgb(0 0 0 / 75%);
}

.cikktorzskep img {
    object-fit: cover;
    width: calc(100% + 22px);
    height: 100%;
    margin-left: -10px;
    margin-top: -10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
/*
.cikktorzskep_egycikk img {
    object-fit: cover;
    margin-bottom: -5px;
    cursor: zoom-in;
    width: 100%;
    height: 100%;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 10px;
    margin: 0;
    box-shadow: 1px 3px 10px -3px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 1px 3px 10px -3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 1px 3px 10px -3px rgb(0 0 0 / 75%);
    -o-box-shadow: 1px 3px 10px -3px rgb(0 0 0 / 75%);
    -ms-box-shadow: 1px 3px 10px -3px rgb(0 0 0 / 75%);
}*/




.cikktorzskep a{
    text-decoration:none;
}

.cikktorzstext {
    text-align:center;
    max-width: 170px;
    margin:auto;
    color: white;
    text-shadow: 1px 1px 2px #585858;
    -webkit-font-smoothing: antialiased;
}

.cikktorzstext_egycikk{
    float: right;
    margin-left: 0;
    width: 60%;
    text-align:left;
}
.egycikk_focim{
    font-size: 22px;
    font-weight:bold;
    margin: 0;
}
.egycikk_leiras{
    font-size: 16px;
}
.egycikk_meretek{
    padding-left:5px;
    font-size: 16px;
    width: 60%;
    float: right;
}
#merettabla {
    border-spacing: 0;
    width: 100%;
}
#merettabla tr:nth-of-type(odd) {
    background: #f5f5f5;
}
#merettabla td{
    padding: 10px 5px;
}
#merettabla td:first-child {
    width: 60%;
    text-align: left !important;
}
#modalbg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(imageloader.svg);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 16;
    opacity: 0;
    visibility: hidden;
    transition: .1s ease-out;
    -webkit-transition: .1s ease-out;
}
#modal {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 17;
    cursor: zoom-out;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition: .1s ease-out;
}
.showmodal{
    opacity: 1 !important;
    transform: scale(1) !important;
    visibility: visible !important;
    transition: .3s ease-out !important;
}
.showmodalbg{
    opacity: 0.7 !important;
    visibility: visible !important;
    transition: .3s ease-out !important;
}
#teljeskep {
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    cursor: default;
}
#modalclose {
    position: fixed;
    top: 1%;
    right: 1%;
    width: auto;
    text-align: center;
    padding: 20px;
    background: rgb(255 255 255 / 6%);
    border-radius: 10px;
    color: white !important;
    cursor: pointer;
    z-index: 17;
    border: none;
    font-size: 18px;
    left: auto;
    height: fit-content;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: .1s ease;
    -webkit-transition: .1s ease;
}

#modalclose:hover{
    background: rgb(255 255 255 / 15%);
}


.selmodalbg{
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    height:100%;
    background: black;
    z-index:16;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .1s ease-out;
    -webkit-transition: .1s ease-out;
}

.selmodal {
    position: fixed;
    display:flex;
    top: 0;
    left:0px;
    width: 100%;
    height:100%;
    text-align:center;
    z-index:17;
    overflow-y: auto;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-content: center;
	overscroll-behavior: contain;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    transition: .1s ease-out;
}

.selmodalclose{
    position:absolute;
    display:none;
    right:5px;
    top:5px;
    padding:10px 20px;
    background:#444242;
    color:white;
    cursor:pointer;
    z-index:11;
}

#footer{
    position:relative;
    float:left;
    width:100%;
    padding:10px 0;
    text-align:center;
    font-size:14px;
    text-decoration:none;
    color:white;
}
#kosarmin{
    position:relative;
    width: 100%;
	box-sizing: border-box;
    padding:10px;
    background:white;
    border:none;
    font-size:16px;
}

.kosarmincikk{
    margin:0 0 20px 0;
    padding:5px;
    background:#88bfc326;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-spacing: 0;
    box-shadow: 0px 5px 10px -10px black;
    -webkit-box-shadow: 0px 5px 10px -10px black;
    -moz-box-shadow: 0px 5px 10px -10px black;
    -o-box-shadow: 0px 5px 10px -10px black;
    -ms-box-shadow: 0px 5px 10px -10px black;
}
.kosarmincikk:hover {
    box-shadow: 0px 5px 15px -8px black;
    -webkit-box-shadow: 0px 5px 15px -8px black;
    -moz-box-shadow: 0px 5px 15px -8px black;
    -o-box-shadow: 0px 5px 15px -8px black;
    -ms-box-shadow: 0px 5px 15px -8px black;
}
.kosarmincikk tr:nth-child(6n-5), .kosarmincikk tr:nth-child(6n-4), .kosarmincikk tr:nth-child(6n-3) {
    border-top: 1px solid #ebeaea;
	/*word-break: keep-all;
    white-space: nowrap;*/
}
.kosarmincikk tr:nth-child(3n+3) {
    line-height: 2em;
    border-bottom: 2px solid #62898c;
    vertical-align: top;
}
.kosarmincikk tr:nth-child(3n+3) td:not(.cartimage) {
    border-bottom: 2px solid #44abb5;
	text-align:right;
}
.kosarmincikk tr:nth-child(even){
	background: unset;
}
.csomagmincikk .c1 p {
    margin: 5px 0;
}
.csomagmincikk{
    margin:0 0 20px 0;
    padding:5px;
    background:#88bfc391;
}
#kosarmin img {
    object-fit: cover;
    width: calc(100% + 3px);
    max-width: calc(100% + 3px);
    min-height: 150px;
    border-top-left-radius: 20px;
    margin-top: -2px;
    margin-left: -2px;
    transition: .3s ease-out;
    cursor: cell;
}

#kosarmin td {
    border-bottom: 0;
    width: inherit;
    border-bottom: 1px solid white;
    min-width: fit-content;
    margin: 0px 5px;
    vertical-align: middle;
}

#kosarmin tr:nth-child(even) {
    background: #88bfc326;
}
#kosarmin .valutatd, #kosarmin .deletetd{
    width:30px;
    text-align:left;
}
#kosarmin .deletetd{
    vertical-align:middle;
}
.deletediv {
    text-align: center;
    cursor: pointer;
    transition: .2s;
    font-weight: bold;
    padding: 2px 12px;
    float: right;
    line-height: 2em;
    text-decoration: none !important;
    background: #a6c7c9;
    position: relative;
    margin-left: 5px;
    width: auto;
}



.deletetd a{
    text-decoration:none;
    color:white;
}
.deletediv:hover{
    background:red;
    color: white;
}

#kosarmin .cartimage {
    width: 25%;
    min-width: 130px;
    vertical-align: top;
    background-color: #7fb1b5;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 20px;
    color: white;
    overflow: hidden;
    cursor: default;
    transition: .1s ease-in;
    -webkit-transition: .1s ease-in;
}
.cartimage a{
    text-decoration:none;
}
.cartimage img{
    border:1px solid transparent;
}
.cartimage img:hover{
    border:1px solid #6b6b6b;
}
#kosarmin td:not(.cartimage) {
    padding: 5px 5px;
}
#kosarmin input[type="number"]{
    padding:4px;
}
#kosarmin table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
    overflow: hidden;
    margin: 0;
    height: auto;
    color: #266064;
    border-radius: 20px;
    transition: .2s ease;
}
.maintitle{
    text-align:center;
    font-size:27px;
    font-weight:bold;
    font-family:Playfair,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    position: absolute;
    top: -88px;
    width:100%;
    color: white;
    z-index:2;
    line-height: initial;
}

.messagetitle {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: center;
    margin: 40px 0 -40px;
}

.serial {
    width: 100%;
    border-top: 1px solid #96aeb0;
    padding: 15px 0;
    font-size: 1.3em;
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
}
.undertitle {
    text-align: center;
    font-weight: bold;
    font-family: Playfair,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    margin-top: 0;
    font-size: 2rem;
    color: #2F777D;
    background: white;
    padding: 0;
    margin:0;
}


.menu{
    margin-top: 0;
    position:sticky;
    top:10px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #88bfc347;
    font-size: 20px;
  }
  li{
    border-bottom: 1px solid #fff;
  }
  
  li a {
    display: block;
    color: #006068;
    padding: 8px 16px;
    text-decoration: none;
    border:0;
    transition: .1s;
  }
  
  li a:hover, li a:active {
    background-color: #96aeb0;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%);
    color: white;
    transform: scale(1.05);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
  }

.noorder a:hover {
    background-color: #c70000;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%);
}

.menu ul:first-child, .menu ul:first-child>li>a {
    border-top-left-radius: 10px;
    -webkit-font-smoothing: antialiased;
}
.menu ul:last-child, .menu ul:last-child>li>a {
    border-bottom-left-radius: 10px;
}
.menu ul {
    width: 100%;
    margin: auto;
    border-radius: 0px;
}

#fejlec_tabla {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 1;
    min-height: 50px;
    margin-bottom: 4px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-collapse: separate!important;
}

#kosarmin .c1{
    vertical-align:top;
}
#kosarmin .c2 a{
    text-decoration: none;
    color: white;
}
#kosarmin .c2 a:hover{
    text-decoration: underline;
}
#kosarmin .c5{
    text-align: center;
}
.kosarmincikk .c5{
    text-align: right;
}
#kosarmin .c6{
    text-align: right;
}
.c1{ width:18% !important; }
.c2{ width:40% !important;
    text-align: center;
    font-weight: bold;
    vertical-align: top!important;
    background: #cfdedf;
 }

.c3{ width:auto !important; }
.c5{ width:100px !important; }
.deletetd{ width:5% !important; }

.kosarmincikk .c6, .csomagmincikk .c6, .csomagmincikk td:nth-of-type(6).valutatd, .csomagmincikk td:nth-of-type(7).valutatd {
    padding: 5px 15px 5px 0 !important;
    font-weight: bold;
    color: #44abb5;
    font-size: 1.3rem;
	width: auto !important;
	word-break: keep-all;
    white-space: nowrap;
}

#fejlec_tabla .c1 {vertical-align: middle;}
.csomagmincikk .c1 {
    margin: 0!important;
    padding: 0!important;
    background-color: #7fb1b5;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,rgb(0 0 0 / 26%) 100%);
    vertical-align: middle !important;
    min-width: 120px !important;
    margin: 0!important;
    padding: 2px 0!important;
    color: white;
}
#minikosar{
    font-size:14px;
}
.cikkdel{
    position: relative;
    color: white;
    text-align: center;
    margin-left: 0px;
    padding: 2px;
    cursor: pointer;
    background: #222626;
    margin: -10px -1px 0 -1px;
    transition: .1s ease;
    -webkit-transition: .1s ease;
}
.csomagmincikk .cikkdel {
    margin-bottom: 10px;
}
.cikkdel:hover{
    background: red;
}
.cikkmodify{
    position: relative;
    background: rgb(85, 100, 89);
    color: white;
    text-align: center;
    margin-top: 0;
    margin-left: 0px;
    padding: 2px;
    cursor: pointer;
}
.cikkmodify:hover{
    background: green;
}
.tavtarto{
    width:100%;
    height:40px;
}
.tavtarto1{
    width:100%;
    height:40px;
}
.tavtr{
    background: #fff !important;
    height: 5px;
}
.tavtr td {
    padding: 0 !important;
}
.total_amount {
    text-align: right;
    padding: 10px;
    font-size: 1.1em;
    background: #88bfc352;
    font-weight: bold;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 50%,#7eb0b46b 100%);
    border-radius: 5px;
    border-bottom: 1px solid white;
}
.total_amount:first-of-type {
    border-top-right-radius: 20px !important;
}
.total_amount:last-of-type {
    border-bottom-right-radius: 20px !important;
}
.lapozo {
    background: #2F777D;
    background-image: linear-gradient(0deg, #5e888b, #72aaaf, #5e888b);
    padding: 3px 15px;
    display: inline-block;
    text-decoration: none;
    color: white;
    margin: 0 20px;
    transition: .1s ease-out;
}
.lapozo:hover {
    transform: scale(1.1);
    padding: 0 20px;
    margin: 3px 15px;
}
.lapozo.end{
    background: none !important;
    color: #8d9fa1;
    cursor: default;
    pointer-events: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

.outbg{
    position:absolute;
    display:table;
    margin:auto;
    padding:0;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#96AEB0;
    text-align:center;
    color:white;
    background-image: radial-gradient(circle, rgba(150,174,176,1) 0%, rgba(107,135,138,1) 76%);
    background-attachment: fixed;
}
.outtext{
    display: table-cell;
    vertical-align: middle;
    font-size:2em;
    font-style:italic;
    padding:20px !important;
}
.other_products {
    padding: 0 0 1px 0;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    display: table;
    width: 100%;
    margin: 20px 0;
}
#onecolumn input[type="radio"] label {
    border:1px solid white;
}
#onecolumn input[type="radio"]:checked+label {
    border-color:green;
}

#csomagform {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px;
    padding-bottom: 50px;
}
#csomagform p:first-of-type {
    width: 100% !important;
    text-align: center;
    font-size: 1rem;
}



.labelchecked{
    border:2px dashed green !important;
    background:white;
    transform:scale(1.02);
}
.labelcheckedsec{
    background:#37a5d7 !important;
}

#csomagkep{
    width: 43%;
    text-align: center;
}
#csomagkep {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    border-radius: 20px;
    background: #deedee;
    border: 0;
    width: 43%;
    text-align: center;
    box-shadow: 1px 1px 6px -4px black;
    -webkit-box-shadow: 1px 1px 6px -4px black;
    -moz-box-shadow: 1px 1px 6px -4px black;
    -o-box-shadow: 1px 1px 6px -4px black;
    -ms-box-shadow: 1px 1px 6px -4px black;
    padding: 20px;
    margin: 0;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0)50%,rgb(182 209 211) 100%);
}
#csomagkep font{
    width:100%;
}

.labeldiv img {
    width: calc(100% + 16px);
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-left: -9px;                /*/*/
    margin-top: -9px;               /*/*/
    border: 1px solid #90a6a8;   /*/*/
}                                /*/*//*~(~/(~/(~/(~/  .lAbeLdiV img.  /~)/~)/~)*/
.labeldiv {                     /*~°~(~/(~/(~/(~/  .lAbeLdiV.  /~)/~)/~)/~)~°~*/
    border: none;               /*\*//*~(~/(~/(~/(~/  .lAbeLdiV:hover.  /~)/~)/~)*/
    margin: 10px;                /*\*/
    padding: 10px;                /*\*/
    max-width: 100%;               /*\*/
    width: 250px;
    height: calc(100% - 20px);
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 3px -3px rgba(0,0,0,0.75);
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 0%,rgb(0 0 0 / 26%) 100%);
    background-color: #96aeb0;
    color: white;
    border-radius: 15px;
    overflow: hidden;
    font-size: 1rem;
    transition: .1s ease-out;
    -webkit-transition: .1s ease-out;
}
.labeldiv:hover{
    -webkit-box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.75);
    transform:scale(1.02);
    background-color: #52858b;
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 0%,rgb(0 0 0 / 26%) 100%);
    padding-top: 10px;
}
#csomagform .labeldiv img {
    height: auto;
}

.labelchecked, .labelchecked:hover {
    background-image: radial-gradient(circle,rgb(0 0 0 / 0) 0%,rgb(0 0 0 / 26%) 100%);
    background-color: #54c570;
    border:0 !important;
    -webkit-box-shadow: 0px 5px 10px -3px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 5px 10px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 10px -3px rgb(0 0 0 / 75%);
}


#retuskep {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    color: white;
    width: 100%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.2rem;
    gap: 10px;
}
#ESretuskep {
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    color: white;
    width: 100%;
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    font-size: 1.2rem;
    gap: 10px;
}
#retuskep .cikktorzs, #ESretuskep .cikktorzs {
    cursor: default;
}
#retuskep .cikktorzskep img, #ESretuskep .cikktorzskep img {
    cursor: zoom-in;
    transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
}

.csomag_focim{
    font-size: 22px;
    font-weight:bold;
    margin: 0;
    text-align:center;
}

.csomagkepek{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.EScsomagkepek, .Scsomagkepek{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.csomagkepekdiv{
    width: 31%;
    margin: 10px;
    cursor: pointer;
    max-width: 400px;
    display: inline-block;
    flex: auto 1 0;
}
.csomagkepekdiv img{
    border: 0;
    transition: .1s ease-out;
    -webkit-transition: .1s ease-out;
}
.csomagkepekdiv img:hover{
    border-color:grey;
    transform: scale(1.01);
}

.cskdiva{
    width:380px;
    height:380px;
    margin:10px;
    border:1px solid lightgrey;
}
.cskdiv{
    width: 340px;
    height: 340px;
    padding: 20px;
    display: inline-block;
    margin: 10px;
}
.cskdiv img{
    object-fit: cover;
    width:100%;
    height:100%;
    cursor:pointer;
}
.imginput{
    position: absolute;
    margin-left: -50px;
    margin-top: 33px;
}
.select{
    padding: 5px;
}
.csomagmincikk{
    background: #deeee7;
    border-collapse: collapse;
    border: 2px solid grey;
    box-shadow: 0 0 15px -10px black, 0px 0px 50px -10px #52dee7 inset;
    -webkit-box-shadow: 0 0 15px -10px black, 0px 0px 50px -10px #52dee7 inset;
    -moz-box-shadow: 0 0 15px -10px black, 0px 0px 50px -10px #52dee7 inset;
    -o-box-shadow: 0 0 15px -10px black, 0px 0px 50px -10px #52dee7 inset;
    -ms-box-shadow: 0 0 15px -10px black, 0px 0px 50px -10px #52dee7 inset;
}
.csomagmincikk a {
    text-decoration: none;
    width: 200px;
    display: block;
    margin: auto;
}
.csomagmincikk img {
    border-radius: 0 !important;
    cursor: default !important;
    margin-left: 0 !important;
}
.csomagmincikk tr:last-of-type img:last-of-type {
    border-bottom-left-radius: 20px !important;
}
#kosarmin tr:nth-child(even) {
    background: none;
}
.csomagmincikk tr:nth-child(even) {
    background: #88bfc326;
}
.csomagmincikk tr:first-of-type td:first-of-type p {
    font-size: 1.5rem!important;
    line-height: 1.5em;
}
#kosarmin tr:nth-child(1) td.c2 a {
    border-top-right-radius: 15px;
}
.csomagmincikk .c2{
    vertical-align: middle!important;
}
.csomagmincikk.hide tr:nth-of-type(1), .csomagmincikk.hide tr:nth-of-type(2) {
    display: table-row;
}
.csomagmincikk.hide tr {
    display: none;
}

#menugomb{
    display:none;
}
.imagebuttonparent{
    padding:10px;
    float: left;
    width:170px;
}
.image_td{
    width:100px;height:100px;vertical-align:top;
}
#menuclose {
    display:none;
    position: absolute;
    right: 0;
    margin: 0;
    width: 100px;
    padding: 10px 10px;
    border: none;
    background: #7c9193;
    text-align: center;
    cursor: pointer;
    color: white;
    font-weight: bold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.kepkeret{
    padding:10px;
    float: initial;
    width: 130px;
    display: inline-block;
    height: auto;
    flex: 0 1 auto;
}

.ESkepkeret, .Skepkeret{
    padding: 10px 10px 30px 10px;
    float: left;
    width: 130px;
    display: inline-block;
    height: 130px;
}

 .container {
    display: table-cell;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left:0;
  }
  
.checkmark, .EScheckmark {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #5197be;
    -webkit-animation: mymove 5s infinite;
    -webkit-animation-delay: 2s;
    animation: mymove 5s infinite;
    animation-delay: 2s;
}
@-webkit-keyframes mymove {
    0% {border-color: #5197be;}
    25% {border-color: #bebc51;}
    50% {border-color: #be5151;}
    75% {border-color: #bebc51;}
    100% {border-color: #5197be;}
  }
  
  @keyframes mymove {
    0% {border-color: #5197be;}
    25% {border-color: #bebc51;}
    50% {border-color: #be5151;}
    75% {border-color: #bebc51;}
    100% {border-color: #5197be;}
  }
  
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .container:hover input ~ .EScheckmark {
    background-color: #ccc;
  }
  
  .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  .container input:checked ~ .EScheckmark {
    background-color: #2196F3;
  }
  
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .EScheckmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  .container input:checked ~ .EScheckmark:after {
    display: block;
  }
  
  .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  } 
  .container .EScheckmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  } 
#payselect{
    padding: 10px 20px;
    outline: 0;
    cursor: pointer;
    margin-left: 10px;
    font-size: 1em;
    border: 1px solid lightgray;
}
.paydata {
    display: block;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    max-height: 0px;
    overflow: hidden;
    transition: .6s .1s ease-in-out;
    -webkit-transition: .6s .1s ease-in-out;
	padding:0 15px;
}
#paydata p {
    text-align: center !important;
}
.paybottom {
    display: flex;
    align-items: center;
    flex-direction: column;
    max-width: 600px;
    border-bottom: 1px solid lightgray;
    border-top: 1px solid lightgray;
    display: block;
    width: 100%;
    border-radius: 20px;
    margin: 10px auto;
    padding: 0 15px 20px 15px;
    box-sizing: border-box;
    font-weight: bold;
}

.payinput{
    width: 400px !important;
    margin: 10px 0 !important;
    max-width: 100%;
    outline: 0;
}
.showmodal{
    opacity: 1 !important;
    visibility: visible !important;
}
.showmodalbg{
    opacity: 0.7 !important;
    visibility: visible !important;
}
.button-cover:before {
    counter-increment: button-counter;
    content: counter(button-counter);
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
  }
  
  .button {
    position: relative;
    width: 300px;
    height: 42px;
    border: 1px solid lightgray;
    overflow: hidden;
  }
  
  .button.r,
  .button.r .layer {
    border-radius: 100px;
  }
  
  .button.b2 {
    border-radius: 10px;
    margin:auto;
  }


/* M O B I L E   V I E W S*/

.sajat_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    background: #a6c7c9;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    flex: 1 1 auto;
    width: auto;
    float: none;
    margin: 0;
    background-image: radial-gradient(circle at 100%,rgb(0 0 0 / 0) 60%,rgb(0 0 0 / 26%) 100%);
    transition: .2s ease-in;
}
.sajat_counter:hover {
    background-color: #8bbabd;
}
.csoport_counter {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    background: #96aeb0;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    cursor: pointer;
    flex: 1 1 auto;
    width: auto;
    float: none;
    margin: 0;
    background-image: radial-gradient(circle at 0%,rgb(0 0 0 / 0) 60%,rgb(0 0 0 / 26%) 100%);
    transition: .2s ease-in;
}
.csoport_counter:hover {
    background-color: #658f93;
}



.topretusinfo {
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 1rem;
    margin: 10px 0 !important;
    border: 0 !important;
    border-top: 2px dashed #444 !important;
    background: none !important;
    width: 100% !important;
    border-radius: 20px;
}
.stickycounter {
    position: sticky;
    top: 10px;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
    margin: 10px;
    box-shadow: 0px 8px 10px -10px black;
    -webkit-box-shadow: 0px 8px 10px -10px black;
    -moz-box-shadow: 0px 8px 10px -10px black;
    -o-box-shadow: 0px 8px 10px -10px black;
    -ms-box-shadow: 0px 8px 10px -10px black;
}
#Xspan {
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    background: #cf2e2e;
    padding: 0 2.5%;
    height: 100%;
    font-weight: bold;
    font-size: 1.5rem;
}
#ESspan, #Sspan {
    background: gray;
    padding: 0 5px 5px 5px;
    border-radius: 5px;
}
#retusform {
    width: 100%;
    padding: 10px;
    color: #444444;
    box-sizing: border-box;
    font-size: 1rem;
    text-align: center;
    border: 0;
    margin: 0;
    float: none;
}
#EStavtarto{
    border-bottom: 2px dashed #444 !important;
    border-radius: 20px;
}
.cikktorzs input[type=button] {
    padding: 10px 20px;
    margin: 0 20px;
    font-size: 1.2rem;
    background: white;
    border: 0;
    cursor:pointer;
    outline: 0;
    transition: .2s ease-out;
}
.cikktorzs.aktiv {
    background-color: #54c570 !important;
}
.cikktorzs input[type=button]:focus {
    width: auto;
}
.cikktorzs.aktiv input[type=button] {
    background: #ffffff2e;
    color: white;
}
#retuskep .cikktorzs span {
    display: block;
    margin-bottom: 5px;
}
#ESretuskep .cikktorzs div {
    min-height: 30px;
}
.checkboxx {
    position: relative;
    width: 100% !important;
    height: 100%;
    padding: 0;
    margin: 0 !important;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
  }
  .checkbox, .EScheckbox {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
      left: 0;
  }.knobs {
    z-index: 2;
  }
  
  .layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.1s ease all;
    z-index: 1;
  }
  
  #paybutton .knobs:before,
  #paybutton .knobs:after,
  #paybutton .knobs span {
    position: absolute;
    top: 4px;
    width: 135px;
    height: 15px;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 10px;
    transition: 0.1s ease all;
  }
  
  #paybutton .knobs:before {
    content: "";
    left: 4px;
    background-color: #7fb1b5;
  }
  
  #paybutton .knobs:after {
    content: "ÁTUTALÁS";
    right: 4px;
    color: #4e4e4e;
  }
  
  #paybutton .knobs span {
    display: inline-block;
    left: 4px;
    color: #fff;
    z-index: 1;
  }
  
  #paybutton .checkboxx:checked + .knobs span {
    color: #4e4e4e;
  }
  
  #paybutton .checkboxx:checked + .knobs:before {
    left: 150px;
    background-color: #2F777D;
  }
  
  #paybutton .checkboxx:checked + .knobs:after {
    color: #fff;
  }
  
  #paybutton .checkboxx:checked ~ .layer {
    background-color: #7fb1b5;
  }

@media screen and (max-width: 920px){
    .respodiv{
        width:100%;
    }
}

@media screen and (max-width: 900px) {
    .kepkeret{
        width: 22%;
    }
    .ESkepkeret, .Skepkeret{
        padding:2%;
        padding-bottom: 30px;
        float: left;
        width: 46%;
        display: inline-block;
        height: auto;
    }
    #left_column{
		display:block;
        top:auto;
        height: 100%;
        position:fixed;
        left:0;
        padding:0;
        margin:0;
        width:100%;
        max-width:initial;
        background: rgb(1 45 50 / 54%);
		visibility: hidden;
	    opacity: 0;
	    border-radius: 0;
		z-index: 15;
   		transition: .2s .1s ease-out;
    }

	.hidemenu{
		visibility: visible;
		margin-top: 0px !important;
        opacity: 1 !important;
		transition: all .3s .1s, opacity .3s .2s ease-out !important;
        -webkit-transition: all .3s .1s, opacity .3s .2s ease-out !important;
	}
	.hideleftcol{
		visibility: visible !important;
	    opacity: 1 !important;
        transition: .2s ease-out !important;
        -webkit-transition: .2s ease-out !important;
	}
    #middle_column {
        width: 100%;
        border-radius: unset!important;
        padding:0;
        padding-top: 20px;
        margin-top: 0;
        text-align:center;
        max-width:100%;
    }

    #head{
        height:auto;
		padding:0;
		z-index:16;
    }
    #head_middle{
        width:100%;
        text-align: center;
        padding: 20px 0;
    }
    #head_middle img{
        width:90%;
    }
    .logotext_top{
        float:none;
        width:45vw;
        padding-top:0;
        font-size: 2.5em;
        display: inline-table;
		vertical-align: top;
		margin-left:0;
    }
    .logotext_bottom{
        float:none;
        width:100%;
        font-size: 1.7em;
        margin-left:0;
    }
    #master{
        width:auto;
        max-width: initial;
    }
    .logo{
		float:none;
		display: inline-table;
		margin:0;
    }
	.logo img{
		width:45vw;
	}
	.logotext_top img{
	  	width:45vw;
	}
    .maintitle{
        position: initial;
        margin-top: -10px;
        font-size:30px;
        text-shadow:3px 3px 0px rgb(215, 215, 215);
        color:#96AEB0;
    }
    .maintitle.sticky{
        position: sticky;
        top: 0;
        background: white;
        margin-top: 0;
        font-size: 1.4rem;
        padding: 10px 0;
        border-bottom: 1px solid #a1b5b7;
        text-shadow: none !important;
    }
    .cikktorzskep {
        height: 190px;
        width: 170px;
        max-height: 190px;
        max-width: 170px;
    }
    .cikktorzstext{
        font-size:14px;

    }
    .menu {
        top: 0;
	    overflow-y: auto;
	    text-align: center;
	    padding: 20px 0 40px;
	    background: white;
	    margin-top: -100vh;
	    z-index: 14;
	    position: absolute;
	    width: 100%;
        opacity: 0;
        transition: .1s ease-out;
        -webkit-transition: .1s ease-out;
	}
    .menu ul {
        width: 95%;
        margin: auto;
        border-radius: 10px;
    }


    li a:hover, li a:active{
        transform:none;
    }
    #mobile_menu{
        display:inline-block;
        background: #2194a8;
        width:100%;
    }
    .menu_logo{
        position:relative;
        float:left;
        width:150px;
        height:150px;
    }
    .menu_logo img{
        width:150px;
    }
    .menu_logotext_top{
        float:left;
        font-size:2em;
        font-weight:bold;
        width:auto;
        padding-top:0;
        margin-left:10px;
        font-family:Playfair,Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
        text-shadow: 0.075em 0.08em 0.1em rgba(0, 0, 0, 0.5);
        color:white;
		display: inline-block;
    	width: 100%;
    }
    .menu_logotext_bottom{
        float:left;
        font-size:1.7em;
        font-style:italic;
        font-weight:normal;
        width:auto;
        margin-left:10px;
    }

    #menugomb {
        display: block;
        position: absolute;
        right: 0;
        margin: 0;
        width: 100px;
        padding: 10px 10px;
        border: 0;
        background: #2F777D;
        text-align: center;
        cursor: pointer;
        color: white;
        font-weight: bold;
    }

    
    #menugomb:hover, #menugomb:active{
        -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: inset  0px 0px 5px 0px rgba(0,0,0,0.3);
    }

    li a:hover {
        color: white;
        -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
        box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.3);
      }
      #menuclose {
        position: absolute;
        right: 0;
        margin: 0;
        width: 100px;
        padding: 10px 10px;
        border: none;
        background: #7c9193;
        text-align: center;
        cursor: pointer;
        color: white;
        font-weight: bold;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

      .cikktorzskep_egycikk{
        width: 100%;
        margin-left:0;
		padding:0;
      }
      .cikktorzskep_egycikk img{
        border-radius: unset !important;
        box-shadow: none!important;
        -webkit-box-shadow: none!important;
        -moz-box-shadow: none!important;
        -o-box-shadow: none!important;
        -ms-box-shadow: none!important;
    }

      .cikktorzstext_egycikk {
        margin: 2.5%;
        margin-left: 0;
        width: 95%;
        padding: 10px;
        box-sizing: border-box;
        float:left;
    }
      .egycikk_meretek{
          float:left;
          padding:0;
          width: 95% !important;
		  margin: 2.5%;
      }
      .cikktorzs_egycikk{
          padding:0;
          margin:0;
      }
      .labeldiv img{
        width: 100%;
        height: 100%;
      }
      #save{
          padding:14px 0px;
      }
      #adbutton{
        padding:14px 0px;
      }
      #csomagkep{
          margin:0;
          padding:0;
        margin-bottom: 50px;
        border:0;
        border-top: 1px solid lightgray;
        background: rgba(204, 204, 204, 0.5);
        display: inline-block;
        text-align: center;
        width:100%;
      }
      #retuskep{
        margin:0;
        padding:0;
      margin-bottom: 50px;
      border:0;
      display: inline-block;
      text-align: center;
      width:100%;
    }
    #ESretuskep{
        margin:0;
        padding:0;
      margin-bottom: 50px;
      border:0;
      display: inline-block;
      text-align: center;
      width:100%;
    }
      .imagebuttonparent{
        width:100%;
        height:100%;
        padding:7px;
      }

      .kepkeret{
        padding: 3%;
        display: inline-block;
        /*height: 100%;*/
      }
      .csomagkepekdiv{
          width: 46%;
          margin:2%;
      }
      .selmodalbg{
          opacity:1;
      }
      .kosarmincikk input[type="number"] {
        width: 40px;
        padding: 5px !important;
        margin-right: 0;
    }
      .kosarmincikk{
          font-size:12px;
      }
      #fejlec_tabla{
          font-size:12px !important;
      }
      .csomagmincikk .egycikk_focim{
        font-size:18px;
      }
      .csomagmincikk{
        font-size:12px;
      }
      .csomagmincikk .c1{
        width:18%;
      }
      .csomagmincikk .c2{  
        width: 40% !important;
        max-width: 40% !important;
      }
      .image_td{
        width:100px;height:100px;vertical-align:top;
        width: 25% !important;
      }
	  .csomagmincikk .cikkdel{
	  	padding: 10px 2px;
	  }
	  .cikkmodify{
	  	padding: 10px 2px;
	  }
	  #onecolumn{
	  	width:100%;
        padding: 25px 0;
      }
	  .tavtarto1{
	  	display:none;
	  }
	  .backli{
	  	display:none;
      }
      .cikktorzskep_egycikk{
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
      }
      .cikktorzskep_egycikk:hover{
          border:0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        transform:none;
    }
    #cartbutton{
        display:initial;
    }
    #cartbutton img{
        filter: invert(100%);
    }
    #cartbutton p{
        color:white !important;
    }
    #retusform .cikktorzskep {
        width: initial;
        height: initial;
        max-width: initial;
        max-height: initial;
    }
    .topinfo {
        border-top-right-radius: 0 !important;
    }
    #kosarmin .cartimage{
		height:100px;
	}
    .cikktorzs:hover {
        -webkit-box-shadow: inherit;
        -moz-box-shadow: inherit;
        box-shadow: inherit;
        transform: none;
        background-color: #96aeb0;
        border: none;
    }
    #retuskep .cikktorzs, #ESretuskep .cikktorzs {
        margin: 20px 0;
        border-radius: 0;
        width: 100%;
        box-sizing: border-box;
    }
    .cikktorzskep img, .cikktorzskep_egycikk img{
        border-radius:0;
    }
    #ESretuskep, #retuskep {
        margin: 0 -10px;
        width: calc(100% + 20px);
    }
    #retuskep .cikktorzskep img.aktiv, #ESretuskep .cikktorzskep img.aktiv {
        transform: scale(0.95);
    }
    #messagearea {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-radius: 5px;
    }
    .textareadiv {
        margin: 0 -10px;
        border-radius: 0;
        padding: 50px 5px;
    }
    #csomagform {
        gap:20px;
    }
    #loader{
		background-size: 80% auto, 100% auto;
	}
    .undertitle {
        font-size: 1.6rem;
    }
}
/* MAX WIDTH 900 VÉGE */
@media screen and (max-width: 600px) {
	.ESkepkeret, .Skepkeret{
        padding:2%;
        padding-bottom: 30px;
	    float: left;
	    width: 96%;
	    display: inline-block;
		height: auto;
	}
    #kosarmin .cartimage {
        height: 70px;
    }
    .labeldiv {
        width: calc(100% - 40px) !important;
        font-size: 1.2em;
    }
    .kepkeret{
        width:33%;
    }
    .kosarmincikk input[type="number"]{
        width: 30px;
    }
}
@media screen and (max-width: 500px) {
    .labeldiv {
        width: calc(100% - 40px);
        font-size: 1.5em;
    }
    #kosarmin .cartimage{
		height:70px;
	}
}
@media screen and (max-width: 400px) {
    .kepkeret{
        width: 44%;
    }
    .cikktorzskep {
        height: 300px;
        width: 300px;
        max-height: 300px;
        max-width: 300px;
    }
    .kepkeret{
        width:44%;
    }
}
@media screen and (max-width: 300px){
    .kepkeret{
        width:80%;
    }
}