/*
 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-builder-off .single-product-page>div:not(:last-child) {
    margin-bottom: var(--wd-single-spacing);
    margin-top: 130px;
}
.wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    color: #fff;
}
.wd-btn-arrow:hover {
    color: #fff;
}
.owl-dots .owl-dot span {
    display: block;
    margin: 5px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .25s ease
}
.owl-dots .owl-dot.active span {
    border-color: #fff;
    background-color: #fff;
}