#categoryReference {
  position: relative;
  text-align: center;
  font-weight: 900;
  margin-top: 60px;
  color: #58595b;
  letter-spacing: 1px;
  font-size: 20px;
  margin-bottom: 50px;
}

.closed {
  display: none;
}
#titleContainer {
  margin-bottom: 10px;
}

.priceFilter {
  margin-bottom: 10px;
  text-align: left;
  margin-left: 10px;
  /* position: absolute; */
  margin-top: 13px;
  font-weight: 700;
}

.priceFilter:first-of-type {
  margin-top: 18px;
}

.selectedSubfilter {
  font-weight: 900 !important;
  color: #515151 !important;
}

#leftProductsContent {
  background-color: white;
  position: fixed;
  height: calc(100vh - 65px);
  width: 385px;
  top: 4px;
  right: -385px;
  margin-top: 88px;
  color: #4d5550;
  z-index: 9;
  overflow-y: auto;
  box-shadow: -7px 20px 18px rgb(0 0 0 / 10%);
  -moz-transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
  -webkit-transition: right 0.5s ease-in-out, left 0.05s ease-in-out;
  -moz-transition: right 0.5s ease-in-out, left 0.05s ease-in-out;
  -o-transition: right 0.5s ease-in-out, left 0.05s ease-in-out;
  transition: right 0.5s ease-in-out, left 0.05s ease-in-out;
}

.filterHeader {
  height: 70px;
}

.filterTitle {
  width: 93%;
  text-align: center;
  position: relative;
  line-height: 70px;
  font-size: 17px;
  float: left;
  /* text-indent: 16%; */
  margin-top: 0px;
}

#closeFilter {
  float: left;
  width: fit-content;
  line-height: 70px;
  font-size: 30px;
  cursor: pointer;
  /* margin-top: 30px; */
}

#closeFilterWindow {
  display: none;
  position: fixed;
  width: calc(100% - 380px);
  height: 100%;
  background: transparent;
  z-index: 9;
  top: 0;
  left: 0;
}

#filters {
  width: 100%;
  /* margin-left: 45px; */
  height: auto;
  float: left;
  display: flex;
  position: relative;
  margin-top: 24px;

  margin-bottom: 25px;
}

#hiddenFilters {
  width: 90%;
  /* margin-left: 45px; */
  height: auto;
  float: left;
  display: block;
  position: relative;
  margin-top: 0px;
}

#cartInfo {
  margin-top: 10px;
  width: 150px;
  margin-left: 42px;
  float: left;
  background-color: #f7f7f7;
  padding: 10px;
}

.filterName {
  position: relative;
  width: 90%;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 28px;
  font-weight: 700;
  height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  float: left;
  padding-left: 20px;
}

.selectedCatOne {
  color: #999999;
  /* font-weight: 900; */
  /* height: 20px; */
  /* width: auto; */
}

.filterName:hover {
  color: #686767;
  font-weight: 900;
}

.catOneArrow {
  float: right;
  transition: 0.2s transfrom;
  position: relative;
  height: 9px;
  width: auto;
  margin-top: 18px;
  left: 12px;
  fill: #999999;
}

.subfilterName {
  position: relative;
  color: #999999;
  font-weight: 300;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 8px;
  cursor: pointer;
  width: fit-content;
  text-indent: 15px;
}

.selectedSpec .subfilterName,
.subfilterName:hover {
  font-weight: 900 !important;
  color: #515151 !important;
}

.categoryDiv {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  z-index: 8;
}

.filtersContainer {
  height: 0px;
  display: none;
}

.openFilter {
  right: 0px !important;
}

.catTwoArrow {
  margin-top: 7px;
  cursor: pointer;
}

.catTwoArrow.open {
  transform: rotate(90deg);
}

#category-brandFilterArrow {
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  width: 100%;
}

.categoryName:hover {
  font-weight: 700;
}

.subcategoryDiv {
  width: 100%;
  height: auto;
}

