/* Wishlist car css  with max-width = 960px */

div {
    display: block;
}

#wishlistcar .wishlist-container {
    margin: 20px auto;
    max-width: 784px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    font-family: 'Muli',sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    width: 100%;
}


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
#wishlistcar .wishlist-grid_1,
#wishlistcar .wishlist-grid_2,
#wishlistcar .wishlist-grid_3,
#wishlistcar .wishlist-grid_4,
#wishlistcar .wishlist-grid_5,
#wishlistcar .wishlist-grid_6,
#wishlistcar .wishlist-grid_7,
#wishlistcar .wishlist-grid_8,
#wishlistcar .wishlist-grid_9,
#wishlistcar .wishlist-grid_10,
#wishlistcar .wishlist-grid_11,
#wishlistcar .wishlist-grid_12,
#wishlistcar .wishlist-grid_13,
#wishlistcar .wishlist-grid_14,
#wishlistcar .wishlist-grid_15,
#wishlistcar .wishlist-grid_16 {
    display: inline;
    float: left;
    position: relative;
    min-height: 1px;
    padding-bottom: 10px;
}

#wishlistcar .wishlist-row {

}

#wishlistcar .wishlist-push_1, #wishlistcar .wishlist-pull_1,
#wishlistcar .wishlist-push_2, #wishlistcar .wishlist-pull_2,
#wishlistcar .wishlist-push_3, #wishlistcar .wishlist-pull_3,
#wishlistcar .wishlist-push_4, #wishlistcar .wishlist-pull_4,
#wishlistcar .wishlist-push_5, #wishlistcar .wishlist-pull_5,
#wishlistcar .wishlist-push_6, #wishlistcar .wishlist-pull_6,
#wishlistcar .wishlist-push_7, #wishlistcar .wishlist-pull_7,
#wishlistcar .wishlist-push_8, #wishlistcar .wishlist-pull_8,
#wishlistcar .wishlist-push_9, #wishlistcar .wishlist-pull_9,
#wishlistcar .wishlist-push_10, #wishlistcar .wishlist-pull_10,
#wishlistcar .wishlist-push_11, #wishlistcar .wishlist-pull_11,
#wishlistcar .wishlist-push_12, #wishlistcar .wishlist-pull_12,
#wishlistcar .wishlist-push_13, #wishlistcar .wishlist-pull_13,
#wishlistcar .wishlist-push_14, #wishlistcar .wishlist-pull_14,
#wishlistcar .wishlist-push_15, #wishlistcar .wishlist-pull_15,
#wishlistcar .wishlist-push_16, #wishlistcar .wishlist-pull_16 {
    position: relative;
}

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

#wishlistcar .wishlist-container .wishlist-grid_1 {
    width: 4.16%;
    /*  width: 6.25%; */
}

#wishlistcar .wishlist-container .wishlist-grid_2 {
    width: 12.5%;
}

#wishlistcar .wishlist-container .wishlist-grid_3 {
    width: 18.75%;
}

#wishlistcar .wishlist-container .wishlist-grid_4 {
    width: 25%;
}

#wishlistcar .wishlist-container .wishlist-grid_5 {
    width: 31.25%;
}

#wishlistcar .wishlist-container .wishlist-grid_6 {
    width: 37.5%;
}

#wishlistcar .wishlist-container .wishlist-grid_7 {
    width: 43.75%;
}

#wishlistcar .wishlist-container .wishlist-grid_8 {
    width: 50%;
}

#wishlistcar .wishlist-container .wishlist-grid_9 {
    width: 56.25%;
}

#wishlistcar .wishlist-container .wishlist-grid_10 {
    width: 62.5%;
}

#wishlistcar .wishlist-container .wishlist-grid_11 {
    width: 68.75%;
}

#wishlistcar .wishlist-container .wishlist-grid_12 {
    width: 75%;
}

#wishlistcar .wishlist-container .wishlist-grid_13 {
    width: 81.25%;
}

#wishlistcar .wishlist-container .wishlist-grid_14 {
    width: 87.5%;
}

