.pr_main_row .product_side_col .select_pr_col {
  display: none;
}

.modal-body .form_field .input-group {
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 0px 20px;
}

.modal-body .form_field .input-group .input-group-text {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.modal-body .form_field .input-group .input-group-text i {
  color: #868686;
}

.modal-body .form_field .input-group .form-control {
  border: none;
  background: none;
  padding: 20px;
  font-size: var(--size18);
  font-weight: 400;
  line-height: 20.7px;
  text-align: left;
  color: #868686;
  padding-left: 10px;
}
.popup_modal .modal-dialog {
  max-width: 700px;
}
.popup_modal .mdl-hdr {
  align-items: center;
  gap: 10px;
}

.modal-footer .btn.ylw {
  font-family: var(--fontonest);
  background-color: var(--orange);
  display: inline-block;
  border-radius: 6px;
  border: 1px solid var(--orange);
  color: #fff;
}
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
  color: #d8000c;
  background-color: #ffbaba;
}

.blog_detail .blog_card a.blog_thumbnail {
  width: 100%;
}

/*16-09-2024 */

.post-navigation .nav-links {
  max-width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
.post-navigation .nav-previous .fa-solid.fa-chevron-left,
.post-navigation .nav-next {
  color: #f39c12;
}

.type_heading {
  border-bottom: 1px solid #000000;
}

.type_cat_heading {
  margin-top: 25px;
  width: 100%;
}

span.back_to_cultivar_btn {
  color: #378626;
}

.loader_parent {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: #0000003b;
}
.loader_shadow {
  position: absolute;
  width: 60px !important;
  height: 60px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader_shadow:before,
.loader_shadow:after {
  content: "";
  border-radius: 50%;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3) inset;
}
.loader_shadow:after {
  box-shadow: 0 2px 0 #1f7823 inset;
  animation: rotate 2s linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

ul.ul_type_cat_term,
ul.ul_cultivar_term {
  position: relative;
}

.loader_parent_li {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.loader_parent_li .loader_shadow {
  position: absolute;
  width: 30px !important;
  height: 30px !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.instruction_list blockquote {
  display: none;
}
a.instruction_read_more_btn,
a.instruction_read_less_btn {
  text-decoration: underline;
  color: #0000ee;
  font-size: 14px;
}

.product_inner_row .pr_box_col_box {
  width: 100%;
}

.product_col_inner {
  display: flex;
}

.product_row {
  margin: 0px;
  gap: 0;
}

.pr_main_row .product_side_col .select_pr_col {
  /*    width: 20% !important;*/
  margin-top: 150px;
  padding-left: 10px;
}
.product_col_all_products {
  width: 80%;
}

.product_col_sel_products {
  width: 20%;
}
.bost_prtag {
  min-height: 35px;
}
.product_col.boosted_plant {
  margin-top: 10px;
}
/* 31 dec */
.blogs_section.blog_detail .blog_lft .blog_card .blog_csrd_inner h1 {
  font-family: var(--bodyfont);
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  text-align: left;
}
p.selected_blend_title{
    font-size: 11px;
    text-align: center;
    font-weight: 600;

}

/* .product_box_inner .prodcut_title h3{
    padding: 15px;
    color: #fff;
    margin-left:-30px !important;
    margin-right:-30px !important;
    overflow:hidden;
} */

.product_box_inner {
    overflow-x:hidden;
}
/* 31 dec end */
/*.filter_type_Tropical_Grass.filter_type_all {
    width: 80%;
}
*/
@media only screen and (min-width: 991px) {
    .sel_col_cvr.scroll-sticky {
        position: fixed;
        top: 80px;
        right: 0px;
        }
}
@media only screen and (max-width: 991px) {
    
  .sel_pr_txt {
    display: none;
    background-color: #fff;
  }
  .product_col_sel_products {
    position: sticky;
    bottom: 0;
  }
  .pr_main_row .product_side_col .select_pr_col {
    width: 100% !important;
    max-width: 100%;
    margin-top: 60px;
  }
  .product_col_inner {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .product_col_all_products {
    width: 100%;
  }

  .product_col_sel_products {
    width: 100%;
  }
}

section.error-404.not-found {
  padding: 80px 0px 120px 0px;
  text-align: center;
}

input.search-submit {
  background-color: #f39c12;
  color: #fff;
  border-radius: 5px;
  border-color: transparent;
  width: 90px;
  height: 32px;
}

/* 20 sept 2024 */

.entry-content {
  margin: 60px 0px 60px 0px;
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: none;
}

/*@media screen and (max-width:1920px) {*/
form .forgot-input {
  width: 40%;
  margin-top: -10px;
  margin-left: 300px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  padding: 18px 20px;
}
form input#user_login {
  border: none !important;
}
.entry-content button.woocommerce-Button.button {
  width: 40%;
  margin-top: -10px;
  margin-left: 300px;
  border: 1px solid #eeeeee;
  border-radius: 200px;
  padding: 18px 20px;
  background: #f39c12;
  color: white;
}
.entry-content button.woocommerce-Button.button:hover {
  background: #166219;
  color: #fff;
}
/*}*/

@media screen and (max-width: 480px) {
  form .forgot-input {
    width: 90%;
    margin-left: 10px;
  }

  .entry-content button.woocommerce-Button.button {
    width: 90%;
    margin-left: 10px;
    border-radius: 50px;
  }
}

.blog_detail .blog_card {
  line-height: 1.5;
  border-radius: 0px;
}

.blog_card .pastr_user {
  display: flex;
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
}

.pastr_user p.pstr_hd {
  font-size: 22px;
  color: #262626;
  font-weight: 500;
  margin-bottom: 10px;
  /* line-height: 24.79px; */
}

.blog_card .blog_thumbnail {
  overflow: visible;
}

.blog_csrd_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pastr_user {
  margin-top: auto;
}

.blog_card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.col-md-6.col-sm-6.blog_col {
  display: flex;
  flex-direction: column;
}

/* 25-sept-2024 */
/*
.woocommerce-order p.woocommerce-notice {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    padding: 0 0 25px;
    color: #000;
}

.woocommerce-order h2 {
    padding: 10px 0;   
}

.woocommerce-order ul.woocommerce-order-overview {
    font-size: 22px;
    color: #262626;
    font-weight: 700;
}

ul.woocommerce-order-overview li p {
    color: #868686;
    font-size: 15px;
    font-weight: 400;
}

.woocommerce-order p {
    font-size: 20px;
    color: #868686;
}

.wc-item-meta p {
    font-size: 15px;
    color: #000;
}

.wc-item-meta strong {
    color: #212529;
}

section.woocommerce-order-details table.shop_table {
    margin-top: 10px;
}

.shop_table th span.nobr {
    color: #262626;
}

.shop_table span.nobr,
.shop_table td {
    font-size: 16px;
    color: #868686;
}

.order-actions a.woocommerce-button.button.view {
    color: #fff;
    background: orange;
}

.woocommerce-customer-details address {
    font-size: 20px;
    color: #868686;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
  .woocommerce-order p.woocommerce-notice {
    font-size: 36px;
  }
  .woocommerce-order ul.woocommerce-order-overview {
    font-size: 20px;
  }
  ul.woocommerce-order-overview li p {
    font-size: 14px;
  }
  .woocommerce-order p {
    font-size: 18px;
  }
  .wc-item-meta p {
    font-size: 14px;
  }
  .shop_table span.nobr,
  .shop_table td {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .woocommerce-order p.woocommerce-notice {
    font-size: 28px;
  }
  .woocommerce-order ul.woocommerce-order-overview {
    font-size: 18px;
  }
  ul.woocommerce-order-overview li p {
    font-size: 12px;
  }
  .woocommerce-order p {
    font-size: 16px;
  }
  .wc-item-meta p {
    font-size: 12px;
  }
  .shop_table span.nobr,
  .shop_table td {
    font-size: 12px;
  }
}
*/

/* 27-sept-2024 */

#ajax-search-form #category {
  width: 14%;
  border: 1px solid rgba(238, 229, 218, 1) !important;
  border-radius: 7px 7px 7px 7px !important;
  height: 46px;
  background: transparent;
}
#ajax-search-form #s {
  width: 100%;
  border: 1px solid rgba(238, 229, 218, 1) !important;
  border-radius: 7px 7px 7px 7px !important;
  height: 46px;
  background: transparent;
}
form#ajax-search-form {
  /* display: flex;
    gap:6px;*/
}

div#ajax-search-results {
  padding: 30px 3px 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

div#ajax-search-results a:hover {
  color: #000;
}

