body {
  background: #A46C3D;
  font-family: "Roboto", sans-serif;
}

.items h4,
.your-cart h4 {
  margin: 25px 0 20px 0;
}

.main-container {
  margin: 0 auto 20px;
  max-width: 1020px;
  background: rgb(255, 255, 255);
  height: 100%;
  overflow: auto;
  min-height: calc(100vh - 250px);
  font-family: "Work Sans", sans-serif;
  /* box-shadow: 0 0px 8px rgb(37 44 65 / 32%); */
  overflow: scroll;
}

.items {
  padding: 15px;
  float: left;
  padding: 0 30px;
  float: left;
  background-color: #fff;
  z-index: 1;
  /* -webkit-box-shadow: 0 15px 24px rgb(37 44 65 / 16%);
    -moz-box-shadow: 0 15px 24px rgba(37,44,65,0.16);
    box-shadow: 0 15px 24px rgb(37 44 65 / 16%); */
  height: 100vh;
  position: relative;
}

.items ul li {
  margin: 0;
  list-style: none;
  font-weight: 600;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

.items ul li {
  display: inline-block;
  background: #fff;
  padding: 10px 0 10px 20px;
  width: 100%;
  position: relative;
}

.items ul li:before {
  position: absolute;
  content: "";
  border-left: 2px solid #A46C3D;
  border-top: 2px solid #A46C3D;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(135deg);
}

.items ul li a {
  text-decoration: none;
  color: #324754;
  font-weight: 300;
}

.items ul li p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 17px;
  font-size: 15px;
  color: #888;
}

.icon-btn {
  background: #edf0fa;
  padding: 7px 10px;
  border-radius: 5px;
  margin: 0 2px;
  text-align: center;
  justify-content: revert;
}

.icon-btn img {
  max-width: 15px;
  opacity: 0.5;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(42%) sepia(7%) saturate(3196%) hue-rotate(137deg) brightness(103%) contrast(94%);
}

.accordion-button::after {
  transform: rotate(0);
}

.food-item h3 {
  font-size: 15px;
  font-weight: 500;
  margin: 0 0 3px 0;
  line-height: 20px;
}

.accordion-button:not(.collapsed) {
  color: #A46C3D;
}

.price {
  font-weight: 600;
  margin: 0 25px 0 10px;
  color: #462580;
  padding: 9px 15px;
  background: #4625801a;
  border-radius: 20px;
  font-family: roboto;
  font-size: 14px;
  min-width: 7rem;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
}

.navigation {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
}

.accordion-body {
  padding: 0 15px;
}

.food-item p {
  font-size: 13px;
  margin: 0 0 10px 0;
  line-height: 14px;
  color: #989898;
}

.form-control {
  height: 48px;
  padding: 2px 10px;
  margin-bottom: 2px;
  background-color: #fff;
  border: 1px solid #d2d4de;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  border-bottom: 1px solid #f4f5f9;
}

.accordion-header {
  margin-bottom: 0;
}

img.food-img {
  max-height: 65px;
  height: auto;
  border-radius: 10px;
  margin: 0 10px 0 0;
}

.cart-box {
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #eee;
}

.add-item {
  font-weight: 600;
  font-size: 25px;
  line-height: 25px;
  float: right;
  border-radius: 10px;
  background: #00a53c;
  color: #fff;
}

.add-item.added {
  background: #d3f8e1;
  color: #00a53c;
  pointer-events: none;
  cursor: default;
}

