.t-store__card__mark {
    font-weight: 800;
    font-size: 12px;
    font-family: 'TildaSans',Arial,sans-serif;
    display: table-cell;
    width: 100%;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
}
@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px;
}}
.t-popup_show .t-popup__container {
    border-radius: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.t-popup__container-animated {
    border-radius: 20px;
    -webkit-transition: transform ease-in-out .3s;
    -moz-transition: transform ease-in-out .3s;
    -o-transition: transform ease-in-out .3s;
    transition: transform ease-in-out .3s;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 1px solid #e3e3e3;
}
.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    border-radius: 7px;
    margin-bottom: 7px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    min-height: 30px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.t-slds__thumbsbullet-border {
    border-radius: 10px !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: transparent;
    -webkit-transition: border-color ease-in-out .3s;
    -moz-transition: border-color ease-in-out .3s;
    -o-transition: border-color ease-in-out .3s;
    transition: border-color ease-in-out .3s;
}

.t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
    border-top: 1px solid rgb(227 227 227) !important;
}
.t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
    border-bottom: 1px solid rgb(227 227 227) !important;
}
.t706__cartwin-content {
    border-radius: 20px;
    margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: rgba(255,255,255,1);
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
}
.t706__form-bottom-text {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.js-product .t-product__option-variants_buttons .t-product__option-item_simple.t-product__option-item_active {
    border: 2px solid #e9831e;

}



.js-store-prod-text a {
    display: inline-block;
    padding: 10px 25px;
    margin-right: 5px;
    margin-top: 0px;
    border-radius: 300px;
    font-weight: 600;
    border:0px solid #000000;
}
.js-store-prod-text a:first-of-type {
    background-color: #2cb742;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #2cb742;
    color: #ffffff !important;
}

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

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