.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 50px;
    border: solid;
    border-width: 3px;
    border-color: #a0d6ec;
    font-weight: 600;
    text-transform: uppercase;
    width: 280px;
    text-align: center;
}
.js-store-prod-text a:first-of-type {
    background-color: #4FB2DD;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #F1FCFF;
    color: #a0d6ec !important;
}

}
.t706__cartwin_showed {
    z-index: 999999999;
}

@media screen and (min-width:960px){
    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 50px;
    border: solid;
    border-width: 3px;
    border-color: #a0d6ec;
    font-weight: 600;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    }
}
    @media screen and (max-width:960px){
     .js-store-prod-text a:last-of-type {
    background-color: #FFF;
    color: #a0d6ec !important;   
    }