* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: poppins;
  font-size: 16px;
}
.checkout_text {
  width: 100%;
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: auto;
  font-weight: bold;
  color: #050505;
  margin-top: 8rem;
}
.all_container {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 1rem;
}
.checkout_container {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* border: 1px solid rgb(215, 213, 213); */
  /* border-radius: 1rem; */
  background-color: #f9f9f9;
  margin-top: 2rem;
  height: 300px;
}
.product_image {
  width: 250px;
  height: 300px;
  display: flex;
  justify-content: left;
}
.item_section {
  display: flex;
  flex-direction: column;
  padding: 0rem 2rem;
}
.heading {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0;
}
.description {
  font-weight: 300;
  font-size: 1rem;
  padding-top: 0.5rem;
}
.buy {
  /* display: flex; */
  /* justify-content: right; */
  float: right;
}
.summary_container {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  width: 340px;
  /* height: 400px; */
  /* border: 2px solid black; */
  height: 300px;
  margin-inline: 1.5rem;
  margin-top: 2rem;
  padding: 1.5rem;
}
.summ_text {
  font-weight: 600;
  font-size: 1.2rem;
}
.summ_details {
  display: flex;
  flex-direction: row;
  
  /* padding: 1rem; */
  /* align-items: flex-start; */
  /* margin-top: 0.5rem; */
  /* padding: 1rem 1rem 1rem 0rem; */
}
.left {
  width: 70%;
  padding: 1rem 1rem 1rem 0rem;
}
.right {
  width: 35%;
  padding: 1rem 0rem 1rem 3rem;
}
.line{
    width: 100%;
    border: 1px solid hsl(0, 0%, 2%);
    margin-top: 0.3rem;
}
.same_text {
  font-size: 0.85rem;
  font-weight: 400;
  color: #333333;
  /* padding-top: 0.3rem; */
}
.amount {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 1rem 1rem 1rem 0rem; */
}
.balance-left {
  font-weight: 700;
  color: #050505;
  padding: 1rem 1rem 1rem 0rem;
}
.balance-right {
  font-weight: 700;
  color: #050505;
  padding: 1rem 0rem 1rem 1rem;
}
.check-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn {
  background-color: #050505;
  /* margin-inline: 1.5rem; */
  margin: 1rem 0rem;
  width: 100%;
}
.btn a {
  color: white;
}
