: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;
    transition: var(--transition);
}

#categoryReference {
    font-size: var(--breadcrumb-font-size);
    margin: 42px 0;
    width: fit-content;
    float: left;
    text-transform: inherit;
    opacity: 1;
    display: flex;
    align-items: center;
}

.topProductsContent {
    display: flex;
    justify-content: space-between;
}

.productsContainer {
    display: flex;
    gap: 5%;
}

#leftProductsContent {
    position: relative;
    height: auto;
    width: 20%;
    transition: var(--right-transition);
}

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

.categoriesFilters .filtersContainer {
    overflow-y: auto;
}

.categoriesFilters .filtersContainer::-webkit-scrollbar {
    width: 3px;
}

.categoriesFilters .filtersContainer::-webkit-scrollbar-track {
    background: transparent;
}

.categoriesFilters .filtersContainer::-webkit-scrollbar-thumb {
    background: #CFCFCF;
}

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

.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: 16px;
    grid-template-columns: repeat(4, 1fr);
    /* border-left: 1px solid #00000050; */
    /* border-top: 1px solid #00000050; */
    margin-right: 1px;
}

/* a.productViewContainer {
    border-top: 1px solid #00000050;
    border-right: 1px solid #00000050;
    border-bottom: 1px solid #00000050;
    border-left: 1px solid #00000050;
} */


/* a.productViewContainer {
    border-top: 1px solid #00000050;
    border-right: 1px solid #00000050;
}

a.productViewContainer:nth-child(-n+4) {
    border-top: none;
}

a.productViewContainer:nth-child(4n+1) {
    border-left: none;
} */

a.productViewContainer {
    margin-top: 1px;
    margin-left: 1px;
}

#rightProductsContent.noProducts {
    display: block;
}

.widthContainer {
    width: var(--web-container);
    height: fit-content;
    overflow: hidden;
}

.categoryImg {
    width: 100%;
}

.categoriesUrlContainer {
    font-size: 14px;
    margin: 42px 0;
    width: fit-content;
    float: left;
    opacity: 1;
    display: flex;
    align-items: center;
    color: #575756;
}

.topProductsContent .categoriesUrlContainer {
    /* text-transform: capitalize; */
}
 .topProductsContent .categoriesUrlContainer {
  text-transform: lowercase;
}
.topProductsContent .categoriesUrlContainer::first-letter {
  text-transform: uppercase;
}
.categoriesUrlContainer a {
    color: var(--breadcrumb);
    font-weight: 400;
    font-size: 13px;
    opacity: 0.5;
}
.categoriesUrlContainer a {
  text-transform: lowercase;
}
.categoriesUrlContainer a::first-letter {
  text-transform: uppercase;
}
.categoriesUrlContainer p {
    margin: 0px 7px;
}

h1.categoriesUrlContainer,
.categoriesUrlContainer a:last-of-type {
    color: var(--base);
    opacity: 1;
}

.categoriesUrlContainer img {
    position: relative;
    margin: 0 13px 2px;
    width: 6px;
    height: auto;
    opacity: 0.5;
}
.categoriesUrlContainer img:last-of-type{
     opacity:1;
}

.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: #58595b;
    text-align: center;
    font-size: 14px !important;
    background: unset !important;
    /* top: 60px; */
}

#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 transform;
    fill: #999;
}

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

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

#favTitle {
    position: relative;
    margin: 42px 0;
    width: fit-content;
    text-transform: inherit;
    font-weight: var(--semibold-font-weight);
    color: var(--base);
    font-size: var(--breadcrumb-font-size);
}

#filterSubHeader {
    display: none;
}

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

.filterHeader {
    border-bottom: 1px solid var(--lighter-base);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#cleanFilters,
#applyFilters {
    width: 100%;
    /* border: 1px solid var(--base); */
    text-align: center;
    position: relative;
    height: 25px;
    font-weight: var(--semibold-font-weight);
    line-height: 18px;
    margin: 5px 0;
    cursor: pointer;
    padding: 10px 5px;
    align-content: center;
    cursor: pointer;
    text-transform: inherit;
    font-size: 14px;
    border-radius: inherit;
}

div#cleanFilters {
    margin-right: 5px;
}

.leanFilters:hover,
#applyFilters:hover {
    /* color: var(--btn-font); */
    /* background: var(--base); */
}

#cleanFiltersContainer {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    display: flex;
    /* padding-top: 20px; */
    justify-content: center;
    align-items: center;
    z-index: 2;
}
 div#cleanFilters {
        margin-top:10px;
     font-size:12px;
     cursor:pointer
    }
    
    
