.js-store-prod-name{
    height:60px;
}

.t-store__parts-switch-btn.t-active{
    color:#E06E36;
}

.t-store__prod-popup__name{
    width:600px;
    height:60px;
}

.t706__cartwin-products,
.t706__cartwin-bottom {
    display: none;
}

.t-store__card__mark {
    *background-color: #23864e !important;
    background-color: #e74219 !important;
    font-weight: 600;
}

.t461__list_item {
    margin-top: 2px;
    margin-bottom: 2px;
}

@media screen and (max-width: 560px){
    .t-store .t-popup__close{
        background:#fff;
    }
    .t-store .t-popup__close-icon g{
        fill:#E06E36;
    }
}


@media screen and (max-width: 480px) {
    .js-store-prod-name {
        height:100px;
    }
    .t-store__prod-popup__name{
        width:335px;
        height:55px;
    }
    
    .t-rec_pt_150 {
        padding-top: 110px!important;
    }
}

