/*
 Theme Name: Zarafarid Child
 Theme URI: https://zarafarid.com
 Description: Child Theme for WoodMart - Zarafarid Jewelry
 Author: Meisam Zakeri
 Version: 1.0.0
 Template: woodmart
 Text Domain: zarafarid-child
*/

/* ===============================
   Zarafarid Color Palette
================================== */

:root{
    --zf-gold:#D4AF37;
    --zf-black:#111111;
    --zf-white:#ffffff;
    --zf-gray:#f8f8f8;
}

body{
    background:#fff;
    color:#111;
    font-family:IRANYekan, sans-serif;
}

a{
    transition:.3s;
}

a:hover{
    color:var(--zf-gold);
}

/* Header */

.whb-header{
    background:#fff!important;
    border-bottom:1px solid #eee;
}

.whb-top-bar{
    display:none!important;
}

/* Logo */

.site-logo img{
    max-height:70px;
}

/* Menu */

.wd-nav>li>a{
    font-size:15px;
    font-weight:600;
    color:#111;
}

.wd-nav>li>a:hover{
    color:var(--zf-gold);
}

/* Buttons */

.btn,
.button,
.single_add_to_cart_button{
    background:var(--zf-gold)!important;
    color:#fff!important;
    border-radius:40px;
    padding:14px 28px;
}

.btn:hover,
.button:hover{
    background:#111!important;
}

/* Footer */

footer{
    background:#111;
    color:#fff;
}

footer a{
    color:#D4AF37;
}