@charset "ISO-8859-1";

.category.form-control {
  -webkit-transition: none;
  transition: none;
  width: 34px;
  height: 34px;
  text-align: center
}

.category.form-control:focus {
  color: #3F4254;
  background-color: #ffffff;
  border-color: #884377;
  outline: 0;
}

.category.form-control.form-control-solid {
  background-color: #F3F6F9;
  border-color: #F3F6F9;
  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.category.form-control.form-control-solid:active,
.category.form-control.form-control-solid.active,
.category.form-control.form-control-solid:focus,
.category.form-control.form-control-solid.focus {
  background-color: #EBEDF3;
  border-color: #EBEDF3;
  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}


.sku-container{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-content:center;
	align-items:center;
}
.sku-container input{
  text-align: center;
  padding-left:0px;
  padding-right:0px;
}


[list]::-webkit-calendar-picker-indicator {
    display: none;
  }