.categoryName {
  float: left;
  margin-top: 8px;
  width: 100%;
  max-width: 90%;
  padding-left: 4px;
  height: 10px;
  /* margin-bottom: 20px; */
}

.catLevelThree {
  margin-left: 25px;
}

.categoryProducts {
  float: right;
  color: #58595b;
  font-weight: 300;
  font-size: 15px;
}

.subcategoryName {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
}

.subcategoryName:first-letter {
  text-transform: capitalize;
}

.openCategory {
  margin-top: 18px;
  float: right;
  cursor: pointer;
}

.subFilter {
  font-size: 12px;
  font-weight: 300;
  height: auto;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.filter {
  margin-bottom: 10px;
  height: auto;
  float: left;
  width: 100%;
}

#rightProductsContent {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  /* margin-top: 70px; */
  margin-bottom: 30px;
}

.widthContainer {
  width: 95%;
  min-height: calc(100vh - 386px) !important;
  min-width: 1100px;
  max-width: 1350px;
  height: fit-content;
  margin-bottom: 0px;
  top: 30px;
}

.filter {
  flex: 1;
  position: initial;
  float: left;
  width: 100%;
  height: 43px;
  margin-right: 15px;
  background-color: #f6f5f3;
  color: #999999;
  margin-bottom: 5px;
}

.filterNameText {
  line-height: 42px;
  margin-left: 0px;
  color: #999999;
  text-transform: uppercase;
}

.filterNameArrow {
  position: relative;
  width: 11px;
  float: right;
  bottom: 25px;
  right: 20px;
}

#horizontalImage {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

#noProducts {
  position: relative;
  color: #58595b;
  width: 100%;
  text-align: center;
  float: left;
}

#priceFilterName {
  font-size: 14px;
  text-indent: 1px;
  height: 30px;
  width: 90%;
}

.whiteContainer {
  background-color: #f6f5f3;
  position: absolute;
  overflow: hidden;
  width: 42%;
  top: 50px;
}

.brandDiv {
  background-color: #fafafa;
  height: 20px;
  line-height: 22px;
}

#filterBrandName {
  line-height: 32px;
  text-transform: capitalize;
  text-indent: 12px;
  margin-top: 0px;
  background-color: white;
  margin-bottom: 0px;
  height: 30px;
  font-size: 14px;
}

.filterName .open {
  transform: rotate(90deg);
  transition: 0.2s transfrom;
  fill: #999999;
}

.catOneArrow .open {
  transform: rotate(90deg);
  transition: 0.2s transfrom;
}

#category-priceFilterArrow {
  width: 100%;
  overflow: hidden;
}

#titleContainer {
  position: relative;
  color: #555458;
  margin: auto;
  float: left;
  width: 90%;
}

#subtitleProduct {
  font-size: 12px;
  float: right;
  margin-top: 12px;
  letter-spacing: 2px;
  margin-left: 30px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

#titleProduct {
  font-size: 29px;
  float: left;
  margin-right: 40px;
  margin-left: 5px;
  margin-top: 20px;
}

#openFilterBtn {
  background-color: #878a8c;
  width: 12%;
  color: white;
  text-align: center;
  padding: 8px;
  float: right;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  line-height: 28px;
  margin-left: 12px;
  height: 28px;
}

#filterImg {
  float: left;
  display: block;
  height: 20px;
  margin-left: 22px;
  margin-top: 4px;
}

#filterImgHover {
  display: none;
  float: left;
  height: 20px;
  margin-top: 4px;
  margin-left: 7px;
}

#topFiltersDiv {
  position: relative;
  color: #58595b;
  margin-bottom: 30px;
}

#removeFilters {
  height: 37px;
  position: relative;
  /* top: 30%; */
  float: left;
  color: #555458;
  text-align: center;
  font-size: 14px;
  line-height: 37px;
  width: 89%;
  border: 1px solid #eae3dc;
  background-color: #eae3dc;
  margin-left: 30px;
  margin-bottom: 50px;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#removeFilters:hover {
  background-color: white;
  color: #555458;
  border: 0.5px solid #555458;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.hiddenFilter {
  position: relative;
  margin-bottom: 0;
  height: auto;
  margin-left: 30px;
  float: left;
  width: 100% !important;
  margin-bottom: 30px;
  display: block;
}

