.podborwidjet.aside_popular_queries {
    margin: 20px 0 0 0;
}
.aside_popular_queries ul {
    list-style:none;
    font-size: 14px;
    line-height: 19px;
}
.aside_popular_queries ul li {
    padding: 0 0 .5em 0;
}
.aside_popular_queries ul li::first-letter {
    text-transform: uppercase;
}
.podborwidjet {
    position: relative;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0 0 20px 0;
    padding: 10px 15px;
}
.podborwidjet.svernut {
    max-height: 301px;
    overflow-y: hidden;
}
.podborwidjet.svernut::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    z-index: 100;
    background: -moz-linear-gradient(top, rgba(242,242,242,0) 0%, rgba(242,242,242,1) 50%, rgba(242,242,242,1) 100%);
    background: -webkit-linear-gradient(top, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%);
    background: linear-gradient(to bottom, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 50%,rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 );
}
.podborwidjet .btn-xs {
    display: block;
    margin: 5px auto 0 auto;
    width: 120px;
}
.podborwidjet.svernut .btn-xs {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -60px;
    z-index: 150;
}
.podborwidjet h4 {
    padding: 0 0 .2em 0;
    margin: 0;
}
.btn-primary + .podborwidjet {
    margin-top: 15px;
}
.youchoise {
    box-sizing: border-box;
    padding: 15px 20px;
    background: #f2f2f2;
    margin: 0 20px 20px -20px;
}
.vyvybrali {
    list-style: none;
    margin: 0 0 10px 0;
}
.vyvybrali li {
    display: inline-block;
    vertical-align: top;
    margin: 3px .5em 3px 0;
}
.vyvybrali a.btn-xs {
    position: relative;
    padding-right: 18px;
}
.vyvybrali a.btn-xs::after {
    content: '×';
    position: absolute;
    top: -3px;
    right: 4px;
    font-size: 16px;
    color: rgba(255,0,0,.5);
}
.vyvybrali a.btn-xs:hover::after {
    color: rgba(255,0,0,1);
}

.choisetwocolumns {
    list-style: none;
}
.choisetwocolumns>li {
    float: left;
    width: 50%;
}
.choisetwocolumns>li:last-child {
    text-align: right;
}
.choisetwocolumns:after {
    content: "";
    display: table;
    clear: both;
}
.nawlinepoteryali {
    background: rgba(255,255,255,.75);
    padding: 5px 10px;
}
.firstsvf {
    width: 100%;
}

.filter_pagination{
    text-align: center;
}

.iamsidebar {
    float: right;
    width: calc((100% - 120px)/7*2 + 20px);
}
#toogle-side-btn {
    display: none;
}
.bigthreefourth {
    float: left;
    width: calc((100% - 120px)/7*5 + 100px);
}
.withsidebar .products {
    margin-right: 0;
}
.withsidebar .products li {
    width: 33%;
}
.filter-form-submit-hidden{
    display: none;
}
.filter-form-submit{
    display: inline-block;
    position: absolute;
    right: 10px;
    border: 1px solid #1F3E85;
    border-radius: 5px;
    cursor: pointer;
    padding: 4px;
}
.sort-value small{
    color: #337ab7;
}
input[type="checkbox"] {
    accent-color: #337ab7;
}
@media screen and (max-width: 890px) {
    .podborwidjet.svernut {
        max-height: 301px;
        overflow-y: clip;
    }
    .iamsidebar {
        width: 80%;
        position: fixed;
        top: 25%;
        right: 5%;
        z-index: 999;
        height: 550px;
        background-color: #fff;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;

        transform: translateX(110%);
        transition: transform .3s ease;
    }
    #toogle-side-btn {
        display: block;
        position: fixed;
        right: 35px;
        top: 50%;
        z-index: 99;

        transform: translateY(-50%) rotate(-90deg);
        transform-origin: right top;

        padding: 5px 10px;
        background-color: #fff;
        border-radius: 8px 8px 0 0;
        border: 1px solid #1F3E85;
        border-bottom: none;
    }
    #toogle-side-btn {
        transition: right .3s ease, transform .3s ease;
    }
    #toogle-side-btn.active {
        right: 95%;
    }
    .iamsidebar.active {
        transform: translateX(0);
    }
    .bigthreefourth {
        float: none;
        width: 100%;
    }
    .podborwidjet {
        margin: 0 0 20px 0;
        width: calc(100% / 3);
        float: left;
        max-height: 301px;
        overflow-y: scroll;
    }
    .btn-primary + .podborwidjet {
        margin-top: 0;
    }
    .firstsvf {
        display: none;
    }
    #sorter-form {
        margin: 0 0 20px 0;
    }
    #sorter-form:after {
        content: "";
        display: table;
        clear: both;
    }
    .youchoise {
        margin: 0 -20px 20px -20px;
    }
    .iamsidebar {
        transform: translateX(110%);
    }
}

@media screen and (max-width: 650px) {
    .podborwidjet {
        width: 100%;
    }
}
@media screen and (max-width:520px) {
    .youchoise {
        padding: 10px 20px;
    }
    .choisetwocolumns>li {
        float: none;
        width: 100%;
        text-align: center;
        padding: 7px 0;
    }
    .choisetwocolumns>li:last-child {
        text-align: center;
    }
}

@media screen and (max-width: 435px){
    #toogle-side-btn.active {
        right: 92%;
    }
}
@media screen and (max-width: 375px){
    #toogle-side-btn.active {
        right: 93%;
    }
}
@media screen and (max-width: 320px){
    #toogle-side-btn.active {
        right: 95%;
    }
}