.js-store-prod-text .shoplink {
  text-align: center;
    display: inline-block;
    padding: 10px 10px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 0px;
    font-weight: 400;
    width: 70px;
}
.js-store-prod-text a {
    border: 1px solid #ffffff;
    background-color: #003366;
    color: #ffffff !important;
}
.js-store-prod-text a :last-of-type {
    background-color: #003366;
'    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

.js-store-prod-text a.alternative {
    border: 1px solid #ED1C24;
    background-color: transparent;    

    text-decoration: underline;
    cursor: auto;
    display: inline-block;
    padding: 5px 10px;
    padding-right: 40px;    
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 0px;
    font-weight: 200;    
    font-size: 14px;      
}