select#select_pro_price {
  text-transform: capitalize;
}

.availability-wrapper label.form-check-label[for="check-for-jan"] {
  text-transform: capitalize;
}

ul.sub-category {
  display: none;
}

ul.sub-category.open {
  display: block !important;
}

.catalog-left-sidebar {
  width: 232px;
}

.catalog-right-sidebar {
  width: calc(100% - 232px);
}

span.page-numbers.dots {
  pointer-events: none !important;
}

.dropdown-icon::after {
  content: "";
  background-image: url(/wp-content/themes/hello-elementor-child/images/chevron-down.svg);
  background-size: 14px;
  width: 16px;
  height: 16px;
  position: absolute;
  background-repeat: no-repeat;
  margin-left: 5px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.dropdown-icon.rotate::after {
  transform: rotate(-180deg);
}

#product_label_list .form-check-input,
#availablity_list2 .form-check-input {
  margin-top: 2px !important;
}

#product_label_list .sub-category li,
#availablity_list2 .sub-category li {
  font-size: 12px !important;
}

#check_availability .form-check-input {
  margin-top: 2px !important;
  margin-right: 8px !important;
}

#product_label_list label,
#availablity_list2 label {
  padding-left: 4px;
}

.list-title .dropdown-icon::after,
#availablity_list2 .dropdown-icon::after {
  right: 0;
  top: 3px;
}

.geolocation input#geo_location {
  margin-top: 9px;
}

.geolocation .dropdown-icon::after {
  right: 0;
  top: 13px;
}

.custom-check-input {
  position: relative;
}

ul.category-list::after {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 10px;
}

aside ul.category-list:last-of-type::after {
  border: none;
}

.custom-check-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

ul.sub-category .custom-check-input-wrapper li {
  background-color: #f8ae7133;
  border-radius: 14px;
  padding: 4px 8px;
  font-size: 12px;
}

#map {
  width: 100%;
  height: 600px;
  margin-left: 0;
  border-radius: 10px 0px 0px 10px;
}

div#cat_map {
  padding-left: 0;
}

.location svg,
.grid-layout svg,
.list-layout svg {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}

.location.active svg {
  background: #f8ae71;
}

.location.active svg path {
  fill: white;
}

.grid-layout.active svg {
  background: #f8ae71;
}

.grid-layout.active svg path {
  fill: white;
}

.list-layout.active svg path {
  fill: white;
}

.list-layout.active svg {
  background: #f8ae71;
}

#cat_map {
  display: none;
}

div#show-search {
  background: #242654;
  margin-top: 0px;
  color: #f8ae71;
  text-decoration: underline;
  font-family: "Avenir LT Std, 95 Black";
  font-size: 14px;
  cursor: pointer;
  display: none;
}

div#show-search span {
  padding: 13px 0px;
  display: block;
}

div#hide-search {
  color: #f8ae71;
  text-decoration: underline;
  font-family: "Avenir LT Std, 95 Black";
  font-size: 14px;
  cursor: pointer;
  display: none;
}

/*Catalog Sidebar CSS*/
.catalog-left-sidebar ul.tree,
.catalog-left-sidebar ul.tree * {
  list-style-type: none;
  margin: 0;
  padding: 0 0 5px 0;
}

.catalog-left-sidebar ul.tree img.arrow {
  padding: 2px 0 0 0;
  border: 0;
  width: 20px;
}

.catalog-left-sidebar ul.tree li {
  padding: 4px 0 0 0;
  line-height: 18px;
}

form.catalog-form .month-list .form-check,
form.catalog-form .full-year .form-check {
  line-height: 28px;
}

/* .catalog-left-sidebar li:not(:has(> ul)) label {
	border: 1px solid #F8AE7133 !important;
	border-radius: 14px !important;
	background-color: #F8AE7133;
	padding: 4px 8px !important;
	max-width: 100% !important;
	cursor: pointer !important;
	width: unset !important;
	height: unset !important;
	float: unset !important;
} */

/* Apply styles to labels with the "selected" class */
.catalog-left-sidebar li:not(:has(> ul)) label.checked {
  border: 1px solid #f8ae71 !important;
  background-color: #f8ae71 !important;
  background-image: unset !important;
}

.catalog-left-sidebar ul.tree li ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.catalog-left-sidebar ul.tree label {
  display: flex;
  padding: 0px 0px 8px 8px;
}

.catalog-left-sidebar ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.catalog-left-sidebar ul.tree li .arrow {
  display: none;
  width: 20px;
  height: 18px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  float: right;
  background: transparent no-repeat 0 0px;
}

