.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    color: #daa37b !important;
    border: 1px solid #daa37b;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    height: 22px;
    font-size: 14px;
    padding-left: 38px;
    padding-right: 38px;
}

.t750__btn-wrapper {
    margin-top: 20px;
    margin-bottom: 2px;

}
.t706__cartwin_showed {
    z-index: 999999999;
}

@media screen and (max-width: 670px) {
    .js-store-prod-text a {
        display: block;
        text-align: center;
    }
}