.side-filter-menu {
    position: relative;
    z-index: 0;
    margin: 0 20px 30px 0;
}
.side-menu-container{
  width:100%;
}

ul.filter-brdcrumb {
    list-style-type: none;
    margin: 0 0 20px 0;
    padding: 0;
}

ul.filter-brdcrumb li {
    background-color: #f7f7f7;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    padding: 6px 10px;
    margin: 0 4px 6px 4px;
}

ul.filter-brdcrumb li a {
    border: none;
	margin:0 4px 0 0;
}

ul.filter-brdcrumb li a:hover{ border:none;}
.brd-bot-none {
    border-bottom: none !important;
}

ul.filter-brdcrumb li i.fas {
    font-weight: normal;
    margin: 0;
    font-size: 15px;
}

.side-filter-menu .navbar-header h3 {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    padding: 10px 12px;
    color: #090909;
}

.side-filter-menu .navbar {
    border: none;
}
.side-filter-menu .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.side-filter-menu .navbar-nav .active a {
    background-color: transparent;
    margin-right: -1px;
    border-right: 5px solid #e7e7e7;
}

.side-filter-menu ul.navbar-nav {
    line-height: normal;
}

.side-filter-menu .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dedede;
    margin: 0;
}
.side-filter-menu .navbar-nav li a {
    padding: 10px 12px;
    border: none;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}
.side-filter-menu .navbar-nav li div.f-item {
    padding: 10px 12px;
    border: none;
    font-size: 16px;
    line-height: 0.9em;
    color: #000000;
}

.side-filter-menu ul.navbar-nav li ul li a {
    font-weight: normal;
}

.side-filter-menu .navbar-nav li a .glyphicon {
    padding-right: 10px;
}
.side-filter-menu .dropdown-li {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.side-filter-menu .dropdown-li .caret {
    float: right;
    margin: 9px 5px 0;
}
.side-filter-menu .dropdown-li .indicator {
    float: right;
}

.side-filter-menu .dropdown-li > a {
    border-bottom: 1px solid #dedede;
    position: relative;
    left: 0;
    top: 0;
}

.side-filter-menu .dropdown-li > a.down-arrow:after,
.side-filter-menu .dropdown-li > a.down-arrow.active.collapsed:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    font-size: 20px;
    font-weight: 900;
    color: #dedede;
    line-height: 24px;
    top: 8px;
}

.side-filter-menu .dropdown-li > a.active:after {
    content: "\f0de";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    color: #000000;
    top: 12px;
}

.side-filter-menu .dropdown-li .panel-body {
    padding: 0;
}
.side-filter-menu .dropdown-li .panel-body .navbar-nav {
    width: 100%;
}
.side-filter-menu .dropdown-li .panel-body .navbar-nav li {
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7;
}

.side-filter-menu .panel-collapse.collapse.show ul li {
    border-bottom: none;
}

.side-filter-menu .dropdown-li .panel-body .navbar-nav li:last-child {
    border-bottom: none;
}
.side-filter-menu .dropdown-li .panel-body .panel > a {
    margin-left: -20px;
    padding-left: 35px;
}

