/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.toggle-davet-formu {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    background-color: var(--wd-primary-color); /* Woodmart ana rengi */
    color: #fff !important ;/* Otomatik uyumlu yazı rengi */
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease;
	
	display:inline-block;
	margin-bottom:15px;
	padding:10px 15px;
	border-radius:4px;
	text-decoration:none;
}

.toggle-davet-formu:hover {
    opacity: 0.9;
}
.davet-modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
}

.davet-modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 1300px;
    width: 90%;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.davet-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.tc-price-wrap{
	display:none !important;
}

.akyuz-whatsapp-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease-in-out;
}

.akyuz-whatsapp-button:hover {
    background-color: #1ebe5b;
    text-decoration: none;
    color: #fff;
}

.akyuz-whatsapp-button i {
    font-size: 20px;
}
dl.tm-extra-product-options-totals.tm-custom-price-totals {
    display: none;
}
.tm-epo-totals{
	display:none;
}

/* Modal içindeki form tam genişlik alsın */
#davet-form-modal #tm-extra-product-options {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    padding: 10px 0;
}