:root {
  --transition: right 0.3s ease-in-out, opacity 0.3s ease-in-out;
  --right-transition: right 0.3s ease-in-out;
}

body {
  right: 0;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.blurBkg80 {
  position: absolute;
  top: -70px;
  z-index: 5;
  left: 0;
  padding-top: 38px;
  overflow: visible;
  display: block;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
}

.categoryImg {
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
  width: var(--web-container);
  padding-block: 23px;
  border-bottom: 1px solid #cacaca;
}

.widthContainer {
  width: 90%;
  margin: 0 auto;
}

.topProductsContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.categoriesUrlContainer p {
  margin: 0px 7px;
}

#categoryReference,
.categoriesContainer,
.currentCategoryLabel,
.currentSearchLabel,
.wishlistTitle,
.categoryReference {
  /* margin-block: 40px 20px; */
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #a3a7a8;
}

#categoryReference,
h1.categoriesUrlContainer,
.categoriesUrlContainer a:last-of-type {
  color: #18355D;
}

.currentSearchLabel #categoryReference {
  margin-block: 0;
}

.categoriesUrlContainer img {
  position: relative;
  margin: 0px 5px;
  width: 6px;
  height: auto;
  top: 1px;
  -webkit-filter: brightness(0) saturate(100%) invert(68%) sepia(0%) saturate(2831%) hue-rotate(303deg) brightness(97%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(68%) sepia(0%) saturate(2831%) hue-rotate(303deg) brightness(97%) contrast(96%);
}

.categoriesUrlContainer img:last-of-type {
  -webkit-filter: none;
  filter: none;
}

.leftLabelContainer {
  width: 65%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #595c65;
}

.currentCategoryLabel h2,
.currentSearchLabel h2 {
  font-size: 14px;
  line-height: 18px;
  color: #18355D;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 32px;
}

.topFiltersDiv {
  position: relative;
  float: left;
  width: 49%;
  height: auto;
  font-weight: 500;
  overflow: visible;
  margin: 80px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#filterTabsContainer {
  position: relative;
  float: left;
  width: 100%;
  height: 45px;
  cursor: pointer;
  display: none;
}

#filterTabsContainer.showFilterTabs {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}

.filterTabsTxt {
  width: 89px;
  position: relative;
  float: left;
  margin-right: 15px;
  height: 30px;
  line-height: 28px;
  font-size: 13px;
  font-weight: 600;
}

.filterTab {
  position: relative;
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 0px 0px 9px;
  border: 1px solid #cacaca;
  border-radius: 7px;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 11px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

#filterTabsContainer #cleanFilters {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
  text-align: left;
  position: relative;
  height: 24px;
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0;
  cursor: pointer;
  padding: 10px 5px;
  -ms-flex-line-pack: center;
  align-content: center;
  cursor: pointer;
  text-transform: inherit;
  font-size: 13px;
  color: var(--lighter-base);
  text-decoration: underline;
}

#filterTabsContainer #cleanFilters:hover {
  color: var(--base);
  background: transparent;
}

#removeFilters {
  position: relative;
  bottom: 0;
  float: left;
  text-align: left;
  font-size: 13px;
  line-height: 28px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  cursor: pointer;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  color: #767676;
  text-decoration: underline;
}

#removeFilters:hover {
  background-color: #000;
  color: #595c65;
  font-weight: 500;
}

.removeFilter {
  position: relative;
  float: right;
  /* margin-left: 9px; */
  cursor: pointer;
  width: 15px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 9px;
  font-size: 10px;
}

.showFilters {
  position: relative;
  float: left;
  width: auto;
  height: 35px;
  background: transparent;
  color: #595c65;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  font-weight: 600;
  margin-top: 20px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
}

/* .showFilters:hover {
  background: var(--principal2);
  border: 1px solid var(--principal2);
} */