.catalog-left-sidebar ul.tree li .collapsed {
  display: block;
  background-image: url(../../images/chevron-down.svg);
  background-size: 16px 16px;
  transition: 0.3s ease-in-out;
  background-position: bottom;
}

.catalog-left-sidebar ul.tree li .expanded {
  display: block;
  background-image: url(../../images/chevron-down.svg);
  transform: rotate(-180deg);
  transition: 0.3s ease-in-out;
  background-size: 16px 16px;
  background-position: bottom;
}

.catalog-left-sidebar ul.tree li .checkbox {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  float: left;
  border: 1px solid #242654;
  border-radius: 4px;
}

.catalog-left-sidebar ul.tree li .checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #242654;
  border-color: #242654;
}

.catalog-left-sidebar ul.tree li .half_checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  background-color: #242654;
  border-color: #242654;
  opacity: 0.5;
}

.catalog-left-sidebar ul#product_label_list,
.catalog-left-sidebar ul#availablity_list2 {
  padding-top: 10px;
}

.catalog-left-sidebar ul#product_label_list .sub-category .form-check-input,
.catalog-left-sidebar ul#availablity_list2 .sub-category .form-check-input {
  margin-right: 8px !important;
}

.catalog-left-sidebar .form-check-input {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  float: left;
  border: 1px solid #242654;
  border-radius: 4px;
  background: transparent;
}

/* style for selected tags */
.catalog-right-sidebar #selected-product-list {
  display: none;
  flex-wrap: wrap;
  background: #242654;
}

.catalog-right-sidebar #selected-product-list .selected-product-title {
  font-size: 14px;
  line-height: 20px;
  font-family: "Avenir LT Std, 95 Black";
  color: #f5f5f5;
  padding: 19px 16px;
  margin-bottom: 0px;
}

.catalog-right-sidebar #selected-product-list .selected-tag-container {
  display: flex;
  margin: 11px 0px;
  flex-wrap: wrap;
}

.catalog-right-sidebar #selected-product-list .selected-product-remove-cta {
  font-size: 14px;
  line-height: 20px;
  font-family: "Avenir LT Std, 55 Roman";
  color: #f8ae71;
  padding: 19px 16px;
  margin-bottom: 0px;
  text-decoration: underline;
  margin-left: auto;
  margin-right: 48px;
  cursor: pointer;
}

.list-filter table {
  border-radius: 5px;
  background: #f6f6f6;
}

.list-filter th {
  width: 145px;
  padding: 13px 0px;
  border: 0;
  text-align: center;
  background-color: transparent !important;
}

.list-filter th:first-child {
  text-align: right;
  width: calc(100% - 405px);
}

.list-filter th:nth-child(2) {
  width: 210px;
}

.list-filter th:last-child {
  width: 295px;
  text-align: left;
}

body:has(.location.active) .list-filter th:last-child {
  /* width: 175px; */
  width: 260px;
}

body:has(.location.active) .product-item-list .meta-box-1 ul {
  margin-right: -40px;
}

body:has(.location.active) .product-item-list .product-title,
.product-item-list .product-title a,
body:has(.location.active) .product-item-list .meta-box-1 .right {
  max-width: 100%;
  width: 100%;
}

body:has(.location.active)
  .product-item-list
  .meta-box-1
  ul
  li:first-child
  > div {
  line-height: 20px;
}

body:has(.location.active) .product-item-list .meta-box-1 {
  min-height: 47px;
}

body:has(.location.active) .list-filter th:first-child {
  padding-left: 0;
  width: calc(100% - 333px);
}

body:has(.location.active) .list-filter th:nth-child(2) {
  text-align: left;
  width: 155px;
}

body:has(.location.active) .product-item-list .meta-box-1 ul li:nth-child(2) {
  width: 140px;
}

body:has(.location.active) .product-item-list .meta-box-1 ul li:first-child {
  width: 150px;
}

.list-filter span {
  cursor: pointer;
}

.list-filter span i {
  color: #bbb9b9;
  font-size: 12px;
  padding-left: 8px;
}

/* .list-filter {
	display: none;
}
 */
li.location-request {
  background: url(/wp-content/themes/hello-elementor-child/images/icons_calandar.svg)
    no-repeat;
}

.product-item-list .meta-box-2 .switcher {
  display: none;
}

.product-item-list .meta-box-1 ul li:last-child {
  background: url(/wp-content/themes/hello-elementor-child/images/icons_calandar.svg)
    no-repeat;
  min-width: 166px;
  display: flex;
  flex-wrap: wrap;
  line-height: 25px;
}

.product-item-list .meta-box-1 ul li:last-child:empty {
  background: none !important;
}

.producer_name span {
  font-size: 13px;
}

