html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  
  overflow-y:scroll;
}
.mainScrn {
  width: 450px;
  height: 100%;
  border: 1px solid;

}
.header {
  background-color: #006d50;
  color: white;
  padding: 10px 10px;
}
.green-color {
  background-color: #006d50;
  color:White;
}
.q-input {
  
  outline:none;
  border-style:outset;
  
}
.listBlock {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: auto;
  height: 40%;
  margin: 10px 0px;
}

.btn:hover {
  color: white;
}
.sectionBlock {
  box-shadow: 0px 0px 6px 0px rgba(104, 104, 104, 0.5);
  border-radius: 5px;
}
/* =====================New List Style start =============================== */
.product-block {
  border: 1px solid rgb(207, 207, 207);
  box-shadow: 0px 0px 5px 0px rgb(209, 209, 209);
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}
.m-1 {
    margin: .25rem !important
}
.d-flex {
    display: flex !important
}
.mb-3 {
    margin-bottom: 1rem !important
}
.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.img-box {
  border-radius: 6px;
  height: 100px;
  border: 0px solid;
  width: 100px !important;
  background-color: rgb(243, 243, 243);
  border: 1px solid rgb(207, 207, 207);
}
.box-shadow {
  box-shadow: 0px 0px 2px 0px rgb(209, 209, 209);
}
.flex-horizontal {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.qty-box {
  height: 22px;
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  align-self: flex-end;
  display: flex;
  align-items: center;
  padding: 0px 5px;
}
.qty-btn-box {
  height: 22px;
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  align-self: flex-end;
  display: flex;
  align-items: center;
}
.qty-num {
  background-color: transparent;
  /* padding: 0px 2px;
  width: 30px;
  outline: none;
  border: none; */
  padding: 0px 2px;
  /* margin-left: 2px; */
  width: 30px;
  outline: none;
  border: none;
  height: 100%;
}
.trnsp-btn {
  background-color: transparent;
  border: 0px;
}
.justify-content-center {
    justify-content: center !important
}
.h-100 {
    height: 100% !important
}
@media (max-width: 500px) {
    .mainScrn {
        width: 100%;
        height: 100%;
        border: 0px solid;
        overflow-y: scroll;
    }
}
