/*Makeline*/
/*.zFTabsML {list-style: none; display: -webkit-flex;display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;justify-content: center;}*/
.zFTabsML {list-style: none;/* display: -webkit-flex; display: -moz-flex;display: -ms-flex;display: -o-flex; display: flex; */justify-content: center;}
.zFTabsML li {margin: 0 10px 5px 0;display: inline-block;}
.zFTabsML li a {
color: #FFF;
font-weight: bold;
float: left;
display: block; 
padding: 10px; 
position: relative; 
text-decoration: none; 
background: #28ceb6;
border-radius: 5px;
}
.zFGroupTabsML:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.zFTabWrapperML { position: relative; min-height: 250px; }
.zFTabWrapperML:before {content: ""; position: absolute; z-index: -2; top: 0;}
.selected-tabML {
background: #008b88 !important;
border-radius: 5px;
}
.txtMakeline img{
	display: block;
    margin-left: auto;
    margin-right: auto 
}

.zFCustomLineML {
    border: 1px solid #797979;
    width: 100%;
}

.custom-prod-container {
	padding: 15px;
	text-align: center;
	border-radius: 7px;
	transition: box-shadow .25s ease;
	min-height: 295px;
	margin-top: 25px;
}
.custom-prod-container img{
	width:130px;
	height:130px;
}
.custom-prod-title {
	text-align: left;
	margin: 20px 0;
}

.custom-prod-container:hover {
	box-shadow: 0 0 5px 1px rgba(0,0,0,.3);
}

.custom-prod-more-info {
	height: 30px;
	color: #fff;
	text-decoration: none;
	background-color: #28ceb6;
	display: none;
	line-height: 30px;
	border-radius: 5px;
	transition: all .25s ease;
}

.custom-prod-container:hover a {
	display: block;
}

/*FIM - Makeline*/