.atc-instock{
margin: 0 3%;
float:left;
}
.atc-outofstock::before{
content: '';
display: block;
width: 150%;
border-bottom: solid 1px #000;
position: relative;
left: -3px;
top: 51%;
transform: rotate(-45deg);
}
.product-thumbnail-container{
position:relative;
top: 0;
left: 5%;
width:100%;
text-align: center;
opacity:0;
transition: all 0.3s;
}
li.product:hover .product-thumbnail-container{
opacity: 1;
top: -119px;
}
.product-loop-atc-container{
position:absolute;
width: 90%;
background-color: white;
border-radius: 5px;
}
.product-loop-atc-container div:first-child{
border-bottom: 1px solid #003566;
width: 80%;
margin: 0 auto;
justify-content: center;
align-content: center;
}
.product-loop-atc-container div:first-child p{
margin: 10px 0;
}
.product-loop-atc-container div ul {
display:flex;
justify-content: center;
padding:0;
}