/* ************************************************************************************************
                                Categories Page Styles
************************************************************************************************ */

#category .columns-container {
    background: white;
}

#category #center_column {
    margin-top: 10px;
    background-color: white;
}

.content_scene_cat {
    border-top: 5px solid #333;
    color: #d7d7d7;
    line-height: 19px;
    margin: 0 0 26px 0;
}

    .content_scene_cat .content_scene_cat_bg {
        background-color: #464646 !important;
        padding: 18px 10px 10px 42px;
    }

@media (max-width: 1199px) {
    .content_scene_cat .content_scene_cat_bg {
        padding: 10px 10px 10px 15px;
    }
}

.content_scene_cat span.category-name {
    color: #fff;
    font: 600 42px/51px "Montserrat", sans-serif;
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px;
    }
}

.content_scene_cat p {
    margin-bottom: 0;
}

.content_scene_cat a {
    color: #fff;
}

    .content_scene_cat a:hover {
        text-decoration: underline;
    }

.content_scene_cat .content_scene {
    color: #777;
}

    .content_scene_cat .content_scene .cat_desc {
        padding-top: 20px;
    }

        .content_scene_cat .content_scene .cat_desc a {
            color: #777;
        }

            .content_scene_cat .content_scene .cat_desc a:hover {
                color: #515151;
            }

#category .desktop .model-top {
    text-align: center;
    width: 100%;
    background: #edeff0;
}

    #category .desktop .model-top .model_search {
        float: none;
        display: inline-block;
        text-align: left;
    }

    #category .model-top .model_search {
        display: block;
        float: left;
        margin: 20px 0;
        padding: 0 3px;
        border-radius: 3px;
        width: 900px;
        background: #FFF;
        position: relative;
    }

    #category .model-top .model_search .icon-trash {
        font-size: 1.6em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }

    #category .desc {
        width: 380px;
        float: left;
        margin-left: 10px;
    }

    #category .desc.no-engine {
        margin-top: 8px;
    }

    #category .detail {
        float: right;
        width: 420px;
        position: relative;
        height: 65px;
    }

    #category .detail .rld-menu {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.9em;
        color: #e76700;
        cursor: pointer;
        left: 0;
    }

    #category .search-category {
        float: left;
        margin-left: 60px;
        width: 80%;
        margin-top: 8px;
    }

    #category .search-category form input[type=text] {
        background: #eeeeee;
        margin: 3px 0px;
        float: left !important;
        width: 100% !important;
        border-radius: 7px;
        padding: 10px 20px;
        position: relative;
    }

    #category .search-category form input[type=text]::placeholder {
        color: #222;
    }

    #category .search-category .btn.button-search::before {
        content: "\e818";
        display: block;
        font-family: "rld";
        font-size: 23px;
        height: 37px;
        line-height: 34px;
        text-align: center;
        width: 100%;
        color: #000 !important;
    }

    #category .search-category .button-search {
        background: transparent;
        border: none !important;
        float: left;
        position: absolute;
        top: 7px;
        right: 10px;
        padding: 0;
        color: #000;
    }

    #category .search-category .btn.button-search span {
        display: none;
    }

    #category .identifier-vehicle {
        margin: 10px auto;
        border-radius: 3px;
        width: 390px;
        position: relative;
        border: 1px solid #e76700;
        background: #FFF;
        cursor: pointer;
    }

    #category .identifier-vehicle .logo-jeep {
        width: 60px;
        height: 60px;
        background: #e76700;
        color: #FFF;
        font-size: 35px;
        padding: 11px 5px;
        border-radius: 0;
        position: relative;
        float: left;
    }

    #category .identifier-content {
        text-align: left;
    }

    #category .identifier-title {
        color: #e76700;
        font-size: 21px;
        display: block;
        position: relative;
        margin-top: 8px;
        margin-left: 80px;
    }

    #category .identifier-subtitle {
        color: #222;
        font-size: 12px;
        display: block;
        position: relative;
        margin-top: 10px;
        margin-left: 80px;
    }

    #category .selection_panel .panel_content {
        width: 600px;
    }

    #category .selection_panel .parent-model-selection {
        width: 100%;
    }

    #category .selection_panel .model-selection {
        width: 300px;
        float: left;
    }

/* ************************************************************************************************
                                    Sub Categories Styles
************************************************************************************************ */
#subcategories {
    border-top: 1px solid #d6d4d4;
    padding: 15px 0 0px 0;
}

    #subcategories p.subcategory-heading {
        color: #333;
        font-weight: bold;
        margin: 0 0 15px 0;
    }

    #subcategories ul {
        margin: 0 0 0 -20px;
    }

        #subcategories ul li {
            float: left;
            height: 202px;
            margin: 0 0 13px 33px;
            text-align: center;
            width: 145px;
        }

            #subcategories ul li .subcategory-image {
                padding: 0 0 8px 0;
            }

                #subcategories ul li .subcategory-image a {
                    border: 1px solid #d6d4d4;
                    display: block;
                    padding: 9px;
                }

                    #subcategories ul li .subcategory-image a img {
                        max-width: 100%;
                        vertical-align: top;
                    }

            #subcategories ul li .subcategory-name {
                color: #555454;
                font: 600 18px/22px "Montserrat", sans-serif;
                text-transform: uppercase;
            }

                #subcategories ul li .subcategory-name:hover {
                    color: #515151;
                }

            #subcategories ul li .cat_desc {
                display: none;
            }

            #subcategories ul li:hover .subcategory-image a {
                border: 5px solid #333;
                padding: 5px;
            }

