.custom-qty { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; position: relative; border: 1px solid #c8c8c7; border-radius: 3px; max-width: 85px; font-family: Roboto, sans-serif; height: 32px; line-height: 32px; }

.custom-qty input[type="button"].control { box-shadow: none; background: #f7f7f7; color: #737373; font-size: 20px; border: none; width: 23px; font-weight: 700; }

.custom-qty input[type="button"].control:first-child { font-size: 23px; }

.custom-qty input[type="button"].disabled.control, .custom-qty input[type="button"]:disabled.control { color: #b3b3b3; cursor: default; }

.custom-qty input[type="text"].qty { box-shadow: none; border-radius: 0; border: none; background: #f7f7f7; border-left: 1px solid #c8c8c7; border-right: 1px solid #c8c8c7; color: #353535; font-size: 14px; z-index: 1; position: relative; text-align: center; padding: 0; width: 28px; font-weight: 700; }

.product-cart-actions .custom-qty { max-width: 76px; }

.extra-info .bottom-qty-wrapper-view { line-height: 35px; }
