.swiper-slide-kategoria-container {
    position:absolute;
    top:0px;
    width:100%;
    height:120px;
}
.swiper-slide-image-container{
    width:120px;
    height:120px;
    margin-left:auto;
    margin-right:auto;
}
.swiper-slide-kategoria-text {
    width:100%;
    position:absolute;
    font-weight:bold;
    bottom:0px;
    padding:3px;
    background:white;
    opacity:0.9;
}
.swiper-container {
  width: 100%;
  height: 127px;
}

.swiper-slide {
  text-align: center;
  font-size: 14px;
  background: white;
  border:2px solid lightgray;
  border-bottom:4px solid #85be3d;
  
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next, .swiper-button-prev{
    color: #85be3d !important;
    z-index:10000000000000000 !important;
}
/* A konfigurátor lépéseinek dobozai*/
.step
{
margin-bottom:100px;
width:100%;
border:3px solid lightgray;
padding:10px;
box-shadow: 2px 2px 3px #888888;
}

.kalkulator-lepesek h1{
    color: #479fc8 !important;
    margin-bottom:0px;
}
.kalkulator-lepesek a {
    font-size: 0.8em;    
}
.kalkulator-lepesek .box {
    display:table;
    background:white;
    border:2px solid lightgray;
    width:100%;
    margin-bottom:5px;
    width:100%;
}
.kalkulator-lepesek .box a{
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}
.kalkulator-lepesek .box-active {
    display:table;
    background:lightgray;
    border:2px solid lightgray;
    width:100%;
}
.kalkulator-lepesek .box-active a,.kalkulator-lepesek .box-active h1 {
    font-weight: bold;
}

.kalkulator-lepesek .lepes-szam,.kalkulator-lepesek .lepes-nev {
    vertical-align: middle;
    display:inline-block;
    
}


/* A rádió gombok CSS */

/*
ul li{
  color: gray;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 60px;
	
}

ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: block;
  position: relative;
  
  font-size: 1em;
  padding: 22px 30px 30px 57px;
  margin: 8px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul li:hover label{
	color: #479fc8;
}

ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #b5b5b5;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
	z-index: 10;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

ul li:hover .check {
  border: 5px solid #479fc8;
}

ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 2px;
	left: 2px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 5px solid #479fc8;
  background:lightgray;
}

input[type=radio]:checked ~ .check::before{
  background: #479fc8;
}

input[type=radio]:checked ~ label{
  color: #479fc8;
  background:lightgray;
}



 */

@keyframes click-wave {
  0% {
	height: 40px;
	width: 40px;
	opacity: 0.35;
	position: relative;
  }
  100% {
	height: 200px;
	width: 200px;
	margin-left: -80px;
	margin-top: -80px;
	opacity: 0;
  }
}

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 13.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 40px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 10;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #32b140;
}
.option-input:checked::before {
  height: 40px;
  width: 40px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 40px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 9;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}

label {
  display: block;
  line-height: 40px;
}



.merettablazat .option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 10;
}
.merettablazat .option-input:hover {
  background: #9faab7;
}
.merettablazat .option-input:checked {
  background: #32b140;
}
.merettablazat .option-input:checked::before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 26.66667px;
  text-align: center;
  line-height: 20px;
}
.merettablazat .option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 9;
}
.merettablazat .option-input.radio {
  border-radius: 50%;
}
.merettablazat .option-input.radio::after {
  border-radius: 50%;
}

.merettablazat label {
  display: block;
  line-height: 20px;
}





.merettablazat
{
padding:5px;
border-spacing: 5px;
border-collapse: separate;	
	
}

.merettablazat td
{

padding:2px;
white-space: normal;
text-align: center;
vertical-align: middle;
font-size:0.7em;
color:white;	
}

.merettablazat .fejlec
{
font-weight: bold;
border:1px solid lightgray;
font-size:1em;
color:black;
}

.merettablazat .active{
	background:white;
	border:1px solid lightgray;
	color:black;
	
	opacity:1;
}

.merettablazat .active:hover{
	background:#32b140;
}

.w55
{
width:55px;
}
.w66
{
width:66px;
}
.w78
{
width:78px;
}
.w94
{
width:94px;
}
.w114
{
width:114px;
}
.w134
{
width:134px;
}

.h78
{
height:78px;
}
.h98
{
height:98px;
}
.h118
{
height:118px;
}
.h140
{
height:140px;
}
.h160
{
height:160px;
}

.disabled
{
/*opacity:0.4;*/
text-decoration: line-through;
}

.checked
{
background:#32b140 !important;
}

.pointer:hover{
	
	cursor:pointer;
	
}

.leiras,.meretkod_leiras,.szin_leiras,.uvegezes_leiras,.vezerles_leiras,.nyitasi_mod_leiras
{
	font-size:0.8em;
	color:gray;
	margin-left:20px;
	
}

.termek{
padding:10px;
border:2px solid lightgray;
margin-bottom:40px;
background:white;
opacity:0.95;


}

.rejtett
{
opacity:0;
z-index:-10000;
}

.media-body
{
line-height: 0.9em;
}

.kosar-tartalma
{
width:100%;
/*border:1px solid gray;*/
font-size:0.8em;
padding:5px;
display:none;
margin-top:-5px;
margin-bottom: 80px !important;
background:white;
box-shadow: 2px 2px 3px #888888;
margin-bottom:10px;
/*border-top: 40px solid red;
border-left: 30px solid red;
border-bottom: 30px solid red;
margin-top:-45px;
*/
}

.btn-kosar
{
margin-bottom:5px;
}

.h-50{
    height:50px;
}
.h-60{
    height:60px;
}


.step:hover{
	opacity: 1!important;
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	
	.product-box{
		background:lightyellow;padding:10px;border:3px solid lightgray;
	}
						
}


@media (min-width: 768px) and (max-width: 991px) {
	
	.product-box{
		background:lightyellow;padding:10px;border:3px solid lightgray;
	}
					
						
						
}


@media (min-width: 992px) and (max-width: 1200px) {
	.step-box{
		background:#e4dfdf;padding:5px;margin-bottom:20px;border:3px solid lightgray;
	}
	.step-box p{
		margin-bottom:5px;
	}
	
	.product-box{
		background:lightyellow;padding:10px;border:3px solid lightgray;
	}
	
}


@media (min-width: 1200px){
	.termeklistazo{
        max-height:700px;
        overflow-y:auto;
        background:white;
        padding:50px;
        box-shadow: 2px 2px 3px #888888;
    }
	.step-box{
		background:#e4dfdf;padding:5px;margin-bottom:20px;border:3px solid lightgray;
	}
	
	.step-box p{
		margin-bottom:15px;
	}
	.product-box{
		background:lightyellow;padding:10px;border:3px solid lightgray;
	}
	
						
}










