/*КНОПКИ В КАРТОЧКЕ ТОВАРА*/
.js-store-prod-text a {
    display: inline-block;
    padding: 20px 15px;
    margin-right: 10px;
    margin-top: 5px;
    border-radius: 8px;
    font-weight: 500;
}
.js-store-prod-text a:first-of-type {
    background-color: #25D366;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #F3F4F8;
    color: #28283B !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}

/*ПОЛЗУНОК ЦЕНЫ ЦВЕТ*/
.t-store__filter__range_bg {
    position: absolute;
    z-index: -1; !important;
    width: 100%; !important;
    height: 1px; !important;
    background-color: #BC2649!important;
    border-radius: 3px; !important;
}

/*СТИКЕР НА КАРТОЧКЕ*/
.t-store__card__mark {
    font-weight: 500; !important;
    font-size: 11px; !important;
    width: 35px; !important;
    height: 35px; !important;
    border-radius: 10px; !important;
}

/*ИЗБРАНОЕ СТИЛИ*/
.t-store__card__imgwrapper .t1002__addBtn, .t1002__picture-wrapper .t1002__addBtn {
    position: absolute;
    right: 0px; !important;
    top: 0px; !important;
    background: #fff0; !important;
}

/*скругление фотографии */
.js-product-img {
    top: 0px !important;
    border-radius: 15px; !important;
}

/*ПОЛЕ СОРТИРОВКИ В ФИЛЬТРАХ*/
.t-store__sort-select {
    border: 0px #ffffff solid !important;
    background: #ffffff00 !important;
    padding: 0px 25px 0px 10px !important;
}


/*СКРУГЛЕНИЕ В ПОП-АП*/
.t-popup__container {
    border-radius: 20px; !important;
}

.t390__img {
    border-radius: 20px; !important;
}