.top-modele-selector .model-selection {
    background-color: #F56823 !important;
    bottom: 0;
    height: auto;
    left: 0;
    margin-left: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}

    .top-modele-selector .model-selection .select-your-vehicle {
        background: #e75109;
        padding: 5px 35px;
    }

        .top-modele-selector .model-selection .select-your-vehicle .h1 {
            width: auto;
            padding-top: 0;
            text-shadow: none;
        }

    .top-modele-selector .model-selection .homeslider-form {
        background: #FF9801;
        padding-top: 10px;
        text-align: left;
        width: 100%;
    }

        .top-modele-selector .model-selection .homeslider-form .se-col {
            width: auto;
            height: 42px;
            margin-top: 10px;
        }

            .top-modele-selector .model-selection .homeslider-form .se-col .nice-select {
                margin-right: 0;
                min-width: 200px;
                padding-left: 10px;
                padding-right: 35px;
            }

#category #home_form button,
#category .top-modele-selector .model-selection .homeslider-form .se-col button {
    height: 42px;
    background: white;
    color: #e75109;
}

    #category .top-modele-selector .model-selection .homeslider-form .se-col button i.icon-search.hidden-md.hidden-lg {
        display: block !important;
    }

    #category .top-modele-selector .model-selection .homeslider-form .se-col button span.hidden-sm.hidden-xs {
        display: none !important;
    }

@media (max-width: 1060px) {
    #home_form .se-col button {
        height: 42px;
    }
}

@media (max-width: 1060px) {
    #category .nice-select {
        height: 42px;
    }
}

@media (max-width: 991px) {

    .footer_contact .content .left_block .block_detail .phone_number {
        font-size: 27px;
    }
}


@media (max-width: 460px) {
    .top-modele-selector .model-selection .select-your-vehicle .h1 {
        font-size: 22px;
        float: left;
        min-width: 200px;
        padding-top: 5px;
        width: 80%;
    }

    #category .nice-select,
    #category .my-md-1 {
        margin-top: 5px;
        float: left;
    }
}

#category .featured-categories {
    background: #dfe5f1;
    padding: 50px 0;
    margin: 20px 0 0;
}

#category .featured-categories h2.smaller-h2 {
    text-align: left;
    font-size: 15px;
    color: #222;
}

#category .featured_categories {
    margin-bottom: 10px;
}

    #category .featured_categories ul {
        display: inline-block;
        width: 100%;
    }

        #category .featured_categories ul li {
            float: left;
            font-size: 12px;
            margin: 5px 5px 30px;
            width: auto;
        }

        #category .featured_categories ul li a {
            border-radius: 20px;
            background: #FFF;
            padding: 8px 15px;
            border: 1px solid;
        }

        #category .featured_categories ul li a:hover {
            background: #003364;
            color: #FFF !important;
            border-color: #003364;
        }

.category_search .categories_list {
    display: inline-block;
}

#category .home-cat {
    margin-bottom: 0px;
}

#category .search_bar {
    width: 100%;
    float: left;
    text-align: center;
    display: inline-block;
    margin: 15px 0;
}

    #category .search_bar .text_search {
        width: 95%;
        border: none;
        border-radius: 5px;
        display: inline-block;
        float: none;
        font-weight: bold;
        height: 30px;
        padding: 0 10px;
    }

    #category .search_bar .btn_search {
        width: 28px;
        height: 25px;
        float: right;
        margin-top: -25px;
        margin-right: 17px;
        font-size: 19px;
    }


#category .category-top {
    display: inline-block;
    margin-top: -15px;
    background-color: #eee;
    padding: 0 20px 20px;
}

#category .category-content {
    
}

#category .select label {
    display: none;
}

#category .back-link {
    padding: 10px 25px;
    display: inline-block;
    width: 100%;
}

    #category .back-link a {
        width: 100%;
        display: inline-block;
        padding: 10px 25px;
        border-radius: 5px;
    }

    #category .back-link .top-item {
        padding-top: 10px;
        font-size: 15px;
    }

        #category .back-link .top-item i {
            font-size: 25px;
            float: left;
            margin-top: -3px;
            margin-right: 7px;
        }

    #category .back-link .content-item {
        font-size: 20px;
        margin-top: 5px;
        line-height: 25px;
    }
