#categoryReference {
    font-weight: 600;
    float: left;
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 19px;
    margin-bottom: 50px;
    margin-top: 60px;
    text-transform: uppercase
}

.closed {
    display: none
}

.specDiv {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    overflow: hidden;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #707173;
    cursor: pointer;
    border-radius: 0;
    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
}

.removeWishlistProduct {
    z-index: 9!important;
    top: 0
}

.specImg {
    position: relative;
    height: 24px;
    width: 24px
}

.selectedSpec,.specDiv:hover {
    color: #fff;
    border-radius: 50%;
    border: 1px solid #707173!important
}

.noBorder {
    border: 1px solid transparent
}

.selectedFilter .subfilterName {
    color: #3392fc
}

#leftProductsContent {
    background-color: #fff;
    position: fixed;
    height: 100vh;
    width: 385px;
    top: 0;
    margin-top: 111px;
    left: -385px;
    color: #4d5550;
    z-index: 11;
    overflow-y: auto;
    box-shadow: 2px 0 11px rgb(0 0 0 / 7%);
    -moz-transition: width 0.5s ease-in-out,left 0.05s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out,left 0.05s ease-in-out;
    -moz-transition: left 0.05s ease-in-out;
    -o-transition: left 0.05s ease-in-out;
    transition: left 0.5s ease-in-out
}

#leftProductsContent.openFilter {
    left: 0
}

.filterHeader {
    align-items: center;
    height: 60px;
    -moz-transition: width 0.5s ease-in-out,left 0.05s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out,left 0.05s ease-in-out;
    -moz-transition: width 0.5s ease-in-out,left 0.05s ease-in-out;
    -o-transition: width 0.5s ease-in-out,left 0.05s ease-in-out;
    transition: width 0.5s ease-in-out,left 0.05s ease-in-out;
    width: 385px;
    margin-top: 15px;
    display: flex
}

#cleanFilters {
    width: 65%;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: 1px solid #04dc50;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    -moz-transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    font-weight: 500;
    border-radius: 25px;
    color: #fff;
    background: #04dc50;
    font-size: 14px
}

#cleanFilters:hover {
    background-color: #fff;
    color: var(--violet)
}

#cleanFiltersContainer {
    position: fixed;
    bottom: 0;
    height: 100px;
    z-index: 99;
    width: 385px;
    background-color: #fff
}

.filterTitle {
    width: calc(100% - 85px);
    text-align: left;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    float: left;
    text-indent: 20px
}

#closeFilter {
    float: left;
    width: 25px;
    text-align: center;
    margin-left: 46px;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer
}

#filters {
    width: 280px;
    height: auto;
    float: left;
    margin-left: 50px;
    display: inline-block;
    margin-top: 10px
}

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

.filterName {
    position: relative;
    font-size: 15px;
    width: 100%;
    letter-spacing: 0;
    color: #b0b0b0;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px
}

.subfilterName {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 18px;
    cursor: pointer
}

.subfilterName::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width 0.3s
}

.subfilterName:not(.selectedSubfilter):hover {
    font-weight: 600;
    color: #3392fc
}

.categoryName {
    position: relative;
    font-size: 15px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0;
    color: gray;
    font-weight: 600;
    margin-bottom: 15px
}

.categoryNameArrow {
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    cursor: pointer
}

.categoryNameArrow.open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.subcategoriesDiv {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin-top: 10px
}

.subcategoriesDiv.open {
    height: auto
}

.subcategoryName {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    margin-left: 16px;
    width: fit-content
}

.subcategoryName:first-letter {
    text-transform: capitalize
}

.openCategory {
    margin-top: 18px;
    float: right;
    cursor: pointer
}

.subFilter {
    font-size: 12px;
    font-weight: 100;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.filter {
    margin-bottom: 30px;
    height: auto;
    float: left;
    width: 100%
}

#rightProductsContent {
    display: grid;
    position: relative;
    width: 100%;
    min-height: unset!important;
    height: auto!important;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 5px;
    grid-template-columns: repeat(auto-fill,24%);
    justify-content: space-between;
    margin-bottom: 30px;
    padding-top: 10px
}

