.shippingZipCode {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
@media (min-width: 768px) {
  .shippingZipCode {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
  }
}

.inputgroup-postalcode {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.tx-required-items-count {
  position: fixed;
  right: 16px;
  bottom: 80px;
  z-index: 100;
  width: 111px;
  height: 72px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  text-align: center;
}

@media print, screen and (min-width: 992px) {
  .tx-required-items-count {
    width: 122px;
    height: 78px;
    bottom: 88px;
  }
}
.tx-required-items-count-msg {
  margin: 16px;
  display: block;
  width: 79px;
  height: 40px;
  font-weight: 700;
  white-space: nowrap;
}

@media print, screen and (min-width: 992px) {
  .tx-required-items-count-msg {
    width: 90px;
    height: 46px;
  }
}
