body {
  font-family: "Montserrat", system-ui, sans-serif;
}
.woocommerce {
  display: block;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
li.additional_information_tab,
.woocommerce-additional-fields {
  display: none !important;
}
.rateko .woocommerce form .form-row .required {
  visibility:visible;
  margin-left:5px;
  font-weight: 500;
}
.woocommerce-input-wrapper > .select {
  padding:0.2rem 0.5rem;
  border-radius: 5px;
  background-color:#fff;
  border:1px solid #000;
  color:#2d2d2d;
  font-weight:500;
  font-size:18px;
  min-width: 150px;
}
.wc_payment_method > label {
  display:inline-block;
  margin-left:20px;
  min-width:300px;
  font-size: 16px;
  font-weight:600;
  margin-top:0.75em;
  margin-bottom:0.5em;
}
.wc_payment_method > label > img {
  display:inline-block;
  width:1.5em;
  height:1.5em;
  margin-left:20px;
}
.wc_payment_method .payment_box {
  display:block;
  font-size: 15px;
  color:rgb(44, 44, 44);
  font-weight:400;
  margin-top:0.5em;
  margin-bottom:1.25em;
}

.showcoupon{
  font-weight:600px;
  text-decoration:underline;
}

.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;
  }
}
.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));
}
}
.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;
}
