@media screen and (max-width: 640px) {
    .t-store__grid-cont_mobile-one-row .t-col, .t-store__grid-cont_mobile-one-row .t-store__stretch-col, .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-col, .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row .t-store__stretch-col {
        max-width: 60%;
        min-width: 60%;
    }
}
@media screen and (max-width: 960px) {
    .t-col {
        display: block;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 960px) {
.t-store__card__bgimg, .t-store__card__bgimg_second, .t-store__card__img {
    bottom: 0;
    margin: 5px;
    border-radius: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .1s linear;
    z-index: 2;
}}

.t-store__card__bgimg, .t-store__card__bgimg_second, .t-store__card__img {
    bottom: 0;
    margin: 5px;
    border-radius: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .1s linear;
    z-index: 2;
}
@media screen and (min-width: 960px) {
    .t-col_3 {
        max-width: 290px;
    }
}

@media screen and (min-width: 960px) {
    .t-col {
        display: inline;
        float: left;
        margin-left: 5px;
        margin-right: 5px;
        width: 100%;
    }
}
@media screen and (min-width: 960px) {
.t-slds__bgimg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 20px 0 0;
}}
.t706__cartwin-content {
    background-color: #101010;
    box-sizing: border-box;
    margin: 65px auto;
    max-width: 560px;
    min-height: 300px;
    overflow: auto;
    padding: 40px;
    width: 100%;
    border-radius: 20px;
}
.t-name {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
}
.t706__cartwin-prodamount-wrap {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: right;
}
.t706__cartwin-prodamount-wrap {
    color: #101010;
    font-size: 0px;
    font-weight: 600;
    padding-bottom: 20px;
    text-align: right;
}

.t706__product-title {
    color: #ffffff;
    display: table-cell;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    vertical-align: middle;
}

.t706__cartwin-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 30px;
}
.t706__cartwin-top {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 0 0 30px;
}
.t-store__grid-separator {
    margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
.t778 .t-popup__container {
    border-style: solid; 
    border-width: 1px; 
    border-color: #393939; }
}}
.t-store__prod-popup__price-wrapper {
    margin-top: 0;
    opacity: 0!important;
}
.t-popup .t-store__prod-popup__price {
    color: #000;
    font-weight: 400;
    opacity: 0!important;
    font-size: 0px!important;
}
.t-store__prod-popup__btn-wrapper {
    margin-bottom: 30px;
    margin-top: 0px;
}
.t706__product-amount, .t706__product-amount--portion {
    color: #101010;
    display: table-cell;
    font-size: 16px;
    padding: 15px 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 80px;
}
.t706__cartwin-totalamount-wrap {
    color: #101010!important;
    font-size: 0!important;
    display: none;
    font-weight: 600;
    overflow-wrap: break-word;
    padding-top: 0px;
    text-align: right;
}
.t-store__prod-popup__price-item {
    display: inline-block;
    max-width: 100%;
    color: #101010 !important;
    font-size: 0 !important;
    vertical-align: middle;
}
@media screen and (max-width: 960px) {
.t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
    padding-bottom: 27px;
    padding-top: 28px;
    height: 120px;
}}
.t-store__parts-switch-btn {
    background-color: #101010;
    border-radius: 8px;
    border-width: 1px;
    border-color: #262626;
    border-style: solid;
    padding: 8px 13px 8px 13px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}

.t-store__parts-switch-btn.t-active {
    opacity: 1!important;
    background-color: #f7d633;
    color: #101010 !important;
    border-color: #f7d633;
}