/********* productlist.php ********/
.productlist_cell{
	text-align: center !important;
}
.productlist_container{
	width:96%;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.4);
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.18);
	-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.18);
	-moz-box-shadow: 0 0 8px 0 rgba(0,0,0,0.18);
	padding: 12px 12px !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: 0;
	transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	text-align: center !important;
}
.productlist_image{
	max-width:100%;
	height:auto;
}
.productlist_name{
	font-family: Gotham-bold;
	font-size:14px;
	font-weight: bold;
	height:38px;
	line-height:125%;
	margin: 8px 0 4px 0;
	padding:0;
	text-transform:uppercase;
	overflow:hidden;
}
.productlist_name a,
.productlist_name a:link,
.productlist_name a:active,
.productlist_name a:visited{
	color: inherit;
	text-decoration: none;
}
.productlist_name a:hover{
	color: var(--linkcolor);
}
.productlist_price{
	font-size:18px;
	font-weight: bold;
	line-height:125%;
	margin-bottom:12px;
}
.listcartbtn{
	/*background: #6c90af;*/
	background: #66CCC9;
	color: White;
	/*border: 2px solid #6c90af;*/
	border: 2px solid #66CCC9;
	font-size: 13px;
	width: 60% !important;
	font-weight: bold;
	position:relative;
	margin:0 0 12px 0;
	line-height: 32px;
	white-space: normal;
	display:inline-block;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
}
.listcartbtn:hover{
	background:#444;
	color:#ffffff;
	border:2px solid #444;
}
.listincartbtn{
	/*background: #468966;
	border: 2px solid #468966;*/
	background: #9CBF78;
	border: 2px solid #9CBF78;
	color: #fff;
	font-size: 13px;
	width: 60% !important;
	font-weight: bold;
	position:relative;
	margin:0 0 12px 0;
	line-height: 32px;
	white-space: normal;
	display:inline-block;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
}
.listincartbtn:hover{
	background:#444;
	color:#ffffff;
	border:2px solid #444;
}

.noitem, .noitem p{
	text-align:center;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Gotham-black';
	font-weight:bold;
	letter-spacing: 1px;
}

/********* ratings ********/
.product_ratings{
	font-size: 15px;
	line-height:22px;
}
.product_ratingnr{
	position:relative;
	font-size: 14px;
	top:1px;
}
.cclnf{
	margin: 0;
    padding: 0;
    color: green;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 16px;
    right: 16px;
    width: auto;
    display: none;
    box-sizing: border-box;
    background-color: palegreen;
    z-index: 10;
    text-align: center;
    min-height: 36px;
    line-height: 36px;
    border-radius: 0 0 3px 3px;
    border-top: 1px solid RGBA(100,100,100,.2);
}
/********* catlist.php ********/
.cat_row{
	position:relative;
	margin:0;
	padding:6px;
	display:table;
	width:100%;
	/*border-bottom:1px solid rgba(0,0,0,0.15);*/
}
.cat_logo_container{
	position:relative;
	margin:0;
	padding:0 4px;
	width:130px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.cat_logo{
	position: relative;
	margin:0 12px 0 0;
	width: 100%;
    height: 0;
	padding: 75% 0 0 0;
	line-height: 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0.1vw 0.1vw 0.2vw rgba(0,0,0,0.4);
    -moz-box-shadow: 0.1vw 0.1vw 0.2vw rgba(0,0,0,0.4);
    -webkit-box-shadow: 0.1vw 0.1vw 0.2vw rgba(0,0,0,0.4);
    -ms-box-shadow: 0.1vw 0.1vw 0.2vw rgba(0,0,0,0.4);
    -o-box-shadow: 0.1vw 0.1vw 0.2vw rgba(0,0,0,0.4);
	transition: all 2s;
}

.cat_logo:hover{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);  
}
.cat_data_container{
	position:relative;
	margin:0;
	padding:0 10px 0 0;
	display:table-cell;
	vertical-align:top;
	text-align:left;
}

.cat_name{
	position:relative;
	font-weight:bold;
	text-align:left;
	padding:0 0 2px 0;
	margin: 0 1vw;
	font-size:125%;
	line-height:110%;
}
.cat_info{
	position:relative;
	font-size:90%;
	text-align:left;
	padding:4px 0 0 6px;
	margin: 0 1.1vw;
	line-height: 125%;
}

.dtb {
    border-bottom:1px solid rgba(0,0,0,0.15);
}

.bbtmo a{
	color:inherit;
	text-decoration:none;
}
.bbtmo a:hover{
	color:inherit;
}


