.tcl-filter-search__filter-wrapper {
  display: none;
}
.tcl-filter-search__main-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tcl-filter-search__main-tab {
  height: 100px;
}
@media (max-width: 1199px) {
  .tcl-filter-search__main-tab {
    height: 80px;
    width: 90% !important;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 10px;
    padding: 0 !important;
    border-radius: 10px 10px 0px 0px !important;
  }
  .tcl-filter-search__main-tab .tcl-filter-search__search-label,
  .tcl-filter-search__main-tab .tcl-filter-search__search-button {
    display: none;
  }
  .tcl-filter-search__main-tab .tcl-filter-search__search {
    padding: 0 15px;
    border-radius: 10px 10px 0px 0px !important;
  }
  .tcl-filter-search__main-tab[data-active=true] {
    position: relative;
    z-index: 2;
    margin-top: 60px;
    width: 100% !important;
  }
  .tcl-filter-search__main-tab[data-active=false].tcl-filter-search__main-tab--first div {
    position: relative;
    top: 0px;
  }
  .tcl-filter-search__main-tab[data-active=false].tcl-filter-search__main-tab--first div p {
    background: #fff;
    color: #999;
    font-weight:normal;
    font-size:16px;
    padding:.5em;
  }
}
.tcl-filter-search__main-tab--first {
  color: #fff;
  width: 40%;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
@media (max-width: 1199px) {
  .tcl-filter-search__main-tab--first {
    /*background: #001d18;*/
  }
}
.tcl-filter-search__main-tab--first[data-active=false] {
  cursor: pointer;
  padding-top: 20px;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  .tcl-filter-search__main-tab--first[data-active=false] {
    padding: 0;
  }
  .tcl-filter-search__main-tab--first[data-active=false] > div {
    padding: 10px;
  }
}
.tcl-filter-search__main-tab--first > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  /*background: #001d18;*/
  border-radius: 0px 10px 0px 0px;
}
.tcl-filter-search__main-tab[data-active=false].tcl-filter-search__main-tab--first > div p {
  background: #fff;
  color: #999;
  font-weight:normal;
  font-size:16px;
  padding:.5em;
}
.tcl-filter-search__main-tab[data-active=false].tcl-filter-search__main-tab--first > div p span {
  color: #444;
}

