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

.custom-qty input[type="button"].control { box-shadow: none; background: #f7f7f7; color: #999999; font-size: 20px; border: none; width: 35%; font-weight: 300; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }

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

.custom-qty input[type="button"].control:hover { background: #dedddd; color: #000; }

.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: #fff; border-left: 1px solid #c8c8c7; border-right: 1px solid #c8c8c7; color: #4d4d4f; font-size: 18px; z-index: 1; position: relative; text-align: center; padding: 0; width: 40%; font-weight: 700; height: 34px; }

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

/*# sourceMappingURL=qty_custom.css.map */