/* ============================================
    Spis treści:
    0. Globalne
    1. Search
    2. Featured Products
    3. DJ Finder Form
    4. Category View
============================================ */

/* =========== [1. Search] =========== */
.mod-languages >div >a {
    padding-right: 20px !important;
    text-transform: uppercase;
    color: #2F2F2F;
    background-image: url(../icons/chevron_down.svg);
    background-size: 16px 16px;
    background-position: center right;
    background-repeat: no-repeat;
}

.mod-languages >div >a:hover {
    color: #F26222;
}

.mod-languages .uk-dropdown {
    min-width: 140px;
}

.mod-languages .uk-dropdown a {
    font-size: 16px;
    text-transform: uppercase;
}

.mod-languages .uk-dropdown a:hover {
    color: #F26222;
}

/* =========== [2. Featured Products] =========== */
.featured-products .tm-main {
    background-color: #FAFAFA;
}

.featured-products .componentheadingfeatured-products {
    text-align: center;
    text-transform: capitalize;
}

.featured-products .djmediatoolsfeatured-products {
    margin-top: 30px;
}

.dj-slide-title {
    color: transparent !important;
}

.featured-products .dj-slide:hover .dj-slide-desc-in {
    background-color: #582C90 !important;
    pointer-events: none;
}

.featured-products .dj-slide:hover .dj-slide-title {
    color: #FFF !important;
}

/* =========== [3. DJ Finder Form] =========== */
#djcatalog_finder_form .uk-button {
    background-color: #f26222;
    color: #fafafa;
    border: 2px solid transparent;
}

#djcatalog_finder_form .uk-button:hover {
    background-color: transparent;
    color: #f26222;
    border-color: #f26222;
}

#djcatalog_finder_form [placeholder="Select Category"] {
    background-image: url(../icons/chevron_down_w.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: right 10px center;
}

#dropdowner {
    padding: 0;
}

#dropdowner a {
    padding: 10px 10px;
}

#dropdowner a:hover {
    background-color: #eaeaea;
}

#dropdowner li:nth-of-type(even) a {
    background-color: #eaeaea;
}

@media (min-width: 700px) {
    #djcatalog_finder_form .uk-inline,
    #djcatalog_finder_form input {
        height: 100%;
    }
    #djcatalog_finder_form #dropdowner input {
        height: auto;
    }
}


@media (max-width: 700px) {
    #djcatalog_finder_form >.uk-grid {
        flex-direction: column;
    }
    #djcatalog_finder_form .uk-button {
        width: 100%;
    }
}

/* =========== [4. Category View] =========== */
.dj-category-view .uk-button {
    background-color: #f26222;
    color: #fafafa;
    border: 2px solid transparent;
}

.dj-category-view .uk-button:hover {
    background-color: transparent;
    color: #f26222;
    border-color: #f26222;
}