.box {
  border: 1px solid #dedede;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50%;
}

.cart-count {
  position: absolute;
  background-color: #573312;
  color: white;
  top: 5px;
  right: 0;
  padding: 3px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  z-index: 99;
}

#cart-icon {
  font-size: 2rem;
  cursor: pointer;
  padding-top: 10px;
}

h2.title {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #ffffff;
}

.cart {
  position: fixed;
  top: 0;
  right: -100%;
  width: 500px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
  background-color: white;
  box-shadow: 0 1px 4px rgba(40, 37, 37, 0.1);
  z-index: 100;
}

.cart-active {
  right: 0;
  transition: 0.5s;
}

.cart-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-box {
  display: grid;
  grid-template-columns: 32% 50% 18%;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.cart-img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
}
.detail-box {
  display: grid;
  row-gap: 0.5rem;
}

.price-box {
  display: flex;
  justify-content: space-between;
}

.cart-food-title {
  font-size: 1rem;
  text-transform: uppercase;
  color: #573312;
  font-weight: 500;
}

.cart-price {
  font-weight: 500;
}

.cart-quantity {
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  width: 2.4rem;
  text-align: center;
  font-size: 1rem;
}

.cart-remove {
  font-size: 24px;
  color: #573312;
  cursor: pointer;
}

.total {
  display: flex;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

.total-title {
  font-size: 1rem;
  font-weight: 600;
}

.total-price {
  margin-left: 0.5rem;
}

.btn-buy {
  padding: 12px 20px;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

#cart-close {
  position: absolute;
  top: 1rem;
  right: 0.8rem;
  font-size: 2rem;
  cursor: pointer;
}

@media screen and (max-width: 990px) {
  #cart-icon {
    background-color: none;
    padding: 5px;
    border-radius: 3px;
  }
}

.rating {
  margin-top: -50px !important;
}

@media screen and (max-width: 768px) {
  .rating {
    margin: 0 !important;
  }
}

@media screen and (max-width: 375px) {
  .cart {
    width: 300px;
  }
}

#button-cart {
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  color: #573312;
  background: #2b4174;
}

#button-cart:hover {
  background: #573312;
  border: 1px solid #573312;
}

.btn-buy {
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  color: #ffffff;
  background: #573312;
}

.radio-field-view-cart label {
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  color: #ffffff;
  background: #573312;
  cursor: pointer;
  padding-top: 15px;
}

input[type="radio"] {
  visibility: hidden !important;
}

.add-cart {
  background-color: #573312;
  font-size: 20px !important;
  border-radius: 50px;
  padding: 10px 40px;
  border: 0;
}

.add-cart:hover {
  background-color: #ffb539;
}
#myTab #my-filter li {
  margin: 20px 0;
}

#button-filter button {
  background-color: var(--smoke-color2) !;
  border: 1px solid var(--border-color) !;
}

#cart-input-btn {
  width: 100px;
}

.qty-count--add,
.qty-count--minus {
  height: 50px;
  width: 40px;
  border: 0;
  border-radius: 10px;
  background-color: #573312;
  color: #ffffff;
}

::marker {
  display: none !important;
}

/** start-new **/

table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}

th,
td {
  padding: 20px 10px;
  border: 1px solid #5733122f;
  text-align: center;
  width: 14%;
}

th {
  background-color: #ddd;
  color: #010f1c;
  padding: 40px 0;
}

.cart-img {
  max-width: 200px;
  max-height: 200px;
}

.cart-quantity {
  width: 50px;
  text-align: center;
}

.delete-btn {
  background-color: #573312;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.delete-btn:hover {
  background-color: #ffb539;
}

#final-quantity {
  background-color: white;
  border: 0;
}

.minus-btn,
.plus-btn {
  background-color: #573312;
  color: white;
  border: 0;
  width: 30px;
}

#my-final-price {
  background-color: #573312 !important;
  color: white !important;
}

#my-final-price h5 {
  text-align: center;
  font-size: 30px;
  color: white;
  padding: 20px 0;
}

#number-for-cart-short {
  width: 50px !important;
  background-color: white !important;
}

.notepara {
  background-color: #573312;
  color: #ffffff;
  padding: 15px 10px;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}

.success-message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #573312;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}


