/*in header css must change*/
.product-finder .form-group.has-search span::before {
  /* margin-left: 6px; */
  height: 24px;
  width: 24px;
  display: block;
  content: "";
  background: url(../images/icons/search_grey_24dp.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn.btn-outline-primary.filter-btn:before {
  margin-inline-start: 8px;
  margin-inline-end: 11px;
  height: 18px;
  width: 18px;
  display: block;
  content: "";
  background: url(../images/icons/filter.svg);
  background-position: center;
}

.product-finder .form-group.has-search.search-mobile span::before {
  margin-inline-start: 8px;
  height: 18px;
  width: 18px;
  display: block;
  content: "";
  background: url(../images/icons/search_blue.svg);
  background-position: center;
}

.form-group.has-search.search-mobile {
  /* display: flex; */
  display: none;
  align-items: center;
  margin-inline-start: 0;
}

.product-finder .form-group.has-search.search-mobile span {
  z-index: 9;
  margin-inline-end: -26px;
}

input.form-control.form-search-mobile {
  border-radius: 5px;
  border: 1px solid#a8a8a8;
  line-height: 1.5;
}

.product-finder .form-group.has-search span {
  z-index: 9;
  margin-inline-end: -22px;
  position: absolute;
  margin-inline-start: 15px;
}

.product-finder .form-group.has-search span.search-icon-index {
  z-index: 0;
}

.product-finder .form-control {
  line-height: 1.7;
}

.form-group.has-search input:focus {
  border: 1px solid #676a6e;
  border-bottom: 1px solid #676a6e !important;
  border-radius: 0.25rem;
}

/*  SECTION FILTER-PRODUCTS */

.filter-title {
  font-size: 18px;
  color: var(--dark-blue);
  line-height: 1.56;
  font-family: 'Inter';
}

.select-item {
width: fit-content;
  display: none;
}

.select2-container {
  display: flex;
  align-items: center;
  min-width: fit-content;
  /* max-width: 204px; */
  /* inset-inline-start: 8px; */
}
.section-filter-products span.select2-container.select2-container--default.select2-container--open{
  inset-inline-start: 0px;
  left:unset !important;
  right: unset !important;
  width: calc(100% - 16px)
}
.section-title.most-popular {
  margin-top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #00b5d3 transparent transparent transparent !important;
  position: static !important;
  margin: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color: transparent transparent #00b5d3 transparent !important;
}

.select2-container--default .select2-selection--single {
  min-height: 50px;
  display: flex !important;
  align-items: center;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 0 16px;
  gap:8px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px !important;
  inset-inline-end: 8px !important;
  width: 10px;
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #002b46 !important;
  font-size: 18px;
}

li.select2-results__option {
  display: flex;
  justify-content: start;
  align-items: flex-start;
}

.select2-results__option {
  padding-inline-end: 20px;
  vertical-align: middle;
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: start;
  color: #002b46 !important;
  margin-bottom: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none !important;
}

.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 18px;
  min-width: 18px;
  border: 2px solid #00b5d3;
  background-color: #fff;
  margin-inline-end: 10px;
  vertical-align: middle;
  border-radius: 3px;
  line-height: 19px;
}

.select2-results__option.select2-results__option--selected:before {
  font-family: fontAwesome;
  content: "";
  color: #fff;
  background: url(../images/icons/check-solid.svg);
  background-size: 19px 19px;
  background-repeat: no-repeat;
  background-color: #00b5d3;
  border: 0;
  display: inline-block;
  padding-inline-start: 3px;
  -webkit-text-stroke: 2px #00b5d3;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fff !important;
  border: 0 !important;
  display: none !important;

}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eaeaeb;
  color: #272727;
}

.select2-container--default .select2-selection--multiple {
  margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #00b5d3;
  border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
  border-width: 2px;
}

.section-filter-products .select2-container--open .select2-dropdown--below {
  border-radius: 2px;
  /*box-shadow: 0 0 10px rgba(0,0,0,0.5);*/
  margin-top: 5px;
  border-top: 1px solid #aaa;
  border-radius: 2px;
  min-width: 100% !important;
  max-width: 239px;
  width: max-content !important;
}
.section-filter-products .select2-container--open .select2-dropdown--above {
  /* border: solid 1px#868383; */
  /* border-radius: 0; */
  min-width: 100% !important;
  max-width: 239px;
  width: max-content !important;
top:-5px;
border-bottom: 1px solid #aaaaaa
;
}
/* .select2-container--open .select2-dropdown{
  inset-inline-start: 8px;
} */
/* attachBody merges .select2-container--open onto the .select2-dropdown node; stock Select2
   uses .select2-container--open .select2-dropdown { left: 0 } which never matches that case. */
