.category-product-symbols{
	position: absolute;
	text-align: center;
	width: 50px;
	top: 60px;
	left: 10px;
}

.category-product-symbols img {

}
.circle-left-small {
	width: 40px;
	height: 40px;
	background-color: black;
	border-radius: 50%; /* Gör formen rund */
	color: white;
	display: inline-block; 
	top: 150px; 
	z-index: 99; 
	left: 5px; 
	position: absolute;
	font-size: 16px;
	cursor: pointer;
}

.circle-right-small {
	width: 40px;
	height: 40px;
	background-color: black;
	border-radius: 50%; /* Gör formen rund */
	color: white;
	display: inline-block; 
	top: 150px;
	z-index: 99; 
	right: 5px; 
	position: absolute;
	font-size: 16px;
	cursor: pointer;
}
.circle-left {
	width: 40px;
	height: 40px;
	background-color: black;
	border-radius: 50%; /* Gör formen rund */
	color: white;
	display: inline-block; 
	top: 265px; 
	z-index: 99; 
	left: 20px; 
	position: absolute;
	font-size: 16px;
	cursor: pointer;
}

.circle-right {
	width: 40px;
	height: 40px;
	background-color: black;
	border-radius: 50%; /* Gör formen rund */
	color: white;
	display: inline-block; 
	top: 265px; 
	z-index: 99; 
	right: 20px; 
	position: absolute;
	font-size: 16px;
	cursor: pointer;
}

.category-product-symbols-img-selected {
	opacity: 1;
	height: 55px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.category-product-symbols-img {
	opacity: 0.3;
	height: 40px;
	margin-left: 5px;
	margin-bottom: 5px;
}

.submenu-item{
	cursor: pointer;
	float: left; 
	padding-top: 13px; 
	margin-top: 5px; 
	padding-left: 3px;
	padding-right: 5px; 
	font-size: 16px;
}
.image-box-container-mobile{
	display: inline-block;
	width: 100%;
	height: 200px;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
	border-radius: 1%;
	margin-top: 20px;
}
.image-box-container{
	 display: inline-block;
	 width: 100%;
	 text-align: center;
	 margin-bottom: 20px;
}

.image-box-container-screen{
	display: inline-block;
	height: 200px;
	width: 100%;
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.3);
	text-align: center;
	border-radius: 1%;
	margin-top: 20px;
}

.categories-box{
	float: left; 
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.subcat-button{
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 0px solid  rgba(0, 0, 0, 0.2);
	border-bottom: 0px solid rgba(0, 0, 0, 0.2);
	font-size: 18px;
	text-align: left;
	cursor: hand;
	cursor: pointer;
	width: 100%;
	float: left;
	background-color: rgba(251, 197, 40, 0.8);
}

#graphicviewofcategories{
	float: left; 
	width: 100%; 
	background-color: #f1f1f1; 
	padding-top: 10px; 
	padding-bottom: 0px; 
	border-bottom: 1px solid #c4c4c4;
}
.submenu-item a:hover{
	color: #444;
}

.submenu-item a{
	text-decoration: none;
}
.submenu-item a:active{
	color: #a9a9a9;
}


#pageblock{
	display: none;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.9);
}
#product-added-to-cart-action {
	display: none; 
	z-index: 9999; 
	padding-top: 20px; 
	padding-bottom: 20px;
	width: 100%; 
	float: left; 
	position: fixed; 
	top: 100px; 
	background-color: rgba(242,242,242,0.95);
	border: 1px solid rgba(242,242,242,0.85);
	border-top: 0px solid rgba(232,232,232,0.5); 
}
.lastproductviewreminder{
		display: none;
		position: absolute;
		top: 18px;
		font-size: 12px;
		left: 110px;
		border: 0px solid rgba(0, 0, 0, 1);
		border-radius: 2px 2px 10px 10px;
		border-top: 2px solid rgba(255, 255, 255, 0.9);
		border-right: 0px solid white;
		background-color: rgba(247, 247, 247, 0.95);
		color: green;
		padding: 7px;
		box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.5);		
}

#wishlist{
	display: none;
	position: absolute;
	top: 18px;
	z-index: 9999;
	width: 300px;
	padding: 20px;
	background-color: #eeeeee;
	border: 1px solid black;
	
	
}
.product-count-corner{
	position: relative; 
	right: -10px; 
	z-index: 10; 
	font-size: 10px; 
	background-color: rgba(253, 196, 38, 0.8); 
	color: black; 
	top: -10px;
	display: none;
	padding: 5px; 
	padding-left: 15px; 
	float: right; 
	border-radius: 0px 0px 0px 40px;
	border-left: 0px dotted rgba(0, 0, 0, 0.2);
	border-bottom: 0px dotted rgba(0, 0, 0, 0.2);
}
