.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input+.t-product__option-checkmark:before {
    border: 1px solid #b06aff59 !important;
}
.js-product .t-product__option-item_radio.t-product__option-item_active .t-product__option-input:checked+.t-product__option-checkmark:after {
    background-color: #b06aff;
}
.js-product .t-product__option-item_radio .t-product__option-input+.t-product__option-checkmark:before {
    left: -26px;
    width: 16px;
    height: 16px;
    border: 1px solid #b06aff33;
}


.t-descr {
    font-family: 'Montserrat',Arial,sans-serif;
    font-weight: 500;
    color: #707070;
}
.t-store__card__mark {
    font-weight: 800;
    font-size: 12px;
    font-family: 'Roboto',Arial,sans-serif;
    display: table-cell;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}
.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;
    margin: 0 4px 8px 0;
    border: 1px solid #242424;
    font-size: 14px;
    height: 45px;
    background-color: #181818;
    box-sizing: border-box;
}
.t-store__prod__quantity__minus, .t-store__prod__quantity__plus {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 50% 1px,1px 50%;
    background-repeat: no-repeat;
    border-radius: 50px;
    background-color: #181818 !important;
}
 .t-slds__bgimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}
.t-slds__container {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}
.t-slds__thumbsbullet.t-slds__bullet_active .t-slds__thumbsbullet-border {
    border-color: rgba(0,0,0,.15);
    border-radius: 10px;
}

.t-store__prod-snippet__container {
    padding-top: 60px;
    padding-bottom: 60px;
}
.t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
    border-top: 1px solid #2a2a2a !important;
}
.t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
    border-bottom: 1px solid rgb(33 33 33) !important;
}
.t706__sidebar .t706__product-title {
    display: block;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 30px;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #181818 !important;
    font-weight: 500;
}
