body {
  right: 0;
  -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#categoryReference {
  position: relative;
  text-align: left;
  margin-top: 55px;
  margin-bottom: 42px;
  float: left;
  width: fit-content;
  margin-left: 0%;
}

#leftProductsContent {
  background-color: var(--web-background);
  position: fixed;
  height: 100dvh;
  display: grid;
  grid-auto-rows: 50px 1fr 66px;
  width: 50%;
  min-width: 300px;
  text-transform: uppercase;
  font-size: var(--base-font-size);
  top: 0;
  z-index: 11;
  right: -80%;
  box-shadow: -7px 0 18px rgb(0 0 0 / 10%);
  -moz-transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 1.2s cubic-bezier(0.92, 0, 0, 0.99);
  max-width: 850px;
  gap: 20px;
  padding: 30px 0 40px;
  box-sizing: border-box;
}

body.openFilter {
  right: 0px;
}
.totalProducts{
    text-align: center;
    margin-top: 35px;
    margin-bottom: 5px;
    color:    var(--lighter-base);
    font-size: 13px;
}

.openFilters {
  height: fit-content;
  background-color: #f6f5f3;
  margin-top: 55px;
  z-index: 8;
}
.gridViewToggle{
  display:grid;
  grid-template-columns: auto auto;
  gap:10px;
  float: left;
  width: auto;
  margin: 35px 0 35px;
}
.gridViewToggleBtn{
    display:grid;
    grid-template-columns: repeat(var(--boxes), 1fr);
    gap: 4px;
    cursor: pointer;
}
.gridViewToggleBtn span{
  width: 4px;
  height: 4px;
  background: var(--base);
  border-radius: 100%;
  border:1px solid currentColor;
}
.gridViewToggleBtn:not(.active) span{
  color: var(--lines-border-color);
  background: var(--lines-border-color);
}
.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: 97%;
  margin-bottom: 10px !important;
  position: relative;
  overflow: hidden;
  padding-left: 4px;
  text-transform: uppercase;
  height: fit-content;
}

.productGrouptitle {
  margin: 0;
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #73868a;
  font-weight: 500;
}

.productGroupInfo {
  width: 95%;
  position: relative;
  margin-bottom: 5px;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  margin-top: 5px;
  margin-left: 10px;
  display: none;
}

.openClose {
  position: relative;
  float: right;
  right: -1px;
}

.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 30px;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(var(--shop-grid-items), 1fr);

  transition: grid-template-columns 0.3s ease;
}
#rightProductsContent.noProducts{
  grid-template-columns:  1fr;
  
}


.widthContainer {
  width: var(--web-container) !important;
  height: fit-content;
  margin-top: 0;
  overflow: hidden;
  min-height: 40vh;
}

.categoriesUrlContainer, #wishlistLabel {
  margin: 0px auto 35px;
  line-height: var(--base-line-height);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: var(--aux-font-weight);
  font-size: var(--h1-font-size);
  position: relative;
  overflow:hidden;
}

.categoriesUrlContainer a {
  color: var(--lighter-base);
}

.categoriesUrlContainer a:last-of-type {
  color: var(--base);
  opacity: 100%;
}
#wishlistLabel{
  margin-top:40px;
}
.categoriesUrlContainer > *, .totalProducts span, .clientName > span, #wishlistLabel > * {
  display: inline-block;
  opacity: 0;
  will-change: transform, opacity;
  transition:
    transform .90s cubic-bezier(.20,.65,.20,1),
    opacity   .70s ease-out;
}

.categoriesUrlContainer > *, .clientName > span, #wishlistLabel > * {
  transform: translateY(-120%);
}
.totalProducts span {
  transform: translateY(120%);
}

.categoriesUrlContainer.observer.onViewport > *, .totalProducts.observer.onViewport span, .clientName.observer.onViewport span, #wishlistLabel.observer.onViewport > * {
  transform: translateY(0);
  opacity: 1;
}
.totalProducts.observer.onViewport span { transition-delay: .0s; }
.categoriesUrlContainer.observer.onViewport > *, .clientName > span, #wishlistLabel.observer.onViewport > * { transition-delay: .35s; }

.spec {
  width: 42px;
  height: 42px;
  line-height: 40px;
  margin: 0 auto;
  margin-left: 0;
  float: left;
  margin-right: 15px;
}

.selectedColor {
  margin-bottom: 5px;
}

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

#noProducts {
  position: relative;
  color: var(--base);
  text-align: center;
  font-size: var(--base-font-size) !important;
  background: unset !important;
}

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

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

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

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

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

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

#favTitle {
  justify-content: center;
  position: relative;
  margin: 55px 0 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: unset;
}

#filterSubHeader {
  display: none;
}

