/*Landing page table style*/
.main-container {
  background-color: #F8F8F8;
}

/* fixed filter header css*/
.filter-sectoin.fix-filter {
  position: fixed;
  top: 80px;
  background: #fff;
  padding: 1.5rem;
  width: 100%;
  left: 0;
  box-shadow: 0 5px 7px 1px rgba(0, 0, 1, .12);
  z-index: 3;
}

.crop-listing-table {
  position: relative;
}

body.fix-filter-body {
  padding-top: 92px;
}

.landingPageSection {
  background: white;
  border: 1px solid #f1efef;
  padding: 2rem;
  margin: 2rem 0 4rem 0;
}

.crop-filter-outer {
  margin-bottom: 30px;
  background: #fff;
  display: flex;
  justify-content: center
}

@media only screen and (max-width:48em) {
  .crop-filter-outer {
    padding: 10px 0
  }
}

@media only screen and (max-width:47.9375rem) {
  .crop-filter-outer>.row>.small-12 {
    padding: 0
  }
}

.filter-sectoin {
  display: flex;
  justify-content: center;
}

.filter-trait.filter-ddl-Trait .filters-select {
  width: 220px;
  margin: 0;
}

.crop-filter-wraper {
  background-color: #fff;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 16px
}

.crop-filter-outer .crop-filter-wraper label {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 1.17;
  color: #9d9d9d;
}


.alfalfa-filterr .crop-filter-wraper .filter-ddl-Trait>div>span {
  width: 100% !important;
}

.crop-filter-wraper label {
  font-family: "acumin-pro";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 1.17;
  display: flex;
  align-items: center;
}