#wishlistcar .wishlist-container .wishlist-grid_15 {
    width: 93.75%;
}

#wishlistcar .wishlist-container .wishlist-grid_16 {
    width: 100%;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


#wishlistcar .wishlist-container .wishlist-clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
#wishlistcar .wishlist-clearfix:before,
#wishlistcar .wishlist-clearfix:after,
#wishlistcar .wishlist-container:before,
#wishlistcar .wishlist-container:after {
    content: '.';
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

#wishlistcar .wishlist-clearfix:after,
#wishlistcar .wishlist-container:after {
    clear: both;
}

/* wishlist link */
#wishlistcar a {
    color : #337ab7;
    text-decoration: none;
    border:none;
}


/* wishlist navigation */

#wishlist-navigation  li {
    display: inline-block;

    margin-right: 0.4%;
    min-width: 120px;
    text-align: center;
}

#wishlist-navigation ul, #wishlist-navigation li {
    list-style: none;
    padding: 5px 0px;
    line-height: 40px;
    cursor: pointer;
}

#wishlist-navigation li.wishlist-active, #wishlist-navigation li:hover {
}

#wishlistcar #wishlist-navigation {
    margin-bottom: 0px;
}

#wishlist-navigation li a {
    color: #000;
    font-weight: bold;
}
#wishlist-navigation ul{
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}


#wishlist-navigation li.wishlist-active a, #wishlist-navigation li:hover a {
    text-decoration: none;
    color: #337ab7;
    font-weight: bold;
}

#wishlist-list {
    padding: 0 10px;
}


#wishlistcar #wishlist-main-container {
    padding: 0;
}

#wishlistcar #wishlist-main-container .header {
    margin: 10px;
}



#wishlistcar #wishlist-main-container legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    /* border-bottom: 1px solid #e5e5e5;*/
}

/* form */


#wishlistcar #wishlist-form {
    overflow: auto;
}

#wishlistcar #wishlist-change-password .wishlist-alert ,
#wishlistcar #wishlist-form .wishlist-alert {
    padding: 10px 15px;
    margin: 10px 10px;
    border: 1px solid transparent;
    border-radius: 4px;
}

#wishlist-signin #wishlist-form .wishlist-alert {
    margin: 10px 0px;
}

#wishlistcar .wishlist-modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -o-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}




#wishlistcar .wishlist-panel {

    margin: 10px 10px 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-o-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-moz-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.wishlist-panel-default {
    border-color: #ddd;
}

#wishlistcar .wishlist-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
#wishlistcar .wishlist-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

#wishlistcar .wishlist-alert-default {
    color: #000;
    background-color: #fff;
    border-color: #ddd;
    border: #ddd 1px solid;
}

#wishlistcar .wishlist-form-group {
    margin-bottom: 10px;
    overflow: auto;
}
#wishlistcar fieldset {
    border: none;
    overflow: auto;
}

#wishlistcar .wishlist-radio, #wishlistcar .wishlist-checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#wishlistcar .wishlist-pull-right {
    float: right !important;
}
#wishlistcar #wishlist-form a {
    color: #337ab7;
    text-decoration: none !important;
    border:none;
}

#wishlistcar #wishlist-form .wishlist-need-help {
    text-decoration: none !important;
}

#wishlistcar .wishlist-form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-top: 15px;
    font-weight: bold;
    vertical-align: middle;
}

#wishlistcar .wishlist-close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

#wishlistcar .wishlist-panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);

}

#wishlistcar .wishlist-panel-default {
    border-color: #ddd;
}

#wishlistcar .wishlist-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: auto;
}

#wishlistcar .wishlist-panel-default > .wishlist-panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

#wishlistcar .wishlist-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

#wishlistcar .wishlist-panel-body {
    padding: 15px;
    overflow:  auto;
}

#wishlistcar #wishlist-login-link a {
    color: #0044cc;
    text-decoration: none;
}

#wishlistcar input, #wishlistcar button, #wishlistcar select, #wishlistcar textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


#wishlistcar #wishlist-change-password  .wishlist-form-control,
#wishlistcar .wishlist-form-control {
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    height: 34px;


    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);

}

