.search li:before {
    content: url("/assets_web/images/icon-right.png") !important;
    padding-right: 6px !important;
}

.search li:nth-child(1):before {
    display: none;

}
.filters button.themeBtn {
    border: 1px solid #4b9100;
    color: #4b9100;
    background: #fff;
}
.search {
    background: transparent;
}
.search li a {
    color: #b3b9c5 !important;
}

.search .active {
    color: #091f44;
    padding-left: 4px;
}
.filters {
    border: 1px solid #E6E8EC;
    border-radius: 16px;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 18px;
    background: #fff;
}

.filters .form-group {
    width: 29.33% !important;
    position: relative;
    padding-left: 40px;
}

.filters .form-group input {
    width: 100%;
    border: unset;
    padding-left: 21px;
    background: transparent;
}

.icon {
    position: absolute;
}

.image {
    position: absolute;
}

.image img {
    width: 23px;
    height: 23px;
}

.filters .form-group input:focus {
    outline: unset !important;
    box-shadow: unset;
}
.icon {
    position: absolute;
    left: 33px;
}

.image {
    position: absolute;
    left: 20px;
}

.image img {
    width: 23px;
    height: 23px;
}

.filters .form-group input:focus {
    outline: unset !important;
    box-shadow: unset;
}

.icon i {
    color: #4B9100;
    font-size: 18px;
}

.seprator {
    position: relative;
}

.seprator img {
    position: absolute;
    height: 45px;
    top: -23px;
    right: 3px;
}
.filters .form-group input::placeholder {
    font-size: 13px !important;
	color:#ACB3BF;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}



.filters button.themeBtn {
    width: 150px;
    padding: 0;
}
.filters button.themeBtn[type="submit"] {
    width: 130px;
}
.dropdown_filter select {
    display: none !important;
}

.dropdown_filter .dropdown-select {
    /* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%); */
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    /* border: solid 1px #eee; */
    /* box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5); */
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.dropdown_filter .dropdown-select:focus {
    background-color: #fff;
}

.dropdown_filter .dropdown-select:hover {
    background-color: #fff;
}

.dropdown_filter .dropdown-select:active,
.dropdown_filter .dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown_filter .dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: 50%;
}

.dropdown_filter .dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown_filter .dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown_filter .dropdown-select.open .option {
    cursor: pointer;
}

.dropdown_filter .dropdown-select.wide {
    width: 100%;
}

.dropdown_filter .dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown_filter .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown_filter .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown_filter .dropdown-select .dd-search {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
}
.dropdown_filter .dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
}
.dropdown_filter .dropdown-select .dd-searchbox:focus{
  border-color:#12CBC4;
}

.dropdown_filter .dropdown-select .list ul {
    padding: 0;
}

.dropdown_filter .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown_filter .dropdown-select .option:hover,
.dropdown_filter .dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown_filterv .dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4;
}

.dropdown_filter .dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown_filter .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown_filter .dropdown-select a:hover {
    color: #666;
}
.dropdown_filter {
    width: 263px;
    margin-left: 15px;
}

input#txtSearchValue {
    border: 2px solid #eee;
    height: 34px;
}
section.advance-filter .form-group {
    float: left;
    width: 100%;
    padding-right: 10px;
}
section.advance-filter {
    margin-top: 34px;
    float: left;
    margin-bottom: 15px;
	position:relative;
}
section.advance-filter .dropdown-select.wide {
    border: solid 1px #F5F6F7;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 1.7;
    width: 100%;
    overflow: visible;
    white-space: normal;
}

section.advance-filter label {
    color: #091f44;
    font-size: 12px;
    font-weight: normal;
}

.advance_icon {
    position: relative;
}

.advance_icon img {
    position: absolute;
    width: 12px;
    top: 10px;
    left: 11px;
}
.farm_name::placeholder {
    font-size: 12px;
	color:#ACB3BF;
}
.farm-name::placeholder {
    font-size: 12px;
	color:#ACB3BF;
}
.farm_sep {
    position: relative;
}

