 @media screen and (max-width: 640px) { .t-store__parts-switch-wrapper { overflow: scroll; overflow-y: hidden!important; display: flex; width: 100%; margin-bottom: 20px; padding-bottom: 20px; padding-top: 12px; } .t-store__parts-switch-btn { display: flex; white-space: nowrap; align-items: center; font-size: 18px; color: #ffffff!important; border-radius: 10px; background-color: #486dc6; border: 0px solid transparent; padding-top: 8px; padding-right: 16px; padding-bottom: 10px; padding-left: 16px; } .t-store__parts-switch-btn.t-active { color: #5c5c5c!important; background-color: #f7f2f2; border: 0px solid #5c5c5c!important; opacity: 100%!important; } }
 
 .js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #566d90;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 99999;
}