.widthContainer {
    width: 90%
}

#noProducts {
    position: relative;
    color: #241f20;
    text-align: center
}

.leftColumnDummy {
    position: relative;
    float: left;
    width: 200px;
    margin-right: 20px;
    margin-top: 30px
}

#filtersDiv {
    position: absolute;
    float: left;
    width: 220px
}

#openFilterBtn {
    background-color: var(--black);
    width: 116px;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 30px;
    float: left;
    margin-bottom: 35px;
    margin-left: 1%;
    position: relative;
    cursor: pointer;
    z-index: 1;
    line-height: 25px
}

#openFilterBtn:hover {
    background-color: var(--secondary);
    color: var(--base)
}

#openFilterBtn:hover #filterImg {
    filter: brightness(0)
}

#filterImg {
    float: left;
    margin-left: 10px;
    height: 16px;
    margin-top: 4px
}

.filterDropdown {
    position: relative;
    height: auto;
    overflow: hidden;
    float: left;
    width: calc(100% - 2px)
}

.filterDropdown:last-of-type {
    border-bottom: 1px solid #bebebe
}

.filterNameDropdown {
    position: relative;
    width: calc(100% - 10px);
    padding: 15px 0 15px 10px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    cursor: pointer;
    float: left;
    color: #bebebe;
    border-top: 1px solid
}

.filterNameDropdown.open {
    border-bottom: 1px solid
}

.filterNameDropdown.open .filterNameText {
    font-weight: 600
}

.filterSeeMore {
    float: right;
    font-style: normal;
    margin-right: 8px;
    transition: transform 0.1s ease-out;
    -moz-transition: -mox-transform 0.1s ease-out;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    -o-transition: -o-transform 0.1s ease-out;
    -ms-transition: -ms-transform 0.1s ease-out
}

.filterNameDropdown.open .filterSeeMore {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filterNameText {
    width: fit-content;
    float: left;
    color: #8f8f8f
}

.subfilterNameDropdown {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 14px;
    margin-bottom: 2px;
    cursor: pointer;
    text-align: left;
    padding-left: 15px
}

.filterBoxContainer.selected {
    color: #000;
    font-weight: 600
}

.selectedSubfilter {
    color: #000
}

.selectedSubfilter::after {
    width: 100%
}

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

.categoryDiv:first-of-type {
    margin-top: 10px
}

.categoryNameDiv {
    margin-top: 10px;
    margin-bottom: 10px
}

.filtersContainer {
    position: relative;
    width: 100%;
    height: 0;
    display: none;
    color: #b0b0b0;
    overflow: hidden
}

.selectedBrand {
    color: #3392fc
}

.priceFilter .subfilterName {
    margin-top: 5px;
    margin-bottom: 5px
}

.orderByContainer {
    z-index: 1;
    position: relative;
    float: right;
    display: flex;
    margin-right: 1.5%
}

.orderTitle {
    color: #a1a1a1;
    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: #f9f9f9;
    border-radius: 4px;
    cursor: pointer;
    width: 226px;
    height: 34px;
    font-weight: 500;
    color: #535353
}

.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: 100%;
    width: 100%;
    border-radius: 4px;
    padding-left: 17px;
    background-image: url(../../files/dropdownArrow.svg);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    padding-right: 17px;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none
}

#selectProductSizeDiv {
    width: 135px;
    float: right;
    border: 1px solid #ccc;
    height: 32px;
    margin-right: .5%
}

#selectThreePerLine svg rect {
    stroke: #ccc
}

#selectThreePerLine:hover svg rect,#selectThreePerLine.selected svg rect {
    stroke: #fff
}

#selectThreePerLine {
    background: #fff
}

#selectThreePerLine.selected,#selectThreePerLine:hover {
    background: #ccc
}