.filtersIcon {
  position: relative;
  width: 10px;
  margin-right: 8px;
  -webkit-filter: brightness(0) saturate(100%) invert(37%) sepia(6%) saturate(298%) hue-rotate(129deg) brightness(95%) contrast(93%);
  filter: brightness(0) saturate(100%) invert(37%) sepia(6%) saturate(298%) hue-rotate(129deg) brightness(95%) contrast(93%);
  height: auto;
}

.orderByContainer {
  position: relative;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  opacity: 1;
  min-width: 18%;
}

.orderByDropdown {
  position: relative;
  background-color: transparent;
  cursor: pointer;
  font-weight: 400;
  height: 38px;
  width: 100%;
}

#orderSelect {
  color: #a3a7a8;
  text-indent: 0;
  font-size: 12px;
  line-height: 38px;
  font-weight: 500;
  border: 1px solid #cacaca;
  border-radius: 8px;
  width: 100%;
  padding: 0 17px;
  background-image: url(../../files/orderByDropdown.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
  background-size: 15px;
}

#selectProductSizeDiv {
  width: 76px;
  float: left;
  height: 38px;
  top: 111px;
  margin-right: 18px;
  border-radius: 8px;
  outline: 1px solid #cacaca;
  outline-offset: -1px;
  position: relative;
  z-index: 1;
}

.selectProductSizeContainer {
  width: 50%;
  float: left;
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
  background: #0b3c9b;
  position: relative;
  z-index: 2;
}

.selectProductSizeContainer.selected {
  z-index: 3;
}

#selectFourPerLine.notSelected img {
  -webkit-filter: brightness(0) saturate(100%) invert(72%) sepia(4%) saturate(209%) hue-rotate(129deg) brightness(92%) contrast(90%);
  filter: brightness(0) saturate(100%) invert(72%) sepia(4%) saturate(209%) hue-rotate(129deg) brightness(92%) contrast(90%);
}

#selectFourPerLine.notSelected:hover img,
#selectThreePerLine:hover img {
  -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(59%) saturate(3478%) hue-rotate(214deg) brightness(93%) contrast(97%);
  filter: brightness(0) saturate(100%) invert(16%) sepia(59%) saturate(3478%) hue-rotate(214deg) brightness(93%) contrast(97%);
}

#selectFourPerLine.notSelected:hover .selectProductSizeLogoHover {
  display: none !important;
}

#selectFourPerLine.notSelected:hover .selectProductSizeLogo {
  display: block !important;
}

#selectFivePerLine.notSelected:hover .selectProductSizeLogoHover {
  display: block !important;
}

#selectFivePerLine.notSelected:hover .selectProductSizeLogo {
  display: none !important;
}

#selectFivePerLine .selectProductSizeLogo,
#selectFivePerLine .selectProductSizeLogoHover {
  width: 25px;
  padding: 13px 7px 14px 6px;
}

.selectProductSizeLogo,
#selectFivePerLine .selectProductSizeLogo {
  display: block;
}

.selectProductSizeLogoHover,
#selectFivePerLine .selectProductSizeLogoHover {
  display: none;
}

.selectProductSizeLogo,
.selectProductSizeLogoHover {
  width: 25px;
  padding: 13px 7px 14px 6px;
}

#selectThreePerLine .selectProductSizeLogo,
#selectThreePerLine .selectProductSizeLogoHover {
  width: 18px;
  padding: 13px 10px 14px 10px;
}

#selectThreePerLine,
#selectThreePerLine {
  background: transparent;
}

#selectThreePerLine.selected img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(109%) contrast(100%);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(275deg) brightness(109%) contrast(100%);
}

#selectFourPerLine:hover .selectProductSizeLogo,
#selectFivePerLine:hover .selectProductSizeLogo {
  display: none !important;
}

#selectFourPerLine:hover .selectProductSizeLogoHover {
  display: block !important;
}

.productsContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 5%; */
  color: #595c65;
  margin-bottom: 50px;
  height: 100%;
}

#leftProductsContent {
  background-color: #fff;
  position: relative;
  height: 100%;
  width: 25%;
  /* -webkit-transition: var(--right-transition); */
  -o-transition: var(--right-transition);
  /* transition: var(--right-transition); */
  top: 0;
  top: 167px;
  overflow: visible;
  position: sticky;
}

