/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-order.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.m-order__return {
  margin-top: -12px;
  padding-bottom: 0;
}
.m-order__arrow-left {
  margin-right: 10px;
}
.m-order__heading {
  text-transform: uppercase;
  font-size: 2.5rem;
  margin: 15px 0 25px;
  transition: all 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
@media (min-width: 576px) {
  .m-order__heading {
    font-size: 3rem;
  }
}
@media (max-width: 576px) {
  .m-order__heading {
    margin: -15px 0 25px;
  }
}
.m-order__number {
  font-weight: 600;
}
.m-order__link {
  color: #b31764;
  border-bottom: 1px solid #b31764;
  display: inline-block;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.m-order__link:visited {
  color: #b31764;
  border-bottom: 1px solid #b31764;
}
.m-order__subheading {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 2rem;
  display: inline-block;
}
.m-order__statuses {
  margin-bottom: 40px;
  color: #545454;
}
.m-order__statuses-heading {
  margin-bottom: 25px;
}
.m-order__statuses-heading .m-order__subheading {
  margin: 0 10px 0 0;
}
.m-order__status {
  border-bottom: 1px solid rgba(157, 157, 157, 0.5);
  line-height: 20px;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  animation: slide-down 0.3s ease-out;
}
.m-order__status--hidden {
  display: none;
}
.m-order__status:first-child {
  font-weight: 600;
}
@media (min-width: 992px) {
  .m-order__status {
    padding: 20px 35px;
  }
}
.m-order__status:first-child {
  border-top: 1px solid rgba(157, 157, 157, 0.5);
}
.m-order__status-content--highlighted {
  color: #039b37;
}
.m-order__status-date {
  display: flex;
  flex-direction: column;
  max-width: 160px;
}
@media (min-width: 576px) {
  .m-order__status-date {
    flex-direction: row;
    min-width: 130px;
  }
}
@media (min-width: 768px) {
  .m-order__status-date {
    min-width: 160px;
  }
}
@media (min-width: 1420px) {
  .m-order__status-date {
    width: 20%;
  }
}
.m-order__status-date .date-elem {
  margin-right: 10px;
}
.m-order__status-date .date-elem--date {
  width: 55%;
}
@media (min-width: 576px) {
  .m-order__status-date .date-elem--time {
    margin-left: -7px;
  }
}
@media (min-width: 768px) {
  .m-order__status-date .date-elem {
    margin-right: 25px;
  }
}
.m-order__tracking {
  font-weight: 300;
  margin: 5px 0 0;
  overflow: auto;
}
.m-order__tracking-item {
  margin: 0 10px 5px 0;
  float: left;
}
.m-order__tracking-number {
  font-weight: 600;
  word-break: break-word;
  margin-right: 20px;
  display: inherit;
}
.m-order__details {
  background: rgba(234, 234, 234, 0.5);
  margin-bottom: 40px;
}
.m-order__details .m-order__subheading {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .m-order__details-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.m-order__details-item {
  margin: 15px 0;
  color: #545454;
  line-height: 24px;
}
@media (min-width: 576px) {
  .m-order__details-item {
    width: 50%;
  }
}
@media (min-width: 1420px) {
  .m-order__details-item {
    width: 25%;
    padding-right: 10px;
  }
}
.m-order__details-heading {
  font-size: 14px;
  font-weight: 300;
}
.m-order__details-content {
  font-size: 16px;
  font-weight: 600;
  word-wrap: break-word;
}
.m-order__delivery, .m-order__payment {
  border-top: 1px solid rgba(157, 157, 157, 0.5);
  padding: 15px 20px;
}
@media (min-width: 576px) {
  .m-order__delivery, .m-order__payment {
    padding: 30px 35px;
  }
}
@media (min-width: 992px) {
  .m-order__delivery, .m-order__payment {
    padding: 30px 35px;
  }
}
.m-order__downolad {
  margin-top: 15px;
}
.m-order__downolad--disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
.m-order__products-labels {
  display: none;
}
@media (min-width: 768px) {
  .m-order__products-labels {
    display: flex;
    border-bottom: 1px solid rgba(157, 157, 157, 0.1);
    align-items: flex-end;
  }
}
.m-order__products-label {
  font-size: 12px;
  opacity: 0.5;
  line-height: normal;
  padding-right: 15px;
  flex-basis: 18%;
}
.m-order__products-label:first-of-type {
  flex: 1;
}
.m-order__products-list {
  margin-top: 20px;
}
.m-order__product {
  border-bottom: 1px solid rgba(157, 157, 157, 0.1);
}
.m-order__product:last-child {
  border-bottom: none;
}
.m-order__summary .c-basketTotal__container {
  width: 100%;
  margin: 30px 0 0 0;
}
@media (min-width: 992px) {
  .m-order__summary .c-basketTotal__container {
    position: static;
    transform: translateX(75%);
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .m-order__summary .c-basketTotal__container {
    transform: translateX(91%);
  }
}
@media (min-width: 1420px) {
  .m-order__summary .c-basketTotal__container {
    width: 518px;
    transform: translateX(97%);
  }
}
.m-order__summary .a-btnSubmit--hidden {
  display: none;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hoverAvailable .m-order__link:hover {
  color: #b31764;
  border-bottom: 1px solid #b31764;
}
