html {
	position: relative;
  	min-height: 100%;
  	
}

/*padding and margin added so that the navbar and footer elements
do not overlap content */
body {
	padding-top: 50px;
	margin-bottom: 150px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#cookieBanner {
	display: block;
	z-index: 1000;
	position: fixed;
	bottom: 5px;
	left: 0px;
	right: 5px;
	width: 100%;
	height: 70px;
	color: white;
	font-size: 10px;
	padding: 5px;
	background-color: #404040;
	background-color: rgba(64,64,64,0.9);
}

#cookieBanner a.cookiePolicy {
	color: white;
	font-weight: bold;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 150px;
}

#map_canvas_arad { width: 100%; height: 350px; border-style: solid; border-width: 1px; border-bottom-color:#3B9ED7;  }

.price {
	color: #267F00;
	font-weight: bold;	
}

.item-img-thumb-128 {
	width: 128px;
	max-width: 98%;
	border: 1px solid #8FCDEA;
	padding: 4px;
	border-radius: 3px;
	margin-bottom: 10px;
}
.grid-item { width: 98%; margin-bottom: 20px;}

/* Small devices (tablets, 768px and up) */
@media (min-width: 400px) { 
.grid-item { width: 48%; margin-bottom: 20px;}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
.grid-item { width: 32%; margin-bottom: 20px;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	.grid-item { width: 32%; margin-bottom: 20px;}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) {
	.grid-item { width: 24%; margin-bottom: 20px;}
}

/* --- START GROWL NOTIF STYLES */
.growl-success {
	background-color: #455f2c;
	position: fixed;
	top: 170px;
	right: 20px;
	width: 240px;
	z-index: 10;
	
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.growl-error {
	background-color: #ff5555;
	position: fixed;
	top: 170px;
	right: 20px;
	width: 220px;
	z-index: 10;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.growl-content, .growl-content p {
	width: 100%;
	color: white;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;	
}

/* --- END GROWL NOTIF STYLES --- */

/* --- CART INFO NAME --- */
#cartInfo {
}

  
#cartInfo h2 {
	
	margin-top: 0px;
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
	background-color: transparent;
}

#cartInfo .layout{
	
	width: 93%;
	table-layout: fixed;
	margin: 10px;
}

ul.orderInfo {
	color:black;
}

ul.orderInfo li {
	margin-top: 5px;
}

.cartInfName {
	width: 85%;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: small;
}

.cartInfValue {
	width: 15%;
	font-weight: bold;
	color: black;
	text-align: right;
	font-size: small;	
}

.error {
	color:red;
}