#filters {
  width: 90%;
  position: relative;
  z-index: 1;
  color: #2C2C2E;
  font-size: 14px;
  /* background: var(--secondary); */
  height: auto;
  max-height: calc(100vh - 187px);
  overflow-y: auto;
  padding-bottom: 24px;
  box-sizing: border-box;
  -webkit-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}

.filterDropdown {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #E6E6E6;
  max-height: none;
  height: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.filterDropdown:first-of-type {
  border-top: 1px solid #E6E6E6;
}

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

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

#rightProductsContent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6px 1fr 6px 1fr 6px 1fr;
  grid-template-columns: repeat(5, 1fr);
  width: 90%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
  --product-grid-line: #E6E6E6;
  /* gap: 6px; */
  padding-right: 2px;
  /* z-index: 2; */
  /* margin-bottom: 40px; */
}

#rightProductsContent:not(.noProducts) {
  border-top: none;
  border-left: none;
}

#rightProductsContent .productViewContainer {
  border: none;
  border-left: 1px solid var(--product-grid-line);
  border-bottom: 1px solid var(--product-grid-line);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#rightProductsContent .productViewContainer:nth-child(-n + 5) {
  border-top: 1px solid var(--product-grid-line);
}

#rightProductsContent .productViewContainer:nth-child(5n),
#rightProductsContent .productViewContainer:last-child {
  border-right: 1px solid var(--product-grid-line);
}

#rightProductsContent.mobileElement {
  display: none;
}

#rightProductsContent.noProducts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
}

.wishlistPage {
  padding: 22px 0 80px;
}

.wishlistPage #favTitle {
  margin: 0 0 24px;
  font-size: 20px;
  color: var(--base);
  font-weight: 700;
}

.wishlistPage #rightProductsContent {
  width: 100%;
  margin: 0;
  padding-right: 0;
}

.wishlistPage #rightProductsContent.noProducts {
  min-height: 260px;
  align-items: center;
}

.wishlistPage #rightProductsContent.noProducts #noProducts {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100% !important;
  min-height: 180px;
  height: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--base);
  font-size: 14px !important;
  line-height: 20px !important;
}

.wishlistPage #rightProductsContent .productViewTop {
  position: relative;
}

.wishlistPage #rightProductsContent .productViewTop .removeWishlistProduct {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 4;
  width: 26px;
  height: 26px;
  /* border: 1px solid var(--product-grid-line); */
  border-radius: 50%;
  background: #fff;
  color: var(--base);
  cursor: pointer;
  font-size: 22px;
  /* line-height: 20px; */
  align-items: flex-start;
  text-indent: 0;
}

#cleanFiltersContainer {
  width: 100%;
  height: auto;
  position: relative;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  z-index: 2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#cleanFilters,
#applyFilters {
  width: auto;
  border: none;
  background: transparent;
  color: #18355D;
  text-align: center;
  position: relative;
  height: auto;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  cursor: pointer;
  padding: 0;
  -ms-flex-line-pack: center;
  align-content: center;
  text-transform: inherit;
  font-size: 14px;
  border-radius: 0;
  font-family: inherit;
}

.filtersActionsSeparator {
  color: #18355D;
  font-weight: 400;
  margin: 0 8px;
  line-height: 20px;
}

#cleanFilters:hover,
#applyFilters:hover {
  color: #18355D;
  background: transparent;
  text-decoration: underline;
}

.filterHeader {
  display: none;
}

#closeFilter {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  cursor: pointer;
  text-transform: lowercase;
  font-weight: 500;
  margin-right: 10%;
}

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

.specImg {
  position: relative;
  height: 28px;
  width: 28px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: 7px;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  display: block;
  border-radius: 50%;
  padding: 4px;
}

.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-right: 12px;
  float: none;
  color: #18355D;
  font-size: 12px;
  font-weight: 500;
  line-height: 38px;
  white-space: nowrap;
}

