﻿/* Catalog Side NavBar Start */
.CatalogSideNavBarWrapper {
    max-width: 290px;
    z-index: 1;
    position: relative;
    margin: 30px 15px 0 30px;
}
.FixedCatalog{
    position:fixed;
    top: 80px;
}

.CatalogSideNavBar {
    width: 290px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media(max-width:1200px){
    .CatalogSideNavBar {
    width: 225px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
}

.CatalogSideNavBar ul {
    position: relative;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.CatalogSideNavBar ul ul {
    display: none;
    margin: 0;
}

.CatalogSideNavBar li {
    list-style: none;
    position: relative;
}

.CatalogSideNavBar a {
    color: #0f0f0f;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.CatalogSideNavBar a:hover {
    text-decoration: none !important;
}

.CatalogSideNavBar a:focus {
    outline: none !important;
}

    .CatalogSideNavBar .iconSideNavArrowBTN {
        position: absolute;
        right: 0;
        top: 4px;
        z-index: 9;
        width: 25px;
        height: 30px;
        z-index: 999;
        cursor: pointer;
    }

.CatalogSideNavBar .iconSideNavArrowBTN:after {
    content: "\f107";
    font-size: 18px;
    position: absolute;
    font-weight: normal;
    font-family: FontAwesome;
    padding: 0 0 0 0;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}

.Rama1SideNavLI {
    border-top: 1px solid #e0e0e0;
    padding: 0 0 0 0;
}
.Rama1SideNavLI.active{
    background-color: #f68e39;
}
.Rama1SideNavLI .Rama1SideNavA.active{
    background-color: #f68e39;
    color: #fff;
}
.Rama1SideNavLI:hover{
    background-color: #f68e39;
}
.Rama1SideNavLI:hover .Rama1SideNavA{
    color: #fff;
}
.Rama1SideNavLI:hover .Rama1SideNavArrow{
    color: #fff;
}
.Rama1SideNavLI.active .Rama1SideNavA{
    color: #fff;
}
    .Rama1SideNavLI .Rama1SideNavA {
        position: relative;
        display: block;
        padding: 10px 7px 10px 0;
        text-align: center;
    }
.Rama1SideNavLI .Rama1SideNavArrow{
    padding: 5px 5px 5px 0;
}
.Rama1SideNavLI.active .Rama1SideNavArrow {
    color: #fff;
}
.Rama1SideNavLI .Rama1SideNavA.active ~ .Rama1SideNavArrow {
    color: #fff;
}


.CatalogSideNavBar .Rama1SideNavUL .Rama2SideNavUL{
    padding: 0 0 0 0;
    background-color: #f9f9f9;
}
.Rama2SideNavLI{
    padding: 0 0 0 0;
}
.Rama2SideNavLI.active {
    
}
.Rama2SideNavLI .Rama2SideNavA {
    position: relative;
    display: block;
    padding: 5px 20px 5px 10px;
}
.Rama2SideNavLI.active .Rama2SideNavA:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #f68e39;
    z-index: 5;
    height: 100%;
}
.Rama2SideNavLI.active .Rama2SideNavA{
    font-weight: 500;
    color: #f68e39;
}
.Rama2SideNavLI:hover .Rama2SideNavA{
    color: #f68e39;
}
.Rama2SideNavLI:hover .Rama2SideNavA:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #f68e39;
    z-index: 5;
    height: 100%;
}


.CatalogSideNavBar .Rama2SideNavUL .Rama3SideNavUL{
    padding: 0 0 0 0;
    background-color: #f9f9f9;
}
.Rama3SideNavLI{
    padding: 0 0 0 0;
}
.Rama3SideNavLI.active {
    
}
    .Rama3SideNavLI .Rama3SideNavA {
        position: relative;
        display: block;
        padding: 5px 5px 5px 20px;
        font-size: 13px;
        border-bottom: 1px solid #dadada;
    }
.Rama3SideNavLI.active .Rama3SideNavA:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #f68e39;
    z-index: 5;
    height: 100%;
}
.Rama3SideNavLI.active .Rama3SideNavA{
    font-weight: 400;
    color: #f68e39;
}
.Rama3SideNavLI:hover .Rama3SideNavA{
    color: #f68e39;
}
.Rama3SideNavLI:hover .Rama3SideNavA:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #f68e39;
    z-index: 5;
    height: 100%;
}


.CatalogSideNavBar .Rama3SideNavUL .Rama4SideNavUL{
    padding: 0 0 0 0;
    background-color: #f9f9f9;
}
.Rama4SideNavLI{
    padding: 0 0 0 0;
}
.Rama4SideNavLI.active {
    
}
.Rama4SideNavLI .Rama4SideNavA {
    position: relative;
    display: block;
    padding: 5px 20px 5px 0;
}
.Rama4SideNavLI.active .Rama4SideNavA:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px solid #f68e39;
    z-index: 5;
    height: 100%;
}
.Rama4SideNavLI.active .Rama4SideNavA{
    font-weight: 600;
    color: #f68e39;
}
.Rama4SideNavLI:hover .Rama4SideNavA{
    color: #f68e39;
}
.Rama4SideNavLI:hover .Rama4SideNavA:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    border-right: 2px solid #f68e39;
    z-index: 5;
    height: 100%;
}


@media(max-width: 1200px){

}

@media(max-width: 992px){
    .CatalogSideNavBarWrapper {
        float: none;
        max-width: 100%;
        z-index: 1;
        position: relative;
        margin: 0 15px 15px 15px;
        clear: both;
    }

    .CatalogSideNavBar {
        width: 100%;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        position: relative;
        top: 100%!important;
    }

}

@media(max-width: 768px){


}
/* Catalog Side NavBar END */