/*
Theme Name: Rubincorporation Resmi
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/*
Theme Name: Rubincorporation Resmi
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE. ***************/

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE ***************/
}
/* Tooltip (ipucu) özelleştirme */
.tooltip {
  background: #0B0B0B !important;
  color: #FFD700 !important;
  border: 1px solid #FFD700;
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 13px;
}

/* Link hover animasyonu */
a {
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: underline;
}

/* Widget linkleri */
.widget a {
  color: #FFD700 !important;
}
.widget a:hover {
  color: #FFFFFF !important;
}
/* Normal metin */
body {
  color: #DDDDDD;
  background: #0B0B0B;
}

/* Başlıklar */
h1, h2, h3, h4, h5, h6 {
  color: #FFD700;
  font-weight: 700;
}

/* Linkler */
a {
  color: #FFD700;
  text-decoration: none;
}
a:hover {
  color: #C89B00;
  text-decoration: underline;
}

/* WooCommerce fiyatlar */
.price {
  color: #FFD700 !important;
  font-weight: bold;
}
/* Butonlar */
.button, .btn, input[type=submit] {
  background-color: #FFD700;
  color: #0B0B0B;
  border-radius: 6px;
  font-weight: 600;
}
.button:hover, .btn:hover, input[type=submit]:hover {
  background-color: #C89B00;
  color: #FFFFFF;
}
.product-small {
  background: #1A1A1A;
  border: 1px solid #FFD700;
  border-radius: 10px;
}
.product-small:hover {
  box-shadow: 0 0 15px rgba(255,215,0,0.6);
}
