.woocommerce-checkout form.checkout .woocommerce-checkout-review-order .coupon_inner_checkout {
    font-size: 16px;
    background: white !important;
    padding: 15px 25px;
}

.woocommerce .woocommerce-info {
  background-color: #fff !important;
}

@media (max-width: 768px) {
  .menu-item.submenu-open > .sub-menu {
    display: block !important;
  }
}
	
	
	/* Gönderim hedefi yazısını gizle */
.woocommerce-shipping-destination {
    display: none !important;
}

/* Adresi değiştirin bağlantısını ve adres hesaplayıcı formunu gizle */
form.woocommerce-shipping-calculator {
    display: none !important;
}
	
	input.wpcf7-submit {
    width: 100%;
    display: block;
    box-sizing: border-box;
}
	#billing_country_field {
    display: none !important;
}
	
	/* footer kart uzunluk */
	.site-bottom-footer-inner-wrap {
    padding-bottom: 20px !important;
}
	
	/* begenilen ürünler css */
	.woosw-items tr,
.woosw-items td {
    background-color: 10px; !important;
}
	
	
	.quantity.spinners-added {
  background-color: #fff !important;
  padding: 5px; /* istersen iç boşluk ekleyebilirsin */
  border-radius: 4px; /* istersen hafif köşe yuvarlama */
  border: 1px solid #ccc; /* istersen kenarlık da ekleyebilirsin */
}
/* Masaüstü stilleri */
@media (min-width: 1025px) {

.woocommerce-orders-table__cell-order-actions .woocommerce-button.button.view {
    padding: 8px 18px !important;
    font-size: 14px !important;
    min-width: 80px !important;
    height: auto !important;
    line-height: 1.3 !important;
    border-radius: 5px !important;
}

.entry-hero.product-hero-section .entry-header {
    min-height: 12px !important;
}

/* Anasayfa banner */
.elementor-element-122e39e {
    background-color: #ffffff !important;
    padding: 30px;
    border-radius: 8px;
}

/* Ürün kutuları */
.quantity.spinners-added {
  background-color: #fff !important;
  padding: 2px 5px 0px 5px; /* üst-sağ-alt-sol */
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* Genel WooCommerce kutuları */
.woocommerce-order-details,
.woocommerce-order-overview,
.woocommerce-shipping-fields,
.woocommerce-columns.addresses,
.woocommerce-billing-fields,
#payment,
.woocommerce-EditAccountForm,
.woocommerce-MyAccount-content {
    background-color: #ffffff !important;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

.woocommerce-order-overview {
    text-align: center;
}

/* Sepet tablosu */
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    background-color: #ffffff !important;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Ürün silme butonu */
.product-remove a.remove {
    color: #ff4d4d;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.product-remove a.remove:hover {
    color: #cc0000;
}

/* Adet kutusu */
.quantity input.input-text.qty {
    width: 50px;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* + ve - butonları */
.quantity input.minus,
.quantity input.plus {
    background-color: #eee;
    border: 1px solid #ccc;
    color: #555;
    font-weight: bold;
    cursor: pointer;
    width: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    user-select: none;
    margin: 0 2px;
}

/* Başarılı işlem bildirimi */
.woocommerce-notice.woocommerce-notice--success {
    background-color: #d4edda;
    border: 1px solid #28a745;
    color: #155724;
    padding: 15px 20px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Hesap sayfası sol menü */
.woocommerce-account .account-navigation-wrap {
    float: left !important;
    background-color: #ffffff !important;
    border-radius: 5px !important;
    padding: 15px;
    margin-right: 15px;
    border: 1px solid #ddd;
}

/* Hesap düzenleme */
.woocommerce-EditAccountForm {
    background-color: #ffffff !important;
    padding: 20px;
    border-radius: 6px;
}

/* Hesap içeriği */
.woocommerce-MyAccount-content {
    background-color: #ffffff !important;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
    width: 77% !important;
}

/* Bilgilendirme mesajları */
.woocommerce-info {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}

/* Hesap içeriği paragraflar */
.woocommerce-MyAccount-content > p {
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

/* Adres kutuları */
.woocommerce-Addresses {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.woocommerce-Address {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 6px;
    flex: 1;
    min-width: 280px;
}

/* Adres başlığı */
.woocommerce-Address-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    gap: 10px;
}

.woocommerce-Address-title h2 {
    font-size: 20px;
    margin: 0;
    color: #333;
    font-weight: 600;
}

.woocommerce-Address-title .edit {
    display: inline-block;
    background-color: #bd9230;
    color: #fff !important;
    padding: 14px 40px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: center;
    min-width: 180px;
    height: 35px;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 500;
}

.woocommerce-Address-title .edit:hover {
    background-color: #a37827;
}

.woocommerce-Address address {
    font-style: normal;
    line-height: 1.6;
    color: #333;
}

/* İstek listesi kutusu */
.woosw-items {
    background-color: #f2f2f2 !important;
    padding: 20px;
    border-radius: 6px;
}
} /* masaüstü medya sonu */


/* Kupon alanı */
.coupon_inner_checkout {
    background-color: #fdf8f0;
    padding: 15px 20px;
    border-top: 4px solid #bd9230;
    border-radius: 6px;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.coupon_inner_checkout a.coupon-modal-link {
    display: inline-block;
    margin-top: 8px;
    color: #bd9230;
    font-weight: bold;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.coupon_inner_checkout a.coupon-modal-link:hover {
    color: #a07525;
}


/* Mobil uyumluluk */
@media screen and (max-width: 480px) {
    .coupon_inner_checkout {
        font-size: 14px;
        padding: 12px 15px;
    }
	
	/* Hesap sayfası sol menü */
.woocommerce-account .account-navigation-wrap {
    float: center !important;
    background-color: #ffffff !important;
    border-radius: 5px !important;
    padding: 15px;
    margin-right: 15px;
    border: 1px solid #ddd;
}
	
	.woocommerce-MyAccount-content {
    background-color: #ffffff !important;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
}

    .coupon_inner_checkout a.coupon-modal-link {
        font-size: 14px;
    }
}
	
	.cart-summary {
    display: none !important;
}
