#span_filters:hover~#criteria_div{
	display: block;
}

#span_filters {
	cursor: pointer;
}

.filter_pop {
	position: absolute;
	bottom:44px;
	left: 10px;
	width: 250px;
	border-radius: 5px;
	background-color: black;
	z-index: 1500;
	display: none;
	padding: 7px;
	color: white;
}

.box.arrow-top {
	margin-top: 40px;
}

.filter_pop.arrow-top:after {
	content: " ";
	position: absolute;
	right: 30px;
	top: -15px;
	border-top: none;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid black;
}

.filter_pop.arrow-right:after {
	content: " ";
	position: absolute;
	right: -15px;
	top: 15px;
	border-top: 15px solid transparent;
	border-right: none;
	border-left: 15px solid black;
	border-bottom: 15px solid transparent;
}

.filter_pop.arrow-bottom:after {
	content: " ";
	position: absolute;
	left: 10px;
	bottom: -15px;
	border-top: 15px solid black;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: none;
}

.filter_pop.arrow-left:after {
	content: " ";
	position: absolute;
	left: -15px;
	top: 15px;
	border-top: 15px solid transparent;
	border-right: 15px solid black;
	border-left: none;
	border-bottom: 15px solid transparent;
}

.product-title{
	background-color: rgba(255,255,255,0.75);
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 9px;
	border-radius: 100px;
	top: 1.0rem;
	left: 1.0rem;
}

.product-card .product-title {
	top: 1.0rem;
	left: 1.0rem;
	width: auto;
}

.product-card .product-price-big {
	position: absolute;
	bottom: 1.0rem;
	right: 1.0rem;
	font-size: 2.0rem;
	font-family: "Muli", sans-serif;
	font-weight: 200;
	color: #000;
	text-shadow: 0px 0px 5px #efefef;
	background-color: rgba(255,255,255,0.75);
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 9px;
	border-radius: 5px;
	margin-left: 1.0rem;
	text-align: right;
}

.overlay-check {
	color: white;
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 2rem;
	top: 10px;
	left: 1%;
	visibility: hidden;
	z-index: 500;
}


.overlay-badges {
	color: black;
	background-color: transparent;
	position: absolute;
	/*width: 100%;*/
	height: 2rem;
	top: 25px;
	/*left: 10px;*/
	visibility: visible;
	z-index: 499;
}

.badge-border{
	border-bottom: 1px solid rgba(0,0,0,0.08);
	line-height: 1.5rem;
	background: rgba(255,255,255,0.7);
	padding-right: 10px;
	padding-left: 10px;
}

.badge-text {
	color: black;
	font-size: 0.8rem;
}

.overlay{

}

#loader{
	display: block;
	margin: auto;
}

.overlay:hover .overlay-check{
	visibility: visible;
}


.card {
	border: 0px solid black;
	width: 33%; /*420px;*/
}

.card-columns .card {
	margin-bottom: 1.5rem;
}


/* fluid 3 columns */
.grid-sizer, .card {
	width: 33%;
}
/* 2 columns wide */
.grid-item--width2 {
	width: 45%;
}

.overlay { /*fade-in*/
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}


@media (max-width: 992px) {
	.overlay-badges {
		height: 1rem;
		top: 15px;
	}

	.badge-border {
		line-height: 1rem;
	}

	.badge-text {
		font-size: 0.6rem;
	}

	.overlay-check {
		top: 15px;
	}
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}

.go-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 600;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	-webkit-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}

.go-top a, .go-top a:visited {
	text-decoration: none;
	border: 0 none;
	display: block;
	height: 5.4rem;
	width: 5.4rem;
	line-height: 5.4rem;
	text-align: center;
	background-image: url(/images/icons/icon-arrow-up.svg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px 16px;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.go-top a:hover, .go-top a:focus {
	color: #FFFFFF;
	background-color: #0054a5;
}

.go-top.link-is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.image_gih {
	background-size: contain !important;
	background-position: top !important;
	width: 100%;
	height: 83%;
}
