.megatraffic_product {
font-size:12px;
position: fixed;
bottom: 0px;
left:20px;
opacity: 0;
border: 1px solid #ccc;
background: #fff;
transition: all 0.7s;
width: 300px;
display: block;
box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
}
.megatraffic_product.show {
bottom: 20px;
opacity: 1;
}
.megaimage {
width: 30%;
float:left;
display: block;
}
.megaimage img{
max-height: 70px;
padding: 5px;
text-align: center;
vertical-align: middle;
width: auto;
}
.megaprice {
display: block;
float: left;
line-height: 18px;
padding: 5px;
text-align: left;
width: 70%;
}
.megatraffic_product div.clear {
font-size: 0;
height: 0;
line-height: 0;
margin: 0;
padding: 0;
clear: both;
}
.megatraffic_product span.PricesalesPrice {
font-weight: bold;
}