/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Manji, skladni shop gumb u Gantry meniju */
.g-main-nav .shop-button {
  background-color: #ff9b00;
  color: #fff !important;
  border-radius: 4px;
  padding: 4px 10px !important;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  height: auto;
  margin: 0;
  vertical-align: middle;
  transition: background-color 0.3s ease;
}
/* Hover efekt */
.g-main-nav .shop-button:hover {
  background-color: #e88c00;
  color: #ffffff !important;
}
/*# sourceMappingURL=custom_18.css.map */