#headerDummy {
  height: 203px;
}
.closed {
  display: none;
}

#filtersDiv {
  width: 100%;
  float: left;
  margin-top: 0px;
}

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

#filtersMobile {
  display: none;
}
#leftProductsContent {
  background-color: white;
  position: fixed;
  height: 100vh;
  width: 0;
  top: 0px !important;
  right: 0px;
  color: #4d5550;
  z-index: 9999;
  overflow-y: auto;
  box-shadow: -7px 0px 18px rgb(0 0 0 / 10%);
  -moz-transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
  -moz-transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
  -o-transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
  transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
}

#filters {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
}

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

.filterName {
  position: relative;
  width: calc(100% - 20px);
  margin-bottom: 1px;
  font-size: 14px;
  line-height: 50px;
  font-weight: 500;
  height: 20px;
  text-align: left;
  cursor: pointer;
  float: left;
  padding-left: 20px;
}

.selectedCatOne {
  color: #999999;
}

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

#categoryReference,
#groupCategoryReference {
  text-transform: uppercase;
  line-height: 40px;
  color: #000000;
  margin-left: 3%;
  float: left;
  width: 19%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
#groupCategoryReference {
  margin-bottom: 20px;
}
#searchReference {
  font-size: 23px;
  text-transform: uppercase;
  line-height: 41px;
  color: #000000;
  float: left;
  width: 98%;
  margin-left: 3%;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 40px;
}
.desktopFiltersContainer {
  width: 63.5%;
  margin-left: 5%;
  margin-right: 1%;
  float: right;
  overflow: visible;
  position: relative;
}
.desktopFilters {
  position: absolute;
  width: 100%;
  z-index: 1;
  display: none;
}
.subfilterName {
  position: relative;
  color: black;
  text-transform: capitalize;
  font-weight: normal;
  font-size: 14px;
  margin-top: 11px;
  margin: 5px;
  /* margin-left: 20px; */
  margin-bottom: 14px;
  cursor: pointer;
  width: fit-content;
}

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

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

.filtersContainer {
  height: 0px;
  display: none;
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
  color: #000000;
  overflow: hidden;
}
.dropdownItem {
  cursor: pointer;
  margin: 10px 0px;
  font-size: 14px;
  line-height: 18px;
}
.dropdownItem:first-of-type {
  margin-top: 3px;
}
.filterBoxContainer {
  /* margin-top: 20px; */
  overflow: hidden;
  float: left;
  position: relative;
  width: 100%;
}

.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: 500;
}

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

.categoryName {
  float: left;
  margin-top: 8px;
  width: 100%;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  height: fit-content;
  margin-bottom: 15px;
}
.specDiv {
  width: fit-content;
  float: left;
  margin-right: 10px;
  margin-bottom: 17px;
}
.specImg {
  height: 35px;
  width: 35px;
}

.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%;
}

#mobileFilterText {
  /* display: none; */
}

#rightProductsContent {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 21%);
  justify-content: space-evenly;
}
#rightProductsContent.noProductsContainer {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  height: 40px;
}
#selectProductSizeDiv {
  width: 108px;
  height: 40px;
  float: right;
  display: flex;
  background: white;
  margin-right: 20px;
  border: 0.5px solid #000000;
  border-radius: 41px;
  margin-bottom: 80px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#selectFourPerLine {
  width: 100%;
  height: 100%;
  position: relative;
  /* stroke: white; */
  background: black;
  display: flex;
  align-items: center;
  justify-content: center;
}

#fourSvg {
  /* stroke: white; */
  position: relative;
}

#selectThreePerLine {
  width: 100%;
  height: 100%;
  position: relative;
  /* stroke: white; */
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

#threeSvg {
  /* stroke: black; */
  position: relative;
}

.selected {
  background: black !important;
}

.selectedMobile {
  background-color: black !important;
}

.selectedSvg {
  stroke: white;
}

.notSelectedSvg {
  stroke: black;
}

.notSelectedMobile {
  background-color: white !important;
}

.notSelected {
  background: white !important;
}

.productViewContainer {
  width: 100% !important;
}

