/* start POPUP */
.t-store .t-popup .t-slds__bgimg, .t-store .t-store__product-snippet .t-slds__bgimg{
    background-position: center !important;
}
.t-descr_xxs{
    font-size: 18px !important;
}
@media screen and (max-width: 1200px){
    .t-descr_xxs, .t-name_xs {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 960px){
    .t-descr_xxs, .t-name_xs {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 640px){
    .t-descr_xxs, .t-name_xs {
        font-size: 16px !important;
    }
}
@media screen and (max-width: 1200px){
    .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row {
        padding-bottom: 30px !important;
    }
}
@media screen and (max-width: 960px){
    .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row {
        padding-bottom: 30px !important;
    }
}
@media screen and (max-width: 640px){
    .t-store__relevants-grid-cont.t-store__grid-cont_mobile-one-row {
        padding-bottom: 30px !important;
    }
}
/* end POPUP */