.mybutton {
  position: fixed;
  bottom: 90px;
  right: 0px;
  width: 22%;
  height: auto;
}

.alertShow {
  position: fixed;
  top: 95px;
  right: 20px;
  width: auto;
}

.mybuttonPrint {
  position: fixed;
  bottom: 20px;
  right: 100px;
  width: 40%;
  height: 6%;
}

#btnCart {
  border-radius: 20px;
  width: 70px;
  height: 45px;
}
  
#btnCart1 {
  border-radius: 20px;
  width: 120px;
  height: 45px;
}

#btnCartClick {
  border-radius: 30px;
  width: 45px;
  height: 45px;

}


#sendMessageButton {
  border-radius: 20px;
  width: 120px;
  height: 45px;
}