._category_style7{

    a {
        display: inline-block;
    }

    .owl-nav {
        z-index: 99 !important;
    }

    .owl-nav {
        width: calc(100% + 40px);
        left: -20px;
        height: 0 !important;
    }

    .owl-nav button {
        width: 30px;
        height: 30px;
        display: block;
        border-radius: 50% !important;
    }

    .owl-nav button * {
        background: transparent !important;
    }

    .owl-theme .owl-nav [class*="owl-"] {
        margin: 0;
    }

    .view-all-text {
        font-size: 14px;
        font-weight: 600;
    }

    .view-all-text * {
        background: transparent !important;
        color: inherit;
        font-size: 12px;
    }

    .__m-5px {
        margin: 5px;
    }

    .font-semibold {
        font-weight: 600;
    }

    .categories-title .font-semibold {
        font-size: 16px;
    }

    .__shadow {
        box-shadow: 0px 12px 24px -4px rgba(27, 127, 237, 0.05), 0px 0px 2px rgba(27, 127, 237, 0.1);
        border: none;
    }

    .czi-arrow-right {
        background: transparent;
    }

    .__cate-item img {
        transition: all ease 0.5s;
    }

    .__cate-item:hover img {
        transform: scale(0.88);
    }

    .__cate-item {
        text-align: center;
    }

    ::selection {
        background: #1b7fed;
        color: #fff;
    }

    .__cate-item {
        flex-grow: 1;
    }

    .__cate-item .__img {
        height: 100px;
        aspect-ratio: 1;
        border-radius: 50%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.0509803922);
    }

    .__cate-item .__img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .__inline-61 .owl-nav {
        top: 40%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .__inline-61 .owl-prev {
        float: left;
    }

    .__inline-61 .owl-next {
        float: right;
    }

    .__inline-61 .owl-nav {
        left: 0;
    }

    .owl-theme .owl-nav *,
    .owl-theme .owl-nav [class*="owl-"]:hover {
        color: #ffffff;
    }

    .owl-theme .owl-nav [class*="owl-"] {
        color: #ffffff;
        background: #1455ac;
    }

    .owl-nav {
        transition: all ease 0.3s;
    }

    .owl-nav button {
        transition: all ease 0.3s;
    }

    .owl-theme:not(:hover) .owl-nav {
        opacity: 0;
    }

    .owl-theme:not(:hover) .owl-nav .owl-prev {
        transform: translateX(50px);
    }

    .owl-theme:not(:hover) .owl-nav .owl-next {
        transform: translateX(-50px);
    }

    @media (max-width: 767px) {
        .owl-theme:not(:hover) .owl-nav .owl-prev {
            transform: translateX(15px);
        }

        .owl-theme:not(:hover) .owl-nav .owl-next {
            transform: translateX(-15px);
        }

        .owl-theme .owl-nav .owl-prev {
            transform: translateX(15px);
        }

        .owl-theme .owl-nav .owl-next {
            transform: translateX(-15px);
        }
    }

    .owl-dots {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    @media screen and (max-width: 767px) {
        .max-md-shadow-0 {
            box-shadow: none !important;
        }
    }

    .owl-carousel {
        direction: ltr;
    }

    /*! CSS Used from: Embedded */
    .owl-theme .owl-nav [class*="owl-"] {
        border-color: #1b7fed;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #000000 !important;
    }

    a:hover {
        color: #000000;
    }
}
