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

.whb-top-bar {
    background-color: rgb(0 0 0) !important;
}

.product-manuals{
    display:flex;
    gap:10px;
    margin-top:15px;
}

.manual-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.pdf-icon{
    width:16px;
    height:16px;
}

.wd-swatches-filter.wd-swatches-brands {
    --wd-swatch-h: 100px !important;
    --wd-swatch-w: 110px !important;
}

}
.wd-swatches-brands .wd-swatch :is(img,picture) {
    object-fit: cover !important;
}

.wd-cat .wd-entities-title {
    text-transform: unset !important;
}

.textShadow {
    text-shadow: rgb(13 13 13) 2px 2px 10px;
}

.whb-top-bar {
    padding-left: 10px;
    padding-right: 10px;
}

/*links in blog post*/
.single-post .wd-text-block a {
    color: red;
    font-weight: bold;
}
