.js-product .t-product__option-select {
    width: 100%;
    border: 1px #d7d7d7 solid;
    background: #ffffff;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
    padding: 2px 30px 2px 10px;
    padding-top: 2px;
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    overflow-x: hidden;
}

.t-name {
    font-family: 'FormularNeutral', Arial, sans-serif;
    font-weight: 400;
    color: #000000;
}

.t706__product-title {
    display: table-cell;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 400;
    vertical-align: middle;
    color: #000;
}

.t-store__filter__input, .t-store__filter__btn {
    border: 1px #ddd solid;
    background: #ffffff;
    color: #000;
    box-sizing: border-box;
    padding: 0 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 24px;
    outline: none;
}


.t-store__prod-snippet__container {
    padding-top: 30px;
    padding-bottom: 120px;
}


