.product .quantity{align-items:stretch;background-color:#fff;border:1px solid #822b3c;border-radius:133px;box-sizing:border-box;display:flex;flex-direction:row;height:40px;justify-content:space-between;padding:2px;width:300px}.product .quantity input{appearance:textfield;background:transparent;border:none;box-sizing:border-box;color:#822b3c;font-size:1.25em;height:100%;text-align:center;width:200px}.product .quantity button{background-color:#f3efe6;border:none;color:#822b3c;transition:background-color .15s ease-in,color .15s ease-in}.product .quantity button:hover{background-color:#550614;color:#fcfcfc}.product .quantity button.qty-decrease{border-bottom-left-radius:133px;border-top-left-radius:133px}.product .quantity button.qty-increase{border-bottom-right-radius:133px;border-top-right-radius:133px}