 GENERAL */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

/*@font-face {
  font-family: 'Montserrat';
  src: 
    url('../font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/Montserrat-Regular.woff') format('woff'),
    url('../font/Montserrat-Regular.ttf')  format('truetype'),
    url('../font/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
html {
    position: relative;
    min-height: 100%;
    font-family: 'Montserrat', sans-serif;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    background-color: #ffffff !important;
    min-width: 100% !important;
    /*margin-bottom: 200px;*/
}

html, body {
    width:100%;
    /*overflow: hidden;*/
}

a {
    text-decoration: none;
}

/* GLOBAL */

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

h1 {
    font-size: 3em;
}

h1,h2 {

}

h3 {
    margin: 20px 0;
}

h4 {
    font-size: 18px;
}

.page-content {
    width: 100%;
}

.breadcrumbs {
  padding: 1rem;
  background: #f4f4f4;
  height: 4rem;
  margin-bottom: 3rem;
}

button, .btn, a.btn {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.btn-success {
    background: #78b033;
    border: none;
}

.btn-success:hover {
    background: #ba9b3d;
    border-color: #6a0b3d;
}

.btn-secondary:not(:disabled):not(.disabled):focus{
   color: white !important;
  background: #535353 !important;
  outline: 0 none !important;
}

/* ---------------------------------------------------
    IMG PREVIEW
----------------------------------------------------- */

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 996px) {
    .preview {
        margin-bottom: 20px; 
    }
}

.preview-pic {
/*    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
      flex-grow: 1;*/
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
    overflow: hidden;
}

.tab-content img {
    object-fit: contain;
    /*height: 400px;*/
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
}

.car-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 997px) {
    .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    } 
}

.details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
          flex-direction: column;
}

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.car-title, .price, .sizes, .colors {
    text-transform: UPPERCASE;
    font-weight: bold;
}

.checked, .price span {
  color: #ff9f1a;
}

.car-title, .rating, .car-description, .price, .vote, .sizes {
  margin-bottom: 15px;
}

.car-title {
  margin-top: 0;
}

.post-carousel-indicators > li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #404040;
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
            transform: scale(3);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
            transform: scale(1);
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
        -webkit-transform: scale(3);
            transform: scale(3); 
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
            transform: scale(1);
    } 
}

/* ---------------------------------------------------
    IMG PREVIEW END
----------------------------------------------------- */

.tab-content {
    overflow: hidden; 
}

.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
    animation-name: opacity;
    -webkit-animation-duration: .3s;
    animation-duration: .3s; 
}


footer {
  position: fixed;
    background: #101010;
    color: #d8d8d8;
    font-size: 16px;
    /*text-align: center;*/
    bottom: 0;
    width: 100%;
    /*position: absolute;*/
    padding-bottom: 2rem;
}

footer p {
    margin: 0;
}

footer a:link, footer a:visited {
    color: white;
}

footer a:hover {
    color: #dd5638;
}

footer li.signup-link a {
    color: #dd5638;
}

footer li.signup-link a:hover {
    font-weight: bold;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 320px;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #0f142b;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    position: sticky !important;
    overflow-y: auto;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding-bottom: 10px;
    /*padding: 20px;*/
    background: #0f142b;
}

#sidebar ul.components {
    /*padding: 20px 0;*/
    padding-bottom: 20px;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #0a0d1c;
}

/* ---------------------------------------------------
    SIDEBAR STYLE END
----------------------------------------------------- */

/* ---------------------------------------------------
    RATING
----------------------------------------------------- */

.reviews-counter {
    font-size: 16px;
}
.reviews-counter span {
    vertical-align: -2px;
}
.rate {
    float: left;
    padding: 0 10px 0 0;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float: right;
    width: 26px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color:#ccc;
    margin-bottom: 0;
    line-height: 21px;
    font-size: 32px;
}
.rate:not(:checked) > label:before {
    content: '\2605';
}
.rate > input:checked ~ label {
    color: #ffc700;
    font-size: 32px;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.rating {
    visibility:hidden;
}

/* ---------------------------------------------------
    RATING END
----------------------------------------------------- */

/* ---------------------------------------------------
    HOVER
----------------------------------------------------- */

/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


/* DEMO 1 ============================== */
.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}


/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}


/* DEMO 3 ============================== */
.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 4 ============================== */
.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 99;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

