/*header-mobile*/
.product-finder-container {
  margin-top: 30px;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 3px;
}
#nav-oh .cropim,
#nav-oh .trial,
#nav-turf .cropim,
#nav-turf .trialresults {
  display: none;
}
.header-mobile .dropdown-toggle::after {
  display: none;
}

.navbar .dropdown-menu li {
  margin-bottom: 7px;
  max-height: 100%;
}
ul.dropdown-menu .item ul li a {
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 44, 69, 0.7);
  font-family: Inter;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,43,70, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.close {
  position: ABSOLUTE;
  /* RIGHT: 52%; */
  top: 80px;
  /* right: -38px!important; */
  width: 100%;
  text-align: right;
  right: 80px;
  font-size: 24px;
}
.btn-close {
  width: 0.2rem;
  height: 0.2rem;
  opacity: 0.8;
}
header.header-bottom {
  background: white;
  /* min-height: 80px; */
}
.hero__area {
  align-items: flex-start;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(247, 247, 247, 1) 100%
  );
}
.header-mobile-logo {
  width: 45px;
  height: 45px;
  max-width: 45px;
  max-height: 38px;
  object-fit: contain;
}

.header-mobile-title-page {
  font-size: 19px;
  display: none !important;
  font-weight: bold;
  line-height: 1.56;
  color: var(--dark-blue);
}
.navbar-toggler:focus {
  box-shadow: none;
}

.border-line-bottom {
  border-bottom: 1px solid#ebebeb;
}

.nav-mobile-on-page-link,
.nav-mobile-on-page-link:hover,
.nav-mobile-on-page-link:active,
.nav-mobile-on-page-link:focus {
  color: var(--dark-blue);
}

/*header*/

.wrap-header-top {
  padding-top: 5px;
  background-color: rgba(134, 134, 134, 0.1);
  align-items: center !important;
}

.logo-wrap {
  display: flex;
  align-items: flex-end;
  padding-bottom: 21px;
}

.header-segments-wrapper:not(:has(nav .nav-tabs button)) .logo-wrap {
  padding-bottom: 13px;
  padding-top: 8px;
}

.wrap-header-top .nav-tabs {
  border-bottom: none;
}

.wrap-header-top .nav-link {
  position: relative;
  font-size: 20px;
  line-height: 1.33;
  color: var(--dark-blue);
}

.form-group.has-search {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
}

.form-group.has-search span {
  z-index: 9;
  margin-right: -20px;
}

.form-group.has-search span::before {
  display: block;
  content: "";
  background: url(../icons/search.png);
  background-position: center;
  width: 18px;
  height: 18px;
}

input.form-control:focus {
  border-bottom: 1px solid #f3f3f3 !important;
  border-radius: 0;
}

.form-group.has-search input {
  box-shadow: none !important;
  padding-left: 25px;
  /* display: none; */
  /* margin-bottom: 20px; */
}

a.dropdown-item.crop {
  display: grid;
  text-align: center;
  max-width: 200px;
}
a.dropdown-item.crop img {
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  height: 90px;
  min-width: 100px;
  object-fit: cover;
}
a.dropdown-item.crop span {
  font-family: Inter;
  margin-top: 10px;
  color: var(--dark-blue);
}
div#nav-tab-menu {
  height: 100%;
  padding-left: 14px;
}

div#nav-tab-menu .nav-link {
  margin: 0 !important;
  padding: 0;
  /* padding: 17px 35px 24px 35px; */
  position: relative;
  font-family: "Inter";
  font-size: 22px;
  font-weight: normal;
  line-height: 29px;
  border: 0;
  outline: none;
  max-height: 86px;
}

button.nav-link a {
  padding: 7px 22px;
  height: 70px;
  font-size: 21px;
  padding-top: 0px;
  /* margin-top: 20px; */
  display: flex;
  align-items: center;
}
div#nav-tab-menu .nav-link:not(:last-child) {
  border-radius: 0;
}

div#nav-tab-menu .nav-link.active {
  border-right: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

div#nav-tab-menu .nav-link.active .line-separator {
  display: none;
}

.line-separator {
  position: absolute;
  bottom: 30%;
  height: 40%;
  border-right: 2px solid#dfe2e5;
  right: 0;
}

.hide-separator {
  display: none;
}

