@font-face { font-family: Alegreya VariableFont wght; src: url('../font/Alegreya-VariableFont_wght.ttf'); }
@font-face { font-family: AlegreyaSC Bold; src: url('../font/AlegreyaSC-Bold.ttf'); }
@font-face { font-family: AlegreyaSC BoldItalic; src: url('../font/AlegreyaSC-BoldItalic.ttf'); }
@font-face { font-family: Aleo Light; src: url('../font/Aleo-Light.ttf'); }
@font-face { font-family: The Seasons Light; src: url('../font/The-Seasons-Light.ttf'); }

::-webkit-scrollbar {
  width:0px;
  height:0px;
  background:#ffffff;
}

::-webkit-scrollbar-thumb {
  background-color:#ff0000;
  --webkit-border-radius:1ex;
}

.center {
  text-align:center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body {
  background: black;
  color: black;
  text: lightgrey;

  margin: 0px 10px 0px;
  padding: 0px 0px 0px;
  overflow-x:hidden;
  overflow-x:scroll
  overflow-y:scroll
}





a:link {
  color: red;
  background-color: transparent;
  text-decoration: line-through;
}

a:visited {
  color: red;
  background-color: transparent;
  text-decoration: line-through;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: line-through;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: line-through;
}







.br-header {
  line-height: 59px;
  text-align: center;
}

.br-0 {
  line-height: 0px;
  text-align: center;
}

.br-1 {
  line-height: 19px;
  text-align: center;
}

.br-2 {
  line-height: 39px;
  text-align: center;
}

.br-3 {
  line-height: 57px;
  text-align: center;
}

.br-4 {
  line-height: 77px;
  text-align: center;
}

.br-5 {
  line-height: 95px;
  text-align: center;
}

.br-6 {
  line-height: 116px;
  text-align: center;
}

.br-7 {
  line-height: 134px;
  text-align: center;
}

.br-8 {
  line-height: 153px;
  text-align: center;
}

.br-9 {
  line-height: 172px;
  text-align: center;
}

.media {
  display: block;
  text-align: center;
  margin: auto;
  border: 0px solid lightgrey;
  box-shadow: 0px 0px 0px lightgrey;
  outline: none;
  opacity: 1;
}

.menu-div {
  font-family: 'Alegreya VariableFont wght', serif;
  width: 100%;
  height: 29px;
  border-bottom: 2px solid lightgrey;
  text-align: center;
}

.menu {
  font-family: 'Alegreya VariableFont wght', serif;
  opacity: 1;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0.88em;
  padding-left: 0.88em;
  line-height: 0.81;
  background-color: #000;
  color: #fff;
}

.div {
  width: 100%;
  text-align: center;
}

.section {
  font-family: 'The Seasons Light', serif;
  text-align: center;
  opacity: 1;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 0.88em;
  padding-left: 0.88em;
  background-color: #000;
  color: #fff;
}

.line {
  display: block;
  margin:auto;
  width: 4%;
  border-bottom: 2px solid white;
 }

.product {
  font-family: 'AlegreyaSC BoldItalic', serif;
  text-align: center;
  opacity: 1;
  font-size: 37px;
  font-weight: 100;
  letter-spacing: 0.4em;
  padding-left: 0.4em;
  background-color: #000;
  color: lightgrey;
}

.description {
  font-family: 'Aleo Light', serif;
  text-align: center;
  opacity: .40;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0.5em;
  padding-left: 0.5em;
  line-height: 1.45;
  background-color: #000;
  color: lightgrey;
}

.form {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 729px;
  border: 0px solid lightgrey;
  opacity: .9;
  font-size: 16px;
  font-weight: 100;
  background-color: #fff;
  color: #000;
}

.row-heading
{
  font-size:1.3rem;
  font-weight:bold;
}
.total
{
  font-size:2rem;
  font-weight:bold;
}
.total-val
{
  font-size:2rem;
  border:
}