body {
  font-size:16px;
}
label[for="acf-field_6052409f23340"],
label[for="acf-field_6051e54e8bda4"] {
  font-size: 26px;
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #002562;
}
.MuiToggleButton-root.Mui-selected {
  background-color: #002562 !important;
  color:#fff !important;
}
label[for="acf-field_6052409f23340"] {
  margin-top: 2rem;
}
.rateko .acf-fields {
  width: 100%;
}
.rateko .acf-field .acf-label label {
  font-weight: 700;
  color: #002562;
}
.rateko .acf-fields .acf-field .acf-label label {
  font-weight: 600;
  color: #002562;
}

.ui-sortable {
  display: grid;
  gap: 0 1rem;
  place-items: stretch;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-rows: min-content;
}
@media screen and (min-width: 1000px) {
  .ui-sortable {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1300px) {
  .ui-sortable {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
table {
  border-collapse: collapse;
}
.acf-row {
  border: 1px solid #002562;
  width: 100%;
  display: block;
  padding: 1rem;
  margin-bottom: 1rem;
}
.acf-repeater > table,
.acf-repeater .acf-row-handle.order,
.acf-repeater .acf-row-handle.remove,
.acf-table > tbody > tr > td,
.acf-fields > .acf-field,
.acf-fields.-border {
  background: #fff;
  border: 0;
}
.acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="date"],
.acf-field input[type="datetime"],
.acf-field input[type="datetime-local"],
.acf-field input[type="email"],
.acf-field input[type="month"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="tel"],
.acf-field input[type="time"],
.acf-field input[type="url"],
.acf-field input[type="week"],
.acf-field textarea,
.acf-field select {
  padding: 8px 10px;
  border-radius: 7px;
  border: 1px solid #002562;
  margin-top: 0.25rem;
  width: 100%;
}
.acf-field-6052409f23340 {
  width: 100%;
  display: block;
  max-width: 400px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.acf-field-6052409f23340 > .acf-input {
  border: 1px solid #002562;
  padding: 1rem;
  margin-top: 0.5rem;
}
.border-blue-500 {
  border-color: #002562;
}
body {
    font-family: "Montserrat", system-ui, sans-serif;
  }
.woocommerce {
    display: block;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.acf-actions {
    display: block;
    text-align: center !important;
    padding-top: 1rem;
}
.acf-form-submit {
    display: block;
    text-align: center;
    padding-top: 1rem;
}
.acf-true-false {
    text-align: center;
    display: block;
}
.acf-button.button.button-primary {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 400;
    border-radius: 3px;
    left: auto;
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #000;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
@media screen and (min-width: 991px) {
.acf-field[data-name="opiskelija"] .acf-table tbody {
    display: grid;
    flex-flow: row wrap;
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: min-content;
    place-items: center;
    gap: 1rem;
}
.acf-field[data-name="opiskelija"] .acf-table tbody > .acf-row {
    display: block;
    width: 100%;
    border: 1px solid #d0d0d0;
    padding-bottom: 20px;
}
}
.acf-fields > .acf-field {
    border-top: 0 !important;
}
.acf-repeater .acf-row-handle.remove,
.acf-table > tbody > tr > td {
    border-left: 0 !important;
}
.acf-repeater.-row > table > tbody > tr > td,
.acf-repeater.-block > table > tbody > tr > td {
    border-top: 0 !important;
}
.acf-repeater > table,
.acf-repeater .acf-row-handle.remove,
.acf-repeater .acf-row-handle.order {
    background: none !important;
}
.acf-table {
    border: 0 !important;
}
#acf-enable_student_repeater_field {
    margin-left: auto;
    margin-right: auto;
}
label[for="acf-enable_student_repeater_field"] {
    text-align: center;
}
.acf-icon:before {
    font-family: inherit !important;
}
.acf-icon.-minus:before {
    content: "-" !important;
}
.acf-icon.-plus:before {
    content: "+" !important;
}
label[for="acf-field_6051e54e8bda4"] {
    font-size: 26px;
    font-weight: 500 !important;
}
.acf-field .acf-label label {
    font-weight: 500 !important;
}
.acf-field .acf-repeater.-block .acf-field .acf-label {
    margin-bottom: 4px;
}
.acf-field .acf-repeater.-block .acf-field .acf-label label {
    font-size: 15px;
}
.acf-field .acf-repeater.-block .acf-fields > .acf-field {
    padding: 8px 5px;
}
.input-text {
    border: 1px solid #bababa;
    padding: 0.5rem;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  transition: opacity .5s ease .5s;
  opacity: 0
}

.woocommerce form .form-row label {
  line-height: 2
}

.woocommerce form .form-row label.hidden {
  visibility: hidden
}

.woocommerce form .form-row label.inline {
  display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
  background: #1e85be;
  color: #fff;
  border-radius: 3px;
  padding: 1em;
  margin: .5em 0 0;
  clear: both;
  display: none;
  position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
  color: #fff;
  text-decoration: underline;
  border: 0;
  box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
  left: 50%;
  top: 0;
  margin-top: -4px;
  transform: translateX(-50%) rotate(180deg);
  content: "";
  position: absolute;
  border-color: #1e85be transparent transparent;
  border-style: solid;
  border-width: 4px 6px 0;
  z-index: 100;
  display: block
}

.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0
}

.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0!important;
  text-decoration: none;
  visibility: hidden
}

.woocommerce form .form-row .optional {
  visibility: visible
}

.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal
}

.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  box-shadow: none
}

.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
  line-height: normal
}

.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register,
.woocommerce form.lost_reset_password {
  border: 1px solid #08275e;
  padding: 20px;
  margin: 2em 0 4em;
  text-align: left;
  border-radius: 5px
}
@media screen and (min-width: 1024px) {
  .col2-set {
      grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

#customer_login {
  width:100%;
  max-width:1200px;
  margin-left:auto;
  margin-right:auto;
  padding-left: 20px;
  padding-right: 20px;
}
#customer_login h2 {
  display:block;
  text-align: left;
}

.u-columns {
    display: grid;
    grid-auto-rows: min-content;
    grid-auto-flow: row dense;
    gap: 1rem;
}
.col-1 {
  grid-column: span 1/span 1;
}
@media screen and (min-width:1024px){
  .col2-set {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

.woocommerce-button {
  display: inline-block;
  padding: 0.4rem 1rem;
  margin: 10px 0;
  border-radius: 5px;
  background: #002562;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.woocommerce-form-row input#submit, a.button, button.button, input.button {
  font-size: 100%;
  margin: 10px 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: .618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #2c436d !important;
  background-color: #d5e1f6;
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
form.checkout_coupon, form.login, form.register {
  border: 1px solid #08275e;
  padding: 20px;
  margin: 2em 0 4em;
  text-align: left;
  border-radius: 5px;
}
p {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.arr, .price ins, p {
  font-weight: 400;
}