@font-face {
  font-family: 'CircularStd';
  font-weight: 400;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Book.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 500;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Medium.otf') format('opentype');
}
@font-face {
  font-family: 'CircularStd';
  font-weight: 700;
  font-style: normal;
  src: local('CircularStd'), url('CircularStd-Bold.otf') format('opentype');
}

.Productable table {
  border-collapse: collapse;
  width: 100%;
}

.Productable table td, .Productable table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.Productable h3 {
  margin-bottom: 10px;
}

.Productable table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #fff;
  color: #000;
}


.TotalAMount {
  position: relative;
  display: flex;
  justify-content: right;
  margin-top: 30px;
}

.TotalAMount .line {
    position: relative;
    padding: 0px;
    border: 1px solid #bbb;
    border-radius: 5px;
    width: 300px;
}

.TotalAMount  .d-block  {
  padding: 10px 17px;
  border-bottom: 1px solid #eee;
} 

.TotalAMount input {
    width: 115px;
    margin-left: 5px;
}

.MarginTOp {
  margin-top: 25px;
}

.Productable h3 {
  margin-top: 20px;
}

.InputCustom {
  width: 300px;
  position: relative;
  margin-bottom: 15px;
}

.InputCustom .disable {
  pointer-events: none;
  opacity: 0.8;
  background-color: #eee;
}

.InputCustom p {
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}

.InputCustom input {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px 5px;
  border-radius: 5px;
}