.slider-thumbnail img
{
    transform: none;
    width: 100%;
    -webkit-transition: none;
    object-fit: cover;
}
/* Custom styling for Slick arrows */
.slick-prev, .slick-next {
    background-color: var(--base-white);
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.slick-prev:before {
    content: '\e808';
    font-family: 'fontello';
    color: var(--base-black);
    font-size: 20px;
}
.slick-next:before {
    content: '\e809';
    font-family: 'fontello';
    color: var(--base-black);
    font-size: 20px;
}

.slick-prev {
    left: 10px;
    z-index: 1;
}

.slick-next {
    right: 10px;
}
.slick-slide {
    padding: 0;
}
.slick-disabled {
    opacity: 0;
    pointer-events:none;
}
.compare-table {
/*    width: 100%;*/
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
    border: 1px solid lightgrey;
}

h5 {
font-size: 1em;
}

tr:nth-child(even) {
  background: #F3F3F3;
}
.compare-table thead th {
    padding: 15px 20px;
    text-align: left;
    vertical-align: text-bottom;
    min-width: 180px;
}
.compare-table tbody td {
    color: #333;
    font-size: 16px;
    padding: 15px 20px;
    white-space: normal;
    vertical-align: top;
}
.compare-scroller {
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 5px;
    width: 100%;
}

.compare-table .compare-sticky-col {
    left: 0;
    top: auto;
    font-weight: 700;
/*    min-width: 200px;*/
    background-color: var(--base-white);
    box-shadow: inset -15px 0 10px -7px rgba(0,0,0,0.15);
}

.compare-sticky-col.compare-stripe-row {
    background-color: #F3F3F3;
}

.car-img {
    height: 120px!important;
    width: 100%!important;
}

.car-link {
  color: var(--base-skin);
  text-decoration: none;
}

th:not(:first-child),
td:not(:first-child) {
    border-left: 1px solid lightgrey;
}

/* general reset/setup styling for icons - needed on all */
.svg-inline--fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block; 
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 500;
    font-size: 23px;
    padding-right: 5px;
}

.fa-check-circle{
    color: #028845;
}
.fa-plus-circle {
    color: #2275D3;
}
.fa-times-circle {
    color: gray;
}

.scroll-button { 
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background-color: #fdb813;
}

#prev-button,
#next-button {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    position: absolute;
    top: 50%;
}

#prev-button {
    left: 230px;
    display: none;
}

#next-button {
    right: -25px;
}

.fa-chevron-left,
.fa-chevron-right {
    font-size: 22px;
    padding-right: 0;
}
.table-col h5
{
    margin-bottom: 0px;
    margin-top: 15px;
}

/* Phone */
@media screen and (max-width: 768px) and (min-width: 320px)  {
  .compare-table .compare-sticky-col {
/*        min-width: 125px;*/
    }
    
    .compare-table thead th {
        min-width: 190px;
    }
    
    .compare-table tbody td {
        font-size: 15px;
    }
    
    .car-img {
        width: 100%!important;
        height: 120px!important;
    }
/*
    .scroll-button {
        top: 36%;
        width: 40px;
        height: 40px;
    }
    #prev-button {
        display: block;
        left: 130px;
    }
    #next-button {
        left: 35%;
    }
    */
}

@media screen and (max-width: 1280px) and (min-width: 768px)  {
  .compare-table .compare-sticky-col {
/*        min-width: 175px;*/
    }
      .compare-table thead th {
        min-width: 180px;
    }
}
@media (min-width: 1700px)  {
    .car-img {
    height: 200px!important;
    width: 100%!important;
}
}