@media (max-width: 991.98px) {
  .dSMnone {
    display: none;
  }
  .site-header {
    padding: 3px;
  }
}

a {
  transition: 0.2s;
}
.add_to_cart_button {
  cursor: pointer;
}
.podr {
  width: 100px !important;
  text-indent: inherit !important;
  border-radius: 35px !important;
}
li.product .button.add_to_cart_button_podr::before {
  content: "\6d";
  font-family: font-electro;
  float: right;
  text-indent: 0;
  background: 0 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 18px;
  padding: 0;
}
.bottom::after {
  content: " ";
  border-bottom: 2px solid transparent;
  display: block;
  /*position: absolute;*/
  bottom: -1px;
  width: 60%;
  border-color: #fed700;
}
.electro-description p {
  margin-bottom: 7px;
}

.selected {
  border: 2px #fed700 solid !important;
}

.offer {
  cursor: pointer;
  border-radius: 3px;
  border: 2px white solid;
}

.offer:hover {
  border: 2px dotted transparent;
  border-color: #fed700;
}

#posl_r:hover {
  color: white;
  text-decoration: none;
}

#posl_r {
  line-height: 3;
  font-weight: bold;
  font-size: 1.142em;
  color: #333e48;
}
.zoom_pict:hover {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  position: relative;
}
.zoom_pict {
  text-indent: 0px;
  z-index: 100000000000000000;

  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}
a:hover {
  color: #55294d !important;
}
.label {
  width: 55px;
  float: left;
}
.offer {
  padding: 3px;
  clear: both;
}
#vibor_offer {
  height: 166px;
  overflow: auto;
  border-radius: 1em;
  border: 1px solid #ddd;
  padding: 0.5em;
}

/*ñòèëè òàáëèö*/
table {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 14px;
  border-radius: 10px;
  border-spacing: 0;
  text-align: center;
}
th {
  color: black;
  padding: 10px 20px;
}
th,
td {
  border-width: 0 1px 1px 0;
  border-color: white;
}
th:first-child,
td:first-child {
  text-align: left;
}
th:first-child {
  border-top-left-radius: 10px;
}
th:last-child {
  border-top-right-radius: 10px;
  border-right: none;
}
td {
  padding: 10px 20px;
}
tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
tr td:last-child {
  border-right: none;
}
/*ñòèëè òàáëèö*/
.selectedDost {
  color: #efecec;
  background-color: #333e48;
  border-color: #333e48;
}
.SelectYandex,
.SelectDelLin {
  cursor: pointer;
  background-color: #ffcc03;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff;
}

.input-option {
  width: 100%;
  padding: 0.857em 1.214em;
  background-color: transparent;
  color: #818181;
  line-height: 1.286em;
  outline: none;
  border: 0;
  border-radius: 1.571em;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
}

.nav-pills .nav-link.active {
  background-color: #fed700;
  color: black;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  background-color: #fed700;
  color: black;
}

.tovarGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.divItem {
  width: 90px;
  height: 120px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  border-radius: 7px;
  border: 2px solid #334141;
  margin: 5px;
}

.groupItem {
  width: 70px;
  height: 70px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  margin: 7px;
}
.divItem.active {
  border: 2px solid #55bc74;
}
.divItem:hover {
  border: 2px solid #fed700;
}

.tooltip2 {
  z-index: 9999;
  position: absolute;
  display: none;
  top: -30px;
  left: 0px;
  background-color: #2c2c2c;
  padding: 5px 10px 5px 10px;
  color: white;
  opacity: 0.8;
  border-radius: 5px;
  width: 100%;
}
.divItem:hover .tooltip2 {
  display: block;
}
.markerYM {
  display: inline;
  width: 12px;
  height: 12px;
  font-size: 11px;
  color: #fff;
  padding: 3px;
  margin-left: 5px;
  border-radius: 50%;
  background: linear-gradient(90deg, #fc401d, #fed42a);
  background-color: #005bff;
}
.markerWB {
  display: inline-block;
  min-width: 12px;
  min-height: 12px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #a811da;
  color: #fff;
  padding: 1px 3px;
}
.markerOZ {
  display: inline;
  width: 12px;
  height: 12px;
  font-size: 11px;
  color: #fff;
  padding: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background: linear-gradient(90deg, #005bff, #f81156);
  background-color: #005bff;
  color: white;
}
