/* POSALJITE UPIT NA STRANICI PROIZVODA */

.goes-inquiry-box {
  margin: 24px 0 12px;
}

.goes-inquiry-note {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #555555;
}

.goes-inquiry-btn-wrap {
  display: block;
  margin: 0;
}

.goes-inquiry-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 190px;
  height: 52px;
  padding: 0 30px !important;
  background-color: #f43f04;
  border: 2px solid #f43f04;
  border-radius: 3px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  letter-spacing: 0.2px;
  box-sizing: border-box;
  transition: all 0.25s ease;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.14);
}

.goes-inquiry-btn span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100%;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.goes-inquiry-btn:hover,
.goes-inquiry-btn:focus {
  background-color: #111111;
  border-color: #111111;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.goes-inquiry-btn:hover span,
.goes-inquiry-btn:focus span {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .goes-inquiry-box {
    margin: 22px 0 12px;
  }

  .goes-inquiry-note {
    font-size: 14px;
  }

  .goes-inquiry-btn {
    width: 100%;
    max-width: 320px;
    height: 52px;
  }
}

.mkdf-woo-single-page .mkdf-single-product-content .mkdf-onsale {
  font-size: 15px;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}