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: 20px;
  margin-bottom: 0px;
  /* float: left; */
  width: fit-content;
  margin-left: 0%;
}

#leftProductsContent {
  background-color: #000;
  position: fixed;
  height: 100dvh;
  width: 410px;
  top: 0;
  left: -420px;
  z-index: 7;
  /* box-shadow: -7px 0 18px rgb(255 255 255 / 10%); */
  border: 1px solid #5A5A5A;
  border-left: 0;
  -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: left 0.3s ease-in-out;
}

body.openFilter {
  right: 0px;
}

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

.catTwoArrow {
  margin-top: 7px;
  cursor: pointer;
}

.catTwoArrow.open {
  transform: rotate(90deg);
}

#category-brandFilterArrow {
  height: auto;
  overflow: hidden;
  float: left;
  position: relative;
  width: 100%;
}

.categoryName:hover {
  font-weight: 500;
}

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

.categoryName {
  float: left;
  margin-top: 8px;
  width: 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: 51px;
  grid-template-columns: var(--shop-grid-items);
}

#rightProductsContent.noProducts {
  display: block;
}

.widthContainer {
  width: var(--web-container);
  height: fit-content;
  margin-top: 0;
  overflow: hidden;
}
img.categoryImg {
    width: 92%;
    margin: auto;
    display: flex;
}
.catName {
    position: fixed;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0px);
    z-index: 5;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.categoriesUrlContainer {
  margin: 0;
  line-height: var(--base-line-height);
  width:
  -webkit-fit-content;
  width:
  -moz-fit-content;
  width: fit-content;
  height: 40px;
  float: left;
  opacity: 0;
  line-height: 40px;
  /* display: none; */
  position: fixed;
  top: 30px;
  left: 50%;
  z-index: 20;
  letter-spacing: 4px;
  font-weight: 700;
  text-transform: uppercase;
  transform: translateX(-50%) !important;
}

.categoriesUrlContainer a {
  color: var(--base);
  opacity: 30%;
  display: none;
}

.categoriesUrlContainer a:last-of-type {
  color: var(--base);
  opacity: 100%;
  display: block;
}

.categoriesUrlContainer img {
  width: 3px;
  position: relative;
  top: 0px;
  margin: 0 4px;
  opacity: 30%;
}

.filter {
  flex: 1;
  position: relative;
  float: left;
  height: 50px;
  padding: 10px;
  margin-right: 1%;
  margin-left: 1%;
  color: #73868a;
  display: flex;
  margin-bottom: 10px;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #cfcfcf;
}

.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 {
  width: 60px;
  border-radius: 0;
  text-align: center;
  left: 0%;
  opacity: 0;
  position: relative;
  box-sizing: border-box;
  float: left;
  height: 40px;
  z-index: 1;
  /* border-radius: var(--border-radius-small); */
  font-size: var(
  --base-font-size);
  line-height: var(
  --base-line-height);
  margin: 35px 0 70px;
  /* margin-left: 15px; */
  /* border: 1px solid transparent; */
  display: flex;
  background-color: transparent;
  color: var(
  --button-font-color);
  /* 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 ease-in-out, 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;
}
.categoriesUrlContainer img:last-of-type {
    opacity: 100%;
}

#openFilterBtn img {
  height: 11px;
  margin-right: 10px;
  /* filter: invert(1); */
}

#openFilterBtn:hover img {
  /* -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(264deg)
    brightness(105%) contrast(102%); */
  /* filter: invert(1); */
}

#openFilterBtn:hover {
  border: 1ps solid var(--base-aux);
  color: #fff;
}

.openFilter#leftProductsContent {
  left: 0;
}

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

.filterHeader {
  height: 90px;
  border-bottom: 1px solid #5A5A5A;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cleanFilters,
#applyFilters {
  width: 50%;
  text-align: center;
  position: relative;
  font-weight: 500;
  margin: 0 auto;
  line-height: var(--button-line-height);
  padding: 25px 0;
  cursor: pointer;
  font-size: var(
  --button-font-size);
}
#cleanFiltersContainer{
    border-radius: 0 0 50px 0;
  }
#applyFilters {
  border-right: 1px solid var(--lighter-base);
}

#cleanFiltersContainer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  left: 0;
  border-top: 1px solid var(--lighter-base);
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filterTitle {
  width: auto;
  position: relative;
  font-size: var(--group-font-size);
  float: left;
  margin-left: 8%;
  letter-spacing: var(--letter-spacing);
}

#closeFilter {
  float: left;
  width: fit-content;
  font-size: 18px;
  cursor: pointer;
  text-transform: lowercase;
  margin-right: 9%;
}

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

#filters {
  width: 100%;
  height: calc(100% - 160px);
  float: left;
  position: relative;
  overflow-y: auto;
}

#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="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;
  justify-content: space-between;
  width: fit-content;
  margin: 35px 0 35px;
  opacity: 0;
  color: #fff;
}

