/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* SHORTCODES - [du_featured_categories] */
.featured-categories-carousel-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 50px auto;
    padding: 5px 0;
}
.owl-carousel.featured-categories-carousel .owl-stage-outer {
    overflow: visible;
}
.owl-carousel.featured-categories-carousel .owl-item {
    transition: all 0.5s ease-in-out;
    z-index: 9;
}
.owl-carousel.featured-categories-carousel .owl-item:hover {
    transform: scale(1.08);
    z-index: 99999;
    border: 1px solid var(--black);
}
.owl-carousel.featured-categories-carousel .owl-dots {
    text-align: center;
    border-radius: 2px;
    margin-top: 10px;
}
.owl-carousel.featured-categories-carousel .owl-dots .owl-dot {
    height: 3px;
    background: var(--gray-light1);
}
.owl-carousel.featured-categories-carousel .owl-dots .owl-dot:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.owl-carousel.featured-categories-carousel .owl-dots .owl-dot:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.owl-carousel.featured-categories-carousel .owl-dots .owl-dot.active {
    background: var(--black);
}

.featured-categories-carousel .category-name {
    font-family: var(--font1), sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: var(--black);
    font-weight: 400;
    text-align: center;
    display: block;
    padding: 17px 7px;
}

@media only screen and (max-width: 1280px) {
    .featured-categories-carousel .category-name {
        font-size: 22px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .featured-products-carousel-wrapper {
        margin: 20px auto !important;
    }
}