div#nav-tab-menu .nav-link:hover {
  color: #00b5d3 !important;
}

section.section-brand-details a.brand-logo img {
  width: 79%;
}

button#nav-agricul-tab a:hover {
  color: #00b5d3;
}

.hover-underline .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  transform: scaleX(0);
  height: 4px;
  bottom: 16px;
  left: 22px !important;
  background-color: #00b5d3;
  transform-origin: bottom right;
  transition: transform 0.35s ease-out;
}

.hover-underline .nav-link.active::after,
.hover-underline .nav-link:hover::after {
  width: calc(100% - 42px);
  transform: scaleX(1);
  transform-origin: bottom left;
}

.wrap-header-top .nav-link.active {
  color: #00b5d3;
}

.nav-pages {
  font-family: "Inter";
}

.wrap-header-top .nav-pages a {
  padding-bottom: 5px;
  font-size: 18px;
  color: var(--angle-blue);
}

.nav-pages .nav-item-pages .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.header-nav-rita .nav-item-pages:not(:last-child) {
  margin-right: 40px;
}

.liza-submenu-nav .nav-link,
.header-nav-rita .nav-link {
  border: 0;
  border-bottom: 0 !important;
}
.liza-submenu-nav .nav-item .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.liza-submenu-nav .nav-item,
.header-nav-rita .nav-item {
  display: inline-block;
}

.liza-submenu-nav .nav-item::after,
.header-nav-rita .nav-item::after,
.menu-search-container .search-btn-text::after,
.search-btn-text::after{
  display: block;
  content: "";
  border-bottom: solid 4px #00b5d3;
  transform: scaleX(0);
  transition: transform 0.02s ease-in-out;
  /*transform-origin:  0% 50%; */
}

.liza-submenu-nav .nav-item:hover:after,
.header-nav-rita .nav-item:hover::after,
.menu-search-container .search-btn-text:hover::after,
.toggle-segment-modal:hover .search-btn-text::after{
  transform: scaleX(1);
}
.menu-search-container .search-btn-text:hover::after{
  transform: translateY(5px);
}
.toggle-segment-modal:hover .search-btn-text::after{
  transform: translateY(4px);
}
.toggle-segment-modal .search-btn-text{
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}
.liza-submenu-nav .dropdown-toggle::after {
  border-top-color: #00b5d3;
}

.liza-submenu-nav ul.navbar-nav.nav-link:not(:last-child) {
  margin-right: 64px;
}

.sub-menu-content-wrap .nav-link.dropdown-toggle {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  color: #002c45;
  /* margin-top: 9px; */
  /* margin-bottom: -11px; */
}

.sub-menu-content-wrap .nav-item {
  margin-right: 60px;
}

span.form-control-feedback:after {
  content: "";
  background: url("../images/icons/remove_black_@2x.webp");
  width: 20px;
  height: 20px;
}

li.bottomLink {
  padding-top: 9px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--dark-blue);
  text-underline-color: red;
  display: block !important;
}
.header-bottom {
  min-height: 80px;
  padding: 12px 0;
}

.header-bottom input.form-control {
  border: unset;
}

.wrap-submenu {
  padding-left: 164px;
}

ul.social-links.menu-social {
  padding: 0;
  margin: 0;
  /* margin-right: 40px; */
}

.btn.btn-default.dropdown-toggle.dropdown-language:focus {
  box-shadow: none !important;
}

.navbar-expand .navbar-nav .dropdown-menu.dropdown-language {
  min-width: 200px;
  height: auto;
}

.lang-icon {
  max-width: 26px;
  max-height: 26px;
  width: 26px;
  height: 26px;
  object-fit: contain;
  margin-right: 7px;
  margin-left: -8px;
}

/*NAV BREADCRUMB*/

.section-breadcrumb-nav {
  display: flex;
  align-items: center;
  height: 100px;
  background: #f8f8f8;
  padding-left: 45px;
  position: relative;
  z-index: 9999;
  position: relative;
}

.breadcrumb-container {
  padding: 1vw 0;
  width: 100%;
}

.breadcrumb-item {
  font-size: 18px;
  color: #00b5d3;
  text-decoration: u;
}

ol.breadcrumb {
  margin-left: -1rem;
}

ol.breadcrumb li {
  display: flex;
  align-items: center;
}

