.mizgerd-footer{
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
    background:white;
    box-shadow:0 0 10px rgb( 230,230,230 );
    padding:30px 15px;
}
.mizgerd-footer-product-container{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-around;
    align-items:center;
    width: 80%;
    margin-top:20px;
}

span.mizgerd-counter{
    margin:auto 10px;
    padding:3px;
}