#openFilterBtn {
  text-align: center;
  right: 0%;
  position: relative;
  box-sizing: border-box;
  float: right;
  height: 40px;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
  border-radius: var(--border-radius-small);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin: 35px 0 35px;
  margin-left: 15px;
  display: flex;
  padding: 9px 15px;
  align-items: center;
  -moz-transition: right 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: right 0.3s cubic-bezier(0.74, 0.03, 0.41, 0.94), color 0.3s ease-in-out, background 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  justify-content: space-evenly;
}

#openFilterBtn img {
  height: 11px;
  margin-right: 10px;
  filter: var(--icons-invert);
}

#openFilterBtn:hover img {
  filter: invert(1);
}

#openFilterBtn:hover {
  background-color: var(--base-aux);
  color: var(--button-font-color-hover);
}

.openFilter#leftProductsContent {
  right: 0;
}

#filterImg {
  float: left;
  height: 25px;
  position: relative;
  top: 2px;
  left: 2px;
  display: none;
}

.filterHeader {
  height: auto;
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--lines-border-color);
}

#cleanFilters,
#applyFilters {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 25px 0;
  cursor: pointer;
  border: 1px solid var(--crema);
  box-sizing: border-box;
}

#cleanFiltersContainer {
  width: 90%;
  height: auto;
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 2.5%;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin: 0 auto;
}

.filterTitle {
  width: auto;
  position: relative;
  float: left;

}

#closeFilter {
  float: left;
  font-size: 14px;
  cursor: pointer;
  height: 14px;
  width: 14px;
  text-transform: lowercase;
  text-align: right;
}

#closeFilter:hover {
  color: var(--grey);
}

#filters {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  overflow-y: auto;
}

#cleanFiltersContainer::before {
        content: '';
        display: block;
        width: 100%;
        height: 120px;
        position: absolute;
        top: -120px;
        background: linear-gradient(rgba(253, 253, 251, 0), rgba(253, 253, 251, 1));
        pointer-events: none;
}

#filters::-webkit-scrollbar {
  display: none;
}

.specImg {
  position: relative;
  height: 34px;
  width: 34px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  /* margin-right: 7px; */
  margin-bottom: 6px;
  cursor: pointer;
  border: 0px solid transparent;
  display: block;
  border-radius: var(--border-radius-small);
  /* padding: 2px 0px; */
}
.specImg[title="Blanco"],
.specImg[title="White"],
.specImg[title="white"],
.specImg[title="blanco"],
.specImg[title="blanca"],
.specImg[title="Blanca"] {
  border: 1px solid var(--lighter-base);
}

.selectedSpecfilterBoxContainer .specImg {
  border: 1px solid var(--base);
}

.category {
  color: #95a5a6;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.subCategory {
  color: #95a5a6;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.ordenarPor {
  display: block;
  position: relative;
  margin-bottom: 7px;
  float: left;
  color: #000;
}

.orderByContainer {
  position: relative;
  float: right;
  display: flex;
  height: 40px;
  text-transform: uppercase;
  justify-content: space-between;
  width: fit-content;
  margin: 35px 0 35px;
  align-items: center;
  font-size: var(--base-font-size);
}

.orderTitle {
  color: #000;
  font-size: 16px;
  margin-right: 20px;
  line-height: 34px;
}

.selectedOrder {
  color: #535353;
  font-weight: 500;
  float: left;
  text-indent: 10px;
}

.arrowOrder {
  float: right;
  margin: 0 10px;
}