ol.breadcrumb li a {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #00b5d3;
  /* padding-left: 16px; */
  text-decoration: underline;
  text-underline-offset: 2px;
}

ol.breadcrumb li:not(:last-child):after {
  content: " ";
  background-image: url(../icons/arrow_back_ios_new_black_24dp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 13px;
  font-size: 30px;
  font-weight: 300;
  padding-left: 40px;
  color: #002b46;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}

ol.breadcrumb li.rtl-arrow:not(:last-child):after {
  transform: rotate(180deg);
}

.divider-bread:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='14' viewBox='0 0 8 14'%3E%3Cg data-name='arrow_back_ios_new_black_24dp'%3E%3Cg data-name='Group 85'%3E%3Cpath data-name='Path 521' d='M8 12.761 6.8 14 0 7l6.8-7L8 1.239 2.406 7z' transform='rotate(180 4 7)' style='fill:%23002b46'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  display: block;
  width: 8px;
  height: 13px;
}

ol.breadcrumb li:last-child,
ol.breadcrumb li:last-child a {
  pointer-events: none;
  text-decoration: none;
}

.breadcrumb-container .breadcrumb {
  align-items: baseline;
  row-gap: 10px;
}

.mobile-load-show-all-bc{
  display: none;
}

@media(min-width: 768px){
    .mobile-load-show-all-bc:after{
      display: none !important;
    }
  }


@media (max-width: 768px) {
  body .section-breadcrumb-nav {
    padding-left: 0;
    height: 60px;
    z-index: 0;
  }

  .breadcrumb-container .breadcrumb {
    overflow-x: scroll;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-top: 8px;
  }

  ol.breadcrumb li {
    white-space: nowrap;
  }

  ol.breadcrumb li:not(:last-child) {
    display: none;
  }

  ol.breadcrumb li.mobile-load-show-all-bc:after{
    transform: translate(10px, -13px);
  }
  ol.breadcrumb li.mobile-load-show-all-bc{
    display: unset;
    width: 18px;
    height: 4px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='4' viewBox='0 0 18 4'%3E%3Cg data-name='Group 4879'%3E%3Cg data-name='Ellipse 27' transform='translate(14)' style='fill:%2300b5d3;stroke:%2300b5d3'%3E%3Ccircle cx='2' cy='2' r='2' style='stroke:none'/%3E%3Ccircle cx='2' cy='2' r='1.5' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Ellipse 28' transform='translate(7)' style='fill:%2300b5d3;stroke:%2300b5d3'%3E%3Ccircle cx='2' cy='2' r='2' style='stroke:none'/%3E%3Ccircle cx='2' cy='2' r='1.5' style='fill:none'/%3E%3C/g%3E%3Cg data-name='Ellipse 29' style='fill:%2300b5d3;stroke:%2300b5d3'%3E%3Ccircle cx='2' cy='2' r='2' style='stroke:none'/%3E%3Ccircle cx='2' cy='2' r='1.5' style='fill:none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    margin: auto 18px 3px 20px;
  }

  ol.breadcrumb li:last-child{
     padding-left: 6px;
  }

  ol.breadcrumb li:first-child a {
      padding-left: 8px;
  }

  ol.breadcrumb li a {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  ol.breadcrumb li:first-child a {
    padding-left: 0;
  }
}
/*share dropdown*/

.share {
  color: #00b5d3;
  font-size: 18px;
}

.share:hover,
.share:active,
.share:focus {
  color: #00b5d3;
}

.dropdown-share.dropstart .dropdown-toggle::before {
  visibility: hidden;
}

.dropdown-share .btn:focus {
  box-shadow: none;
}

/*social-links*/

ul.social-links li {
  margin-left: 24px;
}

ul.social-links li {
  transition: all 0.3s ease;
}

ul.social-links li:hover {
  transform: scale(1.1);
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
  min-width: 1000px;
  /* width: max-content;*/
  border: 1px solid #ddd;
  left: 0;
  top: 55px;
  border-top: 1px solid #ddd;
  padding: 20px;
  height: 586px;
  z-index: 9999999;
  /* box-shadow: -20px 3px 40px rgba(0, 0, 0, 0.15); */
  margin-left: auto;
  padding-left: 178px !important;
  overflow: hidden;
  /* left: initial; */
}

@media (max-width: 1500px) {
  .navbar-expand .navbar-nav .dropdown-menu {
    height: 696px;
  }
}


.dropdown-menu .container {
  padding-left: 5px;
  max-width: unset !important;
  margin: 0;
}

/*Search popup*/

#searchModalMobile .btn-close:focus {
  box-shadow: 0 0 0 0.25rem transparent;
}

#searchModalMobile .modal-header {
  border-bottom: 0;
}

