/*КНОПКИ В КАРТОЧКЕ ТОВАРА*/
/*.js-store-prod-text a {*/
/*    display: inline-block;*/
/*    padding: 10px 15px;*/
/*    margin-right: 15px;*/
/*    margin-top: 20px;*/
/*    border-radius: 8px;*/
/*    font-weight: 600;*/
/*}*/
/*.js-store-prod-text a:first-of-type {*/
/*    background-color: #0A5EFF;*/
/*    color: #ffffff !important;*/
/*}*/
/*.js-store-prod-text a:last-of-type {*/
/*    background-color: #BE12A3;*/
/*    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;*/
/*}*/

/*ЗАКРУГЛЕНИЕ ФОРМ*/
.t-popup__container {
    border-radius: 10px; !important;
}

.t-store__card__bgimg, .t-store__card__bgimg_second {
    border-radius: 0px; !important;
}


/*БОРДЮР ГАЛЕРЕЯ*/
.t603__blockimg_4-3 {
    border-radius: 10px; !important;
}


/*КНОПКА ЗАГРУЗКИ*/
.t-upwidget-container__button {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table;
    padding: 0 20px;
    line-height: 38px!important;
    font-size: 14px!important;
    background-color: #3b3b3b!important;
}


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

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


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


/*ОТСТУПЫ ТЕКСТА В КАРТОЧКЕ*/
.t-store__card__textwrapper {
    padding-top: 15px; !important;
}
.t-store__card__price-wrapper {
    margin-top: 5px; !important;
}

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

/*ОТСТУП ЦВЕТА В ФИЛЬТРАХ*/
.t-store .t-store__filter__item_custom .t-store__filter__item-controls-container_buttons.t-store__filter__item-controls-container_color {
    display: flex; !important;
    flex-wrap: wrap; !important;
    padding: 8px 8px 0 0px!important;
}