    .desktop_filter_form .container {
    max-width: 94.44444444444444vw;
    width: 100%;
    margin: 0 auto;
}
.desktop_filter_form {
    margin-top: 0 !important;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    display: none;
}
.menuheaderfilter {
    display: none;
}
.price_list input#priceFrom,
.price_list input#priceTo {
    width: 100% !important;
    padding: 0;
    border: none;
}
.price_list .filter_price_input {
    width: 100% !important;
    /* padding: 0;
    border: none; */
}
.price_list input#priceFrom:focus-visible,
.price_list input#priceTo:focus-visible{
    outline: none;
    border: none;
}

.form_filter {
  display: flex;
  align-items: center;
  width: 100%;
}
.wrap_type .radio_btns {
  display: flex;
  align-items: center;
  gap:0.6944444444444444vw;
}
.search_and_controls {
    gap: 0.6944444444444444vw;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 38.542vw;
    display: flex;
}
.wrap_choices {
  margin-right: 1.736vw;
  grid-column-gap: 4.167vw;
  grid-row-gap: 4.167vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.filter_box {
  position: relative;
  display: inline-block;
  padding: 1.181vw 0;
}

/* .filter_box_inner {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0.8333333333333334vw 1.1111111111111112vw;
  z-index: 1;
} */


.filter_box_inner.bigger {
    width: 17.5vw;
    max-width: 17.5vw;
    max-height: 27.778vw;
}

.filter_box_inner {
    display: none;
    position: absolute;
    background-color: #FFF;
    z-index: 1;
    margin-top: 0.06944444444444445vw;
    padding: 1.1111111111111112vw;
    width: 8.708vw;
    border-radius: 0.3472222222222222vw;
    overflow: auto;
    top: 100%;
    bottom: auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    /* left: -2.177778vw; */
    left: 50%;
    margin-left: -4.555556vw;
}


.filter_label {
    cursor: pointer;
    color: #484848;
    font-family: Halyard Display, sans-serif;
    font-size: 0.9722222222222222vw;
    line-height: 1.4583333333333333vw;
    font-weight: 300;
}

/* .dropdown-filter-box {
  width: 100%;
  padding: 0.5555555555555556vw;
  margin: 0.3472222222222222vw 0;
  border: 1px solid #ccc;
  border-radius: 0.2777777777777778vw;
} */

.filter_box_inner .dropdown-filter-box {
    min-height: 2.430555555555556vw;
    margin-bottom: 1.0416666666666665vw;
    padding: 0.6944444444444444vw 1.833333vw 0.6944444444444444vw 0.833333vw;
    border-style: solid;
    border-width: 0.06944444444444445vw;
    border-radius: 0.2777777777777778vw;
    color: #484848;
    font-size: 0.8333333333333334vw;
    line-height: 1.1805555555555556vw;
    -webkit-text-stroke-width: 0px;
    cursor: pointer;
    background-color: #fff;
    font-family: Halyard Display, sans-serif;
    border-color: #ededed;
    width: 100%;
    height: auto;
    font-weight: 300;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5.03265 5L9 1' stroke='%23C4C4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.6944444444444444vw center;
    background-size: 0.6944444444444444vw;
}

.cat_radio {
    position: relative;
    display: inline-block;
    user-select: none;
}

.cat_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    bottom: 0;
    right: 2.472222vw;
}

.cat_radio input:checked + .catradio_span {
    background-color: #002930;
    color: white;
    border-color: #002930;
}
.catradio_span {
    font-family: Halyard Display;
    position: relative;
    text-align: center;
    border: 0.069vw solid #002930;
    border-radius: 2.778vw;
    margin-bottom: 0;
    padding: .729vw 1.111vw;
    font-size: 0.972vw;
    font-weight: 300;
    line-height: 0.7vw;
    transition: all 0.3s;
    cursor: pointer;
    display: block;
}
.catradio_span:hover {
    background: #002930;
    color: #FFF;
}

