/* Herbatica - objednavka, informacie o zakaznikovi */
body.in-krok-2 #content-wrapper {
  width: calc(100% - 32px);
  max-width: 1460px;
}

body.in-krok-2 #content {
  padding-top: 18px !important;
}

body.in-krok-2 .cart-inner,
body.in-krok-2 .cart-row {
  width: 100%;
}

body.in-krok-2 .cart-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 380px);
  gap: 24px;
  margin: 0;
}

body.in-krok-2 #checkoutContent,
body.in-krok-2 #checkoutSidebar {
  float: none;
  width: 100%;
  padding: 0;
}

body.in-krok-2 #checkoutContent {
  grid-column: 1;
  grid-row: 1;
}

body.in-krok-2 #checkoutSidebar {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
}

body.in-krok-2 .cart-content,
body.in-krok-2 .sending-order {
  font-family: "Open Sans", Arial, sans-serif;
}

body.in-krok-2 #checkoutContent > .cart-content {
  overflow: hidden;
  border: 1px solid #e3e9e6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(9, 35, 27, .04);
}

/* Kroky objednavky */
body.in-krok-2 .cart-header {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  min-height: 64px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e7ece9;
  background: #fff;
}

body.in-krok-2 .cart-header .step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 100% !important;
  padding: 0 12px;
  border: 0;
  color: #7b8480;
  font-size: 13.5px;
  font-weight: 700;
}

body.in-krok-2 .cart-header .step > strong,
body.in-krok-2 .cart-header .step > a {
  display: inline-flex;
  align-items: center;
  padding: 10px 0 !important;
  border: 0 !important;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

body.in-krok-2 .cart-header .step span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

body.in-krok-2 .cart-header .step span::before {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin-right: 9px;
  border: 1px solid #cbd4d0;
  border-radius: 50%;
  background: #fff;
  color: #69736e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

body.in-krok-2 .cart-header .step-1 span::before { content: "1" !important; }
body.in-krok-2 .cart-header .step-2 span::before { content: "2" !important; }
body.in-krok-2 .cart-header .step-3 span::before { content: "3" !important; }

body.in-krok-2 .cart-header .step.completed {
  color: #4f645d;
}

body.in-krok-2 .cart-header .step.active {
  color: #087858;
}

body.in-krok-2 .cart-header .step.active::after {
  content: "";
  position: absolute;
  right: 22%;
  bottom: -1px;
  left: 22%;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: #2fa679;
}

body.in-krok-2 .cart-header .step.active span::before {
  border-color: #2fa87d;
  background: #eaf7f1;
  color: #087858;
}

/* Formulare */
body.in-krok-2 #checkoutContent .co-box {
  position: relative;
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box;
  margin: 20px;
  padding: 24px;
  border: 1px solid #e1e9e5;
  border-radius: 15px;
  background: #fbfdfc;
  box-shadow: none;
}

body.in-krok-2 #checkoutContent .co-billing-address,
body.in-krok-2 #checkoutContent .co-shipping-address,
body.in-krok-2 #checkoutContent .co-box-additional {
  margin-top: 14px;
}

body.in-krok-2 #checkoutContent .co-box > h2 {
  margin: 0 0 22px;
  padding: 0 0 0 34px;
  color: #0a1f3d;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  text-align: left;
  text-transform: none;
}

body.in-krok-2 #checkoutContent .co-box > h2::before {
  content: "";
  position: absolute;
  left: 24px;
  width: 22px;
  height: 22px;
  border: 2px solid #2fa679;
  border-radius: 50%;
  box-sizing: border-box;
}

body.in-krok-2 #checkoutContent .co-contact-information > h2::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 31px;
  width: 8px;
  height: 5px;
  border: solid #2fa679;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

body.in-krok-2 #checkoutContent .co-billing-address > h2::before,
body.in-krok-2 #checkoutContent .co-shipping-address > h2::before {
  border-radius: 7px 7px 10px 10px;
}

body.in-krok-2 #checkoutContent .co-box-additional > h2::before {
  border-radius: 6px;
}

body.in-krok-2 #checkoutContent .form-group {
  min-width: 0;
  margin: 0 0 14px;
}

body.in-krok-2 #checkoutContent .form-group--inline {
  display: grid !important;
  grid-template-columns: 180px minmax(0, 520px);
  gap: 16px;
  align-items: center;
}

body.in-krok-2 #checkoutContent .form-group--inline > label,
body.in-krok-2 #checkoutContent .form-group--inline > .label,
body.in-krok-2 #checkoutContent .form-group--inline > p.label {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #43554e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  text-align: left !important;
}