.orderByContainer {
  width: 250px;
  height: 40px;
  float: right;
  border: 0.5px solid black;
  border-radius: 40px;
  margin-right: 3%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.orderTitle {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  width: fit-content;
  margin-right: 15px;
}

.orderByDropdown {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  width: 79%;
}

#orderSelect {
  border: unset;
  background-image: url("../../files/orderArrow.svg");
  background-repeat: no-repeat;
  background-position-x: 99%;
  background-position-y: 56%;
  width: 100%;
}

#orderSelect option:disabled:hover {
  background-color: white;
}

option:disabled {
  display: none;
}

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

.filter {
  flex: 1;
  position: relative;
  float: left;
  width: 24%;
  height: 50px;
  margin-right: 1%;
  margin-left: 1%;
  color: black;
  /* display: flex; */
  margin-bottom: 10px;
  width: 85% !important;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.spec {
  width: 42px;
  height: 42px;
  line-height: 40px;
  margin: 0 auto;
  margin-left: 0px;
  float: left;
  margin-right: 15px;
}
.specText {
  border: 1px solid black;
  margin: 0 auto;
  position: relative;
  text-align: center;
  height: 35px;
  box-sizing: border-box;
  width: 35px;
  line-height: 35px;
  font-weight: 200;
  font-size: 14px;
}
.specText:hover {
  background: black;
  color: white;
}
.selectedSpec {
  font-weight: 600;
}
.specBorder {
}
.specImage {
  width: 100%;
}

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

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

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

.whiteContainer {
  background-color: #e4dfe0;
  position: absolute;
  height: auto;
  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: 0px;
  background-color: white;
  margin-bottom: 0px;
  height: 30px;
  font-size: 14px;
}

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

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

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

#openFilterBtn {
  background-color: transparent;
  width: 105px;
  color: #454545;
  text-align: end;
  padding-right: 15px;
  font-size: 15px;
  border-radius: 0px;
  margin-bottom: 25px;
  right: 1%;
  font-weight: 300;
  margin-top: 13px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  line-height: 20px;
  text-transform: uppercase;
  top: 0px;
}
.openFilter {
  width: 25% !important;
}
#filterImg {
  float: left;
  height: 16px;
  position: relative;
  /* top: 2px; */
  /* left: 2px; */
  /* display: none; */
}
.filterHeader {
  height: 64px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
  -moz-transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
  -moz-transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
  -o-transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
  transition: width 0.5s ease-in-out, left 0.05s ease-in-out;
  width: 100%;
  background-color: #c94286;
}
#cleanFilters {
  width: 73%;
  text-align: center;
  position: relative;
  height: 40px;
  font-weight: 600;
  line-height: 44px;
  margin: 0px auto;
  cursor: pointer;
  border: 2px solid #c94286;
  color: #c94286;
  text-transform: uppercase;
  background: white;
  font-size: 13px;
  transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
}
#cleanFilters:hover {
  background-color: #c94286;
  color: white;
}
#cleanFiltersContainer {
  width: 25%;
  height: auto;
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.filterTitle {
  width: 84%;
  text-align: center;
  position: relative;
  line-height: 64px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  float: left;
  text-indent: 20%;
}
#closeFilter {
  float: left;
  width: fit-content;
  line-height: 60px;
  font-size: 20px;
  cursor: pointer;
  color: white;
}
#filters {
  width: calc(100% - 50px);
  height: auto;
  float: left;
  margin-left: 50px;
  /* display: inline-block; */
  position: relative;
  margin-top: 30px;
}
.filterDropdown {
  position: relative;
  margin-bottom: 15px;
  height: auto;
  overflow: hidden;
  float: right;
  background-color: #f5f5f5;
  width: calc(95% / 3);
}
.filterDropdown:nth-of-type(2) {
  position: relative;
  margin: 0 2.5%;
}
.filterNameDropdown {
  position: relative;
  width: calc(100% - 15px);
  padding-left: 15px;
  /* margin-bottom: 10px;
      margin-top: 10px; */
  margin: 10px 0px;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  float: left;
  color: #000000;
}
.filtersTitle {
  display: none;
}
.filterNameArrow {
  float: right;
  margin-right: 0px;
  transition: transform 0.1s ease-out;
  -moz-transition: -mox-transform 0.1s ease-out;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  -o-transition: -o-transform 0.1s ease-out;
  -ms-transition: -ms-transform 0.1s ease-out;
  position: relative;
  width: 6px;
  top: 4px;
  right: 13px;
}
.filterNameDropdown.open .filterNameArrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filterNameText {
  width: fit-content;
  float: left;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 21px;
}
.category {
  color: #95a5a6;
  font-size: 18px;
  text-transform: lowercase;
  position: relative;
  float: left;
}
.subCategory {
  color: #95a5a6;
  font-size: 18px;
  text-transform: lowercase;
  position: relative;
  float: left;
}
.categoryArrow {
  position: relative;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.ordenarPor {
  display: block;
  position: relative;
  margin-bottom: 7px;
  float: left;
  color: black;
}
.searchFiltersContainer {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  float: right;
  margin-top: 30px;
  margin-bottom: 0px;
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 770px) and (max-width: 1100px) {
  .widthContainer {
    min-width: 768px;
    max-width: 1100px;
  }
  #filtersDiv {
  }
  #leftProductsContent {
  }
  #rightProductsContent {
    width: 70%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  #searchReference {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    width: calc(97% - 44px);
    margin-left: 3%;
    margin-bottom: 0px;
  }
  .ordenarPor {
    display: block;
    position: relative;
    margin-bottom: 7px;
    float: left;
    color: black;
  }
  .openDrop {
    display: block;
    height: auto !important;
    transition: height 0.3s ease-in;
  }
  .desktopElement {
    display: none;
  }
  #filters {
    margin-top: 25px;
    display: block;
    margin-bottom: 30px;
    width: 80%;
    margin: auto;
    float: unset;
    height: auto;
  }

  #filtersMobile {
    display: block;
    position: relative;
    height: auto;
  }
  #filtersDiv {
    width: 100%;
    position: absolute;
    right: 0px;
    z-index: 9;
    margin-top: 0px;
    height: auto;
  }

  .imageFilter {
    float: left;
    width: 35px;
    margin: 0 7px;
    height: 35px;
    margin-top: 10px;
  }
  .filtersTitle {
    position: absolute;
    height: 39px;
    width: 45px;
    float: right;
    display: flex;
    right: 15px;
    line-height: 37px;
    color: white;
    background: white;
    /* border: 1px solid black; */
    border-right: none;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
    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;
    align-items: center;
    justify-content: flex-start;
  }
  .filtersTitle.open {
    width: 225px;
  }
  #mobileFiltersIcon {
    position: relative;
    float: left;
    height: 48%;
    margin-top: 11px;
    margin-right: 10px;
    margin-left: 13px;
    text-align: center;
    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 {
    font-size: 17px;
    text-align: left;
    line-height: 21px;
    width: fit-content;
    margin: 10px auto 0px auto;
    margin-left: 5%;
    float: left;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .orderByContainer {
    margin-top: 1%;
    width: 175px;
    height: 30px;
    margin-left: 10px;
  }

  .orderTitle {
    font-size: 10px;
  }

  .orderByDropdown {
    font-size: 10px;
    width: 76%;
    -webkit-appearance: none;
  }

  #orderSelect {
    padding-right: unset;
    margin-left: unset;
    width: 100%;
    background-color: white;
  }

  #orderSelect:active,
  #orderSelect:hover {
    /* outline-color: #C94286; */
    /* background-color: #C94286; */
  }

  #leftProductsContent {
    float: right;
    position: fixed;
    top: 150px !important;
    background-color: white;
    right: 0;
    width: 250px;
    overflow: scroll;
    box-shadow: none;
    height: 0px;
  }
  #filterSubHeader {
    display: none !important;
    height: auto;
    width: 100%;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 5%);
  }
  .filterDropdown {
    display: block;
    border: 0.5px solid #000000;
    box-sizing: border-box;
    z-index: 22;
    position: relative;
    height: fit-content;
  }
  #dropDownDummy {
    position: relative;
    height: 75px;
  }
  .filterNameArrow {
    position: relative;
    bottom: unset;
    margin-top: 24px;
    margin-left: 15px;
    transform: rotate(-90deg);
  }
  #openFilterBtn {
    width: 60px;
    padding-right: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 40px;
    /* right: 0%; */
    right: unset;
    left: 0px;
    /* line-height: 27px; */
    font-size: 13px;
    position: fixed;
    /* display: none; */
  }

  .twoProductsLine {
    display: grid !important;
    justify-items: center;
    grid-template-columns: repeat(auto-fill, 49%) !important;
    width: 100% !important;
    justify-items: center;
    justify-content: space-between !important;
  }

  .twoProductsImageHeight {
    height: 30vh !important;
  }

  .productViewUnsetMargin {
    margin: unset !important;
  }

  #selectProductSizeMobile {
    float: right;
    height: 32px;
    width: 69px;
    background-color: white;
    display: flex !important;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid #000000;
    margin-top: 1%;
  }

  #selectOnePerLine {
    width: 50%;
    height: 100%;
    background-color: black;
    background-image: url("../../files/onePerLine.svg");
    background-repeat: no-repeat;
    background-position-x: 61%;
    background-position-y: 54%;
  }

  #selectOnePerLine.notSelectedMobile {
    background-image: url("../../files/onePerLineNotSelected.svg");
  }

  #selectTwoPerLine {
    width: 50%;
    height: 100%;
    background-color: white;
    background-image: url("../../files/twoPerLine.svg");
    background-repeat: no-repeat;
    background-position-x: 51%;
    background-position-y: 54%;
  }

  #selectTwoPerLine.selectedMobile {
    background-image: url("../../files/twoPerLineSelected.svg");
  }

  #rightProductsContent {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  #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;
  }
  .categoryDiv {
    position: relative;
  }
  #leftProductsContent.open {
    left: 0px;
  }
  #priceFilterName {
    background-color: #ffffff00;
  }
  .subcategoryDiv {
    margin-left: 10px;
  }
  .bankPriceImg,
  .bankPriceText {
  }
  .bankPriceText {
    /* margin-top: -10px !important; */
  }
  .filterName {
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 18px;
    padding-left: 0px;
  }
  .catOneArrow.open {
    margin-right: 7px;
  }
  .widthContainer {
    width: 95% !important;
    margin: 0 auto;
    min-width: unset !important;
    max-width: unset !important;
    top: 13px;
    margin-top: 18px;
  }
  .filter {
    width: 100% !important;
    margin: 19px auto;
    overflow: hidden;
    height: fit-content;
    background-color: unset;
  }
  .priceFilter {
    width: 100%;
    float: left;
  }
  .filterBoxContainer.specDiv {
    border: 1px solid black;
    width: 40px;
    height: 40px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .specDiv {
    height: 35px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
  }
  .specDiv.selectedSpec:not(.imgSpecContainer) {
    background-color: #000000;
    color: white;
  }
  .specDiv.selectedSpec.imgSpecContainer {
    border: 1px solid #000000;
    height: 35px;
    width: 35px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .specDiv.selectedSpec .specImg {
    height: 30px;
    width: 30px;
  }
  .categoryName {
    margin-bottom: 5px;
  }
  .imageFilter img {
    width: 100%;
    height: 100%;
  }
  .filterBoxContainer {
    /* border: 1px solid black; */
    width: 100%;
    height: 20px;
    float: left;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
  }
  .subfilterName {
    color: black;
    width: 100%;
    margin: 0px 0px;
  }

  .filterNameText {
    font-weight: 400;
    margin-right: 5px;
  }
  #cleanFiltersContainer {
    width: 257px;
    position: fixed;
    bottom: 0px;
    margin-bottom: 0px;
    background: #ffffff;
  }
  #cleanFilters {
    margin: 3px auto 20px;
    font-size: 11px;
    font-weight: 500;
    border: 1px solid black;
    height: 35px;
    line-height: 35px;
  }
  .filtersContainer {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .filterHeader {
    color: black;
    position: relative;
    display: none;
    width: 100%;
    background: #97a393;
  }
  #filterBars1 {
    position: relative;
    /* margin: 0 auto; */
    width: 27px;
    float: left;
    margin-top: 9px;
    margin-left: 24px;
    z-index: 22;
  }

  #closeFilter {
    float: right;
    width: fit-content;
    line-height: 40px;
    font-size: 25px;
    cursor: pointer;
    margin-right: 27px;
  }
  .filterTitle2 {
    width: 80%;
    text-align: center;
    position: relative;
    color: black;
    text-transform: uppercase;
    float: left;
    text-indent: 20%;
    font-weight: bold;
    font-size: 15px;
  }
  #headerDummy {
    height: 85px;
  }
  .openFilter {
    width: 247px !important;
  }
  .subfilterNameDropdown {
    margin-left: 10px;
  }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
  .widthContainer {
    margin-top: 38px;
  }
  #leftProductsContent {
    top: 160px;
  }
}
