

@media screen and (min-width: 980px) {

    /* Блок с табами товара */
    .t-store .js-store-tabs.t-store__tabs {
        width: 33.333% !important;
        margin-left: 58.333% !important;
        margin-top: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        box-sizing: border-box;
    }

}

</style>