    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: -5px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 11px;
}
.js-store-prod-text a:first-of-type {
    background-color: #8d192e;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #A61F37;
    color: #ffffff !important;
    border-radius: 35px;
}


.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__prod-popup__btn-wrapper {
    display: none;
}

.t-store__filter__range_bg {
        background-color: #a61f37;
    
    }
    
    .t-store__filter__btn,.t-store__filter__input {
    -webkit-appearance: none;
    appearance: none;
    background: #a61f37;
    border: 0px solid #ddd;
    box-sizing: border-box;
    color: #ffffff;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.8;
    min-height: 24px;
    outline: none;
    padding: 0 6px;
    border-radius: 35px;
}

.t-btnflex.t-btnflex_type_button2

 {

width:120px;
height:47px;
}


.t-store__card__mark {
   
    border-radius: 30px;
    height: 60px;
    width: 50px;
}






/*Телеграм*/
.t-store__prod-popup__text a[href*="t.me"]:before {
    /*ссылка на иконку*/
    background-image: url(https://static.tildacdn.com/tild3863-3665-4736-b933-326566363738/telegram_5968804.svg);
}
.t-store__prod-popup__text a[href*="t.me"] {
    color: #ffffff !important; /* — цвет надписи*/
    background-color: #039BE5; /* — цвет фона кнопки*/
}
.t-store__prod-popup__text a[href*="t.me"]:hover {
    background-color: #0082C2; /* — цвет фона при наведении*/
}

/*WhatsApp*/
.t-store__prod-popup__text a[href*="wa.me"]:before {
    /*ссылка на иконку*/
    background-image: url(https://static.tildacdn.com/tild3130-6335-4836-a530-623232313432/logo_wa.svg);
}
.t-store__prod-popup__text a[href*="wa.me"] {
    color: #ffffff !important; /* — цвет надписи*/
    background-color: #2CB742; /* — цвет фона кнопки*/
}
.t-store__prod-popup__text a[href*="wa.me"]:hover {
    background-color: #10A328; /* — цвет фона при наведении*/
}

/*зеро*/
.t-store__prod-popup__text a[href*="#zeropopup"]:before {
    /*ссылка на иконку*/
    background-image: url(https://static.tildacdn.com/tild3230-6339-4161-b765-376361626230/phone-circle-fill-sv.png);
}



















/*Стили иконок перед надписью*/
.t-store__prod-popup__text a:before {
    content: '';
    display: block;
    width: 28px; /* — ширина иконки*/
    height: 28px; /* — высота иконки*/
    background-size: cover;
    margin-right: 8px; /* — отступ справа от иконки*/
}

/*Общие стили всех кнопок*/
.t-store__prod-popup__text a {
  display: inline-flex;
  align-items: center;
  padding: 12px 20px 12px 16px; /* — отступы внутри кнопки*/

  margin-right: 8px; /* — отступ справа от кнопки до соседней кнопки*/
  margin-bottom: 20px; /* — отступ снизу от кнопки*/
  transition: background-color .3s !important;
  display: inline-flex;
  align-items: center;

}