.orderByContainer {
  position: relative;
  float: right;
  /* z-index: 20; */
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* opacity: 1; */
}

.orderTitle {
  color: #595c65;
  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;
  z-index: 1;
  background-color: transparent;
  border: 1px solid var(--base);
  cursor: pointer;
  width: 260px;
  font-weight: 400;
  height: 42px;
  font-size: 12px;
  color: var(--base);
  /* border-radius: 8px; */
}

.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 {
  height: 42px;
  width: 100%;
  padding: 0 42px 0 17px;
  box-sizing: border-box;
  background-image: url(../../files/orderByDropdown.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
  background-size: 15px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -ms-appearance: none;
  color: var(--base);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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: auto;
  height: 58px;
  margin-left: 0;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* text-transform: uppercase; */
}

.filterNameText {
  float: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: var(--base-font-weight);
  font-size: var(--base-font-size);
  color: var(--filter-text-color);
}

.openCloseFilter {
  font-weight: 400;
  color: #595c65;
}

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

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

.filtersContainer {
  position: relative;
  width: 98.5%;
  height: 0;
  overflow: hidden;
  text-transform: capitalize;
  max-height: 200px;
  overflow-y: auto;
  /* margin-bottom: 10px; */
}

.filtersContainer {
  overflow-y: auto;
}

.filtersContainer::-webkit-scrollbar,
#filters::-webkit-scrollbar {
  width: 3px;
}

.filtersContainer::-webkit-scrollbar-track,
#filters::-webkit-scrollbar-track {
  background: transparent;
}

.filtersContainer::-webkit-scrollbar-thumb,
#filters::-webkit-scrollbar-thumb {
  background: #cfcfcf;
}

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

.sizeFilters .filtersContainer {
  max-height: none;
}

.sizeFilters .filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
  overflow: visible;
  padding: 7px 0 8px;
}

.sizeFilters .filterBoxContainer.specDiv:not(.hasImg) {
  width: auto;
  min-width: 34px;
  max-width: 100%;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: none;
  margin: 0;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  text-align: center;
  text-transform: none;
  background: #fff;
  box-sizing: border-box;
}

.sizeFilters .filterBoxContainer.specDiv:not(.hasImg):hover,
.sizeFilters .filterBoxContainer.specDiv.selectedSpec:not(.hasImg) {
  border-color: #18355D;
}

.sizeFilters .subfilterName {
  width: auto;
  min-width: 0;
  height: auto;
  padding: 0 8px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  color: #595c65;
  white-space: nowrap;
  overflow: visible;
}

.sizeFilters .subfilterName::first-letter {
  text-transform: none;
}

.filterBoxContainer.specDiv:not(.hasImg),
.filterBoxContainer.filterDiv {
  border: 1px solid transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 100%;
  float: left;
  margin-right: 10px;
  min-width: 34.6px;
  text-align: left;
  text-transform: lowercase;
  margin-bottom: 10px;
  border-radius: 7px;
}

.specDiv.hasImg {
  width: auto;
  float: left;
  display: block;
  margin-right: 8px;
  margin-bottom: 10px;
}

.hasImg .subfilterName {
  display: none;
}

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

.categoryDiv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-transform: lowercase;
}

.categoryNameDiv {
  position: relative;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: left;
  padding-left: 0;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  color:  #2C2C2E;
}

.categoryNameDiv:hover,
.subfilterName:hover,
.selectedFilter.subfilterName,
.brandDiv:hover:not(.selectedBrand),
.brandDiv.selectedBrand {
  font-weight: 600;
}

.subfilterName {
  padding: 9px 0;
  position: relative;
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.categoryNameDiv::first-letter,
.subfilterName::first-letter {
  text-transform: uppercase;
}

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

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

.priceFilter .subfilterName {
}

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

.tarjetaContainer{
  border:#000 1px solid;
}

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

.removeWishlistProduct {
  right: 0;
  margin-right: 0;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  top: 0;
}

.removeWishlistProduct + .cartButtonContainer {
  right: 0;
  margin-top: 5px;
}

.pagesNavigation {
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 80px auto 80px 0;
  font-weight: var(--semibold-font-weight);
}

.pagesNavigation a,
.numbers {
  position: relative;
  height: auto;
  width: auto;
  margin: auto 7px;
  cursor: pointer;
}

.numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto 0;
}