.producer_name {
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
}

.producer_name span {
  text-transform: initial;
}

.btn-span:has(.active.remove-from-wishlist) {
  min-width: 125px;
}

.geolocation label {
  background-color: transparent !important;
  box-shadow: 0;
  margin: 10px 0px;
}

.location-btn {
  display: flex;
  flex-wrap: wrap;
}

/* .location-btn button {
	font-size: 12px;
	padding: 7px 10px;
	margin-right: 9px;
	margin-bottom: 10px;
	font-family: "Avenir LT Std, 85 Heavy";
} */

#location-form .location-btn #search-button {
  display: none;
}

#location-form .location-btn a {
  font-size: 12px !important;
  padding: 7px 10px !important;
  margin-right: 9px;
  margin-bottom: 10px;
  font-family: "Avenir LT Std, 85 Heavy";
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  border-radius: 3px;
  transition: all 0.3s;
  cursor: pointer;
}

#location-form .location-btn a:last-child {
  margin-right: 0px;
}

#location-form input#radius {
  margin: 13px 0px 20px;
}

.geolocation strong {
  padding-top: 10px !important;
  display: block;
}

/*new added*/
.producer_name span {
  font-size: 13px;
}

.producer_name {
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
}

.producer_name span {
  text-transform: initial;
}

.geolocation label {
  background-color: transparent !important;
  box-shadow: 0;
  margin: 10px 0px;
}

.location-btn {
  display: flex;
}

/* 
.location-btn button {
	font-size: 14px;
	padding: 7px 10px;
	margin-right: 9px;
	margin-bottom: 10px;
}

.location-btn button:last-child {
	margin-right: 0px;
} */

#location-form input#radius {
  margin: 13px 0px 20px;
  margin: 13px 0px 0px;
  width: 100%;
}

#location-form span#radius-value {
  margin: 5px 0px 15px;
  display: block;
  font-weight: bold;
}

.geolocation strong {
  padding-top: 10px !important;
  display: block;
}

.gallery-gallery .top {
  width: 15px;
  height: 10px;
}

.gallery-gallery li.cf-check.cf-cross {
  position: relative;
  border: 1px dashed #222;
  float: left;
  top: 17px;
  border-radius: 2px;
  padding: 0px 5px;
}

.gallery-gallery .cf-check.cf-cross span.close.cf-delete-gallery-image {
  position: absolute;
  right: -5px;
  top: -7px;
  background: red;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cf-check img {
  object-fit: cover;
  padding-bottom: 8px;
  height: 70px;
}

.list-filter table {
  border-radius: 5px;
  background: #f6f6f6;
}

.list-filter th {
  width: 145px;
  padding: 13px 0px;
  border: 0;
  text-align: center;
  background-color: transparent !important;
}

.list-filter span {
  cursor: pointer;
}

.list-filter span i {
  color: #bbb9b9;
  font-size: 12px;
  padding-left: 8px;
}

/* .list-filter {
	display: none;
} */

li.location-request {
  background: url(/wp-content/themes/hello-elementor-child/images/icons_calandar.svg)
    no-repeat;
}

.product-item-list .meta-box-2 .switcher {
  display: none;
}

.switcher.active.remove-from-wishlist .switch-text {
  background-color: #f8ae71;
  color: #fff;
}

.product-card-wrapper .add-to-wishlist.active .switch-text {
  background: #f8ae71 !important;
  color: #fff !important;
}

.toggle-label::before {
  font-family: "Avenir LT Std, 95 Black", sans-serif !important;
}

.product-card-wrapper .pagination.pagination-custom-post-page {
  margin-top: 15px;
}

.product-card-wrapper .pagination.pagination-custom-post-page {
  margin-top: 15px;
  flex-wrap: wrap;
}

.catalogue-header button#search-icon-wrapper > svg {
  width: 24px;
}

#producerDisplay .show-more {
  background: color(srgb 0.53 0.8 0.73 / 0.1);
  padding: 8px;
  border-radius: 5px;
  color: #242654;
  font-family: "Avenir LT Std, 55 Roman", Sans-serif;
  font-size: 11px;
  margin-right: 8px;
  cursor: pointer;
}

#producerDisplay .product-item-card .product-item {
  height: 250px;
}

#producerDisplay .product-item-card .product-meta-3 {
  padding-bottom: 0px;
  /* background: none !important;*/
}

#producerDisplay .product-item-card .product-meta-2 {
  min-height: 155px;
}

.product-card-wrapper .remove-from-wishlist svg {
  display: none;
}

.product-card-wrapper .add-to-wishlist svg {
  pointer-events: none;
}