.farm_sep img {
    position: absolute;
    left: 34px;
    height: 16px;
    top: 10px;
}
.advance_icon1 img {
    position: absolute;
    z-index: 9;
    left: 4px;
    width: 29px;
    top: 4px;
}

.advance_icon1 {
    position: relative;
}

.farm_sep1 {
    position: relative;
}

.farm_sep1 img {
    position: absolute;
    z-index: 9;
    left: 37px;
    height: 16px;
    top: 12px;
}
.form-group.foodbasket .current {
    font-size: 12px;
    padding-left: 30px;
}

.form-group.crops .current {
    font-size: 12px;
    padding-left: 30px;
}
.check_value {
    width: 182px;
    float: left;
    margin-top: 32px;
    margin-left: 21px;
}

.check_value input {width: 24px; /*Desired width*/height: 24px;}

.round {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-left: 0;
}
.advance-filter .round + .round {
    margin-top: 10px;
}
.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 33%;
    cursor: pointer;
    height: 24px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 24px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 6px;
    transform: rotate(
-45deg);
    width: 9px;
}
.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked  label {
  background-color: #66bb6a !important;
  border-color: #66bb6a !important;
}

.round input[type="checkbox"]:checked  label:after {
  opacity: 1;
}
.round span {
    color: #091f44;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    margin-left: 15px;
}
.round_new {
  position: relative;
  width: 182px;
  float: left;
  margin-top: 10px;
  margin-left: 21px;
}

.round_new label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 33%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round_new label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round_new input[type="checkbox"] {
  visibility: hidden;
}

.round_new input[type="checkbox"]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round_new input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.round_new span {
    color: #091f44;
    font-size: 12px;
    font-weight: normal;
    line-height: 25px;
    margin-left: 23px;
}
.close_data {
    position: absolute;
    top: -8px;
    cursor: pointer;
    right: -10px;
    border: 1px solid #cccccc;
    left: auto;
    width: 40px;
    border-radius: 29%;
    height: 40px;
}
.close_data img {
    width: 20px;
    margin: 0 auto;
    text-align: center;
    margin-left: 9px;
    margin-top: 9px;
}
span.current {
    font-size: 12px;
    color: #ACB3BF;
}
.year {
    float: left;
    width: 50% !important;
}

.year .dropdown-select.wide {width: 109px;}

.year label {
    display: block;
}
.year1 {
    float: left;
    width: 20% !important;
}

.year1 .dropdown-select.wide {
    width: 128px !important;
}

.year1 label {
    display: block;
}
.outer {
    display: flex;
    float: left;
    width: 20%;
}

.year1 .dropdown-select.wide {
    width: 51% !important;
}
.radio_checked {
    clear: both;
    width: 20%;
    float: left;
    margin-left: 13px;
}

.radio_checked label {
    font-weight: normal !important;
    margin-left: 13px;
    font-size: !important;
    margin-top: 7px;
}

.radio_checked  .form-check input {
    height: 23px;
    width: 23px;
    /* position: relative; */
}

.radio_checked  .form-check {
    margin-bottom: 15px;
}
.form-group.values {
    display: flex;
}

.drop_one .dropdown_filter {
    width: 112px !important;
    margin-left: 0 !important;
    margin-right: 20px;
}

.drop_one {
    width: 46%;
}

.drop_one1 {width: 20% !important;}

.drop_one1 .dropdown_filter {
    width: 103px !important;
    margin-left: 0 !important;
    margin-right: 20px;
}

.form-group.values {
    float: left;
    margin-right: -19px;
}

hr {
    clear: both;
    padding-bottom: 20;
}
.filter_value h3 {
    color: #091f44;
    font-size: 24px;
    font-weight: normal;
}
.filter_name {
    float: left;
    width: 113px;
}

.values {float: right;}

.filter_value  span {
    border: 1px solid #edf4e5;
    padding: 9px;
    border-radius: 10px;
    background: #edf4e5;
    width: max-content;
    color: #4b9100;
    font-size: 12px;
    margin-right: 7px;
    margin-top: -6px;
    font-weight: normal;
    display: inline-block;
}

