.t-name {
    font-family: 'Roboto';
}

.t-store__card__sold-out-msg {
    font-size: 16px;
    font-family: 'Roboto';
}

.t-store__load-more-btn-wrap {
    padding: 0 30px;
}

.t-store__load-more-btn {
    margin-top: 10px;
}

.t-btn_sm {
    height: 50px;
    font-size: 16px;
}

.t-btn {
    font-weight: 200;
}

.t450__close-button t450__close t450_opened {
    style="background-color: transparent;" aria-label="Close menu">       

.t450__container {
        padding: 62px 25px 25px;
    }
    
t-store__card-list .t-store__grid-cont_mobile-one-row .t-store__stretch-col {
        box-sizing: border-box;
        -webkit-flex: 0 0 85%;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%;
        margin-bottom: 0 !important;
        max-width: 85%;
        min-width: 85%;
        width: 85%;
    }