.filter-ddl,
.relative-maturity {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-ddl label,
.relative-maturity label {
  padding-right: 1rem;
}

.paraSection {
  padding-top: 2rem;
}

.home-banner.sub_page_banner {
  height: 320px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.home-banner h1 {
  position: absolute;
  bottom: 51px;
  background: transparent;
  left: 5rem;
}

.product-detail-banner .medium-6.cell .title {
  position: static !important;
}

.home-banner span {
  padding: 0
}

.home-banner p {
  max-width: 600px;
  margin-top: 15px;
  font-family: "acumin-pro-condensed";
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  position: relative !important;
}

.alfalfa-listing .crop-filter .relative-maturity {
  display: flex;
  align-items: center;
}

.alfalfa-listing .crop-filter .crop-filter-wraper {
  background-color: #fff;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-right: 16px;
  align-items: center;
}

.alfalfa-listing .crop-filter .relative-maturity .label-rm {
  min-width: 100px;
  padding-right: 1rem;
  font-size: 16px;
}



.alfalfa-listing .crop-filter .filter-winpak {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alfalfa-listing .crop-filter .filter-winpak .label-rm {
  margin-right: 10px;
}


.alfalfa-listing .crop-filter.wla {
  margin-right: 2rem;
}

.alfalfa-listing .crop-filter .filter-winpak span {
  display: block;
  border: 1px solid #161616;
  font-size: 15px !important;
  font-family: "Oswald", sans-serif;
  color: #161616;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 11px 13px;
  cursor: pointer;
  min-width: 50px;
  margin-left: -1px;
}

.alfalfa-listing .crop-filter .filter-winpak label input {
  display: none;
}

.alfalfa-listing .crop-filter .filter-winpak label input:checked+span {
  background-color: #e90623;
  color: #fff;
}

.alfalfa-listing .crop-filter .filter-text {
  max-width: max-content;
}

@media only screen and (max-width: 992px) {
  .alfalfa-listing .crop-filter .filter-text {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .alfalfa-listing .crop-filter .filter-text {
    display: none;
  }
}


.alfalfa-listing .crop-listing-table .foot-note button img {
  display: none;
}

.alfalfa-listing .crop-filter .filter-text h3 {
  font-size: 42px;
  text-transform: uppercase;
  color: #fff;
  font-family: "League Gothic", sans-serif;
  letter-spacing: 1.68px;
  margin: 0;
}

.alfalfa-listing .crop-filter .filter-search {
  position: relative;
}

.alfalfa-listing .crop-filter .filter-search input {
  height: 51px;
  border: 1px solid #161616;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  color: #161616;
}

.alfalfa-listing .crop-filter .filter-search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #161616;
  opacity: 1;
  /* Firefox */
}

.alfalfa-listing .crop-filter .filter-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #161616;
}

.alfalfa-listing .crop-filter .filter-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #161616;
}

.alfalfa-listing .crop-filter .filter-search i {
  position: absolute;
  right: 15px;
  top: 29%;
  transform: rotate(280deg);
  font-size: 23px;
  color: #E80623;
  cursor: pointer;
}

/*Table section*/
alfalfa-listing .crop-filter .relative-maturity {
  display: flex;
  align-items: center;
}

.alfalfa-listing .crop-filter .crop-filter-wraper {
  background-color: #fff;
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-right: 16px;
  align-items: center;
}


.alfalfa-listing .crop-filter .relative-maturity .label-rm {
  min-width: 100px;
}

.alfalfa-listing .crop-filter .filter-winpak {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alfalfa-listing .crop-filter .filter-winpak .label-rm {
  margin-right: 10px;
}

@media only screen and (max-width: 992px) {
  .alfalfa-listing .crop-filter .filter-winpak .label-rm {
    min-width: 90px;
  }
}

.alfalfa-listing .crop-filter .filter-winpak span {
  display: block;
  border: 1px solid #161616;
  font-size: 15px !important;
  font-family: "Oswald", sans-serif;
  color: #161616;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 11px 13px;
  cursor: pointer;
  min-width: 50px;
  margin-left: -1px;
}

.alfalfa-listing .crop-filter .filter-winpak label input {
  display: none;
}

.alfalfa-listing .crop-filter .filter-winpak label input:checked+span {
  background-color: #e90623;
  color: #fff;
}

.alfalfa-listing .crop-filter .filter-text {
  max-width: max-content;
}
.paragraph-wl .content-section{
padding:0px;
  margin:0px;
}


@media only screen and (max-width: 992px) {
  .alfalfa-listing .crop-filter .filter-text {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .paraSection {
    padding: 1.2rem 1.2rem 0;
  }
}

@media only screen and (max-width: 992px) {
  .alfalfa-listing .crop-filter .filter-text {
    display: none;
  }
}

.alfalfa-listing .crop-filter .filter-text h3 {
  font-size: 42px;
  text-transform: uppercase;
  color: #fff;
  font-family: "League Gothic", sans-serif;
  letter-spacing: 1.68px;
  margin: 0;
}

.alfalfa-listing .crop-filter .filter-search {
  position: relative;
}

.alfalfa-listing .crop-filter .filter-search input {
  height: 51px;
  border: 1px solid #161616;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  color: #161616;
}

.alfalfa-listing .crop-filter .filter-search ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #161616;
  opacity: 1;
  /* Firefox */
}

.alfalfa-listing .crop-filter .filter-search :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #161616;
}

.alfalfa-listing .crop-filter .filter-search ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #161616;
}

.alfalfa-listing .crop-filter .filter-search i {
  position: absolute;
  right: 15px;
  top: 29%;
  transform: rotate(280deg);
  font-size: 23px;
  color: #E80623;
  cursor: pointer;
}

.alfalfa-listing .crop-listing-table .table-header.table-row {
  background-color: #444444;
  color: #FFFFFF;
  height: 48px;
  text-align: center;
}

.alfalfa-listing .crop-listing-table {
  background-color: #fff;
  margin-top: 2rem;
  overflow: hidden;
}


.alfalfa-listing .crop-listing-table .grid.isotope {
  height: auto !important;
  border: 1px solid #E8E8E8;
  background-color: #F8F8F8;
  padding: 1rem 0;
  padding-bottom: 0;
}

.alfalfa-listing .crop-listing-table .table-header>div {
  font-size: 14px;
  font-family: "lato";
  padding: 10px 0;
  text-transform: uppercase;
  min-width: 80px;
  justify-content: center;
}

.alfalfa-listing .crop-listing-table .table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.landingPageSection.row {
  margin: 2rem 0;
}

