.owl-theme .owl-nav .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 40px;
    padding: 10px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-dots {
    margin: 30px auto 0 auto;
    display: flex;
    gap: 5px;
    justify-content: flex-end;

}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: #E0E0E0;
    display: block;
    transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

/* Line dots nav style */
.owl-theme.line-dots .owl-dots .owl-dot span {
    width: 12px;
    height: 10px;
}

.owl-theme.line-dots .owl-dots .owl-dot.active span {
    width: 40px;
}