@media screen and (max-width: 480px) {
    .t-store__grid-cont_mobile-grid .js-product {
        margin-bottom: 80px !important;
    }
    .t554__card-wrapper {
        display: none;
    }
}
@media screen and (min-width: 980px) {
    .t229.t229__positionfixed {
        margin-top: 80px;
    }
    .js-store-parts-select-container {
        margin-top: 60px;
    }
    .t-store__filter {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 980px) {
    .t229 .t229__list_item {
        padding: 6px 10px !important;
    }
}
.t-store__grid-separator {
    margin-bottom: 40px;
}
.js-store-price-wrapper {
    display:inline-grid;
    margin-top: 0;
    margin-left: 5px;
}
.t-product__option {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.js-product-controls-wrapper {
    margin-top: 5px !important;
}
.js-store-buttons-wrapper {
    float: right;
    margin-top: 2px !important;
}
.js-store-price-wrapper {
    display: none;
}
.js-store-prod-descr {
    float: left;
}
.js-store-prod-btn2 {
    width: 30px;
}
.js-store-prod-btn2:before {
    content: "\f07a";
    display: inline-block;
    margin: 4px;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.js-store-prod-btn2:hover:before {
    color: #fff;
}
.js-store-filter-sort {
    font-size: 14px;
    width: auto !important;
}
.js-store-filter-search {
    font-size: 14px;
    width: auto !important;
}