/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.elementor-element.elementor-element-85ef96f .title {
    font-size: 44px !important;
    line-height: 1.1em !important;
}
/*
.wd-nav[class*="wd-style-"]>li>a {
    color: #fff;
}
*/
.scrollToTop {
    width: 56px !important;
    height: 56px !important;
    border-radius: 10%  !important;
    background-color: rgba(var(--wd-primary-color), 0.1) !important;
}
.wd-dropdown-menu.wd-design-sized:not(.wd-scroll), .wd-dropdown-menu.wd-design-sized.wd-scroll .wd-dropdown-inner {
    padding: var(--wd-dropdown-padding, 1px) !important;
}
.wd-sub-menu li>a {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    color: var(--sub-menu-color);
    font-size: 14px;
    line-height: 1.2 !important;
}

.wd-nav-img {
    width: var(--nav-img-width, auto) !important;
    height: var(--nav-img-height, auto) !important;
    max-height: var(--nav-img-height, 30px);
    object-fit: contain;
    object-position: 50% 50%;
    line-height: 0;
}

 .product-design-default .wd-product-brands a {
        padding: 5px !important;
        min-height: 60px !important;
    }
.wd-product-brands img {
    max-width: 100px;
    width: 100%;
}