.filterTitle {
    width: auto;
    position: relative;
    font-size: var(--base-font-size);
    font-weight: var(--semibold-font-weight);
    text-transform: inherit;
    float: left;
    line-height: 60px;
    margin-left: 0;
    letter-spacing: 0;
}

.filterTitle img {
    margin-right: 4px;
}

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

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

#filters {
    width: 100%;
    float: left;
    position: relative;
    overflow-y: auto;
    z-index: 1;
    font-size: 14px;
}

.specImg {
    position: relative;
    height: 28px;
    width: 28px;
    margin: 0 auto;
    object-fit: cover;
    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-bottom: 7px;
    float: left;
    color: #000
}

.orderByContainer {
    position: relative;
    float: right;
    display: flex;
    justify-content: space-between;
    width: 20%;
    max-width: 260px;
    margin: 35px 0;
    opacity: 1;
}

.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#57575633;
    cursor: pointer;
    width: 100%;
    height: var(--btn-line-height);
    font-weight: 500;
    height: 36px;
    font-size: 10px;
    /* border-radius: var(--btn-border-radius); */
}

.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: 36px;
    line-height: 40px;
    width: 100%;
    padding: 0 17px;
    background-image: url(../../files/orderByDropdown.png);
    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;
    font-weight: 400;
}

.filterDropdown {
    position: relative;
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid var(--lighter-base);
}

.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: auto;
    margin-left: 0;
    padding: 20px 3px 20px 0;
    text-align: left;
    cursor: pointer;
    font-weight: var(--semibold-font-weight);
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase
}

.filterNameText {
    float: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    font-size: 14px;
}

.openCloseFilter {
    font-weight: 400;
}

.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%;
    height: 0;
    max-height: 245px;
    overflow: hidden;
    text-transform: capitalize;
}

.filters {
    margin-bottom: 14px;
    overflow: hidden
}
.subfilterName {
    padding: 10px 0;
    cursor: pointer;
}
.subfilterName:hover {
    font-weight:600;
    color: var(--secondary);
}
.filterBoxContainer.specDiv:not(.hasImg),
.filterBoxContainer.filterDiv {
    border: 1px solid transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
    margin-right: 10px;
    min-width: 34.6px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-radius: 0;
    padding: 11px 10px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 12px;
}

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

.specDiv.hasImg {
    width: auto;
    float: left
}

.hasImg .subfilterName {
    display: none
}

.hasImg.selectedSpec .specImg {
    border: 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;
    padding-left: 0;
    margin: 10px 0;
}
.categoryNameDiv {
  text-transform: lowercase;
}
.categoryNameDiv::first-letter {
  text-transform: uppercase;
}
.subfilterNameDropdown.categoryNameDiv:hover {
    font-weight:600;
    color: var(--secondary);
}
.categoryNameDiv:hover,
    font-weight: 600;
}

.subfilterName {
    padding: 9px 0;
    position: relative;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
    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: 5px 0;
    cursor:pointer;
    box-sizing: border-box;
}
.priceFilter .subfilterName:hover {
    font-weight:600;
    color: var(--secondary);
}

.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 {
    right: 10px;
    margin-right: 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    top: 16px;
    z-index: 2;
    opacity: 0.6;
}

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

.pagesNavigation {
    position: relative;
    font-size: 14px;
    display: flex;
    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: flex;
    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);
}

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