.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;
  /* border: 1px solid var(--base); */
  width: 255px;
  border-radius: var(--border-radius-small);
  font-size: var(
  --base-font-size);
  display: flex;
  justify-content: end;
  align-items: center;
}
.orderByTitle {opacity: 0.3;font-weight: 500;font-size: 14px;}
.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 {
  padding: 9px 0px 9px 9px;
  background-image: url(../../files/orderByDropdown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 17px) center;
  background-size: 15px;
  line-height: 20px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -ms-appearance: none;
}

select#orderSelect option {
    color: #000;
}
.filterDropdown {
  position: relative;
  height: auto;
  overflow: hidden;
  width: 92%;
  padding: 0px 0px 0px 8%;
  border-bottom: 1px solid #5A5A5A;
}

.filterDropdown:not(.notDropdown) {
}

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

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

.openCloseFilter {
  font-weight: 600;
  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;
  color: var(--green);
  overflow: hidden;
}

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

.filterBoxContainer.specDiv:not(.hasImg),
.filterBoxContainer.filterDiv {
  border-bottom: 1px solid transparent;
  float: left;
  margin-right: 10px;
  /* min-width: 20px; */
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 10px;
  height: 40px;
  cursor: pointer;
  width: auto;
  /* padding: 0 10px; */
}

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

.specDiv.hasImg {
  width: auto;
  float: left;
  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;
  font-size: 13px;
  cursor: pointer;
  text-align: left;
  padding-left: 15px;
  margin: 10px 0;
}

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

.subfilterName {
  text-align: center;
  line-height: 40px;
  position: relative;
  width: 100%;
  min-width: 20px;
  font-size: 13px;
  cursor: var(--base-font-size);
  box-sizing: border-box;
}

.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: unset;
  right: unset;
  border-radius: 50%;
  height: 27px;
  width: 27px;
  z-index: 1;
  position: relative;
  filter: invert(1);
}

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

@media screen and (max-width: 768px) {
  #categoryReference {
    margin-top: 20px;
    margin-bottom: 20px;
  }
#cleanFilters, #applyFilters {
    font-size: var(--base-font-size);
}
  .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 {
    margin: 0 0 20px;
    width: calc(100% - 106px);
    float: left;
    height: 42px;
    justify-content: start;
  }

  .orderByDropdown {
    width: 230px;
    justify-content: start;
  }
.orderByTitle {width: 85px;white-space: nowrap;}

  #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: 315px;
    right: -325px;
    z-index: 7;
    left: unset;
    transition: right 0.3s ease-in-out;
    border-radius: 50px 0 0 50px;
    border-left: 1px solid #5A5A5A;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  .productViewImagesContainer {
    width: 100%;
    position: relative;
    aspect-ratio: 1/1.4;
    aspect-ratio: var(--main-img-product);
    overflow: hidden;
    /* border-radius: 100%; */
}

.productViewContainer {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-right: 0%;
    margin-left: 0%;
    top: 0;
    margin-bottom: 15px;
    transition: top 0.2s ease-out;
    -moz-transition: top 0.2s ease-out;
    -webkit-transition: top 0.2s ease-out;
    -o-transition: top 0.2s ease-out;
}
.productViewContainer:hover .figureBackground{
  opacity:1;
}
.productSlide .figureBackground {
    bottom:unset;
  
}
.figureBackground {
    bottom: unset;
    right: unset;
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50%;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: transparent;
    opacity: 0;
}

.addWishlistProduct {
    background-image: url(../../files/heartIcon.png);
}

.remove-WishlistProduct {
    background-image: url(../../files/heart-filled.svg);
}

.secondImg {
    opacity: 0;
    position: absolute !important;
    left: 0;
    top: 0;
}

.productViewTop
    iframe {
  width: 100%;
    height: 100%;
}
.productViewTop {
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: 0;
    aspect-ratio: 1/1.4;
    aspect-ratio: var(--main-img-product);
    -o-object-fit: cover;
    object-fit: cover;
    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;
    transition-property: opacity;
    transition-duration: 0.3s;
    border-radius: 100%;
    border-radius: 100%;
}

.productViewBottom {
    height: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: no-w;
    flex-direction: column;
    align-items: center;
    align-content: center;
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    line-height: var(--base-line-height);
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
}

.productViewImage {
    height: 100%;
    width: 100%;
}

.productViewName {
    position: relative;
    margin-top: 14px;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
}

.productBrand {
    text-transform: uppercase;
    color: var(--darkGrey);
    width: 100%;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
}

.productViewPrice {
    display: flex;
    position: relative;
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    /* margin-bottom: 8px; */
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.badgeFile {
    position: relative;
    width: 52px;
    float: left;
    height: auto;
}
    img.badgeFile.noStockBadgeFile {
    width: 85px;
}
.oldPrice {
    position: relative;
    margin-right: 13px;
    font-weight: 500;
    text-decoration: line-through;
    text-decoration-color: #fff;
}

.oldPrice:before {
  position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 1px);
    right: 0;
    border-top: 0px solid;
    border-color: inherit;
}
.priceBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    letter-spacing: 2px;
}
.bankPrice {
    position: relative;
    height: 15px;
    overflow: hidden;
    display: flex;
    font-weight: var(--prices-font-weight);
}

