
.div_tam{
display:none;
padding:3px;
  position: relative;  
margin-top:-20px;
  text-align:center;
width:100%; 
flex-direction: row;
justify-content: center;
align-items: center;
  
background-color: rgba(255, 255, 255, 0.7);

border: 1px solid #ddd;



}
 .product-box:hover .div_tam{
 display:block;

}


.item_tam {
margin:3px;
  min-width:25px;
  background-color:#FFFFFF;
  border: 1px solid rgba(111,41,97,.5);
  display:inline-block;
}

.fora_estoque {
width:25px;
  background-color:#CCCCCC;
 opacity:0.9;
  border: 1px solid rgba(111,41,97,.5);
  display:inline-block;
}

.fora_estoque .icon {
 position:absolute;
 margin-top:-9px;
margin-left:10px;
 width:16px;
 height:16px;
 
}
.fora_estoque .icon:before {
 color:#f00;
 content:"X";
}

.product-name2{
width: 100%;
height: 18px;
line-height: 19px;
text-align: center;
vertical-align: top;
color: #000;
margin-top: 17px;
overflow: hidden;
text-overflow: ellipsis;
/*white-space: nowrap;*/
font-size:14px;
}

.desconto {
 background-color:#FF0000;
 font-size:12px;
 color:#FFFFFF;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
 z-index:999;
 font-weight:bold;
 
}

.product-cost-old {
	color: #999999;
	font-size: 14px;
	text-decoration: line-through;
	}	
	
	.product-cost{
	color:#666666;
	font-size: 16px;
	font-weight:bold;
	}	
	
	
	
	.product-cost-index {
    font-size: 22px;
    line-height: 18px;
    margin-bottom: 0;
	font-weight: bold;
	color: #5e9941;	
	}
    .product-cost-old-index {
	color: #3d3d3d;
	font-size: 12px;
		text-decoration: line-through;
	}	


<!------------checout/registro-------------->
.progressbar {
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;
}
.progressbar li.active:before {
  border-color: #55b776;
}
.progressbar li.active + li:after {
  background-color: #55b776;
}