#categoryReference {
    position: relative;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
    color: #58595B;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 50px;
}

.closed {
    display: none;
}

.priceFilter {
    margin-bottom: 10px;
    text-align: left;
    margin-left: 12px;
    margin-top: 13px;
    font-weight: 600;
}

.priceFilter:first-of-type {
    margin-top: 18px
}

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

.specDiv {
    position: relative;
    float: left;
    width: 35px;
    height: 40px;
    overflow: hidden;
    margin-right: 12px;
    margin-bottom: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.specImg {
    position: relative;
    width: calc(100% - 2px);
    border: 1px solid #ebe3d5;
}

.selectedSpec .specBorder,
.specDiv:hover .specBorder {
    position: absolute;
    bottom: 0px;
    height: 2px;
    width: 100%;
    background-color: #241f20;
}

#leftProductsContent {
    position: relative;
    float: left;
    width: 250px;
    color: #58595B;
    margin-right: 20px;
    margin-bottom: 30px;
}

#filters {
    width: 200px;
    margin-left: 45px;
    height: auto;
    float: left;
    display: inline-block;
    margin-top: 24px;
}

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

.filterName {
    position: relative;
    width: 100%;
    margin-bottom: 1px;
    margin-top: 4px;
    font-size: 12px;
    line-height: 21px;
    font-weight: 900;
    font-weight: 700;
    min-height: 21px;
    letter-spacing: 1px;
    color: #585858;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
    float: left;
    border-bottom: 1px solid #E1E1E1;
    height: auto;
}

.selectedCatOne {
    color: #041038;
    font-weight: 900;
}

.filterName:hover {
    color: #041038;
    font-weight: 900;
}

.catOneArrow {
    float: right;
    transition: 0.2s transfrom;
}

.subfilterName {
    position: relative;
    color: #58595B;
    font-weight: lighter;
    font-size: 14px;
    margin-bottom: 2px;
    cursor: pointer;
    width: fit-content;
    text-indent: 15px;
}

.subfilterName:hover {
    font-weight: 900 !important;
    color: black !important;
}

.categoryDiv {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.filtersContainer {
    height: 0px;
    width: 0px;
}

.openFilters {
    height: auto;
}

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

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

.categoryName {
    float: left;
    margin-top: 7px;
    width: 52%;
    max-width: 90%;
    padding-left: 4px;
    font-weight: 300;
    text-transform: capitalize;
}

.catLevelThree {
    margin-left: 25px;
}

.categoryProducts {
    float: right;
    color: #58595B;
    font-weight: lighter;
    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: 100;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

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

#rightProductsContent {
    position: relative;
    width: calc(100% - 400px);
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 30px;
}

.widthContainer {
    width: 95%;
    min-width: 1100px;
    max-width: 1350px;
}

#noProducts {
    position: relative;
    color: #58595B;
    width: calc(100% - 250px);
    text-align: center;
}

#priceFilterName {
    line-height: 32px;
    margin-top: 0px;
    background-color: white;
    margin-bottom: 0px;
    text-transform: initial;
    letter-spacing: 0px;
    font-size: 14px;
    text-indent: 11px;
    height: 30px;
}

.whiteContainer {
    background-color: #FAFAFA;
}

.brandDiv {
    background-color: #FAFAFA;
    height: 20px;
    line-height: 22px;
}

#filterBrandName {
    line-height: 32px;
    text-transform: capitalize;
    text-indent: 12px;
    margin-top: 0px;
    background-color: white;
    margin-bottom: 0px;
    height: 30px;
    font-size: 14px;
}

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

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

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

    #rightProductsContent {
        width: 70%;
        margin-left: 0px;
    }
}


@media screen and (max-width:768px) {

    #filters {
        margin-left: 30px;
        margin-top: 25px;
    }

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

    .filtersTitle {
        position: relative;
        width: 60px;
        height: 45px;
        line-height: 45px;
        background-color: #58595b;
        color: #58595B;
        text-align: center;
        letter-spacing: 1px;
        margin-top: 10px;
        border-radius: 0px 25px 25px 0px;
        cursor: pointer;
        transition: border-radius .1s ease-out, width .1s ease-out;
        -moz-transition: border-radius .1s ease-out, width .1s ease-out;
        -webkit-transition: border-radius .1s ease-out, width .1s ease-out;
        -o-transition: border-radius .1s ease-out, width .1s ease-out;
    }

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

    #mobileFiltersIcon {
        position: absolute;
        height: 26px;
        top: 9px;
        float: left;
        left: 12px;
        transition: left .1s ease-out;
        -moz-transition: left .1s ease-out;
        -webkit-transition: left .1s ease-out;
        -o-transition: left .1s ease-out;
    }

    .widthContainer {
        min-width: 100px;
        margin-left: 5%;
    }

    #categoryReference {
        margin: auto;
        margin-bottom: 0px;
        margin-top: 40px;
        font-size: 17px;
        width: 65%;
    }

    #leftProductsContent {
        position: relative;
        left: 0px;
        background-color: #F2F2F2;
        z-index: 1;
        height: 0px;
        overflow: scroll;
        border-right: 1px solid #ccc;
        width: 249px;
        box-shadow: 2px 1px 8px -4px black;
    }

    #mobileFiltersTitle.open #mobileFiltersIcon {
        left: 200px;
    }

    #rightProductsContent {
        margin-top: 0px;
        width: 100%;
        padding-top: 15px;
    }

    #noProducts {
        position: relative;
        text-align: center;
        color: #58595B;
        width: 100%;
        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;
    }

    #leftProductsContent.open {
        left: 0px;
    }

    .subcategoryDiv {
        margin-left: 10px;
    }

    .bankPriceImg,
    .bankPriceText {
        float: initial !important;
    }

    .bankPriceText {
        margin-top: -10px !important;
    }

    .filterName {
        /* height: 15px; */
        margin-top: 0px;
        margin-bottom: 0px;
    }
}
