/* cacheid:a002a7591dc4e7246724258d973f5d690 */
.jbzoo .quantity-wrapper {
  border: none !important;
  width: 100px;
}
.jbzoo .quantity-wrapper .item-count-wrapper {
  margin: 0;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
}
.jbzoo .quantity-wrapper .item-count {
  width: 60px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  white-space: nowrap;
  overflow: hidden;
}
.jbzoo .quantity-wrapper .item-count-digits {
  width: 60px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
}
.jbzoo .quantity-wrapper .item-count-digits dd {
  height: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  display: block;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 40px;
  width: 60px;
}
.jbzoo .quantity-wrapper .input-quantity {
  height: 40px !important;
  width: 55px !important;
  min-width: 60px;
  padding: 0;
  z-index: 1;
  display: block;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 3px;
  background: none;
  outline: none;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  text-indent: 0;
  opacity: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
}
.jbzoo .quantity-wrapper .input-quantity:focus {
  border-color: #ccc;
  outline: none;
  color: #000;
  background-color: #faffbd;
  box-shadow: none;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 40px;
}
.jbzoo .quantity-wrapper tr,
.jbzoo .quantity-wrapper td {
  padding: 0;
  margin: 0;
  border: none;
}
.jbzoo .quantity-wrapper .plus {
  vertical-align: top;
  padding: 0 2px;
}
.jbzoo .quantity-wrapper .minus {
  vertical-align: bottom;
  padding: 0 2px;
}