/**/
.product_image{
	max-width:100%;
	height:auto;
}
.product_name{
	font-family: Gotham-black;
	font-size:22px;
	font-weight: bold;
	height:auto;
	line-height:125%;
	margin: 8px 0;
	text-transform:uppercase;
}
.product_shortdesc{
	position: relative;
	padding: 0 0 0 16px;
	margin:0;
}
.product_shortdesc ul{
	padding: 0;
    margin: 12px 4px;
	position:relative;
	list-style-position: inside;
}
.product_shortdesc ul li{
	padding: 2px 0 0 20px;
    margin: 4px 0;
	line-height:20px;
}
.product_price{
	font-size:34px;
	font-weight: bold;
	line-height:125%;
	margin-bottom:12px;
	padding: 0;
}
.thlist{
	width:100%;
	margin:4px 0 0 0;
	padding:0;
	text-align:center;
}
.thlist td{
	margin:0;
	padding:4px;
	width: 16%;
	max-width: 20%;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,.2);
	border-bottom: 1px solid rgba(0,0,0,.2);
	border-left: 1px solid rgba(0,0,0,.2);
	line-height: 80%;
	vertical-align: middle;
}
.thlist td:last-child{
	border-right: 1px solid rgba(0,0,0,.2);
}
.thlist td img{
	width: 100%;
	height: auto;
	position: relative;
	margin:0;
	padding:0;
}
/*Kosárba gomb konténer*/
.atcbc, .icbc{
	margin: 10px 0 0 10px;
	padding:2px; /*Látszólagos border a gomb és mennyiség input körül*/
	line-height: 40px;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	display: inline-block;
}
/*Kosárban gomb konténer*/
.icbc{
	margin: 10px 0 0 10px;
	padding:2px; /*Látszólagos border a gomb és mennyiség input körül*/
	line-height: 40px;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	display: inline-block;
}
.atcbc{
	/*background-color: #6c90af;*/
	background-color: #66CCC9;
}
.icbc{
	background-color: #468966;
}
.atcbc:hover, .icbc:hover{
	background-color:#444;
}
/*Kosárba gomb*/
.addtocartbtn, .incartbtn{
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	width: auto;
	font-weight: bold;
	position:relative;
	margin: 0;
	padding: 0 14px;
	line-height: 40px;
	white-space: normal;
	display:inline-block;
	vertical-align:middle;
}
/*Mennyiség input mező*/
#cnr{
	background-color: RGBA(255,255,255,1);
	font-size: 16px;
	width: auto;
	font-weight: bold;
	position:relative;
	margin:0;
	padding: 0 0 0 10px;
	border: unset;
	line-height: 42px;
	white-space: normal;
	display:inline-block;
	vertical-align:baseline;
	text-align:center;
}
/* form.css override*/
#cnr::-webkit-inner-spin-button, 
#cnr::-webkit-outer-spin-button { 
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    margin: 0;
	background-color: #444;
}
#cnr::-webkit-inner-spin-button:hover, 
#cnr::-webkit-outer-spin-button:hover { 
	background-color: #222;
}
#cartbtn{
	margin:14px 0 24px 0;
}
#cartbtn a, #cartbtn a:link, #cartbtn a:active, #cartbtn a:visited, #cartbtn a:hover{
	color:inherit;
	text-decoration:none;
}

.stepbtn{
	background-color: RGBA(255,255,255,.2);
	border: 2px solid RGBA(125,125,125,.4);
	font-size: 12px;
	position:relative;
	margin: 0 3px;
	padding: 0 14px;
	line-height: 40px;
	white-space: normal;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
}

.pm{
	padding: 12px 0;
	margin: 0 12px;
	position: relative;
	border-bottom: 3px solid transparent;
}
.pm.active{
	border-bottom: 3px solid #B7A99C;
}
#PRMENU{
	position: relative;
	text-align: left;
	border-top: 1px solid RGBA(100,100,100,.2);
	padding: 18px 0;
	margin: 10px 0 12px 0;
	font-weight: bold;
	text-transform: uppercase;
}
#LONGDESC{
	position:relative;
	display:block;
	margin:0;
	padding: 0 8px;
}

