/*.uc-filter .t-store__parts-switch-wrapper {
    padding: 1rem;
    background: rgba(255,205,0,.5);
    border-radius:.5rem;
    margin-bottom:30px;
}

.uc-filter .t-store__parts-switch-wrapper div:not(:first-child) {
    padding-left: 1rem;
}

.uc-filter .t-store__filter__item {
    padding: 1rem;
    background: rgba(255,205,0,.5);
    border-radius:.5rem;
}

.uc-filter .t-store__filter__item-title {
    font-weight:bold;
}

.uc-filter .t-store__filter__item-controls-wrap {
    //padding-left: 1rem;
    
}

.uc-filter .t-store__empty-part-msg-wrapper {
    width: 100%;
    padding: 40px 40px 50px;
    box-sizing: border-box;
    min-height: 40vh;
    border: 0px solid rgba(130,130,130,.5);
    text-align: center;
    color: rgba(130,130,130,.7);
    display: table;
}*/

#rec1 .t-store__prod-snippet__container {
    padding-top: 180px !important;
}