/* css buttons */
.cssButton, .cssButtonHover {
  cursor: pointer;
  border: 1px solid #000;
  background: none;
  color: #603F0A;
  font-size: 12px;
  font-weight: bold;
  font-family: Georgia, times, serif;
}

.button_in_cart {
  width: 92px !important;
}

.button_confirm_order {
  width: 120px !important;
}


