.product-group {
	background: #fff;
	border-radius: 5px;
	margin: 0 30px 20px 30px;
	padding: 20px;
}

.product-group .product-group {
	border-radius: 0;
	margin-left: -10px;
	margin-right: -10px;
}

.product-group .title {
	background: #DDDDDD;
	cursor: pointer;
	font-weight: bold;
	margin: -20px -20px 0 -20px;
	padding: 10px;
}

.product-group .product-list {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 20px 0 0 0;
}

.product-group .product-list > li {
	background: #fff;
	float: left;
	height: 250px;
	margin: 10px;
	position: relative;
	text-align: center;
	width: 192px;
}

.product-group .product-list > li:hover {
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.product-group .product-list > li.big {
	width: 406px;
}

.product-group .product-list > li > a {
	display: block;
}

.product-group .product-list > li .image-holder {
	height: 200px;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 150px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.product-group .product-list > li.big .image-holder {
	width: 366px;
}

.product-group .product-list > li img {
	max-height: 200px;
	max-width: 150px;
	vertical-align: middle;
}

.product-group .product-list > li.big img {
	max-width: 366px;
}
















#group-navigation-bar {
	background: #ecf0f1;
	margin: 0 14px 0 0;
	overflow: hidden;
	width: auto;
}

#group-navigation-bar > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#group-navigation-bar > ul > li {
	background: #e67d21;
	float: left;
	margin: 0 0px 0 0;
	position: relative;
}

#group-navigation-bar > ul > li:after, #group-navigation-bar > ul > li:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#group-navigation-bar > ul > li:after {
	border-color: rgba(230, 125, 33, 0);
	border-left-color: #e67d21;
	border-width: 10px;
	margin-top: -10px;
}
#group-navigation-bar > ul > li:before {
	border-color: rgba(230, 125, 33, 0);
	border-left-color: #e67d21;
	border-width: 19px;
	margin-top: -19px;
}

#group-navigation-bar > ul > li > a {
	border-left: 1px solid #ce6721;
	color: #fff;
	display: block;
	padding: 10px 20px;
}

#group-navigation-bar > ul > li:hover > a {
	/*box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1) inset;*/
	opacity: 0.5;
}

#group-navigation-bar > ul > li > a > i {
	margin-right: 10px;
}





#product-container {
	position: relative;
}

ul.groups-list {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul.groups-list li {
	cursor: pointer;
	float: left;
	font-size: 30px;
	height: 150px;
	line-height: 130px;
	margin: 10px;
	position: relative;
	text-align: center;
	width: 150px;
}

ul.groups-list li .fa {
	font-size: 40px;
}

ul.groups-list li .group-view-underlay {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

ul.groups-list li .group-view-overlay {
	background: rgba(230, 126, 34, 0.3);
	bottom: 0;
	left: 0;
	line-height: 240px;
	position: absolute;
	right: 0;
	top: 0;
}

ul.groups-list li .group-view-overlay:hover {
	background: rgba(230, 126, 34, 0.5);
}

.group-overview {
	background: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}









.inner-group-view {

}