.hover-4:hover img {
  width: 100%;
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 5 ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #47c650;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 3rem;
  z-index: 99;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #47c650;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}

/* DEMO 6 ============================== */
.hover-6 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-6 {
    padding-bottom: 48% !important;
    background: rgba(0, 0, 0, 0.4);
}

.hover-6 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}

.hover-6-title {
    position: absolute;
    bottom: 0;
    /* right: 0; */
    left: 0;
    padding: 0.5rem;
    z-index: 99;
    font-size: 1rem;
    width: 70%;
    text-align: left;
}

.hover-6-rating-top {
    position: absolute;
    /* bottom: 0; */
    right: 0;
    /* left: 0; */
    top: 0;
    padding: 0.5rem;
    z-index: 99;
    font-size: 1rem;
}

.hover-6-rating-bottom {
    position: absolute;
    bottom: -8px;
    right: -12px;
    /* left: 0; */
    /* top: 0; */
    padding: 0.5rem;
    z-index: 99;
    font-size: 1rem;
}


.hover-6-description {
  position: absolute;
  top: 2rem;
  left: 0rem;
  /*left: 2rem;*/
  /*text-align: right;*/
  /*border-right: 3px solid #fff;*/
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

.hover-6:hover img {
  width: 100%;
}

.hover-6:hover::after {
  opacity: 1;
  transform: none;
}

.hover-6:hover .hover-6-description {
  opacity: 1;
  transform: none;
}

.hover-6:hover .hover-overlay {
    background: rgba(0, 0, 0, 0.4) !important;
  /*background: rgba(0, 0, 0, 0.8);*/
}

.review-text {
    margin-left: 2.6rem;
}

/* ---------------------------------------------------
    HOVER MEDIA QUERYS
----------------------------------------------------- */

@media (max-width: 1600px) {
    .review-text {
        margin-left: 1rem;
        font-size: 14px;
    }

    .reviews-counter span {
        vertical-align: 2px; 
    }

    .rate:not(:checked) > label {
        font-size: 22px;
        width: 20px;
    }

    .rate > input:checked ~ label {
        font-size: 22px;
        width: 20px;
    }
}

@media (min-width: 992px) {
    .hover-6-description {
        /*width: 50%;*/
        width: 100%;
    }
}

@media (max-width: 991px) {
    .review-text {
        margin-left: 0.6rem;
    }
}

@media (max-width: 580px) {
    .rate:not(:checked) > label {
        font-size: 20px;
        width: 20px;
    }

    .rate > input:checked ~ label {
        font-size: 20px;
        width: 20px;
    }

    .review-text {
        margin-left: 0.8rem;
    }
}

@media (max-width: 420px) {
    .review-text {
        display: none;
    }

    .rate:not(:checked) > label {
        font-size: 22px;
        width: 20px;
    }

    .rate > input:checked ~ label {
        font-size: 22px;
        width: 20px;
    }

    .review-text {
        margin-left: 0.8rem;
    }

    .hover-6-rating-bottom {
        bottom: -4px;
    }
}

@media (max-width: 400px) {
    .hover-6-title {
        width: 65%;
    }
}

/* ---------------------------------------------------
    HOVER MEDIA QUERYS END
----------------------------------------------------- */

/* ---------------------------------------------------
    HOVER END
----------------------------------------------------- */

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: black;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

a[aria-expanded="true"]::before {
    transform: rotate(90deg);
    right: 17px;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #0a0d1c;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #0a0d1c !important;
    color: #fff !important;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE END
----------------------------------------------------- */

/* ---------------------------------------------------
    POST COLLAPSE
----------------------------------------------------- */

.post-collapse-step  {     
    /*background: #e8eef1;*/

    background: #83a4d4;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #b6fbff, #83a4d4);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #b6fbff, #83a4d4); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


    border-top: 1px solid #607d8b21;
    color: #666;
    font-size: 14px;
    padding: 15px 10px;
    position: relative;
}

.post-collapse-step-number  {
    border-radius: 50%;
    /* border: 1px solid #ced0d2; */
    display: inline-block;
    background: #065c9f;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    height: 32px;
    margin-right: 15px;
    padding: 6px;
    text-align: center;
    width: 32px;
}
.post-collapse-step-title { 
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;display: inline-block; margin: 0px;
    color: #3d4884;
}

.post-collapse-step-body {
    background: #fbfbfb;
    padding: 15px 0px;
    margin: 20px 0px 0px;
}

/* ---------------------------------------------------
    POST COLLAPSE END
----------------------------------------------------- */

/* ---------------------------------------------------
    FILE UPLOAD
----------------------------------------------------- */

.file-upload {
  background-color: #ffffff;
  width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1FB264;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1FB264;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  /*padding: 0 15px 15px 15px;*/
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #15824B;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

/* ---------------------------------------------------
    FILE UPLOAD END
----------------------------------------------------- */

/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}*/

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.menu-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.navbar-dark .navbar-toggler {
    margin-bottom: 10px;
}

.btn {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 10;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    border: none;
    padding: 0 16px;
    white-space: nowrap;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    text-decoration: none;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    background-image: none;
    
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

    -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;

    -ms-touch-action: manipulation;
        touch-action: manipulation;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

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

.btn-warning {
  background-color: #f36709 !important;
  border-color: #f36709 !important;
  color: white !important;
}

.btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* LAYOUT */
.no-style {
    color: inherit;
    text-decoration: inherit;
}

.no-style:focus, .no-style:hover {
    color: inherit;
    text-decoration: inherit;
}

.layout {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 6px rgba(57,73,76,0.35);
    box-shadow: 0 1px 6px rgba(57,73,76,0.35);
}

.layout-margin {
    margin-bottom: 30px;
    margin-top: 10px;
}

.layout-padding {
    padding: 50px 70px 70px 71px;
}

section {
    padding: 16px 0;
}

.section-header {
    text-align: center;
}

section h2 {
    margin: 20px 0 40px;
}

section h3 {
    margin: 30px 0 10px;
}

.footer-list {
    display: inline-block !important;
    padding-left: 0px;
    padding-right: 0px;
}

.footer-img img {
    height: 16px;
}

.mr-2 {
    margin-right: 2rem !important;
}

.white-text {
    color: #ffffff !important;
}

.color-black {
    /*font-family: sans-serif;*/
    font-size: 14px;
    color: #2a2a2a;
}

/* CHECKBOX */
.switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 26px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 26px;
}

input{
  border:none;
  background-color: transparent;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input:checked + .slider {
  background-color: #66bb6a;
}

input:checked + .slider:before {
  transform: translateX(26px);
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .table-overflow {
        overflow-x:auto;
    }

    .table-overflow td, .table-overflow th {
        /*white-space: nowrap;*/
    }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {

}

.hide {
    display: none !important;
}

/**
 * Tooltip Styles
 */
/* Tooltip hidden by default */
.simpletooltip[aria-hidden="true"],
.minimalist-simpletooltip[aria-hidden="true"],
.minimalist-left-simpletooltip[aria-hidden="true"] {
  display: none;
}

/* position relative for containers */
.simpletooltip_container,
.minimalist-simpletooltip_container,
.minimalist-left-simpletooltip_container {
  position: relative;
  display: inline;
}

/* tooltip styles */
.simpletooltip, 
.minimalist-simpletooltip, 
.minimalist-left-simpletooltip {
  position: absolute;
  display: inline-block;
  z-index: 666;
  border-radius: .5em;
  background: rgba( 0, 0, 0, .9 );
  color: #eee;
  padding: .5em;
  text-align: left;
  line-height: 1.3;
  width: 18em;
  white-space: pre-wrap;
}

.simpletooltip, 
.minimalist-simpletooltip {
  right: auto;
  left: 100%;
  margin-left: .5em;
}

.minimalist-left-simpletooltip {
  right: 100%;
  left: auto;
  margin-right: .5em;
}

/* used pseudo-element to make arrows */
.simpletooltip::before,
.minimalist-simpletooltip::before,
.minimalist-left-simpletooltip::before {
  content: '';
  speak: none;
  position: absolute;
  z-index: 666;
  width: 10px;
  height: 10px;
}

.simpletooltip::before,
.minimalist-simpletooltip::before {
  top: .5em;
  left: -10px;
  margin-left: -10px;
  border: 10px solid transparent;
  border-right: 10px solid rgba( 0, 0, 0, .9 );
}

.minimalist-left-simpletooltip::before {
  top: .5em;
  right: -10px;
  margin-right: -10px;
  border: 10px solid transparent;
  border-left: 10px solid rgba( 0, 0, 0, .9 )
}


/* for responsive design */
@media (max-width: 44.375em) {

  .simpletooltip, 
  .minimalist-simpletooltip,
  .minimalist-left-simpletooltip  {
    top: 100%;
    left: 50%;
    right: 0;
    margin: 0;
    margin-top: .7em;
    margin-left: -9.2em;
  }
  
  .simpletooltip::before, 
  .minimalist-simpletooltip::before,
  .minimalist-left-simpletooltip::before  {
    top: -10px;
  right: auto;
  left: 50%;
  margin-left: -5px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid rgba( 0, 0, 0, .9 );
  }
  
}

/* ---------------------------------------------------
    TABS START
----------------------------------------------------- */

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

#tab-button li {
    display: table-cell;
    width: 20%;
}

#tab-button li a {
    display: block;
    padding: .5em;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    color: #000;
    text-decoration: none;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #fff;
}

.tab-contents {
    padding: .5em 2em 1em;
    border: 1px solid #ddd;
}

.tab-button-outer {
    display: none;
}

.tab-contents {
    margin-top: 20px;
}

@media screen and (min-width: 768px) {
    .tab-button-outer {
        position: relative;
        display: block;
    }

    .tab-select-outer {
        display: none;
    }

    .tab-contents {
        position: relative;
        top: -1px;
        margin-top: 0;
    }
}

/* ---------------------------------------------------
    TABS END
----------------------------------------------------- */

/* ---------------------------------------------------
    BOOTSTRAP MEDIA QUERIES
----------------------------------------------------- */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .car-card {
        padding-top: 2rem;
    } 
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .car-card {
        padding-top: 2rem;
    }

    /* portrait fix */
    .thumbnail > a {
        display: block;
        /* 4:3 aspect ratio */
        padding-top: 75%;
        /* center align pt. 1 */
        position: relative;
    }

    .thumbnail > a > img {
        /* fit within container */
        max-width: 100%;
        max-height: 100%;
        /* center align pt. 2 */
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    /* end of portrait fix */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .car-card {
        padding-top: 2rem;
    }

    /* portrait fix */
    .thumbnail > a {
        display: block;
        /* 4:3 aspect ratio */
        padding-top: 75%;
        /* center align pt. 1 */
        position: relative;
    }

    .thumbnail > a > img {
        /* fit within container */
        max-width: 100%;
        max-height: 100%;
        /* center align pt. 2 */
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    /* end of portrait fix */
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .car-card {
        padding: 3em;
    }

    /* portrait fix */
    .thumbnail > a {
        display: block;
        /* 4:3 aspect ratio */
        padding-top: 75%;
        /* center align pt. 1 */
        position: relative;
    }

    .thumbnail > a > img {
        /* fit within container */
        max-width: 100%;
        max-height: 100%;
        /* center align pt. 2 */
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    /* end of portrait fix */
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .car-card {
        padding: 3em;
    }

    /* portrait fix */
    .thumbnail > a {
        display: block;
        /* 4:3 aspect ratio */
        padding-top: 75%;
        /* center align pt. 1 */
        position: relative;
    }

    .thumbnail > a > img {
        /* fit within container */
        max-width: 100%;
        max-height: 100%;
        /* center align pt. 2 */
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    /* end of portrait fix */
}

/* ---------------------------------------------------
    END OF BOOTSTRAP MEDIA QUERIES
----------------------------------------------------- */

/* ---------------------------------------------------
    LOADER CSS
----------------------------------------------------- */

#circle {
    position: absolute;
    /*top: 50%;*/
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;  
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 15px solid #48545F;
    border-top: 15px solid #30FF06;
    border-radius: 50%;
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
    100% {transform: rotate(360deg);}
}

/* ---------------------------------------------------
    END OF LOADER CSS
----------------------------------------------------- */


/* ---------------------------------------------------
    START OF FAVORITE HEART
----------------------------------------------------- */
input[type="radio"].favorite {
    clear: both;
    display: none;
}

input[type="radio"].favorite {
  display: none;
}

input[type="radio"].favorite + label {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 6em;
    width: 6em;
    left: calc(50% - 3em);
    top: calc(50% - 3em);
    display: block;
    text-align: center;
    line-height: 95px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50%;
    background-color: transparent;
}

input[type="radio"].favorite + label:before {
    content: '';
    z-index: -1;
    position: absolute;
    background: rgb(220, 72, 127);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-ransform: scale(0);
}

input[type="radio"].favorite + label:after {
    content: '';
    z-index: -1;
    position: absolute;
    background: white;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
}

input[type="radio"].favorite:checked + label svg {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    fill: #0f142b;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}

.label_favorite, label svg {
    display: inline-flex;
    vertical-align: middle;
    width: 35px;
    border: #0f142b;
    fill: rgb(167, 167, 167);
}

/* ---------------------------------------------------
    END OF FAVORITE HEART
----------------------------------------------------- */