.cat-aside {
  width: 100%;
  position: sticky;
  background-color: #48C9B0;
  top: 0;
  z-index: 998;
  height: 55vh;
  overflow-y: auto;
  border-radius: 8px;
}

/* Input with Quantity Design */
input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.input-group {
  clear: both;
  margin: 1px 0;
  position: relative;
}

.input-group input[type='button'] {
  background-color: #7a0ecc;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -12px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.button-plus {
  left: -13px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.cart-box {
  padding: 8px;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3),
    inset 4px 4px 5px rgba(0, 0, 0, 0.5);
}

.cart-pro-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 10px;
}

.cart-pro-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-pro-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-pro-details {
  padding-left: 2px;
  padding-right: 10px;
  flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.cart-pro-name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.pro-add {
  display: flex;
  align-items: center;
}

.pro-add input {
  margin: 0;
  padding: 0;
  width: 25px;
  text-align: center;
}

.pro-add span {
  text-align: center;
  min-width: 20px;
  height: 25px;
  line-height: 25px;
  display: block;
  font-size: 26px;
  color: var(--primary-color-hover);
  border-radius: 100%;
  border: 1px solid var(--primary-color-hover);
}

.cart-pricing {
  font-size: 18px;
  font-weight: 800;
}

.cart-pro-edit i {
  font-size: 20px;
  color: red;
}

.cart-summary {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3),
    inset 4px 4px 5px rgba(0, 0, 0, 0.5);
}

.pro-total,
.cart-total {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  align-items: center;
  padding: 10px 0 6px;
  margin-bottom: 0;
  border-top: 1px dashed #ccc;
  justify-content: space-between;
}

.pro-total span,
.cart-total span {
  font-weight: 500;
}

.no-fo-pro {
  font-size: 20px;
  font-weight: 600;
}

.cart-total {
  border-top: 2px dashed #000;
  border-bottom: 2px dashed #000;
}

.promo-wrap {
  margin-bottom: 20px;
}

.promo-wrap {
  display: flex;
}

.promo-wrap input {
  margin-bottom: 0;
  padding: 10px 20px;
  border-radius: 7px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid red;
}

.promo-wrap .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.promo-code p {
  font-size: 15px;
  cursor: pointer;
  margin-top: 6px;
  font-weight: 600;
  user-select: none;
}

.promo-box {
  position: relative;
  padding: 10px 10px 5px;
  border-top: 1px solid #000;
}

.promo-modal .close {
  width: 40px;
  height: 40px;
  opacity: 1;
  font-weight: 300;
  margin-left: auto;
}

.promo-modal .close span {
  line-height: 0.5;
  font-size: 50px;
}

.promo-box .btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 14px;
  font-size: 14px;
}

.promo-box p {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
}

.promo-box .promo-title {
  font-size: 20px;
}

.promo-code-here span {
  font-weight: 700;
  text-decoration: underline;
}

.promo-box .promo-code-here {
  font-size: 17px;
}

.promo-box small {
  color: #717171;
  font-weight: 300;
}

.promo-modal .modal-content {
  border-radius: 10px;
  border: none;
}

body .promo-modal.modal {
  background-color: rgb(195 172 171 / 0);
}

@media only screen and (min-width: 1023px) {
  #menuBtn{
    display: none;
    }
}



@media only screen and (max-width: 1023px) {
  #menuBtn {
    position: fixed;
    border-radius: 20%;
    bottom: 5%;
    left: 20px;
    font-size: 20px;
    font-weight: 800;
    z-index: 45;
    color: white;
    background-color: Blue;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.3),
      inset 3px 3px 4px rgba(0, 0, 0, 0.4);
  }

  #catMenu.open {
    transform: translateX(0);
    transition: transform 500ms;
  }


  .sideBar {
    /* width: 100vw;			 */
    position: fixed;
    top: 20px;
    height: 95%;
    overflow: visible;
    transform: translateX(-1000px);
    transition: transform 500ms;
    z-index: 95;
    background-color: #fff;
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3),
      inset 4px 4px 5px rgba(0, 0, 0, 0.5);
  }

}

.extra-food {
  margin-right: 60px;  
}

.extra-food-wrap {
  height: 100%;
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
}

.extra-food li {
  position: relative;
  margin-bottom: 6px;
}

.extra-food li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin-bottom: 0;
}

.extra-food li p {
  padding-left: 23px;
  position: relative;
}

.extra-food li p::before {
  content: "";
  top: 3.5px;
  left: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 6px;
  border: 2px solid var(red);
}

.extra-food {
  margin-right: 60px;
}

.extra-food li p::after {
  content: "";
  position: absolute;
  top: 3.5px;
  left: 0px;
  width: 15px;
  height: 15px;
  opacity: 0;
  border-radius: 3px;
  transition: all 0.5s;
  background-color: green;
}

.extra-food li input:checked+p::after {
  opacity: 1;
}