.search_and_controls .filter-btn {
    padding: 0.06944444444444445vw;
    border-radius: 20.833333333333336vw;
    background-image: linear-gradient(80deg, #ef9f80, #a35539);
    position: relative;
    overflow: hidden;
    width: auto;
}
.search_and_controls .filter-btn input#filter-search-btn {
    background-image: linear-gradient(80deg, #ef9f80, #a35539);
    position: relative;
    overflow: hidden;
    width: 210px; 
    border: none;
    color: #fff;
	padding: .18125vw 1.284375vw;
    font-size: 1.09375vw;
    line-height: 2vw;
}
.search_and_controls .filter-btn .wrap-btn-sous-nav {
    border-radius: 20.833333333333336vw;
    background-color: #fff;
    border: 1px solid #002930;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0.1388888888888889vw 1.1805555555555556vw;
    color: #484848;
    font-size: 0.9722222222222222vw;
    line-height: 1.7361111111111112vw;
    border-width: 0;
    font-family: Halyard Display, sans-serif;
    font-weight: 300;
}

.search_and_controls .filter-btn a.wrap-btn-sous-nav {
    border-radius: 20.833333333333336vw;
    background-color: #fff;
    border: 1px solid #002930;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0.1388888888888889vw 1.1805555555555556vw;
    color: #484848;
    font-size: 0.9722222222222222vw;
    line-height: 1.7361111111111112vw;
    border-width: 0;
    font-family: Halyard Display, sans-serif;
    font-weight: 300;
}
.search_and_controls .filter-btn a.wrap-btn-sous-nav:hover {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0);
}
.wrap-borders-search {
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 19.167vw;
    display: flex;
}
.wrap-searchbar {
    border: .069vw solid #e3e3e3;
    border-radius: 6.944444444444445vw;
    flex: 1;
    justify-content: space-between;
    /* align-items: center; */
    max-width: 19.167vw;
    padding-left: 1.111vw;
    display: flex;
}
.wrap-searchbar .input-search-2 {
    color: #484848;
    border: 0;
    height: 2.083vw;
    margin-bottom: 0;
    padding: 0;
    font-family: Halyard Display, sans-serif;
    font-size: .972vw;
    font-weight: 300;
    line-height: 1.736vw;
    outline: none;
    box-shadow: none;
    padding-right: 0.3472222222222222vw;
}
.submit_filter {
    background-color: #e3e3e3;
    background-image: none;
    border-radius: 0 6.944444444444445vw 6.944444444444445vw 0;
    width: auto;
    height: auto;
    padding: 0;
    overflow: visible;
}
.wrap-searchbar .submit_filter .wrap-btn-sous-nav-2 {
    background-color: transparent !important;
    background-image: url('/wp-content/uploads/2024/06/search-arrow.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.042vw .972vw;
    border-style: none;
    border-radius: 0;
    width: 100%;
    padding: .139vw 1.181vw;
    font-size: 0;
    display: flex;
    line-height: 1.736vw;
    align-items: center;
    justify-content: center;
    outline: none;
    pointer-events: none;
}
.filter_box_inner input[type="checkbox"] {
    position: relative;
    border: 1px solid #002930!important;
    border-radius: 0.1388888888888889vw;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin-right: 0.5555555555555556vw;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 1.0416666666666665vw;
    width: 1.0416666666666665vw;
    flex: 0 0 1.0416666666666665vw;
    -webkit-appearance: none;
}
.filter_box_inner input[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    left: 0.5555555555555556vw;
    top: 0.3472222222222222vw;
    width: 0.4861111111111111vw;
    height: 0.8333333333333334vw;
    border: solid #002930;
    border-width: 0 0.1388888888888889vw 0.1388888888888889vw 0;
    margin: 0;
    transform: rotate(45deg);
    z-index: 2;
    right: auto;
    left: 0.2777777777777778vw;
    top: 0.06944444444444445vw;
    width: 0.3472222222222222vw;
    height: 0.625vw;
}
.filter_box_inner.xl.Advanced {
    width: max-content;
    min-width: 17.5vw;
    max-height: 45.69444444444444vw;
}
.filter_inner_title {
    color: #484848;
    font-family: Halyard Display, sans-serif;
    font-size: 0.8333333333333334vw;
    line-height: 1.1805555555555556vw;
    font-weight: 300;
    margin-bottom: 0.6944444444444444vw;
}
.w-checkbox .checkbox-label {
    font-family: Halyard Display, sans-serif;
    font-size: 0.8333333333333334vw;
    line-height: 1.1805555555555556vw;
    font-weight: 300;
    color: #002930;
}
label.w-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 0.7638888888888888vw;
    cursor: pointer;
}
.filter_box_inner .quantity {
    display: flex;
    align-items: center;
    max-width: 7.152777777777778vw;
}
.filter_box_inner .quantity .quantity__input {
    padding: 0;
    border: 0;
    text-align: center;
    font-family: Halyard Display;
    font-size: 0.8333333333333334vw;
    font-weight: 400;
    line-height: 1.1472222222222221vw;
    pointer-events: none;
    user-select: none;
}
.filter_box_inner .quantity span {
    color: #FFF;
}
.filter_box_inner .quantity a {
    width: 1.3888888888888888vw;
    height: 1.3888888888888888vw;
    min-height: 1.3888888888888888vw;
    min-width: 1.3888888888888888vw;
    border-radius: 0.1388888888888889vw;
    cursor: pointer;
    background: #002930;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4583333333333333vw;
    font-size: 1vw;
    color: #FFF;
    padding-bottom: 0.1388888888888889vw;
}
.filter_box .flex_block {
    display: flex;
    align-items: center;
    gap: 0.8333333333333334vw;
    margin-bottom: 1.042vw;
}

