/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-orders.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-orders__noOrders {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .m-orders__noOrders {
    margin-top: 50px;
  }
}
.m-orders__heading {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 200;
  margin: -35px 0 30px;
}
@media (min-width: 992px) {
  .m-orders__heading {
    margin: -60px 0 30px;
  }
}
@media (min-width: 576px) {
  .m-orders__heading {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .m-orders__heading {
    font-size: 4rem;
  }
}
.m-orders__labels {
  display: none;
  background: #eaeaea;
  border-top: 1px solid rgba(157, 157, 157, 0.5);
  font-weight: 500;
}
@media (min-width: 1420px) {
  .m-orders__labels {
    display: flex;
    align-items: center;
    padding: 5px 35px;
  }
}
@media (min-width: 1420px) {
  .m-orders__label, .m-orders__order-elem {
    padding-right: 10px;
    flex-basis: 15%;
  }
  .m-orders__label--wide, .m-orders__order-elem--wide {
    flex-basis: 20%;
  }
  .m-orders__label--tight, .m-orders__order-elem--tight {
    flex-basis: 14%;
  }
  .m-orders__label:last-child, .m-orders__order-elem:last-child {
    flex-basis: unset;
  }
}
.m-orders__label:last-child {
  visibility: hidden;
}
.m-orders__label-mobile {
  font-weight: 400;
  display: inline-block;
  text-align: right;
  flex-basis: 47%;
  margin-right: 20px;
  color: #333333;
}
@media (min-width: 1420px) {
  .m-orders__label-mobile {
    display: none;
  }
}
.m-orders__orders {
  background: rgba(234, 234, 234, 0.5);
}
.m-orders__order {
  border-top: 1px solid rgba(157, 157, 157, 0.5);
  padding: 25px 10px;
}
.m-orders__order:last-child {
  border-bottom: 1px solid rgba(157, 157, 157, 0.5);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-orders__order {
    padding-top: 0;
  }
}
@supports (-ms-ime-align: auto) {
  .m-orders__order {
    padding-top: 0;
  }
}
@media (min-width: 1420px) {
  .m-orders__order {
    padding: 25px 35px;
  }
}
@media (min-width: 1420px) and (-ms-high-contrast: none), (min-width: 1420px) and (-ms-high-contrast: active) {
  .m-orders__order {
    padding-top: 0px;
  }
}
@media (min-width: 1420px) {
  @supports (-ms-ime-align: auto) {
    .m-orders__order {
      padding-top: 0;
    }
  }
}
@media (min-width: 1420px) {
  .m-orders__order-elems {
    display: flex;
  }
}
.m-orders__order-elem {
  display: flex;
  align-items: center;
  line-height: 19.2px;
  font-weight: 300;
  margin: 6px 0;
}
.m-orders__order-elem .order-number {
  word-break: break;
}
.m-orders__order-elem--highlited {
  color: #039b37;
}
.m-orders__order-button {
  width: auto;
  display: inline-block;
  margin: 20px auto 0;
}
@media (min-width: 1420px) {
  .m-orders__order-button {
    margin: 0px auto;
  }
}
.m-orders__order-content,
.m-orders__order .m-orders__label-mobile {
  width: 50%;
}
@media (min-width: 1420px) {
  .m-orders__order-content,
  .m-orders__order .m-orders__label-mobile {
    width: auto;
  }
}
.m-orders .fr-view {
  max-width: 700px;
}
.m-orders .fr-view ul, .m-orders .fr-view ol {
  margin-left: 30px;
}