.pagesNavigation .button {
  margin: auto 20px;
}

.pageNumber {
  color: var(--base);
  background: var(--btn-font);
  border-radius: 50px;
  padding: 14.5px 20px;
}

.pageNumber.selected {
  color: var(--btn-font);
  background: var(--base);
}

.rightProductsContent {
  display: -ms-grid;
  display: grid;
}

.figureBackground {
  position: relative;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0px;
}
#content {
  overflow: visible;
  margin-top: 32px;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  .widthContainer {
    min-width: auto;
    max-width: 1100px;
  }

  .productsContainer #rightProductsContent {
    -ms-grid-columns: 1fr 3;
    grid-template-columns: repeat(3, 1fr);
  }

  #rightProductsContent .productViewContainer:nth-child(5n) {
    border-right: none;
  }

  #rightProductsContent .productViewContainer:nth-child(-n + 5) {
    border-top: none;
  }

  #rightProductsContent .productViewContainer:nth-child(3n),
  #rightProductsContent .productViewContainer:last-child {
    border-right: 1px solid var(--product-grid-line);
  }

  #rightProductsContent .productViewContainer:nth-child(-n + 3) {
    border-top: 1px solid var(--product-grid-line);
  }

  .filtersButtons #selectProductSizeDiv {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .productsContainer #rightProductsContent {
    -ms-grid-columns: 1fr 2;
    grid-template-columns: repeat(2, 1fr);
  }

  #rightProductsContent .productViewContainer:nth-child(3n),
  #rightProductsContent .productViewContainer:nth-child(5n) {
    border-right: none;
  }

  #rightProductsContent .productViewContainer:nth-child(-n + 3),
  #rightProductsContent .productViewContainer:nth-child(-n + 5) {
    border-top: none;
  }

  #rightProductsContent .productViewContainer:nth-child(2n),
  #rightProductsContent .productViewContainer:last-child {
    border-right: 1px solid var(--product-grid-line);
  }

  #rightProductsContent .productViewContainer:nth-child(-n + 2) {
    border-top: 1px solid var(--product-grid-line);
  }

  #leftProductsContent {
    width: 40%;
    -webkit-transition: var(--right-transition);
    -o-transition: var(--right-transition);
    transition: var(--right-transition);
  }

  #filters {
    width: 100%;
    -webkit-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
  }
}

