 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 30px;
    margin-right: 20px;
    margin-top: 20px;
    border: 2px solid #ffffff;
    background-color: #e15d41;
    color: #ffffff !important;
    border-radius: 30px;
    font-weight: 400;
}
.js-store-prod-text a:first-of-type {
    background-color: #e15d41;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #ffffff;
    color: #40a935 !important;
}

.js-store-prod-text a:after {
    content: "\2192";
    margin-left: 5px;
}
.js-store-prod-text a:hover {
    background-color: #ffffff;
    color: #e15d41 !important;
}
.js-store-prod-text a:last-of-type:hover {
    background-color: #40a935;
    color: #ffffff !important;
}

.t706__cartwin_showed {
    z-index: 999999999;
}