#categoryReference {
  font-weight: 400;
  float: left;
  text-align: left;
  width: 100%;
  color: #464646;
  font-size: 1.9rem;
  line-height: 2.3rem;
  margin-bottom: 5rem;
  margin-top: 6rem;
}

.closed {
  display: none;
}

.specDiv {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #707173;
  cursor: pointer;
  border-radius: 0px;
  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;
}

.removeWishlistProduct {
  z-index: 9 !important;
  top: 0;
}

.specImg {
  position: relative;
  height: 24px;
  width: 24px;
}

.selectedSpec,
.specDiv:hover {
  color: white;
  border-radius: 50%;
  border: 1px solid #707173 !important;
}

.noBorder {
  border: 1px solid transparent;
}
.selectedFilter .subfilterName {
  color: #3392fc;
}
#leftProductsContent {
  background-color: white;
  position: fixed;
  height: 100vh;
  width: 385px;
  top: 0px;
  margin-top: 111px;
  left: -385px;
  color: #4d5550;
  z-index: 11;
  overflow-y: auto;
  box-shadow: 2px 0px 11px rgb(0 0 0 / 7%);
  -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: left 0.05s ease-in-out;
  -o-transition: left 0.05s ease-in-out;
  transition: left 0.5s ease-in-out;
}

#leftProductsContent.openFilter {
  left: 0px;
}

.filterHeader {
  align-items: center;
  height: 60px;
  -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: 385px;
  margin-top: 15px;
  display: flex;
}

#cleanFilters {
  width: 65%;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border: 1px solid #3391fb;
  margin: 0px auto;
  margin-top: 30px;
  cursor: pointer;
  -moz-transition: background 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  font-weight: 500;
  border-radius: 25px;
  color: white;
  background: #3392fc;
  font-size: 14px;
}

#cleanFilters:hover {
  background-color: #ffffff;
  color: #5a8bc6;
}

#cleanFiltersContainer {
  position: fixed;
  bottom: 0;
  height: 100px;
  z-index: 99;
  width: 385px;
  background-color: white;
}

.filterTitle {
  width: calc(100% - 85px);
  text-align: left;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #404040;
  float: left;
  text-indent: 20px;
}

#closeFilter {
  float: left;
  width: 25px;
  text-align: center;
  margin-left: 46px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}

#filters {
  width: 280px;
  height: auto;
  float: left;
  /* overflow-y: auto; */
  margin-left: 50px;
  display: inline-block;
  margin-top: 10px;
}

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

.filterName {
  position: relative;
  font-size: 15px;
  width: 100%;
  letter-spacing: 0px;
  color: #b0b0b0;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.subfilterName {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 18px;
  cursor: pointer;
}

.subfilterName::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: black;
  transition: width 0.3s;
}

.subfilterName:not(.selectedSubfilter):hover {
  font-weight: 600;
  color: #3392fc;
}

.categoryName {
  position: relative;
  font-size: 15px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #808080;
  font-weight: 600;
  margin-bottom: 15px;
}

.categoryNameArrow {
  position: relative;
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  cursor: pointer;
}

.categoryNameArrow.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.subcategoriesDiv {
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden;
  margin-top: 10px;
}

.subcategoriesDiv.open {
  height: auto;
}

.subcategoryName {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  margin-left: 16px;
  width: fit-content;
}

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

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

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

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

#rightProductsContent {
  display: grid;
  position: relative;
  width: 100%;
  min-height: unset !important;
  height: auto !important;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 5px;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem 1.5rem;
  justify-content: space-between;
  padding-top: 2rem;
}

.widthContainer {
  width: 90%;
}

#noProducts {
  position: relative;
  color: #241f20;
  font-size: 1.6rem;
  text-align: center;
}

.leftColumnDummy {
  position: relative;
  float: left;
  width: 200px;
  margin-right: 20px;
  margin-top: 30px;
}

.selectedPrice {
}

#filtersDiv {
  position: absolute;
  float: left;
  width: 220px;
}

