.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:1140px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}


/* Contact Form 7 Özel Stilleri */
.wpcf7-form {
  padding: 40px;
  border-radius: 15px;
  max-width: 800px;
  margin: 0 auto;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 25px;
}

.form-col,
.form-full {
  display: flex;
  flex-direction: column;
}

.form-full {
  margin-bottom: 25px;
}

.wpcf7-form label {
  color: #ffffff !important;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.form-input,
.form-textarea {
  background: #2a2a2a !important;
  border: 1px solid #444 !important;
  border-radius: 8px !important;
  padding: 15px !important;
  color: #ffffff !important;
  font-size: 1rem !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.form-input:focus,
.form-textarea:focus {
  border-color: #4CAF50 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2) !important;
}

.form-textarea {
  min-height: 120px !important;
  resize: vertical !important;
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: #888 !important;
  opacity: 1 !important;
}

.submit-btn {
  background: linear-gradient(135deg, #4CAF50, #45a049) !important;
  color: white !important;
  border: none !important;
  padding: 15px 35px !important;
  border-radius: 8px !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #45a049, #3d8b40) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3) !important;
}

.form-submit {
  text-align: left;
  margin-top: 20px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .wpcf7-form {
    padding: 25px 20px;
  }
  
  .submit-btn {
    width: 100% !important;
    padding: 16px !important;
  }
}

/* Hata ve Başarı Mesajları */
.wpcf7-response-output {
  background: rgba(76, 175, 80, 0.1) !important;
  border: 1px solid #4CAF50 !important;
  color: #4CAF50 !important;
  border-radius: 8px !important;
  padding: 15px !important;
  margin-top: 20px !important;
}

.wpcf7-mail-sent-ok {
  background: rgba(76, 175, 80, 0.15) !important;
  border-color: #4CAF50 !important;
  color: #4CAF50 !important;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  background: rgba(244, 67, 54, 0.1) !important;
  border: 1px solid #f44336 !important;
  color: #f44336 !important;
}

.wpcf7-not-valid-tip {
  color: #f44336 !important;
  font-size: 0.9rem !important;
  margin-top: 5px !important;
}

/* Loading animasyonu */
.wpcf7-form.submitting .submit-btn {
  opacity: 0.7 !important;
  cursor: not-allowed !important;
}

.wpcf7-spinner {
  margin-left: 10px !important;
}

.cursor_pointer{
	cursor:pointer !important;
}

.blog-arkaplan-temizle .col-lg-4 .col-md-6{
	background-color:none !important;
	border-radius:none !important;
}

.custom-single-layout {
  display: grid;
  grid-template-columns: 35% 65%; /* Sol: medya, Sağ: içerik */
  gap: 30px;
  align-items: flex-start;
	margin-bottom:100px;
	margin-top:100px;
}

.custom-single-layout .post-media img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.custom-single-layout .post-content {
  line-height: 1.6;
	color:#fff;
}

.custom-single-layout .entry-title {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
	color:#fff;
}

.custom-single-layout .post-tags {
  margin-top: 20px;
}

.e-n-tabs-heading{
	background-color:#EAECF0 !important;
	border-radius:60px !important;
}
.e-n-tab-title[aria-selected="true"]{
	background-color:#fff !important;
}
.e-n-tab-title[aria-selected="false"]:hover{
	background-color:#fff !important;
}
.single_add_to_cart_button{
	border-radius:60px !important;
	padding:15px !important;
}

.slider-resim{
	position:absolute !important;
	width:1000px !important;
	z-index:997 !important;
}
.entry-title{
	color:#fff !important;
}
.wc-block-components-form{
	color:#fff !important;
}
.wp-block-woocommerce-checkout-order-summary-block{
	color:#fff !important;
}

.wc-block-components-checkout-place-order-button{
	background-color:#4CAF50 !important;
	color:#fff !important;
	border:none !important;
}
.wc-block-components-checkout-place-order-button:hover{
	background-color:#fff !important;
	color:#4CAF50 !important;
	border:1px solid #4CAF50 !important;
}

.button{
	background-color:#4CAF50 !important;
	color:#fff !important;
	border:none !important;
}
.button:hover{
	background-color:#fff !important;
	color:#4CAF50 !important;
	border:1px solid #4CAF50 !important;
}
#customer_login{
	color:#fff !important;
}

#customer_login a{
	color:#4CAF50 !important;
}

.woocommerce-form-login{
	border:1px solid #4CAF50 !important;
}

.woocommerce-form-register{
	border:1px solid #4CAF50 !important;
}

.archive-product-container{
	border-radius:10px !important;
}
.attachment-woocommerce_thumbnail{
	border-radius:10px !important;
}

/* PREMIUM WOOCOMMERCE LOGIN/REGISTER TASARIMI */
/* Koyu Yeşil: #2D5939, Açık Yeşil: #4CAF50 */

body.page-template-default .page-header,
body.page-template-default .entry-header,
body.page-template-default .page-title {
    display: none !important;
}

/* SAYFA İÇERİĞİNİ YUKARI ÇEK */
body.page-template-default .page-content {
    padding-top: 10px !important;
}
body.page-template-default .page-content .woocommerce {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
}

/* KUTU DÜZENİ - TAM EŞİT YÜKSEKLİK */
body.page-template-default .u-columns.col2-set {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 40px !important;
    justify-content: center !important;
    align-items: stretch !important;
}

/* KUTU - SOL (Giriş Yap) - EŞİT YÜKSEKLİK */
body.page-template-default .u-column1.col-1 {
    flex: 1 !important;
    min-width: 550px !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fff9 100%) !important;
    padding: 50px 45px !important;
    border-radius: 20px !important;
    border: 1px solid #e8f5e8 !important;
    box-shadow: 0 10px 30px rgba(45, 89, 57, 0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 650px !important;
}

/* KUTU - SAĞ (Üye Ol) - EŞİT YÜKSEKLİK */
body.page-template-default .u-column2.col-2 {
    flex: 1 !important;
    min-width: 550px !important;
    background: linear-gradient(135deg, #2D5939 0%, #3D6B47 100%) !important;
    padding: 50px 45px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(45, 89, 57, 0.2) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    min-height: 650px !important;
}

/* BAŞLIKLAR - AYNI HİZADA */
body.page-template-default .u-column1.col-1 h2,
body.page-template-default .u-column2.col-2 h2 {
    text-align: center !important;
    margin-bottom: 40px !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding-top: 0 !important;
}

/* SOL KUTU BAŞLIĞI */
body.page-template-default .u-column1.col-1 h2 {
    color: #2D5939 !important;
}

/* SAĞ KUTU BAŞLIĞI */
body.page-template-default .u-column2.col-2 h2 {
    color: #ffffff !important;
}

/* FORM CONTAINER - İÇERİK HİZALAMASI */
body.page-template-default .u-column1.col-1 .woocommerce-form-login,
body.page-template-default .u-column2.col-2 .woocommerce-form-register {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    justify-content: flex-start !important;
}

/* FORM ELEMANLARI - AYNI HİZALAMA */
body.page-template-default .woocommerce-form-row {
    margin-bottom: 25px !important;
    width: 100% !important;
}

body.page-template-default .woocommerce-form-row label {
    display: block !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    letter-spacing: 0.3px !important;
}

/* SOL KUTU LABELLARI */
body.page-template-default .u-column1.col-1 .woocommerce-form-row label {
    color: #2D5939 !important;
}

/* SAĞ KUTU LABELLARI */
body.page-template-default .u-column2.col-2 .woocommerce-form-row label {
    color: #ffffff !important;
}

/* INPUT ALANLARI - AYNI BOYUT */
body.page-template-default .woocommerce-Input {
    width: 100% !important;
    padding: 16px 20px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    transition: all 0.3s ease !important;
}

/* SOL KUTU INPUT FOCUS */
body.page-template-default .u-column1.col-1 .woocommerce-Input:focus {
    outline: none !important;
    border-color: #4CAF50 !important;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1) !important;
}

/* SAĞ KUTU INPUT FOCUS */
body.page-template-default .u-column2.col-2 .woocommerce-Input:focus {
    outline: none !important;
    border-color: #81C784 !important;
    box-shadow: 0 0 0 3px rgba(129, 199, 132, 0.2) !important;
}

/* BUTONLAR - AYNI KONUM */
body.page-template-default .woocommerce-button {
    width: 100% !important;
    padding: 18px !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-top: 10px !important;
}

/* SOL KUTU BUTONU */
body.page-template-default .u-column1.col-1 .woocommerce-button {
    background: linear-gradient(135deg, #2D5939 0%, #3D6B47 100%) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(45, 89, 57, 0.3) !important;
}

body.page-template-default .u-column1.col-1 .woocommerce-button:hover {
    background: linear-gradient(135deg, #3D6B47 0%, #2D5939 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(45, 89, 57, 0.4) !important;
}

/* SAĞ KUTU BUTONU */
body.page-template-default .u-column2.col-2 .woocommerce-button {
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3) !important;
}

body.page-template-default .u-column2.col-2 .woocommerce-button:hover {
    background: linear-gradient(135deg, #66BB6A 0%, #4CAF50 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4) !important;
}

/* CHECKBOX - AYNI KONUM */
body.page-template-default .woocommerce-form__label-for-checkbox {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer !important;
    margin: 20px 0 !important;
}

/* SOL KUTU CHECKBOX */
body.page-template-default .u-column1.col-1 .woocommerce-form__label-for-checkbox {
    color: #2D5939 !important;
}

/* SAĞ KUTU CHECKBOX */
body.page-template-default .u-column2.col-2 .woocommerce-form__label-for-checkbox {
    color: #ffffff !important;
}

/* LİNKLER - AYNI KONUM */
body.page-template-default .woocommerce-LostPassword {
    text-align: center !important;
    margin-top: 25px !important;
    margin-bottom: 0 !important;
}

body.page-template-default .woocommerce-LostPassword a {
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
}

/* SOL KUTU LİNK */
body.page-template-default .u-column1.col-1 .woocommerce-LostPassword a {
    color: #2D5939 !important;
}

body.page-template-default .u-column1.col-1 .woocommerce-LostPassword a:hover {
    color: #4CAF50 !important;
    text-decoration: underline !important;
}

/* SAĞ KUTU LİNK */
body.page-template-default .u-column2.col-2 .woocommerce-LostPassword a {
    color: #C8E6C9 !important;
}

body.page-template-default .u-column2.col-2 .woocommerce-LostPassword a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

/* GİZLİLİK METNİ - AYNI KONUM */
body.page-template-default .woocommerce-privacy-policy-text {
    margin: 30px 0 0 0 !important;
    font-size: 12px !important;
    line-height: 1.6 !important;
    text-align: center !important;
    padding: 15px !important;
    border-radius: 8px !important;
    flex-grow: 1 !important;
    display: flex !important;
    align-items: flex-end !important;
}

/* SOL KUTU GİZLİLİK */
body.page-template-default .u-column1.col-1 .woocommerce-privacy-policy-text {
    background: #f1f8e9 !important;
    color: #2D5939 !important;
    border-left: 4px solid #4CAF50 !important;
}

/* SAĞ KUTU GİZLİLİK */
body.page-template-default .u-column2.col-2 .woocommerce-privacy-policy-text {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #E8F5E9 !important;
    border-left: 4px solid #81C784 !important;
}

body.page-template-default .woocommerce-privacy-policy-text a {
    font-weight: 600 !important;
    text-decoration: none !important;
}

body.page-template-default .u-column1.col-1 .woocommerce-privacy-policy-text a {
    color: #2D5939 !important;
}

body.page-template-default .u-column2.col-2 .woocommerce-privacy-policy-text a {
    color: #C8E6C9 !important;
}

/* FORM GRUPLARI İÇİN EK AYARLAR */
body.page-template-default .u-column1.col-1 .woocommerce-form-login .form-row:last-child,
body.page-template-default .u-column2.col-2 .woocommerce-form-register .form-row:last-child {
    margin-bottom: 0 !important;
}

/* BUTON GRUBU - GİRİŞ YAP KUTUSU */
body.page-template-default .u-column1.col-1 .form-row:last-child {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

/* RESPONSIVE TASARIM */
@media (max-width: 1200px) {
    body.page-template-default .u-column1.col-1,
    body.page-template-default .u-column2.col-2 {
        min-width: 480px !important;
        padding: 40px 35px !important;
        min-height: 600px !important;
    }
}

@media (max-width: 1024px) {
    body.page-template-default .u-columns.col2-set {
        gap: 30px !important;
    }
    
    body.page-template-default .u-column1.col-1,
    body.page-template-default .u-column2.col-2 {
        min-width: 420px !important;
        padding: 35px 30px !important;
        min-height: 580px !important;
    }
}

@media (max-width: 868px) {
    body.page-template-default .u-columns.col2-set {
        flex-direction: column !important;
        gap: 30px !important;
        align-items: center !important;
    }
    
    body.page-template-default .u-column1.col-1,
    body.page-template-default .u-column2.col-2 {
        min-width: 90% !important;
        max-width: 500px !important;
        padding: 35px 30px !important;
        min-height: 550px !important;
    }
}

@media (max-width: 480px) {
    body.page-template-default .page-content .woocommerce {
        padding: 20px 15px !important;
    }
    
    body.page-template-default .u-column1.col-1,
    body.page-template-default .u-column2.col-2 {
        min-width: 95% !important;
        padding: 30px 25px !important;
        border-radius: 15px !important;
        min-height: 520px !important;
    }
    
    body.page-template-default .u-column1.col-1 h2,
    body.page-template-default .u-column2.col-2 h2 {
        font-size: 26px !important;
        margin-bottom: 30px !important;
    }
}

/* EKSTRA MÜKEMMEL HİZALAMA */
body.page-template-default .woocommerce-form {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

body.page-template-default .form-row {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

/* Hesabım giriş yapılıncaki tasarım */
/* PREMIUM WOOCOMMERCE HESAP SAYFASI TASARIMI - LİNK DÜZELTMELİ */
/* Koyu Yeşil: #2D5939, Açık Yeşil: #4CAF50 */

/* HESAP SAYFASI CONTAINER */
body.woocommerce-account .page-content .woocommerce {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
    display: flex !important;
    gap: 40px !important;
}

/* SOL MENÜ - PREMIUM TASARIM */
body.woocommerce-account .woocommerce-MyAccount-navigation {
    flex: 0 0 280px !important;
    background: linear-gradient(135deg, #2D5939 0%, #3D6B47 100%) !important;
    border-radius: 20px !important;
    padding: 30px 0 !important;
    box-shadow: 0 10px 30px rgba(45, 89, 57, 0.2) !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block !important;
    padding: 18px 30px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.3s ease !important;
    border-left: 4px solid transparent !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-left-color: #4CAF50 !important;
    padding-left: 35px !important;
    color: #C8E6C9 !important;
}

/* AKTİF MENÜ ÖĞESİ */
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: rgba(255, 255, 255, 0.15) !important;
    border-left-color: #4CAF50 !important;
    color: #C8E6C9 !important;
}

/* SAĞ İÇERİK ALANI - PREMIUM TASARIM */
body.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1 !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fff9 100%) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    border: 1px solid #e8f5e8 !important;
    box-shadow: 0 10px 30px rgba(45, 89, 57, 0.1) !important;
    min-height: 500px !important;
}

/* HOŞGELDİN MESAJI */
body.woocommerce-account .woocommerce-MyAccount-content p:first-child {
    font-size: 18px !important;
    color: #2D5939 !important;
    margin-bottom: 25px !important;
    padding: 20px !important;
    background: #f1f8e9 !important;
    border-radius: 12px !important;
    border-left: 4px solid #4CAF50 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p:first-child strong {
    color: #2D5939 !important;
}

/* LİNK RENKLERİNİ DÜZELT - TÜM LİNKLER İÇİN */
body.woocommerce-account .woocommerce-MyAccount-content p:first-child a,
body.woocommerce-account .woocommerce-MyAccount-content p:nth-child(2) a,
body.woocommerce-account .woocommerce-MyAccount-content a {
    color: #2D5939 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p:first-child a:hover,
body.woocommerce-account .woocommerce-MyAccount-content p:nth-child(2) a:hover,
body.woocommerce-account .woocommerce-MyAccount-content a:hover {
    color: #4CAF50 !important;
    text-decoration: underline !important;
}

/* ÇIKIŞ YAP LİNKİ ÖZEL STİL */
body.woocommerce-account .woocommerce-MyAccount-content p:first-child a[href*="logout"] {
    color: #4CAF50 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p:first-child a[href*="logout"]:hover {
    color: #2D5939 !important;
}

/* AÇIKLAMA METNİ */
body.woocommerce-account .woocommerce-MyAccount-content p:nth-child(2) {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #374151 !important;
    margin-bottom: 30px !important;
}

/* BAŞLIK STİLİ */
body.woocommerce-account .page-header {
    text-align: center !important;
    margin-bottom: 40px !important;
}

body.woocommerce-account .entry-title {
    color: #2D5939 !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #2D5939 0%, #4CAF50 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

/* BUTON STİLLERİ (Diğer sayfalar için) */
body.woocommerce-account .woocommerce-button {
    background: linear-gradient(135deg, #2D5939 0%, #3D6B47 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 25px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

body.woocommerce-account .woocommerce-button:hover {
    background: linear-gradient(135deg, #3D6B47 0%, #2D5939 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(45, 89, 57, 0.4) !important;
    color: white !important;
}

/* FORM STİLLERİ (Adres/Hesap düzenleme için) */
body.woocommerce-account .woocommerce-Input {
    width: 100% !important;
    padding: 14px 16px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    transition: all 0.3s ease !important;
}

body.woocommerce-account .woocommerce-Input:focus {
    outline: none !important;
    border-color: #4CAF50 !important;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1) !important;
}

/* TABLO STİLLERİ (Siparişler sayfası için) */
body.woocommerce-account .woocommerce-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
}

body.woocommerce-account .woocommerce-table th {
    background: #2D5939 !important;
    color: white !important;
    padding: 15px !important;
    text-align: left !important;
    font-weight: 600 !important;
}

body.woocommerce-account .woocommerce-table td {
    padding: 15px !important;
    border-bottom: 1px solid #e8f5e8 !important;
    color: #374151 !important;
}

body.woocommerce-account .woocommerce-table tr:hover {
    background: #f8fff9 !important;
}

/* TABLO LİNKLERİ */
body.woocommerce-account .woocommerce-table a {
    color: #2D5939 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

body.woocommerce-account .woocommerce-table a:hover {
    color: #4CAF50 !important;
    text-decoration: underline !important;
}

/* RESPONSIVE TASARIM */
@media (max-width: 1024px) {
    body.woocommerce-account .page-content .woocommerce {
        flex-direction: column !important;
        gap: 30px !important;
        padding: 30px 20px !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation {
        flex: none !important;
        width: 100% !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation li {
        flex: 1 !important;
        min-width: 150px !important;
        border-bottom: none !important;
        border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
        border-right: none !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation a {
        text-align: center !important;
        padding: 15px 10px !important;
        border-left: none !important;
        border-bottom: 3px solid transparent !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
        border-left: none !important;
        border-bottom-color: #4CAF50 !important;
        padding-left: 10px !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
        border-left: none !important;
        border-bottom-color: #4CAF50 !important;
    }
}

@media (max-width: 768px) {
    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 30px 25px !important;
    }
    
    body.woocommerce-account .entry-title {
        font-size: 28px !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation li {
        min-width: 120px !important;
    }
}

@media (max-width: 480px) {
    body.woocommerce-account .page-content .woocommerce {
        padding: 20px 15px !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-content {
        padding: 25px 20px !important;
        border-radius: 15px !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation {
        border-radius: 15px !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        flex-direction: column !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation li {
        border-right: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation a {
        text-align: left !important;
        padding: 15px 25px !important;
        border-bottom: none !important;
        border-left: 4px solid transparent !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
        border-bottom: none !important;
        border-left-color: #4CAF50 !important;
        padding-left: 30px !important;
    }
    
    body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
        border-bottom: none !important;
        border-left-color: #4CAF50 !important;
    }
}

/* GENEL LİNK DÜZELTMESİ - TÜM PEMBE LİNKLER İÇİN */
body.woocommerce-account a:not(.woocommerce-MyAccount-navigation a) {
    color: #2D5939 !important;
}

body.woocommerce-account a:not(.woocommerce-MyAccount-navigation a):hover {
    color: #4CAF50 !important;
}

/* SADECE ADRESLER SAYFASI - BASIT COZUM */
body.woocommerce-account .woocommerce-MyAccount-content .col2-set {
    display: block !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .col-1,
body.woocommerce-account .woocommerce-MyAccount-content .col-2 {
    width: 48% !important;
    float: left !important;
    margin-right: 4% !important;
    background: white !important;
    padding: 20px !important;
    border-radius: 10px !important;
    border: 1px solid #e8f5e8 !important;
    margin-bottom: 20px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .col-2 {
    margin-right: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address h3 {
    color: #2D5939 !important;
    text-align: center !important;
    margin-bottom: 15px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content address {
    color: #666 !important;
    text-align: center !important;
    margin: 15px 0 !important;
    font-style: italic !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address a {
    display: block !important;
    background: #2D5939 !important;
    color: white !important;
    text-align: center !important;
    padding: 10px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
}

/* MOBIL */
@media (max-width: 768px) {
    body.woocommerce-account .woocommerce-MyAccount-content .col-1,
    body.woocommerce-account .woocommerce-MyAccount-content .col-2 {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
}

/* ŞİFRE SIFIRLAMA SAYFASI TASARIMI */
body.woocommerce-account .woocommerce-ResetPassword.lost_reset_password {
    max-width: 500px !important;
    margin: 0 auto !important;
    background: linear-gradient(135deg, #ffffff 0%, #f8fff9 100%) !important;
    padding: 40px !important;
    border-radius: 20px !important;
    border: 1px solid #e8f5e8 !important;
    box-shadow: 0 10px 30px rgba(45, 89, 57, 0.1) !important;
}

body.woocommerce-account .woocommerce-ResetPassword.lost_reset_password p:first-child {
    color: #374151 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
    text-align: center !important;
    padding: 20px !important;
    background: #f1f8e9 !important;
    border-radius: 12px !important;
    border-left: 4px solid #4CAF50 !important;
}

body.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
    margin-bottom: 25px !important;
}

body.woocommerce-account .woocommerce-ResetPassword.lost_reset_password label {
    display: block !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    color: #2D5939 !important;
    font-size: 14px !important;
}

body.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-Input {
    width: 100% !important;
    padding: 15px 18px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 10px !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    transition: all 0.3s ease !important;
}

body.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-Input:focus {
    outline: none !important;
    border-color: #4CAF50 !important;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1) !important;
}

body.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button {
    width: 100% !important;
    padding: 16px !important;
    background: linear-gradient(135deg, #2D5939 0%, #3D6B47 100%) !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

body.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-Button:hover {
    background: linear-gradient(135deg, #3D6B47 0%, #2D5939 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(45, 89, 57, 0.4) !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    body.woocommerce-account .woocommerce-ResetPassword.lost_reset_password {
        padding: 30px 25px !important;
        margin: 0 20px !important;
    }
}

@media (max-width: 480px) {
    body.woocommerce-account .woocommerce-ResetPassword.lost_reset_password {
        padding: 25px 20px !important;
        margin: 0 15px !important;
        border-radius: 15px !important;
    }
}

/* Menu iç sayfa yeşil olmamaıs */ 

.elementor-83 .elementor-element.elementor-element-030fe36 .elementskit-navbar-nav > li > a{
	color: #24F56B !important;
    padding: 0px 15px 0px 15px !important;
}

.elementor-83 .elementor-element.elementor-element-030fe36 .elementskit-navbar-nav > li > a:hover{
	color: #080808 !important;
	background-color: #24F56B !important;
}
.elementor-83 .elementor-element.elementor-element-030fe36 .elementskit-navbar-nav > li.current-menu-item > a{
	color: #080808 !important;
	background-color: #24F56B !important;
}

/* KVKK onay kutusu tasarımı */
body.page-template-default .kvkk-onay {
    margin: 20px 0 !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #ffffff !important; /* sağ kutu için beyaz */
}

body.page-template-default .kvkk-onay a {
    color: #C8E6C9 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

body.page-template-default .kvkk-onay a:hover {
    text-decoration: underline !important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	color: #080808 !important;
    background-color: #24F56B !important
}

.elementskit-menu-overlay .elementskit-menu-offcanvas-elements .elementskit-menu-toggler .ekit-nav-menu--overlay{
	z-index:9999 !important;
}

@media screen and (max-width: 750px) {
  .custom-single-layout {
    display: grid !important;
    grid-template-columns: 100% !important;
    gap: 30px !important;
    align-items: flex-start !important;
    margin-bottom: 50px !important;
    margin-top: 30px !important;
	}
}