.js-store-prod-text a {
    display: inline-block;
    padding: 10px 35px;
    margin-right: 10px;
    margin-top: 20px;
    border-radius: 50px;
    font-weight: 600;
    border:0px solid #d0021b;
}

.js-store-prod-text a:first-of-type {
    background-color: #d0021b;
    color: #ffffff !important;
}

.js-store-prod-text a:hover {
   transform: scale(1.1); 
   transition: all 0.3s ease !important;
} 

.t706__cartwin_showed {
    z-index: 999999999;
}