.t-store__parts-switch-btn {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-radius: 50px;
    padding-block: 5px;
    padding-inline: 30px;
}

.t-store__filter__item-title {
    cursor: pointer;
    max-width: 200px;
    overflow: hidden;
    padding-right: 0px;
    position: relative;
    text-overflow: ellipsis;
    transition: opacity .1s ease-in;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    padding-block: 5px;
    padding-left: 14px;
    width: 100px;
}

.t-store__filter__item-title:after {
    border-color: transparent #000 #000 transparent;
    border-style: solid;
    border-width: 1px;
    bottom: 0;
    content: " ";
    height: 5px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    right: 8px !important;
    top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
}

.js-store-prod-all-text a {
    width: 100px;
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
    color: black !important;
    background-color: #ffffff;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    border-radius: 0px;
}
.js-store-prod-text a:first-of-type {
    color: #ffffff !important;
    background-color: #000000;
}
.js-store-prod-text a:last-of-type {
    color: black !important;
    background-color: #ffffff;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__card__btns-wrapper.js-store-buttons-wrapper {
    margin-top: 0px;
}

.t-store__card__btns-wrapper.js-store-buttons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

a.js-store-prod-btn.t-store__card__btn.t-btn.t-btn_xs {
    width: 45%;
}

a.js-store-prod-btn2.t-store__card__btn.t-store__card__btn_second.t-btn.t-btn_xs {
    width: 45%;
}