.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 30px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #ffc400;
    color: #000000 !important;
}
.t-product__option-title {
    font-weight: 500;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}
.t-checkbox__indicator {
    height: 28px !important;
    width: 52px !important;
    background-color: #f0f0f0;
    box-shadow: 0px 0px 4px 0px rgba(201,201,201,1);
    border-radius: 13px;
    cursor: pointer;
    opacity: 0.6;
    border-width: 0 !important;
    margin-right: 15px;
}
/*Шар*/
.t-checkbox__indicator::before {
    content: "";
    height: 26px;
    width: 26px;
    box-shadow: inset 0px 0 13px 0px #7d7d7d;
    position: absolute;
    border-radius: 13px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
/*Смещение шара*/
.t-checkbox__control .t-checkbox:checked~.t-checkbox__indicator:before {
    margin-left: 28px;
    box-shadow: inset 0px 0 17px 0px #ff3900;
}
.t-checkbox__indicator:after {opacity: 0;}
.t-text_xs { font-size: 16px;}
.t-checkbox__control {-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}