.orderByDropdown {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: auto;
  border-radius: var(--border-radius-small);
  font-size: var(--base-font-size);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.selectedOrderContainer {
  min-width: 100px;
  height: 30px;
  line-height: 30px;
}

.orderOptions {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.order {
  color: #a1a1a1;
  margin: 5px 0;
  text-indent: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.order:hover {
  color: #535353;
}

#orderSelect {
  width: auto;
  padding: 10px 15px 10px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--base);
  position:relative;
  -ms-appearance: none;
  cursor: pointer;
}

.filterDropdown {
  position: relative;
  height: auto;
  overflow: hidden;
  width: calc(100% - 80px);
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid var(--lines-border-color);
}

.filterDropdown.notDropdown {
  border-bottom: unset;
}

.filterDropdown.notDropdown .filtersContainer {
  height: auto;
}

.selectedFiltersBox {
  position: relative;
  overflow: hidden;
  width: calc(100% - 12px);
  padding-left: 12px;
}

.selectedFilterText {
  float: left;
  margin-right: 6px;
  margin-bottom: 12px;
  font-size: 12px;
  position: relative;
}

.selectedFilterText::before {
  content: ",";
  position: absolute;
  right: -3px;
  font-size: 130px;
}

.selectedFilterText:last-of-type::before {
  content: "";
}


.filterNameText {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.openCloseFilter {
  font-size: 14px;
}

.filterNameDropdown.open img.openCloseFilter {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

img.openCloseFilter {
  position: absolute;
  right: 37px;
  height: 14px;
}

.filtersContainer {
  position: relative;
  width: calc(100% - 26px);
  height: 0;
  overflow: hidden;
}


.filters.priceFilterRow{
  padding-top:5px;
}

.filterBoxContainer.specDiv:not(.hasImg),
.filterBoxContainer.filterDiv {
  border-bottom: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 40px;
  cursor: pointer;
  width: fit-content;
}

.filterBoxContainer.specDiv:not(.hasImg).selectedSpec, .filterBoxContainer.filterDiv.selectedFilter, .filterBoxContainer.clientDiv.selectedClient, .filterBoxContainer.categoryDiv.selectedCategory,
.filterBoxContainer.discountDiv.selectedDiscount{
  border-color: var(--base);
}

.specDiv.hasImg {
  width: auto;
  float: left;
  position: relative;
  margin-right: 9px;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
}

.hasImg .subfilterName {
  display: none;
}

.hasImg.selectedSpec {
  border-bottom: 1px solid var(--base);
}

.brandDiv.selectedBrand {
  color: var(--secondary);
}

.brandDiv:hover:not(.selectedBrand) {
  color: var(--secondary);
}

.categorydDiv:hover:not(.selectedCategory) {
  color: var(--secondary);
}


.subfilterName .filterCircle::after {
  display: block;
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  border-radius: 50%;
  background: #fff;
}

.filterBoxContainer.selectedBrand .filterCircle::after,
.filterBoxContainer.selectedFilter .filterCircle::after,
.filterBoxContainer.selectedSpec .filterCircle::after,
.filterBoxContainer.selectedPrice .filterCircle::after {
  background: var(--base);
}

.priceFilter .subfilterName {
  padding-left: 0;
  text-align: left;
  cursor: pointer;
}
.priceFilter .subfilterName:hover {
  font-weight: 700;
}

.subfilterName .filterCircle {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--base);
}

.priceFilter.selectedPrice {
  font-weight: 600;
}

.removeWishlistProduct {
  bottom: 10px;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  z-index: 1;
}
select#orderSelect option {
    background: var(--web-background);
}
#openFilterBtn svg, .orderByContainer svg{
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.orderByContainer svg{
  position:absolute;
right:0
}

.bkg80{
    width: 100%;
    background:var(--lighter-base);
    height: 100%;
    inset: 0;
    position: fixed;
    opacity: 0;
    z-index: 9;
    transition: opacity 1.2s;
    visibility: hidden;
}
.bkg80.openFilter{
    opacity: 1;
    visibility: visible;
}

body {
  right: 0;
  -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

#categoryReference {
  position: relative;
  text-align: left;
  margin-top: 55px;
  margin-bottom: 42px;
  float: left;
  width: fit-content;
  margin-left: 0%;
}

#leftProductsContent {
  background-color: var(--web-background);
  position: fixed;
  height: 100dvh;
  display: grid;
  grid-auto-rows: 50px 1fr 66px;
  width: 50%;
  min-width: 300px;
  text-transform: uppercase;
  font-size: var(--base-font-size);
  top: 0;
  z-index: 11;
  right: -80%;
  box-shadow: -7px 0 18px rgb(0 0 0 / 10%);
  -moz-transition: right 0.3s ease-in-out;
  -webkit-transition: right 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 1.2s cubic-bezier(0.92, 0, 0, 0.99);
  max-width: 850px;
  gap: 0;
  padding: 30px 0 40px;
  box-sizing: border-box;
}

body.openFilter {
  right: 0px;
}
.totalProducts{
    text-align: center;
    margin-top: 35px;
    margin-bottom: 5px;
    color:    var(--lighter-base);
    font-size: 13px;
}

.openFilters {
  height: fit-content;
  background-color: #f6f5f3;
  margin-top: 55px;
  z-index: 8;
}
.gridViewToggle{
  display:grid;
  grid-template-columns: auto auto;
  gap:10px;
  float: left;
  width: auto;
  margin: 35px 0 35px;
  height: 40px;
}
.gridViewToggleBtn{
    display:grid;
    grid-template-columns: repeat(var(--boxes), 1fr);
    gap: 4px;
    cursor: pointer;
    align-content: center;
}
.gridViewToggleBtn span{
  width: 4px;
  height: 4px;
  background: var(--base);
  border-radius: 100%;
  border:1px solid currentColor;
}
.gridViewToggleBtn:not(.active) span{
  color: var(--lines-border-color);
  background: var(--lines-border-color);
}
.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: 97%;
  margin-bottom: 10px !important;
  position: relative;
  overflow: hidden;
  padding-left: 4px;
  text-transform: uppercase;
  height: fit-content;
}

