.js-store-prod-text a {
    
    /*общие настройки у кнопок*/
    
   display: inline-block;
    padding: 10px 25px;
    margin-right: 15px;
    margin-top: 0px;
    border-radius: 3px;
    font-weight: 400;
    
}

/*настройки цвета и фона первой кнопки длинная кнопка с текстом */

.js-store-prod-text a:first-of-type {
    background-color: #F5F5F5;
    border: 1px solid #577F67;
    color: #577F67 !important;
    border-radius: 49px;
    margin-bottom: 5px;
}

/*настройки цвета и фона второй кнопки длинная кнопка с текстом */

.js-store-prod-text a:nth-of-type(2) {
    background-color: #F5F5F5;
    border: 1px solid #577F67;
    color: #577F67 !important;
    border-radius: 49px;
    margin-top: 5px;
}

/*настройки кнопки соц.сетей (третья кнопка) */

.js-store-prod-text a:nth-of-type(3) {
    background-color: transparent;
    color: transparent !important;
    border: 1px solid transparent;
    border-radius: 49px;
    padding: 0px;
    margin-right: 5px;
    
}




/*настройки кнопки соц.сетей (шестая кнопка-последняя) */

.js-store-prod-text a:last-of-type {
    background-color: transparent;
    color: transparent !important;
    border: 1px solid transparent;
    border-radius: 49px;
    padding: 0px;
    margin-right: 5px;
    
}
 
 /*настройки кнопки соц.сетей с иконкой (1 кнопка) */
 
 .js-store-prod-text a:first-of-type:before {

content: ''; 
background-image: url(https://static.tildacdn.com/tild3662-3936-4764-b462-336565633865/ic3_2.svg);
margin-right: 10px ;
width: 19px;
    height: 16px;
    margin-left: 1px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -3px;
    
}

/*настройки кнопки соц.сетей с иконкой (2 кнопка) */

 .js-store-prod-text a:nth-of-type(2):before {

content: ''; 
background-image: url(https://static.tildacdn.com/tild3038-3963-4836-b462-656436323038/ic_1.svg);
margin-right: 10px ;
width: 20px;
    height: 20px;
    margin-left: 1px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -3px;
    
}





/*настройки кнопки соц.сетей с иконкой (3 кнопка-последняя) */

 .js-store-prod-text a:last-of-type:before {
content: ''; 
background-image: url(https://static.tildacdn.com/tild3333-6432-4135-b561-396562383039/ic2_1.svg);
margin-right: 0px ;
width: 44px;
    height: 44px;
    margin-left: 1px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: 0px;
    
}

.t706__cartwin_showed {
    z-index: 999999999;
}

