@font-face {
  font-family: 'IranSans';
  src: url(../Fonts/IranSans.ttf);
}

@font-face {
  font-family: 'IranSansFaNum';
  src: url(../Fonts/IranSansFaNum.ttf);
}

* {
  font-family: 'IranSans';
}

.form-control-dark {
  border-color: var(--bs-gray);
}

.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

.text-body-secondary {
  font-family: 'IranSansFaNum';
  font-size: 18px;
}

.AddToCart {
  text-align: center;
}

.AddToCart button {
  color: steelblue;
  border: none;
}

.AddToCart button:hover {
  color: deepskyblue;
}

.Edit {
  color: steelblue;
}

.Edit:hover {
  color: seagreen;
}

.Delete {
  color: rgba(255, 0, 0, .6);
}

.Delete:hover {
  color: red;
}

.Edit,
.Delete {
  -webkit-transition: .4s ease-out all;
  -moz-transition: .4s ease-out all;
  -o-transition: .4s ease-out all;
  -ms-transition: .4s ease-out all;
  transition: .4s ease-out all;
}
.center {
  margin-left: auto;
  margin-right: auto;
}