.cart_products_cover {
  width: 360px;
  max-height: 100vh;
  overflow-y: auto;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.popup-heading {
  background-color: #990000;
  text-align: center;
}

.popup-heading h1 {
  font-size: 16px;
  color: white;
  padding: 14px 0px;
}

.popup-enquiry-cart-item {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  justify-items: center;
  align-content: space-between;
  align-items: center;
  margin: 10px 0px;
}

.product_row {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.product_row img {
  width: 100%;
  max-width: 90px;
  min-width: 80px;
  height: 75px;
  padding: 0;
  border-radius: 3px;
  margin: 0px 30px 0px 10px;
}

.inclusive-sans {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  /* margin-bottom: 12px; */
}

.popup_product_name {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 12px;
}

.popup_pricing_container-parent {
  max-width: 100%;
  min-width: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popup_pricing_container {
  padding: 5px 0px;
}

.popup_product_price {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  margin: 10px 10px 30px 0px;
}

.number-qty {
  display: flex;
  align-items: center;
}

.number-qty input[type="number"] {
  width: 50px;
  text-align: center;
}

.buttonhero2.confirm_order_button {
  display: inline-block;
  background: #e40000;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 4px #990000;
}

.minimum_order_amount_heading {
  font-weight: bold;
  margin-bottom: 10px;
}

#popup_pisol_continue_shopping {
  padding: 10px;
  margin: 10px;
  background-color: red;
  color: white;
  border-radius: 3px;
}

.popup_pisol_continue_shopping,
.popup_pisol_continue_shopping {
  width: 50%;
  text-align: center;
  padding: 10px;
  margin: 10px;
}

.popup-redirection-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: sticky;
  bottom: 0;
  z-index: 100;
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #eee;
}

/* Enquiry cart popup: stretch content and pin the Enquiry Cart button at the bottom */
#elementor-popup-modal-627 .dialog-message {
  align-items: stretch;
}

#elementor-popup-modal-627 .elementor-container.elementor-column-gap-default {
  margin: 0;
  padding: 0;
}

#elementor-popup-modal-627 .elementor-location-popup,
#elementor-popup-modal-627 .elementor-section,
#elementor-popup-modal-627 .elementor-container,
#elementor-popup-modal-627 .elementor-column,
#elementor-popup-modal-627 .elementor-widget-wrap,
#elementor-popup-modal-627 .elementor-element,
#elementor-popup-modal-627 .elementor-widget-container,
#elementor-popup-modal-627 .elementor-shortcode {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

#elementor-popup-modal-627 #pi-enquiry-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#elementor-popup-modal-627 .popup-heading {
  flex: 0 0 auto;
}

#elementor-popup-modal-627 #popup-pi-enquiry-list-row {
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
}

#elementor-popup-modal-627 .popup-redirection-buttons {
  flex: 0 0 auto;
  margin-top: auto;
  background: #fff;
  border-top: 1px solid #eee;
}

a#popup_pisol_continue_shopping\ inclusive-sans {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #B82929 !important;
  color: white !important;
}

.continue_shoping_button,
.continue_enquiry_button:hover {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #ffcd4b !important;
  color: black !important;
}

.continue_enquiry_button,
.continue_shoping_button:hover {
  width: 100%;
  text-align: center;
  padding: 10px;
  background-color: #B82929 !important;
  color: white !important;
}

.popup_pisol_continue_shopping,
.popup_pisol_continue_shopping {
  width: 50%;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}