.basketIcon {
  position: absolute;
  bottom: -20px;
  right: 70px;
  z-index: 10;
  width: 50px;
  border: 0px;
  cursor: pointer;
}

.showCartIcon {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 10;
  width: 100px;
  border: none;
}

.coraButton {
  cursor: pointer;
  width: 100px;
}

.deleteButton {
  cursor: pointer;
}

.orderDiv {
  width: 100%;
  height: 80%;
  overflow-y: auto;
  margin: 0px auto;
  text-align: center;
}

.orderDiv table {
  margin: 0px auto;
  margin-top: 70px;
  width: 70%;
  text-align: left;
  color: Snow;
  font-weight: bold;
}

.orderDiv hr {
  width: 50%;
  margin: 0px auto;
  text-align: center;
}

.checkDiv {
  width: 100%;
  height: 80%;
  overflow-y: auto;
  margin: 0px auto;
  text-align: center;
}

.checkDiv table {
  margin: 0px auto;
  margin-top: 70px;
  width: 70%;
  text-align: left;
  color: Snow;
  font-weight: bold;
  border: solid 1px Silver;
}

.checkDiv hr {
  width: 50%;
  margin: 0px auto;
  text-align: center;
}

.checkDiv td {
  border: solid 1px Silver;
}

.checkValue {
  font-weight: normal;
  width: 180px;
}

.cartDiv {
  width: 100%;
  height: 80%;
  overflow-y: auto;
  margin: 0px auto;
  text-align: center;
}

.cartThumb {
  height: 60px;
  border: solid 1px Gray;
}

.cartDiv table {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px auto;
  text-align: left;
}

.cartDiv td {
  border-top: solid 1px Silver;
  padding-top: 7px;  
}

.cartName {
  color: Snow;
  font-weight: bold;
}

.cartDesc {
  font-weight: normal;
  font-style: italic;
  color: Snow;
}

.cartTda {
  vertical-align: middle;
  text-align: center;
  margin: 0px auto;
  width: 110px;
}

.cartTdb {
  width: 400px;
  padding-left: 20px;
}

.buttonsField {
  text-align: right;
  padding-top: 20px;
  padding-right: 20px;
}