/*
*  Product detail - Input
*/
.msc-calc .add-to-cart .field-pieces-wrap .add-pcs:not(.msc-increase), .msc-calc .add-to-cart .field-pieces-wrap .remove-pcs:not(.msc-decrease), .msc-calc .add-to-cart .field-pieces-wrap .amount:not(.msc-amount) {
  display: none;
}
.msc-amount {
  height: 2.36rem;
  padding: 0 0 0 0.25rem;
}
.msc-increase {
  position: absolute;
  background: url(https://cdn.myshoptet.com/tpl/1ba67442/04-blue/master/templates/frontend_templates/04/img/categoriesListBg.png) no-repeat right -1255px;
  right: 1px;
  top: 0;
  height: 1.188rem;
  width: 18px;
  z-index: 9;
}
.msc-decrease {
  position: absolute;
  background: url(https://cdn.myshoptet.com/tpl/1ba67442/04-blue/master/templates/frontend_templates/04/img/categoriesListBg.png) no-repeat right -1388px;
  right: 1px;
  top: 1.125rem;
  height: 19px;
  width: 18px;
  z-index: 9;
}
.msc-hidden {
  display: none;
}
