.dop-prod a {
  display: flex;
  gap: 20px;
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
}
/*.value-dop-descriptions {*/
/*  width: 30px;*/
/*  display: block;*/
/*}*/
[data-color-bl*="#"] {
  position: relative;
  color: transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
}
.sort-product {
  font-family: 'Inter',Arial,sans-serif;
  font-weight: 400;
color: #454545;
  margin-top: 20px;
  /*text-transform: uppercase;*/
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  font-weight: 300;
}
.show-button {
  padding: 10px;
  text-align: center;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.title-block {
  margin-bottom: 20px;
}
[data-color-bl] {
  padding: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 14px;
}
[data-color-bl]:hover {
  /*box-shadow: 2px 2px 2px #8e8e8e;*/
  border: 1px solid rgba(0,0,0,.5);
}
.title-opt {
  margin-bottom: 12px;
}
.act {
    position: relative;
  border: 1px solid rgba(0,0,0,.5);
}
[data-color-bl]:not([data-color-bl*="#"]) {
  padding: 7px;
}
.item-dop {
  margin-bottom: 14px;
}
/*.act::after {*/
/*  content: 'v';*/
/*  position: absolute;*/
/*  top: -9px;*/
/*  border-radius: 50%;*/
/*  color: #fff;*/
/*  background-color: #000;*/
/*  font-size: 12px;*/
/*  width: 15px;*/
/*  height: 15px;*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*  right: -5px;*/
/*}*/
.list-show-button {
  display: flex;
  flex-wrap: wrap;
}
[data-item="Цвет"] {
  display: none;
}
.act[data-color-bl*="#"]::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 28px;
  border: 1px solid #acacac;
  border-radius: 50%;
  left: -3px;
  top: -3px;
}
.act[data-color-bl*="#"] {
  border: none;
}
.item-dop:has([data-color-bl*="#"]){
    display: flex;
  gap: 10px;
}
.group-elem {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}