    .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 4px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #FFA236;
    color: #ffffff !important;
    border:1px solid #FFA236;
}
.js-store-prod-text a:last-of-type {
    background-color: #ffffff;
    color: #0A6FD1 !important;
    border:1px solid #0A6FD1;
}

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

.js-store-prod-text a:last-of-type:hover{
     color: #ffffff !important;
     background: #0A6FD1;
    } 

.t706__cartwin_showed {
    z-index: 999999999;
}


