.js-store-prod-text a {
    display: inline-block;
    padding: 15px 20px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 700;
}
.js-store-prod-text a:first-of-type {
    background-color: #ED1C24;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #F5151E;
    color: #ffffff !important;
}
 
.t706__cartwin_showed {
    z-index: 999999999;
}

.t-store__prod-popup__text {
  margin-top: 0px !important;
}

.t-store__prod-popup__btn-wrapper {
  margin-top: 20px;
  margin-bottom: 0px !important;
}

@media screen and (max-width: 640px) {
  .js-store-parts-switcher {
    font-size: 22px;
  }
  
  .t-store__prod-popup__btn {
  width: 300px !important;
}
  
  .js-store-prod-all-text > a:nth-child(1) {
  width: 290px !important;
}

.js-store-prod-all-text > a:nth-child(1) {
  text-align: center !important;
}
}