@media (max-width: 768px) {
  #ajax-search-form #category {
    width: 30%;
    height: 40px;
  }

  #ajax-search-form #s {
    width: 65%;
    height: 40px;
  }
}

/* Mobile (<= 480px) */
@media (max-width: 480px) {
  #ajax-search-form #category,
  #ajax-search-form #s {
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
  }

  form#ajax-search-form {
    display: block;
  }

  div#ajax-search-results {
    font-size: 12px;
  }
}

#ajax-search-results {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid rgba(238, 229, 218, 1);
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  max-height: 25%;
  overflow: auto;
  z-index: 1000;
  max-width: 100%;
  padding: 15px;
  /*     margin-left: 80px; */
  border-bottom: 4px solid #236a28;
}

/* Style for individual result items */
#ajax-search-results div {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #e1e1e1;
}

#ajax-search-results div:hover {
  background-color: rgba(238, 229, 218, 0.1);
}
/* Tablet Styles */
@media (max-width: 1024px) {
  #ajax-search-results {
    width: 80%;
    margin-left: 50px;
    max-height: 30%;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  #ajax-search-results {
    width: 90%;
    margin-left: 20px;
    max-height: 40%;
  }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
  #ajax-search-results {
    width: 95%;
    margin-left: 10px;
    max-height: 50%;
    padding: 10px;
  }
}

