.t-store__card::after {
    content: attr(data-product-inv) " шт. в наличии";
    font-family: 'JetBrains Mono',Arial,sans-serif;
    font-size: 12px;
    color: #58775b;
    position: absolute;
    margin-top: 4px;
    width: 170px;
}
.t-store__card__btns-wrapper {
    margin-top: 40px !important;
}
.js-store-prod-sold-out {
    display: none;
}

/*.js-store-product.js-product::before {
    content: attr(data-product-inv) " шт. в наличии";
    font-family: 'JetBrains Mono',Arial,sans-serif;
    font-size: 14px;
    color: #58775b;
    background-color: #ededed;
    margin-left: 20px;
    padding: 3px 1px;
    position: absolute;
    top: 90px;
}*/
.t-store__prod-popup__name{
    margin-top: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% - 80px);
}

/*.t-store__prod-popup__slider .t-slds__item[data-slide-index="1"] {
    display: none !important;
}
.t-store__prod-popup__slider .t-slds__thumbsbullet[data-slide-bullet-for="1"] {
    display: none !important;
}
.t-store__prod-popup__slider .t-carousel__zoomer__item[data-zoomer-slide-number="0"] {
    display: none !important;
}*/

.t-zoomer__container {
  background: #000000d9 !important;
}

.t-menu-base .t-sociallinks {
  order: 1;
}

.t-checkbox__control.t-text_xs {
  font-size: 14px;
}

.t-checkbox__indicator {
  border: 2px solid #cacaca;
}

.t-store__prod-snippet__container {
  padding-bottom: 120px;
  padding-top: 15px;
}

#breadcrumbs-container {
    font-family: 'JetBrains Mono',Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    color: #7a7a7a;
    opacity: 1;
    margin-left: -20px;
}

#breadcrumbs-container a {
    font-family: 'JetBrains Mono',Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    color: #7a7a7a;
    opacity: 0.7;
    margin-right: 10px;
}

#breadcrumbs-container a:hover {
    opacity: 1;
}

#breadcrumbs-container span {
  margin-right: 10px;
  opacity: 0.7;
}

.js-product .t-product__option-selected_image .t-product__option-selected-checkmark, .js-product .t-product__option-variants_select .t-product__option-checkmark_image {
  background-position: center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 70px;
  margin-right: 7px;
  width: 70px;
}

.js-product .t-product__option-selected_select {
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: table;
  min-height: 28px;
  min-width: 150px;
  padding: 3px 30px 3px 3px;
  position: relative;
}

@media screen and (max-width: 1240px){
.js-store-product.js-product::before {
    margin-left: 5px;
}
.js-store-product.js-product.t-store__product-snippet::before  {
    margin-left: calc(50% - 60px);
}
}
@media screen and (max-width: 980px){
.js-store-product.js-product.t-store__product-snippet::before {
    margin-left: calc(50% - 60px);
    top: -20px;
}
}

@media screen and (max-width: 560px){
.t-store__prod-snippet__container {
  padding-bottom: 120px;
  padding-top: 0;
}
}




