﻿#content_right {
    min-width: 200px;
    float: left;
}

.box_right {
    margin-bottom: 10px;
    overflow: hidden;
}
.collapse {
    display: block;
}

.title_box_right {
    margin: 0;
    font-size: 13px;
    padding: 0 10px;
    background: #f58330;
    color: #fff;
    line-height: 36px;
    position: relative;
    cursor: pointer;
}

.title_box_right h2 {
    font-size: 17px;
    margin: 0;
    font-family: Roboto Condensed;
    font-weight: 500;
    line-height: 36px;
}
.box_right.filter.collapse .title_box_right {
    background-color: #c5c5c5;
    color: #000;
}

.box_right.filter.collapse .title_box_right .icon-toggle {
    color: #fff;
    background: #888;
}

.box_right.filter.collapse .title_box_right .icon-toggle {
    color: #fff;
    background: #888;
    font-size: 16px;
}
.box_right.filter .title_box_right:hover {
    background: #f58330;
    color: #fff;
}
.icon-toggle {
    position: absolute;
    right: 8px;
    top: 10px;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    background: #fff;
    line-height: 14px;
    text-align: center;
    color: #f58330;
    font-weight: bold;
    font-size: 20px;
}

.box_right.filter.collapse .content_box {
    display: none;
}

.box_right .content_box {
    border: solid 1px #ddd;
    padding: 10px 0;
    background: #fff;
}

.box_right .content_box ul {
    margin-top: -5px;
    padding: 0 10px;
    list-style: none;
}

.checkbox .icon, .radio .icon {
    height: 15px;
    width: 15px;
    background: #ccc;
    display: inline-block;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    margin-top: -2px;
}

.checkbox input {
    display: none;
}

.checkbox input:checked ~ .icon:before {
    content: "\f00c";
    display: inline-block;
    line-height: 15px;
    height: 15px;
    position: absolute;
    font-size: 13px;
    color: #f58330;
    left: 1px;
}
.box_right .content_box li {
    padding: 7px 0;
    border-bottom: dashed 1px #ddd;
}
.filter li {
    border: none !important;
    padding: 6px 0 !important;
}
.content_box .checkbox {
    margin-bottom: 0px;
    margin-top: 0px;
}
.checkbox input:checked ~ .icon, .radio input:checked ~ .icon {
    font-family: "FontAwesome";
}
@media (min-width: 991px) {
    .content-box {
        float: right;
        width: 950px;
    }
    #content_right {
        width: 240px;
    }
    .product-item {
        width: 25%;
    }
    .product-item:nth-child(5n+1) {
        clear: none;
    }

    .product-item:nth-child(4n+1) {
        clear: both;
    }
}
@media (max-width: 480px) {
    #content_right {
        width: 100%;
    }
        #content_right .filter {
            display: none;
        }
    .breadcrumb-wrapper {
        margin-bottom: 5px;
    }
}