@charset "utf-8";
/* CSS Document */
body {
	background-color: rgba(0, 0, 0, 0.07) !important;
}
h1, h2 {
	font-size:inherit !important;
	margin:inherit !important;
	font-family:inherit !important;
	font-weight:inherit !important;
	line-height:inherit !important;
}
#body_container {
	text-align: center;
}
#produse_container {
	text-align: center;
}
.termekcsoport {
	text-align: center;
	background-color: #f8f8f8;
	padding: 10px 0 10px 0;
	color: #666;
	box-shadow: 0 0 10px 0 rgba(10,10,10,.5);
	border-radius: 6px;
	border: 1px solid #999;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0.5em 0em 0.5em 0em;
	font-variant: small-caps;
}
.produs {
	display: inline-block;
	margin-bottom: 10px;
}
.produs:hover {
	box-shadow: 0 0 20px 0 rgba(10,10,10,.8);
	border-radius: 6px;
}
.produs_image {
	box-shadow: 0 0 10px 0 rgba(10,10,10,.5);
	text-align: center;
	width: 170px;
	border-radius: 6px 6px 0px 0px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.discount {
	position: absolute;
    background-color: rgba(255, 0, 0, 0.7);
    width: 168px;
    color: #FFF;
    font-weight: bold;
    line-height: 2em;
    border-radius: 6px 6px 0px 0px;	
}
.produs_image img {
	border-radius: 6px 6px 0px 0px;
	height: 140px;
	width: 170px;
}
.produs_cimke {
	text-align: center;
	background-color: #f8f8f8;
	padding: 10px 0 10px 0;
	color: #666;
	box-shadow: 0 0 10px 0 rgba(10,10,10,.5);
	border-radius: 0px 0px 6px 6px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	font-weight: bold;
	width: 170px;
	height:61px;
}
/* TOOLTIP */
.ui-tooltip, .arrow:after {
	background: #0033FF;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: 1em "Helvetica Neue", Sans-Serif;
/*	text-transform: uppercase;*/
	box-shadow: 0 0 7px black;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
#plati_card_info {
	text-align: center;
	font-size:1.2em;
	margin:2.5em 0em;
}
.plati_logo_container img {
    width: 55px;
    height: 100%;
    vertical-align: middle;
}
.plati_logo_container div {
	border:1px solid #ccc;
	display:inline-block;
	height:30px;
	vertical-align:text-top;
}
#acceptam_container {
	font-weight:bold;
}
@media only screen and (min-width: 769px) {
.plati_logo_container img {
    width: 100px;
}
.plati_logo_container div {
	height:60px;
}

}
