.h7 {
  color: black;
  font-size: 14px;
  font-weight: 700;
}

.announce::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.container-1 {
  height: 78vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 85.4em) {
  .container-1 {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 75em) {
  .container-1 {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 71em) {
  .container-1 {
    display: flex;
    flex-direction: column;
  }
}

.container-1 .header__title {
  -webkit-animation: moveInLeft 1s ease-out .75s;
          animation: moveInLeft 1s ease-out .75s;
  text-align: center;
  font-size: 50px;
}

@media only screen and (max-width: 85.4em) {
  .container-1 .header__title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 71em) {
  .container-1 .header__title {
    font-size: 45px;
  }
}

.container-1 .header__text {
  -webkit-animation: moveInRight 1s ease-out .75s;
          animation: moveInRight 1s ease-out .75s;
  text-align: center;
  font-size: 20px;
}

@media only screen and (max-width: 85.4em) {
  .container-1 .header__text {
    font-size: 30px;
  }
}

@media only screen and (max-width: 71em) {
  .container-1 .header__text {
    font-size: 22px;
  }
}

.container-1 .feature {
  margin-top: 20px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 85.4em) {
  .container-1 .feature {
    width: 90%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 71em) {
  .container-1 .feature {
    margin-top: 10px;
    width: 90%;
    display: flex;
    flex-direction: row;
  }
}

.container-1 .feature__items-5 {
  width: auto !important;
}

.container-1 .feature-card {
  -webkit-animation: moveInBottom 1s ease-out .75s;
          animation: moveInBottom 1s ease-out .75s;
  margin: 15px;
  height: 150px;
  width: 150px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 85.4em) {
  .container-1 .feature-card {
    width: 200px;
    height: 200px;
    margin: 20px;
  }
}

@media only screen and (max-width: 71em) {
  .container-1 .feature-card {
    height: 150px;
    width: 150px;
    margin: 15px;
  }
}

.container-1 .feature-card:hover {
  background-image: linear-gradient(to bottom, #7edff5, #2193b0);
  color: #ffffff;
  transition: 0.2s all ease-in-out;
  transform: scale(1.2);
  box-shadow: 0 10px 13px -7px #585858;
}

.container-1 .feature-card:active {
  box-shadow: none;
}

.container-1 .feature-card__icon {
  font-size: 35px;
  color: #686868;
}

@media only screen and (max-width: 85.4em) {
  .container-1 .feature-card__icon {
    font-size: 55px;
  }
}

@media only screen and (max-width: 71em) {
  .container-1 .feature-card__icon {
    font-size: 40px;
  }
}

.container-1 .feature-card__text {
  font-size: 15px;
}

@media only screen and (max-width: 85.4em) {
  .container-1 .feature-card__text {
    font-size: 25px;
  }
}

@media only screen and (max-width: 71em) {
  .container-1 .feature-card__text {
    font-size: 17px;
  }
}

@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }

  80% {
    transform: translateY(-1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(10rem);
  }

  80% {
    transform: translateY(-1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }

  80% {
    transform: translateX(-1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }

  80% {
    transform: translateX(-1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }

  80% {
    transform: translateX(1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }

  80% {
    transform: translateX(1rem);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.sales:hover {
  box-shadow: 0px 10px 13px -7px #acacac;
  border-bottom: hidden;
  transform: scale(1.1);
  transition: 0.2s all ease-in-out;
}

.container1 {
  font-family: 'poppins';
  height: 100vh;
  background-color: #ffffff;
}

.left-side {
  width: 70%;
  padding: 5px;
}

@media only screen and (max-width: 85.4em) {
  .left-side {
    width: 65%;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side {
    width: 60%;
  }
}

.left-side .pos__header-logo--name-fine {
  font-size: 30px !important;
  font-weight: 400;
}

@media only screen and (max-width: 85.4em) {
  .left-side .pos__header-logo--name-fine {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .pos__header-logo--name-fine {
    font-size: 25px !important;
  }
}

.left-side .pos__header-logo--name-bold {
  font-size: 30px !important;
  font-weight: 600;
}

@media only screen and (max-width: 85.4em) {
  .left-side .pos__header-logo--name-bold {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .pos__header-logo--name-bold {
    font-size: 25px !important;
  }
}

.left-side .search {
  width: 40%;
}

.left-side .search__field {
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
  outline: none;
  font-size: 18px;
}

@media only screen and (max-width: 85.4em) {
  .left-side .search__field {
    font-size: 25px;
  }
}

@media only screen and (max-width: 80rem) {
  .left-side .search__field {
    font-size: 20px;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .search__field {
    font-size: 18px;
  }
}

.left-side .search__icon {
  margin-left: -40px;
  font-size: 30px !important;
  height: 23px;
  width: 25px;
  color: #bbbbbb;
}

@media only screen and (max-width: 85.4em) {
  .left-side .search__icon {
    height: 26px;
    width: 28px;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .search__icon {
    height: 22px;
    width: 24px;
  }
}

.left-side .menu {
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  margin: 0 15px 25px 15px;
}

.left-side .menu__items {
  margin: 0 20px;
  padding: 3px 0;
  overflow-x: scroll;
}

.left-side .menu__items::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.left-side .menu__items-item {
  padding: 5px;
  font-size: 18px;
}

.left-side .menu__items-item:focus {
  border-radius: 5px;
  background-color: #0bb7af;
  color: #ffffff !important;
}

.left-side .menu__items-item-selected {
  border-radius: 5px;
  background-color: #0bb7af;
  color: #ffffff !important;
}

@media only screen and (max-width: 85.4em) {
  .left-side .menu__items-item {
    font-size: 22px;
  }
}

@media only screen and (max-width: 80rem) {
  .left-side .menu__items-item {
    font-size: 20px;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .menu__items-item {
    font-size: 17px;
  }
}

.left-side .items {
  height: auto !important;
  max-height: 77% !important;
  margin-left: 70px;
  overflow-y: scroll;
}

.left-side .items::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

@media only screen and (max-width: 85.4em) {
  .left-side .items {
    height: auto !important;
    max-height: 82% !important;
  }
}

@media only screen and (max-width: 80rem) {
  .left-side .items {
    height: auto !important;
    max-height: 79% !important;
    margin-left: 42px;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .items {
    height: auto !important;
    max-height: 78% !important;
    margin-left: 25px;
  }
}

.left-side .items__item {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #bbbbbb;
  width: 29%;
  height: 150px;
  margin: 0 25px 25px 0;
  cursor: pointer;
}

@media only screen and (max-width: 85.4em) {
  .left-side .items__item {
    height: 150px;
    margin-bottom: 30px !important;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .items__item {
    height: 120px;
    margin-bottom: 25px !important;
    margin-right: 25px;
  }
}

.left-side .items__item-info-title--name {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (max-width: 85.4em) {
  .left-side .items__item-info-title--name {
    font-size: 21px;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .items__item-info-title--name {
    font-size: 18px;
    font-weight: 500;
  }
}

.left-side .items__item-info-title--desc {
  color: #808080;
  font-size: 14px;
}

@media only screen and (max-width: 85.4em) {
  .left-side .items__item-info-title--desc {
    font-size: 17px;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .items__item-info-title--desc {
    font-size: 14px;
  }
}

.left-side .items__item-info-price {
  font-size: 20px;
  color: #0bb7af !important;
}

@media only screen and (max-width: 85.4em) {
  .left-side .items__item-info-price {
    font-size: 23px;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .items__item-info-price {
    font-size: 17px;
  }
}

.left-side .items__item-info-pic {
  padding: 2px;
  height: 80px;
  width: 80px;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
}

@media only screen and (max-width: 85.4em) {
  .left-side .items__item-info-pic {
    height: 60px;
    width: 60px;
  }
}

@media only screen and (max-width: 64rem) {
  .left-side .items__item-info-pic {
    height: 50px;
    width: 50px;
  }
}

.right-side {
  width: 35%;
  background-color: #ffffff;
  border-left: .3px solid #bbbbbb;
}

@media only screen and (max-width: 64rem) {
  .right-side {
    width: 40%;
  }
}

.right-side .transaction__header--1 {
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__header--1 {
    font-size: 25px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__header--1 {
    font-size: 23px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__header--1 {
    font-size: 20px;
    font-weight: 500;
  }
}

.right-side .transaction__header-2--icon {
  background-color: #3699ff;
  padding: 5px;
  border-radius: 5px;
  width: 50px;
  height: 30px;
  margin-right: 15px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__header-2--icon {
    width: 80px;
    height: 40px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__header-2--icon {
    width: 70px;
    height: 35px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__header-2--icon {
    width: 70px;
    height: 35px;
  }
}

.right-side .transaction__header-2--btn {
  padding: 5px;
  border-radius: 5px;
  color: #bb2124;
  background-color: #fc9797;
  width: 70px;
  height: 30px;
  text-align: center;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__header-2--btn {
    width: 100px;
    height: 40px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__header-2--btn {
    width: 75px;
    height: 35px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__header-2--btn {
    width: 90px;
    height: 35px;
    font-size: 18px;
  }
}

.right-side .transaction__customer {
  margin-top: 10px;
  width: 100%;
}

.right-side .transaction__customer-field {
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
  outline: none;
  font-size: 17px;
  width: 100%;
  padding: 5px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__customer-field {
    font-size: 25px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__customer-field {
    font-size: 20px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__customer-field {
    font-size: 20px;
  }
}

.right-side .transaction__items {
  height: 340px !important;
  margin-top: 15px;
  overflow-y: scroll !important;
}

.right-side .transaction__items::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__items {
    height: 420px !important;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__items {
    height: 315px !important;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__items {
    height: 310px !important;
  }
}

.right-side .transaction__items-item {
  width: 91%;
  margin-bottom: 15px;
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__items-item {
    margin-bottom: 10px;
  }
}

.right-side .transaction__items-item-label--pic {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  border: 1px solid #bbbbbb;
  padding: 2px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__items-item-label--pic {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__items-item-label--pic {
    height: 35px;
    width: 35px;
  }
}

.right-side .transaction__items-item-label-labels--name {
  font-size: 16px;
  max-width: 120px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__items-item-label-labels--name {
    font-size: 20px;
    max-width: 130px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__items-item-label-labels--name {
    font-size: 18px;
    max-width: 100px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__items-item-label-labels--name {
    font-size: 15px;
    max-width: 100px;
  }
}

.right-side .transaction__items-item-label-labels--desc {
  font-size: 14px;
  color: #808080;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__items-item-label-labels--desc {
    font-size: 18px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__items-item-label-labels--desc {
    font-size: 16px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__items-item-label-labels--desc {
    font-size: 14fpx;
  }
}

.right-side .transaction__items-item-quantity {
  width: 40%;
  margin-left: 10%;
}

.right-side .transaction__items-item-quantity-sub {
  background-color: #DEDCDC;
  padding: 2px;
  border-radius: 5px;
  height: 33px;
  width: 33px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__items-item-quantity-sub {
    padding: 5px;
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__items-item-quantity-sub {
    padding: 2px 2px 0 2px;
    height: 36px;
    width: 50px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__items-item-quantity-sub {
    padding: 2px;
    height: 33px;
    width: 33px;
  }
}

.right-side .transaction__items-item-quantity-field {
  width: 30%;
  background-color: transparent;
  border-bottom: 1px solid #292929;
  outline: none;
  font-size: 17px;
  text-align: center;
}

.right-side .transaction__items-item-quantity-field:focus {
  border-bottom: 1px solid #1BC5BD;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__items-item-quantity-field {
    font-size: 20px;
    width: 40%;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__items-item-quantity-field {
    font-size: 20px;
    width: 67%;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__items-item-quantity-field {
    font-size: 17px;
    width: 50%;
  }
}

.right-side .transaction__items-item-quantity-add {
  background-color: #DEDCDC;
  padding: 2px;
  border-radius: 5px;
  height: 33px;
  width: 33px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__items-item-quantity-add {
    padding: 5px;
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__items-item-quantity-add {
    padding: 2px 2px 0 2px;
    height: 36px;
    width: 50px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__items-item-quantity-add {
    padding: 2px;
    height: 33px;
    width: 33px;
  }
}

.right-side .transaction__items-item-quantity-del {
  background-color: #fc9797;
  padding: 2px;
  border-radius: 5px;
  color: #bb2124 !important;
  height: 33px;
  width: 33px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__items-item-quantity-del {
    padding: 5px;
    height: 40px;
    width: 40px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__items-item-quantity-del {
    padding: 2px 2px 0 2px;
    height: 35px;
    width: 50px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__items-item-quantity-del {
    padding: 2px;
    height: 30px;
    width: 35px;
  }
}

.right-side .transaction__items-item-price {
  font-size: 17px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__items-item-price {
    font-size: 20px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__items-item-price {
    font-size: 17px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__items-item-price {
    font-size: 17px;
  }
}

.right-side .transaction__vat {
  margin-top: 15px;
  padding: 10px;
  height: auto;
  width: auto;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__vat {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__vat {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__vat {
    margin-top: 20px;
  }
}

.right-side .transaction__vat .label-text {
  font-size: 16px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__vat .label-text {
    font-size: 25px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__vat .label-text {
    font-size: 21px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__vat .label-text {
    font-size: 18px;
  }
}

.right-side .transaction__vat .total-text {
  font-size: 20px;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__vat .total-text {
    font-size: 28px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__vat .total-text {
    font-size: 23px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__vat .total-text {
    font-size: 22px;
  }
}

.right-side .transaction__vat-discount {
  border-bottom: 1px solid #bbbbbb;
}

.right-side .transaction__btn-checkout {
  background-color: #0bb7af;
  padding: 10px;
  border-radius: 5px;
  width: auto;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  font-size: 25px;
  margin-top: 20px;
  cursor: pointer;
}

.right-side .transaction__btn-checkout:focus,
.right-side .transaction__btn-checkout:hover {
  box-shadow: 0 0 0 1px white, 0 0 0 2px #0bb7af, 0 0 0 5px #0bb7af, 0 0 0 6.5px white, 0 0 0 7px #0bb7af;
  background: none;
  color: #0bb7af !important;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__btn-checkout {
    padding: 15px;
    font-size: 32px;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__btn-checkout {
    padding: 10px;
    font-size: 30px;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__btn-checkout {
    padding: 12px;
    font-size: 26px;
    margin-top: 23px;
  }
}

.right-side .transaction__btn-save {
  background-color: #3699ff;
  padding: 10px;
  border-radius: 5px;
  width: auto;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  font-size: 25px;
  margin-top: 17px;
  cursor: pointer;
}

.right-side .transaction__btn-save:focus,
.right-side .transaction__btn-save:hover {
  box-shadow: 0 0 0 1px white, 0 0 0 2px #3699ff, 0 0 0 5px #3699ff, 0 0 0 6.5px white, 0 0 0 7px #3699ff;
  background: none;
  color: #3699ff !important;
}

@media only screen and (max-width: 85.4em) {
  .right-side .transaction__btn-save {
    padding: 15px;
    font-size: 32px;
  }
}

@media only screen and (max-width: 80rem) {
  .right-side .transaction__btn-save {
    padding: 10px;
    font-size: 30px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 64rem) {
  .right-side .transaction__btn-save {
    padding: 12px;
    font-size: 26px;
  }
}

.container2 {
  font-family: 'poppins';
  height: 100vh;
  width: 100% !important;
  background-color: #ffffff;
}

.kitchen {
  padding: 10px;
}

.kitchen__header {
  border-bottom: 1px solid #bbbbbb;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.kitchen__header-logo--name-fine {
  font-size: 30px !important;
  font-weight: 400;
}

@media only screen and (max-width: 85.4em) {
  .kitchen__header-logo--name-fine {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 64rem) {
  .kitchen__header-logo--name-fine {
    font-size: 25px !important;
  }
}

.kitchen__header-logo--name-bold {
  font-size: 30px !important;
  font-weight: 600;
}

@media only screen and (max-width: 85.4em) {
  .kitchen__header-logo--name-bold {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 64rem) {
  .kitchen__header-logo--name-bold {
    font-size: 25px !important;
  }
}

.kitchen__search {
  width: 40%;
}

.kitchen__search-field {
  background-color: transparent;
  border-bottom: 1px solid #bbbbbb;
  outline: none;
  font-size: 18px;
}

@media only screen and (max-width: 85.4em) {
  .kitchen__search-field {
    font-size: 25px;
  }
}

@media only screen and (max-width: 80rem) {
  .kitchen__search-field {
    font-size: 20px;
  }
}

@media only screen and (max-width: 64rem) {
  .kitchen__search-field {
    font-size: 18px;
  }
}

.kitchen__search-icon {
  margin-left: -40px;
  font-size: 30px !important;
  height: 23px;
  width: 25px;
  color: #bbbbbb;
}

@media only screen and (max-width: 85.4em) {
  .kitchen__search-icon {
    height: 26px;
    width: 28px;
  }
}

@media only screen and (max-width: 64rem) {
  .kitchen__search-icon {
    height: 22px;
    width: 24px;
  }
}

.kitchen__cart {
  height: 86vh;
  overflow-x: scroll !important;
}

.kitchen__cart::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.kitchen__cart-item {
  padding: 10px;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  width: 350px !important;
  margin-right: 25px;
}

.kitchen__cart-item-header {
  border-bottom: 1px solid #bbbbbb;
  padding: 0 0 5px 0;
}

.kitchen__cart-item-header--number {
  font-size: 15px;
}

.kitchen__cart-item-header--customer {
  font-size: 15px;
}

.kitchen__cart-item-header--status {
  font-size: 15px;
  color: #fc9797;
}

.kitchen__cart-item-items {
  width: 350px;
  margin-top: 5px;
}

.kitchen__cart-item-items-head {
  width: 90%;
  margin-left: 15px;
}

.kitchen__cart-item-items-head--item {
  font-size: 16px;
  font-weight: 500;
}

.kitchen__cart-item-items-head--quantity {
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}

.kitchen__cart-item-items-body {
  width: 90%;
  margin-top: 5px;
  height: auto;
  max-height: 90%;
  overflow-y: scroll !important;
}

.kitchen__cart-item-items-body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.kitchen__cart-item-items-body-list {
  margin-bottom: 8px;
}

.kitchen__cart-item-items-body-list-label--pic {
  height: 35px;
  width: 35px;
  border: 1px solid #bbbbbb;
  border-radius: 5px;
  margin-right: 5px;
  margin-top: 3px;
  padding: 1px;
}

.kitchen__cart-item-items-body-list-label-labels--name {
  font-size: 15px;
  max-width: 100px;
}

.kitchen__cart-item-items-body-list-label-labels--desc {
  font-size: 13px;
  color: #808080;
}

.kitchen__cart-item-items-body-list-quantity {
  font-size: 21px;
  margin-left: 25px;
}

.container3 {
  font-family: 'poppins';
  height: 100vh;
  width: 100% !important;
  background-color: #ffffff;
}

.sub-container {
  height: 85%;
  padding: 10px;
}

.payment {
  width: 50%;
  margin-left: 20px;
}

.payment__transaction {
  padding: 10px;
  border: 1px solid #bbbbbb;
  border-radius: 10px;
  height: 580px !important;
}

.payment__transaction-header {
  border-bottom: 1px solid #bbbbbb;
  padding-bottom: 10px;
}

.payment__transaction-header--order {
  font-size: 20px;
  font-weight: 500;
}

.payment__transaction-header--customer {
  font-size: 20px;
  font-weight: 500;
}

.payment__transaction-table .table-input {
  border-bottom: 1px solid #bbbbbb;
}

.payment__transaction-table .table-input:focus {
  outline: none;
}

.payment__transaction-total {
  padding-top: 10px;
  border-top: 1px solid #bbbbbb;
}

.payment__transaction-total--label {
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
}

.payment__transaction-total--value {
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
}

.charge {
  margin-bottom: 100px;
  width: 50%;
  margin-left: 15px;
}

.charge__total {
  width: 80%;
  margin-top: 5px;
}

.charge__total--label {
  font-size: 25px;
  font-weight: 500;
}

.charge__total--value {
  font-size: 23px;
  font-weight: 500;
}

.charge__amount {
  width: 80%;
  margin-top: 5px;
}

.charge__amount--label {
  font-size: 25px;
  font-weight: 500;
}

.charge__amount--field {
  border-bottom: 1px solid #bbbbbb;
  font-size: 23px;
  font-weight: 500;
  width: 30%;
}

.charge__amount--field:focus {
  outline: none;
}

.charge__btn {
  width: 80%;
  margin-top: 20px;
  background-color: #3699ff;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  border-radius: 5px;
  letter-spacing: 3px;
  font-weight: 600;
}

.charge__btn:hover {
  box-shadow: 0 0 0 1px white, 0 0 0 2px #3699ff, 0 0 0 5px #3699ff, 0 0 0 6.5px white, 0 0 0 7px #3699ff;
  background: none;
  color: #3699ff !important;
}

.charge__btn:focus {
  background-color: #3699ff;
  color: #ffffff !important;
}

.container4 {
  font-family: 'poppins';
  height: 100vh;
  width: 100% !important;
  background-color: #ffffff;
}

.receipt {
  height: 85%;
}

.receipt__form {
  margin-top: 30px;
}

.receipt__form-icon {
  height: 80px;
  width: 80px;
  color: #0bb7af;
}

.receipt__form-change {
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
}

.receipt__form-email {
  margin-top: 5px;
}

.receipt__form-email--field {
  border-bottom: 1px solid #bbbbbb;
  font-size: 20px;
  padding: 5px;
}

.receipt__form-email--field:focus {
  outline: none;
}

.receipt__form-email--icon {
  height: 30px;
  width: 40;
  transform: rotateZ(90deg);
  color: #3699ff;
}

.receipt__form-print {
  margin-top: 10px;
}

.receipt__form-print--label {
  font-size: 20px;
  color: #3699ff;
  margin-right: 10px;
}

.receipt__form-print--icon {
  height: 30px;
  width: 40px;
  color: #3699ff;
}

.receipt__form-btn {
  margin-top: 35px;
  background-color: #3699ff;
  padding: 10px;
  color: #ffffff;
  font-size: 17px;
  border-radius: 5px;
  letter-spacing: 3px;
  font-weight: 500;
  width: 70%;
}

.receipt__form-btn:hover {
  box-shadow: 0 0 0 1px white, 0 0 0 2px #3699ff, 0 0 0 5px #3699ff, 0 0 0 6.5px white, 0 0 0 7px #3699ff;
  background: none;
  color: #3699ff !important;
}

.receipt__form-btn:focus {
  background-color: #3699ff;
  color: #ffffff !important;
}

.DefaultClass {
  font-family: 'poppins';
}

.fontSans {
  font-family: sans-serif;
}

.fontCenturyGothic {
  font-family: 'Century Gothic';
}

.fontTimes {
  font-family: 'Times New Roman', Times, serif;
}

.fontCalibri {
  font-family: 'Calibri';
}

.fontCourier {
  font-family: 'Courier New';
}

.announce::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.container-2 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 85.4em) {
  .container-2 {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 75em) {
  .container-2 {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 71em) {
  .container-2 {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 450px) {
  .container-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 90vh;
    justify-content: flex-start;
  }
}

.container-2 .payroll {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 85.4em) {
  .container-2 .payroll {
    width: 100%;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 71em) {
  .container-2 .payroll {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}

@media only screen and (max-width: 450px) {
  .container-2 .payroll {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.container-2 .payroll__items-5 {
  width: auto !important;
}

.container-2 .payroll-card {
  -webkit-animation: moveInBottom 1s ease-out .75s;
          animation: moveInBottom 1s ease-out .75s;
  margin: 15px;
  height: 150px;
  width: 150px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 85.4em) {
  .container-2 .payroll-card {
    width: 200px;
    height: 200px;
    margin: 20px;
  }
}

@media only screen and (max-width: 71em) {
  .container-2 .payroll-card {
    height: 150px;
    width: 150px;
    margin: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .container-2 .payroll-card {
    width: 48.8%;
    height: 120px;
    margin: unset;
  }
}

.container-2 .payroll-card:hover {
  background-image: linear-gradient(to bottom, #7edff5, #2193b0);
  color: #ffffff;
  transition: 0.2s all ease-in-out;
  transform: scale(1.2);
  box-shadow: 0 10px 13px -7px #585858;
}

.container-2 .payroll-card:active {
  box-shadow: none;
}

.container-2 .payroll-card__icon {
  font-size: 35px;
  color: #686868;
}

@media only screen and (max-width: 85.4em) {
  .container-2 .payroll-card__icon {
    font-size: 55px;
  }
}

@media only screen and (max-width: 71em) {
  .container-2 .payroll-card__icon {
    font-size: 40px;
  }
}

.container-2 .payroll-card__text {
  font-size: 15px;
}

@media only screen and (max-width: 85.4em) {
  .container-2 .payroll-card__text {
    font-size: 25px;
  }
}

@media only screen and (max-width: 71em) {
  .container-2 .payroll-card__text {
    font-size: 17px;
  }
}