#wishlistcar #wishlistcar-first-group .wishlist-grid_5 {
    margin-right: 10px;
}
#wishlistcar #wishlistcar-first-group .wishlist-grid_5:nth-child(3n+3) {
    margin-right: 0px;
}

#wishlistcar #wishlistcar-second-group .wishlist-grid_5 {
    margin-right: 10px;
}




.wishlist-car-entry table, .wishlist-car-entry td, .wishlist-car-entry th {
    border: 1px solid #DDD;
    text-align: center;
}

#wishlistcar .moveright {
    float:right;
}

#wishlistcar .moveleft {
    float: left;
}

#wishlistcar #wishlist-change-password .wishlist-btn-primary ,
#wishlistcar #wishlist-form .wishlist-btn-primary, #wishlistcar .button-options .wishlist-btn-primary{
    color: #fff;
    background-color: #006eb8;
    border-color: #adadad;
    border-radius: 4px;
    padding: 6px 15px;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    line-height: 1.42857143;
    vertical-align: middle;
    border: 1px solid transparent;
}


#wishlistcar #wishlist-change-password .wishlist-btn-primary:hover ,
#wishlistcar #wishlist-form .wishlist-btn-primary:hover, #wishlistcar .button-options .wishlist-btn-primary:hover{
    background-color: #0062A3;
    border-radius: 4px;
}



#wishlistcar #wishlist-change-password .wishlist-btn-primary:active ,
#wishlistcar #wishlist-form .wishlist-btn-primary:active, #wishlistcar .button-options .wishlist-btn-primary:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}



#wishlistcar .button-options .wishlist-btn-primary-custom:hover {
    background-color: #0062A3;
    border-radius: 4px;
}

#wishlistcar .button-options .wishlist-btn-primary-custom:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}












#wishlistcar .button-options .wishlist-btn-default-custom {
    border-color: #adadad;
}


#wishlistcar .button-options .wishlist-btn-default-custom:hover {
    background-color: #e6e6e6;
}



#wishlistcar .button-options .wishlist-btn-default-custom:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}




#wishlistcar .wishlist-all-border-gray {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

#wishlistcar .button-options {
    width:100%;
    text-align: center;
    margin-bottom: 20px;
}

#wishlistcar .button-options .wishlist-btn {
    margin-right: 10px;
}

#wishlistcar #wishlist-list .wishlist-wish-description {
    padding: 15px;
    position: relative;
    display: block;
    overflow: auto;
}
#wishlistcar #wishlist-list .wishlist-wish-description div{
    overflow: auto;
}

#wishlistcar .wishlist-btn {
    overflow: auto;
    display: inline-block;
    padding: 6px 10px;
    margin-bottom: 0;

    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;

    border-radius: 4px;

}
#wishlistcar .wishlist-car-description {
    overflow: auto;
}
#wishlistcar .wishlist-car-list-description .wishlist-grid_5 {

    margin: 0 3% 0 0;
}
#wishlistcar .wishlist-car-list-description .wishlist-grid_5:nth-child(3n+3) {
    margin: 0;
}


#wishlistcar .wishlist-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

#wishlistcar .wishlist-btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-left: 40px;
}
#wishlistcar #wishlist-form a.wishlist-btn-danger {
    color: #fff;
}

#wishlistcar .wishlist-car-description .wishlist-cars-thumbnail {
    padding: 10px 10px 0px;
}


.wishlist-cars-thumbnail {
    height:400px;
}


#wishlistcar .wishlist-car-description .wishlist-cars-thumbnail:hover {
    background-color: #f5f5f5;
}


#wishlistcar .wishlist-car-description .wishlist-cars-thumbnail a{
    color: #000;
    text-decoration: none;
    background-color: #f5f5f5;
    text-align: center;
}

#wishlistcar .wishlist-car-description .wishlist-img-thumbnail  {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0px;
    line-height: 1.42857143;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    height: 187px;
    width: 100%;

}

.wishlist-img-thumbnail-sm {

    width:128px;
    height: 96px;
}

