.js-store-prod-text a {
    display: inline-block;
    padding: 10px 26px;
    margin-right: 0;
    margin-top: 0;
    border-radius: 3px;
    font-weight: 500;
}
.js-store-prod-text a:first-of-type {
    background-color: none;
    border: 1px solid #0C3519;
    border-radius: 5px;
    color: #0C3519 !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}
@media screen and (max-width: 1200px) {
    .js-store-prod-text a {
        padding: 10px 36px;
    }
}
@media screen and (max-width: 640px) {
    .js-store-prod-text a {
        padding: 10px 26px;
    }
}
@media screen and (max-width: 480px) {
    .js-store-prod-text a {
        display: flex;
        justify-content: space-around;
    }
}

