.counterContainer{display:flex;flex-direction:row;width:100%;justify-content:space-between;height:max-content}.quantityMain{width:40%;padding:30px 0}.quantityCont,.quantityMain{display:flex;flex-direction:row;justify-content:space-evenly}.quantityCont{height:80px;width:60%;align-items:center}.addCont{display:flex;justify-content:center;width:50%;padding:20px}.number{padding:30px 10px;margin-top:10px;font-size:20px;font-weight:600}@media (max-width:720px){.counterContainer{padding:0}.quantityMain{width:80%}.quantityCont{padding:20px 10px;justify-content:space-around}}@media (max-width:460px){.counterContainer{height:90px}.quantityMain{align-items:center;justify-content:center;padding:10px}}