.isotope #noresults {
    display: none;
    text-align: center;
}

.isotope .isotopefilter-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 5.5%;
}

    .isotope .isotopefilter-container div {
        position: relative;
        /* float: left; */
        width: 100%;
        overflow: hidden;
        /* margin: 20px 2.75% 30px 2.75%; */
        border-bottom: 3px solid gray;
    }

.isotope div[class*="swiss-row-"] article {
    display: none;
    transform: scale(0.001);
    opacity: 0;
    transition: opacity, transform 0.25s ease;
}

div[class*="half-img-"] article.show {
    display: none;
    transform: scale(0.001);
    opacity: 0;
}

div[class*="half-img-"] article.shown {
    display: flex !important;
    transform: scale(1);
    opacity: 1;
}
/* .isotope .isotopefilter-container div:nth-of-type(2n + 1) {
  margin-left: 0;
}
.isotope .isotopefilter-container div:last-of-type {
  margin-right: 0;
  margin-left: 2.75%;
} */
.hasCustomSelect {
    background-color: #fff;
    cursor: pointer;
    z-index: 9999;
    -webkit-appearance: menulist-button;
    appearance: menulist-button;
    -moz-appearance: menulist-button;
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 50px;
    font-size: 16px;
}

.isotope option {
    background-color: #fff;
    color: #39393a;
}

.customSelect {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    margin-left: 2px;
    height: 55px;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.customSelectInner {
    display: inline-block;
    position: relative;
    width: 100% !important;
    padding: 20px 20px 20px 0;
    color: var(--main-highlight-color);
    text-transform: uppercase;
    border-left: 1px solid #fff;
    margin-bottom: 40px;
}

    .customSelectInner::after {
        display: block;
        content: "";
        position: absolute;
        top: 22px;
        right: 25px;
        height: 0;
        width: 0;
        border-left: 7.5px solid transparent;
        border-right: 7.5px solid transparent;
        border-top: 8px solid var(--main-highlight-color);
    }

#sm1 {
    margin: 20px auto;
    display: block;
}

/*Swiss Row Padding Varients*/
.isotope div[class*="swiss-row-"] .sorted {
    display: flex;
    transform: scale(1);
    opacity: 1;
}

/* ======================================================== 
BreakPoints
======================================================== */

@media screen and (max-width: 1024px) {
    /* .isotope .isotopefilter-container div {
    width: calc(50% - (5.5% / 2));
    overflow: hidden;
    margin: 20px 2.75% 30px 2.75%;
  } */
    /* .customSelectInner {
    width: calc(100% - 22px) !important;
  } */
    .customSelectInner::after {
        top: 30px;
        right: 10px;
    }
    /* .isotope .isotopefilter-container div:nth-of-type(2n + 1),
  .isotope .isotopefilter-container div:nth-of-type(2n + 3),
  .isotope .isotopefilter-container div:last-of-type {
    margin-left: 0 !important;
  }
  .isotope .isotopefilter-container div:nth-of-type(2n + 2) {
    margin-right: 0 !important;
  } */
}