#searchModalMobile .modal-content {
  min-height: 90vh;
}

#searchModalMobile
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 100%;
}

#searchModalMobile span.select2-search.select2-search--inline {
  width: 100%;
  display: flex;
  align-items: center;
}

#searchModalMobile span.select2-search.select2-search--inline:before {
  content: "";
  display: block;
  background: url(../icons/search_light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
}
#searchModalMobile span.select2-search.select2-search--inline.moove:before {
  display: none;
}

#searchModalMobile button.select2-selection__choice__remove {
  display: none;
}

#searchModalMobile textarea.select2-search__field:focus::placeholder {
  color: transparent;
}

#searchModalMobile textarea.select2-search__field {
  color: rgba(0, 44, 69, 0.7);
}

#searchModalMobile textarea.select2-search__field::placeholder {
  color: #a8a8a8;
}

#searchModalMobile .select2-container .select2-selection--multiple {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 15px 10px;
  padding-bottom: 15px !important;
}

#searchModalMobile
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin-top: 0 !important;
}

#searchModalMobile .select2-selection__choice__remove {
  display: none !important;
}

#searchModalMobile
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  padding-left: 5px !important;
  margin-top: 0 !important;
  margin-right: 0;
  background-color: transparent !important;
  border: 0 !important;
}

#searchModalMobile
  .select2-container--focus
  .select2-autocomplete
  .select2-selection__choice {
  display: none;
}

#searchModalMobile .select2-container--default .select2-selection--multiple,
#searchModalMobile
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  background-color: white;
  border: 1px solid #a8a8a8 !important;
}

#searchModalMobile strong.select2-results__group {
  padding-left: 16px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-family: "Inter";
  font-size: 14px;
  font-weight: normal;
  color: #002b46;
  opacity: 0.7;
  background: #f2fbfd;
}

#searchModalMobile
  .select2-container--default
  .select2-results
  > .select2-results__options {
  max-height: 100% !important;
  overflow-y: auto;
  max-height: 500px !important;
  overflow: scroll;
  max-height: 400px !important;
}

#searchModalMobile li.select2-results__option {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.39;
  color: #002b46;
  border-bottom: 1px solid#f8f8f8;
}

#searchModalMobile
  .select2-container--default
  .select2-results__option
  .select2-results__option {
  padding-left: 16px !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

#searchModalMobile li.select2-results__option.select2-results__message {
  padding: 16px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  color: #a8a8a8;
}

#searchModalMobile
  .select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: inherit;
}

#searchModalMobile
  .select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.navbar-collapse {
  flex-grow: 0;
  flex-basis: 0;
}
#searchModalMobile button.select2-selection__clear {
  display: none;
}

#searchModalMobile .select2-selection__choice__display {
  font-family: "Inter";
  font-size: 18px;
  color: rgba(0, 44, 69, 0.7);
}

form.search-menu-mobile {
  position: relative;
}

button.search-submit {
  position: absolute;
  right: 40px;
  top: 3px;
  width: 50px;
  height: 50px;
  object-fit: contain;
  text-align: right;
  background: transparent;
  border: 0;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .header-nav-rita .nav-item-pages:not(:last-child) {
    margin-right: 27px;
  }
  .navbar-expand .navbar-collapse {
    padding-top: 6px;
  }
  .header-bottom {
    /* display: flex!important; */
    align-items: center;
  }
}
@media (max-width: 1400px) {
  .navbar-expand .navbar-nav .dropdown-menu {
    padding-left: 150px !important;
  }
}

div#nav-tab-menu .nav-link {
  /* padding: 17px 20px 24px 20px; */
  font-size: 18px;
}

.wrap-header-top .nav-pages a.nav-link {
  font-size: 18px;
}

.find-dealer-btn {
  margin-top: 5px;
  margin-bottom: 0;
  /* margin-bottom: 30px !important; */
  /* display: block; */
  /* position: relative; */
}

