.input-quantity {
    width: 6.3rem;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem .3rem .625rem 1rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
}
.modalSpinner {
    position: absolute;
    top: 50%;
    left: 50%;
}

.preloader {
	background-color: #00000080;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
    justify-content: center;
    align-items: center;
    display: none;
}

@font-face {
    font-family: 'tmi-icon';
    src:  url('../fonts/tmi-icons/tmi-icon.eot?d23b8');
    src:  url('../fonts/tmi-icons/tmi-icon.eot?d23b8#iefix') format('embedded-opentype'),
      url('../fonts/tmi-icons/tmi-icon.ttf?d23b8') format('truetype'),
      url('../fonts/tmi-icons/tmi-icon.woff?d23b8') format('woff'),
      url('../fonts/tmi-icons/tmi-icon.svg?d23b8#tmi-icon') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  [class^="czi-c-"],[class*=" czi-c-"]{
      display:inline-block;
      font-family:'tmi-icon' !important;
      speak:none;
      font-style:normal;
      font-weight:normal;
      font-variant:normal;
      text-transform:none;
      line-height:1
   }

  .czi-c-men-tshirt:before {
    content: "\ec001";
  }
  
