* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: samim;
  src: url("../fonts/Samim.ttf") format("truetype");
}



html {
  font-family: samim;
  font-size: 16px;
  direction: rtl;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.container {
  width: 100%;
  margin: auto;
}

a {
  text-decoration: none;
  color: #fff;
}

header .area-top {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header .area-top a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50rem;
  padding: 10px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

header .area-top a img {
  width: 100%;
}

header .area-top a:hover {
  background-color: #fbfdef;
}

header .area-top a:active {
  background-color: #e9f3aa;
}

header .area-top > img {
  width: 16.6%;
}

header .area-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

header .area-bottom div {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

main {
  margin: 60px auto;
  width: calc(100% - 30px);
  margin-bottom: 150px;
}

main h1 {
  font-size: 2em;
  margin-bottom: 20px;
}

main table {
  width: 100%;
}

main table th:first-child,
main table td:first-child {
  text-align: right;
}

main table th,
main table td {
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.9rem;
  font-weight: bold;
  padding-top: 16px;
}

main table th span,
main table td span {
  font-size: 0.6rem;
  color: #808080;
}

main table th .btn,
main table td .btn {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: none;
  margin: auto;
}

main table th div,
main table td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}

main table th div span,
main table td div span {
  font-size: 2rem;
  cursor: pointer;
  color: #803691;
  width: 36px;
  height: 36px;
  padding: 0px 8px 25px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50rem;
  font-weight: lighter;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

main table th div span.plus,
main table td div span.plus {
  padding: 10px 8px 6px 8px;
}

main table th div span.bin,
main table td div span.bin {
  padding: 8px;
}

main table th div span.bin img,
main table td div span.bin img {
  width: 17px;
  cursor: pointer;
}

main table th div span:hover,
main table td div span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

main table th div span:active,
main table td div span:active {
  background-color: rgba(0, 0, 0, 0.3);
}

main table th div input,
main table td div input {
  width: 40px;
	height: 35px;
	text-align: center;
	border: 1px solid #d4d7d4;
	font-size: 1.3rem;
	border-radius: 6px;
}

.inpCart{
	outline: none;
	box-shadow: none;
	border-color: #ccc;
}

main table th div input[type=number]::-webkit-outer-spin-button,
main table th div input[type=number]::-webkit-inner-spin-button,
main table td div input[type=number]::-webkit-outer-spin-button,
main table td div input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

main table th div input[type=number],
main table td div input[type=number] {
  -moz-appearance: textfield;
}

.btn {
  display: inline-block;
  border: thin solid #803691;
  height: 36px;
  min-width: 64px;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  cursor: pointer;
  Padding: 5px;
}

.btn:hover {
  background-color: #803691;
}
.colr {
  color: #803691 !important;
}
.wit {
  color: #fff !important;
}

.btn:active {
  background-color: #c2c2c2;
}

@media screen and (min-width: 940px) {
  .container {
    max-width: 66.6%;
  }
}

@media screen and (min-width: 1264px) {
  .container {
    max-width: 50%;
  }
}
/*# sourceMappingURL=fastShopping.css.map */
.btnCl {
  background-color: #803691;
}

.btnEmpt {
  background-color: #803691;
}

.hide{
	display: none;
}
.neg{
	font-size: 2.7rem;
}

.red {
  color: #b50707  !important;
}

@media screen and (min-width: 600px) {
  .input-times{
  display: flex!important;
  justify-content: space-around!important;
  align-items: center!important;
}
}

#fom * {
 /* overflow-x: hidden!important; */
}

.btnFast{
	width: 78px !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.f16 {
  font-size: 16px;
}