.bankPriceRow {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-right: 13px;
}

.bankPriceImg {
    /* top: 1px; */
    position: relative;
    height: 14.5px;
    margin-right: 5px;
    width: auto;
}

.transferImg {
    height: 20px;
}

.bankPriceText {
    position: relative;
    float: left;
}

.transferText {
    margin-left: 0;
}

.bankPriceText.bank4 {
    color: var(--santander);
}

.bankPriceText.bank1 {
    color: var(--itau);
}

.bankPriceText.bank5 {
    color: var(--scotia);
}

.bankPriceText.bank16 {
    color: var(--scotiaBlack);
}

.bankPriceText.bank12 {
    color: #000;
}

.badgesContainer {
    position: absolute;
    top: 0px;
    left: 15px;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
    @media screen and (max-width: 768px) {
  .productViewContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
  }

  .figureBackground,
  .addWishlistProduct,
  .remove-WishlistProduct {
    width: 30px;
    height: 30px;
  }

  .productViewContainer .bankPriceRow {
    font-size: 13px;
  }

  .bankPriceImg {
    height: 16px;
  }

  .productViewTop {
    overflow: hidden;
    height: 100%;
  }

  .productViewImage {
    height: auto;
  }

  .productSlide .badgeFile {
    top: 0;
  }

  .productViewName {
    margin-bottom: 4px;
    margin-top: 9px;
    margin-left: 0;
    width: 100%;
  }

  .slick-dotted .slick-slider {
    height: 400px;
    width: 100%;
  }

  .slider-nav {
    width: 0% !important;
  }

  .slider-for {
    margin-left: 0;
    width: 100%;
  }
a.productViewContainer .priceBox,
a.productViewContainer .addWishlistProduct {
    opacity: 1;
}
  .productViewPrice {
    justify-content: left;
    font-size: 13px;
    margin-bottom: 0;
  }

  .oldPrice:
    before {
    /* border-top: 1px solid; */}

  .productViewBottom {
    height: auto;
    min-height: 0;
  }

  .transferImg {
    height: 20px;
    margin-right: 7px;
    width: auto !important;
    margin-left: 25px;
  }

  .bankPrice {
    margin-left: 0;
    margin-top: -2px;
    /* width: 100%; */
    flex-wrap: wrap;
    height: auto;
  }

  .productViewContainer .figureBackground {
    opacity: 1;
  }

  .quickView {
    display: none !important;
  }
}
    @media screen and (min-width: 1100px) {
  .addWishlistProduct:hover {
    background-image: url(../../files/heart-filled.svg);
  }
  .productViewImagesContainer:
    hover .secondImg {
    opacity: 1;
  }

  .productViewImagesContainer:
    hover .firstImg {
    opacity: 0;
  }
  .remove-WishlistProduct:
    hover {
    background-image: url(../../files/heartIcon.png);
  }
};
  }
  #favTitle {
    margin: 10px 0;
  }
  body.openFilter {
    right: 0px;
    overflow: hidden;
  }

  body.openFilter #openFilterBtn {
    /* right: calc(5% + 315px); */
  }

  body.openFilter .headerMobileMenuIcon {
    /* left: calc(-5% - 315px); */
  }

  .categoriesUrlContainer {
    margin: 20px 0;
    width: 100%;
  }

  #orderSelect {
    font-size: 12px;
    padding: 0 10px;
    padding-right: 0;
    box-sizing: border-box;
  }

  #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 {
    margin-top: 0px;
    margin-bottom: 0;
    height: 42px;
    float: right;
    font-size: 15px;
    /* position: relative; */
    z-index: 2;
    /* background: var(--secondary); */
    padding: 9px 0px;
    gap: 10px;
    width: 74px;
    font-size: 14px;
  }

  #rightProductsContent {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    gap: 30px;
    grid-template-columns: var(--shop-grid-items-mobile);
  }
 .productViewContainer {
    width: 95% !important;
    margin: auto !important;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
  #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;
  }

  .widthContainer {
    width: 92% !important;
    margin: 5px auto 4%;
    min-width: unset !important;
    max-width: unset !important;
  }
.catName {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 2rem auto 1rem;
    float: left;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    text-align: center;
}
  .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 {
    padding: 29px 0;
  }

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

  #openFilterBtn img {
    height: 13px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1100px) {
  .specDiv.hasImg:hover {
    border-bottom: 1px solid var(--base);
  }
  .filterBoxContainer.specDiv:not(.hasImg):hover,
  .filterBoxContainer.filterDiv:hover {
    /* background: var(--secondary); */
    /* color: var(--base-aux); */
    border-color: var(--base);
  }
  #cleanFiltersContainer > div:hover {
    color: #000;
    background: var(--base);
    border-radius: 0 0 50px 0;
  }
  #applyFilters:hover{
     border-radius: 0 !important;
  }
}
