.checkout-page {
  display: flex;
  align-items: flex-start;
}
.checkout-page .checkout-form {
  flex-grow: 1;
}
.checkout-page .checkout-summary {
  width: 435px;
  margin-left: 20px;
  background: #ffffff;
  border: 2px solid #0277bd;
}
.checkout-page .cart-items {
  position: static;
  box-shadow: none;
  background: none;
  max-width: 100%;
  padding: 10px;
}
.checkout-page .cart-items h6 {
  font-family: inherit;
}
.checkout-page input[type=checkbox] {
  height: 13px;
  width: 0px;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none !important;
  margin-right: 20px;
  cursor: pointer;
}
.checkout-page input[type=checkbox]:before {
  content: "\f096";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 15px;
  outline: none;
  color: #777777;
}
.checkout-page input[type=checkbox]:checked:before {
  content: "\f046";
  color: #0277bd;
}
@media screen and (max-width: 768px) {
  .checkout-page {
    flex-direction: column;
  }
  .checkout-page .checkout-summary {
    order: 1;
    width: auto;
    margin: 0 0 20px 0;
  }
  .checkout-page .checkout-form {
    order: 2;
    width: auto;
  }
  .checkout-page.checkout-sent-page .checkout-summary {
    order: 2;
  }
  .checkout-page.checkout-sent-page .checkout-form {
    order: 1;
    margin-bottom: 40px;
  }
}
.checkout-form h2 {
  color: #0277bd;
  margin: 0px 0;
  font-size: 24px;
}
.checkout-form label {
  display: block;
  color: #777777;
  font-size: 13px;
  margin-top: 8px;
}
.checkout-form input[type=text],
.checkout-form input[type=password],
.checkout-form select,
.checkout-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: black;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  font-family: inherit;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
}
.checkout-form input[type=text]:focus,
.checkout-form input[type=password]:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  border: 1px solid #0277bd;
  outline: none;
  box-shadow: 0px 0px 2px 0px #0277bd;
}
.checkout-form .vs__dropdown-toggle {
  padding: 4px 0 7px 0;
}
.checkout-form .vs__selected {
  font-weight: 600;
}
.checkout-form .checkout-poznamka-textarea {
  height: 70px;
  font-size: 13px;
}
.checkout-form .selectwrapper {
  position: relative;
}
.checkout-form .selectwrapper:after {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 25px;
  line-height: 24px;
  outline: none;
  color: #bbbbbb;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  z-index: -1;
}
.checkout-form error {
  display: none;
}
.checkout-form .error input[type=text],
.checkout-form .error select {
  padding: 9px;
  border: 2px solid #e74c3c;
}
.checkout-form .error error {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #e74c3c;
}
.checkout-form .checkbox-row,
.checkout-form .checkbox-block {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.checkout-form .checkbox-row label,
.checkout-form .checkbox-block label {
  margin: 0 0 0 8px;
}
.checkout-form .checkbox-block {
  margin-bottom: 8px;
  background: rgba(1, 36, 57, 0.06);
  padding: 10px;
}
.checkout-form .checkbox-block.error {
  border: 2px solid #e74c3c;
  padding: 8px;
}
.checkout-form .checkout-actions {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-form .c-cta,
.checkout-form .c-btn {
  padding: 10px 20px;
  background: #0277bd;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1px;
  margin-left: auto;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s;
}
.checkout-form .c-cta:hover,
.checkout-form .c-btn:hover {
  box-shadow: 0px 0px 6px 1px rgba(2, 119, 189, 0.7);
}
.checkout-form .c-btn {
  padding: 6px 10px;
  margin-right: 10px;
  margin-left: 0;
  border: 1px solid #0277bd;
  color: #0277bd;
  background: none;
  text-transform: none;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.checkout-form .c-btn small {
  font-size: 13px;
}
.checkout-form .c-btn .iconify {
  margin-right: 10px;
}
.checkout-form .c-commit {
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.checkout-form .c-commit small {
  display: block;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0;
}
.checkout-form .cart-item-warning {
  background: rgba(243, 156, 18, 0.13);
}
.checkout-form .cart-item-error {
  background: rgba(231, 76, 60, 0.13);
}
.checkout-form .checkout-alert {
  margin-bottom: 8px;
  background: rgba(1, 36, 57, 0.5);
  border-radius: 4px;
  padding: 6px 10px;
  margin-top: 10px;
  color: white;
  font-weight: 500;
}
.checkout-form .checkout-alert.checkout-alert-error {
  background: rgba(231, 76, 60, 0.9);
}
.checkout-form .checkout-alert.checkout-alert-warning {
  background: rgba(243, 156, 18, 0.9);
}
.checkout-form .checkout-adresa .c-adresa,
.checkout-form .checkout-shipping .c-method {
  border: 1px solid rgba(2, 119, 189, 0.8);
  margin-top: 10px;
  padding: 8px 12px 8px 26px;
  transition: all 0.3s;
  display: block;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
}
.checkout-form .checkout-adresa .c-adresa:hover,
.checkout-form .checkout-shipping .c-method:hover {
  box-shadow: 0px 0px 6px 1px rgba(2, 119, 189, 0.7);
  border-color: #0277bd;
}
.checkout-form .checkout-adresa .c-adresa .c-a,
.checkout-form .checkout-shipping .c-method .c-a {
  display: none;
}
.checkout-form .checkout-adresa .c-adresa.active,
.checkout-form .checkout-shipping .c-method.active {
  border: 3px solid #0277bd;
  padding: 6px 10px 6px 24px;
}
.checkout-form .checkout-adresa .c-adresa.active .c-a,
.checkout-form .checkout-shipping .c-method.active .c-a {
  display: block;
}
.checkout-form .checkout-adresa .c-adresa.active .c-n,
.checkout-form .checkout-shipping .c-method.active .c-n {
  display: none;
}
.checkout-form .checkout-adresa .c-adresa h6,
.checkout-form .checkout-shipping .c-method h6 {
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
.checkout-form .checkout-adresa .c-adresa p,
.checkout-form .checkout-shipping .c-method p {
  margin: 0;
}
.checkout-form .checkout-adresa .c-adresa .c-i,
.checkout-form .checkout-shipping .c-method .c-i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.checkout-form .checkout-shipping .c-method {
  border: 1px solid rgba(2, 119, 189, 0.15);
  display: flex;
  align-items: flex-start;
}
.checkout-form .checkout-shipping .c-method h6 {
  font-weight: 700;
}
.checkout-form .checkout-shipping .c-method .c-icon {
  margin-left: 4px;
  margin-right: 13px;
}
.checkout-form .checkout-shipping .c-method .c-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.checkout-form .checkout-shipping .c-method .c-text {
  flex-grow: 1;
}
.checkout-form .checkout-shipping .c-method .c-cena {
  margin-top: auto;
  margin-left: 10px;
  color: #0277bd;
  font-weight: 600;
  font-size: 16px;
}
.checkout-summary {
  padding: 10px;
  box-sizing: border-box;
}
.checkout-summary h2 {
  color: #0277bd;
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1;
}
.checkout-summary section {
  font-size: 13px;
  border-radius: 4px;
}
.checkout-summary section h3 {
  padding: 0;
  margin: 0 0 2px 0;
  font-size: 16px;
  color: rgba(1, 36, 57, 0.5);
}
.checkout-summary section.a:hover {
  background: rgba(1, 36, 57, 0.06);
}
.checkout-summary .cart-items {
  padding: 0;
}
.checkout-summary .checkout-summary-item,
.checkout-summary .checkout-total {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
  justify-content: space-between;
}
.checkout-summary .checkout-total {
  margin-top: 10px;
  padding-top: 7px;
  font-weight: 800;
  border-top: 2px solid currentColor;
  font-size: 18px;
}
.checkout-steps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
  border: 1px solid rgba(2, 119, 189, 0.6);
}
.checkout-steps a {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-left: 1px dotted rgba(2, 119, 189, 0.3);
  color: rgba(1, 36, 57, 0.5);
}
.checkout-steps a em {
  font-size: 30px;
  margin-right: 10px;
  font-weight: 700;
  font-style: normal;
}
.checkout-steps a:nth-of-type(1) {
  border-left: none;
}
.checkout-steps a.active {
  color: #015384;
  background: rgba(2, 107, 170, 0.15);
}
@media screen and (max-width: 768px) {
  .checkout-steps a {
    flex-direction: column;
    font-size: 10px;
    text-align: center;
  }
  .checkout-steps a em {
    margin-right: 0px;
  }
}
.checkout-pay {
  margin-top: 50px;
}
.checkout-pay .paid,
.checkout-pay .error {
  font-size: 20px;
  font-weight: 600;
  color: #20c997;
  display: flex;
  align-items: center;
}
.checkout-pay .paid .iconify,
.checkout-pay .error .iconify {
  font-size: 30px;
  margin-right: 20px;
}
.checkout-pay .error {
  color: #e74c3c;
}
.checkout-pay .paybysquare {
  margin-top: 30px;
  position: relative;
  background-image: url(/static/faktury/paybysquare.png);
  background-repeat: no-repeat;
  width: 200px;
  background-size: 200px;
  height: 250px;
}
.checkout-pay .paybysquare img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 180px;
}