body.in-krok-2 #checkoutContent .form-group--inline > div,
body.in-krok-2 #checkoutContent .form-control-wrapper {
  float: none !important;
  min-width: 0;
  width: 100% !important;
  max-width: 520px;
  margin: 0 !important;
}

body.in-krok-2 #checkoutContent .form-control,
body.in-krok-2 #checkoutContent input[type="text"],
body.in-krok-2 #checkoutContent input[type="email"],
body.in-krok-2 #checkoutContent input[type="tel"],
body.in-krok-2 #checkoutContent input[type="password"],
body.in-krok-2 #checkoutContent select,
body.in-krok-2 #checkoutContent textarea {
  width: 100% !important;
  min-width: 0;
  height: 48px;
  box-sizing: border-box;
  padding: 11px 13px;
  border: 1px solid #d5e0db;
  border-radius: 10px;
  background: #fff;
  color: #24352f;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: inset 0 1px 1px rgba(9, 35, 27, .025);
  transition: border-color .15s ease, box-shadow .15s ease;
}

body.in-krok-2 #checkoutContent textarea {
  height: auto;
  min-height: 96px;
  resize: vertical;
}

body.in-krok-2 #checkoutContent .form-control:focus,
body.in-krok-2 #checkoutContent input:focus,
body.in-krok-2 #checkoutContent select:focus,
body.in-krok-2 #checkoutContent textarea:focus {
  outline: 0;
  border-color: #2fa679;
  box-shadow: 0 0 0 3px rgba(47, 166, 121, .12);
}

body.in-krok-2 #checkoutContent .phone-combined-input {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  max-width: 520px;
  align-items: stretch;
}

body.in-krok-2 #checkoutContent .phone-combined-input > * {
  min-width: 0;
}

body.in-krok-2 #checkoutContent .phone-combined-input .form-control {
  border-radius: 0 10px 10px 0;
}

body.in-krok-2 #checkoutContent .phone-combined-input .country-flags,
body.in-krok-2 #checkoutContent .phone-combined-input .country-code {
  min-height: 48px;
  border-color: #d5e0db;
  background: #f7faf8;
}

body.in-krok-2 #checkoutContent #billZip,
body.in-krok-2 #checkoutContent input[name="billZip"] {
  max-width: 180px;
}

body.in-krok-2 #checkoutContent .form-legend {
  margin: -4px 0 16px 196px;
  color: #87928d;
  font-size: 11.5px;
  text-align: left;
}

body.in-krok-2 #checkoutContent .required-asterisk::after,
body.in-krok-2 #checkoutContent .required-asterisk--before::before {
  color: #c85e54;
}

body.in-krok-2 #checkoutContent .login-button {
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #9bcfbb;
  border-radius: 9px;
  background: #fff;
  color: #087858;
  font-size: 12.5px;
  font-weight: 800;
  text-transform: none;
  box-shadow: none;
}

body.in-krok-2 #checkoutContent .login-button:hover {
  border-color: #2fa679;
  background: #effaf5;
}

body.in-krok-2 #checkoutContent .company-shopping,
body.in-krok-2 #checkoutContent .shipping-address,
body.in-krok-2 #checkoutContent .co-box-additional .form-group {
  display: block !important;
  margin: 0 0 12px;
}

body.in-krok-2 #checkoutContent .company-shopping label,
body.in-krok-2 #checkoutContent .shipping-address label,
body.in-krok-2 #checkoutContent .co-box-additional label {
  display: inline-flex;
  align-items: flex-start;
  gap: 9px;
  margin: 0;
  color: #44564f;
  font-size: 13px;
  line-height: 1.45;
  cursor: pointer;
}

body.in-krok-2 #checkoutContent input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px !important;
  height: 18px !important;
  margin: 1px 0 0 !important;
  accent-color: #2fa679;
}

body.in-krok-2 #checkoutContent .co-box-additional {
  padding-top: 20px;
  padding-bottom: 10px;
}

body.in-krok-2 #checkoutContent .co-box-additional::before {
  content: "Doplnkové nastavenia";
  display: block;
  margin: 0 0 16px;
  color: #0a1f3d;
  font-size: 16px;
  font-weight: 800;
}

/* Pravy suhrn */
body.in-krok-2 #checkoutSidebar > .cart-content {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  border: 0;
  background: transparent;
}

body.in-krok-2 .order-summary {
  display: contents;
}

body.in-krok-2 .order-summary-inner {
  order: 1;
  overflow: hidden;
  margin: 0;
  padding: 20px;
  border: 1px solid #e3e9e6;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: #fff;
  box-shadow: none;
}