.productGrouptitle {
  margin: 0;
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 0.1px;
  margin-bottom: 10px;
  cursor: pointer;
  color: #73868a;
  font-weight: 500;
}

.productGroupInfo {
  width: 95%;
  position: relative;
  margin-bottom: 5px;
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  margin-top: 5px;
  margin-left: 10px;
  display: none;
}

.openClose {
  position: relative;
  float: right;
  right: -1px;
}

.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 30px;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(var(--shop-grid-items), 1fr);

  transition: grid-template-columns 0.3s ease;
}
#rightProductsContent.noProducts{
  grid-template-columns:  1fr;
  
}


.widthContainer {
  width: var(--web-container) !important;
  height: fit-content;
  margin-top: 0;
  overflow: hidden;
  min-height: 40vh;
}

.categoriesUrlContainer, #wishlistLabel {
  margin: 0px auto 35px;
  line-height: var(--base-line-height);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: var(--aux-font-weight);
  font-size: var(--h1-font-size);
  position: relative;
  overflow:hidden;
}

.categoriesUrlContainer a {
  color: var(--lighter-base);
}

.categoriesUrlContainer a:last-of-type {
  color: var(--base);
  opacity: 100%;
}
#wishlistLabel{
  margin-top:40px;
}
.categoriesUrlContainer > *, .totalProducts span, .clientName > span, #wishlistLabel > * {
  display: inline-block;
  opacity: 0;
  will-change: transform, opacity;
  transition:
    transform .90s cubic-bezier(.20,.65,.20,1),
    opacity   .70s ease-out;
}

.categoriesUrlContainer > *, .clientName > span, #wishlistLabel > * {
  transform: translateY(-120%);
}
.totalProducts span {
  transform: translateY(120%);
}

.categoriesUrlContainer.observer.onViewport > *, .totalProducts.observer.onViewport span, .clientName.observer.onViewport span, #wishlistLabel.observer.onViewport > * {
  transform: translateY(0);
  opacity: 1;
}
.totalProducts.observer.onViewport span { transition-delay: .0s; }
.categoriesUrlContainer.observer.onViewport > *, .clientName > span, #wishlistLabel.observer.onViewport > * { transition-delay: .35s; }

.spec {
  width: 42px;
  height: 42px;
  line-height: 40px;
  margin: 0 auto;
  margin-left: 0;
  float: left;
  margin-right: 15px;
}

.selectedColor {
  margin-bottom: 5px;
}

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

#noProducts {
  position: relative;
  color: var(--base);
  text-align: center;
  font-size: var(--base-font-size) !important;
  background: unset !important;
}

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

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

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

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

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

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

#favTitle {
  justify-content: center;
  position: relative;
  margin: 55px 0 42px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: unset;
}

#filterSubHeader {
  display: none;
}

#openFilterBtn {
  text-align: center;
  right: 0%;
  position: relative;
  box-sizing: border-box;
  float: right;
  height: 40px;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
  border-radius: var(--border-radius-small);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  margin: 35px 0 35px;
  margin-left: 15px;
  display: flex;
  padding: 9px 15px;
  align-items: center;
  -moz-transition: right 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  -webkit-transition: right 0.3s cubic-bezier(0.74, 0.03, 0.41, 0.94), color 0.3s ease-in-out, background 0.3s ease-in-out;
  -moz-transition: right 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out;
  justify-content: space-evenly;
}

#openFilterBtn img {
  height: 11px;
  margin-right: 10px;
  filter: var(--icons-invert);
}

#openFilterBtn:hover img {
  filter: invert(1);
}

#openFilterBtn:hover {
  background-color: var(--base-aux);
  color: var(--button-font-color-hover);
}

.openFilter#leftProductsContent {
  right: 0;
}

#filterImg {
  float: left;
  height: 25px;
  position: relative;
  top: 2px;
  left: 2px;
  display: none;
}

.filterHeader {
  height: auto;
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--lines-border-color);
}

#cleanFilters,
#applyFilters {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 25px 0;
  cursor: pointer;
  border: 1px solid var(--crema);
  box-sizing: border-box;
}

#cleanFiltersContainer {
  width: 90%;
  height: auto;
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 2.5%;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  margin: 0 auto;
}

.filterTitle {
  width: auto;
  position: relative;
  float: left;
  font-weight: var(--secondary-font-weight);
}

#closeFilter {
  float: left;
  font-size: 14px;
  cursor: pointer;
  height: 14px;
  width: 14px;
  text-transform: lowercase;
  text-align: right;
  font-weight: var(--secondary-font-weight);
}

#closeFilter:hover {
  color: var(--grey);
}

#filters {
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  overflow-y: auto;
}