#wishlistcar #wishlist-signin {
    margin-left: 20%;
}


#wishlistcar .wishlist-panel-footer {
    padding: 15px;
}
#wishlistcar .wishlist-cars-thumbnail .wishlist-panel-footer {
    padding: 5px 15px 5px;
    background-color: #f5f5f5;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    vertical-align: middle;
    line-height: 2em;
}

#wishlistcar .wishlist-wish-description .wishlist-btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
#wishlistcar .wishlist-wish-description .wishlist-btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

#wishlistcar .wishlist-wish-description .wishlist-btn.wishlist-btn-block {
    width: 80%;
    overflow: initial;
}

#wishlistcar .wishlist-btn-xs, #wishlistcar.wishlist-btn-group-xs > .wishlist-btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

#wishlistcar .wishlist-wish-description .wishlist-btn-gray {
    background-color: #ccc;
}

#wishlistcar .wishlist-wish-description .wishlist-wish-remove a {
    text-decoration: none;
    color: #ccc;
}

#wishlistcar .wishlist-wish-description .wishlist-wish-remove a:hover {
    color: #000;
}

#wishlistcar .wishlist-wish-description .wishlist-wish-remove .wishlist-icon img {
    width: 45px;
    padding: 0px 2px 0px 0px;
    border: none;
}

#wishlistcar  #wishlist-list ul.wishlist-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

#wishlistcar  #wishlist-list ul.wishlist-pagination > li {
    display: inline;
}



#wishlistcar  #wishlist-list ul.wishlist-pagination > li:first-child > a,
#wishlistcar  #wishlist-list ul.wishlist-pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#wishlistcar  #wishlist-list ul.wishlist-pagination > li > a:hover {
    background-color: #F5F5F5;
}

#wishlistcar  #wishlist-list ul.wishlist-pagination > li > a,
#wishlistcar  #wishlist-list ul.wishlist-pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

#wishlistcar  #wishlist-list ul.wishlist-pagination > .wishlist-active > a,
#wishlistcar  #wishlist-list ul.wishlist-pagination > .wishlist-active > span,
#wishlistcar  #wishlist-list ul.wishlist-pagination > .wishlist-active > a:hover,
#wishlistcar  #wishlist-list ul.wishlist-pagination > .wishlist-active > span:hover,
#wishlistcar  #wishlist-list ul.wishlist-pagination > .wishlist-active > a:focus,
#wishlistcar  #wishlist-list ul.wishlist-pagination > .wishlist-active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

#wishlistcar .wishlist-single-car-description {
    width: 100%;
    margin: 0 auto;
}



#wishlistcar .wishlist-single-car-description .car-big-image-container {
    margin-left: 7%;
    margin-right: 5%;
}

#wishlistcar .car-big-image img {
    max-height: 480px;
    margin: 5% 0;
}

#wishlistcar #wishlist-list .car-thumbnail-image {
    margin: 1% 2% 1% 0;
}
#wishlistcar #wishlist-list .wishlist-wishlist-car-location,
#wishlistcar #wishlist-list .wishlist-car-description{
    padding:10px;
}


#wishlistcar #wishlist-list .car-thumbnail-image:nth-child(3n+3) {
    margin-left: 0;
}


#wishlistcar .wishlist-car-thumbnail-container {
    padding-left: 0px;
}

#wishlistcar .wishlist-img-thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    /*  padding: 4px; */
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;


}

#wishlistcar  .wishlist-car-images {
    display: block;
}

#wishlistcar  .wishlist-img-thumbnail {
    border: none;
}
#wishlistcar .wishlist-single-car-description > div {
    overflow: auto;
    display: block;

}

#wishlistcar .wishlist-logout {
    float: right;
    margin-bottom: 15px;
    font-weight: bold;
}

