.hakukone {
	background: #676767;
	min-height: 400px;
}
.hakukone a {
	color: #000;
}

#Palsta-Alue .Row-1 .hakukone div p {
	margin: 0;
	font-size: 1em;
}

.hakukone.loading {
	opacity: 0.5;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #000000;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
	position: absolute;
    left: calc(50% - 24px);
	top: calc(50% - 245px);
}

@keyframes rotation {
0% {
	transform: rotate(0deg);
}
100% {
	transform: rotate(360deg);
}
} 

.hakukone.loading:after {
	opacity: 0.8;
}

.tagdiv {
	width: 33.33%;
	margin-bottom:5px;
	float: left;
	padding: 5px;
	text-align: center;
}

.tagdiv .title {
	color: #fff;
}

.tagdiv.notfound {
	text-align: left;
}

.product-box-content .add-to-cart-btn {
	background: #43b53e;
    color: #fff;
    border: 0;
    height: 26px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 700;
    margin-top: 0px;
	line-height: 26px;
    min-width: 45px;
	text-align: center;
	padding: 0px 6px;
}


.product-box-content .add-to-cart-btn:hover { 
	background: #6dc177;
}

.product-box-content:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.product-box-content .product-img {
	height: 171px;
	text-align: center;
    justify-content: center;
    display: flex;
	background: inherit;
}


article .row .product-box-content  A:hover , article .row .product-box-content  A{
	color: #000;
}

article .row .product-box-content  A div:hover , article .row .product-box-content  A div {
	background: inherit;
}


.product-box-content .product-img img {
	max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
}

.product-box-content {
	position: relative;
	width: calc(20% - 10px);
	background: #fff;
	padding: 10px;
	margin: 5px;
	float: left;
	min-height: 310px;
	text-align: left;
	
}

.selectinfo {
	line-height: 1.2em;
	color: #fff;
	font-size: 22px;
	
}

.selectinfo .arrow {
	color: #c89200;
	font-size: 34px;   
	transform: scaleX(1.5);
    display: inline-block;
}

.tagdiv.notfound {
	width: 100%;
	text-align: center;
	padding: 30px 5px;
	font-size: 1.1em;
}

a.notfoundbtn {
	width: 33.33%;
    text-align: center;
    color: #fff;
    background: #c89200;
    padding: 10px;
    margin: 10px auto;
	font-size: 1.2em;
    font-weight: 700;  
	display: inline-block;
}

.product-box-content .discount-price {
	font-size: 20px;
    font-weight: 700;
    margin: 5px 0 -2px;
}

.product-box-content .title {
	color: #333;
    height: 57px;
    display: inline-block;
    overflow: hidden;    
	font-size: 14px;
    line-height: 1.4em;
}
.product-box-content .code {
	color: #ccc;
}

.product-box-content .price-wrapper {
	text-align: left;
}

.product-box-content .gray {
	font-size: 14px;
	color: #ccc;
}

.product-box-content .green {
	font-size: 12px;
	color: #43b53e;
	color: #43b53e !important;
    font-weight: 700;
    margin-top: 7px;
	display: block;
}

.greenball {
	background: #43b53e;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    display: inline-block;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

@media (max-width: 768px) {
	.product-box-content {
		width: calc(50% - 10px);
	}
	
	.tagdiv {
		width: 100%;
	}
	
	.tagdiv.empty {
		display: none;
	}
	.notfoundbtn {
		width: 100%;
	}
		
	.hakukone {
		min-height: 100px;
	}
}