#cleanFiltersContainer::before {
        content: '';
        display: block;
        width: 100%;
        height: 120px;
        position: absolute;
        top: -120px;
        background: linear-gradient(rgba(253, 253, 251, 0), rgba(253, 253, 251, 1));
        pointer-events: none;
}

#filters::-webkit-scrollbar {
  display: none;
}

.specImg {
  position: relative;
  height: 34px;
  width: 34px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  /* margin-right: 7px; */
  margin-bottom: 6px;
  cursor: pointer;
  border: 0px solid transparent;
  display: block;
  border-radius: var(--border-radius-small);
  /* padding: 2px 0px; */
}
.specImg[title="Blanco"],
.specImg[title="White"],
.specImg[title="white"],
.specImg[title="blanco"],
.specImg[title="blanca"],
.specImg[title="Blanca"] {
  border: 1px solid var(--lighter-base);
}

.selectedSpecfilterBoxContainer .specImg {
  border: 1px solid var(--base);
}

.category {
  color: #95a5a6;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.subCategory {
  color: #95a5a6;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  float: left;
}

.ordenarPor {
  display: block;
  position: relative;
  margin-bottom: 7px;
  float: left;
  color: #000;
}

.orderByContainer {
  position: relative;
  float: right;
  display: flex;
  height: 40px;
  text-transform: uppercase;
  justify-content: space-between;
  width: fit-content;
  margin: 35px 0 35px;
  align-items: center;
  font-size: var(--base-font-size);
}

.orderTitle {
  color: #000;
  font-size: 16px;
  margin-right: 20px;
  line-height: 34px;
}

.selectedOrder {
  color: #535353;
  font-weight: 500;
  float: left;
  text-indent: 10px;
}

.arrowOrder {
  float: right;
  margin: 0 10px;
}

.orderByDropdown {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: auto;
  border-radius: var(--border-radius-small);
  font-size: var(--base-font-size);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.selectedOrderContainer {
  min-width: 100px;
  height: 30px;
  line-height: 30px;
}

.orderOptions {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.order {
  color: #a1a1a1;
  margin: 5px 0;
  text-indent: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.order:hover {
  color: #535353;
}

#orderSelect {
  width: auto;
  padding: 10px 15px 10px 10px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--base);
  position:relative;
  -ms-appearance: none;
  cursor: pointer;
}

.filterDropdown {
  position: relative;
  height: auto;
  overflow: hidden;
  width: calc(100% - 80px);
  padding: 0;
  margin: 0 auto;
  border-bottom: 1px solid var(--lines-border-color);
}
.filterDropdown:last-of-type{
  margin-bottom: 30px;
}


.filterDropdown.notDropdown {
  border-bottom: unset;
}

.filterDropdown.notDropdown .filtersContainer {
  height: auto;
}

.selectedFiltersBox {
  position: relative;
  overflow: hidden;
  width: calc(100% - 12px);
  padding-left: 12px;
}

.selectedFilterText {
  float: left;
  margin-right: 6px;
  margin-bottom: 12px;
  font-size: 12px;
  position: relative;
}

.selectedFilterText::before {
  content: ",";
  position: absolute;
  right: -3px;
  font-size: 130px;
}

.selectedFilterText:last-of-type::before {
  content: "";
}

.filterNameDropdown {
  position: relative;
  width: 100%;
  padding: 27px 0;
  text-align: left;
  cursor: pointer;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--base-font-size);
  line-height: var(--base-font-size);
  font-weight: var(--secondary-font-weight);
}

