.filter-container {
  z-index: 1;
  left: 0;
  top: 140px;
}
@media (min-width: 1921px) {
  .filter-container {
    position: absolute;
  }
}
@media (max-width: 1920px) {
  .filter-container {
    position: fixed;
  }
}

.seo_text_class {
  margin: 20px 0px; 
  width: 80%; 
  margin-left: 10%;
}
.Seo_text {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.Seo_text.expanded {
    -webkit-line-clamp: unset; /* Show all lines */
}
.toggle-Seo-button {
    margin-top: 6px;
    overflow: visible;
    position: relative;
    background-color: white;
    border: none;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ccafaf;
    font-weight: 700;
}


.filter-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdownpic {
  height: 20px;
  width: 20px;
}
.interestcontainer {
  width: 100%;
  padding: 0px 10px;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_didumean {
  font-weight: normal;
  margin-right: 10px;
}
.flex_bubbles {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.did_u_mean_text_link {
  font-weight: normal;
  letter-spacing: 1px;
  text-decoration: none;
  color: black;
  cursor: pointer;
  background-color: #f1e0e0;
  border: 1px solid #f1e0e0;
  border-radius: 30px;
}
@media (min-width: 851px) {
  .did_u_mean_text_link:hover {
    background-color: white;
  }
  .text_didumean {
    font-size: 14px;
  }
  .did_u_mean_text_link {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.first {
  margin-top: 5px;
}
.number_products{
  font-size: 14px;
  text-align: center;
  color: grey;
  letter-spacing: 2px;
}
.sidecategory {
  padding-top: 70px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidecategory .sidecategorytitle {
  font-family: Poppins, Times New Roman;
  color:  rgb(37, 35, 35);
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.spaceunderfilter {
  position: relative;
  height: 0px;
  width: 100%;
  margin-top: 2px;
} 

.backgroundshop {
  background-color: #f8f8f8;
  padding: 10px 20px;
}

.backgroundshop .innerbackground {
  background-color: white;
  margin: 10px 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  min-height: 100vh;
  position: relative;
}

@media (max-width: 849px) {
  .backgroundshop {
    background-color: #f8f8f8;
    padding: 0px;
  }
  .backgroundshop .innerbackground {
    background-color: white;
    margin: 0px;
  }
  .text_didumean {
    font-size: 12px;
    text-wrap: nowrap;
  }
  .did_u_mean_text_link {
    font-size: 12px;
    padding: 4px 8px;
  }
}

.pathtextlink {
  text-decoration: none;
  color: gray;
}
@media (min-width: 850px) {
  .pathtextlink:hover {
    border-bottom: 1px solid lightgrey;
  }
}

.patharrow {
  height: 10px;
  width: 10px;
}
.pathcontainer {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 20px;
  margin-bottom: 10px;
  justify-content: center;
}
.pathtext {
  font-size: 12px;
  cursor: pointer;
  letter-spacing: 1px;
}

.undercategorydiv {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  margin-left: 5%;
  padding-bottom: 15px;
  overflow: auto;
}
.undercategorydiv_superchilds {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  margin-left: 5%;
  padding-bottom: 15px;
  overflow: auto;
}
.undercat {
  display: block;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 1px;
  color: white;
  background-color: rgb(52, 54, 61);
  border: 1px solid rgb(52, 54, 61);
  border-radius: 30px;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  text-wrap: nowrap;
}
@media (min-width: 851px) {
  .undercat:hover {
    background-color: white;
    color: black;
  }
}
.undercat_superchilds {
  display: block;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 1px;
  color: black;
  background-color: #f1e0e0;
  border: 1px solid #f1e0e0;
  border-radius: 30px;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  text-wrap: nowrap;
}
@media (min-width: 851px) {
  .undercat_superchilds:hover {
    background-color: white;
  }
}
.filled_in {
  background-color: white;
}

.searchblock {
  display: none;
}

.filter_dropdown {
  display: none;
}

.all_dropdowns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
  gap: 5px;
  margin-top: 5px;
  background-color: white;
  box-shadow: 0 0 10px lightgrey;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
  width: 250px;
}

.dropdownparts {
  text-align: center;
  min-width: 150px;
  padding: 10px 0px;
}

.filtertitle {
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px;
  width: 100%;
  border: 1px solid #f1e0e0;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
.button_filterform {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filterbutton {
  text-align: center;
  background-color: rgb(52, 54, 61);
  color: white;
  padding: 6px 20px;
  cursor: pointer;
  letter-spacing: 2px;
  font-size: 12px;
  margin-top: 5px;
  border: none;
  border-radius: 20px;
  font-weight: normal;
}

.flexcheck {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  margin-bottom: 2px;
}

.manufacturer-search-container {
  margin-bottom: 7px;
}
.input_design {
  letter-spacing: 1px;
  width: 100%;
  font-size: 12px;
  color: black;
  background-color: white;
  border: none;
  border-bottom: 2px solid lightgrey;
  padding: 3px 5px;
}
input:focus {
  outline: none;
}
.midline {
  border-left: 1px solid lightgrey;
  width: 1px;
}

.looplists {
  overflow-y: auto;
  padding-right: 8px;
  margin-right: 5px;
  box-sizing: border-box;
  height: auto;
  max-height: 25vh;
  text-align: left;
  box-shadow: inset 0 0 5px lightgrey;
  border-radius: 10px;
  padding: 10px;
}

.labeltext {
  font-size: 12px;
  letter-spacing: 1px;
  padding-left: 5px;
}

.trash {
  border: none;
  cursor: pointer;
  background-color: transparent;
  font-size: 12px;
  margin-top: 5px;
  color: black;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
}


input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid lightgrey; /* Default border color */
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  outline: none;
  background-color: white; /* Ensure initial background color is white */
  transition: background-color 0.1s, border-color 0.1s;
}

/* Custom style for checked state */
input[type="checkbox"]:checked {
  background-color: #f1e0e0; /* Change this to your desired color */
  border-color: #f1e0e0; /* Border color when checked */
}

.instorecheckbox {
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding-top: 15px;
  border-top: 1px solid lightgrey;
}
.instoretxt {
  font-size: 12px;
  margin-right: 10px;
  letter-spacing: 0.5px;
}