/* кнопка из ссылки на странице товара */
   
.js-store-prod-text a:first-of-type {
    background-color: #005BFF;
    color: #F4F4F4 !important;
     display: inline-block;
    padding: 10px 50px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 600;
}
/*.js-store-prod-text a:last-of-type {
    background-color: #D3DB83;
    color: #212347 !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;
}

 /* кнопка при наведении*/
.js-store-prod-text a:first-of-type:hover {
    
background-color: #179BF4;

}