/* 7-oct-2024 */
section.our_price_sec.p_120 .our_price_content .col-md-6 {
  margin-top: 35px !important;
}

.prc_bx .Pricing {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.prc_bx .Pricing .tax-price {
  margin-top: 15px;
}

.filter_type_all {
  margin-top: 30px;
}

.section_head.type_cat_heading h4 {
  margin: 0px !important;
}

/* 9-oct-2024 */
.legal-PTD .modal-dialog {
  max-width: 1100px;
  /*   overflow: auto;*/
}

.legal-PTD .modal-body {
  max-height: 486px;
  overflow: auto;
}

/* 10-oct-2024 */
.legal-privacy,
.legal-terms,
.legal-disclaimer:hover {
  cursor: pointer;
}

/* 10-oct-2024 */
.Required_acknowledge .modal-dialog {
  max-width: 1100px;
}
.Required_acknowledge .modal-body {
  max-height: 450px;
  overflow: auto;
}

/*11-oct-2024*/
.modal-footer .btn.add_blends_farm_btn.ylw:hover,
.btn.open_create_farm_btn:hover {
  background-color: #6bbf59 !important;
  border-color: #6bbf59 !important;
  color: #fff !important;
}
.modal-footer .btn.open_create_farm_btn {
  color: #f39c12;
  background-color: #fff;
  border-color: #f39c12;
}

/* pricing page button */
.slct_bttn .ylw_bttn.subscription_add_btn:hover {
  background-color: #6bbf59;
  border-color: #6bbf59;
  color: #fff;
}

#ajax-search-form #category {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(238, 229, 218, 1) !important;
  border-radius: 7px;
  background-color: transparent;
  margin-bottom: 6px;
}

.cntct-frm-btn .cta {
  color: white;
}
.cntct-frm-btn .cta:hover {
  color: #fff;
  background-color: #6bbf59;
  border-color: #6bbf59;
}

ul#pills-tab .nav-link:hover {
  background-color: #6bbf59;
  color: #fff;
  border-color: #6bbf59;
}

ul.products.columns-4 .button.product_type_variable-subscription {
  background-color: #f39c12;
  color: white;
}
ul.products.columns-4 .button.product_type_variable-subscription:hover,
button#close-accept:hover {
  background-color: #6bbf59;
  color: #fff;
  border-color: #6bbf59;
}

button#close-accept {
  background-color: #f39c12;
  border-color: #f39c12;
}

strong {
  font-weight: bold !important;
  font-family: sans-serif !important;
}

/* .sel_col_cvr.scroll-sticky {
  position: fixed;
  top: 80px;
  right: 0px;
} */
.sel_pr_txt {
  background: #fff;
  max-height: 400px;
  overflow: auto;
}
.blend-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.blend-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blend-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}

.blend-name {
  font-size: 15px;
  font-weight: 500;
}

.blend-right input {
  width: 80px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  transition: 0.2s;
  font-size: 14px;
}

.blend-right input:focus {
  border-color: #007bff;
  box-shadow: 0 0 3px rgba(0, 123, 255, 0.3);
}

.sel_col_cvr {
  transition: all 0.3s linear;
}

.pstr-img.pstr_new_img a img {
  min-width: 464px !important;
  min-height: 350px !important;
  width: 100%;
  height: 100%;
}

.page-id-86538 .blog_card img {
  max-height: 250px;
}

.page-id-11 .step-box h3 {
  color: #262626;
  font-size: 26px;
  font-family: var(--bodyfont);
  font-weight: 500;
  margin: 0 0 5px;
}

.site_footer .footer-content h5 {
  font-family: var(--headingfont);
  font-size: 22px;
  font-weight: 400;
  line-height: 26.74px;
  margin-bottom: 20px;
}

.page-id-11 .pastr_section h5 {
  font-size: 23px;
  font-weight: 500;
  line-height: 29.3px;
  text-align: left;
  color: #262626;
}

.page-id-11 .pastures_content .step-box .top_heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 8px;
}

/* ============================================================
 * Top Picks band — per-region "Top Legumes / Top Grasses".
 * Manual horizontal-scroll carousel (no auto-motion). Each column's
 * tiles match the page's normal product-card size (~247px box); about
 * three fit at the panel width and the user swipes / scrolls to reveal
 * the rest. All rules scoped under .pp_top_picks_band so nothing else
 * in the picker is affected. Cards reuse the existing
 * .product_col / .product_box / .boosted_tag styling.
 * ============================================================ */