.filterNameText {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.openCloseFilter {
  font-size: 14px;
}

.filterNameDropdown.open img.openCloseFilter {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

img.openCloseFilter {
  position: absolute;
  right: 37px;
  height: 14px;
}

.filtersContainer {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}

.filters {
  margin-bottom: 14px;
  overflow: hidden;
}


.filterBoxContainer.specDiv:not(.hasImg), .filterBoxContainer.filterDiv, .filterBoxContainer.clientDiv, .filterBoxContainer.categoryDiv, .filterBoxContainer.categoryDiv,
.filterBoxContainer.discountDiv{
  border-bottom: 1px solid transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  height: auto;
  cursor: pointer;
  width: fit-content;
}

.filterBoxContainer.specDiv:not(.hasImg).selectedSpec,
.filterBoxContainer.filterDiv.selectedFilter {
  border-color: var(--base);
}

.specDiv.hasImg {
  width: auto;
  float: left;
  position: relative;
  margin-right: 9px;
  border-bottom: 1px solid transparent;
  margin-bottom: 10px;
}

.hasImg .subfilterName {
  display: none;
}

.hasImg.selectedSpec {
  border-bottom: 1px solid var(--base);
}

.brandDiv.selectedBrand {
  color: var(--secondary);
}

.brandDiv:hover:not(.selectedBrand) {
  color: var(--secondary);
}

.categoryDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.categoryNameDiv {
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: left;
  margin: 10px 0;
}

.categoryNameDiv:hover {
  font-weight: 600;
}

.subfilterName {
    line-height: 32px;
    position: relative;
    cursor: var(--base-font-size);
    box-sizing: border-box;
    width:fit-content;
}

.subfilterName .filterCircle::after {
  display: block;
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  border-radius: 50%;
  background: #fff;
}

.filterBoxContainer.selectedBrand .filterCircle::after,
.filterBoxContainer.selectedFilter .filterCircle::after,
.filterBoxContainer.selectedSpec .filterCircle::after,
.filterBoxContainer.selectedPrice .filterCircle::after {
  background: var(--base);
}

.priceFilter .subfilterName {
  padding-left: 0;
  text-align: left;
  cursor: pointer;
}
.priceFilter .subfilterName:hover {
  font-weight: 700;
}

.subfilterName .filterCircle {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  position: relative;
  border-radius: 50%;
  border: 1px solid var(--base);
}

.priceFilter.selectedPrice {
  font-weight: 600;
}

.removeWishlistProduct {
  bottom: 10px;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  z-index: 1;
}
select#orderSelect option {
    background: var(--web-background);
}
#openFilterBtn svg, .orderByContainer svg{
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.orderByContainer svg{
  position:absolute;
right:0
}

.bkg80{
    width: 100%;
    background:var(--lighter-base);
    height: 100%;
    inset: 0;
    position: fixed;
    opacity: 0;
    z-index: 9;
    transition: opacity 1.2s;
    visibility: hidden;
}
.bkg80.openFilter{
    opacity: 1;
    visibility: visible;
}



.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    direction: ltr;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.caption {
    font-size: 12px;
    width: 50%;
    float: left;
    margin-top: 15px;
    color: #22221180;
}

.col-xs-6.text-right.caption {
    text-align: end;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
                                             its values is > 50%. */
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}


/* Painting and performance;
                                       * Browsers can paint handles in their own layer.
                                       */

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Slider size and handle placement;
                                       */

.noUi-horizontal {
    height: 4px;
}

.noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #000000;
    border: 3px solid #727272;
}


/* Styling;*/

.noUi-background {
    background: #D6D6D6;
}

.noUi-connect {
    background: #000000;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 2px;
}

.noUi-target {
    border-radius: 2px;
}

.noUi-target.noUi-connect {
}


/* Handles and cursors;
                                       */

.noUi-draggable {
    cursor: w-resize;
}

.row {
    width: calc(100% - 25px);
    padding-top: 10px;
    margin: 0 auto;
}

#content {
    overflow: visible;
    padding-bottom: 15px;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    border: 8px solid #727272;
    border: 8px solid rgba(114, 114, 114, 0.38);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    left: -14px;
    top: -14px;
}


/* Disabled state;
                                       */

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
#filterByPrice{
  display: none;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  .widthContainer {
    min-width: unset;
    max-width: unset;
  }
}

@media screen and (max-width: 768px) {
  #categoryReference {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  #cleanFilters,
  #applyFilters {
    font-size: var(--menu-font-size);
    padding: 15px 0;
  }
  .ordenarPor {
    display: block;
    position: relative;
    margin-bottom: 7px;
    float: left;
    color: #000;
  }

  .openDrop {
    display: block;
    height: auto !important;
    transition: height 0.3s ease-in;
  }

  .categoriesUrlContainer img {
    top: 0px;
  }

  #filtersMobile {
    display: block;
    position: relative;
    height: auto;
  }

  .orderByContainer {
    float: left;
    margin: 5px 0;
    background: var(--web-background);
    position: sticky;
    top: calc(var(--menu-height) - 23px);
    z-index: 2;
    width: 250px;
  }

  #filtersDiv {
    top: 0;
    width: 100%;
    position: relative;
    right: 0;
    z-index: 8;
    margin-top: 25px;
  }

  .imageFilter {
    float: left;
    width: 35px;
    margin: 0 7px;
    height: 35px;
    margin-top: 10px;
  }

  .filtersTitle {
    position: relative;
    height: 37px;
    display: none !important;
    width: 50%;
    float: right;
    display: none;
    line-height: 37px;
    background-color: #95a5a6;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 3.5%;
    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: 60%;
  }

  #mobileFiltersIcon {
    position: relative;
    float: left;
    height: 48%;
    margin-right: 10px;
    margin-left: 10px;
    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;
  }

  #leftProductsContent {
    width: 90%;
    right: -91%;
    padding: calc((100% - var(--web-container)) /2) 0 calc((100% - var(--web-container)) /2);
    gap: 0;
    grid-auto-rows: 50px 1fr 50px;
  }
  #favTitle {
    margin: 30px 0 20px;
  }
  body.openFilter {
    right: 0px;
    overflow: hidden;
  }


  #orderSelect {
    font-size: 12px;
    padding: 10px 20px 10px 5px;
  }

  #filterSubHeader {
    display: block;
    height: 50px;
    width: 100%;
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
  }

  #dropDownDummy {
    position: relative;
    height: 75px;
  }

  .filterNameArrow {
    position: relative;
    bottom: unset;
    margin-top: 24px;
    margin-left: 15px;
    transform: rotate(-90deg);
  }

  #openFilterBtn {
    width: calc(100% - 250px);
    right: calc((100% - var(--web-container)) / 2);
    position: sticky;
    z-index: 2;
    padding: 9px 0px;
    margin: 5px 0;
    top: calc(var(--menu-height) - 23px);
    background: var(--web-background);
    justify-content: end;
  }
