#categoryReference {
    position: relative;
    text-align: center;
    color: black;
    width: fit-content;
    font-size: 25px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
}

.headerImg {
    content: url("../../files/logo2.svg");
}

#topHiddenBar {
    background: none transparent;
}

#topHiddenBar.indexHeader {
    background: white;
}

.headerOption,
.wishListQuantity,
#searchSite {
    color: black;
}

.wishlist {
    content: url('../../files/blackHeart.png');
}

.rightIcons {
    stroke: black;
}

.searchBar {
    border-color: black;
    border-width: thin;
}

#searchSite::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #3b3b3b;
    opacity: 0.8;
}

#searchSite:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3b3b3b;
    opacity: 0.8;
}

#searchSite::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3b3b3b;
    opacity: 0.8;
}

#searchSite:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3b3b3b;
    opacity: 0.8;
}

#searchSite::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #3b3b3b;
    opacity: 0.8;
}

.wishlistSvg {
    fill: black;
}

#title {
    width: 100%;
    height: auto;
    position: relative;
    /* display: inline-block; */
    /* text-align: center; */
    /* padding-bottom: 30px; */
    /* background: url(../../files/shopBackground.png); */
}

#title.placeholder {
    height: 100px;
}

#categoryImg {
    width: 100%;
    margin: auto;
    /* display: inherit; */
}

#catImg {
    width: 100%;
    border-bottom: 0.5px solid;
    border-color: #c3c3c3;
    margin-top: 20px;
}

#categoryDescription {
    font-size: 12px;
    width: 50%;
    margin: 30px auto;
    line-height: 16px;
}

.shopTitle {
    font-size: 33px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    /* margin-top: 200px; */
    /* margin-bottom: 40px; */
    color: black;
    text-transform: uppercase;
    font-size: 33px;
    position: absolute;
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.onlyTitle {
    margin-top: 160px;
    position: relative;
}

.catTitle:nth-child(even) {
    font-weight: 600;
}

.closed {
    display: none;
}

#filtersDiv {
    width: 100%;
    float: left;
    margin-top: 0px;
    display: flex;
    align-items: center;
}

.selectedSubfilter {
    font-weight: 600 !important;
    color: black !important;
}

.selectedSubcategory {
    font-weight: 600;
}

#filtersMobile {
    display: none;
}

#leftProductsContent {
    background-color: white;
    position: fixed;
    height: calc(100vh - 165px);
    width: 38rem;
    top: 165px;
    right: -38rem;
    color: #4d5550;
    z-index: 5;
    box-shadow: -7px 0px 18px rgb(0 0 0 / 10%);
    -moz-transition: right 0.5s ease-in-out;
    -webkit-transition: right 0.5s ease-in-out;
    -moz-transition: right 0.5s ease-in-out;
    -o-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
}

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

.filterName {
    position: relative;
    width: calc(100% - 20px);
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 50px;
    font-weight: 500;
    height: auto;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    float: left;
    padding-left: 20px;
    display: block;
}

.selectedCatOne {
    color: #999999;
}

.filterName:hover {
    color: #686767;
    font-weight: 500;
}

.categoryTitle {
    font-family: "PTSansNarrow-Bold";
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    color: #95a5a6;
    margin-left: 1%;
}

.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: 90% !important;
    height: auto;
    overflow: hidden;
    margin: 60px 5%;
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(3, 1fr);
    float: left;
}

#rightProductsContent.noProducts {
    display: block;
}

.widthContainer {
    width: 100%;
    height: fit-content;
    margin-bottom: 0px;
    overflow: hidden;
}

.categoriesUrlContainer {
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    width: fit-content;
    float: left;
    margin: 80px 5% 0;
    display: flex;
    flex-direction: row;
}

.categoriesUrlContainer img {
    transform: rotate(-90deg);
    width: 11px;
    margin-bottom: 1px;
}

.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: 0px;
    float: left;
    margin-right: 15px;
}

.specText {
    /* border: 1px solid #73868A; */
    margin: 0 auto;
    position: relative;
    text-align: left;
    height: 30px;
    width: calc(100% - 30px);
    float: left;
    line-height: 35px;
    font-weight: 200;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 10px;
}

.specText:hover {
    color: #73868a;
    font-weight: 600;
}

.selectedColor {
    margin-bottom: 5px;
    background-color: #73868a;
}

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

#noProducts {
    position: relative;
    color: #58595b;
    text-align: center;
    font-size: 1rem;
}

#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: 0px;
    background-color: white;
    margin-bottom: 0px;
    height: 30px;
    font-size: 14px;
}

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

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

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

#favTitle {
    position: relative;
    top: 145px;
    color: black;
    font-size: 33px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
}

#filterSubHeader {
    display: none;
}

#openFilterBtn {
    background-color: var(--brown);
    width: 120px;
    color: var(--green);
    text-align: end;
    font-size: 13px;
    border-radius: 0px;
    margin-bottom: 0px;
    text-align: center;
    right: 0%;
    font-weight: 500;
    margin-top: 0px;
    position: relative;
    cursor: pointer;
    float: right;
    z-index: 1;
    line-height: 42px;
    text-transform: uppercase;
    margin: 35px 0;
    margin-left: 20px;
}

.openFilter#leftProductsContent {
    right: 0;
}

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

.filterHeader {
    height: 7rem;
    border-bottom: 1px solid var(--grey);
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#cleanFilters {
    width: 100%;
    text-align: center;
    position: relative;
    height: 4rem;
    font-weight: 600;
    line-height: 4rem;
    margin: 2.2rem auto;
    cursor: pointer;
    color: var(--green);
    text-transform: uppercase;
    font-size: 1.3rem;
    transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
}