.alfalfa-listing .crop-listing-table .table-row>div {
  margin-right: 1%;
}

.alfalfa-listing .crop-listing-table .table-row>div:last-child {
  margin-right: 0 !important;
}

.alfalfa-listing .crop-listing-table .table-row .name {
  width: 21%;
  text-align: left;
}

.alfalfa-listing .crop-listing-table .table-row .trait {
  width: 25%;
  display: flex;
  justify-content: center;
}

.alfalfa-listing .crop-listing-table .table-row .rm {
  width: 10%;
}

.alfalfa-listing .crop-listing-table .table-row .summary {
  width: 10%;
}


.alfalfa-listing .crop-listing-table .table-row .option {
  width: 20%;
}

.alfalfa-listing .crop-listing-table .table-body {
  color: #161616;
  border-bottom: 1px solid #cdcdcd;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  position: static !important;
  padding: 1rem;
}

.alfalfa-listing .crop-listing-table .table-body.hidden {
  visibility: hidden !important;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.alfalfa-listing .crop-listing-table .table-body .name {
  font-size: 20px;
  font-family: "lato", sans-serif;
  color: #444444;
  font-weight: bold;
  text-align: left;
  word-wrap: break-word;
  word-break: break-word;
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
  .alfalfa-listing .crop-listing-table .table-body .name {
    font-size: 22px;
  }
}

@media only screen and (max-width: 390px) {
  .alfalfa-listing .crop-listing-table .table-body .name {
    font-size: 13px;
  }
}

@media only screen and (min-width: 361px) and (max-width: 479px) {
  .alfalfa-listing .crop-listing-table .table-body .name {
    font-size: 16px;
  }
}

@media only screen and (min-width: 479px) and (max-width: 639px) {
  .alfalfa-listing .crop-listing-table .table-body .name {
    font-size: 20px;
  }
}

.alfalfa-listing .crop-listing-table .table-body .name .new-upg {
  color: #fff !important;
  font-size: 12px;
  background-image: url("../../images/croplan/croplancroplan-icon.svg");
  background-size: cover;
  width: 45px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin-top: -5px;
  margin-left: 7px;
  vertical-align: middle;
}

.alfalfa-listing .crop-listing-table .table-body .name .expand {
  font-size: 10px;
  margin-top: 10px;
}

.alfalfa-listing .crop-listing-table .table-body .trait img{
  max-height: 30px;
  max-width: 70px;
  margin-right: 10px;
}

.alfalfa-listing .crop-listing-table .table-body .rm {
  font-size: 16px;
  font-family: "Lato";
  font-weight: 400;
}

.alfalfa-listing .crop-listing-table .table-body .summary {
  font-size: 16px;
  font-family: "Lato";
  font-weight: 400;
  line-height: 1.3;
}

.alfalfa-listing .crop-listing-table .table-body .option {
  margin-right: 0;
  text-align: right;
}

.alfalfa-listing .crop-listing-table .table-body .option .guide {
  font-size: 12px;
  display: inline-block;
  font-weight: 600;
  font-family: "League Gothic", sans-serif;
  vertical-align: middle;
  margin-right: 20px;
  text-align: center;
}


.alfalfa-listing .crop-listing-table .table-body .option a.btn {
  font-size: 12px;
  padding: 12px;
  vertical-align: middle;
  font-family: "lato";
  background-color: #36583f;
  color: #FFFFFF;
  display: block;
  height: auto;
  text-align: center;
  max-width: 156px;
  border-radius: 4px;
}

.alfalfa-listing .crop-listing-table .foot-note {
  margin-top: 0px;
}

.alfalfa-listing .crop-listing-table .foot-note button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "League Gothic", sans-serif;
  padding: 1rem;
}

.alfalfa-listing .crop-listing-table .foot-note button img {
  margin-left: 15px;
}

.alfala-foot.foot-note .custom-btn {
  background-color: #36583f;
  color: #fff;
}

.alfala-foot.foot-note .custom-btn:hover {
  background-color: #F2EFEB;
  color: #36583f;
}

