/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
/* Sweep To Right */
/* line 2, components/views/_view-order.scss */
.order-page .view-content,
.order-page .view-footer {
  margin-left: -20px;
  margin-left: -2rem;
  margin-right: -20px;
  margin-right: -2rem;
}

/* line 14, libraries/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.order-page .view-content:before, .order-page .view-content:after,
.order-page .view-footer:before,
.order-page .view-footer:after {
  content: " ";
  display: table;
}

/* line 19, libraries/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.order-page .view-content:after,
.order-page .view-footer:after {
  clear: both;
}

/* line 9, components/views/_view-order.scss */
.order-page .view-footer {
  margin: 30px 0px 60px;
  margin: 3rem 0 6rem;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  /* line 9, components/views/_view-order.scss */
  .order-page .view-footer {
    margin-bottom: 48px;
    margin-bottom: 4.8rem;
    margin-top: 48px;
    margin-top: 4.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

/* line 21, components/views/_view-order.scss */
.order-page .view-footer .footer-links {
  margin-left: 39px;
  margin-left: 3.9rem;
}

@media only screen and (max-width: 991px) {
  /* line 21, components/views/_view-order.scss */
  .order-page .view-footer .footer-links {
    margin-left: 0;
  }
}

/* line 30, components/views/_view-order.scss */
.order-page .view-footer .total,
.order-page .view-empty {
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  padding-left: 52px;
  padding-left: 5.2rem;
  border-bottom: 10px solid #f0f0f0;
  color: #3a3b4e;
  font-family: "MuseoSans", Tahoma, "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  text-align: right;
}

@media only screen and (max-width: 1379px) {
  /* line 30, components/views/_view-order.scss */
  .order-page .view-footer .total,
  .order-page .view-empty {
    margin-right: 15px;
    margin-right: 1.5rem;
  }
}

/* line 46, components/views/_view-order.scss */
.order-page .view-empty {
  float: right;
}

@media only screen and (min-width: 768px) {
  /* line 46, components/views/_view-order.scss */
  .order-page .view-empty {
    position: absolute;
    bottom: -92px;
    right: 420px;
    z-index: 5;
  }
}

/* line 55, components/views/_view-order.scss */
.order-page .view-empty + .view-footer {
  margin-bottom: 0;
}
