.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 5px;
}

element.style {
    color: #ffffff;
    background-color: #e9284f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.t-popup__container {
    border-radius: 15px;
}

.js-store-prod-charcs {
    font-weight: 500;
}

.t706__cartwin-content {
    border-radius: 15px;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 5px;
    font-weight: 400;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #E9284F;
    color: #ffffff !important;
}

.js-store-prod-text a:first-of-type:before {
    content: "\1F50D";
    margin-right: 10px;
}

.js-store-prod-text a:last-of-type:before {
    content: "\1F5B9";
    margin-right: 10px;
}
.t706__cartwin_showed {
    z-index: 999999999;
}