.gridViewToggle{
  display:none;
}
  #rightProductsContent {
    margin: 0 auto;
    padding-top: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  #noProducts {
    position: relative;
    text-align: center;
    color: var(--base);
    width: 100% !important;
    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: 0;
  }

  #priceFilterName {
    background-color: #fff0;
  }

  .subcategoryDiv {
    margin-left: 10px;
  }

  .filterName {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 7px;
  }
  .totalProducts{
    margin-top: 5px;
    margin-bottom: 0;
  }
  .categoriesUrlContainer, #wishlistLabel{
    margin-bottom: 20px;
  }
#wishlistLabel{
      margin-top: 10px;
}
  .widthContainer {
    margin: 5px auto 4%;
    min-width: unset !important;
    max-width: unset !important;
    height: 100%;
    overflow: visible;
  }

  .filter {
    width: 90%;
    margin: 10px auto;
    float: none;
    overflow: hidden;
    height: fit-content;
    background-color: unset;
  }

  .imageFilter img {
    width: 100%;
    height: 100%;
  }

  .secondImg {
    top: -15px !important;
  }

  #filterBars1 {
    position: relative;
    width: 27px;
    float: left;
    margin-top: 9px;
    margin-left: 24px;
    z-index: 22;
  }



  .filterNameDropdown.notDropdown {
    font-size: 15px;
  }

  .filterTitle2 {
    width: 80%;
    text-align: center;
    position: relative;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    float: left;
    text-indent: 20%;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
  }

 .filterHeader, .filterDropdown{
   width:100%;
 }
  .filtersContainer{
    width:var(--web-container);
    margin: 0 auto;
    font-size: var(--menu-font-size);
  }
  .subfilterName{
    line-height: var(--base-line-height);
}
  .filters{
    margin-top:10px;
  }
  .filterBoxContainer.specDiv:not(.hasImg), .filterBoxContainer.filterDiv{
    height: auto;
    margin-bottom: 15px;
  }
   .filterHeader{
  padding-bottom: calc((100% - var(--web-container)) / 2);
  }

  #closeFilter{
    margin-right: calc((100% - var(--web-container)) / 2);  
  }
  #cleanFiltersContainer::before{
    width: 110%;
    left: -5%;
}
}
@media (hover: hover) and (pointer: fine) {
  .specDiv.hasImg:hover {
    border-bottom: 1px solid var(--base);
  }
  .filterBoxContainer.specDiv:not(.hasImg):hover, .filterBoxContainer.filterDiv:hover, .filterBoxContainer.categoryDiv:hover {
    border-color: var(--base);
  }
  #cleanFiltersContainer > div:hover {
    background: var(--crema);
  }
}

#filterByPrice{
  display: none;
}

@media screen and (min-width: 770px) and (max-width: 1100px) {
  .widthContainer {
    min-width: unset;
    max-width: unset;
  }
}

