.t-store .t-store__tabs__content {
    margin: 0 0 25px 0;
    max-width: 1200px;
    overflow: hidden;
}
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: -2px;
    top: -5px;
    z-index: 9;
    border-color: transparent;
    border-width: unset;
    background: #fff;
    border-radius: 100%;
}

@media screen and (max-width: 960px) {
.t1002__picture-wrapper .t1002__addBtn, .t-store__card__imgwrapper .t1002__addBtn {
    position: absolute;
    right: -6px;
    top: -9px;
    z-index: 9;
    border-color: transparent;
    border-width: unset;
    background: #fff;
    border-radius: 100%;
}

}

.t1002__picture-wrapper .t-store__card__mark-wrapper {
    right: unset;
    left: 0px;
}

.t-store__card__mark-wrapper {
top: 0px;
left: 0px;
bottom: 10px !important;
}

.t-store__card__mark {
font-size: 12px;
width: 50px;
height: 30px;
border-radius: 0px 0 15px 0px;
}

.t-radio__indicator:after {
    background: #c38f70;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 10px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s;
    width: 10px;
}