.search-products-section .column-wrapper {
  padding: 30px 0;
}
@media only screen and (min-width: 1200px) {
  .search-products-section .column-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 73vh;
  }
}
.search-products-section .column-wrapper .column.filters {
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .search-products-section .column-wrapper .column.filters {
    display: flex;
    flex-direction: column;
    flex: 0 0 30%;
    max-width: 30%;
    max-height: 100%;
  }
}
.search-products-section .column-wrapper .column.filters .main-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.search-products-section .column-wrapper .column.filters .main-heading .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
	margin-bottom: 0;
}
.search-products-section .column-wrapper .column.filters .main-heading .title svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.search-products-section .column-wrapper .column.filters .main-heading .title + button {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.search-products-section .column-wrapper .column.filters .main-heading button{
	background: none;
    padding: 0;
}
.search-products-section .column-wrapper .column.filters .main-heading .title + button svg{
	width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-left: 3px;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper {
  padding: 20px 5px;
}
@media only screen and (min-width: 1200px) {
  .search-products-section .column-wrapper .column.filters .filters-wrapper {
    max-height: 100%;
    overflow-y: auto;
    padding: 20px 10px;
  }
}
.search-products-section .column-wrapper .column.filters .filters-wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper::-webkit-scrollbar-thumb {
  background-color: green;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper * {
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group:not(:first-child) {
  margin-top: 20px;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .select2-container .select2-selection--single {
  border-radius: 0;
  width: 100%;
  height: 50px;
  border-colo: #c8c8c8;
}
.search-products-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-products-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-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 20px;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-products-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(50% - 10px);
  max-width: calc(50% - 10px);
}
.search-products-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-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:checked, .search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:checked + label, .search-products-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-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:not(:checked) + label {
  background-color: #FFF;
  color: #000;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:checked + label {
  background-color: #3b7e00;
  color: #FFF;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .radio-inputs-list [type="radio"]:checked + label svg{
	fill: #fff;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper {
  padding-bottom: 30px;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper .value-1, .search-products-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-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper .value-1::before, .search-products-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-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper .value-1 {
  left: -3px;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .price-range-wrapper .value-2 {
  right: -3px;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .distance-range-wrapper {
  padding-bottom: 30px;
}
.search-products-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-products-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-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .ui-slider-handle {
  border: 3px solid #000000;
  background: #FFF;
  border-radius: 100%;
}
.search-products-section .column-wrapper .column.filters .filters-wrapper .filter-group .ui-widget-header {
  background-color: #3b7e01;
}
.search-products-section .column-wrapper .column.item-list {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .search-products-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-products-section .column-wrapper .column.item-list .col-title {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .search-products-section .column-wrapper .column.item-list .col-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }
}
.search-products-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-products-section .column-wrapper .column.item-list .col-title .view-option {
    display: none;
  }
}
.search-products-section .column-wrapper .column.item-list .col-title .view-option i {
  margin: 0 5px;
  font-size: 20px;
  color: #3b7e00;
}
.search-products-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-products-section .column-wrapper .column.item-list .list-wrapper.list-view .item {
  flex: 0 0 100%;
  max-width: 100%;
}
.search-products-section .column-wrapper .column.item-list .list-wrapper.list-view .item:not(:first-child) {
  margin-top: 10px;
}
.search-products-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-products-section .column-wrapper .column.item-list .list-wrapper.list-view .item .item-inner a .img-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}
.search-products-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 50%;
  max-width: 50%;
}
@media only screen and (min-width: 1200px) {
  .search-products-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-products-section .column-wrapper .column.item-list .list-wrapper {
    max-height: 100%;
    overflow: auto;
  }
}
.search-products-section .column-wrapper .column.item-list .list-wrapper::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}
.search-products-section .column-wrapper .column.item-list .list-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.search-products-section .column-wrapper .column.item-list .list-wrapper::-webkit-scrollbar-thumb {
  background-color: green;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}
.search-products-section .column-wrapper .column.item-list .list-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.search-products-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-products-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-products-section .column-wrapper .column.item-list .list-wrapper {
    display: flex;
    margin: 0 -7.5px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.search-products-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-products-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-products-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-products-section .column-wrapper .column.item-list .list-wrapper .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .search-products-section .column-wrapper .column.item-list .list-wrapper .item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.search-products-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-products-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-products-section .column-wrapper .column.item-list .list-wrapper .item:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .search-products-section .column-wrapper .column.item-list .list-wrapper .item:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .search-products-section .column-wrapper .column.item-list .list-wrapper .item:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .search-products-section .column-wrapper .column.item-list .list-wrapper .item:nth-child(4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .search-products-section .column-wrapper .column.item-list .list-wrapper .item:nth-child(4) {
    margin-top: 0;
  }
}
.search-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.search-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.search-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a:hover .img-wrapper img {
  height: 110%;
}
.search-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .img-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
	background-color: #fff;
}
.search-products-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-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .img-wrapper .product-category-name {
  position: absolute;
  bottom: 0;
  padding: 4px 20px;
  background: #000;
  color: #fff;
  display: inline-block;
  border-top-right-radius: 20px;
  font-size: 12px;
  margin: auto;
  display: inline-flex;
  width: auto;
}
.search-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .content-wrapper {
  flex: 1;
  padding: 10px 20px;
	background-color: #f0f0f0;
}
@media only screen and (min-width: 1200px) {
  .search-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .content-wrapper {
    position: relative;
    padding-bottom: 60px;
  }
}
.search-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .content-wrapper .product-name {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .search-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .content-wrapper .product-name {
    min-height: 45px;
  }
}
.search-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .content-wrapper .read-more {
  margin-top: 20px;
  font-weight: 500;
  color: #3b7e00;
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .search-products-section .column-wrapper .column.item-list .list-wrapper .item .item-inner a .content-wrapper .read-more {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
}
.popular-products-section {
  margin-top: 60px;
  margin-bottom: 40px;
}
.popular-products-section .inner-wrapper {
  padding: 30px 0;
}
.popular-products-section .inner-wrapper .title-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.popular-products-section .inner-wrapper .popular-products-carousel {
  background-color: #fff;
}
@media only screen and (min-width: 1200px) {
  .popular-products-section .inner-wrapper .popular-products-carousel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-dots {
  display: flex;
  padding: 10px 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-dots.disabled {
  display: none;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: rgba(59, 126, 0, 0.2);
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-dots button.owl-dot.active {
  background-color: #3B7E00;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-dots button.owl-dot:focus {
  outline: none;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-nav {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: all;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-nav button.disabled {
  opacity: 0.6;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-nav button .icon-wrap {
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-nav button .icon-wrap i {
  color: #000;
  font-size: 24px;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-nav .owl-prev {
  left: -40px;
}
.popular-products-section .inner-wrapper .popular-products-carousel .owl-nav .owl-next {
  right: -40px;
}
.popular-products-section .inner-wrapper .popular-products-carousel .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.popular-products-section .inner-wrapper .popular-products-carousel .item a {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.popular-products-section .inner-wrapper .popular-products-carousel .item a:hover .img-wrapper img {
  height: 110%;
}
.popular-products-section .inner-wrapper .popular-products-carousel .item a .img-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.popular-products-section .inner-wrapper .popular-products-carousel .item 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;
}
.popular-products-section .inner-wrapper .popular-products-carousel .item a .img-wrapper .product-category-name {
  position: absolute;
  bottom: 0;
  padding: 4px 20px;
  background: #000;
  color: #fff;
  display: inline-block;
  border-top-right-radius: 20px;
  font-size: 12px;
  margin: auto;
  display: inline-flex;
  width: auto;
}
.popular-products-section .inner-wrapper .popular-products-carousel .item a .content-wrapper {
  padding: 20px;
  background-color: #f0f0f0;
  flex: 1;
}
@media only screen and (min-width: 1200px) {
  .popular-products-section .inner-wrapper .popular-products-carousel .item a .content-wrapper {
    position: relative;
    padding-bottom: 60px;
  }
}
.popular-products-section .inner-wrapper .popular-products-carousel .item a .content-wrapper .post-info {
  color: #d84949;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
}
.popular-products-section .inner-wrapper .popular-products-carousel .item a .content-wrapper .title {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}
.popular-products-section .inner-wrapper .popular-products-carousel .item a .content-wrapper .content {
  font-size: 14px;
  line-height: 20px;
}
.popular-products-section .inner-wrapper .popular-products-carousel .item a .content-wrapper .read-more {
  margin-top: 20px;
  font-weight: 500;
  color: #3b7e00;
  text-decoration: underline;
}
@media only screen and (min-width: 1200px) {
  .popular-products-section .inner-wrapper .popular-products-carousel .item a .content-wrapper .read-more {
    position: absolute;
    left: 20px;
    bottom: 20px;
  }
}
