.search-image-buttons {
    position: relative;
    z-index: 1;
}

.search-image-buttons-item {
    margin-top: 16px;
    margin-bottom: 16px;
}

.add-image {
    margin: 30px 0 0;
}

.search-image-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    transition: transform .2s linear;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding-bottom: 34px;
}

.search-image-button__image {
    border-bottom: 1px solid #EBEBEB;
    height: 219px;
    width: 100%;
    position: relative;
}

.search-image-button__image img {
    height: 100%;
    width: 100%;
    display: block;
}

.search-image-button__description {
    padding: 18px 20px 10px;
}

.search-image-button__title {
    font-size: 24px;
    line-height: 1.208em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
    color: var(--color-black);
}

.search-image-button__description p {
    font-size: 18px;
    line-height: 1.22em;
    font-weight: 400;
    margin: 0 0 12px 0;
    padding: 0;
    color: var(--color-black);
}

.search-image-button__description p span {
    font-weight: 700;
    margin-bottom: 7px;
    display: block;
}

.search-image-button__bottom {
    padding: 0 20px;
}

.purchase-btn {
    margin-top: 20px;
}

.search-card-pattern {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    z-index: -1;
}

.search-image-buttons__top-content {
    margin: 0 0 30px;
}

.search-image-buttons__top-content h3 {
    font-size: 38px;
}

.search-card-pattern-right {
    position: absolute;
    right: 0;
    bottom: 40px;
    max-width: 100%;
}

.search-filter label {
    color: #3C3C3C;
    padding-bottom: 6px;
    font-size: 16px;
}

.range-wrap {
    position: relative;
    margin: 0 auto 3rem;
}

.range {
    width: 100%;
    background-color: #DEDEDE;
    border: none;
    box-shadow: none;
}

.range:focus {
    background-color: #DEDEDE;
}

.bubble {
    background: var(--color-primary);
    color: var(--color-black);
    padding: 0px 12px;
    position: absolute;
    border-radius: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 17px 0 0;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -1px 3px 14px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: -1px 3px 14px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: -1px 3px 14px 0px rgba(0,0,0,0.35);
}

.bubble:hover,
.bubble:focus {
    cursor: pointer;
}

.bubble::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 17px;
    background: #3C3C3C;
    top: -37px;
    left: 50%;
    transform: translate(-50%, 0);
}

.range {
    width: 100%;
    height: 7px;
    -webkit-appearance: none;
    background: #DEDEDE;
    outline: none;
    border-radius: 0;
    overflow: hidden;
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #DEDEDE;
    cursor: pointer;
    border: none;
    box-shadow: -407px 0 0 400px #DEDEDE;
}

.bubble::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1px;
    height: 8px;
    border-bottom: solid 24px var(--color-primary);
    border-left: solid 8px transparent;
    border-right: solid 8px transparent;
    z-index: -1;
}

.price-range-value {
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    bottom: -18px;
    width: max-content;
    font-family: "Roboto Condensed", sans-serif;
}

.price-range-value.min {
    left: 0;
}

.price-range-value.max {
    right: 0;
}

.cat-filters .btn.btn-primary {
    background: var(--color-secondary);
    border-color: var(--color-secondary-dark);
    color: var(--color-white);
}

.cat-filters .btn.btn-primary:hover {
    background: var(--color-secondary-dark);
    border-color: var(--color-secondary);
}


@media (min-width:768px) {

    .search-image-button {
        height: 100%;
        padding-bottom: 34px;
    }

    .search-image-buttons__top-content {
        margin: 0 0 40px;
    }

    .search-image-buttons__top-content h3 {
        font-size: 40px;
    }
}

@media (min-width:1200px) {

    .search-image-button {
        padding-bottom: 40px;
    }

    .search-image-button__image {
        height: 219px;
    }

    .search-image-button__image img {
        height: 100%;
        width: 100%;
        /* object-position: top; */
        object-fit: cover;
    }

    .search-image-button__description p {
        margin: 0 0 10px 0;
    }

    .search-image-button__description p span {
        margin-bottom: 5px;
    }
    
    .add-image {
        margin-top: 40px;
    }

}





