.do-order {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 12px 12px rgba(163, 174, 193, 0.15),
    0px 6px 24px rgba(163, 174, 193, 0.3), 0px 6px 12px rgba(76, 94, 134, 0.3);
}

.do-order_row {
  padding: 18px 0;
}

.do-order_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.do-order_description {
  display: flex;
  font-family: Cambria, Arial;
  font-size: 20px;
  line-height: 24px;
  color: #364364;
  align-items: center;
  text-align: center;
}

.do-order_button {
  display: flex;
  align-items: center;
  text-align: center;
}

.do-order_button a {
  padding: 16px 32px;
  background: #00c084;
  border-radius: 3px;
  font-family: Cambria, Arial;
  font-size: 18px;
  line-height: 24px;
  color: #fff !important;
  font-weight: bold;
}

#page-container {
}
