/* Giriş / hesap alanı genel görünüm */
.woocommerce{
  max-width: 920px;
  margin: 60px auto;
  font-family: Arial, sans-serif;
}

.woocommerce-account .woocommerce{
  background: #ffffff;
  padding: 40px;
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

/* Başlıklar */
.woocommerce h2,
.woocommerce-account .woocommerce-MyAccount-content h2{
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 24px;
  color: #1f2d3d;
}

/* Form satırları */
.woocommerce form .form-row{
  margin-bottom: 18px;
}

.woocommerce form label{
  display: block;
  font-weight: 700;
  color: #334155;
  margin-bottom: 8px;
  font-size: 15px;
}

/* Inputlar */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form select{
  width: 100%;
  box-sizing: border-box;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  padding: 10px 14px;
  font-size: 16px;
  color: #1f2d3d;
  background: #fff;
  transition: .2s ease;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form select:focus{
  border-color: #5a63f0;
  outline: none;
  box-shadow: 0 0 0 4px rgba(90,99,240,0.10);
}

/* Checkbox */
.woocommerce form .woocommerce-form__label{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}

/* Butonlar */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce .button{
  display: inline-block;
  min-height: 52px;
  line-height: 52px;
  padding: 0 22px;
  border-radius: 12px;
  background: linear-gradient(135deg,#5a63f0,#3340a8);
  border: none;
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
  box-shadow: none;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce .button:hover{
  transform: translateY(-1px);
  opacity: .96;
}

/* Login button full width */
.woocommerce-form-login .button,
.woocommerce-form-register .button{
  width: 100%;
}

/* Linkler */
.woocommerce a{
  color: #5a63f0;
  text-decoration: none;
  font-weight: 600;
}

.woocommerce a:hover{
  text-decoration: underline;
}

/* Login/Register iki sütun görünümü */
.woocommerce-account .u-columns{
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2{
  flex: 1;
  background: #fff;
}

/* Hesap paneli görünümü */
.woocommerce-account .woocommerce-MyAccount-navigation{
  width: 28%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
  margin: 0;
  border-bottom: 1px solid #e5e7eb;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{
  border-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  display: block;
  padding: 14px 16px;
  color: #334155;
  font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
  background: #eef2ff;
  color: #3340a8;
}

.woocommerce-account .woocommerce-MyAccount-content{
  width: 68%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 24px;
  box-sizing: border-box;
}

/* Mesaj kutuları */
.woocommerce-info,
.woocommerce-message,
.woocommerce-error{
  border-radius: 14px;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #334155;
}

/* Mobil */
@media (max-width: 768px){
  .woocommerce{
    margin: 30px auto;
    padding: 0 6px;
  }

  .woocommerce-account .woocommerce{
    padding: 22px;
    border-radius: 18px;
  }

  .woocommerce h2,
  .woocommerce-account .woocommerce-MyAccount-content h2{
    font-size: 26px;
  }

  .woocommerce-account .u-columns{
    flex-direction: column;
    gap: 24px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
  }
}


/* SADECE SEPET SAYFASI */
body.woocommerce-cart .site-content,
body.woocommerce-cart .content-area,
body.woocommerce-cart .woocommerce {
  max-width: 1240px;
  margin: 0 auto;
}

body.woocommerce-cart .woocommerce {
  background: #ffffff;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
}

body.woocommerce-cart h1,
body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-title {
  font-size: 42px;
  line-height: 1.15;
  color: #1f2d3d;
  margin-bottom: 28px;
  font-weight: 800;
}

body.woocommerce-cart .woocommerce-cart-form,
body.woocommerce-cart .cart-collaterals {
  width: 100%;
}

body.woocommerce-cart .cart-collaterals {
  margin-top: 24px;
}

body.woocommerce-cart table.shop_table {
  border: 0 !important;
  border-collapse: separate;
  border-spacing: 0 16px;
  width: 100%;
  background: transparent;
}

body.woocommerce-cart table.shop_table thead th {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .4px;
  color: #64748b;
  border: 0 !important;
  padding: 10px 16px;
  background: transparent;
}

body.woocommerce-cart table.shop_table tbody tr {
  background: #f8fafc;
}

body.woocommerce-cart table.shop_table td {
  border: 0 !important;
  padding: 20px 16px;
  vertical-align: middle;
  background: #f8fafc;
}

body.woocommerce-cart table.shop_table tbody tr td:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

body.woocommerce-cart table.shop_table tbody tr td:last-child {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

body.woocommerce-cart td.product-thumbnail img {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border-radius: 16px;
  background: #fff;
  padding: 6px;
  border: 1px solid #e5e7eb;
}

body.woocommerce-cart td.product-name a {
  color: #1f2d3d;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

body.woocommerce-cart td.product-name a:hover {
  color: #3340a8;
}

body.woocommerce-cart td.product-name {
  color: #475569;
  font-size: 16px;
  line-height: 1.75;
}

body.woocommerce-cart td.product-price,
body.woocommerce-cart td.product-subtotal {
  font-size: 18px;
  font-weight: 700;
  color: #334155;
  white-space: nowrap;
}

body.woocommerce-cart .quantity {
  display: inline-flex;
  align-items: center;
}

body.woocommerce-cart .quantity .qty {
  height: 48px;
  min-width: 70px;
  border-radius: 12px;
  border: 1px solid #dbe2ea;
  padding: 8px 10px;
  font-size: 16px;
  text-align: center;
  background: #fff;
}

body.woocommerce-cart a.remove {
  color: #ef4444 !important;
  font-size: 26px;
  font-weight: 700;
  background: transparent !important;
  line-height: 1;
}

body.woocommerce-cart a.remove:hover {
  color: #b91c1c !important;
}

body.woocommerce-cart .actions {
  padding-top: 18px !important;
}

body.woocommerce-cart .coupon {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

body.woocommerce-cart .coupon input.input-text {
  min-width: 230px;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #dbe2ea;
  padding: 10px 14px;
  font-size: 15px;
  background: #fff;
}

body.woocommerce-cart .coupon input.input-text:focus {
  border-color: #5a63f0;
  outline: none;
  box-shadow: 0 0 0 4px rgba(90,99,240,0.08);
}

body.woocommerce-cart button.button,
body.woocommerce-cart .button,
body.woocommerce-cart a.button,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border: 0 !important;
  border-radius: 14px !important;
  min-height: 52px;
  line-height: 52px;
  padding: 0 24px !important;
  background: linear-gradient(135deg,#5a63f0,#3340a8) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: .2s ease;
}

body.woocommerce-cart button.button:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-cart a.button:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  opacity: .96;
  transform: translateY(-1px);
}

body.woocommerce-cart .cart_totals {
  width: 100% !important;
  float: none !important;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(15,23,42,0.04);
}

body.woocommerce-cart .cart_totals h2 {
  font-size: 34px;
  color: #1f2d3d;
  margin-bottom: 20px;
  font-weight: 800;
}

body.woocommerce-cart .cart_totals table.shop_table {
  border-spacing: 0;
  margin-bottom: 18px;
}

body.woocommerce-cart .cart_totals table.shop_table tr {
  background: transparent;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
  border-bottom: 1px solid #e5e7eb !important;
  padding: 16px 8px;
  background: transparent;
  font-size: 16px;
}

body.woocommerce-cart .cart_totals table.shop_table tr:last-child th,
body.woocommerce-cart .cart_totals table.shop_table tr:last-child td {
  border-bottom: 0 !important;
}

body.woocommerce-cart .order-total th,
body.woocommerce-cart .order-total td {
  font-size: 20px !important;
  font-weight: 800;
  color: #1f2d3d;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.woocommerce-cart .cart-empty {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #1f2d3d;
  margin-top: 20px;
}

body.woocommerce-cart .return-to-shop {
  text-align: center;
}

body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-error {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #f8fafc;
  color: #334155;
  padding: 16px 18px;
}

@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce {
    padding: 18px;
    border-radius: 18px;
  }

  body.woocommerce-cart h1,
  body.woocommerce-cart .entry-title,
  body.woocommerce-cart .page-title {
    font-size: 30px;
  }

  body.woocommerce-cart td.product-name a {
    font-size: 20px;
  }

  body.woocommerce-cart .coupon {
    flex-direction: column;
    align-items: stretch;
  }

  body.woocommerce-cart .coupon input.input-text {
    width: 100%;
    min-width: 100%;
  }

  body.woocommerce-cart .cart_totals {
    padding: 20px;
  }

  body.woocommerce-cart .cart_totals h2 {
    font-size: 28px;
  }
}

.woocommerce form.login label[for="username"] {
    font-size: 0;
}

.woocommerce form.login label[for="username"]::after {
    content: "E-posta adresi";
    font-size: 14px;
    display: block;
}

.woocommerce .u-column2 {
    display: none !important;
}

.woocommerce .u-column1 {
    width: 100% !important;
}



/* ₺ sembolü için Noto Sans — tüm fiyat alanları */
.woocommerce-Price-currencySymbol,
bdi,
.stm-lms-orders__item-price,
.stm-lms-orders__total,
.stm-lms-order-details *,
[class*="price"],
[class*="amount"],
[class*="total"] {
    font-family: 'Noto Sans', sans-serif !important;
}

/* =============================================
   MasterStudy Profil Sayfası Düzenlemeleri
   ============================================= */

/* Gereksiz üst sekmeleri gizle */

.stm-lms-profile--tabs .groups-tab,
.stm-lms-profile--tabs .announcements-tab,
.stm-lms-profile--tabs .certificates-tab,
.stm-lms-profile--tabs .points-tab,
[data-tab="quizzes"],
[data-tab="groups"],
[data-tab="announcements"],
[data-tab="certificates"],
[data-tab="points"] {
    display: none !important;
}

/* Sidebar boşluklarını ve padding/margin'leri sıfırla */
.stm-lms-profile--sidebar .profile-nav,
.stm-lms-profile--sidebar ul,
.stm-lms-profile--sidebar nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Gizlenen elementlerin bıraktığı boşlukları kapat */
.stm-lms-profile--sidebar li[style*="display: none"],
.stm-lms-profile--sidebar a[style*="display: none"] {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

/* Bölüm başlıklarını (COMMUNICATION vb.) gizle */
.stm-lms-profile--sidebar .profile-nav-label,
.stm-lms-profile--sidebar .nav-label,
.stm-lms-profile--sidebar [class*="nav-label"],
.stm-lms-profile--sidebar [class*="nav-heading"],
.stm-lms-profile--sidebar [class*="section-title"] {
    display: none !important;
}

/* Dropdown menüdeki gereksiz öğeleri gizle */
.stm-lms-user-courses-nav a[href*="points"],
.stm-lms-user-courses-nav a[href*="certificates"],
.stm-lms-user-courses-nav a[href*="grades"],
.stm-lms-user-courses-nav a[href*="assignments"],
.stm-lms-user-courses-nav a[href*="subscriptions"],
.stm-lms-user-courses-nav a[href*="groups"],
.stm-lms-user-courses-nav a[href*="messages"],
[class*="user-nav"] a[href*="points"],
[class*="user-nav"] a[href*="certificates"],
[class*="user-nav"] a[href*="grades"],
[class*="user-nav"] a[href*="assignments"],
[class*="user-nav"] a[href*="messages"] {
    display: none !important;
}
/* Elementor section tam genişlik */
.elementor-widget-html {
  width: 100% !important;
}

.elementor-widget-html .wrap {
  max-width: 100% !important;
  padding: 32px 24px 80px !important;
}

.elementor-widget-html .grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  width: 100% !important;
}

.elementor-widget-html .card {
  min-width: 0 !important;
  width: 100% !important;
}
@media (max-width: 900px) {
  .wrap .grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .wrap .grid > a.card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
}