.specDiv {
  position: relative;
  float: left;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  overflow: hidden;
  line-height: 40px;
  margin-right: 12px;
  color: #555458;
  margin-bottom: 5px;
  border: 0.5px solid #555458;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.specText:hover {
  background-color: #555458;
  color: white;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.specImg {
  position: relative;
  width: 140%;
  bottom: 9px;
  right: 8px;
}

.specImg:hover {
  opacity: 0.8;
}

.selectedSpec {
  border: 0.5px solid #555458;
  background-color: #555458;
}

.specDiv:hover {
  border: 1px solid #555458;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #filters {
    /* margin-left: 30px; */
    margin-top: 25px;
    /* display: none; */
    position: absolute;
  }

  #filtersDiv {
    top: 80px;
    width: 250px;
    position: fixed;
    left: 0px;
    z-index: 1;
  }

  .filtersTitle {
    position: fixed;
    width: 68px;
    height: 40px;
    line-height: 45px;
    background-color: #878a8c;
    text-align: center;
    letter-spacing: 1px;
    top: 150px;
    right: 0px;
    cursor: pointer;
    z-index: 9;
    transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    -moz-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    -webkit-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    -o-transition: border-radius 0.1s ease-out, width 0.1s ease-out;
    float: right;
  }

  .filtersTitle.open {
    /* border-radius: 0px 25px 0px 0px; */
    width: 80%;
  }

  #mobileFiltersIcon {
    position: absolute;
    height: 24px;
    top: 8px;
    float: left;
    left: 12px;
    /* transition: left .1s ease-out; */
    -moz-transition: left 0.1s ease-out;
    /* -webkit-transition: left .1s ease-out; */
    -o-transition: left 0.1s ease-out;
  }

  .widthContainer {
    min-width: 100px;
    margin-left: 5%;
  }

  #categoryReference {
    margin: auto;
    margin-bottom: 0px;
    margin-top: 40px;
    font-size: 17px;
    width: 65%;
  }

  #leftProductsContent {
    position: fixed;
    right: 0px;
    top: 102px;
    background-color: #f2f2f2;
    z-index: 9;
    height: 0px;
    overflow: scroll;
    /* border-right: 1px solid #ccc; */
    width: 80%;
    /* box-shadow: 2px 1px 8px -4px black; */
  }

  #mobileFiltersTitle.open #mobileFiltersIcon {
    left: 6%;
  }

  #rightProductsContent {
    margin-top: 0px;
    width: 100%;
    /* padding-top: 40px; */
  }

  #noProducts {
    position: relative;
    text-align: center;
    color: #58595b;
    width: 90% !important;
    /* float: none; */
    margin-left: 5%;
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 19px;
  }

  #mobileCloseFilters {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #58595b;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
  }

  #leftProductsContent.open {
    left: 0px;
  }

  #priceFilterName {
    background-color: #ffffff00;
  }

  .subcategoryDiv {
    margin-left: 10px;
  }

  .bankPriceImg,
  .bankPriceText {
    float: left;
  }

  #bankText {
    display: none;
  }

  .bankPriceImg {
    height: 24px !important;
    width: 24px !important;
    margin-left: 15px;
  }

  .filterName {
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .catOneArrow.open {
    margin-right: 7px;
  }

  .widthContainer {
    width: 100% !important;
    margin-left: 0% !important;
    min-width: unset !important;
    max-width: unset !important;
    top: 0px;
  }

  .filter {
    width: 80%;
    background-color: unset;
  }

  #titleContainer {
    position: relative;
    color: #555458;
  }

  #subtitleProduct {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    float: left;
    font-size: 11px;
    margin-top: 20px;
    display: none;
  }

  #titleProduct {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    min-height: 80px;
    line-height: 40px;
    margin-bottom: 10px;
    height: auto;
    display: flex;
    align-items: center;
  }
}
