/* Stav objednávky -> /zjisteni-stavu-objednavky */
.order-status-page {
   text-align: center;
}

@media (max-width: 850px) {
  .order-status-page {
    margin-top: 20px;
  }
}

.order-status-page .label {
  color: #000;
}

.order-status-page .icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  fill: #8bcc00;
  stroke: #8bcc00;
  margin-right: 15px;
}

.order-status-page .header img {
  margin: 0 auto 12px auto;
}

.order-status-page .header h1 {
  font-size: 53px;
  color: #8bcc00;
}

.order-status-page .order-status-form {
  margin: 23px 0;
}

.order-status-page .order-status-form .orderStatus__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .order-status-page .order-status-form .orderStatus__wrapper {
    flex-direction: column;
  }
}

.order-status-page .order-status-form .orderStatus__wrapper .order-number-fields {
  display: flex !important;
  align-items: center;
}

@media (max-width: 600px) {
  .order-status-page .order-status-form .orderStatus__wrapper .order-number-fields {
    flex-direction: column;
    margin-right: 0;
  }
}

.order-status-page .order-status-form .text-warning {
  margin-bottom: 15px;
  color: #d00;
}

.order-status-page .order-status-form .captcha-fields, .order-status-page .order-status-form .order-number-fields {
  margin-right: 20px;
}

.order-status-page .order-status-form .captcha-fields {
  margin-bottom: 20px;
}

@media (max-width: 659px) {
  .order-status-page .order-status-form .captcha-fields {
    margin-right: 0;
  }

  .order-status-page .order-status-form .captcha-fields input:first-child {
    margin-bottom: 20px;
  }
}

.order-status-page .order-status-form .captcha-fields .math-captcha-input, .order-status-page .order-status-form .captcha-fields .math-captcha-answer {
  font-size: 21px;
  padding: 15px;
}

.order-status-page .order-status-form .captcha-fields .math-captcha-input {
  margin: 0 14px;
  padding-right: 5px;
  width: 100px;
  text-align: center;
}

.order-status-page .order-status-form .captcha-fields .math-captcha-answer {
  width: 325px;
  text-align: center;
}

.order-status-page .order-status-form .order-number-fields input {
  width: 325px;
}

.order-status-page .order-status-wrapper {
  margin: 77px 0 20px 0;
}

.order-status-page .order-status-wrapper .order-status {
  display: none;
  border-width: 1px;
  border-style: solid;
}

.order-status-page .order-status-wrapper .order-status .info-content {
  margin-top: -25px;
}

.order-status-page .order-status-wrapper .order-status .info-content .info-content__grid {
  display: flex;
  justify-content: center;
}

@media (max-width: 850px) {
  .order-status-page .order-status-wrapper .order-status .info-content .info-content__grid {
    flex-direction: column;
  }
}

.order-status-page .order-status-wrapper .order-status .info-content .label {
  display: block;
  margin: 15px auto 0 auto;
}

.order-status-page .order-status-wrapper .order-status .info-content .value {
  font-weight: 700;
}

.order-status-page .order-status-wrapper .order-status .info-content .date-wrapper, .order-status-page .order-status-wrapper .order-status .info-content .status-wrapper, .order-status-page .order-status-wrapper .order-status .info-content .delivery-wrapper {
  padding: 30px;
  font-size: 22px;
}

@media (min-width: 851px) {
  .order-status-page .order-status-wrapper .order-status .info-content .date-wrapper, .order-status-page .order-status-wrapper .order-status .info-content .status-wrapper, .order-status-page .order-status-wrapper .order-status .info-content .delivery-wrapper {
    flex: 1;
    max-width: 25%;
  }
}

.order-status-page .order-status-wrapper .order-status .info-content .date-wrapper img, .order-status-page .order-status-wrapper .order-status .info-content .status-wrapper img, .order-status-page .order-status-wrapper .order-status .info-content .delivery-wrapper img {
  margin: 0 auto;
  height: 60px;
}

.order-status-page .order-status-wrapper .order-status .info-content .date-wrapper img {
  margin-top: 2px;
}

.order-status-page .order-status-wrapper .order-status .info-content .status-wrapper img {
  margin-top: -2px;
}

.order-status-page .order-status-wrapper .order-status .info-content .status-wrapper .label {
  margin-top: 13px;
}

.order-status-page .order-status-wrapper .order-status .info-content .delivery-wrapper img {
  margin-top: -7px;
}

.order-status-page .order-status-wrapper .order-status .info-content .delivery-wrapper .label {
  margin-top: 17px;
}

.order-status-page .order-status-wrapper .order-status:before {
  content: "";
  position: relative;
  top: -72px;
  border: solid #3c4148;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 19px;
  transform: rotate(45deg);
}

.order-status-page .order-status-wrapper .done, .order-status-page .order-status-wrapper .in-progress, .order-status-page .order-status-wrapper .cancelled {
  display: inherit;
}

.order-status-page .order-status-wrapper .done {
  background: #f5faeb;
  border-color: #97bc43;
}

.order-status-page .order-status-wrapper .done .value {
  color: #97bc43;
}

.order-status-page .order-status-wrapper .in-progress {
  background: #faf2eb;
  border-color: #f3a000;
}

.order-status-page .order-status-wrapper .in-progress .info-content .delivery-wrapper img {
  margin-top: 11px;
}

.order-status-page .order-status-wrapper .in-progress .value {
  color: #f3a000;
}

.order-status-page .order-status-wrapper .cancelled {
  background: #faedeb;
  border-color: #d00;
}

.order-status-page .order-status-wrapper .cancelled .value {
  color: #dc502a;
  max-width: 60%;
  display: inline-block;
  line-height: 22px;
  margin-top: 4px;
}

.order-status-page .footer {
  display: flex;
  max-width: 1120px;
  margin: 50px auto;
}

@media (max-width: 850px) {
  .order-status-page .footer {
    flex-direction: column;
  }
}

.order-status-page .footer .new-account-block {
  flex: 1;
  text-align: left;
  padding: 20px;
}

@media (max-width: 850px) {
  .order-status-page .footer .new-account-block {
    text-align: center;
  }
}

.order-status-page .footer .new-account-block h2 {
  font-size: 35px;
}

.order-status-page .footer .new-account-block ul {
  margin: 20px auto 30px;
  padding: 0;
  font-size: 17px;
  line-height: 31px;
}

.order-status-page .footer .new-account-block li {
  display: flex;
  align-items: center;
}

@media (max-width: 850px) {
  .order-status-page .footer .new-account-block li {
    align-items: flex-start;
    text-align: left;
  }
}

.order-status-page .footer .new-account-block .mbtn {
  display: block;
  margin: 0 auto;
  width: 9.375rem;
  height: 2.5rem;
}

.order-status-page .footer .log-in-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  border-left: 1px solid #9da0a4;
}

@media (max-width: 850px) {
  .order-status-page .footer .log-in-block {
    border: 0;
  }
}

.order-status-page .footer .log-in-block img.display-icon {
  margin: 29px auto 0 auto;
}

.order-status-page .footer .log-in-block span {
  font-size: 26px;
  width: 221px;
  margin-top: 19px;
}

.order-status-page .footer .log-in-block .mbtn {
  width: 150px;
  height: 40px;
  margin-top: 30px;
}