body.in-krok-2 .order-summary-inner > h2 {
  margin: 0 0 16px;
  color: #0a1f3d;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: none;
}

body.in-krok-2 .order-summary-inner .cart-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px 72px;
  gap: 10px;
  align-items: start;
  padding: 11px 0;
  border-bottom: 1px solid #edf1ef;
}

body.in-krok-2 .order-summary-inner .cart-item > * {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.in-krok-2 .order-summary-inner .cart-item-name a {
  display: -webkit-box;
  overflow: hidden;
  color: #285c4b;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.in-krok-2 .order-summary-inner .cart-item-amount,
body.in-krok-2 .order-summary-inner .cart-item-price {
  color: #53635d;
  font-size: 12.5px;
  text-align: right;
  white-space: nowrap;
}

body.in-krok-2 .order-summary-inner .cart-item-price {
  color: #0a1f3d;
  font-weight: 700;
}

body.in-krok-2 .order-summary-item.helper,
body.in-krok-2 .order-recapitulation .recapitulation-single {
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) !important;
  gap: 10px;
  align-items: start;
  padding: 9px 0;
  color: #53635d;
  font-size: 12px;
  line-height: 1.35;
}

body.in-krok-2 .order-summary-item.helper {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body.in-krok-2 .order-recapitulation .recapitulation-shipping-billing-label {
  color: #77847e;
  font-size: 11.5px;
}

body.in-krok-2 .order-recapitulation .recapitulation-shipping-billing-info {
  display: flex !important;
  flex-direction: column;
  align-items: flex-end;
  color: #32473f;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.35;
  text-align: right;
}

body.in-krok-2 .order-recapitulation .recapitulation-shipping-billing-info > span {
  color: #16855f;
}

body.in-krok-2 .order-summary-item.price {
  margin: 10px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #d9e6e0;
  background: #fff;
}

body.in-krok-2 .order-summary-item.price .price-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 12px;
  align-items: baseline;
}

body.in-krok-2 .order-summary-item.price .price-label {
  color: #52625b;
  font-size: 12px;
}

body.in-krok-2 .order-summary-item.price .price-primary {
  color: #0a1f3d;
  font-size: 14px;
  font-weight: 800;
}

body.in-krok-2 .order-summary-item.price strong.price-primary {
  font-size: 30px;
  line-height: 1;
}

body.in-krok-2 .order-summary-item.price .price-secondary {
  color: #7a8781;
  font-size: 11.5px;
}

body.in-krok-2 #checkoutSidebar > .cart-content > .form-group.consents {
  order: 2;
  margin: 0;
  padding: 7px 20px;
  border-right: 1px solid #e3e9e6;
  border-left: 1px solid #e3e9e6;
  background: #fff;
}

body.in-krok-2 #checkoutSidebar > .cart-content > .form-group.consents label,
body.in-krok-2 #checkoutSidebar > .cart-content > .form-group.consents .label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  color: #52625b;
  font-size: 11.5px;
  line-height: 1.4;
}

body.in-krok-2 #checkoutSidebar .consents input[type="checkbox"] {
  flex: 0 0 17px;
  width: 17px !important;
  height: 17px !important;
  margin: 1px 0 0 !important;
  accent-color: #2fa679;
}

body.in-krok-2 .next-step {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 15px 20px 20px;
  border: 1px solid #e3e9e6;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(9, 35, 27, .04);
}

body.in-krok-2 .next-step .next-step-back {
  order: 2;
  width: 100%;
  min-height: 34px;
  padding: 5px;
  border: 0;
  background: transparent;
  color: #68756f;
  font-size: 12.5px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  box-shadow: none;
}

body.in-krok-2 .next-step .next-step-finish {
  order: 1;
  width: 100%;
  min-height: 56px;
  padding: 10px 18px;
  border: 1px solid #2fa679;
  border-radius: 11px;
  background: #2fa679;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: none;
  box-shadow: 0 7px 18px rgba(47, 166, 121, .2);
}

body.in-krok-2 .next-step .next-step-finish:hover {
  border-color: #23885f;
  background: #23885f;
}

body.in-krok-2 .next-step .order-button-text,
body.in-krok-2 .next-step .order-button-suffix {
  display: block;
}

body.in-krok-2 .next-step .order-button-suffix {
  margin-top: 2px;
  font-size: 10.5px;
  font-weight: 600;
}