.select2-dropdown.select2-container--open {
  left: 0 !important;
}

.select2-selection .select2-selection--multiple:after {
  content: "hhghgh";
}

/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
  display: none;
}

.select-icon .placeholder {
  display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected="true"]:before {
  display: none !important;
}

.select-icon .select2-search--dropdown {
  /* display: none; */
}

:dir(rtl) .select-icon .select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff !important;
  color: #002b46 !important;
}

.alert-not-result h5 {
  display: none;
  padding: 40px 0;
  opacity: 0.7;
  font-size: 24px;
  line-height: 1.33;
  color: #002c45;
}

/* SECTION FERTILIZER*/

.main-title {
  font-family: Inter;
  font-size: 54px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: start;
  color: #002b46;
}

/* SECTION FERTILIZER (shared title styles; heading lives under tabs in .section-brand-navigation) */

.section-fertilizer {
  background-color: #f8f8f8;
}

.product-finder .product-finder-page-heading {
  /* margin-top: 4px; */
  padding-top: 40px;
  padding-bottom: 40px;
  /* padding-inline: 20px; */
}

@media (max-width: 768px) {
  .product-finder .product-finder-page-heading {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-inline: 20px;
  }
}

.product-finder .product-finder-page-title {
  width: 100%;
}

/* Divider under tabs: row is inside .container; line spans full viewport */
.product-finder .section-brand-navigation .nav-bar-row.search-and-navigation-container {
  position: relative;
}

.product-finder .section-brand-navigation .nav-bar-row.search-and-navigation-container::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-inline-start: -50vw;
  bottom: 0;
  border-top: 1px solid rgba(0, 43, 70, 0.08);
  pointer-events: none;
  box-sizing: border-box;
}

.product-finder .section-fertilizer-title {
  font-size: 54px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: start;
  color: #002b46;
}

/* SECTION BRAND_NAVIGATION*/

.section-brand-navigation {
  background-color: #f8f8f8;
  /* border-bottom: 1px solid rgba(0, 43, 70, 0.2); */
  padding-top: 0;
}

.section-filter-products {
  margin-bottom: 40px;
  /* min-height: 141px; */
  padding-top: 32px;
}

@media (min-width: 768px) {
  .section-filter-products.filters .filter-products-wrap {
    align-items: flex-end;
    --bs-gutter-x: 16px;
    row-gap: 16px;
  }

  .section-filter-products.filters .filter-products-wrap>.filter-title {
    flex: 1 0 100%;
  }

  .section-filter-products.filters .filter-row-search-item {
    display: flex;
    align-items: flex-end;
    /* flex: 0 1 240px; */
    min-width: 0;
    max-width: fit-content;
    /* margin-bottom: 10px;
    margin-inline-end: 16px; */
  }

  .section-filter-products.filters .filter-row-search-item .form-group.has-search {
    width: 100%;
    max-width: 240px;
    position: relative;
    inset-inline-end: auto;
    top: auto;
  }

  .section-filter-products.filters .filter-row-search-item .form-group.has-search input {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    padding-inline-start: 35px;
    padding-inline-end: 12px;
    line-height: 50px;
  }
}

/* .brand-navigation .nav-link:hover {
  color: var(--blue);
  background-color: unset;
  border: 0;
  border-bottom: 3px solid;
} */

.brandsNavTitle {
  color: #00b5d3 !important;
  border-bottom: 3px solid #00b5d3 !important;
}

.products-nav-title:hover {
  color: #00b5d3 !important;
  border-bottom: 3px solid #00b5d3 !important;
}

.brand-navigation .nav-item:not(:last-child) {
  margin-inline-end: 64px;
}

@media (max-width: 768px) {
  .brand-navigation .nav-item:not(:last-child) {
    margin-inline-end: 0;
  }
}

.brand-navigation .nav-link,
.brand-navigation .nav-link:focus {
  color: #002c45;
  font-size: 24px;
  font-family: "Inter";
  /* padding: 6px 0; */
  border: 0;
  border-bottom: 3px solid transparent;
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 2px !important;
}

/* SECTION BRAND_NAVIGATION_MOBILE*/

