.t-align_center {
    text-align: LEFT;
}


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

.t-store__parts-switch-wrapper {
    margin-bottom: 0px;
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap="10"], .t-store__grid-cont_col-width_stretch.t-store__grid-cont_indent[data-col-gap="20"], .t-store__grid-cont_col-width_stretch[data-col-gap="10"], .t-store__grid-cont_col-width_stretch[data-col-gap="20"] {
        padding: 0 10px;
    }
}

.t-store__card__price-wrapper {
    margin-top: 3px;
}

.t-store__card__textwrapper {
    margin-bottom: auto;
    padding-top: 10px;
}

.t-store__parts-switch-wrapper {
    margin-bottom: 10px;
}

.t-slds__thumbsbullet.t-slds__bullet {
    margin-right: 5px;
    margin-top: 4px;
    padding: 0;
    position: relative;
    transition: opacity .3s ease-in-out;
    width: 150px;
}

.t-checkbox__control.t-text_xs, .t-radio__control.t-text_xs {
    line-height: 1.7;
}

.t-checkbox__control {
    cursor: pointer;
    display: table;
    position: relative;
}
.t-text_xs {
    font-size: 13px;
    line-height: 1.55;
}

element.style {
    color: #ffffff;
    background-color: #1c1b20;
    border-radius: 0px;
    font-family: Roboto Mono;
    font-size: 14px;
}
.t-upwidget-container__button {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table;
    padding: 0 20px;
    line-height: 38px !important;
}
.t-upwidget-container__button, .t-upwidget-container__button-indiv {
    font-weight: 300;
    white-space: nowrap;
    background-color: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
}