:root {
      --noahs_page_builder-principal-color: #efc807;
      --noahs_page_builder-secondary-color: #4a4a4a
    }body{font-family:"Outfit";}.container{max-width:px;}h1, h2, h4, h4, h5, h6{font-family:"Outfit";}.noahs_page_builder-carousel .swiper-slide img{
height:auto;
}

.bef-checkboxes {
    list-style: none;
    padding: 20px;
}
.bef-checkboxes .form-item{
  display: inline;
}
.bef-checkboxess .form-item label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

.bef-checkboxes .form-item label {
    padding: 8px 12px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 10px;
    box-shadow: 4px 4px 0px #0000004a;
}

.bef-checkboxes .form-item label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

.bef-checkboxes .form-item input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

.bef-checkboxes .form-item input[type="checkbox"]:checked + label {
    background-color: var(--noahs_page_builder-principal-color);
    color: #fff;
    transition: all .2s;
}

.bef-checkboxes .form-item input[type="checkbox"] {
  display: absolute;
}
.bef-checkboxes .form-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.js-hide.js-hide{
  display: none !important;
}

#views-exposed-form-portfolio-block-2 .bef-checkboxes{
display: flex;
justify-content: center;
margin-bottom: 25px;
}


