
/* T706  cartpage top */
.t706 .t706__cartpage .t706__cartpage-top{
 transform:translatex(0px) translatey(0px);
 border-bottom-style:none;
}

/* T706  cartpage */
#allrecords .t706 .t706__cartpage{
 transform:translatex(0px) translatey(0px);
}

/* T706  product thumb */
.t706__cartpage-products .t706__product .t706__product-thumb{
 display:none;
}

/* T706  sidebar top */
.t706__sidebar .t706__sidebar-top{
 border-bottom-style:none;
}

/* T706  sidebar content */
.t706 .t706__sidebar .t706__sidebar-content{
 transform:translatex(0px) translatey(0px);
}

/* T706  sidebar products */
.t706__sidebar .t706__sidebar-products{
 border-bottom-style:none;
}

/* T706  product thumb */
.t706__sidebar-products .t706__product .t706__product-thumb{
 display:none;
}


    








/* Скрываем стандартные svg */
[class*="social_links_item"] svg, 
[class*="sociallinks__item"] svg { 
  display: none !important;
}

/* Настройка размеров ссылок */
[class*="social_links_item"] a, 
[class*="sociallinks__item"] a {
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
}

/* Настройки контейнера */
[class*="social_links_item"], 
[class*="sociallinks__item"] {
  width: 24px !important;
  height: 24px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 0 !important;
  margin: 0 4px; /* расстояние между иконками */
}

/* 1 — телефон */
[class*="social_links_item"]:nth-child(1), 
[class*="sociallinks__item"]:nth-child(1) {
  background-image: url(https://static.tildacdn.com/tild3565-6234-4932-b662-636264636134/phone.svg);
}

/* 2 — email */
[class*="social_links_item"]:nth-child(2), 
[class*="sociallinks__item"]:nth-child(2) {
  background-image: url(https://static.tildacdn.com/tild6233-3535-4430-b237-316636636636/Mail.svg);
}

/* 3 — Telegram */
[class*="social_links_item"]:nth-child(3), 
[class*="sociallinks__item"]:nth-child(3) {
  background-image: url(https://static.tildacdn.com/tild3465-6430-4735-b463-396662333133/telegram.svg);
}

/* 4 — WhatsApp */
[class*="social_links_item"]:nth-child(4), 
[class*="sociallinks__item"]:nth-child(4) {
  background-image: url(https://static.tildacdn.com/tild6461-6132-4530-b163-393962313334/whatsapp.svg);
}