.notification {
  background: url(/images/icons8-cart-64.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 55px;
  background-position: center;
  position: relative;
  margin: 0 15px 0 0;
}

.notification span {
  background: #A46C3D;
  position: absolute;
  right: -8px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  border: 2px solid lightslategray;
}

.accordion-button {
  font-weight: 500;
  font-size: 16px;
}

.btn-checkout {
  width: 100%;
  font-size: 12px;
  padding: 14px 8px;
}

header {
  width: 100%;
  padding: 10px 20px;
  background: #ffffff;
  border: 0;
  z-index: 22;
  border-bottom: 1px solid #e6e6e6;
}

.mobile-sub-header {
  width: 100%;
  padding: 10px 20px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  border: 0;
  z-index: 22;
  border-bottom: 1px solid #e6e6e6;
}

.mobile-sub-header .view-order {
  margin: 0;
}

.right-cover {
  background: #f4f5f9;
  padding: 15px;
}

.food-item {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  align-items: center;
  justify-content: space-between;
}

.food-item .info {
  /* max-width: 220px; */
}

.food-item:last-child {
  border-bottom: none;
}

.btn-secondary {
  background-color: rgb(0, 165, 60);
  color: rgb(255, 255, 255);
  border: none;
}

.svg-inline--fa.fa-w-16 {
  width: 1em;
}

.add-item {
  box-shadow: none;
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 1px 10px;
  line-height: 1.42857;
  border-radius: 4px;
  font-size: 22px;
}

.counterstyles {
  background: #edf0fa;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: inherit;
  margin: 0 0 10px 0;
  border: none;
  justify-content: space-between;
}

.counterstyles:focus {
  border: 0;
  outline: none;
}

.counterstyles button {
  border: 1px solid #eee;
  background: #ffff;
  width: 36px;
}

.item-name {
  font-size: 12px;
}

.cart-box .pa-2 {
  font-size: 14px;
}

.search-field {
  background-image: url("search-icon.svg");
}

.search-field {
  background-image: url(search-icon.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: 15px center;
  padding: 0 0 0 20px;
}

.price-cover {
  justify-content: space-between;
  justify-items: start;
  width: 100%;
  margin: 15px 0 0 0;
  font-weight: 600;
}

.added-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  /* width: 100%; */
  min-width: 50%;
}

.remove-item {
  background: #eee;
  padding: 5px 8px;
  font-weight: 600;
  font-size: 9px;
  border-radius: 5px;
  cursor: pointer;
}

.price-value {
  display: flex;
}

.category-item-btn {
  display: none;
}

.info-cover {
  display: flex;
  width: 98%;
  text-align: left;
  padding-left: 1rem;
}

.no-border {
  border: none;
}

.item-list-cover {
  max-height: 850px;
  /* overflow-y: scroll; */
  overflow-y: auto;
}

.item-list-cover .scroll {
  width: 200px;
  height: 400px;
  background: red;
  /* overflow: scroll; */
  overflow: auto;
}

.scroll::-webkit-scrollbar {
  width: 5px;
}

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.disabled {
  background: #edf0fa !important;
  cursor: default !important;
  pointer-events: none;
}

.pointer {
  cursor: pointer !important;
}

.item-updated {
  border: 2px solid #9aa9e7;
}

.user-data {
  /* flex: 35% 0 1; */
  margin: 0 0.5rem;
}

.user-data input {
  height: 38px;
}

.user-data label {
  font-size: 0.9rem;
}

.error-validation {
  font-size: 0.8rem;
  padding-left: 0.3rem;
  color: tomato;
}

.toaster-cover {
  position: absolute;
  z-index: 999999999999;
  visibility: hidden;
  min-width: 15%;
  max-width: 30%;
  text-align: center;
  border-radius: 2px;
  background: #d1cccc;
  color: black;
  padding: 1rem;
  right: 5%;
  top: 10%;
  border-radius: 6px;
  /* display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transition: all 1s ease-in; */
}

.show {
  visibility: visible !important;
  -webkit-animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
  animation:
    fadein 0.5s,
    fadeout 0.5s 2.5s;
}

.error {
  background: #f7401f;
  color: white;
}

.success {
  background: #03810e;
  color: white;
}

.selected {
  color: #A46C3D !important;
  font-size: 1.05rem;
}

.img-cover {
  border-radius: 100%;
  overflow: hidden;
  width: 55px;
  height: 55px;
  flex-shrink: 0;
  margin: 0 10px 0 0;
  position: relative;
}

.img-cover img {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.category-item-btn {
  display: none;
}

table,
th,
td {
  border: 1px solid #d1d1d1;
  border-collapse: collapse;
  padding: 0.5rem;
  overflow: auto;
  width: 60%;
  text-align: left;
}

th {
  text-align: center;
}

/* Animations to fade the snackbar in and out */
/* @-webkit-keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 10%;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		top: 0;
		opacity: 0;
	}

	to {
		top: 10%;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		top: 10%;
		opacity: 1;
	}

	to {
		top: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		top: 10%;
		opacity: 1;
	}

	to {
		top: 0;
		opacity: 0;
	}
} */

.moodal-content {
  width: 100%;
  max-width: 600px;
  background: #fff;
  border-radius: 5px;
  position: relative;
}

.moodal-content .food-modal-img {
  margin: auto;
  display: block;
  padding: 30px;
  padding-top: 60px;
  width: 100%;
}

.moodal-content .close-btn {
  position: absolute;
  padding: 15px;
  cursor: pointer;
  top: 0;
  right: 0;
}

.moodal-content .close-btn svg {
  width: 12px;
  height: 12px;
}

.view-order {
  margin: 0 2rem 0 0;
  color: #A46C3D;
  cursor: pointer;
  font-size: 1rem;
}

.view-order i {
  margin-right: 10px;
}

@media (max-width: 999px) {
  .items-hide {
    display: none;
  }

  .mobile-sub-header {
    padding: 10px 15px;
  }

  .cart-wrap {
    padding: 5px;
  }

  header {
    padding: 10px 15px;
  }

  .category-item-btn {
    width: 100%;
    padding: 15px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "Poppins";
    font-size: 18px;
    background: url(/images/menu-icon.svg);
    background-size: 61px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    box-shadow: 0 2px 5px #00000017;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 860px) {
  .price-value {
    display: flex;
    width: 100%;
    justify-content: right;
    margin: 10px 0 0 0;
  }

  .food-item {
    flex-direction: column;
    text-align: center;
  }

  img.food-img {
    max-height: 85px;
    margin: 0 15px 0 0;
  }

  .price,
  .add-item {
    width: 50%;
    margin: 5px;
    padding: 10px 0;
    max-height: 40px;
    border-radius: 5px;
  }

  .info h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 5px;
  }
}

.overflow-styles {
  max-height: 60vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
