.t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
    padding-top: 0px;
    padding-bottom: 15px;
}
.t-store__prod__quantity__minus-wrapper, .t-store__prod__quantity__plus-wrapper {
    min-width: 25px;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    cursor: pointer;
}
.t-store .t-store__tabs {
    margin-top: 0px !important;
    width: 100%;
    box-sizing: border-box;
}
.t-store .t-store__tabs.t-store__tabs_accordion .t-store__tabs__item-button {
    border-top: 1px solid rgb(224 224 224) !important;
}
.t-store .t-store__tabs_accordion .t-store__tabs__item-button:not(.t-store__tabs__item-button_active) {
    border-bottom: 1px solid rgb(224 224 224) !important;
}
.t-store__relevants-grid-cont .t-store__card__wrap_all {
    display: flex;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    flex-direction: column;
    flex: 1;
    background-color: transparent!important;
}
@media screen and (max-width: 960px){
.t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
    margin-bottom: 20px;
}}

.t478__blockimg {
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.t706__cartwin-content {
    position: relative;
    max-width: 1200px;
    height: 100%;
    padding: 40px 20px 0px 20px !important;
    margin: 0 auto;
    background: #fff;
    overflow: unset;
}
.t-popup_show .t-popup__container {
    border-radius: 20px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.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;
}