.filter_value span img {
    float: right;
    margin-left: 7px;
}
.filter_value h4 {
    font-size: 14px;
    color: #a11614;
    float: right;
}


.filter_value h4 img {
    margin-left: 8px;
    margin-top: -4px;
    cursor: pointer;
}



.map_data {
    background: #fffdfd;
    position: absolute;
    bottom: 30px;
    padding: 5px;
    left: 32px;
    border-radius: 10px;
}

.map_data span {
    margin-left: 11px;
}

iframe {
    margin-top: 36px;
    border-radius: 25px;
}
#sQp1rvnKdtw iframe {
    margin-top: 0;
}

.inner_section{
    margin-top: 36px;
}
.inner_section h5 {
    width: max-content;
    text-align: left;
    float: left;
    font-size: 19px;
}

.inner_section span {
    float: left;
    margin-right: 2px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 2px;
    color: #a5a2a2;
}
.sorting .dropdown-select.wide {
    display: block;
    width: 100%;
}
.sorting .dropdown_filter {
    width: 80px;
    margin-left: 5px;
}
.sorting .dropdown-select.wide.form-control.farm_name.time_from_checkout {
    line-height: 27px;
    padding: 0 5px;
    height: auto;
    border: none;
    color: #4b9100;
}
.sorting .dropdown_filter .dropdown-select .list ul li.option {
    padding: 5px;
}
.sorting .dropdown_filter .dropdown-select .list ul {
    margin: 0;
}
.FarmSection .sorting .dropdown_filter .dropdown-select:after {
    font-size: 13px;
    margin-top: 0;
    top: 0;
}
.sorting .dropdown_filter .dropdown-select.wide .list {
    margin: 0;
}
.FarmSection .sorting .dropdown_filter .dropdown-select.open:after {
    top: 0;
}
.inner_section .sorting span.current {
    color: #4b9100 !important;
    margin: 0;
    font-family: 'Aller';
}
body.spanish .inner_section .sorting span.current {
    font-size: 12px;
}
body.spanish  .FarmSection .sorting .dropdown_filter .dropdown-select:after {
    top: 1px;
}
.sorting .dropdown_filter .dropdown-select.wide .list {
    box-shadow: 0px 0px 5px #f1efef;
}
.sorting .form-control:focus {
    box-shadow: none;
}
.sectionSortingDesign {
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sorting select {

    margin-top: 2px;
    border: unset;
    font-size: 12px;
    color: #4b9100;
    padding-left: 6px;
    padding-right: 10px;
}
.sorting select option {
    padding: 10px 0 !important;
    float: left;
    background: #fff;
    color: #091f44;
    border: none;
}
select::-ms-expand {	display: none; }
select{
    -webkit-appearance: none;
    appearance: none;
}
.updown-images {
    position: absolute;
    top: 2px;
    right: -3px;
    cursor: pointer;
}
.sorting {
    z-index: 9;
    position: relative;
    width: 100px;
}
.views img {
    width: 17px;
    margin-left: 0;
    margin-top: 1px;
}
.data img {
    width: 100%;
}

.data {
    margin-top: 13px;
    position: relative;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    overflow: hidden;
    border: none;
    border-bottom: none;
    background: #fff;
}
.search_filter .data .next_like img {
    width: 17px;
    margin-top: 2px;
    margin-left: 0;
    margin-right: auto;
}
.image_small {
    position: absolute;
    top: 10px;
    background: #edf4e5;
    left: 5px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    border: 1px solid #4b910036;
}
.image_small.next-imperfect {
    border: 1px solid #d491b580;
    background: #f7e6ef;
}
.image_small.next {
    left: 38px;
    background: #FFF7DA;
    border: 1px solid #FFEAA0;
}
.image_small.next img {
    width: 18px;
    display: block;
    text-align: center;
}
.image_small.next2 {
    width: max-content;
    right: 11px !important;
    left: unset;
    padding-right: 11px;
    height: auto;
    max-width: 50%;
    /* float: right; */
    padding-bottom: 2px;
}
.image_small.next2 img {
    width: 14px;
}
.image_small.next2 p {
    margin-top: 0;
    font-size: 12px;
    margin-left: 0;
    margin-bottom: 0 !important;
    display: flex;
    padding-bottom: 1px;
}
.bottom {
    margin-top: 0;
    float: left;
    width: 100%;
    border: 1px solid #e6e8ec;
    padding: 19px;
    padding-top: 24px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 9px;
    padding-bottom: 24px;
    background: #fff;
    border-top: none;
}
.bottom .mapProductTxt {
    width: calc(100% - 110px);
    float: right;
    border-right: unset;
    margin-right: 20px;
}
.bottom .mapProductTxt {
    margin-top: 7px;
}

.bottom .mapProductTxt h2 {
    color: #091f44;
    font-size: 15px;
}
.grid_view .mapProductTxt {
    float: left;
    margin-top: 12px;
}

.grid_view .grid_location img {
    width: 18px;
}

.grid_view .grid_location {
    background: #edf4e5;
    padding: 5px;
    border-radius: 7px;
    height: auto;
    width: auto;
    border: 1px solid #e6e8ec;
    float: right;
    font-size: 12px;
    margin-top: 13px;
    padding: 0 14px 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 33px;
}
.btn-to-anchor {
    padding: 0;
}
.grid_view {
    margin-top: 36px;
}

p.grid_location img {
    margin-right: 8px;
    margin-left: 7px;
}
.FarmSection .grid_view .mapProductImg img:first-child {
    margin-bottom: 0;
    height: auto;
    width: 70px;
}
.FarmSection .grid_view  .mapProductImg {
    margin-right: 0;
    width: auto;
}
.map {
    position: relative;
}
.grid_view .mapProductTxt h2 {
    font-size: 15px;
}

.grid_view .mapProductTxt {
    border: unset;
}
.bottom .mapProductTxt p {
    margin-bottom: 0;
    display: flex;
    font-size: 13px;
    font-weight: 200;
    color: #091f44;
    opacity: 0.8;
}
.bottom .mapProductImg img:first-child {
    height: 76px;
}
.grid_view {
    display: none;
}
.views {
    float: right;
}
.row.listing {
    background: #fff;
    border: 1px solid #f3f4f7;
    border-radius: 17px;
    margin-bottom: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.close_data1 {
    position: absolute;
    top: -9px;
    right: -10px;
    padding: 7px;
    cursor: pointer;
}

.close_data1 img {
    width: 26px;
}
.search2 {
    margin-top: 24px;
}
.next_like {
    float: right;
    right: 11px !important;
    left: unset;
}

.next_like img {
    width: 17px;
    margin-left: 4px;
}
.image_small.next_like {
    display: flex;
    justify-content: center;
    align-items: center;
}
.image_small.next_like img {
    margin: 0;
}
.titles h2 {
    font-size: 17px;
    font-weight: 700;
}
span.img_1 img {
    width: 25px;
    border-radius: 8px;
    overflow: hidden;
}
.inner_section span.img_1 {
    border-radius: 8px;
    margin-top: 0;
    border: none;
}
.titles h4 {
    font-size: 15px;
    margin-top: 5px;
}
span.owner {
    margin-top: 9px;
    margin-right: 4px;
}
ul.rating {
    clear: both;
    padding-left: 0;
    float: left;
    margin-right: 8px;
}

ul.rating li {
    display: inline-block;
}

.button_cart {
    clear: both;
    width: 100%;
}

.button_cart a {
    width: 100%;
    padding: 0 !important;
    height: 40px;
    background: #4b9100;
    color: #fff;
}

.titles {
    padding: 4px;
}

span.list_value {
    font-family: FrizQuadrata;
    color: #091f44;
    font-size: 14px;
    margin-left: 6px;
}
ul.list_rating li {
    display: inline-block;
}

ul.list_rating {
    padding-left: 0;
    width: max-content;
}
.list_things {
    float: right;
}
.list_things img:last-child {
    margin-right: 0;
}
img.first {
    background: #EDF4E5;
    border-radius: 4px;
    padding: 4px 3px 4px 3px;
    position: relative;
    right: -7px;
    top: -4px;
    width: 25px;
    height: auto;
    border: 1px solid #DCEACD;
}
img.second {
    background: #FFF7DA;
    border-radius: 4px;
    padding: 4px 3px;
    position: relative;
    right: -7px;
    top: -4px;
    width: 25px;
    height: auto;
    border: 1px solid #efe6c8;
}
a.themeBtn i {
    font-size: 15px;
    width: 21px;
}
.button_cart.list_button {
    display: block;
    float: right;
}

button.themeBtn {
    font-weight: normal !important;
    font-family: 'FrizQuadrata';
}

a.themeBtn {
    font-weight: normal !important;
    font-family: 'FrizQuadrata';
    cursor: pointer;
}

.radio_checked .form-check-input:checked:after {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    top: -27.5px;
    left: 6px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.radio_checked .form-check-input:checked:before {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    top: -1.5px;
    left: -2px;
    position: relative;
    background-color: #4b9100;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
.form-group input {
    border: 1px solid #F5F6F7;
    /* height: 41px; */
}
.filter_value {
    margin-top: 6px;
}


.filters .dropdown-select.wide {
    background: transparent;
}
.icon img {
    width: 16px;
}
.sorting p {
    margin: 2px 12px 0 0px;
    color: #4b9100;
    font-family: 'FrizQuadrata';
    cursor: pointer;
}
/* advance search css  23april*/

.values-n {
    position: absolute;
    float: right;
    right: -228px;
	display:none;
}

.values-n .round {
    float: none;
    margin-left: 0 !important;
}

.values-n .round_new {
    margin-left: 0;
}

.values-n .round label {
    height: 28px;
    width: 28px;
}

.values-n .round label:after {
    top: 7px;
}

section#filteration {
    margin-bottom: 0;
}
section#filteration {
    margin-bottom: 0;
    width: 100%;
}
.form-group input {
    width: 100%;
}
/* end */
/* min width media query */
.form-group.values.line-margin .drop_one .dropdown_filter label {
    padding-left: 25px;
    position: relative;
}
.form-group.values.line-margin .drop_one .dropdown_filter label:before {
    height: 20px;
    width: 20px;
    content: "";
    border: 5px solid #4b9100;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: -2px;
}
.mapProduct_farm.farm_flow {
    margin-top: 30px;
}
.mapProduct_farm.farm_flow {
    padding-left: 10px;
}
.button_cart button i {
    margin-right: 5px;
}
span.total-certi.seeallproduct.active img {
    transform: scaleY(-1);
}
div#FarmVideos,
div#FarmProduce,
div#FarmPictures {
    margin-top: 40px;
}
.filters .form-inline {
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    padding-right: 30px;
}
.round.search2 {
    margin-bottom: 20px;
}


span.owner {
    margin-top: 1px;
    margin-right: 4px;
}
.bottom .titles h4 {
    margin-top: 0;
}
.bottom .titles span.owner {
    margin-right: 7px;
}
.bottom .titles span.img_1 img {
    height: 22px;
    object-fit: cover;
    width: 22px;
    padding: 0;
    background: #eeeeee4d;
    border: none;
    margin-right: 3px;
}
body > div:first-child.container {
    position: relative;
    z-index: 999;
}
body.modal-open > div:first-child.container {
    position: relative;
    z-index: 1;
}
input.shipping_country {
    color: #a1a9b7;
}
.search_filter .data .image_small img.imperfecticon {
    width: auto;
    height: 140%;
}
.list_things img.third {
    border-radius: 4px;
    padding: 1px 10px;
    position: relative;
    right: -7px;
    top: -4px;
    height: 21px;
    width: auto;
    border: 1px solid #f5d7eb;
    background: #f7f0f4;
}
.advance-filter .form-group span.current {
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 100;
    font-family: 'Aller';
    white-space: nowrap;
    max-width: 200px;
    width: 100%;
    float: left;
}
.advance-filter .form-group input {
    width: 100%;
    font-family: 'Aller';
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 100;
    height: 38px;
    font-size: 14px;
    color: #ACB3BF;
}
.advance-filter .form-group input::placeholder{
    font-size: 14px;
    color: #ACB3BF;
    font-family: 'Aller';
}
main.FarmSection.explorePage .filters .form-group input, main.FarmSection.explorePage .filters .form-group input::placeholder, main.FarmSection.explorePage .filters .form-group span.current {
    font-weight: 100;
}
.advance-filter .dropdown_filter .dropdown-select {
    text-overflow: ellipsis;
    padding-right: 30px !important;
}

.advance-filter .dropdown_filter .dropdown-select .list ul li.option {
    padding: 8px 10px;
    line-height: normal;
    font-weight: 100;
    font-size: 14px;
    color: #ACB3BF;
    font-family: 'Aller';
}
.row.inner_section.searchFilterNew {
    margin-top: 0;
    margin-bottom: -20px;
    position: absolute;
    width: 100%;
    top: 35px;
}
.search_filter + .inner_section {
    margin: 0;
}
@media only screen and (min-width: 1500px) {

    .sorting {
        margin-right: 20px;
    }
    .sorting .dropdown_filter .dropdown-select .list ul li.option {
        font-size: 16px;
    }
  .listingSlider span.img_1 img {
      margin-top: 5px;
  }
  .sorting .dropdown-select.wide.form-control.farm_name.time_from_checkout {
    width: 100px;
}

.form-group input::placeholder {
    font-size: 16px !important;
}
.filters .form-group input::placeholder {
    font-size: 16px !important;
	color:#ACB3BF;
}
span.current {
    font-size: 16px !important;

}
.drop_one {
    width: 48%;
}
.drop_one .dropdown_filter {
    width: 174px !important;
    margin-left: 0 !important;
    margin-right: 74px;
}
.drop_one1 {
    width: 32% !important;
}
.drop_one1 .dropdown_filter {
    width: 144px !important;
    margin-left: 0 !important;
    margin-right: -4px;
}
.year .dropdown-select.wide {
    width: 148px;
}
.radio_checked .form-check-input:checked:after {left: 6px;top: -33.5px;}
.filters button.themeBtn {
    width: 168px;
}
.filters {

    padding-top: 20px;
    padding-bottom: 27px;
}
.bottom .mapProductTxt h2 {
    color: #091f44;
    font-size: 24px;
}
.bottom .mapProductTxt p {

    font-size: 16px;

}
.sorting select {
    font-size: 16px;
}
.inner_section span {
    font-size: 16px;

}
.inner_section h5 {
    font-size: 24px;
}
.inner_section span {
    font-size: 16px;
    margin-top: 2px;
}
body.spanish .inner_section .sorting span.current{
    font-size: 10px;
}
.filter_name h3 {
    font-size: 24px;
    margin-top: 4px;
}
.filter_value span {
    font-size: 16px;
}
.filter_value span img {
    margin-top: 4px;
}
.form-group input {
    height: 41px;
}
section.advance-filter .dropdown-select.wide {
    height: 41px;
}

.sortingDesign select {
    width: 85px;
}
.updown-images {
    top: 4px;
}
}

/* @media only screen and (max-width: 1400px) {
  section.advance-filter .form-group.crops + div + div .dropdown_filter {
      width: 225px;
      margin-left: 10px;
  }} */
  @media only screen and (max-width: 1500px) {
    .advance-filter .dropdown_filter .dropdown-select .list ul li.option {
        font-size: 14px;
    }
    section.advance-filter label {
        font-size: 11px;
    }
}
  @media only screen and (max-width: 1199px) {

    .grid_view .mapProductTxt {
        width: 100%;
    }
    .grid_view .grid_location {
        width: 100%;
    }
    .FarmSection .grid_view .mapProductImg img:first-child {
        width: 60px;
    }
    .rowFlextData {
        flex-direction: column;
        width: 100%;
    }
    section#advance-search {
        width: 100%;
    }
    .round.search2 {
        margin-bottom: 30px;
        width: 150px;
    }
    .round {
        width: 170px;
    }
    .close_data {
        top: -3px;
    }
section.advance-filter .dropdown_filter {
    width: 100%;
    margin: 0;
}
.roundParent > div:last-child {
    margin-bottom: 20px;
}
section.advance-filter label {
    margin-bottom: 5px;
}
section.advance-filter .form-group {
    margin-right: 5px;
}
}
@media only screen and (max-width: 1024px) {
.bottom .mapProductImg img:first-child {
    height: 100%;
    width: 100%;
}
}
@media only screen and (max-width: 991px) {
   .sectionSortingDesign {
            padding-left: 15px !important;
        }

}