.dropdown-menu .submenu-title {
  color: #01b4d3 !important;
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400 !important;
  margin-bottom: 20px;
}

.row > .crops {
  display: grid;
  justify-content: start;
  padding-left: 0;
  padding-top: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 75%;
  padding-right: 80px;
}

@media (max-width: 1500px){
  .row > .crops {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 1300px){
  .row > .crops {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 1300px){
  .row > .crops {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.thecrop {
  margin-bottom: 44px;
  width: 140px;
  align-items: flex-start;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 22px;
}

@media (max-width: 1300px) {
  .thecrop:nth-of-type(1n+13) {
    display: none;
  }

  .navbar .dropdown-menu .item li:nth-of-type(1n+7){
    display: none;
  }
}

.thecrop img {
  border-radius: 50%;
}

.crop-animation-zoom{
  border-radius: 50%;

  display: inline-block;
  overflow: hidden;
}
.crop-animation-zoom img {
  border-radius: 50%;
  transition: 0.25s all;
  display: block;
}


.thecrop:hover a {
  color: #00b5d3;
}

.thecrop a {
  color: #002b46;
  font-family: "Inter", sans-serif;
}
.menu-item-col-wrap-4 {
  width: auto;
  max-width: calc(16.66666667% - 8px);
  margin-right: 24px;
}
.menu-item-col-wrap-3 {
  width: auto;
  max-width: min(350px , 22%);
  margin-right: 24px;
}
.menu-item-col-wrap-less {
  width: auto;
  max-width: min(500px , 34%);
  margin-right: 24px;
}
.menu-item-col-wrap-4 ul,
.menu-item-col-wrap-3 ul,
.menu-item-col-wrap-less ul{
  width: fit-content;
}
.dropdown-menu .item > p,
.dropdown-menu .item > a > p{
  color: #002b46;
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500 !important;
  font-family: Inter;
}
.dropdown-menu .item a:hover {
  color: #00b5d3;
  transition: 0.2s;
}
.ta_home .section-breadcrumb-nav,
.ag_home .section-breadcrumb-nav,
.oh_home .section-breadcrumb-nav {
  display: none;
}

.about-page .header-bottom,
.about-page .section-breadcrumb-nav {
  display: none;
}

.bg-container-white {
  background: linear-gradient(
    0deg,
    rgba(252, 252, 252, 1) 0%,
    rgba(244, 244, 244, 1) 100%
  );
}
.all-resources-area span.select2.select2-container.select2-container--default {
  height: 50px;
}
.single-filter {
  margin-bottom: 20px;
}

[catslug="general"] .header-bottom {
  display: none;
}
@media (min-width: 800px) and (max-width: 1300px) {
  .sub-menu-content-wrap .nav-link.dropdown-toggle {
    margin-top: 10px;
  }
  .navbar-expand .navbar-collapse {
    padding-top: 0px;
  }
}

@media (max-width: 1300px) and (min-width: 800px) {
  a#select-language {
    font-size: 0px;
  }
}
div.header-nav-rita {
  padding-bottom: 0 !important;
}
@media (min-width: 960px) and (max-width: 1340px) {
  button.nav-link a {
    height: unset;
    font-size: 1.5vw;
    padding: 10px 0.5vw;
  }
  .d-flex.align-self-end.pe-0.ps-3 {
    align-items: center;
  }

  div#nav-tab-menu .nav-link {
    padding: 10px;
  }

  .header-nav-rita {
    display: flex;
    align-items: center;
    height: 52px;
    justify-content: end;
    padding-bottom: 0 !important;
  }
  .logo-wrap {
    padding-bottom: 10px;
  }
  .lang-icon {
    margin-left: 0;
  }
  button.nav-link a {
    height: unset;
    font-size: 1.5vw;
    padding: 10px 5px;
  }
  .header-nav-rita .nav-item-pages:not(:last-child) {
    margin-right: 12px;
  }
}
@media (min-width: 1000px) {
  .catName {
    display: none;
  }
  #js-search-button {
    position: absolute;
    right: 460px;
    top: 107px;
  }
}
#js-search-button {
  display: none;
}

.global {
  padding-bottom: 7px !important;
}

