.left-menu{
    width:250px;
    z-index: 999;
    position: fixed;
    top: 0;
    left:-250px;
    bottom: 0;
    height: 100vh;;
    padding: 1.5rem;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-right: 1px solid #ccc;
    border-right: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.left-menu.open{
    left: -1px;
}
.left-menu .slider-bar-section .header{
    font-size: 15px;
    color: #61646b;
    font-weight: 600;
    text-transform: uppercase;
}
.left-menu .slider-bar-section .header-h1{
    font-size: 15px;
    color: #61646b;
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0;
}
.left-menu .slider-bar-section .form-item{
    list-style-type: none;
    padding-left: .5rem;
}
.left-menu .slider-bar-section .form-item a{
    color: #61646b;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
}
.left-menu .slider-bar-section .form-item a h2{
    color: #61646b;
    font-size: 15px;
    text-transform: capitalize;
    text-decoration: none;
    margin: 5px 0;
}
.left-menu .slider-bar-section .form-item a.up-case{
    text-transform: uppercase;
}
.filter-price #slider-range, .filter-weight #slider-range-weight{
    margin-top: 1.5rem;
}
.filter-price #slider-range .ui-slider-range,
.filter-weight #slider-range-weight .ui-slider-range{
    background: #232f3e !important;
}
.filter-price #slider-range .ui-slider-handle,
.filter-weight #slider-range-weight .ui-slider-handle{
    background: #fff !important;
    outline: none;
}
.filter-price .price-range, .filter-weight .weight-range{
    overflow: hidden;
    margin: 1rem 0;
}
.filter-price .price-range label, .filter-weight .weight-range label{
    float: left;
}
.filter-price .price-range input, .filter-weight .weight-range input{
    width: calc(100% - 80px);
    margin-left: 1rem;
    float: left;
    border:0;
    color:#f6931f;
    font-weight:bold;
    background: transparent;
}

.right-content{
    width: 100%;
    float: none;
}
@media(min-width: 768px){
    .left-menu {
        width: 210px;
        padding: 1.5rem;
        float: left;
        position: relative;
        top: inherit;
        left: inherit;
        height: auto;
        bottom: inherit;
        box-shadow: none;
        border: none;
    }
    .right-content{
        width: calc(100% - 210px);
        float: left;
    }
    .left-menu .toggler-menu{
        display: none !important;
    }
}
.left-menu .toggler-menu{
    webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: 1px solid #fff;
    -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
    box-shadow: 1px 0px 8px rgba(0, 0, 0, .175);
    right: -20px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    width: 20px;
    height: 48px;
    position: absolute;
    top: 45%;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #232f3e;
    color: #fff;
    border-left: none;
}
.left-menu .toggler-menu .glyphicon-chevron-left{
    top:0;
    left: 3px;
    display: none;
}
.left-menu.open .toggler-menu .glyphicon-chevron-left{
    display: block;
}
.left-menu .toggler-menu .glyphicon-chevron-right{
    display: block;
}
.left-menu.open .toggler-menu .glyphicon-chevron-right{
    top:0;
    left: 3px;
    display: none;
}
.nb_pd_paging label{
    font-size: 1.6rem;
    color: #000;
}
.nb_pd_paging select{
    border: 1px solid #000;
    margin-left: 1rem;
    padding: .3rem;
}
.bg-select{
    background-color: #cfe2f3;
}
.bg-bl{
    background-color: #666666;
}
.bg-gray{
    background: #d9d9d9;
}
.nb_pd_paging{
    clear: both;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nb_pd_paging ul.paging{
    list-style-type: none;
    float: right;
    margin-bottom: 0;
    display: flex;
}
.nb_pd_paging ul.paging li{
    display: inline;
    padding: .3rem 1rem;
    border: 1px solid #000;
    margin: 0 .2rem;
}
.nb_pd_paging ul.paging li a{
    color: #000;
}

@media(max-width: 479px){
    .nb_pd_paging label{
        font-size: 1.4rem;
    }
    .nb_pd_paging select{
        margin-left: 0;
    }
    .nb_pd_paging ul.paging{
        padding-left: 0;
    }
}
.group-list-item.product_related .item-rlt{
    width: 20%;
    float: left;
    padding: 1.5rem;
}
@media(max-width: 1199px){
    .group-list-item.product_related .item-rlt{
        width: 25%;
    }
}
@media(max-width: 991px){
    .group-list-item.product_related .item-rlt{
        width: 33.333333% !important;
    }
}
@media(max-width: 767px){
    .group-list-item.product_related .item-rlt{
        width: 50% !important;
    }
}
@media(max-width: 599px){
    .group-list-item.product_related .item-rlt{
        width: 100% !important;
    }
}
.line-wrap{
    width: 100%;
    height: 2px;
    background: #4a484d;
    overflow: hidden;
    margin: 2rem 0;
}