@charset "utf-8";
/* CSS Document */

.det_menu_btn[href="/product/consumable-materials/"]{
  background: var(--red);
  color: #fff;
}
.btn_product {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  max-width: 300px;
  width: 100%;
  color: var(--red);
  border: 1px solid var(--red);
}

.text_product {
  text-align: right;
}