.detail-item .pro-name{
    height: 60px;
}
.block-product-home > div{
    height: 325px;
}
.item-product-cate{
    height: 390px;
}
.pro-percent,.detail-pview .pro-price-del {
    color: #e41b35;
    font-weight: 600;
}

.detail-item .pro-name a {
    text-transform: none;
}

.block-categories {
    display: inline-block;
    width: 100%;
}

.section-product-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filter-aside {
    width: 24%;
    border: 1px solid #ddd;
    margin-top: 50px;
}

.product-aside {
    width: 74%;
}

#left_column .block .title_block {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #eaeaea;
    padding-left: 28px;
    text-transform: uppercase;
    padding-top: 11px;
    padding-bottom: 12px;
    color: #444444;
    position: relative;
}

#left_column .block .block_content {
    padding: 15px 20px;
}

.check-box-list li, .tree-menu li {
    line-height: 24px;
}

.tree-menu > li > span:before {
    content: "\f105";
    display: inline-block;
}

.tree-menu > li > span.open:before, .tree-menu > li > span:before, .tree-menu > li > ul > li > span:before {
    font-size: 14px;
    text-align: right;
    padding-right: 12px;
    color: #ccc;
    font-family: 'Font Awesome 5 Free';
}

.title-variant {
    border-top: none !important;
}

#left_column .left-module {
    margin-bottom: 10px;
    overflow: hidden;
}

.variant {
    padding: 15px 20px;
}

.layered_subtitle {
    color: #444444;
    font-size: 16px;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.group-filter .layered_subtitle {
    margin-top: 20px;
}

.content-group.active {
    max-height: 300px;
    overflow: auto;
}

.form-check {
    position: relative;
    display: block;
}

.item-filter .form-check {
    padding: 5px 0;
}

.item-filter .filter-item {
    display: none;
}

.item-filter .form-check label {
    position: relative;
    padding-left: 25px;
    font-weight: 400;
    cursor: pointer;
}

.content-group .item-filter label:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #919191;
    z-index: 2;
}

.content-group .item-filter label:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: 4px;
    background: transparent;
    border-left: 2px solid #777;
    border-bottom: 2px solid #777;
    transform: rotate(-50deg);
    z-index: 2;
    display: none;
}

.form-check.active label:after {
    display: block;
}

.item-filter .form-check .thuml-img {
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 1;
    background-position: center;
    background-size: 100% 100%;
}

.widget_price_filter .ui-widget-content {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 4px;
    position: relative;
    z-index: 1;
    background: 0 0;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border: 1px solid #e8e8e8;
    margin-bottom: 5px;
}

#slider-range {
    margin-top: 10px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range::before {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    top: 1px;
    z-index: 1;
    content: "";
}

.widget_price_filter .ui-slider .ui-slider-handle {
    width: 22px;
    height: 11px;
    margin-left: -11px;
    margin-right: 0;
    top: -12px;
    background: none !important;
    border: 11px solid #232222;
    border-bottom: none;
    border-color: #232222 transparent transparent;
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    background-color: #7aaedd;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    width: 22px;
    height: 11px;
    margin-left: -11px;
    margin-right: 0;
    top: -12px;
    background: none !important;
    border: 11px solid #232222;
    border-bottom: none;
    border-color: #232222 transparent transparent;
    position: absolute;
    z-index: 2;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    background-color: #7aaedd;
}

.close-filter {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    z-index: 2;
}

.btn-filter {
    display: none;
    position: fixed;
    left: 0;
    bottom: 45%;
    z-index: 20;
    background: #00a651;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-radius: 0;
    cursor: pointer;
    font-size: 18px;
    transition: all .45s;
    transform: translateX(0);
}

@media (min-width: 768px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .filter-aside, .product-aside {
        width: 100%;
        margin-bottom: 20px;
    }

    #left_column {
        position: fixed;
        -webkit-overflow-scrolling: touch;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        z-index: 100;
        overflow-y: auto;
        background-color: #fff;
        border-right: 1px solid #e9e9e9;
        transition: all 1s ease-in-out;
        display: none;
        margin: 0;
    }

    #chir_collection div#left_column.active {
        display: block;
    }

    .open_drawer_filter #chir_collection div#left_column {
        -ms-transform: translateX(0px);
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .hidden-xs {
        display: none !important;
    }

    .btn-filter {
        background: #b0082c;
        display: block;
    }
}