.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 0px;
    margin-top: -15px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 18px;
}
.js-store-prod-text a:first-of-type {
    background-color: #AE2380;
    color: #ffffff !important;
    border: 1px solid #fff;
    transition: .3s;
}
.js-store-prod-text a:hover{
        background-color: #afafaf;
}
.js-store-prod-text a:last-of-type {
    background-color: #005BFF;
    color: #ffffff !important;
    transition: .3s;
    width: 80px;
    text-align:center;

}
.js-store-prod-text a:last-of-type:hover{
        background-color: #afafaf;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}