#content {
  background-color: #f0f0f0
}

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

.categoryImg {
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 1100px;
  padding-block: 0 23px;
}

.closed {
  display: none
}

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

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

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

#leftProductsContent {
  position: relative;
  color: #58595b;
  margin-right: 20px;
  margin-bottom: 30px
}

#filters {
  display: flex;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 24px
}

#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: 50px;
  font-weight: 700;
  height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  float: left;
  padding-left: 20px
}

.selectedCatOne {
  color: #999
}

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

.catOneArrow {
  float: right;
  transition: 0.2s transfrom;
  height: 8px;
  width: auto;
  margin-top: 20px;
  margin-right: 5px;
  fill: #999
}

.subfilterName {
  position: relative;
  color: #999;
  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: 0;
  display: none
}

.openFilters {
  height: fit-content;
  background-color: #f6f5f3;
  margin-top: 55px;
  z-index: 8
}

.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: 57%;
  max-width: 90%;
  padding-left: 4px;
  text-transform: capitalize;
  height: fit-content
}

.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: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px
}

.widthContainer {
  width: 100%;
  height: fit-content;
  margin-bottom: 0;
  top: 30px
}

#oportunidadesText {
  position: relative;
  max-width: 45%;
  left: 3.5%;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #58595b
}

.filter {
  flex: 1;
  position: relative;
  float: left;
  width: 31.5%;
  height: 50px;
  margin-right: 6px;
  margin-left: 16px;
  background-color: #f6f5f3;
  color: #999;
  margin-bottom: 5px
}

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

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

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

#noProducts {
  position: relative;
  color: #58595b;
  width: calc(100% - 250px);
  text-align: center;
  margin: 80px auto
}

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

.whiteContainer {
  background-color: #f6f5f3;
  position: absolute;
  overflow: hidden;
  width: 100%
}

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

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

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

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

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

#bannerContainer {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0px !important;
  margin-bottom: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto !important;
  margin-bottom: 50px
}

.bannerProducts {
  width: 100%;
  height: auto;
  position: relative;
  margin-left: 0px !important;
  height: auto !important;
  text-align: center
}

@media screen and (min-width: 770px) and (max-width:1200px) {
  #content {
    min-width: 768px !important
  }

  .widthContainer {
    width: 100% !important;
    min-width: 768px !important;
    max-width: 1100px !important
  }

  #rightProductsContent {
    width: 97%;
    left: 2%
  }
}

@media screen and (max-width: 768px) {  
  .categoryImg {
    margin: auto;
    padding-block: 0 8%;
    border-bottom: none;
    max-width: 100vw;
    min-width: 0;
  }

  #filters {
    margin-top: 25px
  }

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

  .filtersTitle {
    position: relative;
    width: 68px;
    height: 45px;
    line-height: 45px;
    background-color: #cfcbba;
    color: #c5a362;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 48px;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    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
  }

  .filtersTitle.open {
    border-radius: 0 25px 0 0;
    width: 100%
  }

  #mobileFiltersIcon {
    position: absolute;
    height: 26px;
    top: 9px;
    float: left;
    left: 12px;
    transition: left 0.1s ease-out;
    -moz-transition: left 0.1s ease-out;
    -webkit-transition: left 0.1s ease-out;
    -o-transition: left 0.1s ease-out
  }

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

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

  #leftProductsContent {
    position: relative;
    left: 0;
    background-color: #f2f2f2;
    z-index: 1;
    height: 0;
    overflow: scroll;
    border-right: 1px solid #ccc;
    width: 249px;
    box-shadow: 2px 1px 8px -4px #000
  }

  #mobileFiltersTitle.open #mobileFiltersIcon {
    left: 200px
  }

  #rightProductsContent {
    margin-top: 30px;
    width: 90%;
  }

  #oportunidadesText {
    width: 80%;
    max-width: unset;
    margin: 20px auto 30px;
    left: 0;
    text-align: center;
    font-size: 13px
  }

  #noProducts {
    position: relative;
    text-align: center;
    color: #58595b;
    width: 100%;
    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: 0
  }

  #priceFilterName {
    background-color: #fff0
  }

  .subcategoryDiv {
    margin-left: 10px
  }

  .bankPriceImg,
  .bankPriceText {
    float: initial !important
  }

  .bankPriceText {
    margin-top: -10px !important
  }

  .filterName {
    margin-top: 0;
    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: 0
  }

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

  #bannerContainer {
    margin-bottom: 20px
  }
}