/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.11
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

#toplam-fiyat, #toplam-fiyat span {
  font-weight: 300 !important;
}

div[style*="font-weight:bold"] {
  background: #f6f6f6 !important;
  border-radius: 6px !important;
  margin-bottom: 12px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  letter-spacing: 0.03em !important;
  padding: 1px 0 1px 0;
  color: #222 !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  gap: 8px;
  min-height: 20px;
  text-align: center !important;
}

div[style*="font-weight:bold"] * {
  font-size: 11px !important;
  font-weight: 300 !important;
  color: #222 !important;
  background: transparent !important;
  letter-spacing: 0.03em !important;
}

div[style*="font-weight:bold"] #toplam-fiyat {
  color: #4f9872 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 0 !important;
  width: auto !important;
  min-width: 0 !important;
  text-align: center !important;

}

.takim-icerigi-wrapper {
  background: #f6f6f6;
  padding: 1px 0 1px 0;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.takim-icerigi-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 2px;
  color: #222;
  letter-spacing: 0.04em;
}

.takim-icerigi-list {
  background: #f6f6f6;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  color: #4f9872;
  font-weight: 300;
  font-size: 11px;
  letter-spacing: 0.03em;
  padding: 1px 0 1px 0;
}

.toplam-fiyat-alani, #toplam-fiyat, .toplam-fiyat-alani *, #toplam-fiyat * {
  background: #f6f6f6;
  text-align: center;
  border-radius: 6px;
 
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 1px 0 1px 0;
  color: #222;
}


.modul-gorsel {
  margin-right: 12px;
  display: flex;
  align-items: center;
}


.modul-gorsel img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.acf-doldur-btn.button {
  padding: 4px 12px !important;
  font-size: 13px !important;
  border-radius: 3px !important;
  background: #4f9872 !important;
  color: #fff !important;
  font-weight: 500 !important;
  margin-bottom: 8px !important;
  margin-top: 0 !important;
  box-shadow: none !important;
  border: 1px solid #4f9872 !important;
  transition: background 0.2s;
  min-width: 0 !important;
  height: auto !important;
}
.acf-doldur-btn.button:hover {
  background: #357a54 !important;
  border-color: #357a54 !important;
}