.t706__product-plusminus, .t706__product-amount {
    width: auto;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 30px 0 0;
}
.js-product .t-product__option-select {
    width: 100%;
    border: 1px #333 solid;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 5px;
}
.t-store__prod__quantity {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    border: 1px solid #1f1f1f;
    font-size: 14px;
    background-color: #333;
    box-sizing: border-box;
}
.t-store__prod__quantity-input {
    padding: 0;
    vertical-align: top;
    border: none;
    background-color: transparent;
    color: #bdbdbd;
}
.t-store__prod__quantity__minus, .t-store__prod__quantity__plus {
    background-color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 50% 1
px
,1
px
 50%;
    background-repeat: no-repeat;
    border-radius: 50
px
;
}
.t-store__prod__quantity__minus, .t-store__prod__quantity__minus {
    background-color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 50% 1
px
,1
px
 50%;
    background-repeat: no-repeat;
    border-radius: 50
px
;
}

.t706__product-title {
    pointer-events: none;
}
.t-product__option-title_radio {
    color: white;
}

.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input+.t-product__option-checkmark:before {
    /* border: 1px solid rgba(255,255,255); */
    background-color: white;
}

.js-product .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark:before {
    border: 1px solid white;
}

.js-product .t-product__option-variants_custom .t-product__option-title{
    color: white;
}

.js-product-img{
    background-color: #1f1f1f!important
}

.t-slds__container{
    background-color: #1f1f1f!important;
}