/* .products {
  width: 60%;
  margin: 10px 0;
} */

.product_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  position: relative;
}

.product_item_img_cart {
  width: 25%;
  margin-right: 10px;
  /* height: 100px; */
  object-fit: cover;
}

.add_to_cart {
  /* display: block; */
  margin-left: auto;
  padding: 10px 20px;
  background-color: red;
  color: #fff;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

/* .product_item_actions {
  flex: 1;
  text-align: right;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
} */

.favourite {
  display: block;
  width: 20px;
  margin-left: auto;
  cursor: pointer;
}
.cart_icon {
  color: #fff;
  font-size: 20px;
}

.badge_notification {
  position: absolute;
  top: -6px;
  left: 15px;
  display: none;
}
.carts_products {
  width: 200px;
  background-color: #ddd;
  position: absolute;
  transform: translate(-50%, 0);
  top: 67px;
  border: 1px solid green;
  display: none;
  padding: 10px;
  cursor: pointer;
  z-index: 99;
}
.carts_products a {
  text-decoration: none;
  background-color: green;
  display: block;
  text-align: center;
  color: #fff !important;
  padding: 10px;
}
.cart_icon_container {
  cursor: pointer;
}

.product-item-desc a {
  display: block;
  color: #333;
  font-size: 25px;
  cursor: pointer;
}

.item_details img {
  width: 100%;
  margin: 10px 0;
  border: 1px solid #333;
  padding: 2px;
  height: 40vh;
  object-fit: contain;
}

.products_page_anc {
  text-decoration: none;
  padding: 10px;
  color: #fdb822;
  background-color: #333;
  margin-top: 30px;
  display: block;
}

.img_order {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.img_order_container {
  display: flex;
  width: 200px;
  flex-wrap: wrap;
}
#product_table_container,
#orders_table_container,
#users_table_container {
  display: none;
}
.overflow_Xscroll {
  overflow-x: scroll;
}

footer {
  position: relative;
  top: 150px;
}

.price_sec {
  position: fixed;
  top: 25%;
  /* right: 0; */
}

.no_products {
  display: none;
}

.modal-content,
.modal-header {
  border-radius: 0;
  border: 0;
}

.img_caption_modal {
  position: relative;
  top: 30px;
  color: white;
  /* background-color: coral;   */
  width: fit-content;
}
.card_dasboard {
  min-height: 250px;
  min-width: 260px;
  padding: 20px;
  color: white;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  justify-content: center;
}
