/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 07 2024 | 11:14:09 */
/* Filter */

.wpc-filters-section {
  background-color: #f7f7f7;
  padding: 10px;
}

.wpc-filter-header {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  background-color: #e1002c;
  border-radius: 0;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
}
.left-side .wpc-filter-content {
  background-color: #fff;
  padding: 5px 10px;
}

.wpc-filter-header:after {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border-radius: 50%;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  /* content: "\f077"; */
}
.wpc-filter-collapsible .wpc-filter-title button .wpc-open-icon,
.wpc-filter-has-selected
  .wpc-filter-collapsible.wpc-closed
  .wpc-filter-title
  button
  .wpc-open-icon {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}
.wpc-filter-header.active {
  border-bottom: 1px solid #ccc;
}
.wpc-filter-header.active:after {
  content: "";
  background-image: none;
  content: "\f077"!important;
  font-family: "font awesome 5 pro";
  font-weight: 400;
  font-size: 12px;
  right: 8px;
  top: 9px;
}
.wpc-filter-header.active:before {
  display:none
}

.wpc-filter-header:hover h4 {
  color: #cf1717;
}

.wpc-term-item-content-wrapper {
  position: relative;
  overflow: hidden;
  transition: ease all 0.5s;
  padding-right: 0 !important;
}
.left-side .wpc-term-item-content-wrapper label {
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 25px 4px 25px !important;
 /* pointer-events: none;*/
  width: 100% !important;
  transition: ease all 0.5s;
  color: #000;
  border: 0!important;
}
.wpc-term-item-content-wrapper label a {
  color: #000;
}

.wpc-term-item-content-wrapper label:before {
  content: "";
  width: 18px;
  height: 18px;
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: #707070;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 3px;
}
.wpc-term-item-content-wrapper label span {
  padding: 0;
  display: inline-block;
  margin-right: 0;
  padding: 0;
}
.wpc-term-item-content-wrapper label span.wpc-term-count {
  position: absolute;
  right: 0;
  top: 0;
}
.wpc-term-item-content-wrapper label span span {
  margin-right: 0;
}
.wpc-term-item-content-wrapper label span.date {
  font-size: 12px;
  font-weight: 500;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  padding: 4px;
  margin-left: 10px;
  margin-right: 0;
  width: 26px;
  text-align: center;
}
.wpc-term-item-content-wrapper input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.wpc-term-item-content-wrapper input[type="checkbox"]:checked + label {
  color: #e1002c;
}
.wpc-term-item-content-wrapper input[type="checkbox"]:checked + label:before {
  border-color: #e1002c;
  background: url('https://redmillsagri.com/wp-content/themes/agri/ui/media/images/checkbox-tick.svg') #e1002c no-repeat center;
}

.wpc-filter-title {
  margin-bottom: 0 !important;
  width: 100%;
}
.wpc-filters-section {
  margin-bottom: 15px !important;
}

.wpc-filters-list-20103 .wpc-term-item-content-wrapper {
  position: relative;
  min-width: 104px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  overflow: hidden;
}
.wpc-filters-list-20103 .wpc-term-item-content-wrapper label {
  background-color: #f4f4f4 !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 8px 30px 8px 15px !important;
  pointer-events: none !important;
  width: 100% !important;
  -webkit-transition: ease all 0.5s !important;
  transition: ease all 0.5s !important;
  border: 1px solid #dddddd !important;
}
.wpc-filters-list-20103 .wpc-term-item-content-wrapper label:before {
  display: none !important;
}
.wpc-filters-list-20103
  .wpc-term-item-content-wrapper
  label
  span.wpc-term-count {
  right: 10px !important;
  top: 8px !important;
}
.wpc-filters-list-20103 .wpc-term-item-content-wrapper label span {
  background-color: transparent !important;
  padding: 0 !important;
}
.wpc-filters-list-20103 .wpc-term-item-content-wrapper input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  display: block !important;
}
.wpc-filters-list-20103
  .wpc-term-item-content-wrapper
  input[type="checkbox"]:checked
  + label {
  background-color: #e1002c !important;
  color: #ffffff !important;
}

li.wpc-term-item {
  margin-bottom: 0 !important;
}
.wpc-filter-content > .wpc-filters-ul-list {
  margin-top: 15px !important;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}
.nutrition-articles .left-side .wpc-filter-header::before, .product-category .left-side .wpc-filter-header::before {
  top: 9px;
  color: #fff!important;
  content: "\f078"!important;
  font-family: "font awesome 5 pro";
  font-weight: 400;
}
.nutrition-articles .left-side .widget.widget_wpc_filters_widget, .product-category .left-side .widget.widget_wpc_filters_widget {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
.wpc-filters-widget-main-wrapper input[type=checkbox]:after {
  border-color: #fff!important;
  border: 2px solid #fff;
}
.nutrition-articles .widget-area .widget .wpc-filter-chips-list a, .nutrition-articles .wpc-filter-chips-list a, .nutrition-articles .wpc-filter-chips-list li.wpc-filter-chip a, .product-category .widget-area .widget .wpc-filter-chips-list a, .product-category .wpc-filter-chips-list a, .product-category .wpc-filter-chips-list li.wpc-filter-chip a {
    border-radius: 6px;
    padding: 2px 14px;
    border: 1px solid #e1002c !important;
	background:#e1002c;
    color: #fff;
}

.nutrition-articles #secondary .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .nutrition-articles .widget-area .widget .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .nutrition-articles .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .nutrition-articles .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .nutrition-articles .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .product-category #secondary .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .product-category .widget-area .widget .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .product-category .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .product-category .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a, .product-category .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a {
    background: #e1002c;
    color: #fff;
    border: 1px solid #e1002c !important;
   
}
.nutrition-articles .wpc-chip-remove-icon, .product-category .wpc-chip-remove-icon {
    position: relative;
    top: -1px;
    color: #fff;
}
.wpc-filter-collapsible .wpc-filter-title {
    z-index: 2;
}
.nutrition-articles .left-side .wpc-filter-header::before,
 .product-category .left-side .wpc-filter-header::before {z-index: 1;}
@media only screen and (max-width: 767px) {
    .banner-section {
        height: 400px;
    }
}

.post-type-archive-product .product-category .left-side li.wpc-term-item input {
    display: block;
}