/* body {
  background-color: mintcream;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} */
.card {
  max-width: 30em;
  flex-direction: row;
  background-color: #696969;
  border: 0;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
  margin: 3em auto;
}
.card.dark {
  color: #fff;
}
/* .card.card.bg-light-subtle .card-title {
  color: dimgrey;
} */

.card img {
  max-width: 54%;
  /* margin: auto;
  padding: 0.5em;
  border-radius: 0.7em; */
}
.card-body {
  display: flex;
  justify-content: space-between;
}
.text-section {
  max-width: 60%;
}
.cta-section {
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.cta-section .btn {
  padding: 0.3em 0.5em;
  /* color: #696969; */
}
.card.bg-light-subtle .cta-section .btn {
  background-color: rgb(4, 156, 4);
  border-color: rgb(4, 156, 4);
}
@media screen and (max-width: 475px) {
  .card {
    font-size: 0.9em;
    margin-bottom: 0.3em ;

  }
}
/* @import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
} */
.containerr {
  width: 45%;
  /* margin: 0 auto; */
}
.containerr h1 {
  font-weight: bold;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  /* margin: 0 auto; */
  background: #eaeaea;
  border-radius: 10px;
  padding: 0.4rem 0.3rem;
  /* margin-top: 4rem; */
}

.quantity-btn  {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 2px;
  cursor: pointer;
}
.dustbin-btn {
  background: transparent;
  border: none;
  outline: none;
  margin: 0;
  padding: 0px 2px;
  cursor: pointer;
}
.quantity-btn svg {
  width: 15px;
  height: 15px;
}
 .dustbin-btn svg {
  width: 15px;
  height: 15px;
}
.quantity-input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}
.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .card-text {
    font-size: 13px;
    line-height: 20px;

    }
    .cta-section {
  max-width: 48%;
    }
    .butn {
      display: block !important;
      bottom: 8%;
      /*position: fixed;*/
      /*top: 37.5rem;*/
     }
     .butt {
      width: inherit;
     }
      .foot {
      display: none;
     }
  }
  