.search-filter .form-col .row {
    --bs-gutter-x: 16px;
}

.search-filter input {
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}

.price-range {
    margin-top: 5px;
}

.form-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 42px;
}

.col-sm-12.hidden-lg .form-btns .btn-tertiary,
.form-btns .btn+.btn {
    margin: 0;
}

.results-number {
    font-size: 14px;
    font-weight: 700;
    color: #3C3C3C;
    text-transform: uppercase;
    border-bottom: 2px solid #DEDEDE;
    padding-bottom: 10px;
}

.search-filter {
    padding-bottom: 20px;
}

.search-filter .fs-wrap {
    width: 100%;
    border: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    padding: 12.5px 20px 12.5px 16px !important;
}

.search-filter .fs-wrap .fs-label-wrap {
    border: none;
}

.search-filter .fs-wrap .fs-label-wrap .fs-label {
    color: rgba(0, 0, 0, 0.6);
}

.search-filter .fs-wrap .fs-label-wrap .fs-arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #333;
}

.facetwp-facet-used_location .fs-wrap.fs-open .fs-dropdown {
    left: 0;
    right: 0;
}


@media (min-width:768px) {
    .form-btns {
        justify-content: end;
        gap: 35px;
        align-items: center;
    }

    .form-btns .btn {
        margin-bottom: 0;
    }

    .search-filter {
        padding-bottom: 5px;
    }

}


/* .facetwp-load-more{
    position: relative;
    display: inline-block;
    color: var(--color-black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
    font-size: 16px;
    gap: 8px;
    line-height: 1.3em;
    font-weight: 700;
    padding: 12px 16px 10px;
    vertical-align: middle;
    text-decoration: none;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,height .3s ease-in-out;
    background: var(--color-primary);
    text-transform: uppercase;
    z-index: 1;
  } */

  /* .facetwp-load-more::after  {
    content: '\e90c';
    font-family: 'Holt-AG';
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    transform: rotate(90deg);
    margin-top: -3px;
  } */


    .facetwp-load-more.btn.btn-primary:before {
        transform: rotate(90deg) translate(-50%, 0);
        top: 50%;
    }

  .facetwp-facet-load_more{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 0 !important;
  }

  .facetwp-facet-new_lm.facetwp-type-pager{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }



  .results-number .facetwp-facet{
    margin-bottom: 0;
  }
  .is-open .choices__list--dropdown{
    z-index: 9;
  }

  .noUi-horizontal{
    height: 7px !important;
  }
  .noUi-target {
    background: #DEDEDE !important;
    border-radius: 0 !important;
  }
  .noUi-horizontal .noUi-handle{
    cursor: pointer;
  }
  .noUi-handle.noUi-handle-lower {
    opacity: 0;
  }
  .facetwp-slider-wrap{
    padding-bottom: 0 !important;
    padding-top: 13px;
  }
 .noUi-handle.noUi-handle-upper{
    width: 6px !important;
    height: 17px !important;
    background: #3C3C3C;
    border: 1px solid #3C3C3C;
    border-radius: 0;
    top: -6px !important;
  }
  .noUi-touch-area .bubble{
    top: 17px;
  }
  .facetwp-slider-label{
    display: none;
  }
  .price-filter .price-range-value{
    bottom: -25px ;
  }
  .facetwp-slider-reset{
    display: none;
  }
 

  .cta-bar {
    margin-top: 40px;
    background: var(--color-black);
    padding: 35px 25px;
    color: var(--color-white);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cta-bar h4 {
    color: var(--color-white);
}

.cta-bar__info {
    padding-bottom: 10px;
}

.cta-graphic {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (min-width: 1200px) {
    .cta-bar {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 35px 50px;
    }

    .cta-bar h4 {
        margin-bottom: 0;
        padding: 0;
    }

    .cta-bar__info {
        padding-bottom: 0;
        max-width: 40%;
    }

    .cta-graphic {
        right: 350px;
    }
}


.quote-btn ,
.quote-btn .btn{
    width: 100%;
}

.cta-promotion {
    padding: 32px 28px;
    background-color: #C41230;
    position: relative;
    margin: 30px -22px 0;
    color: #fff;
}

.cta-promotion:after {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 58% 0%, 100% 100%, 0% 100%);
    width: 352px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #AA0E28;
}

.cta-promotion:before {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 50% 0%, 100% 100%, 0% 100%);
    width: 293px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #960B22;
    z-index: 1;
}

