/* .navbar-primary{
    border-bottom: 1px dashed #DB0F38;
}
.navbar-nav{
    border-left: 1px dashed #DB0F38;
}*/
.search_filter{
    text-align: center;
    background-color:#a6c; 
    padding: 13px; 
    text-transform: capitalize; 
    color: white;
    line-height: 1.2; 
    font-size: 16px;
    font-weight: 500; 
    font-family: 'Work Sans', sans-serif;
}
.form-group select:focus{
    border: 1px solid #a6c;
}
.form-group option:hover {
    background-color: #a6c;
    color: white;
}
#btn_submit{
    background-color:#a6c; 
    padding: 10px; 
    text-transform: capitalize; 
    color: white;
    line-height: 1.2; 
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 500; 
    font-family: 'Work Sans', sans-serif;
}
.side-module .most_view_cars{
    text-align: center;
    background-color:#a6c; 
    padding: 12px; 
    text-transform: capitalize; 
    color: white;
    line-height: 1.2; 
    font-size: 16px;
    font-weight: 500; 
    font-family: 'Work Sans', sans-serif;
}
.sidebar-wrapper .inner{
    padding:0px; 
    border: 0.5px solid #a6c; 
    background-color:white;
}
.sidebar-wrapper .inner .car-item-sm{
    padding: 7px; 
    margin: 0px;
}
.sidebar-wrapper .inner .car-item-sm .image-bg{
    margin-top: 7px; 
    margin-left: 7px;
}
.sidebar-wrapper .inner .car-item-sm .content h6{
    font-size: 14px; 
    font-weight: 500;
}
.sidebar-wrapper .mt-40 .featured-item .content h5{
    font-size:16px; 
    font-weight:300px;
    font-family: 'Roboto', sans-serif; 
    text-transform: capitalize;
}
.side-module-2 .car_rnd{
    font-size:16px; 
    font-weight:300px;
    font-family: 'Roboto', sans-serif; 
    text-transform: capitalize;
}
.container-outer .reg_title{
    font-size: 22px;
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 40px;
    line-height: 46px;
    margin-bottom: -10px;
    color: #a6c;
    letter-spacing: -1px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.container-outer .reg_des{
    padding-left: 5px;
    font-family: 'Roboto', 'Noto Sans KR', 'AppleGothic', Dotum,sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: gray;
    font-weight: 300;
    line-height: 25px;
    display: block;
    margin-block-start: .7em;
    margin-block-end: .1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/*.car-image .img-fluid{*/
/*    height:200px;*/
/*    background-image: url(/assets/picture/logo.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 150px 150px;*/
/*}*/
/*.pd_0 img{*/
/*    background-image: url(/assets/picture/logo.jpg);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: 150px 150px;*/
/*}*/
.col_mt_45{
    margin-top:-45px;
}
.pd_0{
    padding-top:0px; 
    padding-right:0px; 
    padding-bottom:0px;
    padding-left: 0px;
}
.code_as span code{
    padding: 3px;
    margin-right: 3px;
    font-size: 10px;
}
.code_as span label{
    font-size: 12px;
}
.ord_name{   
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    color: #4c4c4c;
}
.ligt_bll{
    font-weight: 500;
    vertical-align: bottom;
    font-size: 13px
}
.ligt_bl{
    color: #707578;
    font-size: 12px;
}
.price_p{
    font-size: 14px;
    font-weight: bold;
    color: blue;
    font-style: italic;
    text-decoration: underline;
    margin-top: 0px;
}
.price_p a{
    color: #a6c;
}
.about_shp{
    float: right;
}
.date{
    font-size: 14px;
    color: #92979B;
}
.mr_top{
    margin-top:10px;
    padding: 0px;
}
.mr_top hr{
    margin-bottom: 10px;
}
.car_grid_pd{
    padding-left:3px;
    padding-right: 3px; 
    padding-bottom: 6px;
}
del{
    color: #636363; 
    float: right; 
    font-size:10px; 
    margin-top:-5px;
}
.car-item .car-overlay-banner{
    background-color: #aa66cc96;
}
.car-item .car-content a{
    color: #AA66CC;
    font-size: 15px;
}
.car-item .car-content a:hover{
    color: #DB0F38;
}
.car-item.car-item-4 .price{
    background-color: #AA66CC;
}
.side-module-2 .browse-by-body-type-list .fa-wheelchair{
    font-size:22px; 
    padding-top:5px; 
    padding-bottom:5px;
}
.container-outer .reg_des{
    text-indent: 35px; 
    line-height: 1.3;
}
@media (max-width: 992px){
    .navbar-primary{
        border-bottom: none;
    }
    .container-outer .reg_des{
        font-size: 14px;
    }
}
@media (max-width: 900px){
    .car-image .img-fluid{
        height: auto;
        background-image: url(/assets/picture/slick-loader.gif);
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media only screen and (max-width: 768px) {
    .container-outer .reg_title{
        font-size: 18px;
        margin-top: 5px;
    }
    .container-outer .reg_des{
        font-size: 12px;
        line-height: 16px;
    }
    .search_filter{
        height: 35px;
        margin-top: 60px;
        padding-top: 7px;
    }
    .col_mt_45{
        margin-top:0px;
    }
    .ord_name{
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }
    .ligt_bll{
        font-size: 12px;
        margin-top: -5px;
    }
    .ligt_bl{
        font-size: 11px;
    }
    .pd_0 img{
        padding-left: 0px;
        padding-right: 0px;
    }
    .car-item-list-wrapper .pd_0{
        padding-left: 0px;
        padding-right: 0px;
    }
    .car-item-list-wrapper .code_as{
        padding-left: 0px;
        padding-right: 0px;
    }
    .code_as .main_dd{
        padding-left: 5px;
        padding-right: 5px;
    }
    .result-sorting-wrapper .text-holder{
        font-size: 11px;
        padding-top: 12px;
    }
    .car-item-list-wrapper .car_grid_pd{
        padding-left:0px;
        padding-right: 0px;
        padding-bottom: 8px;
    }
    .price_p{
        margin-top: 8px;
    }
    .container-outer .reg_des{
        text-indent: 30px;
    }
    .psdpsd{
        margin-top:-20px;
    }
    .img-fluid{
        width: 100%;
    }
}