   li::marker {
    color: #E52E2E;
}

ul {
  list-style-type: square;
}


/*код для второй кнопки в карточку для табов*/
.t-store__tabs__content a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.t-store__tabs__content a:first-of-type {
    background-color: #E52E2E;
    color: #ffffff !important;
}
.t-store__tabs__content a:last-of-type {
    background-color: #E52E2E;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

.js-store-prod-all-charcs {
    display:none;
}

.t-checkbox__indicator {
    float: left !important; 
}