body {
  font-family: "Poppins", sans-serif;
  color: #393939;
}
.container {
  width: 96%;
  border: 1px solid transparent;
  color: #393939;

  margin: auto;
  font-family: "Poppins", sans-serif;
}
.mybag {
  width: 100%;
  height: 65px;
  border: 1px solid transparent;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: black;
}
.container div {
  border: 1px solid transparent;
}
.bodydiv {
  display: flex;
}
.productdiv {
  width: 69%;
  height: auto;
}
.pricedivR {
  width: 31%;
  height: auto;
  padding: 30px 10px;
}
#static {
  display: flex;
  color: black;
}
#static > :nth-child(1) {
  flex: 4;
}
#static > :nth-child(2) {
  flex: 1;
}
#static > :nth-child(3) {
  flex: 2;
}
#static > :nth-child(4) {
  flex: 1;
}
.maindiv {
  display: flex;
  height: 150px;
  margin: 20px 0px;
}

.maindiv img {
  height: 160px;
}
.imgdiv {
  flex: 1;
}
.contentdiv {
  flex: 3;
}
.qtydiv {
  flex: 2;
  display: grid;
  align-items: center;
}
.qtydiv > div {
  border: 1px solid black;
  width: 75px;
  padding: 5px 10px;
  font-size: 20px;
}
.qtydiv > div:hover {
  cursor: pointer;
}
.pricediv {
  display: grid;
  align-items: center;
  flex: 1;
}
#totalprice {
  display: grid;
  align-items: center;
  flex: 1;
}
.namedetaildiv {
  height: 90px;
  font-size: 15px;
}
.namedetaildiv > h3 {
  font-size: 12px;
  color: gray;
  font-weight: 200;
  margin: 0px;
}
.namedetaildiv > p {
  font-size: 14px;
  color: black;
  font-weight: 400;
  margin: 0px;
}
.maindiv > div {
  height: 100%;
}
hr {
  margin-top: 30px;
}
#static {
  padding: 3px;
  border-bottom: 1px solid gray;
}
.contentdiv {
  padding-left: 10px;
  padding-top: 20px;
}
#static:nth-child(1) {
  padding-left: 0px;
}
#padd {
  padding-left: 25px;
}
.pricedivR p {
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}
.pricedivR h4 {
  font-size: 13px;
  font-weight: 400;
  margin: 0px;
}
.pricedivR button {
  padding: 10px 80px;
  margin-top: 14px;
  color: white;
  background-color: black;
  border: 1px solid transparent;
}
.pricedivR button:hover {
  background-color: gray;
}

.bottomdiv {
  width: 100%;
  display: flex;
  
  justify-content: center;
  gap: 3%;
  padding: 40px 0px;
  margin-top: 0px;
  position: relative;
  bottom: 40px;
  border-top: 1px solid transparent;
}
.bottomdiv div {
  border: 1px solid transparent;
  width: 22%;
}
#selectcty {
  padding: 8px;
  width: 100%;
}
.bottomdiv p {
  margin-bottom: 0px;
}
.bottomdiv button {
  width: 100%;
  padding: 8px;
  margin-top: 35px;
  background-color: black;
  border: 1px solid transparent;
  color: white;
  z-index: 2;
}
.estimate {
  width: 96%;
  font-size: 23px;
  text-align: center;
  z-index: 1;
}
.estimate > div {
  position: relative;
  left: 2.5%;
  bottom: 5vh;
  z-index: 1;
  padding: 10px;
  color: black;
}
.hidden {
  
  margin-top: -40px;
  text-align: center;

  display: none;
}
#cal:hover {
  background-color: gray;
}
#selectcty {
  border: 0.2px solid gainsboro;
}
@media only screen and (max-width: 800px) {
  .buttondiv {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .buttondiv {
    display: none;
  }
  .estimate {
    display: none;
  }
  .bottomdiv {
    display: none;
  }
  .bodydiv {
    display: flex;
    flex-direction: column;
  }
  .productdiv {
    width: 100%;
  }
  .pricedivR {
    width: 100%;
  }
  #qtyboxdiv {
    width: 50px;
    font-size: 14px;
  }
}
