/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



/* Limit dropdown width ONLY for this header menu */
#menu-header-menu-mega-electronics .wd-dropdown-menu {
    min-width: 200px;
}


/* Header RIGHT menu dropdown width */
#menu-header-right-menu .wd-dropdown-menu {
    min-width: 200px;
}


.wd-dropdown-my-account {
    min-width: 200px !important;
}





.perpa-box {
    text-align: center;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
}

.perpa-text {
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.perpa-dekont-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    column-gap: 8px !important;

    height: 44px !important;
    padding: 0 24px !important;

    background: #2563eb !important;
    color: #fff !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(0,0,0,.1) !important;

    line-height: 44px !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

.perpa-dekont-btn .perpa-dekont-icon,
.perpa-dekont-btn .perpa-dekont-label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 44px !important;
    line-height: 1 !important;
}

.perpa-dekont-btn .perpa-dekont-label {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.perpa-dekont-btn::before,
.perpa-dekont-btn::after {
    content: none !important;
    display: none !important;
}




.wpcf7-form label {
    display: block;
    margin-bottom: 14px;
    font-weight: 600;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #dcdfe6;
    border-radius: 10px;
    box-sizing: border-box;
}

/* placeholder کم‌رنگ و نرمال */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #9ca3af !important;   /* خاکستری ملایم */
    font-weight: 400 !important; /* بدون بولد */
    opacity: 1 !important;       /* مهم: بعضی مرورگرها کم‌رنگ‌ترش می‌کنن */
}

.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

.wpcf7 input[name="amount"] {
    text-align: left !important;
}