@media screen and (max-width: 768px) {
    #leftProductsContent {
        background-color: #fff;
        position: fixed;
        height: 100svh;
        width: 425px;
        top: 0;
        right: -500px;
        z-index: 20;
        /* border: 1px solid var(--base); */
        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;
        transition: right 0.3s ease-in-out;
    }
    
    body.openFilter #leftProductsContent {
        right: 0;
    }
    .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: .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: 14px;
    }
    .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: flex;
        flex-direction: column;
        border: unset;
    }
    #rightProductsContent.noProducts {
        display: block;
    }
    .widthContainer {
        width: var(--web-container);
        height: fit-content;
        overflow: hidden;
    }
    .categoriesUrlContainer {
        font-size: var(--breadcrumb-font-size);
        margin: 42px 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        float: left;
        opacity: 1;
        display: flex;
        align-items: center;
    }
    .categoriesUrlContainer a {
        color: var(--lighter-base);
        font-size: var(--breadcrumb-font-size);
    }
    .categoriesUrlContainer a:last-of-type {
        color: var(--base);
    }
    .categoriesUrlContainer p {
        margin: 0px 7px;
    }
    h1.categoriesUrlContainer,
    .categoriesUrlContainer a:last-of-type {
        font-weight: var(--semibold-font-weight);
    }
    .categoriesUrlContainer img {
        position: relative;
        margin: 0 10px;
        width: 6px;
        height: auto;
    }
    .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: #58595b;
        text-align: center;
        font-size: 16px !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 {
        position: relative;
        width: -moz-fit-content;
        width: fit-content;
    }
    #filterSubHeader {
        display: none
    }
    #openFilterBtn {
        border-radius: 0;
        text-align: center;
        width: 44px;
        margin-top: 0;
        height: 44px;
        box-sizing: border-box;
        top: 80px;
        z-index: 2;
        right: 0%;
        position: absolute;
        background: #1F366F;
        /* background: var(--headerPromo-color); */
        -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;
    }
    #openFilterBtn img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(298deg) brightness(100%) contrast(102%);
        margin: 0 auto;
        width: 16px;
        height: auto;
        padding: 15px 14px 15px 14px;
    }
    .openFilter#leftProductsContent {
        right: 0;
    }
    #filterImg {
        float: left;
        height: 25px;
        position: relative;
        top: 2px;
        left: 2px;
        display: none
    }
    .filterHeader {
        height: 115px;
        border-bottom: 1px solid var(--lighter-base);
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        align-content: center;
    }
    #cleanFilters,
    #applyFilters {
        /* width: 45%; */
        border: 1px solid var(--base);
        text-align: center;
        position: relative;
        height: 68px !important;
        font-weight: var(--semibold-font-weight);
        letter-spacing: 1px;
        line-height: 41px;
        margin: 15px 0;
        cursor: pointer;
        padding: 5px 0;
        align-content: center;
        cursor: pointer;
        text-transform: inherit;
        font-size: 14px;
        border-radius: inherit;
    }
    div#cleanFilters {
        margin-right: 10px;
    }
    #cleanFilters:hover,
    #applyFilters:hover {
        /* color: var(--btn-font); */
        /* background: var(--base); */
    }
    
    .filterTitle {
        justify-content: space-between;
        display: flex;
        align-items: center;
        width: 100%;
        position: relative;
        font-size: var(--title-font-size);
        float: left;
        letter-spacing: var(--letter-spacing);
    }
    #closeFilter {
        float: right;
        width: fit-content;
        line-height: 80px;
        font-size: 18px;
        cursor: pointer;
        text-transform: lowercase;
        font-weight: 500;
        margin-right: 9%;
    }
    #closeFilter:hover {
        color: var(--lighter-base);
    }
    #filters {
        width: 100%;
        height: calc(100% - 160px);
        float: left;
        position: relative;
        overflow-y: auto;
        z-index: 1;
        font-size: 14px;
    }
    .specImg {
        position: relative;
        height: 28px;
        width: 28px;
        margin: 0 auto;
        object-fit: cover;
        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-bottom: 7px;
        float: left;
        color: #000
    }
    .orderByContainer {
        position: relative;
        float: right;
        display: flex;
        justify-content: space-between;
        width: fit-content;
        margin: 35px 0;
        opacity: 1;
    }
    .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 {
        border-radius: 0;
        width: 100%;
        height: 44px;
        line-height: 44px;
        box-sizing: border-box;
    }
    .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
    }
    .filterDropdown {
        position: relative;
        height: auto;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
    }
    .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: 82%;
        margin-left: 9%;
        padding: 26px 0;
        text-align: left;
        cursor: pointer;
        font-weight: 400;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase
    }
    .filterNameText {
        float: left;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-weight: 600;
    }
    .filterNameDropdown.open .filterNameText {
        font-weight: 600;
    }
    .openCloseFilter {
        font-weight: 400;
        font-size: 18px
    }
    .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: calc(85% - 8px);
        height: 0;
        overflow: hidden;
        margin: 0 auto
    }
    .filters {
        margin-bottom: 14px;
        overflow: hidden
    }
    .filterBoxContainer.specDiv:not(.hasImg),
    .filterBoxContainer.filterDiv {
        border: 1px solid transparent;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        float: left;
        margin-right: 10px;
        min-width: 34.6px;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 10px;
        /* border-radius: 7px; */
    }
    .filterBoxContainer.specDiv:not(.hasImg).selectedSpec,
    .filterBoxContainer.filterDiv.selectedFilter {
        border-color: var(--secondary);
        background: var(--secondary);
        color: #fff;
    }
    .specDiv.hasImg {
        width: auto;
        float: left
    }
    .hasImg .subfilterName {
        display: none
    }
    .hasImg.selectedSpec .specImg {
        border: 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;
        padding-left: 15px;
        margin: 10px 0
    }
    .categoryNameDiv:hover {
        font-weight: 600
    }
    .subfilterName {
        padding: 9px;
        position: relative;
        width: 100%;
        font-size: 14px;
        cursor: pointer;
        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: 7px;
    }
    .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
    }
    .widthContainer {
        width: 90% !important;
        margin: 0px auto 4%;
        min-width: unset !important;
        max-width: unset !important
    }
    .topProductsContent {
        flex-direction: column;
    }
    #cleanFilters,
    #applyFilters {
        font-size: 15px;
        letter-spacing: 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
    }
    .filterHeader {
    height: 90px;
    border-bottom: 1px solid var(--lines-border-color);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 25px;
    box-sizing: border-box;
    }
    #filtersMobile {
        display: block;
        position: relative;
        height: auto
    }
    .filterTitle,
    #closeFilter {
    }
    .filterTitle span {
        text-transform: capitalize;
        font-size: 19px;
        font-weight: 600;
    }
    .orderByContainer {
        margin: 0 0 20px;
        width: calc(96% - 40px);
        float: left;
        color: black;
        max-width: unset;
    }
    #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: 303px;
        right: -303px;
        z-index: 7;
    }
    #favTitle {
        margin: 30px 0;
    }
    body.openFilter {
        /* right: 315px; */
        overflow: hidden;
    }
    body.openFilter #openFilterBtn {
        /* right: calc(5% + 315px); */
    }
    body.openFilter .headerMobileMenuIcon {
        z-index: 5;
    }
    .categoriesUrlContainer,
    #categoryReference {
        margin: 30px 0;
        width: 100%
    }
    h1.categoriesUrlContainer {
        font-size: var(--breadcrumb-font-size);
        font-weight: var(--semibold-font-weight)
    }
    #orderSelect {
        height: 44px;
        font-size: 14px;
    }
    #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)
    }
    .openCloseFilter {
        font-weight: 400;
        font-size: 15px;
    }
    #noProducts {
        position: relative;
        text-align: center;
        color: #58595b;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 30px;
        line-height: 20px;
        top: 0;
    }
    #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
    }
    a.previousButton {
        display: flex;
        align-items: center;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 12px;
        letter-spacing: 2px;
        margin: 30px 0;
        gap: 2.5%;
    }
    .filter {
        width: 90%;
        margin: 10px auto;
        float: none;
        overflow: hidden;
        height: fit-content;
        background-color: unset
    }
    .imageFilter img {
        width: 100%;
        height: 100%
    }
    #filterBars1 {
        position: relative;
        width: 27px;
        float: left;
        margin-top: 9px;
        margin-left: 24px;
        z-index: 22
    }
    .filterNameDropdown {
        padding: 30px 0;
    }
    .filterNameDropdown.notDropdown {
        font-size: 15px
    }
    #cleanFilters,
    #applyFilters {
        width: 50%;
        margin: 0;
        padding: 0;
        border-left: 0;
        border-block: 1px solid var(--base);
        border-bottom: none;
    }
    div#cleanFilters {
        margin: 0px;
        font-size: 15px;
        width: 100%;
        border-left: unset;
        border-right: unset;
    }
    

    .pagesNavigation a.pageNumber {
        padding: 5px 10px;
        margin: auto 0px;
        font-size: 13px;
    }

    .pagesNavigation .button {
        margin: auto 12px;
        font-size: 13px;
        position: relative;
    }

    .pagesNavigation .previous.button::before {
        content: '<';
        display: inline-block;
    }

    .pagesNavigation .next.button::after {
        content: '>';
        display: inline-block;
    }


    .pagesNavigation .previous.button,
    .pagesNavigation .next.button {
        font-size: 0px;
        }

    .pagesNavigation .previous.button::before,
    .pagesNavigation .next.button::after {
        font-size: 13px;
        line-height: 24px;
        display: inline-block;
    }
}

@media screen and (min-width: 1100px) {
    .specDiv.hasImg:hover .specImg {
        border: 1px solid var(--base)
    }
    .filterBoxContainer.specDiv:not(.hasImg):hover,
    .filterBoxContainer.filterDiv:hover {
        border-color: var(--secondary);
        color: #fff;
        background: var(--secondary);
    }
    #cleanFiltersContainer>div:hover {
        /* color: #fff; */
        /* background: var(--button-font-color-hover); */
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    div#cleanFilters:hover {
        text-decoration:underline;
        text-underline-offset:2px
     
    }
   #cleanFiltersContainer>div:hover {
        /* color: #fff; */
        /* background: var(--button-font-color-hover); */
        text-decoration: underline;
        text-underline-offset: 2px;
    }
}