/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wd-logo img {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.wd-nav[class*="wd-style-"]>li>a {
    color: #00269a !important;
    font-size: 1em !important;
}
.wd-nav {
    gap: 3em !important;
}
@media (min-width: 1025px) {
    .wd-product.wd-hover-info-alt .wd-buttons {
        background: none;
        box-shadow: none;
        display: none !important;
    }
}
.wd-buttons.wd-pos-r-t {
    top: var(--wd-btn-inset);
    inset-inline-end: var(--wd-btn-inset);
    display: none !important;
}
.wd-product {
    text-align: center !important;
    --text-align: center !important;
}
.wd-entities-title a {
    font-size: 1.5em !important;
    font-weight: normal !important;
    font-family: 'Lato' !important;
}
.wd-product.wd-hover-alt :is(.wd-product-header,.wrap-price) {
    display: inline !important;
}
.wd-product .wd-entities-title {
    font-size: 1.5em !important;
}
.wd-dropdown {
    margin-top: 0px !important;
}
.wd-nav-main>li>a, .wd-nav-secondary>li>a {
    height: 92px !important;
}
div.wpcf7 input[type="submit"] {
    background-color: #00269a  !important;
}