.brand-navigation-mobile-list {
  max-height: 180px;
}

.brand-navigation-mobile-title,
.brand-navigation-mobile-item a {
  padding-inline-start: 0;
  font-size: 16px;
  line-height: 1.44;
  color: #002b46;
}

/* SECTION BRANDS LIST */

.brands.desc-product-tab-container {
  row-gap: 24px;
  padding: 0 12px;
}

.portfolio-popular-brands {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

@media (max-width: 768px) {
  .brands.desc-product-tab-container {
    row-gap: 20px;
  }

  .portfolio-popular-brands {
    row-gap: 20px;
  }
}

.portfolio-popular-brands-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.portfolio-popular-brands-item a {
  position: relative;
  display: block;
  border-radius: 5px;
  padding-block: 15px 20px;
  padding-inline: 25px 55px;
  background-color: rgba(0, 181, 211, 0.1);
}

.portfolio-popular-brands-item a::before {
  content: "";
  background-image: url("../images/icons/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  inset-inline-end: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  height: 25px;
  width: 15px;
}

.portfolio-popular-brands-item a.rtl-arrow::before {
  transform: translateY(-50%) rotate(180deg);
}

.brand-item-text {
  color: #002c46;
  margin-bottom: 0;
  margin-inline-start: 50px;
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portfolio-popular-brands-item-labels {
  float: inline-end;
  /* height: 100%; */
  padding-top: 10px;
}

.brands-item-labels-item {
  display: inline-block;
}

.brands-item-labels-item:not(:last-of-type) {
  margin-inline-end: 15px;
}

.brands-item-labels-item p {
  font-size: 18px;
  margin-bottom: 0;
  color: #00b5d3;
  background-color: #c3eef6;
  padding: 5px 10px;
  letter-spacing: 0.5px;
  border-radius: 5px;
  max-width: 210px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section-all-brands {
  /* padding-top: 30px; */
  margin-bottom: 65px;
}

.portfolio-brands-list {
  margin-bottom: 60px;
}

/* SECTION PRODACTS LIST */

.title-category {
  margin-bottom: 32px;
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: start;
  color: #002b46;
}

.portfolio-load-more-block {
  padding-top: 40px !important;
}

.title-load-more {
  opacity: 0.5;
  font-size: 18px;
  line-height: 1.06;
  color: #002c45;
  font-family: Inter;
}

.title-read-more {
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-blue);
}

.result-products-list {
  display: none;
}

/* SECTION BANNER */

.section-portfolio-banner-wrapper {
  margin-bottom: 65px;
}

.section-portfolio-banner {
  color: #ffffff;
  border-radius: 5px;
  padding: 23px;
  background-color: #00b5d3;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-portfolio-banner .row {
  max-width: 670px;
  margin: 0 auto;
}

.section-portfolio-banner-text,
.section-portfolio-banner-button {
  display: inline-block;
  vertical-align: bottom;
  display: flex;
  align-items: flex-start;
}

.section-portfolio-banner-text * {
  display: inline-block;
  vertical-align: top;
}

.section-portfolio-banner-text img {
  filter: brightness(0) invert(1);
  margin-inline-end: 18px;
}

.section-portfolio-banner-text p {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 0;
  max-width: 364px;
}

.section-portfolio-banner .col-md-4 {
  text-align: end !important;
}

.section-portfolio-banner-button {
  font-size: 18px;
  color: #00b5d3;
  background-color: #ffffff;
  min-height: 50px;
  min-width: 170px;
  max-width: 255px;
  text-align: center;
  border-radius: 5px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* SECTION TESTEMONIAL_PRODUCTS */

.product-finder .wrap-testemonial-products .btn-white {
  background-color: transparent;
}

.section-testemonial-products {
  padding: 3vw 0;
}

.title-testemonial-product {
  font-family: "Inter";
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: start;
  color: var(--dark-blue);
}

.testemonial-logo {
  max-width: 66px;
  height: 74px;
  object-fit: contain;
}

.testemonial-desc {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: start;
  color: var(--dark-blue);
}

.item-testemonial-product {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
}

.section-title {
  /* margin-top: 30px; */
  /* padding-inline-start: 4px; */
}

.portfolio-popular-brands-item a {
  border-bottom: 1px solid #fff;
}

.portfolio-popular-brands-item a:hover {
  border-bottom: 1px solid #ddd;
  transition: 0.1s;
  cursor: pointer;
}

/* ------------ mobile -------------- */
@media (max-width: 767px) {
  .brand-item-text {
    margin-bottom: 20px;
    margin-inline-start: 0 !important;
  }
}

@media (max-width: 768px) {
  .products-brands {
    width: 100%;
    padding-top: 0;
  }

  .section-brand-navigation-container {
    padding-inline-start: 0;
    padding-inline-end: 0;
  }

  .section-filter-products {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0;
    background-color: #fff;
  }

  .main-title {
    font-size: 30px;
    font-weight: normal;
  }

  .portfolio-popular-brands-item-labels {
    float: none;
  }

  .portfolio-popular-brands-item a {
    padding-block: 25px;
    padding-inline: 25px 70px;
  }

  .portfolio-popular-brands-item:not(:last-of-type) {
    margin-bottom: 25px;
  }

  .brands-item-labels-item:not(:last-of-type) {
    margin-inline-end: 10px;
  }

  .brands-item-labels-item {
    margin-bottom: 5px;
  }

  .brands-item-labels-item p {
    font-size: 16px;
    padding: 6px 15px;
  }

  .section-portfolio-banner-wrapper .container {
    padding: 0;
    max-width: 100%;
  }

  .section-portfolio-banner {
    border-radius: 0;
    padding: 32px 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .brand-item-text {
    margin-top: 10px;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: start;
    color: #002b46;

  }

  .section-portfolio-banner-text,
  .section-portfolio-banner-button {
    /* display: block; */
  }

  .section-portfolio-banner-text {
    margin-bottom: 40px;
  }

  .section-portfolio-banner-text p {
    font-size: 28px;
    max-width: calc(100% - 60px);
  }

  .section-portfolio-banner-text p br {
    display: none;
  }

  .section-portfolio-banner-button {
    width: 100%;
    font-weight: 500;
  }

  main.main-content.product-finder {
    background: #f8f8f8;
  }

  /* SECTION BRAND_NAVIGATION */
  .section-brand-navigation {
    /* padding-top: 10px; */
  }

  .brand-navigation .nav-link {
    font-size: 16px;
    text-align: center;
  }

  .brand-navigation ul.navbar-nav {
    width: 100%;
  }

  .brand-navigation ul.navbar-nav li.nav-item {
    flex-basis: 50%;
  }

  .product-finder .section-fertilizer-title {
    font-size: 30px;
    line-height: normal;
  }

  /* MOBILE FILTERES */
  .mibile-filter-container,
  .mobile-filter-container {
    /* margin-top: 30px; */
  }

  .btn.btn-outline-primary.filter-btn {
    align-items: center;
    justify-content: start;
    color: #a8a8a8;
    border-radius: 5px;
    border: 1px solid#a8a8a8 !important;
    background-color: #fff !important;
    /* margin-bottom: 12px; */
    min-height: 48px;
    /* width: 122% !important; */
    font-family: Inter;
  }

  .btn-outline-primary.filter-btn:focus {
    box-shadow: 0 0 0 0.25rem transparent;
  }

  .btn.btn-outline-primary.filter-btn:before {
    margin-inline-start: 8px;
    margin-inline-end: 11px;
    height: 18px;
    width: 18px;
    display: block;
    content: "";
    background: url(../images/icons/filter.svg);
    background-position: center;
  }

  .product-finder .mibile-filter-container .filter-btn.filter-btn--icon-only,
  .product-finder .mobile-filter-container .filter-btn.filter-btn--icon-only {
    width: 48px;
    min-width: 48px;
    max-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    justify-content: center;
  }

  .product-finder .mibile-filter-container .filter-btn.filter-btn--icon-only::before,
  .product-finder .mobile-filter-container .filter-btn.filter-btn--icon-only::before {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }

  /* Mobile search: same as desktop filter row—icon over input, not beside */
  .mibile-filter-container .mobile-search-bar-container .form-group.has-search,
  .mobile-filter-container .mobile-search-bar-container .form-group.has-search {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    inset-inline: unset;
    top: unset;
  }

  .select2-container--default .select2-selection--single{
    justify-content: space-between;
  }

  .mibile-filter-container .mobile-search-bar-container .form-group.has-search .form-control-feedback,
  .mobile-filter-container .mobile-search-bar-container .form-group.has-search .form-control-feedback {
    position: absolute;
    inset-inline-start: 15px;
    inset-inline-end: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    margin: 0;
    pointer-events: none;
  }

  .product-finder .mibile-filter-container .mobile-search-bar-container .form-group.has-search span.search-icon-index,
  .product-finder .mobile-filter-container .mobile-search-bar-container .form-group.has-search span.search-icon-index {
    z-index: 1;
  }



  .mibile-filter-container .mobile-search-bar-container .form-group.has-search .form-control,
  .mobile-filter-container .mobile-search-bar-container .form-group.has-search .form-control {
    width: 100%;
    max-width: 100%;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    box-sizing: border-box;
    padding-block: 0;
    padding-inline: 47px 12px !important;
    line-height: 48px;
  }

  .product-finder .form-group.has-search.search-mobile span::before {
    margin-inline-start: 0;
    height: 100%;
    width: 100%;
    display: block;
    content: "";
    background: url(../images/icons/search_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
  }

  .form-group.has-search.search-mobile {
    display: flex;
    align-items: center;
    margin-inline-start: 0;
  }

  .product-finder .form-group.has-search.search-mobile span {
    position: unset;
    z-index: 0;
    margin-inline-end: -26px;
    height: 48px;
    width: 48px;
    border-radius: 5px;
    border: 1px solid #a8a8a8;
    background-color: #fff;
    transform: translateX(-14px);
    margin-inline-start: 0;
  }

  :dir(rtl) .product-finder .form-group.has-search.search-mobile span {
    transform: translateX(14px);
  }

  input.form-control.form-search-mobile {
    border-radius: 5px;
    border: 1px solid#a8a8a8;
    line-height: 1.5;
  }

  .sortBy-radio .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
  }

  html:has(.modal.filters-brands.show) {
    overflow-y: hidden;
  }

  /*Modal filters*/

  .filters-products .modal-header,
  .modal-sortby .modal-header {
    font-size: 20px;
    line-height: 1.4;
    text-align: start;
    color: #002c45;
    border-bottom: 0;
  }

  .filters-products .modal-footer,
  .modal-sortby .modal-footer {
    border-top: 0 none;
  }

  .clearResultMobileWrap {
    width: fit-content;
  }

  .btn-clear {
    color: #00b5d3;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: start;
    text-underline-offset: 1px;
  }

  #accordionFiltersMobile .accordion-body {
    padding: 0;
    /* padding-top: 18px; */
    padding-inline-start: 30px;
  }

  #accordionFiltersMobile button.accordion-button {
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: start;
    color: #002c45;
    padding-top: 20px;
  }

  .form-check.form-filters-mobile {
    margin-bottom: 10px;
  }

  .form-check.form-filters-mobile input {
    width: 18px;
    height: 18px;
    border: 2px solid#00b5d3 !important;
    border-radius: 0 !important;
  }

  .form-check.form-filters-mobile label {
    margin-inline-start: 8px;
    font-family: Inter;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: start;
    color: #002b46;
  }

  .form-filters-mobile .form-check-input:checked {
    background-color: #00b5d3 !important;
    border-color: #00b5d3 !important;
    -webkit-text-stroke: 2px#00b5d3;
  }

  .btn-submit-filter {
    font-family: "Inter";
    font-size: 16px;
    line-height: 1.31;
    color: #fff;
    background-color: #00b5d3;
    border-radius: 5px;
    height: 48px;
    border: none;
  }

  .filter-btn:focus {
    box-shadow: 0;
  }

  form.sortBy-checkbox .form-check:not(:last-child) {
    margin-bottom: 32px;
  }

  /* SECTION PRODACTS LIST */

  section.section-products-list.filters.section-pt-120 {
    padding-top: 32px;
  }

  .title-category {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
    margin-top: 0;
  }

  .filters .accordion-button {
    padding: 0;
    font-size: 16px;
  }

  .filters .accordion-button.collapsed,
  .filters .accordion-item:last-of-type .accordion-button.collapsed {
    /* padding-bottom: 16px; */
    margin-bottom: 16px;
    padding-top: 16px;
    border-top: 1px solid #d9dfe3;
    border-radius: 0;
    padding-bottom: 0;
  }

  .filters .accordion-button.collapsed,
  .filters .accordion-button:not(.collapsed) {
    background-color: transparent;
  }

  .filters .accordion-button {
    font-size: 16px;
  }

  .filters .accordion-body p {
    padding-inline-start: 0;
  }

  .filters .btn-white {
    max-width: 100%;
  }

  .bold-mobile {
    font-weight: bold;
  }

  .filters .section-intro-text .read-more-dark {
    padding-inline-start: 30px;
  }

  .sort-by svg {
    transform: rotate(90deg);
  }

  /*SECTION TESTEMONIAL_PRODUCTS*/

  .section-testemonial-products {
    padding-top: 40px;
  }

  .item-testemonial-product {
    flex-basis: 100%;
  }

  .item-testemonial-product:not(:last-child) {
    margin-bottom: 40px;
  }

  .title-testemonial-product {
    font-size: 24px;
  }

  .testemonial-desc {
    font-size: 16px;
  }

  .testemonial-logo {
    max-width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .section-testemonial-products .item-testemonial-product a.btn-white {
    max-width: 100%;
  }

  .section-title.most-popular {
    margin-top: 0;
    padding-inline-start: 0;
  }
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: start;
  color: #002b46;
  padding-inline-start: 15px;
  margin-bottom: 0;
  padding: 0 !important;
}

.section-filter-products.filters .select2-container--default .select2-selection--single .select2-selection__rendered li {
  /* padding-inline-end: 10px; */
}

@media (min-width: 1000px) {
  .form-group.has-search {
    min-width: 240px;
  }

  .section-filter-products.filters .filter-row-search-item .form-group.has-search {
    min-width: 0;
    max-width: 240px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .brand-item-text {
    margin-inline-start: 70px;
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: start;
    color: #002b46;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .mibile-filter-container .form-group.has-search {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mibile-filter-container .filter-btn {
    width: 50% !important;
    margin-top: 20px;
  }

  .mibile-filter-container .form-group.has-search input {
    width: 30%;
    inset-inline-start: 10%;
  }

}

@media (max-width: 800px) {
  .form-group.has-search.search-mobile {
    /* display: none !important; */
    position: unset;
    margin-inline-end: 0;
    width: 48px;
  }

  .section-filter-products {
    min-height: unset;
  }

  .products-list-page {
    /* background: white; */
  }
}

.select2-results *::-webkit-scrollbar,
.modal *::-webkit-scrollbar {
  all: initial !important;
  width: 8px !important;
  background: #ebebeb !important;
}

.select2-results *::-webkit-scrollbar-thumb,
.modal *::-webkit-scrollbar-thumb {
  all: initial !important;
  background: #c9c9c9 !important;
  /* border-radius: 5px !important; */
}

.modal-header {
  border-bottom: none;
  border-radius: 0 !important;
  padding-bottom: 8px;
}

.accordion-collapse {
  max-height: 192px;
  overflow-y: scroll;
}

.modal.show .modal-dialog {
  max-width: 100%;
}

.modal.filters-brands {
  /* background-color: rgba(255, 255, 255, 0.5); */
  background-color: transparent;
}

.filters-brands .modal-content {
  border-radius: 10px;
  min-height: 92%;
  box-sizing: border-box;
  bottom: 0;
  position: absolute;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.16);
}

.filters-brands .modal-footer {
  padding-bottom: 40px;
  border-top: none;
}

.modal .accordion-item {
  margin: 0px;
}

.filters .accordion-button {
  border-top: 1px solid #d9dfe3;
  padding-top: 16px;
  border-radius: 0 !important;
}

.filters .accordion-button[aria-expanded="true"] {
  padding-bottom: 18px;
}

.form-check-input:checked[type="checkbox"] {
  background-size: 20px 20px;
}

.form-group.has-search input {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: start;
  color: #002b46;
  padding-block: 15px;
  padding-inline: 47px 15px !important;
  max-height: 50px;
}

@media (max-width: 768px) {
  .form-group.has-search input {
    font-size: 16px;
  }
}

.form-group.has-search #app-search::placeholder,
.form-group.has-search #app-search-mobile::placeholder {
  color: #a8a8a8;
}

.form-group.has-search input:focus {
  border-bottom: 1px solid red;
}

.search-field {
  margin-bottom: 11.5px;

}

.search-and-navigation-container {
  align-items: flex-end;
}

.nav-bar-container {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .nav-bar-container {
    padding-top: 4px;
  }
}

.banner-button-container {
  margin-inline-start: 78px;
}

.banner-button-container .banner-text {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .section-portfolio-banner-wrapper {
    margin-bottom: 0;
  }

  .banner-button-container {
    margin-inline-start: 0;
  }
}

@media (max-width: 768px) {
  .section-brand-navigation .brand-navigation .nav-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
  }

  .productsNavTitle {
    border-bottom: 4px solid var(--blue) !important;
  }

  .brandsNavTitle {
    padding-bottom: 5px !important;
  }

  .modal.filters-brands .modal-title {
    font-family: Inter;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #002c45;
  }

  .modal.filters-brands .modal-header .btn-close {
    opacity: 1;
    background: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../icons/close-icon.png);
    width: 10px;
    background-size: cover;
    margin-inline-start: 0;
  }

  .modal.filters-brands .modal-header .modal-close-button-contianer {
    width: 37.7px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
}

.select2-search--dropdown {
  /*display: none;*/
  margin-bottom: 5px;
}

.select2-search__field {
  font-family: Inter;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: start;
  color: #002b46;
}

:dir(rtl) .select2-search--dropdown {
  display: none;
}

.modal.filters-brands .accordion-button::before {
  margin-inline-start: 20px;
}

.modal.filters-brands .filter-checkbox {
  padding-inline-start: 31px;
}

.btn-clear:focus,
.btn-clear:hover,
.btn-clear:visited {
  color: #00b5d3;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: start;
  text-underline-offset: 1px;
  outline: none !important;
  box-shadow: none !important;
}

.modal-backdrop {
  background: none !important;
}

@media (max-width: 768px) {
  .section-all-brands {
    background-color: #fdfdfd;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .portfolio-brands-list {
    background: #fdfdfd;
    margin-bottom: 0;
    padding-bottom: 45px;
  }
}


.form-group.has-search.mobile-search-bar {
  display: none;
  /* top: 150px; */
  width: 100%;
  inset-inline-end: 0;
  margin-inline-end: 9px;
  position: unset;
  margin-top: 12px;
}


.mobile-search-bar .fa.fa-search.form-control-feedback {
  /* height: 100%; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin-inline-start: 6px;
}

.form-group.has-search input {
  border-radius: 5px;
  border: 1px solid #a8a8a8;
  background-color: #fff;
}

.brands-mobile-search.search-field {
  margin: 0;
}

@media (max-width: 768px) {
  .products-desktop-search {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .container.section-brand-navigation-container .nav-bar-container {
    padding-top: 0;
  }
}

@media (min-width:768px) and (max-width:769px) {
  .brand-item-text-container {
    width: 100%;
  }

  .container.section-brand-navigation-container .nav-bar-container {
    padding-top: 6px;
  }

}

@media (max-width: 768px) {
  .section-title {
    padding-inline-start: 0;
  }

  .brands-mobile-search.search-field {
    margin-top: 12px;
  }
}

button.btn.btn-primary.btn-submit-filter:focus,
button.btn.btn-primary.btn-submit-filter:focus {
  background-color: #00b5d3;
  box-shadow: none;
}


.select2-dropdown .select2-search--dropdown {
  padding: 6px;
  margin-bottom: 0;
}

.select2-search--dropdown .select2-search__field {
  border: solid 1px #909090;
}


.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 7px;
}

.select2-dropdown .select2-search--dropdown:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.49' height='17.49' viewBox='0 0 17.49 17.49'%3E%3Cpath data-name='Path 718' d='M15.5 14h-.79l-.28-.27a6.51 6.51 0 1 0-.7.7l.27.28v.79l5 4.99L20.49 19zm-6 0A4.5 4.5 0 1 1 14 9.5 4.494 4.494 0 0 1 9.5 14z' transform='translate(-3 -3)' style='fill:%23132b44'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  top: 14px;
  inset-inline-end: 17px;
  width: 17.5px;
  height: 17.5px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  min-width: 140px;
}


.select2-results__option[aria-live="assertive"] {
  padding-inline-start: 6px !important;
}

.select2-results__option[aria-live="assertive"]:before {
  display: none;
}

.no-results-text div {
  opacity: 0.7;
  font-family: Inter;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  letter-spacing: normal;
  text-align: start;
  color: #002b46;
  padding-block: 0 40px;
  padding-inline: 12px;
}

@media (max-width: 768px) {
  .no-results-text div {
    font-size: 18px;
    padding: 24px;
  }

  .portfolio-load-more-block {
    padding-block: 0;
    padding-inline: 20px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .section-breadcrumb-nav {
    padding-inline-start: 35px;
  }

  .section-brand-navigation .product-finder-page-heading>div {
    padding-inline-start: 10px;
  }
}