
/*Стили карточки товаров*/

  .product .item_weight select {
    background: #1a1a1a;
    -webkit-appearance: none;
    background-image: url('../images/icons/ic_select_dark.png');
    background-size: 16px 16px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    color: #fff;
  }

  .product .item_weight span {
    background: #1a1a1a;
    color: #fff;
  }

  .product .item_nutritional {
    background: #1a1a1a;
  }

/**/















.modifiers {

}


.modifiers h3 {
  margin-bottom: 12px;
  font-size: 1.15em;
  font-weight: 700;
}

.mod_group {
  background: #222227;
}

/* Single */

/* Multiple */

/* Default */
.button_group .kolvo {
  color: #fff;
}


@media screen and (max-width: 480px) {

  .mod_group {
    background: transparent;
  }

  .final_cost_bar {
    background: #222227;
  }
}




























/* Кнопки */
  .button-active .kolvo, .mod_group .button-passive .kolvo {
    color: #fff;
  }

@media screen and (max-width: 800px) {

}

/* */