﻿


/* recently view car css STaRt */


.jtc_wishle {
    width: 80px;
    font-size: 14px;
    margin-top: -6px;
    color: #e85d27;
    font-weight: 600;
}

.drop_down a {
    float: left;
    color: #000000;
    font-size: 14px;
    margin-top: -7px;
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 7px !important;
    background-color: transparent !important;
}

.sort_clr {
    color: #666666;
    line-height: 21px;
}

.mr_33 {
    margin-right: 33px;
}

.open > .dropdown-menu {
    display: block;
    margin: 41px 0 50px;
}

.cars_height {
    height: 385px !important;
}

.suzuki_border {
    border: 1px solid #E6E6E6;
    width: 100%;
    height: auto;
}

    .suzuki_border h5 {
        font-weight: normal;
        line-height: 26px;
        padding: 9px 18px;
        color: #141414;
    }

    .suzuki_border p {
        padding: 0px 18px;
        line-height: 20px;
        color: #141414;
    }

/* Styling Checkbox Starts */

.checkbox-label2 {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    clear: both;
    float: left;
}

    .checkbox-label2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .checkbox-label2 .checkbox-custom {
        position: absolute;
        top: 0px;
        left: 18px;
        height: 16px;
        width: 16px !important;
        /*border-radius: 50px !important;*/
        background-color: transparent;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        border: 1px solid #878787;
    }

    .checkbox-label2 input:checked ~ .checkbox-custom {
        /*background-color: #EA9410;*/
        border-radius: 1px;
        -webkit-transform: rotate(0deg) scale(1);
        -ms-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        border: none;
        background-image: url('https://janstradinggallery.blob.core.windows.net/picture/check-box.svg');
        background-repeat: no-repeat;
    }

    .checkbox-label2 .checkbox-custom::after {
        position: absolute;
        content: "";
        left: 12px;
        top: 12px;
        height: 0px;
        width: 0px;
        border-radius: 5px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(0deg) scale(0);
        -ms-transform: rotate(0deg) scale(0);
        transform: rotate(0deg) scale(0);
        opacity: 1;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

    .checkbox-label2 input:checked ~ .checkbox-custom::after {
        opacity: 1;
        left: 4px;
        top: 0px;
        width: 3px;
        height: 10px;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        background-color: transparent;
        border-radius: 0;
        background-image: url('https://janstradinggallery.blob.core.windows.net/picture/check-box.svg');
        background-repeat: no-repeat;
    }


    /* For Ripple Effect */

    .checkbox-label2 .checkbox-custom::before {
        position: absolute;
        content: "";
        left: 10px;
        top: 10px;
        width: 0px;
        height: 0px;
        border-radius: 5px;
        border: 2px solid #FFFFFF;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .checkbox-label2 input:checked ~ .checkbox-custom::before {
        left: -3px;
        top: -3px;
        width: 24px;
        height: 24px;
        border-radius: 5px;
        -webkit-transform: scale(3);
        -ms-transform: scale(3);
        transform: scale(3);
        opacity: 0;
        z-index: 999;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
    }

.evt_list {
    color: #515151;
    font-size: 14px;
    margin-left: 40px;
    margin-top: -4px;
    padding-top: 0;
    font-weight: bold;
    float: left;
}
h3 {
    font-size: 26px;
    font-weight: bold;
}

.bread_crumbs li .activated {
    font-weight: bold;
    padding-left: 6px;
}

.bread_crumbs li,
.bread_crumbs li a {
    float: left;
    font-size: 14px;
    color: #666666;
}
.main_shadow {
    -webkit-box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 8px -5px rgba(0, 0, 0, 0.75);
 
    background: #FFFFFF;
}
.cars_product_padding {
    padding: 14px 30px 20px 20px;
    width: 100%;
    display: block;
    float: left;
}
body {
    font-family: 'Poppins', sans-serif;
    background: #F8F8F8;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.recentdivimage {
    height: 198px;
    width: 100%;
}
.suzuki_font {
    font-size: 14px;
}
.jtc-bst-slling {
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    line-height: 21px;
    background: #FFF10F;
    border-radius: 4px 0 0 4px;
    padding: 5px;
    float: left;
    position: absolute;
    top: 0px;
    right: 8px;
}

.jtc-bst-slling-promotional {
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    line-height: 21px;
    background: #FFF10F;
    border-radius: 4px 0 0 4px;
    padding: 5px;
    float: right;
    position: absolute;
    top: 0px;
    /* right: 0; */
    left: 15px;
}
.jtc-bst-slling1 {
    font-size: 14px;
    font-weight: bold;
    color: #141414;
    line-height: 21px;
    background: #FFF10F;
    border-radius: 4px 0 0 4px;
    padding: 5px;
    float: right;
    position: absolute;
    top: 0px;
    right: 15px;
}

@media only screen and (max-width: 900px) and (min-width: 320px) {
    .mb-sort-data{width:100%;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .mb-sort-data {
        width: unset;
    }
    .cars_height {
        height: 395px !important;
    }
    }