[id^=traffic_light_container_],
#traffic_light_container {
    position: absolute;
    bottom: 15px;
    left: 15px;
    line-height: 1;
}
#product [id^=traffic_light_container_],
#product #traffic_light_container {
    position: relative;
    bottom: 0;
    left: 0;
}
[id^=traffic_light_container_] span,
#traffic_light_container span{
    vertical-align: middle;
}
[id^=traffic_light_container_] span.traffic_light_msg,
#traffic_light_container span.traffic_light_msg {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    display: block;
    background: #353535;
    text-align: left;
    color: white;
    white-space: nowrap;
    padding: 1px 6px;
    text-transform: uppercase;
    left: 30px;
    top: 2px;
    opacity: 0;
    border-radius: 2px;
}
[id^=traffic_light_container_] span.dot, #traffic_light_container span.dot {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60%;
}
[id^=traffic_light_container_] span.dot_min,
#traffic_light_container span.dot_min {
    background-color: #f13340;
}
[id^=traffic_light_container_] span.dot_middle,
#traffic_light_container span.dot_middle {
    background-color: #fe9126;
}
[id^=traffic_light_container_] span.dot_enough,
#traffic_light_container span.dot_enough {
    background-color: #55c65e;
}
[id^=traffic_light_container_]:hover  span.traffic_light_msg ,
#traffic_light_container:hover  span.traffic_light_msg {
	opacity: 1; left: 20px; 
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
#cart [id^="traffic_light_container_"], #traffic_light_container,
#checkout [id^="traffic_light_container_"], #traffic_light_container,
#order-confirmation [id^="traffic_light_container_"], #traffic_light_container {
    position: inherit;
    bottom: 0;
    left: 0;
}