.cta-promotion__content h2,
.cta-promotion__content h3 {
    color: #fff;
}

.cta-promotion .sub-heading:before {
    top: 2px;
    color: #fff;
    font-size: 14px;
    transform: rotate(90deg);
}

.cta-promotion .sub-heading {
    font-size: 16px;
    padding-left: 18px;
    color: #fff;
    margin: 0;
}

.cta-promotion h2 {
    font-size: 40px;
    padding: 0 0 4px;
}

.cta-promotion h3 {
    font-size: 30px;
    padding: 0;
}

.cta-promotion__content {
    max-width: 270px;
    position: relative;
    z-index: 1;
}

.cta-promotion .btn {
    background: #fff;
    color: #000;
    border-bottom: 2px solid #E6DEC3;
    font-size: 18px;
}

.cta-promotion__button {
    position: relative;
    z-index: 1;
}

.cta-promotion__image {
    position: relative;
    z-index: 1;
    width: 299px;
    margin: -12px 0 0;
}

@media(min-width: 768px) {

    .cta-promotion h3 {
        padding: 0 0 12px;
    }

    .cta-promotion {
        margin: 30px 0 0;
    }

    .cta-promotion:after {
        clip-path: polygon(0 0, 61% 0%, 100% 100%, 0% 100%);
        width: 536px;
    }
    
    .cta-promotion:before {
        clip-path: polygon(0 0, 57% 0%, 100% 100%, 0% 100%);
        width: 477px;
    }
}


@media(min-width: 1200px) {
    .cta-promotion__content {
        max-width: max-content;
    }
    
    .cta-promotion {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .cta-promotion h3 {
        padding: 0;
        font-size: 30px;
    }

    .cta-promotion h2 {
        font-size: 40px;
        padding: 0 0 2px;
    }

    .cta-promotion__image {
        width: max-content;
        margin: -4px auto;
    }

    .cta-promotion:after {
        clip-path: polygon(0 0, 66% 0%, 100% 100%, 0% 100%);
        width: 684px;
    }

    .cta-promotion:before {
        clip-path: polygon(0 0, 63% 0%, 100% 100%, 0% 100%);
        width: 630px;
    }

    .cta-promotion {
        padding: 31px 50px;
        margin: 35px 0 20px 0;
    }

    .cta-promotion .btn:hover {
        border-bottom: 2px solid #E6DEC3;
        background-color: #E6DEC3;
    }

    .cta-promotion.cta-promotion__font-small h2 {
        font-size: 40px;
    }

    .cta-promotion.cta-promotion__font-small h3 {
        font-size: 30px;
    }

    .cta-promotion.cta-promotion__font-small .sub-heading {
        margin: 0;
    }

    .cta-promotion.cta-promotion__font-small {
        padding: 32px 50px;
    }

    .cta-promotion.cta-promotion__font-small:after {
        clip-path: polygon(0 0, 60% 0%, 100% 100%, 0% 100%);
        width: 670px;
    }

    .cta-promotion.cta-promotion__font-small:before {
        clip-path: polygon(0 0, 56% 0%, 100% 100%, 0% 100%);
        width: 622px;
    }

    .image-text.image-text--left .flex-normal {
        flex-direction: row-reverse;
    }
}