.pp_top_picks_band {
  margin: 0 0 30px;
  padding: 20px 12px 24px;
  background: #ffffff;
  border: 1px solid rgba(22, 98, 25, 0.25);
  border-top: 3px solid #166219;
  border-radius: 10px;
}
.pp_top_picks_head {
  margin-bottom: 16px;
}
.pp_top_picks_head h3 {
  margin: 0 0 3px;
  color: #166219;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
}
.pp_top_picks_head p {
  margin: 0;
  color: #51604a;
  font-size: 14px;
}
/* Stack the two columns so each carousel spans the full panel width. */
.pp_top_picks_cols {
  display: block;
}
.pp_top_picks_col {
  width: 100%;
  min-width: 0;
}
.pp_top_picks_col + .pp_top_picks_col {
  margin-top: 22px;
}
.pp_top_picks_col > .section_head {
  margin-bottom: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(22, 98, 25, 0.2);
}
.pp_top_picks_col > .section_head h4 {
  margin: 0;
  color: #166219;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
/* The carousel strip: one horizontal row the user scrolls / swipes.
 * No animation. Scroll-snap keeps tiles aligned as you flick across. */
.pp_top_picks_band .pp_top_picks_cards {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  scrollbar-width: thin;
  scrollbar-color: rgba(22, 98, 25, 0.55) rgba(22, 98, 25, 0.12);
}
.pp_top_picks_band .pp_top_picks_cards::-webkit-scrollbar {
  height: 8px;
}
.pp_top_picks_band .pp_top_picks_cards::-webkit-scrollbar-track {
  background: rgba(22, 98, 25, 0.12);
  border-radius: 8px;
}
.pp_top_picks_band .pp_top_picks_cards::-webkit-scrollbar-thumb {
  background: rgba(22, 98, 25, 0.55);
  border-radius: 8px;
}
/* Tiles match the page's normal product-card box (~247px). With the 24px
 * flex gap this reproduces the page's box-to-box rhythm (247 + 24 = 271px,
 * same as the page's .product_col slot). */
.pp_top_picks_band .pp_top_pick_card {
  display: flex;
  flex-direction: column;
  flex: 0 0 calc((100% - 48px) / 3);
  width: calc((100% - 48px) / 3);
  max-width: none;
  margin: 0;
  padding: 0;
  scroll-snap-align: start;
}
.pp_top_picks_band .pp_top_pick_card .bost_prtag {
  min-height: 28px;
}
/* Boost banner = full-width strip across the top of the card (matches
 * the site's featured-card treatment) rather than a pill beside it. */
.pp_top_picks_band .pp_top_pick_card .boosted_tag {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.pp_top_picks_band .pp_top_pick_card .product_box {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* Force readable dark text on the band cards (some theme builds colour
 * boosted-card titles white, expecting a dark card). Scoped to the band. */
.pp_top_picks_band .pp_top_pick_card .prodcut_title,
.pp_top_picks_band .pp_top_pick_card .prodcut_title h3,
.pp_top_picks_band .pp_top_pick_card .prodcut_title a,
.pp_top_picks_band .pp_top_pick_card .instruction_list,
.pp_top_picks_band .pp_top_pick_card .instruction_list p,
.pp_top_picks_band .pp_top_pick_card .product_checked_div {
  color: #212529;
}
/* Read-more controls: match the live theme (no toggle, no fade overlay). */
.pp_top_picks_band .pp_top_pick_card .instruction_read_more_btn,
.pp_top_picks_band .pp_top_pick_card .instruction_read_less_btn,
.pp_top_picks_band .pp_top_pick_card .tile-toggle {
  display: none;
}
.pp_top_picks_band .pp_top_pick_card .instruction_list::after {
  display: none;
  content: none;
}
/* On phones show about one-and-a-bit tiles so the swipe is obvious. */
.pp_top_picks_band .pp_top_picks_track {
  position: relative;
}
.pp_top_picks_band .pp_tp_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(22, 98, 25, 0.35);
  border-radius: 50%;
  background: #ffffff;
  color: #166219;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.pp_top_picks_band .pp_tp_nav:hover {
  background: #166219;
  color: #ffffff;
}
.pp_top_picks_band .pp_tp_prev { left: 2px; }
.pp_top_picks_band .pp_tp_next { right: 2px; }
@media only screen and (max-width: 575px) {
  .pp_top_picks_band .pp_tp_nav { display: none; }
}
@media only screen and (max-width: 575px) {
  .pp_top_picks_band .pp_top_pick_card {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
  }
}
