/* Herbatica - finalne zarovnanie nadpisov a suhlasov */
body.in-krok-2 #checkoutContent .co-billing-address h2,
body.in-krok-2 #checkoutContent .co-shipping-address h2 {
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-align: left !important;
}

body.in-krok-2 #checkoutContent .co-billing-address h2::before,
body.in-krok-2 #checkoutContent .co-billing-address h2::after,
body.in-krok-2 #checkoutContent .co-shipping-address h2::before,
body.in-krok-2 #checkoutContent .co-shipping-address h2::after {
  content: none !important;
  display: none !important;
}

body.in-krok-2 #checkoutSidebar > .cart-content > .form-group.consents > input[type="checkbox"] {
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

body.in-krok-2 #checkoutSidebar > .cart-content > .form-group.consents > label {
  float: none !important;
  padding-left: 0 !important;
}
