﻿#sync1 .item {
    color: #FFF;
}

#sync2 .item {
    cursor: pointer;
}


#sync2 .current .item {
    border: 1px solid var(--primary-color-1);
}

.owl-theme .owl-nav {
    /*default owl-theme theme reset .disabled:hover links */
}

    .owl-theme .owl-nav [class*=owl-] {
        transition: all 0.3s ease;
    }

        .owl-theme .owl-nav [class*=owl-].disabled:hover {
            background-color: #D6D6D6;
        }

#sync1.owl-theme {
    position: relative;
}

    #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
        background-color: transparent;
        border: none;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 50%;
    }

    #sync1.owl-theme .owl-prev {
        left: 10px;
    }

    #sync1.owl-theme .owl-next {
        right: 10px;
    }