@media screen and (max-width: 1100px) {
  #content .widthContainer {
    width: 100% !important;
    margin: 0 auto;
    top: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .blurBkg80 {
    position: absolute;
    left: 0;
    padding-top: 38px;
    overflow: visible;
    width: 100%;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: -37px;
    z-index: 15;
    height: 300vh;
  }

  .categoryImgContainer {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
  }

  .categoryImg {
    margin: auto;
    max-width: 100vw;
    width: 90%;
    margin-bottom: 0;
    min-width: 0;
  }

  #filterBackdrop {
    margin: 0;
  }

  .topProductsContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: var(--web-container);
    margin: 0 auto 32px;
  }

  .leftLabelContainer {
    width: 100%;
    max-height: fit-content;
    margin-block: 0;
  }

  .currentCategoryLabel,
  .currentSearchLabel,
  #categoryReference,
  .wishlistTitle {
    font-size: 20px;
    line-height: 16px;
    /* margin-block: 24px 20px; */
    color: #18355D;
  }

  .currentSearchLabel #categoryReference {
    margin: 0;
  }

  #categoryReference,
  h1.categoriesUrlContainer,
  .categoriesUrlContainer a:last-of-type {
    color: #18355D;
    width: var(--web-container) !important;
  }

  #categoryReference {
    margin-inline: auto;
  }

  .currentCategoryLabel h2 {
    font-size: 14px;
    color: #18355D;
  }

  #filterTabsContainer.showFilterTabs {
    margin-block: 0 10px;
  }

  .filterTabsTxt,
  .filterTab {
    margin-right: 8px;
  }

  #filterTabsContainer #cleanFilters {
    margin: 0px;
    cursor: pointer;
    padding: 0;
  }

  .topFiltersDiv {
    width: calc(100% - 50px);
    overflow: visible;
    margin: 0px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .orderByContainer {
    width: calc(100% - 57px);
    height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding-bottom: 0;
    top: inherit;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-width: 0;
  }

  .orderByDropdown {
    width: 100%;
    height: 40px;
  }

  #orderSelect {
    height: 42px;
    line-height: 42px;
    /* border: 1px solid var(--base); */
    border-radius: 0;
    color: var(--base);
    font-size: var(--body-font-size);
    font-weight: 400;
    padding: 0 38px 0 12px;
    background-position: calc(100% - 12px) center;
    background-size: 12px;
  }

  .filtersButtons {
    height: 100%;
    position: relative;
  }

  .productsContainer {
    margin-bottom: 0;
  }

  #openFilterBtn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 42px;
    height: 42px;
    right: auto;
    font-size: 0;
    position: relative;
    top: auto;
    margin-top: 0;
    bottom: 2px;
    margin-left: 11px;
    float: right;
    z-index: 6;
    border-radius: 0;
    border: 1px solid #18355d;
    background: #fff;
    text-align: center;
    overflow: hidden;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .filterHeader {
    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;
    height: 70px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .filterTitle {
    margin-left: 10%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: auto;
    position: relative;
    float: left;
    top: auto;
  }

  #openFilterBtn img {
    width: 13px;
    margin-right: 0;
    height: auto;
    margin: auto;
    -webkit-filter: brightness(0) saturate(100%) invert(16%) sepia(59%) saturate(3478%) hue-rotate(214deg) brightness(93%) contrast(97%);
    filter: brightness(0) saturate(100%) invert(16%) sepia(59%) saturate(3478%) hue-rotate(214deg) brightness(93%) contrast(97%);
  }

  .openFilter#leftProductsContent {
    right: 0;
  }

  #leftProductsContent {
    background-color: #fff;
    z-index: 16;
    min-height: unset;
    padding: 0px;
    margin-top: 0px !important;
    height: 0px;
    overflow-y: hidden;
    overflow-x: hidden;
    width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: -7px 20px 18px rgba(0, 0, 0, 0.1);
    box-shadow: -7px 20px 18px rgba(0, 0, 0, 0.1);
    margin-right: 0px;
    min-height: 100vh !important;
    top: 0px;
    position: fixed;
    right: -360px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .filterNameDropdown {
    padding: 30px 10% 20px;
    font-size: 13px;
  }

  #filters {
    position: relative;
    width: 100%;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    padding-bottom: 110px;
    box-sizing: border-box;
  }

  .filtersContainer {
    padding-inline: 10%;
    width: 69.5%;
  }

  #rightProductsContent {
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 0;
    padding-right: 0;
    padding-block: 0 30px;
    display: -ms-grid !important;
    display: grid !important;
    overflow: visible;
    margin: 20px;
  }

  #rightProductsContent.noProducts.mobileElement {
    width: 100%;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: flex-start;
    padding-top: 80px;
  }

  #rightProductsContent .productViewContainer {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    /* padding: 8px 12px 12px; */
    text-align: left;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid var(--product-grid-line);
    border-bottom: 1px solid var(--product-grid-line);
    border-radius: 0;
    aspect-ratio: auto;
    position: relative;
  }

  #rightProductsContent .productViewContainer:nth-child(3n),
  #rightProductsContent .productViewContainer:nth-child(5n) {
    border-right: none;
  }

  #rightProductsContent .productViewContainer:nth-child(-n + 3),
  #rightProductsContent .productViewContainer:nth-child(-n + 5) {
    border-top: none;
  }

  #rightProductsContent .productViewContainer:nth-child(2n),
  #rightProductsContent .productViewContainer:last-child {
    border-right: 1px solid var(--product-grid-line);
  }

  #rightProductsContent .productViewContainer:nth-child(-n + 2) {
    border-top: 1px solid var(--product-grid-line);
  }

  #rightProductsContent .productViewTop {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  #rightProductsContent .productViewBottom {
    width: 85%;
    height: 125px;
    text-indent: 0;
    margin: 12px;
    background-size: contain;
  }

  #rightProductsContent .productViewName {
    width: 100%;
    min-height: 32px;
    max-height: 34px;
    overflow: hidden;
    margin: 0;
    color: #18355D;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-indent: 0;
  }

  #rightProductsContent .productViewSize {
    width: 100%;
    margin: 0;
    color: #18355D;
    font-size: 12px;
    line-height: 16px;
    text-indent: 0;
  }

  #rightProductsContent .productViewPrice {
    width: 100%;
    height: 18px;
    margin: auto 0 0;
    color: #18355D;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-indent: 0;
  }

  #rightProductsContent .oldPrice {
    color: #18355D4D;
    font-size: 14px;
    margin-right: 5px;
  }

  #rightProductsContent .oldPrice:before {
    top: 8px;
  }

  #rightProductsContent .badgesContainer {
    left: 0;
    top: 0;
    gap: 4px;
    padding: 0;
  }

  #rightProductsContent .badgeFile {
    width: 35px;
    height: 18px;
    /* max-width: 34px; */
  }

  #rightProductsContent .buyText,
  #rightProductsContent .fastBuyAddToCart,
  .productSlide .buyText {
    font-size: 11px;
  }

  body.openFilter {
    overflow: hidden;
  }

  .openFilter#leftProductsContent,
  body.openFilter #leftProductsContent {
    right: 0;
    box-shadow: var(--filter-text-color);
  }

  #leftProductsContent {
    background-color: var(--base-aux);
    border: 0;
    box-shadow: -7px 0 18px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: 100dvh;
    max-width: 100vw;
    min-height: 0 !important;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: -100vw;
    top: 0;
    transition: var(--right-transition);
    width: 320px;
    width: min(90vw, 320px);
    z-index: 1001;
  }

  .filterHeader {
    align-items: center;
    border-bottom: 1px solid var(--border-view-product);
    display: flex;
    flex: 0 0 auto;
    height: 80px;
    justify-content: space-between;
    padding: 0 24px;
    width: 100%;
  }

  #leftProductsContent .filterTitle {
    align-items: flex-end;
    display: flex;
    float: none;
    font-size: var(--h1-font-size);
    font-weight: var(--slider-font-weight);
    justify-content: space-between;
    line-height: var(--slider-line-height);
    margin: 0;
    text-transform: none;
    width: 100%;
  }

  #leftProductsContent .filterTitle span {
    display: block !important;
  }

  #closeFilter {
    color: var(--base);
    display: block !important;
    float: none;
    font-size: var(--slider-font-size);
    font-weight: var(--slider-font-weight);
    line-height: var(--slider-line-height);
    margin: 0;
    text-transform: lowercase;
  }

  #filters {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: calc(100dvh - 70px);
    max-height: calc(100dvh - 70px);
    min-height: 0;
    overflow-y: hidden;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    width: 100%;
  }

  .filterDropdown {
    border-bottom: 1px solid var(--border-view-product);
    height: auto;
    margin: 0;
    max-height: none;
    overflow: hidden;
    width: 100%;
  }

  .filterDropdown:first-of-type {
    border-top: 0;
  }

  .filterNameDropdown {
    box-sizing: border-box;
    height: auto;
    min-height: 58px;
    margin: 0;
    padding: 0 24px;
    text-transform: none;
    width: 100%;
  }

  .filterNameText {
    color: var(--filter-text-color);
    font-size: var(--base-font-size);
    font-weight: var(--semibold-font-weight);
    line-height: var(--base-line-height);
  }

  .openCloseFilter {
    color: var(--base);
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    line-height: var(--button-line-height);
  }

  .filtersContainer {
    box-sizing: border-box;
    margin: 0;
    max-height: calc(100dvh - 190px);
    overflow-y: auto;
    padding: 0 24px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }

  .filters {
    margin-bottom: 14px;
  }

  .categoryNameDiv {
    color: var(--filter-text-color);
    display: block;
    margin: 0;
    padding: 7px 0;
  }

  .filterBoxContainer.specDiv:not(.hasImg),
  .filterBoxContainer.filterDiv {
    float: none;
    margin: 0;
    text-align: left;
    text-transform: none;
    width: 100%;
  }

  .specDiv.hasImg {
    float: left;
  }

  .subfilterName {
    color: var(--filter-text-color);
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    padding: 7px 0;
    text-transform: none;
  }

  .sizeFilters .filterBoxContainer.specDiv:not(.hasImg) {
    display: inline-flex;
    float: none;
    margin: 0;
    width: auto;
  }

  .sizeFilters .subfilterName {
    padding: 0 8px;
  }

  #cleanFiltersContainer {
    background-color: var(--base-aux);
    border-top: 1px solid var(--border-view-product);
    bottom: 0;
    box-sizing: border-box;
    display: flex !important;
    gap: 0;
    justify-content: center;
    margin-top: auto;
    padding: 0;
    position: sticky;
    width: 100%;
    z-index: 2;
  }

  .filtersActionsSeparator {
    display: none;
  }

  #cleanFilters,
  #applyFilters {
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    flex: 1 1 0;
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    height: 76px;
    line-height: 76px;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    width: auto;
  }

  #cleanFilters {
    background: var(--base);
    color: var(--btn-font);
    font-size: 0;
  }

  #applyFilters {
    background: var(--base-aux);
    color: var(--base);
  }

  #leftProductsContent #cleanFilters::before {
    content: "Limpiar filtros";
    font-size: var(--button-font-size);
  }

  #leftProductsContent #cleanFilters:hover {
    background: var(--base);
    color: var(--btn-font);
    text-decoration: none;
  }

  #leftProductsContent #applyFilters:hover {
    background: var(--base-aux);
    color: var(--base);
    text-decoration: none;
  }

  div#cleanFilters {
    margin: 0;
  }

  #openFilterBtn {
    align-items: center;
    background: var(--base-aux);
    border-radius: 0;
    box-sizing: border-box;
    display: flex !important;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    margin: 0 0 0 11px;
    overflow: hidden;
    position: relative;
    right: auto;
    top: 0;
    width: 42px;
  }

  .topProductsContent > .leftLabelContainer + #openFilterBtn:last-child {
    margin-left: auto;
  }

  #openFilterBtn .filterTitle {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: normal;
    margin: 0;
    width: 100%;
  }

  #openFilterBtn span {
    display: none;
  }

  #openFilterBtn img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(59%) saturate(3478%) hue-rotate(214deg) brightness(93%) contrast(97%);
    height: auto;
    margin: 0;
    width: 13px;
  }
}

@media screen and (max-width: 376px) {
  #rightProductsContent .buyText,
  #rightProductsContent .fastBuyAddToCart,
  .productSlide .buyText {
    font-size: 9px;
  }
}

@media screen and (max-width: 764px) {
    #rightProductsContent .badgeFile{
        margin: 10px;
    }

    #rightProductsContent .productViewName {
      font-size: 14px;
    }
  }

@media screen and (max-width: 1100px) {
  .wishlistPage {
    padding: 24px 0 48px;
  }

  .wishlistPage #favTitle {
    margin: 0 20px 20px;
  }

  .wishlistPage #rightProductsContent {
    width: calc(100% - 40px);
    margin: 0 20px;
  }

  .wishlistPage #rightProductsContent.noProducts {
    min-height: 220px;
  }

  .wishlistPage #rightProductsContent .productViewTop .removeWishlistProduct {
    top: 8px;
    right: 8px;
  }
}
