.labels .step-header .title{
    float: left;
    padding-right: 20px;
}

.labels .step-header button{
    display: none;
}

.labels .step-header .mu{
    padding-top: 14px;
    float: left;
}

.labels .step-header .size-filter{
    clear: left;
    float: left;
    width: 50%;
}

.labels .step-header .sn-wrap{
    display: none;
    height: 80px;
    float: left;
    padding: 0 0 0 0;
    width: 50%;
    text-align: center;
}

.labels .step-container{
    padding-bottom: 25px;
}

.labels .options .option-row{
    position: relative; left: 0; top: 0;
    margin-top: 15px;
}

.labels .step-content.loadTop .options{
    background:  url('/resources/images/ajax-loader-grey.gif') no-repeat center 0;
}

.labels .step-content.loadBottom .options{
    background:  url('/resources/images/ajax-loader-grey.gif') no-repeat center bottom 10px;
}

.labels .options .option-row label{
    height: 255px;
    padding: 8px 5px 18px 5px;
    text-align: center;
    color: gray;
    border-radius: 4px;
    overflow: hidden;
}

.labels .options .option-row.roll label{
    height: auto;
    min-height: 40px;
    padding-bottom: 8px;
}

.labels .options .option-row:hover label,
.labels .options .option-row.active label{
    padding: 7px 4px 17px 4px;
}

.labels .options .option-row.roll:hover label,
.labels .options .option-row.roll.active label{
    padding-bottom: 7px;
}

.labels .options .option-row label img{
    margin: 10px auto;
    max-height: 160px;
}

.labels .options .option-row label b{
    display: block;
    font-size: 16px;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.labels .options .option-row.roll label b{
    font-size: 18px;
}

.labels .options .option-row label span{
    display: block;
    font-size: 12px;
    white-space: nowrap;
}

.labels .not-found ul{
    list-style: inside;
    padding: 0;
    margin: 10px 5px;
}

.labels .not-found button{
    background: none;
    border: none;
    color: #047FD3;
}

@media (max-width: 1200px) {

    .labels .step-header .size-filter{
        width: 59%;
    }

    .labels .step-header .sn-wrap{
        width: 41%;
    }

    .labels .options .option-row label{
        height: 275px;
    }

    .labels .options .option-row label img{
        max-height: 180px;
    }
}



@media (max-width: 991px) {
}

@media (max-width: 767px){

    .labels .step-header .title{
        float: none;
        padding: 0 0 10px 0;
    }

    .labels .step-header .mu{
        padding-top: 8px;
        padding-right: 0;
        float: right;
    }

    .labels .step-header .size-filter{
        width: 100%;
        display: none;
    }

    .labels .step-header .size-filter.active{
        display: block;
    }

    .labels .step-header button,
    .labels .step-header button:focus{
        padding: 0;
        position: relative;
        font-size: 14px;
        background: none;
        border: none;
        display: block;
        float: left;
        width: 105px;
        height: 30px;
        text-align: left;
        margin-left: -5px;
        padding-left: 5px;
    }

    .labels .step-header button div{
        position: absolute;
        top: 50%;
        margin-top: -2px;
        right: 5px;
        width: 12px;
        height: 7px;
        background:  url('/resources/components/chosen/se2-sprite.png') no-repeat -4px -11px;
    }

    .labels .step-header button.active div{
        background:  url('/resources/components/chosen/se2-sprite.png') no-repeat -40px -11px;
    }

    .labels .step-header button.loading div{
        width: 16px; height: 16px; margin-top: -8px;
        background:  url('/resources/images/ajax-loader-grey.gif') no-repeat 0 0;
    }

    .labels .step-header .sn-wrap{
        clear: left;
        height: 80px;
        padding: 0 0 0 0;
        width: 100%;
        text-align: center;
    }

    .labels .options{
        margin-left: -10px;
        margin-right: -10px;
    }

    .labels .options .option-row{
        margin-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .labels .options .option-row label{
        height: auto;
    }
}

@media (max-width: 576px){
}

@media (max-width: 424px){
}

@media (max-width: 374px){
    .labels .options{
        margin-left: -5px;
        margin-right: -5px;
    }

    .labels .options .option-row{
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 319px){
}