#openFilterBtn {
  background-color: #3392fc;
  width: 116px;
  color: white;
  text-align: center;
  padding: 8px;
  border-radius: 30px;
  float: left;
  margin-bottom: 35px;
  margin-left: 1%;
  position: relative;
  cursor: pointer;

  z-index: 1;
  line-height: 25px;
}

#openFilterBtn:hover {
  opacity: 0.8;
}

#filterImg {
  float: left;
  margin-left: 10px;
  height: 16px;
  margin-top: 4px;
}

.filterDropdown {
  position: relative;
  /* margin-bottom: 15px; */
  height: auto;
  overflow: hidden;
  float: left;
  width: calc(100% - 2px);
}
.filterDropdown:last-of-type {
  border-bottom: 1px solid #bebebe;
}

.filterNameDropdown {
  position: relative;
  width: calc(100% - 10px);
  padding: 15px 0px 15px 10px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
  float: left;
  color: #bebebe;
  border-top: 1px solid;
}
.filterNameDropdown.open {
  border-bottom: 1px solid;
}
.filterNameDropdown.open .filterNameText {
  font-weight: 600;
}
.filterSeeMore {
  float: right;
  font-style: normal;
  margin-right: 8px;
  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;
}

.filterNameDropdown.open .filterSeeMore {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filterNameText {
  width: fit-content;
  float: left;
  color: #8f8f8f;
}

.subfilterNameDropdown {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin-bottom: 2px;
  cursor: pointer;
  text-align: left;
  padding-left: 15px;
}

.filterBoxContainer.selected {
  color: #000000;
  font-weight: 600;
}

.selectedSubfilter {
  color: black;
}

.selectedSubfilter::after {
  width: 100%;
}

.categoryDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.categoryDiv:first-of-type {
  margin-top: 10px;
}

.categoryNameDiv {
  margin-top: 10px;
  margin-bottom: 10px;
}

.filtersContainer {
  position: relative;
  width: 100%;
  height: 0px;
  display: none;
  color: #b0b0b0;
  overflow: hidden;
}

.selectedBrand {
  color: #3392fc;
}

.priceFilter .subfilterName {
  margin-top: 5px;
  margin-bottom: 5px;
}
.orderByContainer {
  z-index: 1;
  position: relative;
  float: right;
  display: flex;
  margin-right: 1.5%;
}
.orderTitle {
  color: #a1a1a1;
  font-size: 16px;
  margin-right: 20px;
  line-height: 34px;
}
.selectedOrder {
  color: #535353;
  font-weight: 500;
  float: left;
  text-indent: 10px;
}

.arrowOrder {
  float: right;
  margin: 0px 10px;
}
.orderByDropdown {
  position: relative;
  background-color: #f9f9f9;
  border-radius: 4px;
  cursor: pointer;
  width: 226px;
  height: 34px;
  font-weight: 500;
  color: #535353;
}
.selectedOrderContainer {
  min-width: 100px;
  height: 30px;
  line-height: 30px;
}
.orderOptions {
  position: relative;
  width: 100%;
  height: 0px;
  overflow: hidden;
}
.order {
  color: #a1a1a1;
  margin: 5px 0px;
  text-indent: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.order:hover {
  color: #535353;
}
#orderSelect {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  padding-left: 17px;
  background-image: url(../../files/dropdownArrow.svg);
  z-index: 1;
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  padding-right: 17px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
}
#selectProductSizeDiv {
  width: 135px;
  float: right;
  border: 1px solid #cccccc;
  height: 32px;
  margin-right: 0.5%;
}
#selectThreePerLine svg rect {
  stroke: #cccccc;
}
#selectThreePerLine:hover svg rect,
#selectThreePerLine.selected svg rect {
  stroke: #ffffff;
}
#selectThreePerLine {
  background: #ffffff;
}
#selectThreePerLine.selected,
#selectThreePerLine:hover {
  background: #cccccc;
}