#cleanFilters:hover {
    background-color: white;
    color: var(--brown);
}

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

.filterTitle {
    width: auto;
    position: relative;
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--green);
    text-transform: uppercase;
    float: left;
    margin-left: 8%;
}

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

#filters {
    position: absolute;
    margin: 50px 0;
    gap: 50px;
    z-index: 9;
    float: right;
    right: 5%;
    display: flex;
    width: calc(90%/(3/2) - 100px/2/3);
    flex-direction: row-reverse;
}

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

#searchBanner {
    width: 100%;
    height: 195px;
    position: relative;
    background: url('../../files/shopBackground.png');
    top: 0;
}


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

.categoryArrow {
    position: relative;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

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

.orderByContainer {
    z-index: 1;
    position: relative;
    float: right;
    justify-content: space-between;
    margin-right: 5%;
    display: flex;
    width: calc((90% - 100px)/3);
}

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

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

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

.orderByDropdown {
    position: relative;
    background-color: transparent;
    border: 1px solid black;
    cursor: pointer;
    width: 100%;
    height: 4.2rem;
    font-weight: 500;
    box-sizing: border-box;
    color: black;
}

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

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

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

.order:hover {
    color: #535353;
}

#orderSelect {
    height: 100%;
    width: 100%;
    padding: 0 1.7rem;
    font-size: 1.4rem;
    background-image: url(../../files/dropdownArrow.svg);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: calc(100% - 1.2rem) center;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.filterDropdown {
    position: relative;
    height: fit-content;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background: white;
    width: calc(50% - 25px);
}

.filterNameDropdown {
    position: relative;
    width: calc(100% - 20px);
    text-align: left;
    cursor: pointer;
    float: right;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
}

.filterNameText {
    width: fit-content;
    float: left;
    font-size: 15px;
    font-weight: 400;
}

.openCloseFilter {
    font-weight: 400;
    font-size: 14px;
}

.filterArrow {
    width: 10px;
}

.filtersContainer {
    position: relative;
    width: 100%;
    height: 0;
    color: var(--green);
    overflow: hidden;
}

.filters {
    margin-bottom: 14px;
}

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

.categoryNameDiv {
    position: relative;
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-align: left;
    margin: 10px;
    font-size: 13px;
    color: #3e3e3e;
}

.categoryNameDiv:hover {
    color: var(--brown);
}

.subfilterName {
    padding: 10px 0 10px 10px;
    position: relative;
    display: flex;
    width: auto;
    gap: 8px;
    font-size: 13px;
    cursor: pointer;
    text-align: left;
    align-items: center;
}

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

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

.filterBoxContainer.selectedBrand .filterCircle::after,
.filterBoxContainer.selectedFilter .filterCircle::after,
.filterBoxContainer.selectedSpec .filterCircle::after,
.filterBoxContainer.selectedPrice .filterCircle::after {
    background: #73868a;
}

.subfilterName .filterCircle {
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    position: relative;
    border-radius: 50%;
    border: 1px solid #73868a;
}

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

@media screen and (max-width: 768px) {
    .onlyTitle {
        margin-top: 100px;
    }

    #categoryReference {
        font-size: 25px;
    }

    .shopTitle {
        font-size: 25px;
    }

    #categoryDescription {
        width: 90%;
        margin: 10px auto;
        font-size: 11px;
    }

    #categoryImg {
        /* width: 100%; */
        content: url('../../files/shopBackgroundMobile.png');
    }

    #header {
        background: none;
        box-shadow: none;
    }

    #headerDummy {
        height: 0;
    }

    .indexHeader#header {
        background: white;
    }

    #headerMobileMenuIcon span {
        background: black;
    }

    #headerLogo {
        content: url('../../files/logo2.svg');
    }

    #filters {
        display: block;
        margin: 0 auto;
        width: 90%;
        position: relative;
    }

    .filterDropdown {
        margin-bottom: 20px;
        width: 100%;
    }

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

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

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

    .orderByContainer {
        width: 90%;
    }

    .orderByDropdown {
        height: 55px;
    }

    #filtersDiv {
        top: 0px;
        width: 100%;
        position: relative;
        right: 0px;
        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: white;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 1px;
        margin-top: 0px;
        margin-bottom: 0px;
        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 {
        top: 130px;
        width: 288px;
        right: -290px;
        height: calc(100vh - 130px);
    }

    .categoriesUrlContainer {
        font-size: 14px;
        margin: 30px 5%;
    }

    #orderSelect {
        font-size: 1.2rem;
    }

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

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

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

    #openFilterBtn {
        width: 96px;
        margin-top: 0px;
        height: 40px;
        line-height: 40px;
        right: 2.5%;
        font-size: 15px;
        position: fixed;
        z-index: 5;
    }

    #rightProductsContent {
        margin: 0px auto;
        width: 100% !important;
        padding: 2rem 0;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    #noProducts {
        position: relative;
        text-align: center;
        color: #58595b;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 30px;
        line-height: 19px !important;
        height: auto !important;
        padding: 5px;
    }

    #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: 0px;
    }

    #priceFilterName {
        background-color: #ffffff00;
    }

    .subcategoryDiv {
        margin-left: 10px;
    }

    .filterName {
        margin-top: 0px;
        margin-bottom: 20px;
        padding-left: 7px;
    }

    .widthContainer {
        width: 100% !important;
        margin: 0 auto;
        min-width: unset !important;
        max-width: unset !important;
        /* margin-top: 95px; */
    }

    .filterArrow {}

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

    .filterTitle {
        font-size: 17px;
    }

    #closeFilter {
        font-size: 20px;
    }

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

    #searchBanner {
        height: 145px;
    }

    #favTitle {
        font-size: 25px;
    }
}