/*foundation css customize*/
.alfalfa-filter input[type=text]:disabled {
  background-color: #fff !important;
  width: 35px;
  cursor: default;
  text-align: center;
  height: 39px;
  border: 1px solid #E8E8E8;
  font-size: 15px !important;
  font-family: 'Merel';
  color: #161616!important;
  margin-bottom: 0;
  opacity: 1;
  font-weight: 400;
  line-height: 2.5;
  padding: 0 !important;
  appearance: auto;
}

.alfalfa-listing .crop-filter .relative-maturity .label-rm {
  min-width: 100px;
  padding-right: 1rem;
  font-size: 16px;
  font-family: 'Lato';
}

.range-slider .slider .slider-handle {
  width: 22px;
  height: 22px;
  background-color: #00703c;
  border: 0;
  border-radius: 50%;
  background-image: none;
  z-index: auto;
}

.range-slider {
  display: flex;
  align-items: center;
  margin: 0 !important;
  position: relative
}

.range-slider .slider {
  min-width: 180px;
  margin: 0 10px;
  background-color: #00703c;
  height: 2px;
  position: relative
}

.range-slider .slider .slider-fill {
  background-color: #00703c;
  height: 3px
}
/* mobile resonsive code */
@media only screen and (min-width: 640px) and (max-width: 767px) {
   .range-slider .slider {
    min-width: 135px;
  }
  .alfalfa-listing .crop-filter{
    margin-right: 12px;
  }
  .filter-trait.filter-ddl-Trait .filters-select{
    width: 180px;
  }
  .alfalfa-listing .crop-filter .relative-maturity .label-rm{
    font-size: 14px;
  }
  .alfalfa-listing .crop-filter .relative-maturity .label-rm{
    padding-right: 8px;
  }
}

@media only screen and (max-width: 639px) {
  .alfalfa-listing .crop-filter .relative-maturity {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
  }


  .alfalfa-listing .crop-filter.wla {
    margin-right: 0;
  }
  .home-banner h1.banner-title {
    color: #fff;
    left: 1rem;
  }
  .filter-trait.filter-ddl-Trait .filters-select {
    width: 225px;
  }
  .range-slider .slider {
    min-width: 135px;
  }

  .alfalfa-listing .crop-listing-table .table-body .option a.btn {
    padding-right: 0px !important;
    padding-left: 0 !important;
  }

  .alfalfa-listing .crop-filter .filter-winpak .label-rm {
    min-width: auto;
  }

  .alfalfa-listing .crop-filter .filter-winpak .label-rm {
    min-width: auto;
  }

  .alfalfa-listing .crop-filter .relative-maturity .label-rm {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 12px;
    font-size: 14px;
  }

/* 767 resposponsivecode */

.alfalfa-listing .crop-filter .filter-winpak .label-rm {
  min-width: 90px;
}


.filter-trait.filter-ddl-Trait {
  text-align: center;
}

.crop-filter-wraper {
  display: block;
  margin-right: 0;
}

.alfala-foot.foot-note .custom-btn:hover {
  background-color: #36583f;
  color: #fff;
}

.alfalfa-listing .crop-listing-table .alfala-foot.foot-note button {
  margin: 0;
  padding: 1rem;
}

.alfalfa-listing .crop-listing-table .table-body .option a.btn {
  font-size: 8.5px;
}

.alfalfa-listing .crop-listing-table .table-header>div {
  font-size: 12px;
}

.alfalfa-listing .crop-listing-table .table-header.table-row {
  height: auto;
}

.alfalfa-listing .crop-listing-table .table-row {
  align-items: center;
  text-align: left;
}

.alfalfa-listing .crop-listing-table .table-row .trait {
  display: none;
}

.alfalfa-listing .crop-listing-table .table-row .summary {
  width: 16%;
}

.alfalfa-listing .crop-listing-table .table-body .option .guide {
  display: none;
}

.landingPageSection {
  padding: 0;
  margin: 0;
}

.filter-sectoin.fix-filter {
  position: static;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-top: 0;
}

.alfalfa-listing .crop-listing-table {
  padding: 12px;
  margin-top: 1rem;
}
}

