/* Non-listing widget most popular products start */
.MostPopularProducts-repeater {
  background-color: #f4f2f0;
  padding: 99px 0 110px;
}


.MostPopularProducts-repeater>.row {
  display: flex;
  flex-wrap: wrap;
}

.MostPopularProducts-repeater h3 {
  margin: 0 136.5px 60px 136px;
  font-family: var(--primary-font);
  font-weight: var(--font-weight-extraBold);
  font-style: normal;
  font-size: 35px;
  line-height: 1.14;
  text-align: center;
  color: var(--secondary-color);
  width: 100%;
}
/*   
 .MostPopularProducts-repeater .row .column {
min-height: 620px;
}  */

.MostPopularProducts-repeater .traits {
  text-align: center;
  box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, .15);
  background-color: var(--white-color);
  height: 100%;
  /* margin-bottom: 30px;
  min-height: 93%; */
}

.MostPopularProducts-repeater .traits .icon-bkg {
  /* background-image: url("https://www.winfieldunited.ca/WinfieldCA/media/WFUCA/About_FeatureBox_Header_988x250_2.jpg?ext=.jpg") !important; */
  height: 125px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.MostPopularProducts-repeater .traits .icon-bkg img {
  max-height: 60px;
  filter: brightness(0) invert(1);
  max-width: 240px;
  transform: unset;
}


.MostPopularProducts-repeater .traits span {
  display: block;
  font-family: var(--primary-font);
  font-weight: var(--font-weight-extraBold);
  font-style: normal;
  font-size: 35px;
  line-height: .94;
  color: var(--secondary-color);
  margin: 50px 20px 17px;
}

.MostPopularProducts-repeater .traits p {
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: var(--gray-color);
  padding: 0 60px 0;
  min-height: 144px;
}

.MostPopularProducts-repeater .traits .btn.btn-yellow {
  margin-bottom: 54px;
}

[lang="en"] .seed-product-listing .card_body p sup ,  [lang="en"] .MostPopularProducts-repeater .traits p sup{
  font-size: 150% !important;
  top: .15em !important;
}

.MostPopularProducts-repeater .traits span sup {
  font-size: 44% !important;
  top: -0.9em !important;
}


@media only screen and (max-width: 48em) {

.MostPopularProducts-repeater {
  padding: 53px 21px 72px;
}

.MostPopularProducts-repeater h3 {
  margin: 0 36px 60px;
}

/* .MostPopularProducts-repeater .traits {
  margin-bottom: 47px;
} */

.MostPopularProducts-repeater .traits p {
  padding: 10px 22px 35px;
}
}

@media only screen and (max-width: 40em) {
  
      .MostPopularProducts-repeater .row .column {
          margin-bottom: 40px;
      } 
}

@media screen and (width: 280px) {
  .MostPopularProducts-repeater .traits .icon-bkg img{
    transform: scale(0.8);
  }
}

/* Non-listing widget most popular products end */


/* Non-listing widget filter section start */


.nonseed-filter {
  background-color: #f4f2f0;
}

.nonseed-filter input::placeholder {
  color: var(--dark-black);
  opacity:0.4;
}

.nonseed-filter-container {
  background-color: var(--white-color);
  padding: 8px;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nonseed-filter .nonseed-filter-container {
  background-color: var(--white-color);
  padding: 8px;
  margin: 34px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nonseed-filter .nonseed-filter-container .nonseed-filter-icon {
  width: 54px;
  height: 54px;
  padding: 6px 13px;
  background-color: var(--secondary-color);
  color: var(--white-color);
  display: inline-block;
  font-size: 30px;
  pointer-events: none;
}


.nonseed-filter .nonseed-filter-container .nonseed-filter-icon .far {
  font-weight: 300;
}

.nonseed-filter .nonseed-filter-container .heading {
  font-family: var(--primary-font);
  font-weight: var(--font-weight-extraBold);
  font-style: normal;
  font-size: 35px;
  line-height: 1.14;
  color: #505050;
  display: inline-block;
  margin-left: 23px;
}

.nonseed-filter .nonseed-filter-container .search-nonseed {
  display: inline-block;
  vertical-align: super;
  position: relative;
  width: 213px;
  margin-left: 24px;
}


.nonseed-filter .nonseed-filter-container .search-nonseed input {
  margin: 0;
  width: 100%;
  height: 36px;
  border: solid 1px #9d9d9d;
  background-color: var(--white-color);
  outline: 0;
  padding-right: 40px;
  color: #0a0a0a !important;
}

.nonseed-filter .nonseed-filter-container .search-nonseed .btn-search-nonseed {
  color: #505050;
  font-weight: var(--font-weight-medium);
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.nonseed-filter .nonseed-filter-container .total-count {
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: var(--gray-color);
  margin-right: 12px;
}

.selected-filters {
  margin-bottom: 35px;
  width: 100% !important;
}


@media only screen and (max-width: 47.9375rem) {

  .nonseed-filter-container {
      margin: 68px -9px 0;
  }

  .nonseed-filter .nonseed-filter-container {
    margin: 52px -9px 0;
  }
  
  .nonseed-filter .nonseed-filter-container .nonseed-filter-icon {
    width: 44px;
    height: 44px;
    padding: 2px 8px;
    font-size: 28px;
  }
  
  .nonseed-filter .nonseed-filter-container .heading {
    font-size: 20px;
    margin-left: 0;
  }
  
  .nonseed-filter .nonseed-filter-container .search-nonseed {
    width: 133px;
    margin-right: 4px;
  }
  
  .nonseed-filter .nonseed-filter-container .total-count {
    margin-right: 0;
  }
}

@media only screen and (max-width:360px) {
  .nonseed-filter .nonseed-filter-container .search-nonseed {
    width: 103px;
    margin-left: 0px;
    
  }
}

@media only screen and (width:360px) {
  .nonseed-filter .nonseed-filter-container .search-nonseed {
    width: 140px;
  }
}

@media only screen and (width:280px) {
  .nonseed-filter .nonseed-filter-container .search-nonseed {
    width: 69px;
    margin-left: 0px;
    
  }
}
/* Non-listing widget filter section end */

/* Non-listing widget start */

.seed-product-listing {
  padding: 0 0 108px 0;
  background-color: #f4f2f0;
  position: relative;
  /* overflow: auto; */
  overflow: hidden;
}

.seed-product-listing .no-record-found {
  font-family: var(--primary-font);
  font-weight: var(--font-weight-extraBold);
  font-style: normal;
  font-size: 30px;
  line-height: 1.14;
  text-align: center;
  color: var(--secondary-color);
  margin: 60px 0 10px;
  min-width: 100%;
}

.seed-product-listing>.row {
  display: flex;
  flex-wrap: wrap;
}

.seed-product-listing>.row s{
  display: contents;
} 

.seed-product-listing>.row .card_body p s{
  display: block;
  margin-top: 30px;
} 


.seed-product-listing .column.columns.float-left {
  display: block;
}

.seed-product-listing .card_body {
  padding: 30px 23px 0;
  box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--white-color);
  border-top: solid 10px var(--secondary-color);
  margin-bottom: 36px;
  min-height: 94%;
}

.seed-product-listing .card_body h4 {
  font-family: var(--primary-font);
  font-weight: var(--font-weight-extraBold);
  font-style: normal;
  font-size: 33px;
  line-height: .94;
  color: var(--secondary-color);
}

.seed-product-listing .card_body h4 sup {
  font-size: 50% !important;
  top: -8px !important;
}

.seed-product-listing .card_body .seed-category {
  font-family: var(--primary-font);
  font-weight: var(--font-weight-extraBold);
  font-style: normal;
  font-size: 17px;
  line-height: 1;
  color: #505050;
  text-transform: capitalize;
}

.seed-product-listing .card_body p {
  margin: 21px 0 30px 0;
  border-top: solid 2px #e6e4e1;
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: var(--gray-color);
  padding-top: 21px;
  min-height: 119px;
}

.seed-product-listing .download-doc {
  border-top: solid 2px #e6e4e1;
  padding: 17px 23px;
  margin: 46px -23px 0;
  min-height: 62px;
  position: relative;
}

.seed-product-listing .download-doc a {
  font-family: var(--secondary-font);
  font-weight: var(--font-weight-regular);
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: var(--secondary-color);
  text-decoration: underline;
}

.seed-product-listing .download-doc .fa-file-pdf {
  font-size: 22px;
  vertical-align: middle;
  color: #1a1818;
  font-weight: 300;
  margin-right: 8px;
}

.seed-product-listing .download-doc .fa-chevron-down {
  font-size: 13px;
  margin-left: 5px;
}

.seed-product-listing .download-doc .dropdown-pane.open {
  visibility: visible;
  top: 59px;
  left: 0;
  right: 0;
  width: auto !important;
  border: 0;
  box-shadow: 2px 6px 8px 0 rgba(0, 0, 0, 0.1);
  padding-left: 25px;
}

.seed-product-listing button.load-more {
  display: block;
  margin: 4px auto 0;
  width: 100%;
  max-width: 1170px;
  font-family: var(--primary-font);
  font-weight: var(--font-weight-extraBold);
  font-style: normal;
  font-size: 24px !important;
  line-height: 1.67;
  text-align: center;
  color: var(--black-color) !important;
  padding: 5px;
}

.seed-product-listing .productThumbnail {
  width: 130px;
  height: 91px;
  margin-bottom: 35px;
}

.seed-product-listing .product-listing-logo{
  height: auto;
  margin-bottom: 95px;

}

.seed-product-listing .seed-modal-link {
  font-family: var(--primary-font);
  font-style: normal;
  font-weight: var(--font-weight-extraBold);
  background-color: var(--secondary-color);
  border: 0;
  font-size: 18px;
  padding: 0 11px;
  color: var(--white-color);
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  max-width: 100%;
  line-height: 2.42;
  text-transform: uppercase;
  width: 56%;
  margin-right: 20px;
}

.seed-product-listing .btn.btn-yellow,
.btn.btn-primary {
font-family: var(--primary-font);
font-weight: var(--font-weight-extraBold);
font-style: normal;
background-color: var(--primary-color);
color: var(--gray-color);
line-height: 1;
display: inline-block;
padding: 13px 18px;
text-transform: uppercase;
font-size: 17px;
}

.seed-product-listing .seed-modal-link+.btn {
margin-top: 30px;
float: right;
width: 36%;
}

.seed-product-listing .fa-file-pdf:before {
content: "\f1c1";
}

.seed-product-listing .fa-chevron-down:before {
content: "\f078";
}

.seed-product-listing .dropdown-pane {
background-color: #fefefe;
border: 1px solid #cacaca;
border-radius: 0;
display: block;
font-size: 1rem;
padding: 1rem;
position: absolute;
visibility: hidden;
width: 300px;
z-index: 3;
}

@media only screen and (max-width: 47.9375rem) {
  .seed-product-listing {
    padding: 42px 5px 108px;
  }
  .seed-product-listing button.load-more {
    width: 95%;
    margin: 24px auto 0;
  }
}

@media only screen and (max-width: 1100px) {
  .seed-product-listing .seed-modal-link {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .seed-product-listing .card_body h4 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 340px) {
  .seed-product-listing .seed-modal-link {
    margin-right: 12px;
  }
  
  .seed-product-listing .seed-modal-link+.btn {
    margin-top: 25px;
  }
  
  .seed-product-listing {
    overflow: hidden;
  }
}

@media only screen and (width: 280PX) {
  .seed-product-listing {
    overflow: hidden;
  }
  
  .seed-product-listing .seed-modal-link+.btn {
    float: none;
  }
}
