
.termek-inner {
    overflow: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
	position: relative;
	padding:0px;
	padding-bottom:37px;
}

.termek:hover .termeknev a{
	/*color: #FDF3E7;*/
}

.termek:hover .darabszam,
.termek:hover .akciosar,
.termek:hover .webshopar,
.termek:hover .alapar{
	/*color: #FDF3E7;*/
}

.kosarba,
.termek-top,
.termekbottom{
	z-index: 10;
}

.alkategoriak{
	float: left;
}
.kategoriacim {
	float: left;
	margin-right: 20px;
}


.kategoriacim h1{
	display:inline-block;
	float: left;
}

.alkategoriak .kategoria{
	padding: 5px;
	color: #ffffff;
	background-color: #525252;
	border-radius: 0;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font: normal normal normal 12px/12px Roboto;

}
.alkategoriak .alkat{
	float: left;
	overflow: hidden;
		height: 34px;
    padding-top: 10px;
}


.alkategoriak .cats{
	float: right;
	width: 87%;
}
.alkategoriak .catlist{
	float: left;
	width: 13%;
}

.alkategoriak .fl{
	display: inline-block;
	height: 34px;
	background-color: #e9ebee !important;
    border: 1px solid #dddfe2 !important;
    color: #4b4f56 !important;
	padding-top: 10px;
	width: 100%;

	text-align: center;
}
.alkategoriak .kategoria:hover{
	color: #ffffff;
	background-color: #ffc10e;
}

.webaruhaz .fejlec{
text-align: center;
}

.webaruhaz .fejlec h1{
	margin-bottom: 60px;
}

.webaruhaz .rendezes{
	padding: 0px;
}

.webaruhaz .rendezeslabel{
	font-size: 12px;
	height: 100%;

}

.webaruhaz .rendezeslabel p{
		padding-top: 10px;
		padding-left: 10px;
}

.webaruhaz .termekkep{
	position: relative;
}

.webaruhaz .pager{
	    border-top: 0;
		background-color: #ffc10e;
		position: relative;
		margin-top: 30px;
		margin-bottom: 30px;
}

.pager li{
	color: #525252;
}

.webaruhaz .pagination>li:first-child>a, .webaruhaz .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
	font-weight: bold;
}
.webaruhaz .pagination>li:last-child>a, .webaruhaz .pagination>li:last-child>span {
	font-weight: bold;
}

.webaruhaz .pager .disabled>a, .webaruhaz .pager .disabled>a:hover, .webaruhaz .pager .disabled>a:focus, .webaruhaz .pager .disabled>span {
    color: #FDF3E7;
    background-color: #ffc10e;
}

.akciobanner{
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 0, 0, 0.5);
	color: #fff;
	width: 100%;
	padding: 5px;
	font-size: 14px;
}

.hianybanner{
	position: absolute;
	bottom: 0;
	background-color: rgba(66, 103, 178, 0.5);
	color: #fff;
	width: 100%;
	padding: 5px;
	font-size: 14px;
}

.pagercont{
	position: relative;
	width: 100%; 
	margin: 0 auto; 
	text-align: center;
}

.pagination>li>a, .pagination>li>span {
    color: #ffffff;
    border: 0;
}

.pagination>li>a:hover {
    color: #ffffff;
	text-decoration: none;
    border-left: 1px solid #dddfe2;
    border-right: 1px solid #dddfe2;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 10px 14px;
    background-color: #f6f7f9;
	border: 0;
	color: #ffffff;
    border-left: 1px solid #dddfe2;
    border-right: 1px solid #dddfe2;
    border-radius: 0px;
}

.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
    color: #ffffff;
    background-color: #ffc10e;
    cursor: not-allowed;
}

.pagination>.active>a, .pagination>li>span {
    background-color: #ffc10e !important;
}

.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #dddfe2;
}

.pager{
	margin: 0;
}


.termek-container{
	/*margin-top: 10px;*/
}


.webaruhaz .pagination{
margin: 0;
}
	


.icon-kosar{
display: inline-block;
background: url('../kepek/ikonok/kosar.png') no-repeat;
width: 24px;
height: 24px; 
cursor: pointer;
}

.kosarbagr{
	margin-top: 20px;
}

.kosarba{ 
	margin-top: 15px;
	/*width: 100%;*/
}

.kosarba a:hover{
	text-decoration: none;
	color: #f0f0f0; 
}

.kosarba:hover .icon-kosar{
	background-position: 100% 0%; 
}

