.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000 !important;
}
.map-marker svg {
  font-size: 24px;
  fill: #3b7e00;
}
.ajax-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  margin-top: 20px;
}
.ajax-pagination .page-numbers {
  padding: 2px 10px;
}
.ajax-pagination .page-numbers.current {
  color: #3b7e00;
  font-weight: 600;
}
.status {
  position: absolute;
  bottom: 0;
  padding: 4px 20px;
  background: #3b7e01;
  color: #fff;
  display: inline-block;
  border-top-right-radius: 20px;
  font-size: 12px;
  margin: auto;
  display: inline-flex;
  width: auto;
}
.btn-submit {
  display: block;
  padding: 11px 29px;
  transition: 0.4s;
  cursor: pointer;
  border-color: #000;
  background-color: #000;
  color: #FFF;
  text-transform: uppercase;
}
.search-stores-section .column-wrapper {
  padding: 30px 0;
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 80vh;
  }
}
.search-stores-section .column-wrapper .column.filters {
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper .column.filters {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    max-width: 30%;
    max-height: 100%;
  }
}
.search-stores-section .column-wrapper .column.filters .main-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.search-stores-section .column-wrapper .column.filters .main-heading .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.search-stores-section .column-wrapper .column.filters .main-heading .title svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.search-stores-section .column-wrapper .column.filters .main-heading .title + button {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.search-stores-section .column-wrapper .column.filters .main-heading button{
	background: none;
    padding: 0;
}
.search-stores-section .column-wrapper .column.filters .main-heading .title + button svg{
	width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-left: 3px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper {
  padding: 20px 5px;
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper .column.filters .filters-wrapper {
    max-height: 100%;
    overflow-y: auto;
    padding: 20px 10px;
  }
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper::-webkit-scrollbar-thumb {
  background-color: green;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper * {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group:not(:first-child) {
  margin-top: 20px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .select2-container .select2-selection--single {
  border-radius: 0;
  width: 100%;
  height: 50px;
  border-color: #c8c8c8;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .select2-container .select2-selection--single .select2-selection__placeholder {
  display: inline-flex;
  align-items: center;
  color: #000;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .select2-container .select2-selection--single .select2-selection__placeholder::before {
  content: "";
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M384 432c8.8 0 16-7.2 16-16l0-320c0-8.8-7.2-16-16-16L64 80c-8.8 0-16 7.2-16 16l0 320c0 8.8 7.2 16 16 16l320 0zm64-16c0 35.3-28.7 64-64 64L64 480c-35.3 0-64-28.7-64-64L0 96C0 60.7 28.7 32 64 32l320 0c35.3 0 64 28.7 64 64l0 320zM224 352c-6.7 0-13-2.8-17.6-7.7l-104-112c-6.5-7-8.2-17.2-4.4-25.9s12.5-14.4 22-14.4l208 0c9.5 0 18.2 5.7 22 14.4s2.1 18.9-4.4 25.9l-104 112c-4.5 4.9-10.9 7.7-17.6 7.7z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 20px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list button {
  display: block;
  margin: 5px;
	background: none;
    padding: 0;
  position: relative;
  flex: 0 0 calc(100% - 10px);
  max-width: calc(100% - 10px);
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list button label svg {
	position: relative;
	width: 16px;
	height: 16px;
	top: 3px;
  	margin-right: 5px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:checked, .search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:checked + label, .search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:not(:checked) + label {
  display: block;
  padding: 10px;
  cursor: pointer;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  Background-color: #000;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:not(:checked) + label {
  background-color: #FFF;
  color: #000;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:checked + label {
  background-color: #3b7e00;
  color: #FFF;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:checked + label svg{
	fill: #fff;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper {
  padding-bottom: 30px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper .value-1, .search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper .value-2 {
  display: block;
  width: max-content;
  border-radius: 3px;
  position: absolute;
  bottom: -35px;
  padding: 4px 8px;
  background-color: #000;
  color: #fff;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper .value-1::before, .search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper .value-2::before {
  display: block;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #000000 transparent;
  transform: rotate(0deg);
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper .value-1 {
  left: -3px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper .value-2 {
  right: -3px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .distance-range-wrapper {
  padding-bottom: 30px;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .distance-range-wrapper .value {
  display: block;
  width: max-content;
  border-radius: 3px;
  position: absolute;
  left: -3px;
  bottom: -35px;
  padding: 4px 8px;
  background-color: #000;
  color: #fff;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .distance-range-wrapper .value::before {
  display: block;
  margin: 0 auto;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #000000 transparent;
  transform: rotate(0deg);
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .ui-slider-handle {
  border: 3px solid #000000;
  background: #FFF;
  border-radius: 100%;
}
.search-stores-section .column-wrapper .column.filters .filters-wrapper .filter-group .ui-widget-header {
  background-color: #3b7e01;
}
.search-stores-section .column-wrapper .column.item-list {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper .column.item-list {
    display: flex;
    flex-direction: column;
    padding: 0 20px 50px;
    max-height: 100%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.search-stores-section .column-wrapper .column.item-list .col-title {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .search-stores-section .column-wrapper .column.item-list .col-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }
}
.search-stores-section .column-wrapper .column.item-list .col-title .count {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .search-stores-section .column-wrapper .column.item-list .col-title .view-option {
    display: none;
  }
}
.search-stores-section .column-wrapper .column.item-list .col-title .view-option button{
	background: none;
	padding: 0;
}
.search-stores-section .column-wrapper .column.item-list .col-title .view-option svg {
  margin: 0 5px;
  width: 20px;
	height: 20px;
  fill: #3b7e00;
}
.search-stores-section .column-wrapper .column.item-list .loading {
  display: flex;
  margin: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item {
  flex: 0 0 50%;
  max-width: 50%;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item:not(:first-child) {
  margin-top: 10px;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	height: 100%;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .img-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .img-wrapper {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .img-wrapper img { 
    height: 100%;
    width: 100%;
  }
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .img-wrapper .ratings-wrapper, .search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .img-wrapper .status {
  display: none;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .store-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .store-info {
    flex: 0 0 80%;
    max-width: 80%;
  }
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .store-info .ratings-wrapper {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .store-info .ratings-wrapper {
    display: flex;
  }
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .store-info .store-name {
  padding-right: 125px;
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .store-info .store-name {
    min-height: 0;
  }
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .store-info .status {
  display: block;
  border-top-right-radius: 0;
  border-top-left-radius: 20px;
  right: 0;
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper .ajax-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper {
    max-height: 100%;
    overflow: auto;
  }
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper::-webkit-scrollbar-thumb {
  background-color: green;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper * {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper {
    display: flex;
    margin: 0 -7.5px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper {
    display: flex;
    margin: 0 -7.5px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7.5px;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7.5px;
  }
}
@media only screen and (min-width: 992px) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.search-stores-section .column-wrapper .column.item-list .list-wrapper .item:not(:first-child) {
  margin-top: 15px;
}
@media only screen and (min-width: 600px) and (orientation: landscape) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper .item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (orientation: portrait) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper .item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper .item:nth-child(3),.search-stores-section .column-wrapper .column.item-list .list-wrapper .item:nth-child(4) {
    margin-top: 0;
  }
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner {
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner .ratings-wrapper {
  position: absolute;
  bottom: auto;
  top: 10px;
  right: 10px;
  background: #000000;
  border-radius: 6px;
  padding: 2px;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner .ratings-wrapper .rating{
	display: flex;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner .ratings-wrapper .star {
	fill: #ffd401;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  margin-right: 2px;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner .ratings-wrapper .star-portion-container {
  width: 15px;
  height: 15px;
  margin-left: 2px;
  margin-right: 2px;
  position: relative;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner .ratings-wrapper .star-portion-container .gold-star-container {
  position: absolute;
  top: 0;
  left: -2px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner .ratings-wrapper .star-portion-container .gold-star-container svg {
  width: 15px;
  height: 15px;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner .ratings-wrapper .star-portion-container .gray-star {
  fill: #c3c3c3;
	position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner .ratings-wrapper .count {
  color: #fff;
  padding: 3px 3px 0;
  margin-left: 5px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a:hover .img-wrapper img {
  height: 110%;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .img-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .img-wrapper > img {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .store-info {
  padding: 10px 20px;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .store-info .ratings-wrapper {
  display: none;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .store-info .store-name {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .store-info .store-name {
    min-height: 45px;
  }
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .store-info .store-name .review-count {
  display: block;
  font-size: 11px;
  color: #d09a10;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .store-info .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 14px;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .store-info .icon-wrap svg {
	width: 12px;
	height: 12px;
  fill: #3B7E00;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .store-info .address {
  margin-bottom: 10px;
}
.search-stores-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .store-info .status {
  display: none;
}
.search-stores-section .map-wrapper{
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .search-stores-section .column-wrapper .column.map-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .search-stores-section .map-wrapper {
    height: 400px;
	  margin-bottom: 60px;
  }
}
.search-stores-section .map-wrapper #googleMap {
  width: 100%;
  height: 100%;
}