.side-filter-menu .dropdown-li .panel-body .panel-body li {
    padding-left: 30px;
}
.side-filter-menu .dropdown-li .panel-body .panel-body li:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.side-filter-menu #search-trigger {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 18px;
}
.side-filter-menu .brand-name-wrapper .navbar-brand {
    display: block;
}
.side-filter-menu #search {
    position: relative;
    z-index: 1000;
}
.side-filter-menu #search .panel-body {
    padding: 0;
}
.side-filter-menu #search .panel-body .navbar-form {
    padding: 0;
    padding-right: 50px;
    width: 100%;
    margin: 0;
    position: relative;
    border-top: 1px solid #e7e7e7;
}
.side-filter-menu #search .panel-body .navbar-form .form-group {
    width: 100%;
    position: relative;
}
.side-filter-menu #search .panel-body .navbar-form input {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 50px;
}
.side-filter-menu #search .panel-body .navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 15px 18px;
}
/* Main body section */
.side-body {
    margin-left: 310px;
}
/* small screen */
@media (max-width: 768px) {
    .side-filter-menu {
        position: relative;
        width: 100%;
        height: 0;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
    }
    .side-filter-menu .brand-name-wrapper .navbar-brand {
        display: inline-block;
    }
    /* Slide in animation */
    @-moz-keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @-webkit-keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @-moz-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    @-webkit-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    @keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    /* Slide side menu*/
    /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
    .side-menu-container > .navbar-nav.slide-in {
        -moz-animation: slidein 300ms forwards;
        -o-animation: slidein 300ms forwards;
        -webkit-animation: slidein 300ms forwards;
        animation: slidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .side-menu-container > .navbar-nav {
        /* Add position:absolute for scrollable menu -> see top comment */
        position: fixed;
        left: -300px;
        width: 300px;
        top: 43px;
        height: 100%;
        border-right: 1px solid #e7e7e7;
        background-color: #f8f8f8;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    /* Uncomment for scrollable menu -> see top comment */
    /*.absolute-wrapper{
        width:285px;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }*/
    @-moz-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @-webkit-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @-moz-keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    @keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    /* Slide side body*/
    .side-body {
        margin-left: 5px;
        margin-top: 70px;
        position: relative;
        -moz-animation: bodyslideout 300ms forwards;
        -o-animation: bodyslideout 300ms forwards;
        -webkit-animation: bodyslideout 300ms forwards;
        animation: bodyslideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .body-slide-in {
        -moz-animation: bodyslidein 300ms forwards;
        -o-animation: bodyslidein 300ms forwards;
        -webkit-animation: bodyslidein 300ms forwards;
        animation: bodyslidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    /* Hamburger */
    .navbar-toggle {
        border: 0;
        float: left;
        padding: 18px;
        margin: 0;
        border-radius: 0;
        background-color: #f3f3f3;
    }
    /* Search */
    #search .panel-body .navbar-form {
        border-bottom: 0;
    }
    #search .panel-body .navbar-form .form-group {
        margin: 0;
    }
    .navbar-header {
        /* this is probably redundant */
        position: fixed;
        z-index: 3;
        background-color: #f8f8f8;
    }
    /* Dropdown tweek */
    .dropdown-li .panel-body .navbar-nav {
        margin: 0;
    }
}

.side-filter-menu .panel-body ul.filter-chkbx-lst1 li {
    border: none !important;
    padding-bottom: 6px;
    margin: 0;
}

ul.filter-chkbx-lst1 {
    padding-top: 0;
    overflow: hidden;
}

ul.filter-chkbx-lst1 li {
    font-size: 16px;
}

.custom-checkbox1 {
    background-color: #eeeeee;
    display: inline-block;
    height: 16px;
    margin: 0 20px 0 0;
    width: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #898989;
    float: right;
}
.f-item .custom-checkbox1 {
    margin-right: 8px;
}
.custom-checkbox1 span {
    display: block;
    height: 16px;
    position: relative;
    width: 16px;
    padding: 0;
}

.custom-checkbox1 input:checked ~ span:before {
    background-color: #fecd00;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.custom-checkbox1 span:after {
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-right: 2px solid #eeeeee;
    border-top: 2px solid #eeeeee;
    content: "";
    display: block;
    height: 10px;
    left: 1px;
    position: absolute;
    top: 8px;
    width: 6px;
}

.custom-checkbox1 span:hover:after {
    border-color: #999;
}
.custom-checkbox1 input {
    display: none;
}
.custom-checkbox1 input:checked + span:after {
    -webkit-animation: check 0.8s;
    -moz-animation: check 0.8s;
    -o-animation: check 0.8s;
    animation: check 0.8s;
    border-color: #555;
}
.custom-checkbox1 input:checked + .default:after {
    border-color: #000000;
}

/*scroll*/

.scroll-content {
    height: auto;
    max-height: 125px;
    margin-top: 10px;
    border-bottom: 1px solid #dedede;
}
.mCSB_container_wrapper {
    margin-right: 0;
    margin-bottom: 0;
}
.mCSB_container_wrapper > .mCSB_container {
    padding-right: 0;
    padding-bottom: 0;
}

.mCSB_scrollTools {
    width: 10px;
}

#mCSB_1_scrollbar_horizontal {
    display: none !important;
}

.mCSB_draggerContainer {
    margin: 0 !important;
}
.mCSB_scrollTools a + .mCSB_draggerContaine {
    margin: 0 !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000 !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #dedede;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 10px;
}

/*mobile-offcanvas-menu*/

.ma5menu__head {
    border-bottom: 2px solid #dddddd;
}
.ma5menu__header {
    padding: 15px 0 0 0;
    color: #202020;
    font-size: 22px;
    line-height: 25px;
}
.ma5menu__container,
.ma5menu__panel {
    background-color: #f4f4f4;
}

.ma5menu__panel > ul li a {
    color: #101010;
}

.ma5menu__panel > ul li {
    border-bottom: 2px solid #dddddd;
}

.ma5menu__leave {
    color: #101010;
}

.ma5menu__panel.lvl-0 {
    text-transform: none;
}

.ma5menu__panel > ul li a {
    padding: 10px 15px;
    min-height: 40px;
}
.ma5menu__panel > ul li a.bld-menu-item {
    font-weight: bold;
}

.ma5menu--active::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.ma5menu__btn--enter {
    background-image: url(../images/nav-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    right: 10px;
}

.ma5menu__btn--enter:hover {
    background-image: url(../images/nav-arrow-h.png);
}

.ma5menu__panel > ul li a:hover {
    color: #000;
}

.ma5menu__panel > ul li a.offcnv-dropmenu {
    font-weight: bold;
}

.ma5menu__btn--leave {
    background-image: url(../images/nav-arrow-lft.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.ma5menu__leave {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.ma5menu__leave:hover {
    background-image: url(../images/nav-arrow-lft.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.ma5menu__leave:hover .ma5menu__btn--leave {
    background: none;
}

.ma5menu--right .ma5menu__header .ma5menu__toggle {
    left: auto;
    right: 0;
}

.ma5menu__close,
.ma5menu__toggle:hover .ma5menu__close {
    background-image: url(../images/del-icon.png);
    width: 17px;
    height: 17px;
    background-size: auto;
}

.ma5menu__alert {
    display: none;
}

.menu-toggle-holder .ma5menu__toggle {
    background-color: transparent;
    color: #0c0c0c;
    width: auto;
    height: auto;
    border-radius: 0;
    padding-left: 25px;
    font-size: 15px;
    text-decoration: underline;
}

.menu-toggle-holder .ma5menu__toggle:before {
    content: "\f000";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
}

.menu-toggle-holder .ma5menu__toggle:hover {
    background-color: transparent;
    color: #0c0c0c;
}

@media screen and (max-width: 991px) {
    .side-filter-menu {
        display: none;
    }
    .sidebar-accordion{display:none;}
}

@media screen and (min-width: 769px) {

}

@media screen and (min-width: 992px) {

    .ma5menu__container {
        display: none;
    }
	    .menu-toggle-holder {
        display: none;
    }
	.mobile-filter {
        display: none;
    }
}

.rangeslider-wrap {
    padding-top: 100px;
}

.rangeslider {
    position: relative;
    height: 4px;
    border-radius: 5px;
    width: 100%;
    background-color: gray;
    margin-bottom: 30px;
    margin-top: 30px;
}
.rangeslider__handle {
    transition: background-color 0.2s;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fcc942;
    touch-action: pan-y;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: -6px !important;
    border: none;
    margin-left: -8px;
    box-shadow: none;
}
.rangeslider__handle:after {
    display: none;
}
.rangeslider__handle__value {
    transition: background-color 0.2s, box-shadow 0.1s, transform 0.1s;
    box-sizing: border-box;
    text-align: center;
    background-color: #fcc942;
    border-radius: 5px;
    color: black;
    position: absolute;
    white-space: nowrap;
    width: 60px;
    left: -21px;
    top: -32px;
    font-size: 12px;
}
.rangeslider__handle__value:before {
    transition: border-top-color 0.2s;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-top-color: #fcc942;
}

.rangeslider__fill {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    background-color: black;
    border-radius: 5px;
}
.rangeslider__labels {
    position: absolute;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
.rangeslider__labels__label {
    font-size: 0.75em;
    position: relative;
    padding-top: 15px;
    color: gray;
}
.rangeslider__labels__label:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 1px;
    height: 9px;
    border-radius: 1px;
    background-color: rgba(128, 128, 128, 0.5);
}
.rangeslider__labels__label:first-child:before,
.rangeslider__labels__label:last-child:before {
    height: 12px;
    width: 2px;
}
.rangeslider__labels__label:first-child:before {
    background-color: black;
}
.rangeslider__labels__label:last-child:before {
    background-color: gray;
}
.rangeslider__labels__label:first-child {
    transform: translateX(-48%);
}
.rangeslider__labels__label:last-child {
    transform: translateX(48%);
}

.rangeslider-higher {
    margin-top: 10px;
}
.rangeslider-lower .rangeslider__labels__label:first-child:before {
    background: #717171;
}
.rangeslider-lower .rangeslider__fill {
    background: #717171;
}
.rangeslider-lower {
    margin-top: -34px;
}
#lower_value,
#higher_value {
    width: 55px;
    border: none;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 5px;
}
#lower_value::-webkit-inner-spin-button,
#higher_value::-webkit-inner-spin-button,
.ma5menu__container .m_lower_value::-webkit-inner-spin-button,
.ma5menu__container .m_higher_value::-webkit-inner-spin-button {
    opacity: 1;
}
#lower_value {
    margin-right: 5px;
}
.multi-range-text {
    font-size: 15px;
    margin: 0;
}

@media (max-width: 1200px) {
    #lower_value,
    #higher_value {
        width: 43px;
        margin-left: 0;
    }
    #lower_value {
        margin-right: 1px;
    }
}

.ma5menu__container .m_lower_value,
.ma5menu__container .m_higher_value {
    width: 70px;
    border: none;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 5px;
}

div#content-2 {
    height: 200px;
}

.ma5menu__container .m_lower_value {
    margin-right: 10px;
}
.ma5menu__container .custom-checkbox1 {
    margin-right: 0;
}
.ma5menu__header {
    text-align: left;
    margin-left: 10px;
}
.ma5menu__leave {
    text-align: left;
}
.ma5menu__header a {
    color: #000;
}
.ma5menu__header a:hover {
    color: #000;
    text-decoration: none;
}


/*sidebar category*/
.sidebar-accordion { margin:0 0 50px 0;}
.sidebar-accordion .card{border-radius:0;}

.sidebar-accordion .card-header{ padding:0; border-radius:0;}

.sidebar-accordion .card-header a{ display:block; font-size:16px; line-height:22px; color:#000; font-weight:bold;padding:10px 12px; text-decoration:none;}
.sidebar-accordion .card-header a:hover, .sidebar-accordion .card-header a:active{ background-color:rgba(0,0,0,0.06);}

.sidebar-accordion ul.sidebar-cat-list { list-style-type:none; margin:0; padding:10px 0;}

.sidebar-accordion ul.sidebar-cat-list li { }
.sidebar-accordion ul.sidebar-cat-list li a{
	font-size:15px;
	line-height:20px;
	color:#000;
	text-decoration:none;
	display:block;
	border:none;
	font-weight:normal;
	padding:10px 30px;
}

.sidebar-accordion ul.sidebar-cat-list li a:hover{ color:#333333;}
