.abgne_tab {
	clear: left;
	width: 100%;
	margin: 10px 0;
}
ul.tabs {
	width: 100%;
	display: flex;
	flex-direction: row;
}
[class^="product_"] ul.tabs li {
	float: left;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin-left: 0px;
}
ul.tabs li a {
	width: 37px;
	height: 37px;
	background: #EDA723;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	margin: 3px;
}
ul.tabs li a img:nth-child(even){
	display: none;
}
ul.tabs li:hover a, ul.tabs li.active a{
	background: #6B91A6;
}
ul.tabs li:hover a img:nth-child(odd), ul.tabs li.active a img:nth-child(odd){
	display: none;
}
ul.tabs li:hover a img:nth-child(even), ul.tabs li.active a img:nth-child(even){
	display: block;
}

div.tab_container {
	clear: left;
	width: calc(100% - 3px);
	border-left: 5px solid #2C6C8B; 
	padding: 10px 0 10px 10px;
	margin:10px 0 0 3px;
	display: flex;
	align-items: center;
}
div.tab_container .tab_content {
	
}