.selected#selectFivePerLine:hover svg rect,
#selectFivePerLine svg rect,
#selectFivePerLine:hover svg rect,
.notSelected#selectFivePerLine:hover svg rect {
  stroke: #ffffff;
}
.selected#selectFivePerLine:hover,
#selectFivePerLine,
#selectFivePerLine:hover,
#selectFivePerLine.notSelected:hover {
  background: #cccccc;
}

#selectFivePerLine.notSelected svg rect {
  stroke: #cccccc;
}

#selectFivePerLine.notSelected {
  background: #ffffff;
}

.selectProductSizeContainer {
  display: flex;
  width: 50%;
  align-items: center;
  float: left;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.filtersMainContainer {
  height: 58vh;
  width: 100%;
  overflow-y: auto;
}
.bannerContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.bannerInfo {
  display: flex;
  z-index: 1;
  align-items: center;
  width: 100%;
  background-size: cover;
  min-height: 18rem;
  justify-content: space-between;
}
.bannerText {
  color: white;
  z-index: 1;
  font-size: 3rem;
  line-height: 3.4rem;
  padding: 2rem 4rem 2rem 5%;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.lignumLogo {
  margin-right: 5%;
  max-width: 20rem;
}
.banner {
  background-image: url(../../files/productsBanner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 18rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.imgZoom {
  -webkit-animation: kenburns-top 20s linear infinite alternate both;
  animation: kenburns-top 30s linear infinite alternate both;
}
@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@media screen and (min-width: 770px) and (max-width: 1100px) {
  .widthContainer {
    min-width: 768px;
    max-width: 1100px;
  }

  #rightProductsContent {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  #filters {
    margin-top: 30px;
    width: 85%;
    display: block;
    float: unset;
    margin: auto;
    height: 330px;
  }

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

  #cleanFiltersContainer {
    width: 249px;
    height: 60px;
  }

  .filtersTitle {
    position: absolute;
    width: 55px;
    height: 34px;
    left: 0;
    line-height: 34px;
    background-color: #3392fc;
    color: white;
    border-radius: 0px 6px 6px 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;
  }

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

  #mobileFiltersIcon {
    position: absolute;
    height: 17px;
    top: 9px;
    float: left;
    left: 21px;
    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 {
    margin-top: 28px;
  }

  #categoryReference {
    float: none;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.9rem;
    margin: auto;
  }

  #leftProductsContent {
    position: relative;
    left: 0px;
    background-color: white;
    height: 0px;
    width: 249px;
    box-shadow: 2px 0px 11px rgb(0 0 0 / 7%);
    -moz-transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    margin-top: 34px !important;
  }

  #closeFilter {
    display: none;
  }

  #mobileFiltersTitle.open #mobileFiltersIcon {
    left: 223px;
    z-index: 111;
  }

  #rightProductsContent {
    width: 100%;
    padding-top: 25px;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  #noProducts {
    position: relative;
    text-align: center;
    color: black;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 150px;
    line-height: 19px;
    width: 80%;
    margin-left: 10%;
  }

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

  #leftProductsContent.open {
    left: 0px;
  }

  #openFilterBtn {
    display: none;
  }

  .filterHeader {
    height: 50px;
    width: 100%;
  }

  .filterTitle {
    line-height: 20px;
    font-size: 16px;
    margin: auto;
    width: 80%;
    text-indent: 0;
    color: #a1a1a1;
  }

  #cleanFilters {
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .filterNameDropdown,
  .subfilterName,
  .subfilterNameDropdown {
    font-size: 12px;
  }
  .orderByContainer {
    right: 0%;
    top: 12px;
    margin-right: 0%;
  }
  .banner {
    background-image: url(../../files/productsBannerM.png);
  }
  .bannerText {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1rem 1rem 1rem 5%;
    max-width: 12rem;
  }
  .lignumLogo {
    margin-right: 5%;
    max-width: 14rem;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  #filtersDiv {
    top: 102px;
  }
}