/*Csillagok a véleményeknél*/
i.st, i.sth{
	color: Lightsalmon;
	margin: 0 2px;
}
i.stb{
	color: #999;
	margin: 0 2px;
}
#RATINGS, #RATINGSFORM{ /* Visszajelzéseknél értékelés konténere*/
	display:table;
	position: relative;
	width: 100%;
}
#RTR, #RTB, #RTF{ /* Visszajelzéseknél értékelés összegzése*/
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding: 18px 12px;
	box-sizing: border-box;
}
#RTR{
	background-color: #444;
	color: ghostwhite;
	width: 300px;
	max-width: 300px;
}
#RTB{
	background-color: transparent;
	color: #B7A99C;
	width: 20%;
	max-width: 250px;
}
#RTS{ /* Visszajelzéseknél csillagos összegzés*/
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: left;
	width: auto;
	padding: 0 18px;
}
#RTF{
	text-align: left;
	width: auto;
}
.rtp p{ /* Visszajelzéseknél értékelés százalékos értéke*/
	font-family: 'Gotham-black';
	font-size: 48px;
	line-height: 125%;
}
table.ratingbars{
	width: 100%;
	vertical-align: middle;
}
table.ratingbars td{
	vertical-align: middle;
}
div.ratingbar{
	border: 1px solid RGBA(100,100,100,.2);
	border-radius: 8px;
	font-size: 12px;
	line-height: 100%;
	width:100%;
	position: relative;
	display: inline-block;
	padding:0;
	margin:0;
	background: url(images/barbg.png) no-repeat left top;
}
.fbb{
	font-weight: bold;
	font-size: 24px;
	font-family: gotham-bold;
	display: inline-block;
	width: 195px;
	margin: 0;
	padding: 10px 18px;
	color: #B7A99C;
	border: 1px solid #B7A99C;
	border-radius: 12px;
	line-height: 120%;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
    box-shadow: unset;
}
.fbb.snd{
	color: #468966;
	border-color: #468966;
}
.fbb.cls{
	color: #B64926;
	border-color: #B64926;
}
.fbb:hover{
	color: #444;
	border-color: #444;
	box-shadow: 0 1px 2px RGBA(100,100,100,.2);
}
.fil{
	width: 150px;
    max-width: 150px;
    display: inline;
    margin: 0;
    padding: 0 0 0 10px;
    vertical-align: middle;
    flex: auto;
    background-color: transparent;
	border-right: 1px solid RGBA(0,0,0,.2);
}
.orderform textarea{
	position: relative;
    display: inline;
    line-height: 200%;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    background-color: rgba(240, 240, 240, .1);
    border: none;
    /* border: 2px solid RGBA(125,125,125,.5); */
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    vertical-align: middle;
    outline: none;
    padding: 0 10px;
    margin: 0;
    /* width: calc(100% - 126px); */
    flex: auto;
    height: auto;
    float: none;
    background-position: right center;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
}
.orderform input{
	border: none;
}
.orderform .starselectors {
    position: relative;
    display: inline;
    line-height: 200%;
    font-size: 11pt;
    font-weight: bold;
    text-align: left;
    background-color: rgba(240, 240, 240, .1);
    border: none;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    vertical-align: middle;
    outline: none;
    padding: 0 10px;
    margin: 0;
    flex: auto;
    height: auto;
    float: none;
    background-position: right center;
    background-repeat: no-repeat;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
}
.orderform .starselectors:hover{
    background-color: rgba(255, 255, 255, .6);
}
/*termékkép zoomoláa*/
#easy_zoom{
	width:100%;
	height:104%;	
	border:5px solid #eee;
	background:#fff;
	color:#333;
	position:absolute;
	top:10px;
	left:10px;
	overflow:hidden;
	-moz-box-shadow:0 0 10px #777;
	-webkit-box-shadow:0 0 10px #777;
	box-shadow:0 0 10px #777;
	/* vertical and horizontal alignment used for preloader text */
	line-height:400px;
	text-align:center;
}

@media (min-width: 576px){
	.productlist_name{
		font-size:14px;
		height:38px;
	}
	.productlist_price{
		font-size:22px;
	}
}

@media (min-width: 768px){
	
}

@media (min-width: 992px){
	
}

@media (min-width: 1025px){
	.productlist_price{
		font-size:24px;
	}
}

@media (min-width: 1300px){
	
}
@media (min-width: 1900px){
	.productlist_name{
		font-size:16px;
		height:48px;
		margin: 8px 0;
	}
	.productlist_price{
		font-size:30px;
	}
}

/*  INNEN A MOBILOS NÉZET, FEKTETETT  */
@media handheld, only screen and (max-width: 768px) {
	.dtb, .row{
		border: unset;
	}
}

@media handheld, only screen and (max-width: 460px) {
	.cat_row{
		width:auto;
	}
	.cat_logo_container {
		width: 36%;
		vertical-align: top;
	}
	.cat_data_container{
		width:auto;
		padding: 0 4px 0 0;
	}
	.cat_name{
		margin: 0 5px;
		font-size:18px;
	}
	.cat_info{
		font-size:12px;
		margin: 0 5px;
	}
	#RATINGS, #RTR, #RTS, #RTB, #RATINGSFORM, #RTF{
		display: block;
		width: 100%;
		box-sizing: border-box;
		max-width: unset;
	}
	#RTS{
		padding: 12px 0 6px 0;
	}
	#RTF{
		padding: 0;
	}
	.productlist_container{
		width: 100%;
	}
	.productlist_name{
		height: auto;
		font-size: 16px;
	}
	.product_name{
		font-family: Gotham-bold;
		text-align: center;
		font-size: 18px;
		padding:0;
		margin: 0 0 6px 0;
	}
	.product_price {
		font-size: 28px;
		text-align: center;
		margin-bottom: 4px;
	}
	.product_ratings{
		text-align: center;
	}
	.product_shortdesc{
		padding:0;
	}
	.icbc{
		width: 100%;
		text-align: center;
		display: block;
		margin:0;
		padding:0;
		box-sizing: border-box;
	}
	.orderform .starselectors{
		display: block;
	}
	.orderform label{
		display: block;
	}
	.fil{
		display: block;
		max-width: unset;
		width: 100%;
		border-right: unset;
		border-bottom: 1px solid RGBA(0,0,0,.2);
	}
	.starselectors{
		display: block;
	}
	.orderform textarea, .orderform input{
		flex: unset;
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.fbb{
		display: block;
		width: unset;
	}
	.listincartbtn{
		text-align: center;
	}
}