.tlk-form__container-wrap {
    border-radius: 14px;
    border: 3px solid #F5EEE2;
}

.t-tildalаbеl {
    background-color: #3d1c15;
    color: #fff;
    width: 100%;
    height: 60px;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 14px;
    border-top: 1px solid #50312a;
}

.mw-100 {
    max-width: 100%;
}

.t-store__card__mark {
    background-color: #111;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-family: 'Manrope', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    padding: 0 10px;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    width: 50px;
    border: 3px solid #f5eee2;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
}

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

.t-slds__thumbsbullet.t-slds__bullet {
    width: 52px;
}

#allrecords:has(#t-header) .tlk-userbar, #allrecords:has(#t-header)+.tlk-userbar {
    display: none;
}

.uc-t-container .t823 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 60px 0px;
    width: 100%;
}


@media screen and (max-width: 960px) {
    .t-store__card-list .t-col {
        display: block;
        float: none;
        padding-left: 20px;
        padding-right: 1px !important;
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
}


@media screen and (max-width: 480px) {
   .easy-menu-block-mobile {
    left: auto !important;
    right: 0 !important;
}
}


