#allrecords>.uc-extra {
  height: 1px;
  overflow: hidden;
}

.t706__cartpage-form-wrapper,
.t706__cartpage-info-wrapper {
  position: relative;
  top: 0;
}

.uc-extra .js-block-header-title.t-section__title {
  margin-top: 40px !important;
  margin-bottom: 20px !important;
}

.uc-extra .t1025 .t-store__card__textwrapper {
  margin: 0 10px 0 0;
}

.uc-extra .t1025 .t-store__card__price-wrapper {
  align-items: center;
  width: unset !important;
}

.uc-extra .t-store__card__price-buttons {
    width: unset !important;
}

.t-store__card__btns-wrapper.js-store-buttons-wrapper {
    width: unset !important;
}

.uc-extra .t-store__grid-cont {
  margin: 0;
}




@media screen and (max-width: 980px) {
  .uc-extra {
    margin-bottom: 40px;
  }

  .uc-extra .t-store__card__imgwrapper_column,
  .uc-extra .t-store__card__textwrapper {
    pointer-events: none;
  }

  .uc-extra .js-block-header-title.t-section__title {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
  }

  .uc-extra .t1025 .t-store__card {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .uc-extra .t1025 .t-store__card__contentwrapper {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }

  .uc-extra .t-store__card__price-buttons {
    width: unset !important;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }

  .uc-extra .t1025 .t-store__card {
    padding: 10px 0;
  }

  .uc-extra .t-store__card__textwrapper {
    margin: 0;
  }

  x .uc-extra .js-product.t-store__card.t-store__card_in-row {
    align-items: center;
    margin: 0;
  }

  .uc-extra .t1025 .t-store__card__contentwrapper {
    align-items: center;
  }

  .uc-extra .t1025 .t-store__card__price-wrapper {
    align-items: center;
  }

  .uc-extra .t1025 .t-store__card__price-buttons_in-row .t-store__card__price-wrapper {
    margin: 0;
  }

  .uc-extra .t1025 .t-store__card__imgwrapper_column {
    width: 60px !important;
    height: 60px;
  }
}