 .t-store__tabs__content a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 3px;
    font-weight: 600;
  


}
.t-store__tabs__content a:first-of-type {
    background-color: #e30931;
    color: #ffffff !important;
}
.t-store__tabs__content a:last-of-type {
    background-color: #e30931;
    color: #ffffff !important;
}

.t-store__tabs__content a:first-of-type:before {
    content: "\1F5CE";
    margin-right: 10px;
}

.t-store__tabs__content a:last-of-type:before {
    content: "\1F5B9";
    margin-right: 10px;
}