.icon-plus,
.icon-minus{
	cursor: pointer;
	color: #FDF3E7;
	font-weight: bold;
	background-color: transparent;
	/*border: 1px solid #ffffff;
	outline: 4px solid #ffc10e;*/
	color: #339999;
	border-radius: 0;
	position: relative;
	margin: 0 auto;
	padding: 2px 8px;
	    font-size: 20px;
    line-height: 21px;
    font-family: 'Roboto';
}

.kosarba .darab-group{
	margin-top: 10px;
}

.icon-plus:hover, 
.icon-plus:focus, 
.icon-plus:active, 
.icon-plus.active, 
.open .dropdown-toggle.icon-plus {
    color: #525252;
    /*background-color: #525252;
    border-color: #fff;
	outline: 4px solid #525252;*/
}

.icon-minus:hover, 
.icon-minus:focus, 
.icon-minus:active, 
.icon-minus.active, 
.open .dropdown-toggle.icon-minus {
    color: #525252;
    /*background-color: #525252;
    border-color: #fff;
	outline: 4px solid #525252;*/
}

/*
.icon-minus{
display: inline-block;
background: url('../kepek/ikonok/bal.png') no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}

.icon-minushundred{
display: inline-block;
background: url('../kepek/ikonok/bal_dupla.png') no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}

.icon-plushundred{
display: inline-block;
background: url('../kepek/ikonok/jobb_dupla.png') no-repeat;
width: 24px;
height: 24px;
cursor: pointer;
}

.icon-plus{
display: inline-block;
background: url('../kepek/ikonok/jobb.png') no-repeat;
width: 24px;
height: 24px;
curso*/r: pointer;
}

.icon-plus:hover,
.icon-minushundred:hover,
.icon-plushundred:hover,
.icon-cart:hover,
.icon-minus:hover{
background-position: 100% 0%; 
}

.breadcrumbs{
margin-bottom: 7px;
}

.littlepadding{
  padding-left: 0px;
  padding-right: 10px;
  margin-bottom: 15px;
}

.webaruhaz .alapar{

}

.strike{
text-decoration: line-through;
	font-weight: 400;
}

.webaruhaz hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.webaruhaz .termek{
	border: 1px solid #3D322C;
	/*border-right: 0;*/
border-bottom: 1px solid #3D322C;
		padding-top:15px;
		/*padding-bottom:15px;*/
/*background-color: #fafafa;*/
text-align: left;
overflow: hidden;
margin-left: 10px;
    margin-right: 10px;
/*margin-left: -1px;*/
}

/*.webaruhaz .termek:nth-child(2) {
  border-right: 1px solid #3D322C;
  background-color: red;
}*/

/*.webaruhaz .carousel-col:nth-child(4) .termek{
	border: 1px solid #3D322C;
}*/

.webaruhaz .termek:hover{
/*background-color: #ffffff;*/
}

.webaruhaz .termeknev{
margin-top: 32px;
margin-left: 12px;
margin-right: 12px;
text-align: center;
z-index: 1;
}


.webaruhaz .termeknev a{
color: #000000;
}

.webaruhaz .termeknev a:hover{
text-decoration: none;
/*color: #FDF3E7;*/
}

.webaruhaz .termekbottom{
	margin-top: 12px;
	text-align: center;
}

.webaruhaz .webshopar{
color: #3D322C;
text-align: center;
font: normal normal normal 24px/32px Roboto;
letter-spacing: 0px;
color: #3D322C;
opacity: 1;
height: 23px;
}

.webaruhaz .webshopar.strike{
text-align: center;
text-decoration: line-through;
font: normal normal normal 16px/16px Roboto;
letter-spacing: 0px;
color: #DC0022;
opacity: 1;
margin-right: 12px;
}

.webaruhaz .webshopar .nemar{
text-decoration: line-through;
color: #333333;
font-size: 12px;
}

.webaruhaz .webshopar .aktar{
color: #333333;
font-size: 12px;
}

.webaruhaz .webshopar .ar{
color: #ef839a;
font-size: 12px;
}

.webaruhaz .webshoparakcio{
margin-top: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
margin-bottom: 10px;
font-size: 14px;
color: #4b4f56;
}

.webaruhaz .akciosar{
color: #000000;
text-align: center;
font: normal normal normal 24px/32px Roboto;
letter-spacing: 0px;
opacity: 1;
}

.webaruhaz .webshoparakcio strike{
font-size: 12px;
color: #333333;
font-weight: normal;
}


.plus{

}

.darab-group{
width: 100%;
text-align: center;
}

.dba{
height: 29px;
}

.db_tarolo{
width: 100px;
display: inline-block;
margin:0 auto;
}

.minus{

}

