.tn-atom {
    background-size: cover;
    border-radius: 0px;
  }



.js-feed-post-image {
border-radius: 0px !important;
}

.t-zoomable > div:nth-child(1) {
border-radius: 0px !important;
}

.js-product-img {
  border-radius: 0px !important;
}

.t706__cartwin-prodamount-wrap {
display: none !important;
}

.t706__cartwin-totalamount-wrap {
display: none !important;
}

@media screen and (min-width: 960px) {
.t706__cartwin-content {
  border-radius: 00px;
}
}

@media screen and (max-width: 560px) {
  .t706__close {
    background: #2B6350 !important;
  }
}

.t-slds__nocycle {
  opacity: 100 !important;
}

@media screen and (max-width: 640px) {
  .t778__title {
    font-size: 15px !important;
  }
}

/* 2 — цвет и прозрачность для активного пункта*/
.menu:hover .tn-atom a, .menu.active .tn-atom a {
  color: #2B6350 !important;
}

/* Кнопка в каталоге*/

.t-store__relevants__container {
    display: none !important;
}

.t-store__prod-snippet__container {
  padding-top: 120px;
  padding-bottom: 40px !important;
}

.js-store-prod-text a {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 15px;
    margin-top: 20px;
    border-radius: 10px;
    font-weight: 600;
}
.js-store-prod-text a:first-of-type {
    background-color: #bc574b;
    color: #ffffff !important;
}
.js-store-prod-text a:last-of-type {
    background-color: #2B6350;
    color: #ffffff !important;
}
.t706__cartwin_showed {
    z-index: 999999999;
}


/* Измененный код для цен */
.t-store__card__price-value::before,
.js-product-price::before {
    content: "от" !important;
    margin-right: 7px;
}
