body,
.font-sans {
  font-family: "Sequel Sans Roman", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.card img {
  max-width: 100%;
  height: 50%;
  max-height: 100%;
}

.power_lock_set .card-lock img {
  max-width: 100%;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.selector-parallel:hover + .container-product {
  opacity: 100;
}

[x-cloak] {
  display: none !important;
}

.text-montserrat {
  font-family: "Montserrat", sans-serif;
}

#stepinputs .step-line {
  margin-left: 90px;
}

#stepsubmit .step {
  width: 100%;
}
#stepsubmit .step-line {
  margin-right: 120px;
  width: 50%;
}

.not-selected {
  filter: opacity(0.6);
}

.other-selected {
  pointer-events: none;
}

.selected {
  border: 2px solid red;
  filter: opacity(100%);
}

.card-wrapper .card {
  flex: 1;
}

@media (max-width: 767px) {
  .card img {
    max-width: 70%;
    height: 50%;
    max-height: 100%;
  }
  .grid-cols-6 {
    grid-template-columns: 1fr;
  }
  .step div {
    top: 50%;
    bottom: auto;
    left: 0;
    transform: rotate(90deg);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .dot {
    overflow: hidden;
    padding: 10px;
  }
  .label {
    position: absolute;
    top: 30%;
    right: 209px;
    z-index: 12;
  }
  #stepinputs .step-line {
    margin-left: 0px;
    margin-top: 185px;
  }
  #stepsubmit .step {
    width: 100%;
  }
  #stepsubmit .step-line {
    margin-right: 0px;
    margin-top: 0px;
    width: 100%;
  }
}
.container {
  max-width: 1100px;
}

.container-2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1265px;
}

.remarks a {
  color: rgb(1, 48, 190);
}
