.notfound ul li{
	line-height: 1.5;
}

.notfound ul{
	margin: 10px 0;
}

.notfound p{
	margin: 10px 0;
}

.errors{
	color: #bd0532;
	margin-bottom: 20px;
}


.shop-category-item-image{
	width: 300px;
}

.shop-category-item-image .full-imgs a{
	display: none;
}

.shop-category-item-image .full-imgs a:first-child{
	display: block;
}


.shop-category-item-image .thumb-imgs .img-item{
	position: relative;
	max-width: 90px;
	display: inline-block;
	padding: 0;
	cursor: pointer;
	width:90px;
	height:90px;
	margin: 10px 0 0 10px;
}

.shop-category-item-image .thumb-imgs .img-item:nth-child(3n+1){
	margin-left:0;
}


.shop-category-item-image .thumb-imgs .img-item.active:before{
	border:2px #adc32b solid;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.shop-category-item-image .thumb-imgs .img-item img{
	display: block;
	max-width: 100%;
}

