* {
  outline: none;
}
a {
    color: #000;
	text-decoration:underline;
}
a:hover {
  color: #65c071 !important;
  text-decoration: none;
}

a:focus {
    color: #65c071 !important;
    text-decoration: none;
}
a:active {
    color: #65c071 !important;
    text-decoration: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    /* background-color: #eeeeee; */
    margin: 0  !important;
}
.footer-sec {
    max-width: 1080px;
    width: 100%;
    margin: 2% auto;
}
.filter-outer .panel.list {
    width: 200px;
    margin: 0 10px;
    text-align: left;
    position: relative;
    top: -61px;
    /* height: 204px; */
    border: none;
    /* border-bottom: 1px solid #e0e0e0; */
   
}
.filter-outer .panel.list #panelSix {
    /* border-bottom: 1px solid #fff; */
    border: 1px solid #ccc;
}
/* .panel.list #panelSix .list-group {
    border: 1px solid #e0e0e0;
    overflow-y: hidden;
} */
.vendor-list .filter-outer {
    width: 80%;
    text-align: start;
    margin-bottom: 45px;
    /* margin: 0 auto; */
    margin-left: 18%;
    left: 0 !important;
}
.panel-heading .bi-chevron-down {
    position: absolute;
    right: 6px;
    top: 10px;
    /* font-size: 60px; */
    /* height: 30px !important; */
}
#panelFive {
     border: 1px solid #ccc !important; 
    /* border-bottom: 1px solid; */
}
.left-filter #panelFive {
    border: none!important;
    /* border-bottom: 1px solid; */
}
#left-area ul, .comment-content ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul, body.et-pb-preview #main-content .container ul {
    list-style-type: disc;
    /* padding: 0 0 23px 1em; */
    line-height: 26px;
}
.list.panel {
  overflow: hidden;
  box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #e0e0e0;
}
.list.panel.panel-pri {
  border: 0;
  box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.4);
  -o-box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.4);
  -ms-box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.4);
  -moz-box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.4);
  -webkit-box-shadow: 0 0 6px 0px rgba(51, 51, 51, 0.4);
}
.list.panel.panel-pri > .panel-heading {
  color: #333333;
  border-color: #2196f3;
  background-color: #2196f3;
}
.list.panel.panel-pri > .panel-heading .panel-title {
  font-size: 20px;
      color: #000;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 6px;
}
.list.panel .panel-body {
  padding: 0;
}
.list.panel .panel-body .list-group {
    margin: 0;
    padding: 0;
}
.list.panel .panel-body .list-group-item {
  border: 0;
  color: #333333;
  padding: 0;
  border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.list.panel .panel-body .checkbox,
.list.panel .panel-body .radio {
  margin: 0;
}
.list.panel .panel-body .checkbox label, .list.panel .panel-body .radio label {
    display: block;
    font-weight: 500;
    padding: 10px 0px;
    position: relative;
    font-size: 14px;
    padding-left: 10px;
}
.banner-image img {
    width: 19.6%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    max-height: 135px;
}
.banner-text {
    display: block;
    background-color: #fff;
    position: absolute;
    width: 40%;
    top: 30px;
    font-size: 24px;
    color: #000;
    padding: 15px;
    font-weight: 700;
    left: 20px;
    box-shadow: 2px 2px 3px #00000057;
}
.banner-image {
    position: relative;
    width: 100%;
    /* max-height: 304px; */
    /* height: 20px; */
    margin: 0 auto;
}
.list.panel .panel-body .checkbox label.active,
.list.panel .panel-body .radio label.active {
  background-color: #f5f5f5;
}
.list.panel .panel-body .checkbox input[type="checkbox"],
.list.panel .panel-body .radio input[type="checkbox"],
.list.panel .panel-body .checkbox input[type="radio"],
.list.panel .panel-body .radio input[type="radio"] {
  margin-left: 0;
  position: static;
  margin-right: 10px;
}
.thumbnail.product {
    padding: 0;
    overflow: hidden;
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 2px 2px 11px 2px #ccc;
}
.thumbnail.product:hover {
  border-color: #2196f3;
}
.thumbnail.product figure img {
  max-height: 250px;
}
.thumbnail.product .caption {
    padding: 10px;
    min-height: 225px;
    height: 100%;
}
.vendor-list > article .thumbnail.product .caption {
    min-height: auto;
    height: 100%;
}
.thumbnail.product .caption .product-name {
    color: #8e775f;
    display: block;
    font-size: 13px;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 25px;
    text-overflow: ellipsis;
    border-bottom: 1px solid #8bc34a;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
    /*min-height: 50px;*/
}
.bi-arrow-left {
    position: absolute;
    top: 10px;
    left: 36px;
}
.vendor-list .thumbnail.product .caption > h6 ,
.vendor-list .thumbnail.product .caption > a{
    display: inline-block;
    width: 100%;
}
.filterpage .content .container-fluid {
    margin-bottom: 8%;
}
/* .vendor-list.sale {
    height: 100%;
    min-height: 370px;
} */
.vendor-list.sale .filter-outer {
    width: 100% !important;
    text-align: start !important;
    margin-bottom: 50px !important;
    margin-left: 25% !important;
    left: unset !important;
}
.sale-page {
    width: 80%;
    margin: 0 auto;
    max-width: 1080px;
}
.seed-for-sale > h2 {
    width: 100%;
    margin: 25px auto;
    font-size: 18px;
    font-weight: 600;
    text-align: initial;
}
.filter-outer.vendor {
    width: 98%;
}
.backto-filter {
    width: 100%;
    margin: 30px auto;
    /* text-align: center; */
    position: relative;
}
.bi.bi-arrow-repeat {
    position: absolute;
    top: 4px;
    left: -23px;
}

.table-start-record {
    width: 80%;
    float: right;
}

.filter-outer .panel.list #panelSix .list-group {
    overflow-y: hidden;
}
.list-group {
    max-height: 165px;
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
}
.filter-outer {
    width: 78%;
    margin: 0px auto;
    text-align: center;
    display: flex;
    float: none;
    padding-bottom: 0px;
    position: relative;
    margin-left: 21%;
}
.filter1 label, .filter2 label ,.filter3 label,.filter4 label{
    padding-right: 5px;
    line-height: 25px;
}
.filter1, .filter2 ,.filter3 ,.filter4{
    display: inline-flex;
    width: 24%;
    /* text-align: center; */
    /* margin: 0 auto; */
}
#province, #city, #variety_name, #status {
    width: 145px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-right: 40px;
}
.backto-filter > a {
    font-size: 14px;
    color: #000;
    background-color: #8bc34a;
    padding: 10px 0px;
    /* margin: 10px; */
    border: 1px solid #8bc34a;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    max-width: 150px;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.backto-filter > a:hover {
    color: #fff !important;
}
.thumbnail.product .caption h6 {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 5px 0 0 0;
    cursor: default;
}
.thumbnail.product .caption .price {
  font-size: 12px;
  margin-top: 5px;
  line-height: 20px;
  display: inline-block;
  color :#b12704!important;
  font-weight: 700;
}
.nav1 .right {
    width: 50%;
    display: inline-flex;
    padding: 0;
    margin-left: 0;
}
.nav.navbar-nav li a:hover {
    color: #8bc34a !important;
    /* background-color: #8bc34a; */
    border-radius: 10px;
}
.search {
    border: none;
    background: transparent;
    position: absolute;
    top: 12px;
    right: -10px;
}
input#site-search {
    width: 100%;
    height: 35px;
    border-radius: 10px;
    border: 1px solid #8bc34a;
}
.search-box {
    width: 100%;
    margin: 3% auto;
    text-align: center;
    /* padding: 20px; */
    /* height: 30px; */
    border: 1px solid #ccc;
    padding: 20px;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    display: block;
}
.navbar-nav>li {
    width: 140px;
    text-align: center;
    border-radius: 10px;
    margin-left: 8px;
    position: relative;
}
.footer-banner {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.bi-chevron-down {
    position: absolute;
    top: 17px;
    padding-left: 5px;
}
.footer-inner {
    background-color: #000;
    padding: 59px 20px;
}
.footer-imag {
    text-align: left;
    margin-bottom: 45px;
    width: 100%;
    max-width: 1080px;
    margin: 5% auto;
    padding: 15px;
}
.footer-inner {
    background-color: #000;
    padding: 55px 10%;
}
.navbar {
    position: relative;
    min-height: 50px;
    /* margin-bottom: 20px; */
    border: 1px solid transparent;
}
.footer-inner a {
    color: #fff;
    border-right: 1px solid #fff;
    padding-right: 10px;
}
.footer-inner img {
    margin-right: 10%;
    width: 25%;
}
.footer-inner a:last-child{
	border-right: none;
}
.navbar-collapse.collapse {
    margin-bottom: 30px;
}
.logo-section {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 20px auto;
    background-color: #fff;
}
.et_pb_module.et_pb_code.et_pb_code_0_tb_header {
    margin: 0;
    width: 67%;
    float: right;
}
.filterpage .container-fluid {
    background-color: #fff;
    width: 100%;
    /* margin: 45px auto; */
    /* padding: 20px 5px; */
    max-width: 1080px;
    padding: 0;
}
.navbar.navbar-default.navbar-static-top .container {
    max-width: 1080px !important;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.logo {
    float: left;
    width: 20%;
}
.Heading.silage {
    color: #f37146;
    /* background-color: #fddfce; */
}
.silage-table tr{
  color: #000;
  background-color: #fddfce; 
}
.flex-title, .flex-table tr {
    background-color: #dfdfea !important;
}
.flex-table .first {
    text-align: start !important;
    width: 100px;
}
.Heading.flex {
    color: #8082a8;
}
.silage-head td {
    width: 87px;
}
.middle-title.silage-title {
    background-color: #fddfce;
}
.silage-head td {
    width: 44px;
}
.nav1 {
    max-width: 1080px;
    display: block;
    margin: 0 auto;
    padding: 5px;
}
.logo-outer {
    width: 80%;
    margin: 0 auto;
    max-width: 1080px;
}
.right li {
    list-style: none;
    /* color: #000; */
    text-align: start;
    width: 100px;
    padding: 0;
    margin: 0;
}
.nav1 .left {
    width: 49%;
    display: inline-block;
    text-align: right;
    margin: 0;
    padding: 0;
}
.left li {
    list-style: none;
    /* float: left; */
    display: inline;
    margin-left: 18px;
}
.right li a {
    color: #000;
    padding: 30px 0px;
    text-decoration: none;
}
.Heading-result {
    font-size: 18px;
    color: #000;
    margin-left: 2%;
}
.nav-outer {
    width: 100%;
    margin: 0 auto;
    background-color: #eaeaea!important;
}
.nav1.left {
    width: 41%;
   display: inline-flex; 
}
.container.filterpage .container-fluid h2 {
    text-align: left;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000;
    margin-left: 14px;
	font-size: 20px;
}
.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    border-radius: 0;
    background-color: #fff !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #8bc34a !important;
    border-radius: 10px;
	color:#fff;
}

.footer-imag > img:nth-child(2n) {
    width: 90px;
}
.insert-post-ads1 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.footer-imag > img:first-child {
    margin-left: 0;
}
.footer-imag > img {
    width: 20%;
    margin-left: 5%;
}
.footer-imag > img:first-child {
    margin-left: 0;
}
.footer-links {
    margin: 50px 0 0 0;
}
.footer {
    background-color: #000;
    max-width: 1080px;
    padding: 80px 0;
    width: 100%;
    margin: 0 auto;
}
.outer-div {
    width: 100%;
    background-color: #000;
}
.footer-sec > img {
    width: 55%;
    margin: 0 auto;
    /* margin: 0 auto; */
    display: block;
}
.footer >img {
    width: 172px;
    padding-left: 20px;
    margin: 0 auto;
}
.footer >img:first-child {
    width: 195px;
    padding-left: 0;
}
.footer-links > a {
    font-size: 17px;
    text-decoration: none;
}
.nav.navbar-nav li:first-child > a, .nav.navbar-nav li:first-child > a:hover {
    background-color: #2ea3f2 !important;
	
}
.nav.navbar-nav .active > a:hover {
    color: #fff !important;
}

.banner-image img:last-child {
    width: 20%;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
   
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
    background-image: none !important;
}
.navbar-brand {
  font-size: 16px !important;
   
}

.navbar-default .navbar-brand {
    color: #000!important;
}
.melting-barley {
    color: #8e775f !important;
    font-size: 36px;
    border-top: 2px solid  #000;
    border-bottom: 2px solid #000;
}
.sort_rang.filter4 {
    width: auto;
}
.panel-title {
    line-height: 18px;
    margin-top: 10px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    /* padding-left: 20px !important; */
    background-color: #8bc34a;
    padding: 9px;
    margin: 0 !important;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize !important;
}
.panel-heading {
    padding: 0px !important;
    position: relative;
    cursor: pointer;
}
.logo img {
    margin-bottom: 20px;
    width: 100%;
    /* max-width: 220px; */
    /* margin-left: 87px; */
    margin-top: 20px;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    margin-left: 0 !important;
  }
 /*  .filterpage .row {
		margin-right: -15px;
		display: inline-flex;
		margin-left: -15px;
	} */
	
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Special-corps Faba beans CSS */
.febabeans {
	color: #65c084 !important;
}
.febabeans-table tr:nth-child(odd),.febabeans-tested tr:nth-child(odd),.febabeans-title{
	background-color: #DEEFE1 !important;
}
.febabeans-table tr:nth-child(even),.febabeans-tested tr:nth-child(even) {
	background-color: #e6e6e6 !important;
}
 .febabeans-table td, .febabeans-table td {
	
	text-align: center !important;
	width: 36px !important;
}
.febabeans-head td {
    text-align: center !important;
    width: 118px !important;
    padding: 0 9px !important;
}
.febabeans-table td:nth-child(10), .febabeans-tested td:nth-child(10) {
	padding: 0 0px !important;
}
.febabeans, .febabeans-title {
    width: 100%  !important;
    display: block  !important;
    margin: 0 auto !important;
    background-color: #DEEFE1 !important;
}
.febabean-head {
    color: #64C083 !important;
    text-transform: uppercase;
}
.febabeans-table .first, .febabeans-tested .first, .febabeans-table, .febabeans-tested {
    font-size: 11px  !important;
}
/* Canola CSS */
.canola-1 {
    width: 100%;
    margin: 0 auto;
}
.canola-1-head td {
    color: #fff !important;
}
 .canola-1-area{
    width: 27%;
    /* margin: 0 auto; */
    border-bottom: 2px solid #000;
    text-align: center;
    padding: 6px 0;
    font-weight: 700;
    margin-left: 30%;
}
	.second-row-canola-1 p:nth-child(2n) {
		background-color:#c00000;
	}
	.second-row-canola-1 p:nth-child(3n) {
		background-color:#EFC000;
	}
	.second-row-canola-1 p:nth-child(4n) {
		background-color:#538135;
	}
	.second-row-canola-1 p:nth-child(5n) {
		background-color:#8EAADB;
	}
	.area-canola-1 {
    width: 25%;
    display: inline-flex;
    text-align: center;
    padding: 0;
    margin: 15px 0 0 0;
}
.sub-heading.canola-1-head {
    background-color: #808080;
    border: 1px solid  #fff;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 auto;
}
.second-row-canola-1 {
    display: flex;
    width: 100%;
    margin: 0px auto;
    background-color: #808080;
    text-transform: capitalize;
}
.area-canola-1 li {
    list-style: none;
    width: 73px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #000;
    margin: 0 10px;
}
.canola-1-head td {
    color: #fff;
    transform: rotate(-90deg);
    font-size: 11px;
    font-weight: 500;
    border-left: 1px solid #a5a5a5;
    padding: 4px 0px !important;
}
	.second-row-canola-1 p {
    width: 35%;
    text-align: center;
    border: 1px solid #a5a5a5;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding: 10px 0px;
    background-color: red;
    text-transform: capitalize;
}
.second-row-canola-1 .blank {
    border-bottom: none;
    background-color: transparent;
    width: 62%;
}
	.canola-1-table2 {
    border-bottom: 2px solid #000;
	}
	.Heading.canola-1 {
    color: #fff !important;
    background-color: #808080;
    font-size: 16px;
    text-align: center;
    border: 0;
    width: 100%;
    /* padding: 10px 0 0  0; */
    margin: 0;
}
.canola-1-table1 td {
    width: 45px;
}
.canola-1-head td:nth-child(8) {
    width: 47px !important;
}
	.canola-1-table1 tr:nth-child(even),.canola-1-table2 tr:nth-child(even) {
    background-color: #deefe1;
	}
	.canola-1-table2 tr:nth-child(odd), .canola-1-table1 tr:nth-child(odd)  {
		background-color: #e6e6e6 !important;
	}
	 
       .canola-1-title {
		width: 100%  !important;
		display: block  !important;
		margin: 0 auto !important;
		background-color: #DEEFE1 !important;
	}
	.canola-1-table1 td, .canola-1-table2 td {
    font-size: 12px;
    /* border: 1px solid #a5a5a5; */
    background: #e6e6e6;
    text-align: center;
}
	.canola-1-table1 td:nth-child(5),
	.canola-1-table1 td:nth-child(6),
	.canola-1-table1 td:nth-child(9),
	.canola-1-table1 td:nth-child(10),
	.canola-1-table1 td:nth-child(14),
	.canola-1-table1 td:nth-child(15),
	.canola-1-table1 td:nth-child(18),
	.canola-1-table1 td:nth-child(19){
    font-weight: 600;
	}
	.canola-1-table1 td:nth-child(10){
	Padding :0 !important;
	}
	/* .canola-1-table1 td:first-child, .canola-1-table2 td:first-child {
    width: 155px !important;
    background-color: #d9d9d9;
   } */
	.canola-1 .text {
    text-align: justify;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 15px;
    width: 100%;
    margin: 0 ;
}
	.canola-1-title {
    background-color: #deefe1 !important;
	}
	.canola-1-varity {
    width: 120px !important;
	}
	/* td:first-child {
    width: 110px !important;
    transform: none;
    } */
.varieties.canola-1-varity {
    transform: none;
    width: 72px !important;
    text-align: center !important;
}

.canola-1-head td:first-child {
    width: 129px !important;
    transform: none;
}
.canola-1-table1 td:first-child, .canola-1-table2 td:first-child {
    /* width: 239px !important; */
    text-align: left;
}
.canola-1-varity {
    width: 58px !important;
    text-align: center !important;
    line-height: 83px;
}
.canola-1-table1 .first, .canola-1-table2 .first {
    width: 96px !important;
}
/* .canola-1-table1 td:nth-child(5), .canola-1-table1 td:nth-child(6), .canola-1-table1 td:nth-child(9), .canola-1-table1 td:nth-child(10), .canola-1-table1 td:nth-child(14), .canola-1-table1 td:nth-child(15), .canola-1-table1 td:nth-child(18), .canola-1-table1 td:nth-child(19) {
    font-weight: 600;
    width: 90px;
} /*
 .canola-1-table1 td:nth-child(5) {
    width: 140px;
} 
 .canola-1-table1 td:nth-child(6) {
    width: 140px;
} 
.canola-1-table1 td:nth-child(2) {
    width: 90px !imprtant;
}