.share-dropdown-menu {
  width: 180px;
  min-width: unset;
  border: unset;
  border-radius: 5px;
  margin-top: 52px !important;
  /*left: -30px !important;*/
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 4%);
  inset: 0px -30px auto auto !important;
}

.share-dropdown-menu a {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}

.page-share-button-text {
  font-family: Inter;
  color: #00b5d3;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0 !important;
}

.dropdown.dropdown-share a:hover {
  text-decoration: underline !important;
}

.dropdown.dropdown-share svg {
  transform: translateY(-1px);
}

.header .dropdown-toggle.dropdown-language::after,
.header-mobile .dropdown-toggle.dropdown-language::after {
  margin: unset;
  vertical-align: unset;
  border: unset;
  border-width: unset;
  transform: unset;
  background-image: url(../icons/dropdown_arrow.svg);
  content: " ";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 8px;
  font-size: 30px;
  font-weight: 300;
  padding-left: 23px;
  color: #002b46;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}

.header .dropdown-toggle.dropdown-language::after,
.header-mobile .dropdown-toggle.dropdown-language::after {
  height: 9px;
}


@media (min-width: 756px) and (max-width: 992px) {
  .wrap-submenu.header-left-submenu{
    width: fit-content;
  }
}


.mobile-menu-search-icon,
.search-container-no-segmented-mobile {
  display: inline-block;
  position: absolute;
  transform: translate(-40px, 1px);
}

@media (min-width: 756px) and (max-width: 1300px) {
  .wrap-submenu{
    padding-left: 16px;
  }
}


@media (max-width: 1735px) {
  .menu-trials-blue-blocks-trials-container .trial-wrapper:nth-of-type(2) {
    display: none;
  }
}



.thecrop.six-crops-display{
  width: 200px;
}

.thecrop.six-crops-display img{
  width: 180px !important;
  height: 180px !important;
}

@media (max-width: 1780px) {
  .thecrop.six-crops-display{
    width: 180px;
  }

  .thecrop.six-crops-display img{
    width: 160px !important;
    height: 160px !important;
  }
}

@media (max-width: 1660px) {
  .thecrop.six-crops-display{
    width: 140px;
  }

  .thecrop.six-crops-display img{
    width: 120px !important;
    height: 120px !important;
  }
}

@media (min-width: 1500px) and (max-width: 1550px) {
  .header-segments-wrapper{
    width: 60% !important;
  }

  .header-nav-rita{
    width: 40% !important;
  }

  .wrap-header-top .nav-pages a.nav-link,
  button.nav-link a{
    font-size: 1.3vw;
  }
}

@media (min-width: 1300px) and (max-width: 1500px) {
  .header-segments-wrapper{
    width: 60% !important;
  }

  .header-nav-rita{
    width: 40% !important;
  }

  button.nav-link a{
    font-size: 1.2vw;
  }

  .wrap-header-top .nav-pages a{
    font-size: 1.1vw;
  }
}

@media (min-width: 960px) and (max-width: 1340px){
  .wrap-header-top .nav-pages a.nav-link{
    font-size: 1.5vw;
  }
}

.social-links img[alt="youtube"],
.social-links img[alt="youtube_url"]{
  width: 34px;
  /*opacity: 0.6;*/
}

#wechat-menu-btn img{
  width: 32px;
  height: 32px;
  /*fill: white;*/
  /*background-color: #73d2e3;*/
  /*border-radius: 50%;*/
  /*padding: 3px;*/
  transition: all 0.3s ease;
}
#wechat-qr-img {
  position: absolute;
  width: 145px;
  height: 145px;
  z-index: 10;
  top: 40px;
  right: 0;
  border: solid 1px #d9d9d9;
}
#wechat-qr-img img{
    width: 100%;
    height: 100%;
}
#wechat-menu-li{
  position: relative;
}
li#wechat-menu-li:hover{
  transform: unset !important;
}
#wechat-menu-btn img:hover{
  transform: scale(1.1);
}
/*@media (min-width: 769px) {*/
/* .hide-menus {*/
/*   display: block;*/
/*   visibility: hidden;*/
/* }*/
/*}*/

@media (min-width: 768px) {
  .wrap-header-top {
    flex-wrap: nowrap;
    column-gap: 50px;
  }
  .header-segments-wrapper {
    width: max-content !important;
  }
  .header-nav-rita {
    flex-grow: 1;
  }
}
