.uc-customcatalog .t-col { 
    margin-left: 10px;
    margin-right: 10px;    
}

.uc-customcatalog .store__card__wrap_txt-and-opts {
        padding-top: 3px !important;
}

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


.uc-customcatalog .t-name_md {
     font-size: 17px;
}
.uc-customcatalog .t-store__card__descr div {
     font-size: 12px !important;    
}
.uc-customcatalog .js-store-prod-btn {
    padding: 20px;
}
.uc-customcatalog .js-store-prod-name {
    height: 50px;
    display: flex;
    align-items: center;
}
.uc-customcatalog .t-descr_xxs {
    font-size: 12px !important;
}
.uc-customcatalog .t-store__card__textwrapper {
    height: 200px !important;
}
.uc-customcatalog .t-store__card__price-wrapper {
    position: absolute;
    bottom: 90px;
}
.uc-customcatalog .t-store__card__wrap_txt-and-btns {
    height: 250px !important;
}
.t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
    height: 150px;
}
.uc-customcatalog .t-store .t-store__card__wrap_all .t-store__card__btns-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width: 960px) {
    .uc-customcatalog .t-store__card__textwrapper {
        height: auto !important;
    }
    .uc-customcatalog .js-store-prod-name {
        height: auto;        
    }    
}
@media (max-width: 480px) {
    .uc-customcatalog .t-section__title {
        text-align: center;
    }
    .uc-customcatalog .js-store-prod-btn {
        position: relative;
        right: 0px;
        bottom: 0px;
    }
    .uc-customcatalog .t-store__card .t-typography__title {
        width: 100%;
        font-size: 17px;
        text-align: center;
    }
    .uc-customcatalog .t-descr_xxs {
        font-size: 16px !important;
        text-align: center;
    }
    .uc-customcatalog .t-store__card__price-wrapper {
        text-align: center;
        position: relative;
        bottom: auto;
    }
    .uc-customcatalog .t-store__card__price-item, .t-store__prod-popup__price-item {
        font-size: 20px;
        margin-bottom: 20px;
    }
        
    }
    .uc-customcatalog .t-store .t-store__card__wrap_all .t-store__card__btns-wrapper {
        width: 100%;
        display: flex;
        justify-content: space-evenly;    
    }
} 