@media (max-width: 942px) {
  body main.columns {
    margin: 0;
  }
  body main.columns > section.column {
    padding: 0;
  }
}

body .buttons-wp {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}

@media (max-width: 942px) {
  body .buttons-wp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body .eod-btn img {
  height: 45px;
  width: auto;
  display: block;
}

body .eod-btn .show-on-hover,
body .eod-btn.cst-done img:first-child,
body .eod-btn:hover img:first-child {
  display: none;
}

body .eod-btn.cst-done .show-on-hover,
body .eod-btn:hover .show-on-hover {
  display: block;
}

body .packing-eod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .packing-eod .negative-mb {
  margin-bottom: -170px;
  z-index: 1;
}

body .collection-wp.animation-wp {
  height: 200px;
}

body .collection-wp.animation-wp .items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

body .collection-wp.animation-wp .items .item {
  position: absolute;
  top: 0;
  padding: 12px 20px;
  border-radius: 20px;
  border: 1px solid #dedede;
  background-color: #fff;
  margin-top: 150px;
  -webkit-transition: 3s all linear;
  transition: 3s all linear;
  opacity: 0;
}

body .collection-wp.animation-wp .items .item.triggered {
  -webkit-animation: moveUp 3s linear;
          animation: moveUp 3s linear;
}

@-webkit-keyframes moveUp {
  0% {
    margin-top: 150px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  95% {
    margin-top: 5px;
    opacity: 1;
  }
  100% {
    margin-top: 0;
    opacity: 0;
  }
}

@keyframes moveUp {
  0% {
    margin-top: 150px;
    opacity: 0;
  }
  10% {
    opacity: 0.5;
  }
  30% {
    opacity: 1;
  }
  95% {
    margin-top: 5px;
    opacity: 1;
  }
  100% {
    margin-top: 0;
    opacity: 0;
  }
}

body .courier-lists .items .item {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 20px;
  padding: 20px;
}

body .courier-lists .items .item:not(:last-child) {
  margin-bottom: 20px;
}

body .courier-lists .items .item label {
  font-size: 0.85em;
  font-weight: 600;
  color: #888;
}

body .courier-lists .items .item .courier-name {
  color: #444;
  font-size: 1.05em;
  font-weight: 600;
}

body .courier-lists .items .item.is-collected {
  border-left: 6px solid #FF3860;
  border-color: #FF3860;
  background-color: #F4597814;
}

@media (max-width: 486px) {
  body .courier-lists .items .item .item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  body .courier-lists .items .item .item-content .field-content {
    margin-bottom: 10px;
  }
  body .courier-lists .items .item .item-content .field-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  body .courier-lists .items .item .item-content .field-buttons > .button:first-child {
    margin-right: 10px;
    margin-bottom: 0px !important;
  }
}

body .packing-options-wp .packing-mobile-btn {
  display: none;
  margin-bottom: 20px;
}

@media (max-width: 942px) {
  body .packing-options-wp .packing-mobile-btn {
    display: block;
  }
  body .packing-options-wp .packing-options {
    display: none;
  }
  body .packing-options-wp .packing-options.is-active {
    display: block;
  }
}

body .print-action-wp {
  background: #fbfbfb;
  border-radius: 20px;
  margin-top: 20px;
  padding: 40px 20px;
  position: -webkit-sticky;
  position: sticky;
  bottom: -100%;
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;
}

body .print-action-wp.active {
  bottom: 0;
}


body div button.is-change {
    padding: 25px !important;
}

/*body div.button.is-change {
    padding: 25px !important;
}*/


/*# sourceMappingURL=orders.css.map */