.flex_block .refer-field {
    padding: 0.6944444444444444vw 0.8333333333333334vw;
    border-style: solid;
    border-width: 0.06944444444444445vw;
    border-radius: 0.2777777777777778vw;
    color: #484848;
    font-size: 0.8333333333333334vw;
    line-height: 1.1805555555555556vw;
    background-color: #fff;
    font-family: Halyard Display, sans-serif;
    border-color: #ededed;
    width: 100%;
    height: auto;
    font-weight: 300;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.flex_block .refer-field::placeholder {
    color: #c8c8c8;
}
.flex_block input.refer-field[type=text]:focus {
    border-color: #ededed !important;
}
.flex_block .dropdown-filter-box {
    margin: 0;
}
.filter-row-box {
    gap: 1.875vw;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.filter-row-box {
    gap: 1.875vw;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.filter-row-box .flex.ad_check_btn {
    display: flex;
    align-items: center;
    gap: 0.5555555555555556vw;
}
.filter_box_inner .quantity.NoB {
    margin-bottom: 1.736vw;
}
.filter-row-box.advance_mb {
    margin-bottom: 1.0416666666666665vw;
/* 	height: 15vw;
    overflow-x: hidden; */
}
.filter-column.Others.properties_others {
	width:55%;
}
.filter-column.Others.properties_others .other_options{
	height: 100%;
    min-height: 15vw;
    max-height: 15vw;
    overflow-x: hidden;
	
}
.other_options::-webkit-scrollbar {
    width: 5px;

}
.filter-column.Others.properties_others .other_options::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.filter-column.Others.properties_others .other_options::-webkit-scrollbar-thumb {
  background: #888;
}
.w50 {
    width: 50%;
}

body:after {
    content: '';
    height: 100%;
    background: #00000066;
    left: 0;
    right: 0;
    top: 0;
    min-height: 100vh;
    z-index: 0;
    bottom: 0;
    width: 100vw;
    position: fixed;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
body.overlay:after {
    transition: 3s;
    opacity: 1;
    visibility: visible;
}
body.overlay{
    overflow: hidden;
}


/* Home search widget */
.seed_home_filter_widget .container {
    border-radius: .347vw;
    width: 100%;
    max-width: 65vw;
    margin-left: auto;
    margin-right: auto;
}
.home_search_form .hero_search_desk {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    border-radius: 0.3472222222222222vw;
    position: relative;
    z-index: 1;
}
.hero_search_desk {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
}
.home_search_form .filter_box {
    position: relative;
    display: inline-block;
    padding: 0 1.389vw;
    flex: 1;
    align-items: center;
    display: flex;
}
.home_search_form .filter_box_home .filter_box_inner {
    width: 100%;
    max-width: 100%;
    margin-top: 1.0416666666666665vw;
    overflow: visible;
}
.home_search_form .filter_box_home {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 1.181vw 0;
    /* padding-bottom: 1.181vw; */
    display: flex;
    position: relative;
    width: 100%;
}
.hero_search_desk .menu_item {
    cursor: pointer;
    align-items: center;
    width: 100%;
    display: flex;
}
.searchbar_dropdown_arrow {
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}
.hero_search_desk .home_searchbar .input-search-2 {
    border-radius: 0;
    border: 0;
    padding: 0 1.389vw;
    box-shadow: none;
    outline: none;
    color: #484848;
    font-size: 0.9722222222222222vw;
    line-height: 1.4583333333333333vw;
    font-family: Halyard Display, sans-serif;
    font-weight: 300;
}
.home_searchbar ::placeholder {
    color: #484848;
}

.hero_search_desk .home_searchbar {
    padding-left: 1.111vw;
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 27%;
}
.home_search_form .filter_box:before {
    background-color: #e3e3e3;
    width: .069vw;
    height: 2.639vw;
    margin: auto;
    display: flex;
    position: absolute;
    content: '';
    left: 0px;
}
.home_search_form .wrapper-btn.hero_filter_btn {
    justify-content: center;
    align-items: stretch;
    padding-left: .764vw;
    display: flex;
    position: relative;
    margin-right: .347vw;
}
.home_search_form .hero_filter_btn .hero-btn {
    margin-top: .347vw;
    margin-bottom: .347vw;
    padding: .6vw 1.667vw .76vw;
    background: #002930;
    border-radius: .347vw;
    font-size: 1.25vw;
    line-height: 1.7361111111111112vw;
    width: 100%;
    color: #FFF;
    font-family: Halyard Display, sans-serif;
    font-weight: 300;
    border: 0;
}

.home_search_form .wrapper-btn.hero_filter_btn:before {
    content: '';
    width: 0.6944444444444444vw;
    height: 0.6944444444444444vw;
    background: #002930;
    border-radius: 0.1388888888888889vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: calc(100% - 0.177778vw);
    transition: 0.2s linear;
    opacity: 0;
    visibility: hidden;
}
.home_search_form .wrapper-btn.hero_filter_btn:after {
    content: 'Please Select an Option Before You Go!';
    position: absolute;
    bottom: calc(100% + 0.20833333333333334vw);
    color: #fff;
    width: 100%;
    min-width: max-content;
    padding: 0.5555555555555556vw 1.3888888888888888vw;
    background: #002930;
    text-align: center;
    font-size: 0.9722222222222222vw;
    letter-spacing: 0.5px;
    border-radius: 0.3472222222222222vw;
    transition: 0.2s linear;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
    font-family: Halyard Display, sans-serif;
    font-weight: 300;
}
html[lang="pt"] body .home_search_form .wrapper-btn.hero_filter_btn:after {
    content: 'Selecione uma opção antes de ir!';
}
.home_search_form .wrapper-btn.hero_filter_btn.disablebtn:hover::after,
 .home_search_form .wrapper-btn.hero_filter_btn.disablebtn:hover::before {
    opacity: 1;
    visibility: visible;
}
.home_search_form .wrapper-btn.disablebtn a {
    user-select: none;
    cursor: not-allowed;
}
/* .home_search_form .filter_box_home .filter_box_inner {
    display: block;
} */
.hero_search_desk .menu_item .searchbar_dropdown_arrow img {
    transition: .3s linear;
    min-width: .556vw;
    min-height: .278vw;
    max-height: 7px;
}
.hero_search_desk .menu_item.active .searchbar_dropdown_arrow img {
    transform: rotateX(180deg);
}
.home_search_form .filter_box_home .pointer_filter {
    text-align: center;
    background-color: #FFF;
    border-radius: 0.1388888888888889vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 0.3472222222222222vw;
    bottom: auto;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    width: 1.0416666666666665vw;
    height: 1.0416666666666665vw;
    overflow: visible;
}

.home_search_form .filter_box_home .filter_box_inner {
    display: none;
    position: absolute;
    background-color: transparent;
    z-index: 10;
    margin-top: 0;
    padding: 0.6944444444444444vw 0 0 0;
    border-radius: 0.3472222222222222vw;
    overflow: inherit;
    top: 100%;
    bottom: auto;
    box-shadow: none;
    /* box-shadow: 0 0 6px #00000026; */
}
.home_search_form .filter_box_home .in_content {
    /* margin-top: 1.3888888888888888vw; */
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    background: #FFF;
    padding: 0.8333333333333334vw;
    border-radius: 0.3472222222222222vw;
}
.mob_control {
    display: none;
}
.seeds-video {
    width: 100%;
    height: 100vh !important;
    min-height: 75.6vh !important;
    max-height: 75.6vh;
}
.spacer_for_filter {
    display: none;
    width: 100px;
    height: 12.5px;
}

.mobileCatType {
    display: none;
}
.home_search_form .filter_box_home .filter_box_inner::-webkit-scrollbar {
    width: 0;
}


/* ----- */


.filter_box_inner .dropdown-filter-box.t-dropdown-list {
    width: 100% !important;
    background: #FFF;
    padding: 0;
}

.text {
    display: table;
    margin: 20px auto;
  }
  .t-dropdown-block {
   width: 100%;
    margin: 20px auto;
    position:relative
  }
  ul.price_list_from.dropdown-filter-box.t-dropdown-list.active , ul.price_list_to.dropdown-filter-box.t-dropdown-list.active{
    border: 1px solid #0000002b;
    border-top: none;
    border-radius: 3px;
}
  
  .t-dropdown-list {
    display: none;
    background-color: #FFF;
    border: 1px solid #DDD;
    z-index: 10;
    /* box-shadow: 4px 4px 5px rgba(0, 0, 0, .3); */
    list-style: none;
    margin: 0;
    padding: 0;
    height: 150px;
    overflow: auto;
    position: absolute;
    margin-top: 0;
  }
  
  .t-dropdown-item {
    padding: 5px 20px;
    margin: 0;
    cursor: pointer;
    font-weight: 400;
  }
  
  .filter_box_inner .dropdown-filter-box.t-dropdown-list .t-dropdown-item:hover {
    background-color: #0078d7;
    color: #fff;
  }
  .filter_box_inner .dropdown-filter-box.t-dropdown-list li.t-dropdown-item.disabled{
    pointer-events: none;
    opacity: 0.5;
  }
  
  /* .t-dropdown-select {
    border: 1px solid #DDD;
    width: 100% !important;
    height: 100%;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    box-sizing: content-box;
  } */
  .t-dropdown-select {
    min-height: 2.430555555555556vw;
    /* margin-bottom: 1.0416666666666665vw; */
    padding: 0.6944444444444444vw 1.833333vw 0.6944444444444444vw 0.833333vw;
    border-style: solid;
    border-width: 0.06944444444444445vw;
    border-radius: 0.2777777777777778vw;
    cursor: pointer;
    background-color: #fff;
    border-color: #ededed;
    width: 100% !important;
    height: auto;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
  
.t-dropdown-select .t-dropdown-input {
    box-shadow: none;
    border: 0;
    height: 100%;
    width: 100% !important;
    box-sizing: border-box;
    border: 0 !important;
    padding: 0;
    outline: none;
    color: #484848;
    font-size: 0.8333333333333334vw;
    line-height: 1.1805555555555556vw;
    -webkit-text-stroke-width: 0px;
    font-weight: 300;
    font-family: Halyard Display, sans-serif;

}
  
  .t-select-btn {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5.03265 5L9 1' stroke='%23C4C4C4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.6944444444444444vw center;
    background-size: 0.6944444444444444vw;
    position: absolute;
    width: 30px;
    top: 0;
    right: 0;
    height: 100%;
  }
  .filter_box_inner.bigger.price_list{
    overflow: unset;
  }
  .t-select-btn:active {
    background-color: #F1F1F1;
  }

  .price_list_from.active{
    display: block;
  }
  .price_list_to.active {
    display: block;
  }

  .price_list .priceError {
    color: red;
  }

  .filter_box_inner.bigger.price_list::-webkit-scrollbar {
    width: 2px;
    background: #000000;
}


@media (min-width:1025px) {
    .seed_search_filter_form .filter_box:hover .filter_box_inner {
        display: block;
      }
}
@media (max-width:1280px) {
	.search_and_controls .filter-btn input#filter-search-btn {
    line-height: 2.3vw;
}
    .filter_box_inner input[type="checkbox"]:checked:before {
        content: '';
        position: absolute;
        border: solid #002930;
        border-width: 0 0.15625vw 0.15625vw 0;
        margin: 0;
        transform: rotate(45deg);
        z-index: 2;
        right: auto;
        left: 0.3125vw;
        top: 0.078125vw;
        width: 0.390625vw;
        height: 0.703125vw;
    }
    .catradio_span {
        padding: 0.18125vw 1.284375vw;
        font-size: 1.09375vw;
        line-height: 1.953125vw;
    }
    .wrap_type .radio_btns {
        gap: 0.78125vw;
    }
    .filter_label {   
        font-size: 1.09375vw;
        line-height: 1.640625vw;
    }
    .wrap-searchbar .input-search-2 {
        color: #484848;
        border: 0;
        height: 2.383vw;
        margin-bottom: 0;
        padding: 0;
        font-family: Halyard Display, sans-serif;
        font-size: 1.09375vw;
        font-weight: 300;
        line-height: 1.953125vw;
        outline: none;
        box-shadow: none;
        padding-right: 0.3472222222222222vw;
    }
    .wrap-searchbar .submit_filter .wrap-btn-sous-nav-2 {
        background-size: 1.142vw 1.072vw;
        line-height: 2.136vw;
    }
    .search_and_controls .filter-btn a.wrap-btn-sous-nav {
        border-radius: 20.833333333333336vw;
        padding: 0.138889vw 1.2200888vw;
        font-size: 1.09375vw;
        line-height: 1.953125vw;
    }
    .search_and_controls .filter-btn {
        padding: 0.078125vw;
    }
    .filter_inner_title {
        font-size: 0.9375vw;
        line-height: 1.328125vw;
        margin-bottom: 0.546875vw;
    }
    .filter_box_inner .dropdown-filter-box {
        min-height: 2.734375vw;
        margin-bottom: 1.171875vw;
        padding: 0.78125vw 0.9375vw;
        background-position: right 0.78125vw center;
        background-size: 0.78125vw;
        font-size: 0.9375vw;
        line-height: 1.328125vw;
    }
    .filter_box_inner {
        padding: 1.25vw;
    }
    .filter_box_inner.bigger {
        width: 19.6875vw;
        max-width: 19.6875vw;
        max-height: 27.778vw;
    }
    .w-checkbox .checkbox-label {
        font-size: 0.9375vw;
        line-height: 1.328125vw;
    }
    .filter_box_inner input[type="checkbox"] {
        border-radius: 0.1388888888888889vw;
        margin-right: 0.5555555555555556vw;
        height: 1.171875vw;
        width: 1.171875vw;
    }
    .filter_box_inner.xl.Advanced {
        width: 19.6875vw;
        min-width: 19.6875vw;
    }
    .flex_block .dropdown-filter-box {
        margin: 0;
    }
    .flex_block .refer-field {
        font-size: 0.9375vw;
        line-height: 1.328125vw;
    }
    .filter_box_inner .quantity .quantity__input {
        font-size: 0.9375vw;
        line-height: 1.328125vw;
    }
}

@media (min-width: 1025px) {

    .menuheaderfilter.hiddendesktopmenu {
        display: none;
    }
}

@media (max-width:1024px) {

    
    .menuheaderfilter.hiddendesktopmenu {
        display: flex;
    }
    
    .search_and_controls .filter-btn input#filter-search-btn {
        line-height: 24px;
        padding: 10px 15px;
        font-size: 16px;
    }
    .search_and_controls .wrap-borders-search {
        display: none;
    }
    .t-dropdown-block{
        margin-top: 0;
    }
    .hero_search_desk .menu_item .searchbar_dropdown_arrow img {
        min-width: 8px;
        min-height: 4px;
    }
    .desktop_filter_form .container{
        max-width: 100%;
    }
    .cat_radio input {
        right: 60px;
    }
    .home_search_form .wrapper-btn.hero_filter_btn:before {
        width: 10px;
        height: 10px;
        border-radius: 2px;
        bottom: calc(100% - 3px);
    }
    .home_search_form .wrapper-btn.hero_filter_btn:after {
        font-size: 14px;
        padding: 8px 20px;
        border-radius: 5px;
        box-shadow: 0px 5px 10px rgb(0 0 0 / 30%);
        margin-right: 0px;
        right: 0;
        bottom: calc(100% + 3px);
    }
    .wrap_choices{
        grid-column-gap: 0px !important;
        grid-row-gap: 0px !important;
        flex-direction: column;
        flex: 0 auto;
        align-items: flex-start;
        max-width: none;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .search_and_controls {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        flex-flow: column;
        align-items: flex-start;
        max-width: 100%;
    }
    /* .form_filter {
        flex-direction: column;
        max-height: 100vh;
        padding: 4.533vw 30px 34px 26px;
        overflow: auto;
        overflow-x: hidden;
    } */
    .form_filter {
        flex-direction: column;
        max-height: 100vh;
        padding: 4.533vw 30px 34px 26px;
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: calc(100% - 200px);
    }
    #seed_search_filter_form {
        position: fixed;
        top: 0;
        left: -350px;
        width: 100%;
        max-width: 350px;
        height: 100%;
        background: white;
        transition: left 800ms ease 0s;
        z-index: 11;
    }
    #seed_search_filter_form.active {
        left: 0;
    }
    .menuheaderfilter {
        display: block;
    }
    .menu_title {
        color: #002930;
        margin: 0;
        font-family: Halyard Display;
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
    }
    .menuheaderfilter {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 38px;
        padding: 0;
        display: flex;
    }
    .wrap-searchbar-sousnav {
        flex: 1;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
        display: flex;
    }
    .wrap-borders-search {
        max-width: 100%;
    }
    .wrap-searchbar-sousnav .input-search {
        height: 30px;
        font-size: 14px;
        line-height: 25px;
        border: 0 #000;
        margin-bottom: 0;
        padding: 0 7px 0 0;
        font-weight: 300;
        font-family: Halyard Display, sans-serif;
        outline: none;
    }
    .filter_box_inner {
        display: none;
        transition: max-height 0.3s ease-out;
        overflow: hidden;
    }
    
    .filter_box_inner.open {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        background: transparent;
        box-shadow: none;
    }
    .plus_icon {
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        top: 12px;
        right: 0%;
    }
    
    .menu_item .plus_icon:before, .menu_item .plus_icon:after {
        content: "";
        position: absolute;
        background-color: #002930;
        transition: transform 0.25s ease-out;
    }
    
    .menu_item .plus_icon:before {
        top: 50%;
        left: 50%;
        width: 1px;
        height: 100%;
        transform: translate(-50%, -50%);
    }
    
    .menu_item .plus_icon:after {
        top: 50%;
        left: 50%;
        width: 100%;
        height: 1px;
        transform: translate(-50%, -50%);
    }
    
    .menu_item .plus_icon.open:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .filter_box {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
        border-bottom: .5px solid #e3e3e3;
    }
    .filter_label {
        text-align: left;
        width: 100%;
        padding-bottom: 12px;
        font-size: 24px;
        font-weight: 200;
        line-height: 36px;
        position: relative;
    }

    .catradio_span {
        font-size: 18px;
        line-height: 25px;
        padding: 9px 24px;
        border: 1px solid #002930;
        border-radius: 300px;
    }
    .wrap_type .radio_btns {
        gap: 20px;
    }
    .filter_inner_title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 7px;
    }
    .filter_box_inner .dropdown-filter-box {
        min-height: 40px;
        margin-bottom: 25px;
        padding: 10px 25px 10px 13px;
        border: 1px solid #ededed;
        border-radius: 4px;
        font-size: 12px;
        line-height: 17px;
        background-position: right 10px center;
        background-size: 10px;
    }
    .w-checkbox .checkbox-label {
        font-size: 14px;
        line-height: 21px;
    }
    .filter_box_inner input[type="checkbox"] {
        border-radius: 2px;
        line-height: 0;
        margin-right: 8px;
        height: 15px;
        width: 15px;
        flex: 0 0 15px;
    }
    .filter_box_inner input[type="checkbox"]:checked:before {
        left: 8px;
        top: 5px;
        width: 7px;
        height: 12px;
        border-width: 0 2px 2px 0;
        left: 4px;
        top: 1px;
        width: 5px;
        height: 9px;
    }
    .filter_box_inner {
        margin-top: 2px;
        padding: 0 0 20px;
        width: 8.708vw;
        border-radius: 0;
        left: 0;
        margin-left: 0;
    }
    .form_filter .wrap_type {
        margin-bottom: 45px;
    }
    .filter_box_inner .quantity {
        display: flex;
        align-items: center;
        max-width: 103px;
    }
    .filter_box_inner .quantity a {
        width: 20px;
        height: 20px;
        min-height: 20px;
        min-width: 20px;
        border-radius: 2px;
        line-height: 100%;
        font-size: 15px;
        padding-bottom: 2px;
    }
    .filter_box_inner .quantity .quantity__input {
        font-size: 12px;
        line-height: 17px;
    }
    .filter_box_inner.xl.Advanced {
        width: 100%;
        min-width: 100%;
        max-height: 100%;
    }
    .filter_box .flex_block {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .flex_block .refer-field {
        padding: 11px;
        border-width: 1px;
        border-radius: 4px;
        font-size: 12px;
        line-height: 17px;
    }
    .flex_block .w50 {
        width: 100%;
    }
    .filter_box_inner .quantity.NoB {
        margin-bottom: 25px;
    }
    .filter-row-box.advance_mb {
        margin-bottom: 15px;
    }
    label.w-checkbox {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .filter-row-box .flex.ad_check_btn {
        gap: 8px;
    }
    .wrap-searchbar .input-search-2 {
        display: none;
    }
    .submit_filter {
        overflow: visible;
        border-radius: 100px;
        width: auto;
        height: auto;
        padding: 1px;
        background-image: linear-gradient(80deg, #ef9f80, #a35539);
    }
    .wrap-searchbar {
        border: 0;
        border-radius: 0;
        max-width: 100%;
        padding-left: 0;
    }
    .wrap-searchbar .submit_filter .wrap-btn-sous-nav-2 {
        background-image: none;
        background-repeat: repeat;
        background-size: auto;
        border-radius: 100px;
        font-size: 18px;
        padding: 9px 24px;
        color: #002930;
        line-height: 25px;
        font-weight: 300;
        font-family: Halyard Display, sans-serif;
        background: #FFF !important;
    }
    .wrap-searchbar .submit_filter .wrap-btn-sous-nav-2:hover {
        color: #FFF;
        background-color: transparent !important;
    }
    .search_and_controls .filter-btn a.wrap-btn-sous-nav {
        border-radius: 300px;
        padding: 10px 25px;
        font-size: 18px;
        line-height: 25px;
    }
    .search_and_controls .filter-btn {
        padding: 1px;
        border-radius: 300px;
    }
    .desktop_filter_form {
        display: block !important;
        opacity: 1 !important;
    }

    /* Home search widget css */
    .seed_home_filter_widget .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .hero_search_desk .home_searchbar .input-search-2 {
        font-size: 14px;
        line-height: 21px;
    }
    .home_search_form .filter_box_home .filter_label {
        font-size: 14px;
        line-height: 21px;
        padding: 0;
        width: auto;
    }
    .home_search_form .filter_box {
        margin-bottom: 0;
        border-bottom: 0;
    }
    .home_search_form .filter_box_home .filter_box_inner {
        border-radius: 7px;
        padding: 15px 0 0 0;
    }
    .home_search_form .wrapper-btn.hero_filter_btn:after {
        right: 0;
    }
    .home_search_form .filter_box_home .in_content {
        padding: 15px;
    }
    .home_search_form .hero_filter_btn .hero-btn {
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 8px 20px;
        border-radius: 5px;
        font-size: 18px;
        line-height: 24px;
    }
    .home_search_form .wrapper-btn.hero_filter_btn {
        margin-right: 5px;
    }
    .home_search_form .filter_box_home {
        padding: 10px 0;
        display: flex;
        position: relative;
        width: 100%;
    }
    .seeds-video {
        min-height: 62vh !important;
        max-height: 62vh;
    }
    .home_search_form .filter_box_home .pointer_filter {
        top: 10px;
        width: 10px;
        height: 10px;
    }
    .t-dropdown-select {
        min-height: 40px;
        padding: 10px 25px 10px 13px;
        border: 1px solid #ededed;
        border-radius: 4px;
    }
      
    .t-dropdown-select .t-dropdown-input {
        font-size: 12px;
        line-height: 17px;
    }
    .t-select-btn{
        background-position: right 10px center;
        background-size: 10px;
    }
}
@media (max-width:767px) {
    .hero_search_desk .menu_item .searchbar_dropdown_arrow img {
        min-width: 10px;
        min-height: 5px;
    }
    .home_search_form .hero_search_desk {
        gap: 0;
        transform-origin: 50% 100%;
        background-color: transparent;
        border: 0 #eee;
        border-radius: 0;
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        width: 100%;
        min-width: auto;
        padding: 0 0 25px 0;
        box-shadow: none;
        display: none;
        border-top: 1px solid #FFF;
        display: none;
        transform: scale(0);
        transition: transform 0.8s ease, opacity 0.3s ease;
        opacity: 0;
    }
    .hero_search_desk.show {
        display: flex;
        transform: scale(1);
        opacity: 1;
    }
    .mob_control {
        display: block;
    }
    .hero_search_desk .home_searchbar {
        display: none;
    }
    .hero_mob_search {
        width: 100%;
        padding: 0;
        position: relative;
    }
    .hero_mob_search .hero-search-field  {
        color: #FFF;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        width: 100%;
        height: auto;
        min-height: auto;
        margin-bottom: 0;
        padding: 20px 0;
        font-size: 16px;
        line-height: 24px;
        box-shadow: none;
        outline: none;
        font-family: Halyard Display, sans-serif;
        font-weight: 300;
    }
    a.filter_search_mobile {
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        display: flex;
        position: absolute;
        right: 0;
    }
    img.filter_search_img {
        justify-content: center;
        align-items: center;
        width: 19px;
        height: 19px;
        display: flex;
    }
    .home_search_form .filter_box:before {
        display: none;
    }
    .home_search_form .filter_box {
        border-bottom: 1px solid #FFF;
        padding: 0;
    }
    .home_search_form {
        padding: 0 25px;
        border: 1px solid #FFF;
        margin: 0 auto;
        max-width: 90%;
        border-radius: 5px;
        position: relative;
        z-index: 1;
    }
    .home_search_form .filter_box_home .filter_label {
        color: #FFF;
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
    .home_search_form .filter_box_home .filter_box_inner {
        width: 100%;
        padding: 15px 0 0 0;
        border-radius: 0;
    }
    .home_search_form .filter_box_home .pointer_filter {
        border-radius: 2px;
        top: 10px;
        width: 10px;
        height: 10px;
    }
    .home_search_form .filter_box_home .in_content {
        padding: 12px;
        margin-top: 0;
        border-radius: 7px;
        margin-bottom: 20px;
    }

    .search_and_controls .filter-btn input#filter-search-btn {
        width: 210px;
        border: none;
        color: #fff;
        padding: 15px 20px !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .mob_click {
        border-radius: 5px;
        padding: 0;
        display: block;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    .hero_mob_search {
        display: flex;
        align-items: center;
    }
    .home_search_form .hero_filter_btn .hero-btn {
        margin: 5px 0 0;
        padding: 10px 24px;
        font-size: 18px;
        line-height: 25px;
        border-radius: 5px;
    }
    .seed_home_filter_widget .container {
        padding: 0 16px;
    }
    .hero_mob_search input::placeholder {
        color: #FFFF;
    }
    .home_search_form .filter_box.budget {
        padding: 0;
        border: 0;
    }
    #Purchase-Listing {
        padding-top: 110px;
        margin-top: -110px;
    }
    /* .seeds-video {
        aspect-ratio: 3 / 2;
        height: calc(100vh);
        min-height: calc(100vh - -40px) !important;
        max-height: calc(100vh - -40px) !important;
    } */
    .home_search_form .filter_box_home {
        padding: 33px 0 23px 0;
    }
    .home_search_form .wrapper-btn.hero_filter_btn {
        margin-top: 23px;
        margin-right: 0;
    }
    .home_search_form .filter_box.budget .filter_box_home {
        padding: 23px 0 0;
    }
    .home_search_form .wrapper-btn.hero_filter_btn:after {
        bottom: auto;
        top: calc(100% + 10px);
        right: auto;
    }
    .home_search_form .wrapper-btn.hero_filter_btn:before {
        bottom: auto;
        top: calc(100% + 5px);
    }
    .hero_mob_search input:-webkit-autofill,
    .hero_mob_search input:-webkit-autofill:hover,
    .hero_mob_search input:-webkit-autofill:focus,
    .hero_mob_search input:-webkit-autofill:active {
        -webkit-text-fill-color: #FFF;
        box-shadow: inset 0 0 20px 20px #ffffff00;
    }
}
@media (max-width:480px) {
    .hero_mob_search .hero-search-field {
        padding: 12px 0;
    }
    .home_search_form .filter_box {
        padding: 0;
    }
    .home_search_form {
        max-width: 79%;
    }
    .home_search_form .filter_box_home {
        padding: 19px 0 15px 0;
    }
    .home_search_form .filter_box.budget .filter_box_home {
        padding: 19px 0 0;
    }
}



@media screen and (max-width: 767px) and (max-height: 650px) {
    .seeds-video{
        height: 700px !important;
        max-height: 700px !important;
        min-height: 700px !important;
    }
}