.t-store .t-popup.t-popup_show .t-popup__container {
    border-radius: 20px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .9s cubic-bezier(.19,1,.22,1);
    -o-transition: all .9s cubic-bezier(.19,1,.22,1);
    transition: all .9s cubic-bezier(.19,1,.22,1);
    transition-delay: 0.3s;
}
.t588__buttons {
    margin-top: 5px;
}
.t-popup_show .t-popup__container.t-popup__container-static {
    border-radius: 20px;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.t-popup__container-animated {
    border-radius: 20px;
    -webkit-transition: transform ease-in-out .3s;
    -moz-transition: transform ease-in-out .3s;
    -o-transition: transform ease-in-out .3s;
    transition: transform ease-in-out .3s;
}
.t706__cartwin-content {
    border-radius: 20px;
    margin: 65px auto;
    width: 100%;
    max-width: 560px;
    min-height: 300px;
    background-color: rgba(255,255,255,1);
    padding: 40px;
    box-sizing: border-box;
    overflow: auto;
}

.t-store__parts-switch-btn {
    display: inline-block;
    margin-left: 5px !important; 
    margin-right: 5px !important; 
    margin-bottom: 10px !important; 
    cursor: pointer;
    position: relative;
}
 .t-store__parts-switch-btn {
    color: #373737;
    background-color: #eee;
    padding: 10px 15px 10px 15px;
    border-color: #eee;
    border-style: solid;
    border-radius: 5px;
    font-size: 17px;
    font-family: Circe;
    font-weight: 600;
}