.t-store__card__imgwrapper {
    padding-bottom: 100%;
} 

.t-store .t-store__card__wrap_all .store__card__wrap_txt-and-opts {
    padding-bottom: 20px;
    padding-top: 20px;
}

.t-store .t-store__card__wrap_all .t-store__card__textwrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.t-store .t-store__card__wrap_all .t-store__card__btns-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
    
.t-store__valign-buttons.js-store-grid-cont .t-item .t-store__card__wrap_all .t-store__card__wrap_txt-and-btns {
    border: 1px solid #D7D7D7;
    border-radius: 0px 0px 20px 20px;
}

.t-title, .t-descr, .t-heading,  .t-name, [field^="tn_text"] {
        letter-spacing: -0.03em;
    }
    
.t-store__card__imgwrapper_column {
display: none;
}

.t-store__card__imgwrapper_column a {
display: none;
}

.t181__wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.t-store__card__mark-wrapper {
    top: auto;
    left: 10px;
    bottom: 10px;

}
.t-popup__container{
    border-radius: 20px;
}
.t-store__card__mark {
 
    width: 140px;
    height: 40px;
    border-radius: 20px;
    padding: 0 6px;
}

.t-store__filter__item_checkbox .t-store__filter__item-controls-wrap, .t-store__filter__item_select .t-store__filter__item-controls-wrap {
    min-width: 300px;
}

.t-store__filter__search .t-store__filter__input {
    width: 300px;
}

.t858__separator {
    margin-top: 0px;
    
}
.t706__cartwin-content {

    border-radius: 20px;
}


@media screen and (max-width: 480px) {
    .t-section__title {
        padding-bottom: 30px;
    }
    
.t898__btn-text {
 display: none;
}
}

@media screen and (max-width: 640px) {
    .t-name_xl {
        font-size: 18px;
    }
    .t858__separator {
        display: none;  
    }
}

@media screen and (max-width: 960px) {
    .t-store__grid-cont .t-col, .t-store__grid-cont .t-store__stretch-col {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .t-descr_xxs {
        font-size: 14px;
    }
}

@media screen and (min-width: 1200px) {
    .t-descr_xxs {
        font-size: 14px;
    }
    
    .t-col_3 {
        max-width: 280px;
    }

    .t-col {
        margin-left: 10px;
        margin-right: 10px;
    }
    
    .t-col_4 {
        max-width: 380px;
    }
}