/* Owl Navigation */
.vdpl-owl-carousel .owl-nav button {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 18px;
    margin: 0 5px;
}
.vdpl-owl-carousel .owl-nav button{
	background: #287D21 !important;
	color:#fff !important;
}
.vdpl-owl-carousel .owl-nav button:hover {
    background: #287D21;
	color:#fff
}

/* Dots */
.vdpl-owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #000;
}

.vdpl-owl-carousel .owl-dots .owl-dot.active span {
    background: #000;
}

/* Position arrows */
.vdpl-owl-carousel .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.vdpl-owl-carousel .owl-nav button {
    pointer-events: all;
}
