#content{
    background-color:white !important;
}
#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;
}

.arrowContainer {
    position: relative;
    float: right;
    background: #f7f7f7;
    height: 100%;
    width: 31px;
}

.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: 600 !important;
    color: #1c5391 !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 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;
}

.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: 100%;
    color: #58595b;
    margin-right: 20px;
    margin-bottom: 30px;
}

#filters {
    width: 100%;
    height: auto;
    float: left;
    display: inline-block;
    margin-top: 4px;
}

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

.filterName {
    border: 2px solid #1c5391;
    padding-left: 15px;
    padding-right: 15px;
    height: 37px;
    line-height: 37px;
    font-family: Muro;
    color: #1c5391;
    background-color: #FFFFFF;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: 1px;
    width: 160px;
    margin: 0 15px;
    text-align: center;
    background-image: url(/files/blue-wave.png);
    background-repeat: repeat-x;
    background-position: 0 150%;
    transition: 3s ease;
}

.filterName:hover, .filterName.selected {
    background-position: 100% 50%;
    color: #FFFFFF;
}

.filterNames {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 35px;
}

.filterName::after {
    width: 10px;
    background-color: gray;
}

.catOneArrow {
    float: right;
    transition: 0.2s transfrom;
    width: 11px;
    margin-right: 10px;
    margin-top: 3px;
}

.subfilterName {
    position: relative;
    color: #58595b;
    font-weight: lighter;
    font-size: 16px;
    margin-bottom: 2px;
    text-transform: capitalize;
    cursor: pointer;
    width: fit-content;
}

.subfilterName2 {
    border: 2px solid #1c5391;
    padding-left: 15px;
    padding-right: 15px;
    height: 28px;
    line-height: 32px;
    font-family: Muro;
    color: #1c5391;
    background-color: #FFFFFF;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: 1px;
    width: 90px;
    margin: 0 15px;
    text-align: center;
    background-image: url(/files/blue-wave.png);
    background-repeat: repeat-x;
    background-position: 0 150%;
    transition: 2s ease;
}

.subfilterName2:hover, .subfilterName2.selectedSubfilter2 {
    background-position: 100% 50%;
    color: #FFFFFF;
}

#adu{
    display: none;
    position: absolute;
    top: 0px;
    right: 9%;
    width: 87px;
}

.categoryTwoContainer:hover .subfilterName {
    font-weight: 600 !important;
    color: #1c5391 !important
}

.selectedCatThree {
    font-weight: 900 !important;
}

.categoryDiv {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
    justify-content: center;
    margin-top: 30px;
}

#category-2{
    margin-top: 15px;
}

.openFilters {
    height: auto;
}

.categoryTwoContainer {
    width: 110px;
}

.categoryTwoContainer.catTwoSelected {
    width: 110px;
}

.categoryIcon {
    width: 50px;
    margin-left: 31px;
    float: left;
    border-radius: 50px;
}

#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: 15px;
    width: 100%;
    text-align: center;
    font-weight: 300;
}

.catLevelTwoArrow {
    right: 0;
    position: absolute;
    float: right;
    margin-right: 12px;
    margin-top: 16px;
    width: 7px;
    cursor: pointer;
}

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

.catLevelThree {
    float: left;
    margin-top: 7px;
    width: 100%;
    max-width: 90%;
    padding-left: 60px;
    font-weight: 300;
    text-transform: capitalize;
}

.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: 100%;
    padding-left: 8%;
    background-color: white !important;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 75px;
    padding-bottom: 40px;
}
#rightProductsContent[data-category-one-id="2"]{
    background-color:white !important;
}
#rightProductsContent[data-category-two-id="1"]{
    background-color:#00b8f1 !important;
}
#rightProductsContent[data-category-two-id="1"] .productViewName{
    color: white !important;
}
#rightProductsContent[data-category-two-id="2"]{
    background-color:#00b8f1 !important;
}
#rightProductsContent[data-category-two-id="2"] .productViewName{
    color: white !important;
}
#rightProductsContent[data-category-two-id="3"]{
    background-color:#a6ce37 !important;
}
#rightProductsContent[data-category-two-id="3"] .productViewName{
    color: white !important;
}
#rightProductsContent[data-category-two-id="4"]{
    background-color:#a5dae5 !important;
}
#rightProductsContent[data-category-two-id="4"] .productViewName{
    color: white !important;
}
#rightProductsContent[data-category-two-id="5"]{
    background-color:#dbb4f6 !important;
}
#rightProductsContent[data-category-two-id="5"] .productViewName{
    color: white !important;
}
#rightProductsContent[data-category-two-id="6"]{
    background-color:#ddbd76 !important;
}
#rightProductsContent[data-category-two-id="16"]{
    background-color: #02397b !important;
}
#rightProductsContent[data-category-two-id="6"] .productViewName{
    color: white !important;
}
#rightProductsContent[data-category-two-id="14"]{
    background-color:#9d1b1e !important;
}
#rightProductsContent[data-category-two-id="14"] .productViewName{
    color: white !important;
}
#rightProductsContent[data-category-two-id="16"] .productViewName{
    color: white !important;
}
#rightProductsContent[data-category-two-id="22"] .productViewName{
    height: auto !important;
}
#rightProductsContent[data-category-two-id="23"] .productViewName{
    height: auto !important;
}
#rightProductsContent[data-category-two-id="17"]{
    background-color:#d0a272 !important;
}
#rightProductsContent[data-category-two-id="21"]{
    background-color:#663520 !important;
}
#rightProductsContent[data-category-two-id="22"]{
    background-color:#ee4884 !important;
}
#rightProductsContent[data-category-two-id="23"]{
    background-color: #452e29 !important;
}
.widthContainer {
    width: 100%;
    min-width: 1100px;
    margin-bottom: 0px;
}

#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;
}
#categoriesMenu, .expandedCategory{
    display: none !important;
}
.button {
    background: #FFFFFF;
    border: 2px solid #1c5391;
    color: #1c5391;
    margin: 0 15px;
}

.button.selected, .button.selectedSubfilter2 {
    background: #1c5391;
    border: 2px solid #1c5391;
    color: #FFFFFF;
}

.button span:last-child {
    color: #FFFFFF;
}

.button::before {
    background: #1c5391;
}

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

    #filtersDiv {
    }

    #leftProductsContent {
    }

    #rightProductsContent {
        width: 70%;
        padding-left: 0;
        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 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: 0px 25px 0px 0px;
        width: 100%;
    }

    #mobileFiltersIcon {
        position: absolute;
        height: 26px;
        top: 9px;
        float: left;
        left: 12px;
        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 {
        min-width: 100px;
        margin-left: 5%;
    }

    #categoryReference {
        margin: auto;
        margin-bottom: 15px;
        margin-top: 19px;
        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: 100vw;
        padding-left: 0;
        left: -5vw;
    }

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