@media only screen and (max-width: 768px) {
    .FarmSection .grid_view .mapProductImg img:first-child {
        width: 45px;
        margin-top: 8px;
    }
    .mobsortright .sorting.sortingDesign select {
        display: block;
    }
    .sorting {
        margin-right: 0px;
    }

    .mobsortright .sorting.sortingDesign .dropdown-select.wide.filter-sort {
        background: transparent;
    }
    .mobsortright .sorting.sortingDesign .dropdown_filter .dropdown-select:after {
        font-size: 13px;
        margin-top: 0;
        top: 0;
        color: #4b9100;
    }
    .mobsortright .sorting.sortingDesign span.current {
        color: #4b9100;
    }
    .mobsortright .sorting.sortingDesign .dropdown_filter {
        margin-top: 0;
        border: none;
    }
    .mobsortright .sorting.sortingDesign .dropdown_filter .dropdown-select:after {
        top: 2px;
    }
    .mobsort > div .sorting {
        width: 80px;
    }
    .mobsortright .sorting.sortingDesign select {
        display: block;
        width: 80px;
    }
    .filterForSesarch {
        display: flex;
        padding: 10px 0;
    }
    .tabHeading .filters form{
        display: none;
    }
    .tabHeading .showForm form {
        display: block;
    }

    .round {
        width: 100%;
    }
    .accordion {
        margin-top: 40px;
   }
   .accordion .card {
    border: none;
    margin-bottom: 0;
    background: transparent;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}
   .accordion .card h2 {
    background: url(../images/arrowUp.png) no-repeat calc(100% - 0px) center;
    background-size: 14px;
    cursor: pointer;
    font-size: 14px;
}

    .accordion .card h2.collapsed {
        background-image: url(../images/arrowRight.png);
   }
    .accordion .card-body {
        padding-left: 0;
        padding-right: 0;
   }

    .bottom .mapProductImg img:first-child {
        height: 100%;
        width: 100%;
    }
    .filters .form-group {
        padding-left: 20px;
    }
    section.advance-filter .form-group.crops + div + div .dropdown_filter {
        width: 100%;
        margin-left: 0;
    }
    .map_data {
        display: none;
    }
.filters .form-inline {
    -ms-flex-flow: nowrap;
    flex-flow: wrap;
    padding-right: 30px;
}
.filters .form-group {
    position: relative;
}
.filters .form-group {
    width: 100% !important;
}
.image img {
    width: 18px;
    height: 18px;
}
.filters .form-group input#search {
    padding-left: 0;
    border-bottom: none;
}
.filters .form-group input {
    border-bottom: 1px solid #F5F6F7;
}
.FarmSection .filters button.themeBtn {
    margin: 2px 0 15px 40px;
    float: left;
}
.FarmSection .tabHeading  .filters button.themeBtn {
    margin: 0;
    width: 100%;
    border-radius: 8px;
}
.seprator img {
    display: none;
}
.icon {
    position: absolute;
    left: 41px;
}
.image {
    left: 39px;
}
.dropdown_filter {
    border-bottom: 1px solid #F5F6F7;
}
.FarmSection form.form-inline .dropdown_filter {
    width: 100%;
    padding-left: 15px;
    border-bottom: 1px solid #F5F6F7;
    margin-bottom: 5px;
    margin-left: 0;
}
}

@media only screen and (max-width: 575px) {
    .grid_view .grid_location {
        width: 100%;
    }
section.advance-filter .form-group {
    width: 100%;
}

.inner_section {
    padding-left: 0;
}
}
