﻿.pro_layout {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.layout-r {
    width: 75%;
}
.sidebar {
    width: 25%;
    padding-right: 20px;
}
.sidebar-ttl {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 2em;
    margin-bottom: 0;
    background: #282828;
    padding: 5px 10px;
}
.sidebar-mod {
    position: relative;
    margin-bottom: 40px;
    padding: 0;
    border: 1px solid #ccc;
    background: #f6f6f6;
}
.sidebar-list, .mode-child-list {
    display: none;
    padding-left: 15px;
}
.sidebar-mod a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 10px 20px;
    transition: all 0.5s;
}
.sidebar-mod a:hover{color:#000;}
.sidebar-mod-item {
    position: relative;
   
    border-bottom: 1px solid #e6e6e6;
}
.sidebar-mod-ttl {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8em;
    text-transform: uppercase;
    margin-bottom: 0;
   
}
.sidebar-mod-item:last-child {
    border-bottom: none;
}
.sidebar-more {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 23px;
    height: 43px;
}
    .sidebar-more:before {
        content: "";
        position: absolute;
        top: calc(50% - 7px);
        right: 7px;
        border: 3px solid transparent;
        border-right: 2px solid #20409a;
        border-bottom: 2px solid #20409a;
        padding: 2px;
        transform: rotate( 45deg);
        transition:all 0.5s;
    }
    .sidebar-more:hover:before {
        content: "";
        border-right: 2px solid #f26522;
        border-bottom: 2px solid #f26522;
    }
.sidebar-mod-item.active > .sidebar-more:before,
.mod-child-item.active > .sidebar-more:before {
    content: "";
    transform: rotate( 225deg);
}

.mod-child-item, .mode-child-list > li {
    position: relative;
    /*padding: 5px 0;*/
    border-top: 1px solid #f5f5f5;
}

    .mod-child-item a {
        position: relative;
        text-decoration: none;
        padding: 5px 0;
        margin: 0;
        line-height: 1.6em;
        color: #20409a;
    }
.mod-child-item a:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 15px;
    width: 5px;
    height: 5px;
    background: #20409a;
    transform: rotate( 45deg);
    transition: all 0.5s;
}

    .mod-child-item a{font-size:15px;}

    .mod-child-item a:hover {
        color: #f26522
    }
.mod-child-item a:hover:before {
    background: #f26522;
}
.mode-child-list li a{font-weight:400;font-size:14px;}
.mode-child-list li a:before{display:none;}
.filter-mod-ttl {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8em;
    text-transform: uppercase;
    margin: 20px 0 10px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
}
.filter-itm {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.filter-itm input[type=checkbox]{
    width: 17px;
    height: 17px;
    margin-right:10px;
}
.filter-itm label{transition: all 0.5s;}
.filter-itm label:hover{color:#f26522;}
.filter-btn {
    display:flex;
    justify-content:space-between;
    margin: 30px 0;
}
.filter-btn button {
    border: none;
    background: #20409a;
    color: #fff;
    width: 100px;
    height: 30px;
    cursor: pointer;
    transition: all 0.5s;
}
.filter-btn button:hover{background:#f26522;}
#sidebar_mod_hide{overflow: hidden;transition: all 2s linear;}
.sidebar-mod-ttl.show_more{position: absolute;bottom: 0;width: 100%;background: #f6f6f6;}
.show_more a{text-align:center;position:relative;text-transform: capitalize;}
.show_more a:before{content: ' \00AB';position: absolute;bottom: -5px;left: calc(50% - 10px);font-size: 19px;transform: rotate(-90deg);}
.show_more a.active:before{left: calc(50% - 3px);bottom: unset;top:-5px;transform: rotate(90deg);}
.sb_pro_itm{display:flex !important;align-items: center;border-bottom: 1px solid #e9e9e9;}
.sb_pro_info {width: calc(100% - 60px);}
.sb_pro_itm p {margin-bottom: 0}
.sb_pro_img{width:60px; margin-right: 10px;}
.sb_pro_itm .sb_pro_ttl{transition:all .5s;font-weight: bold;}
.sb_pro_price {
    display: flex;
    justify-content: space-between;
}
.sb_pro_price .new {
    color: #e10000;
    font-weight: bold;
}
.sb_pro_price .old {
    color: #919191;
    text-decoration: line-through;
}
.sb_pro_itm:hover .sb_pro_ttl{color: #268400;}
@media screen and (max-width:768px) {
    .pro-layout {display: block;}
    .layout-r{width:100%;}
    .sidebar{display:none;}

}