@media (max-width: 1199px) {
  .tcl-filter-search__main-tab--first > div {
    border-radius: 10px 10px 0px 0px !important;
    background: transparent;
  }

}
.tcl-filter-search__main-tab--second {
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: padding 0.4s ease;
  transition: padding 0.4s ease;
}
.tcl-filter-search__main-tab--second[data-active=true] {
  padding: 0;
}
.tcl-filter-search__main-tab--second[data-active=true] .tcl-filter-search__search {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tcl-filter-search__first-tab-content {
  width: 100%;
  background-color: #001d18;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .tcl-filter-search__first-tab-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .tcl-filter-search__first-tab-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tcl-filter-search__first-tab-content > * {
  width: 25%;
}
@media (max-width: 767px) {
  .tcl-filter-search__first-tab-content > * {
    width: 100% !important;
  }
}
.tcl-filter-search__first-tab-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  padding: 0 90px;
}
@media (max-width: 1199px) {
  .tcl-filter-search__first-tab-text {
    padding: 0;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .tcl-filter-search__first-tab-text {
    padding: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.tcl-filter-search__first-tab-heading {
  font-family: "Quicksand";
  line-height: 120%;
  font-style: normal;
  margin-top: 0;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .tcl-filter-search__first-tab-heading {
    font-size: 24px;
  }
}
.tcl-filter-search__first-tab-image {
  position: relative;
}
@media (max-width: 767px) {
  .tcl-filter-search__first-tab-image {
    margin-bottom: 20px;
  }
}
.tcl-filter-search__first-tab-image img {
  width: 100%;
  display: block;
}
.tcl-filter-search__first-tab-image a {
  text-decoration: none;
}
.tcl-filter-search__first-tab-image a:nth-child(2) {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  color: #ffffff;
  background-color: #8f000a;
  border-radius: 6px;
  padding: 10px 10px;
  position: absolute;
  bottom: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 300px;
  background-color: #001d18;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 90%;
}
.tcl-filter-search__first-tab-image a:nth-child(2)[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
@media (max-width: 1400px) {
  .tcl-filter-search__first-tab-image a:nth-child(2) {
    font-size: 14px;
  }
}
.tcl-filter-search__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04), 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04), 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px 0px 0px 0px;
  height: 100%;
  padding-left: 60px;
  padding-right: 50px;
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.tcl-filter-search__search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tcl-filter-search__search-input input {
  background: #f8f9fa;
  border: 1px solid #282a3e;
  outline: none;
  border-radius: 4px;
  padding: 10px;
  height: 46px;
  width: 100%;
  background-image: url(/wp-content/themes/3aart/images/search.svg);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 98% 46%;
}
.tcl-filter-search__search-input input ::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #6c757d;
}
.tcl-filter-search__search-input input ::-moz-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #6c757d;
}
.tcl-filter-search__search-input input :-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #6c757d;
}
.tcl-filter-search__search-input input ::-ms-input-placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #6c757d;
}
.tcl-filter-search__search-input input ::placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #6c757d;
}
.tcl-filter-search__search-label {
  margin-right: 44px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.tcl-filter-search__search-button {
  margin-left: 17px;
}
.tcl-filter-search__search-button button {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-decoration: none;
  outline: none;
  border: 0;
  color: #ffffff;
  background-color: #8f000a;
  border-radius: 6px;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 1;
  height: 46px;
  width: 215px;
}
.tcl-filter-search__search-button button[disabled] {
  background: #dedede;
  color: #ffffff;
  cursor: no-drop;
}
.tcl-filter-search__search-button button span {
  position: relative;
  top: -2px;
}
.tcl-filter-search__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  background-color: #e9ecef;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 1199px) {
  .tcl-filter-search__tabs {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tcl-filter-search__load-more {
  display: none;
}
.tcl-filter-search__options {
  position: sticky;
  z-index: 100;
  top: 80px;
}
@media (max-width: 1199px) {
  .tcl-filter-search__options {
    top: 70px;
  }
}
.tcl-filter-search__tab-button {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px 10px 0px 0px;
  padding: 0 20px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  cursor: pointer;
}
.tcl-filter-search__tab-button-icon {
  position: relative;
  margin-left: 30px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #001d18;
  font-weight: 600;
  color: #001d18;
  -webkit-transition: background-color 0.4s ease, color 0.4s ease;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.tcl-filter-search__tab-button-icon:after {
  content: "+";
  line-height: 0.9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.tcl-filter-search__tab-button-label {
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  color: #001d18;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tcl-filter-search__tab-button-label:after {
  content: "";
  background-color: #001d18;
  border-radius: 5px;
  position: absolute;
  left: -10px;
  bottom: -10px;
  width: calc(100% + 20px);
  height: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tcl-filter-search__tab-content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
  overflow: hidden;
}
.tcl-filter-search__tab-content-inner {
  padding-top: 10px;
  background-color: #dee2e6;
  border-radius: 0px 0px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  gap: 2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tcl-filter-search__tab[data-active=true] .tcl-filter-search__tab-button {
  background-color: #dee2e6;
}
.tcl-filter-search__tab[data-active=true] .tcl-filter-search__tab-button-label:after {
  opacity: 1;
}
.tcl-filter-search__tab[data-active=true] .tcl-filter-search__tab-button-icon {
  color: #fff;
  background-color: #001d18;
}
.tcl-filter-search__tab[data-active=true] .tcl-filter-search__tab-button-icon:after {
  content: "-";
}
.tcl-filter-search__tab[data-active=true] .tcl-filter-search__tab-content {
  height: auto;
}
.tcl-filter-search__tab-option label {
  position: relative;
  height: 100%;
}
.tcl-filter-search__tab-option label > input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
  opacity: 0;
}
.tcl-filter-search__tab-option label > span {
  position: relative;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  color: #000;
  border-radius: 5px 5px 0px 0px;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  cursor: pointer;
}
.tcl-filter-search__tab-option label > span > svg {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tcl-filter-search__tab-option label > span .tcl-picture,
.tcl-filter-search__tab-option label > span .tcl-picture__container {
  width: 100%;
  height: 100%;
}
.tcl-filter-search__tab-option label > span .tcl-picture__container {
  padding: 0 !important;
}
.tcl-filter-search__tab-option label > input:checked + span {
  background-color: #bdc6ce;
}
.tcl-filter-search__tab-option label > input:checked + span > svg {
  opacity: 1;
}
.tcl-filter-search__tab-option label > input:disabled + span {
  cursor: not-allowed;
}
.tcl-filter-search__tab-option-icon {
  display: block;
  width: 35px;
  height: 35px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
}
.tcl-filter-search__tab-option-thumbnail {
  display: block;
  width: 60px;
  height: 35px;
  margin-bottom: 2px;
  margin-left: auto;
  margin-right: auto;
}
.tcl-filter-search__tab-option-thumbnail img {
  height: 100% !important;
  width: auto !important;
}
.tcl-filter-search__tab-option-thumbnail .tcl-picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
.tcl-filter-search__filter-results {
  position: relative;
  min-height: 200px;
  margin-bottom: 50px;
}
.tcl-filter-search__filter-results-container {
  padding-top: 40px;
  transition: padding-top .5s;
}
@media (max-width: 1199px) {
  .tcl-filter-search__filter-results-container {
    padding-top: 40px;
  }
}
.tcl-filter-search__filter-results-container .gallery-cards-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tcl-filter-search__filter-results-container .tcl-gallery-card {
  width: calc(25% - 20px + 5px);
  position: sticky;
  top: 180px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .tcl-filter-search__filter-results-container .gallery-cards-row {
    margin-bottom: 20px;
  }
  .tcl-filter-search__filter-results-container .tcl-gallery-card {
    width: 100%;
    position: static;
  }
}
.tcl-filter-search__filter-results .error-message {
  text-align: center;
}
.tcl-filter-search__load-more {
  margin: 50px auto 0;
  width: 100%;
  cursor: pointer;
}
.tcl-filter-search__load-more .loader svg {
  width: 30px;
  height: 30px;
}
.tcl-filter-search__load-more .button {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #001d18;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1), 0px 4px 4px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  height: 46px;
  color: #fff;
}
.tcl-filter-search__load-more .button svg {
  margin-right: 30px;
}
.tcl-filter-search__load-more .button span {
  text-decoration: underline;
}
.tcl-filter-search__filter-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-filter-search__filter-loader[data-show=false] {
  display: none;
}
.tcl-filter-search__filter-loader span {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  background: #8f000a;
  -webkit-animation: flipX 1s linear infinite;
          animation: flipX 1s linear infinite;
}
@-webkit-keyframes flipX {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
            transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
@keyframes flipX {
  0% {
    -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
            transform: perspective(200px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
            transform: perspective(200px) rotateX(-180deg) rotateY(-180deg);
  }
}
.tcl-filter-search__breadcrumbs {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  text-align: center;
  max-width: 100%;
  margin: auto;
  position: absolute;
  margin-top: var(--height-options, 0px);
  top: 106%;
  left: 0;
  right: 0;
  padding: 0 40px;
  background-color: #fff;
}