/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* ================================
   Custom Styles for WoodMart Child
   DecorativeHome.ir
   ================================ */

/* Background Color (Cream) */
body {
    background-color: #fff8dc !important;
}

/* Text Color (Gray) */
body, p, span, h1, h2, h3, h4, h5, h6 {
    color: #808080 !important;
}

/* Gold Accent Color */
a, .wd-hover-icon, .wd-btn-primary, .star-rating span:before {
    color: #FFD700 !important;
}

.button, .btn, .add-to-cart-btn, .wd-btn-primary, .wd-icon-box .icon-inner {
    background-color: #FFD700 !important;
    border-color: #FFD700 !important;
}

/* Hover states */
a:hover, .btn:hover {
    color: #b38e00 !important;
}