.catalog-right-sidebar #selected-product-list .selected-tag {
  font-size: 12px;
  font-family: "Avenir LT Std, 55 Roman";
  line-height: 16px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  border-radius: 14px;
  padding: 4px 9px;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 5px 5px;
}

.catalog-right-sidebar #selected-product-list .selected-tag .remove-tag {
  background-color: transparent !important;
  background: url(/wp-content/themes/hello-elementor-child/images/close-circle-1.svg);
  width: 16px;
  height: 16px;
  background-size: cover;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 5px;
}

#catalog-list td.dataTables_empty {
  font-family: "Avenir LT Std, 55 Roman";
  font-size: 12px !important;
  padding: 15px !important;
}

#productDisplay .product-item-list .product-save-btn {
  width: 120px;
}

.alert-headline a {
  font-size: 12px;
  font-family: "Avenir LT Std, 85 Heavy";
}

/*Popup CSS*/
.blue-headline-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #242654bd;
  padding: 15px 10px 10px 32px;
  z-index: 999;
  border-radius: 10px 10px 0px 0px;
  width: 585px;
  width: 300px;
}

.blue-headline-popup h4 {
  color: #fff;
}

.blue-headline-popup i {
  color: #fff;
}

.blue-headline-popup .right-content p {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  padding-right: 20px;
}

.blue-headline-popup .left-content {
  max-width: 255px;
  width: 100%;
}

.blue-headline-popup .right-content {
  max-width: 310px;
  width: 100%;
}

.blue-headline-popup .left-content a:hover {
  color: #f8ae71;
}

.blue-headline-popup .close-popup {
  cursor: pointer;
}

.list-filter {
  display: none;
}

/*Set infoWindow Popup Hight for map*/
#map .gm-style-iw.gm-style-iw-c > .gm-style-iw-d {
  max-height: 170px !important;
}

/*New CSS*/
body:has(.location.active) .producer-list-card-wrapper .left.float-start {
  width: 100%;
}

body:has(.location.active)
  .producer-list-card-wrapper
  .left.float-start
  .title-with-img,
body:has(.location.active) .producer-list-card-wrapper .left.float-start a {
  width: 100% !important;
  max-width: 100% !important;
}

body:has(.location.active)
  .producer-list-card-wrapper.list-view
  .producer-description
  p {
  display: none;
}

body:has(.location.active)
  .producer-list-card-wrapper
  .producer-item-inner
  li.location-wrapper {
  width: 255px;
}

body:has(.location.active)
  .producer-list-card-wrapper
  .producer-item-list
  .location {
  width: 100%;
}

body:has(.location.active)
  .producer-list-card-wrapper
  .producer-item-inner
  li.cat-name {
  min-width: 195px;
}

body:has(.location.active) .producer-list-card-wrapper .producer-item-inner li.cat-name {
  width: 150px;
}

@media only screen and (max-width: 1024px) {
  .catalog-right-sidebar #selected-product-list .selected-product-remove-cta {
    margin-left: unset;
  }
}

@media only screen and (max-width: 1199px) {
  .catalogue-header .elementor-container {
    padding-left: 10px;
  }

  .product-item-list .product-item-inner .location {
    line-height: 22px;
  }
}

@media only screen and (max-width: 1070px) {
  .grid-layout,
  .list-layout {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  #map {
    height: 377px;
    margin-left: 0;
    border-radius: 5px;
    margin-bottom: 30px;
  }

  .product-item-card span.promo-code {
    margin-top: 20px;
  }

  .catalogue-header h1 {
    font-size: 35px;
  }

  div#cat_map {
    padding: 0px 30px 0px 25px;
    margin: unset !important;
  }

  .catalogue-header input#searchInput {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .search-input-container {
    margin: 12px 0px 15px;
  }

  .blue-headline-popup {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .catalog-left-sidebar {
    width: 100%;
  }

  .catalog-right-sidebar {
    width: calc(100% - 0px);
  }

  .catalogue-header h1 {
    font-size: 30px;
  }

  .search-input-container input#searchInput {
    width: 350px;
  }

  .sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px !important;
  }

  #check_availability input#availability {
    margin-top: 2px;
  }

  ul#check_availability {
    margin-top: 0;
  }

  .catalog-body-wrapper .sidebar-header,
  .catalog-body-wrapper aside {
    padding-left: 15px;
  }

  div#hide-search {
    display: block;
  }

  .catalog-body-wrapper aside {
    padding-bottom: 20px;
  }

  div#hide-search {
    padding-top: 20px;
  }

  .catalogue-header h1 {
    font-size: 30px;
    font-family: "Avenir LT Std, 85 Heavy";
  }
}
