.product-quantity-selector {
display: flex;
align-items: center;
margin-bottom: 10px;
}
.product-quantity-selector input {
width: 50px;
height: 30px;
margin: 0 10px;
text-align: center;
font-size: 16px;
}
.product-quantity-selector button {
width: 30px;
height: 30px;
font-size: 18px;
cursor: pointer;
}
.sqs-add-to-cart {
margin-top: 10px; /* Adjust the margin as necessary */
}