.podborwidjet {
    position: relative;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0 0 20px 0;
    padding: 10px 15px;
}
.podborwidjet.svernut {
    max-height: 300px;
    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, .podborwidjet .like_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%;
}

.iamsidebar {
    float: right;
    width: calc((100% - 100px)/3 + 20px);
}
.bigthreefourth {
    float: left;
    width: calc((100% - 100px)/3*2 + 80px);
}
.withsidebar h1, .withsidebar .like_h1 {
    padding-bottom: 1em;
}
.withsidebar .opoczno_products {
    margin-right: 0;
}
.withsidebar .opoczno_products li {
    width: 25%;
}
@media screen and (max-width: 890px) {
    .iamsidebar {
        float: none;
        width: 100%;
    }
    .bigthreefourth {
        float: none;
        width: 100%;
    }
    .podborwidjet {
        margin: 0 0 20px 0;
        width: calc(100% / 3);
        margin: 0;
        float: left;
        height: 300px;
        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;
    }
}
@media screen and (max-width: 650px) {
    .podborwidjet {
        width: 50%;
    }
}
@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: 375px) {
    .podborwidjet {
        width: 100%;
        float: none;
        height: auto;
        margin: 0 0 20px 0;
    }

    .showform {
        display: block !important;
        margin: 0 0 20px 0;
    }
    .priceoptions tr td {
        display: block;
    }
}

