.js-store-prod-text a {
    display: inline-block;
    padding: 20px 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 20px;
    margin-top: 30px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
}

.js-store-prod-text a:first-of-type {
    background: #FFBB70;
}

.js-store-prod-text a:hover:first-of-type {
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    background-image: -o-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    color: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
    
.js-store-prod-text a:last-of-type {
    background: #ffffff;
    border-color: #a6a6a6;
    color: #a6a6a6;
}

.js-store-prod-text a:hover:last-of-type {
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
    
.t706__cartwin_showed {
    z-index: 999999999;
}