.webaruhaz .darabszam{
color: #339999;
font: normal normal bold 15px/18px Roboto;
width: 38px;
background: transparent;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
height: 29px;
border: 0;
text-align:center;
}

.dba{
width: 40px;
float: left;
}

/*Lapozó nyilak*/
.kiemelt-navigation a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
 /* text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
}

.kiemelt-navigation .kiemelt-next {
  right: 0px;
  top: 0px;
  background-color: rgba(0, 51, 119, 0.5);
  height: 100%;
  text-align: right;
  opacity: .8;
}

.kiemelt-navigation .kiemelt-prev {
  left: 0px;
  top: 0px;
  background-color: rgba(0, 51, 119, 0.5);
  height: 100%;
  text-align: right;
  opacity: .8;
}

.kiemelt-navigation .kiemelt-next  .fa{
 position: absolute;
  top: 50%;
  left: 0px;
  margin-left: 10px;
  margin-top: -20px;
}


.kiemelt-navigation .kiemelt-prev  .fa{
 position: absolute;
  top: 50%;
  right: 0px;
  margin-right: 10px;
  margin-top: -20px;
}

.kiemelt-navigation .kiemelt-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.kiemelt-navigation .kiemelt-prev {
  opacity: 0.7;
  left: 0px;
}
.kiemelt-navigation .kiemelt-prev:hover {
  opacity: 1;
}
.kiemelt-navigation .kiemelt-next {
  opacity: 0.7;
  right: 0px;
}
.kiemelt-navigation .kiemelt-next:hover {
  opacity: 1;
}

.webaruhaz .pagination>.active>a, .webaruhaz .pagination>.active>span, .webaruhaz .pagination>.active>a:hover, .webaruhaz .pagination>.active>span:hover, .webaruhaz .pagination>.active>a:focus, .webaruhaz .pagination>.active>span:focus {
    z-index: 3;
    color: #FDF3E7;
    background-color: #DDC8AA;
    border: none;
    cursor: default;
	border:0;
}

.webaruhaz .wrap-box-button {
    position: absolute;
    top: 16px;
    z-index: 10;
    right: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.webaruhaz .wrap-box-button > div {
    display: inline-block;
    padding: 0;
    margin: 0;
    cursor: pointer;
    vertical-align: middle;
    width: 19px;
    height: 19px;
	
}

.webaruhaz .termek-container:hover .wrap-box-button {
    transform: scale(1);
}

.webaruhaz .wrap-box-button > div a {
    display: block;
     width: 19px;
    height: 19px;
	color: #5E4430;
	font-size: 19px;
}

.webaruhaz .wrap-box-button.visible {
    transform: scale(1) !important;
}

.webaruhaz .wrap-box-button > div a:hover {
 
}

.webaruhaz .wrap-box-button > div a:hover .off,
.webaruhaz .wrap-box-button > div a .on {
    display: none;
}

.webaruhaz .wrap-box-button > div a:hover .on {
    display: inline;
}

.webaruhaz .wrap-box-button > div a.active .on {
    display: inline;
}

.webaruhaz .wrap-box-button > div a.active .off {
    display: none;
}




/*

@media only screen and (max-width : 1200px) {
	.termek-inner,
	.keptarolo{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
}

@media only screen and (max-width : 992px) {
	.termek-inner,
	.keptarolo{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.termeknev{
		text-align: left;
	}
}


@media only screen and (max-width : 768px) {
	
.breadcrumbs{
margin-top: 10px;
margin-bottom: 10px;
}
	.pager li>a, .pager li>span {
	font-size: 12px;
}

	
	.termek-inner,
	.keptarolo{
	
	}
	.termeknev a{
	height: 2em;
	font-size: 12px;
	}
	
	.termekoldal .termeknev h1 {
		line-height: 1.2;
	}
	h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
	
	.termeknev {
	height: 4.8em;
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	}
	.webshopar {
	font-size: 12px;
	text-align: center;
	}
	.akciosar {
	font-size: 12px;
	}
	.akciocheck{
	font-size: 10px;
	padding-left: 5px !important;
	padding-right: 0px !important;
	}

}

@media only screen and (max-width : 480px) {
.alkategoriak .alkat{
	float: left;
	overflow: hidden;
	
}


.alkategoriak .cats{
	float: none;
	width: 100%;
}
.alkategoriak .catlist{
	float: none;
	width: 100%;
}

.alkategoriak .fl{
	display: inline-block;
	height: 34px;
	background-color: #e9ebee !important;
    border: 1px solid #dddfe2 !important;
    color: #4b4f56 !important;
	padding-top: 10px;
	width: 100%;

	text-align: center;
}
}


@media only screen and (max-width : 320px) {

}*/