.js-store-prod-text a {
    display: inline-block;
    padding: 12px 30px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 50px;
    font-weight: 400;
}
/*.js-store-prod-text a:first-of-type {*/
/*    background-color: #111820;*/
/*    color: #ffffff !important;*/
/*}*/
/*.js-store-prod-text a:last-of-type {*/
/*    background-color: #FFFFFF;*/
/*    color: #111820 !important;*/
/*}*/
 
.t706__cartwin_showed {
    z-index: 999999999;
}

.js-store-prod-all-text a {
    color: #ffffff !important;
    background-color: transparent !important;
    border: 1px solid #ffffff !important;
    border-radius: 50px !important;
    font-family: museosans, sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    padding: 0 30px !important;
    height: 45px !important;
    display: inline-block !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    text-align: center !important;
    color: white !important;
    align-content: center !important;
    text-decoration: none !important;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out !important;
    box-sizing: border-box !important;
}


.js-store-prod-all-text a:hover {
    background-color: #ffffff !important;
    color: #101820 !important;
    border-color: #ffffff !important;
}