table.wishlist-entry td, table.wishlist-entry th {
    border: 1px solid #DDD;
}
table.wishlist-entry {
    border-collapse: collapse;
    margin-bottom: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }
    input[type="date"].wishlist-input-sm,
    input[type="time"].wishlist-input-sm,
    input[type="datetime-local"].wishlist-input-sm,
    input[type="month"].wishlist-input-sm {
        line-height: 30px;
    }
    input[type="date"].wishlist-input-lg,
    input[type="time"].wishlist-input-lg,
    input[type="datetime-local"].wishlist-input-lg,
    input[type="month"].wishlist-input-lg {
        line-height: 46px;
    }
}

@media screen and (min-width: 768px){
    table.wishlist-entry {
        width: 100%;
    }
}

@media screen and  (max-width: 767px) {
    #wishlistcar .wishlist-container .wishlist-grid_1,
    #wishlistcar .wishlist-container .wishlist-grid_2,
    #wishlistcar .wishlist-container .wishlist-grid_3,
    #wishlistcar .wishlist-container .wishlist-grid_4,
    #wishlistcar .wishlist-container .wishlist-grid_5,
    #wishlistcar .wishlist-container .wishlist-grid_6,
    #wishlistcar .wishlist-container .wishlist-grid_7,
    #wishlistcar .wishlist-container .wishlist-grid_8,
    #wishlistcar .wishlist-container .wishlist-grid_9,
    #wishlistcar .wishlist-container .wishlist-grid_10,
    #wishlistcar .wishlist-container .wishlist-grid_11,
    #wishlistcar .wishlist-container .wishlist-grid_12,
    #wishlistcar .wishlist-container .wishlist-grid_13,
    #wishlistcar .wishlist-container .wishlist-grid_14,
    #wishlistcar .wishlist-container .wishlist-grid_15,
    #wishlistcar .wishlist-container .wishlist-grid_16 {
        width: 100%;
    }


    #wishlistcar #wishlist-main-container {
        border-left: none;
        padding-left: 0px;
        padding-right: 0px;
    }
    #wishlistcar .wishlist-car-thumbnail-container {
        padding-left: 0px;
    }

    #wishlistcar .wishlist-car-images .wishlist-grid_4{
        width: 48%;
    }

    #wishlistcar #wishlist-signin {
        margin-left: 0%;
    }
    #wishlistcar #wishlist-change-password  .wishlist-form-control,
    #wishlistcar .wishlist-form-control {
        width: 88%;
    }

    #wishlistcar #wishlist-signin .wishlist-grid_10,
    #wishlistcar #wishlist-signin .wishlist-grid_11,
    #wishlistcar #wishlist-signin .wishlist-grid_4{
        width: 100%;
    }

    #wishlist-navigation li {
        display: block;
        margin: 10px 0px 10px;
        width: 100%;
    }

    #wishlistcar #wishlist-signin {
        margin-left: 0;
    }

    #wishlistcar .wishlist-single-car-description .car-big-image-container {
        margin-left: 0%;
        margin-right: 0%;
    }

    #wishlistcar .wishlist-single-car-description .wishlist-car-images .wishlist-grid_5 {
        width: 45%;
    }

    table.wishlist-entry td, table.wishlist-entry th {
        border: 1px solid #DDD;

    }

    table.wishlist-entry {
        border-collapse: collapse;
    }




}






.label {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#fff;
    display: inline-block;
    padding: 2px 4px;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
}


.label-success, .badge-success {
    background-color: #468847;
}

.label-primary {
    background-color: #337ab7;
}


.wishlist-hr {
    margin: 0px;
    background: url(../img/dotted-line.png) repeat center top;
    background-size: 4px 4px;
    border: 0;
    height: 1px;
}

h1.wishlist-h1 {
    margin-top:0px;
}


h3.wishlist-h3 {
    margin-top:20px;
}

h3.wishlist-h3-first {
    margin-bottom:0px;
    margin-top:5px;
}

.wishlist-cars-spec {
    margin-bottom: 10px;
}


#wishlist-footer {
    width: 100%;
    margin-top:50px;
    border: 1px solid #ccc;
    border-left:none;
    border-right:none;
    margin-bottom: 20px;
    text-align: center;
    padding-top:10px;
    font-size:10px;
    font-weight: bold;
}

.wishlist-ta-right {
    text-align: right;
}