﻿.eshop .content .navigation {
  color: #ffffff;
  vertical-align: middle;
  min-height: 143px;
  margin-bottom: 20px;
}
.eshop .content .navigation a:hover {
  text-decoration: none;
}
.eshop .content .navigation .navigation-item {
  margin-top: 30px;
}
.eshop .content .navigation .navigation-item .checkout-arrow {
  vertical-align: middle;
  width: 60px;
  height: 19px;
  background: url(/images/arrow-right.png);
  margin-left: 0px;
}
.eshop .content .navigation .navigation-item .checkout-text {
  margin: 0px 20px 0px 10px;
  line-height: 28px;
}
.eshop .content .navigation .navigation-item .checkout-text .checkout-first {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}
.eshop .content .navigation .navigation-item .checkout-text .checkout-second {
  font-size: 26px;
  color: #ffffff;
  font-weight: 900;
}
.eshop .content .navigation .navigation-item .checkout-square {
  display: inline-block;
  color: #000000;
  width: 75px;
  height: 75px;
  border: 1px solid #ffffff;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  padding-top: 18px;
  margin-right: 5px;
}
.eshop .content .navigation .navigation-item-selected .checkout-square {
  padding-top: 8px;
  border: 10px solid #ffffff;
  color: #ffffff;
}
.eshop .content .navigation .navigation-item-completed .checkout-square {
  display: inline-block;
  vertical-align: middle;
  background: url(/images/tick-white.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.eshop .content .navigation .navigation-item-completed .checkout-square-inner {
  display: none;
}
.eshop .content .navigation {
  background: url(/images/background-checkout-small.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.eshop .content .navigation #checkout-4 {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .eshop .content .navigation {
    background: url(/images/background-checkout-medium.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .eshop .content .navigation {
    background: none;
  }
}
.eshop .content .order-completed {
  background-color: #000000;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .eshop .content .order-completed {
    min-height: 1087px;
    background: url(/images/background-completed.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.eshop .content .order-completed a {
  color: #9aca3c;
  text-decoration: underline;
}
.eshop .content .order-completed a:hover {
  text-decoration: none;
}
.eshop .content .order-completed .order-completed-header {
  font-size: 36px;
  font-weight: 900;
  color: #9aca3c;
}
.eshop .content .order-completed .order-completed-text {
  font-size: 18px;
  font-weight: 300;
  margin: 25px 0px 20px 0px;
}
.eshop .content .order-completed .order-completed-text-ii {
  font-size: 16px;
  font-weight: 300;
  margin: 40px 0px 10px 0px;
}
.eshop .content .order-completed .order-completed-text-right {
  margin-right: 10px;
  text-align: right;
}
.eshop .content .order-completed .order-completed-text-right-box {
  display: inline-block;
  max-width: 300px;
  text-align: left;
}
.eshop .content .order-completed .order-completed-text-mail a {
  font-size: 24px;
  font-weight: 700;
}
.eshop .content .order-completed .order-completed-text-phone {
  font-size: 24px;
  font-weight: 300;
  color: #9aca3c;
  margin-bottom: 30px;
}
.eshop .content .order-completed .order-completed-text-phone .order-completed-text-phone-bold {
  font-weight: 700;
}
.eshop .content .order-completed .order-completed-text-phone a {
  font-size: 24px;
  font-weight: 300;
  color: #9aca3c;
}
.eshop .content .order-completed .order-completed-thank-you {
  font-size: 54px;
  font-weight: 900;
}
.eshop .content .order-completed .order-number {
  font-weight: 700;
  text-decoration: underline;
}
.eshop .content .order-completed .order-text-bold {
  font-weight: 700;
}
.eshop .content .order-completed .shift {
  padding: 0px 10px 0px 20px;
  min-height: 173px;
}
.eshop .content .order-completed .shift .header {
  font-size: 40px;
  font-weight: 900;
  color: #ffffff;
}
.eshop .content .order-completed .shift .subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.eshop .content .order-completed .white-background {
  padding: 0px 10px 0px 20px;
}
@media (max-width: 768px) {
  .eshop .content .order-completed .white-background {
    padding-top: 0px;
  }
}
.eshop .footer {
  margin-top: 0px;
}