@media screen and (max-width: 768px) {
  #categoryReference {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
  }
  #cleanFilters,
  #applyFilters {
    font-size: var(--menu-font-size);
    padding: 15px 0;
  }
  .ordenarPor {
    display: block;
    position: relative;
    margin-bottom: 7px;
    float: left;
    color: #000;
  }

  .openDrop {
    display: block;
    height: auto !important;
    transition: height 0.3s ease-in;
  }

  .categoriesUrlContainer img {
    top: 0px;
  }

  #filtersMobile {
    display: block;
    position: relative;
    height: auto;
  }

  .orderByContainer {
    float: left;
    margin: 5px 0;
    background: var(--web-background);
    position: sticky;
    top: calc(var(--menu-height) - 23px);
    z-index: 2;
    width: 250px;
  }

  #filtersDiv {
    top: 0;
    width: 100%;
    position: relative;
    right: 0;
    z-index: 8;
    margin-top: 25px;
  }

  .imageFilter {
    float: left;
    width: 35px;
    margin: 0 7px;
    height: 35px;
    margin-top: 10px;
  }

  .filtersTitle {
    position: relative;
    height: 37px;
    display: none !important;
    width: 50%;
    float: right;
    display: none;
    line-height: 37px;
    background-color: #95a5a6;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 3.5%;
    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: 60%;
  }

  #mobileFiltersIcon {
    position: relative;
    float: left;
    height: 48%;
    margin-right: 10px;
    margin-left: 10px;
    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;
  }

  #leftProductsContent {
    width: 90%;
    right: -91%;
    padding: calc((100% - var(--web-container)) /2) 0 calc((100% - var(--web-container)) /2);
    gap: 0;
    grid-auto-rows: 50px 1fr 50px;
  }
  #favTitle {
    margin: 30px 0 20px;
  }
  body.openFilter {
    right: 0px;
    overflow: hidden;
  }


  #orderSelect {
    font-size: 12px;
    padding: 10px 20px 10px 5px;
  }

  #filterSubHeader {
    display: block;
    height: 50px;
    width: 100%;
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
  }

  #dropDownDummy {
    position: relative;
    height: 75px;
  }

  .filterNameArrow {
    position: relative;
    bottom: unset;
    margin-top: 24px;
    margin-left: 15px;
    transform: rotate(-90deg);
  }

  #openFilterBtn {
    width: calc(100% - 250px);
    right: calc((100% - var(--web-container)) / 2);
    position: sticky;
    z-index: 2;
    padding: 9px 0px;
    margin: 5px 0;
    top: calc(var(--menu-height) - 23px);
    background: var(--web-background);
    justify-content: end;
  }
.gridViewToggle{
  display:none;
}
  #rightProductsContent {
    margin: 0 auto;
    padding-top: 10px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  #noProducts {
    position: relative;
    text-align: center;
    color: var(--base);
    width: 100% !important;
    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: 0;
  }

  #priceFilterName {
    background-color: #fff0;
  }

  .subcategoryDiv {
    margin-left: 10px;
  }

  .filterName {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 7px;
  }
  .totalProducts{
    margin-top: 5px;
    margin-bottom: 0;
  }
  .categoriesUrlContainer, #wishlistLabel{
    margin-bottom: 20px;
  }
#wishlistLabel{
      margin-top: 10px;
}
  .widthContainer {
    margin: 5px auto 4%;
    min-width: unset !important;
    max-width: unset !important;
    height: 100%;
    overflow: visible;
  }

  .filter {
    width: 90%;
    margin: 10px auto;
    float: none;
    overflow: hidden;
    height: fit-content;
    background-color: unset;
  }

  .imageFilter img {
    width: 100%;
    height: 100%;
  }

  .secondImg {
    top: -15px !important;
  }

  #filterBars1 {
    position: relative;
    width: 27px;
    float: left;
    margin-top: 9px;
    margin-left: 24px;
    z-index: 22;
  }

  .filterNameDropdown {
    width: var(--web-container);
    margin: 0 auto;
    float: unset;
    padding: 24px 0;
    font-size: var(--menu-font-size);
    line-height: var(--menu-font-size);
  }

  .filterNameDropdown.notDropdown {
    font-size: 15px;
  }

  .filterTitle2 {
    width: 80%;
    text-align: center;
    position: relative;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    float: left;
    text-indent: 20%;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
  }

 .filterHeader, .filterDropdown{
   width:100%;
 }
  .filtersContainer{
    width:var(--web-container);
    margin: 0 auto;
    font-size: var(--menu-font-size);
  }
  .subfilterName{
    line-height: var(--base-line-height);
}
  .filters{
    margin-top:10px;
  }
  .filterBoxContainer.specDiv:not(.hasImg), .filterBoxContainer.filterDiv{
    height: auto;
    margin-bottom: 15px;
  }
   .filterHeader{
  padding-bottom: calc((100% - var(--web-container)) / 2);
  }
  .filterTitle{
    height: auto;
    margin-left: calc((100% - var(--web-container)) / 2);
  }
  #closeFilter{
    height: auto;
    margin-right: calc((100% - var(--web-container)) / 2);
  }
  #cleanFiltersContainer::before{
    width: 110%;
    left: -5%;
}
}
@media (hover: hover) and (pointer: fine) {
  .specDiv.hasImg:hover {
    border-bottom: 1px solid var(--base);
  }
  .filterBoxContainer.specDiv:not(.hasImg):hover, .filterBoxContainer.filterDiv:hover, .filterBoxContainer.clientDiv:hover {
    border-color: var(--base);
  }
  #cleanFiltersContainer > div:hover {
    background: var(--crema);
  }
}
