@font-face {
  font-family: 'irans';
  src: url('../fonts/IRANSans.eot');
  src: url('../fonts/IRANSans.eot?#iefix') format('embedded-opentype'), url('../fonts/IRANSans.woff') format('woff'), url('../fonts/IRANSans.ttf') format('truetype'), url('../fonts/IRANSans.svg#iran_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: irans;
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #ecf0f1;
  border-radius: 0.3rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
#header {
  min-height: 50px;
  position: relative;
  background-color: #2C3E50 !important;
  margin: 0;
  border-radius: 0;
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.navbar-top {
  padding: 10px;
}
.navbar-top ul {
  float: left;
  list-style-type: none;
  margin: 0;
}
.navbar-top ul li {
  float: right;
  background: url(data:image/gif;base64,R0lGODlhAQAOAIAAALm5uQAAACH5BAAAAAAALAAAAAABAA4AAAIDhI9YADs=) 0 60% no-repeat;
  padding: 0 8px 0 12px;
}
.navbar-top ul li a {
  line-height: 38px;
  color: white;
}
.price .inner {
  text-align: center;
  border: 1px solid black;
  padding: 10px;
}