body.in-krok-2 .checkout-box {
  order: 4;
  width: 100% !important;
  box-sizing: border-box;
  margin: 14px 0 0 !important;
  padding: 20px;
  border: 1px solid #e3e9e6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(9, 35, 27, .04);
}

body.in-krok-2 .checkout-box > .box,
body.in-krok-2 .checkout-box > .box[style] {
  display: block !important;
  height: auto !important;
  max-height: none !important;
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  overflow: visible !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.in-krok-2 .checkout-box .contact-box ul {
  display: flex !important;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

body.in-krok-2 .checkout-box .contact-box li {
  margin: 0;
  color: #68756f;
  font-size: 13px;
}

@media (min-width: 992px) {
  body.in-krok-2 #checkoutSidebar {
    position: sticky;
    top: 18px;
  }
}

@media (max-width: 991px) {
  body.in-krok-2 .cart-row {
    grid-template-columns: 1fr;
  }

  body.in-krok-2 #checkoutContent {
    grid-column: 1;
    grid-row: 1;
  }

  body.in-krok-2 #checkoutSidebar {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  body.in-krok-2 #content-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 7px;
  }

  body.in-krok-2 #content {
    padding-top: 4px !important;
  }

  body.in-krok-2 .cart-row {
    gap: 12px;
  }

  body.in-krok-2 #checkoutContent > .cart-content,
  body.in-krok-2 .order-summary-inner,
  body.in-krok-2 .next-step,
  body.in-krok-2 .checkout-box {
    border-radius: 13px;
  }

  body.in-krok-2 .cart-header {
    min-height: 48px;
  }

  body.in-krok-2 .cart-header .step {
    padding: 0 4px;
    font-size: 0;
  }

  body.in-krok-2 .cart-header .step > strong,
  body.in-krok-2 .cart-header .step > a {
    padding: 8px 0 !important;
  }

  body.in-krok-2 .cart-header .step span {
    font-size: 0;
  }

  body.in-krok-2 .cart-header .step span::before {
    width: 23px;
    height: 23px;
    margin: 0;
    font-size: 11px;
  }

  body.in-krok-2 .cart-header .step.active span::after {
    content: "Vaše údaje";
    margin-left: 7px;
    color: #087858;
    font-size: 10.5px;
    font-weight: 800;
    white-space: nowrap;
  }

  body.in-krok-2 .cart-header .step.active::after {
    right: 12%;
    left: 12%;
  }

  body.in-krok-2 #checkoutContent .co-box {
    margin: 10px;
    padding: 18px 14px;
    border-radius: 12px;
  }

  body.in-krok-2 #checkoutContent .co-billing-address,
  body.in-krok-2 #checkoutContent .co-shipping-address,
  body.in-krok-2 #checkoutContent .co-box-additional {
    margin-top: 10px;
  }

  body.in-krok-2 #checkoutContent .co-box > h2 {
    margin-bottom: 18px;
    padding-left: 30px;
    font-size: 18px;
  }

  body.in-krok-2 #checkoutContent .co-box > h2::before {
    left: 14px;
    width: 20px;
    height: 20px;
  }

  body.in-krok-2 #checkoutContent .co-contact-information > h2::after {
    top: 24px;
    left: 20px;
  }

  body.in-krok-2 #checkoutContent .form-group--inline {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 6px;
  }

  body.in-krok-2 #checkoutContent .form-group--inline > div,
  body.in-krok-2 #checkoutContent .form-control-wrapper {
    max-width: none;
  }

  body.in-krok-2 #checkoutContent .form-control,
  body.in-krok-2 #checkoutContent input[type="text"],
  body.in-krok-2 #checkoutContent input[type="email"],
  body.in-krok-2 #checkoutContent input[type="tel"],
  body.in-krok-2 #checkoutContent input[type="password"],
  body.in-krok-2 #checkoutContent select,
  body.in-krok-2 #checkoutContent textarea {
    font-size: 16px;
  }

  body.in-krok-2 #checkoutContent .form-legend {
    margin: -2px 0 14px;
  }

  body.in-krok-2 #checkoutContent #billZip,
  body.in-krok-2 #checkoutContent input[name="billZip"] {
    max-width: none;
  }

  body.in-krok-2 .order-summary-inner {
    padding: 16px;
    border-radius: 13px 13px 0 0;
  }

  body.in-krok-2 #checkoutSidebar > .cart-content > .form-group.consents {
    padding-right: 16px;
    padding-left: 16px;
  }

  body.in-krok-2 .next-step {
    padding: 14px 16px 18px;
    border-radius: 0 0 13px 13px;
  }

  body.in-krok-2 .checkout-box {
    padding: 18px;
  }
}
