/**
 * Open Catalog Template - basic styles
 */

#main .fusion-row {
  max-width: unset;
}

.container {
  width: 100%;
}

.open-cat__container {
  flex-direction: column;
  padding-block-start: 10rem;
}

.open-cat__body {
  display: flex;
  flex-direction: row;
  gap: 2%;
  width: 100%;
}

.open-cat__sidebar {
  width: 24%;
}

.open-cat__main {
  width: 74%;
}

.leftContainer,
.rightContainer {
  background-color: #fff;
}

.pep-form {
  cursor: pointer;
}

.ng-tns-c54-2 input {
  height: 40px;
}

@media screen and (max-width: 961px) {
  .open-cat__body {
    flex-direction: column;
    gap: 0;
  }

  .open-cat__sidebar {
    width: 100%;
  }

  .open-cat__main {
    width: 100%;
  }
}