.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: #29ABE2;
    border: 0px solid #577F67;
    color: #fff !important;
    border-radius: 8px;
    margin-bottom: 5px;
}






 
 /*настройки кнопки соц.сетей с иконкой (1 кнопка) */
 
 .js-store-prod-text a:first-of-type:before {

content: ''; 
background-image: url();
margin-right: 0px ;
width: 0px;
    height: 0px;
    margin-left: 1px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: relative;
    top: -3px;
    
}







.t706__cartwin_showed {
    z-index: 999999999;
}