.selected#selectFivePerLine:hover svg rect,#selectFivePerLine svg rect,#selectFivePerLine:hover svg rect,.notSelected#selectFivePerLine:hover svg rect {
    stroke: #fff
}

.selected#selectFivePerLine:hover,#selectFivePerLine,#selectFivePerLine:hover,#selectFivePerLine.notSelected:hover {
    background: #ccc
}

#selectFivePerLine.notSelected svg rect {
    stroke: #ccc
}

#selectFivePerLine.notSelected {
    background: #fff
}

.selectProductSizeContainer {
    display: flex;
    width: 50%;
    align-items: center;
    float: left;
    justify-content: center;
    height: 100%;
    cursor: pointer
}

.filtersMainContainer {
    height: 58vh;
    width: 100%;
    overflow-y: auto
}

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

    #rightProductsContent {
        margin-left: 0
    }
}

@media screen and (max-width: 768px) {
    #filters {
        margin-top:30px;
        width: 85%;
        display: block;
        float: unset;
        margin: auto;
        height: 330px
    }

    #filtersDiv {
        top: 95px;
        width: 250px;
        position: fixed;
        left: 0;
        z-index: 2
    }

    #cleanFiltersContainer {
        width: 249px;
        height: 60px;
        background-color: unset
    }

    .filtersTitle {
        position: absolute;
        width: 55px;
        height: 34px;
        left: 0;
        line-height: 34px;
        background-color: var(--violet);
        color: #fff;
        border-radius: 0 6px 6px 0;
        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
    }

    .filtersTitle.open {
        border-radius: 0 6px 0 0;
        width: 100%
    }

    #mobileFiltersIcon {
        position: absolute;
        height: 17px;
        top: 9px;
        float: left;
        left: 21px;
        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
    }

    .widthContainer {
        margin-top: 45px;
    }

    #categoryReference {
        float: none;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 20px;
        width: 80%;
        margin: auto
    }

    #leftProductsContent {
        position: relative;
        left: 0;
        background-color: var(--black);
        height: 0;
        color: var(--white)!important;
        width: 249px;
        box-shadow: 2px 0 11px rgb(0 0 0 / 7%);
        -moz-transition: width 0.5s ease-in-out;
        -webkit-transition: width 0.5s ease-in-out;
        -moz-transition: width 0.5s ease-in-out;
        -o-transition: width 0.5s ease-in-out;
        margin-top: 34px!important
    }

    #closeFilter {
        display: none
    }

    #mobileFiltersTitle.open #mobileFiltersIcon {
        left: 223px;
        z-index: 111
    }

    #rightProductsContent {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-top: 25px
    }

    #noProducts {
        position: relative;
        text-align: center;
        color: #000;
        width: 100%;
        margin-top: 150px;
        margin-bottom: 150px;
        line-height: 19px;
        width: 80%;
        margin-left: 10%
    }

    #mobileCloseFilters {
        float: right;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #333234;
        cursor: pointer;
        margin-top: 5px;
        margin-right: 5px
    }

    #leftProductsContent.open {
        left: 0
    }

    #openFilterBtn {
        display: none
    }

    .filterHeader {
        height: 50px;
        width: 100%;
        color: var(--white)
    }

    .filterTitle {
        line-height: 20px;
        font-size: 16px;
        margin: auto;
        width: 80%;
        text-indent: 0;
        color: var(--white)
    }

    #cleanFilters {
        margin-top: 10px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        background-color: var(--violet);
        border-color: var(--violet)
    }

    .filterNameDropdown,.subfilterName,.subfilterNameDropdown {
        font-size: 12px;
        color: var(--white)
    }

    .filterNameText {
        color: var(--white)
    }

    .orderByContainer {
        right: 0%;
        top: 12px;
        margin-right: 0%
    }
}

@media screen and (min-width: 415px) and (max-width:768px) {
    #filtersDiv {
        top:102px
    }
}
