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

:root {
    /* Phone Booth Red */
    --wm-grocery-primary-color: #D70026; 
    /* Night */
    --wm-grocery-primary-text-color: #000B29;
    /* Pearl */
    --wm-grocery-primary-background-color: #F8F5F2;
    /* Flash */
    --wm-grocery-primary-flash-color: #EDB83D;
}


.wd-tools-element:is(.wd-design-2,.wd-design-5) .wd-tools-count {
    background-color: var(--wm-grocery-primary-background-color) !important;
    color: var(--wm-grocery-primary-color) !important;
}

.searchform[class*="wd-style-with-bg"] .searchsubmit {
    --btn-bgcolor: #FFFFFF;
    --btn-color: var(--wm-grocery-primary-color);
}

.bp-free-shipping-message {
    padding: 12px;
    font-weight: bold;
    color: var(--wm-grocery-primary-text-color);
}

.bp-free-shipping-message.eligible {
    background-color: #dff0d8;
}

.bp-free-shipping-message.not-eligible {
    background-color: #f0efd8;
}