/* Minification failed. Returning unminified contents.
(632,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(633,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(634,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(635,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(636,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(648,24): run-time error CSS1039: Token not allowed after unary operator: '-background'
(655,36): run-time error CSS1039: Token not allowed after unary operator: '-s'
(655,50): run-time error CSS1039: Token not allowed after unary operator: '-b'
(655,59): run-time error CSS1039: Token not allowed after unary operator: '-border'
(662,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(675,20): run-time error CSS1039: Token not allowed after unary operator: '-stroke'
(675,34): run-time error CSS1039: Token not allowed after unary operator: '-border-active'
(681,29): run-time error CSS1039: Token not allowed after unary operator: '-scale'
(683,7): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(686,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(687,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(689,30): run-time error CSS1039: Token not allowed after unary operator: '-a'
(690,31): run-time error CSS1039: Token not allowed after unary operator: '-o'
(693,7): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(695,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(699,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
.vehicleList-info .vehicleList-specifications p i {
  background-image: url("/Content/images/iconStockView19_Bike.png");
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 25px;
}
.vehicleList-info .vehicleList-specifications p.cl-type i {
  background-position: center -95px;
}
.vehicleList-info .vehicleList-specifications p.cl-displacement i, .vehicleList-info .vehicleList-specifications p.cl-senginedes i {
  background-position: center -30px;
}
.vehicleList-info .vehicleList-specifications p.cl-odometer i {
  background-position: center 0;
}
.vehicleList-info .vehicleList-specifications p.cl-stocknumber i, .vehicleList-info .vehicleList-specifications p.cl-body i {
  background-position: center -64px;
}

.container-listview19 .container-filter-top {
  border-radius: 0px;
  padding: 15px 15px 0 15px;
  margin-bottom: 30px;
}
.container-listview19 .container-filter-top .div-search-5 {
  padding-bottom: 5px;
}
.container-listview19 .container-filter-top .div-search-5 input.btn-filter {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  outline: none;
  border-radius: 0px;
  padding: 8px 12px;
  width: 100%;
  font-size: 16px;
}
.container-listview19 .container-filter-top .div-search-5 input.btn-filter:hover {
  box-shadow: inset 0 0px 0px transparent;
}
.container-listview19 .container-filter-top .div-sortby-1 {
  padding-top: 15px;
  padding-bottom: 5px;
}
.container-listview19 .container-filter-top .div-sortby-1 .count-vehicles {
  font-size: 18px;
}
.container-listview19 .container-filter-top .div-sortby-1 .count-vehicles b {
  font-size: 24px;
}
.container-listview19 .container-filter-top .div-sortby-1 .title-current {
  font-size: 18px;
  text-align: right;
  line-height: 2;
}
@media (max-width: 767px) {
  .container-listview19 .container-filter-top .div-sortby-1 .title-current {
    text-align: left;
  }
}
.container-listview19 .container-filter-top select.form-control {
  font-size: 13px;
  line-height: 2.4em;
  height: 41px;
  padding: 10px;
  margin-bottom: 10px;
}
.container-listview19 .vehicleList-img {
  width: 100%;
  padding-top: 65%;
  /* 1:1 Aspect Ratio */
  position: relative;
}
.container-listview19 .vehicleList-img .resize-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.container-listview19 .vehicleList-img .resize-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.container-listview19 .vehicleList {
  background: #fefefe;
  box-shadow: 0 0 19px 4px #eee;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0px;
}
.container-listview19 .vehicleList .vehicleList-title h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications {
  background: #f1f1f1;
  padding: 10px 10px 0px 10px;
  height: 65px;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-specifications .col-xs-3 p {
  margin: 0;
  font-size: 14px;
}
.container-listview19 .vehicleList .vehicleList-info .vehicleList-description {
  padding: 0 15px;
  margin: 15px 0;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container-listview19 .vehicleList:hover {
  box-shadow: 0 0 19px 4px #ddd;
  border-radius: 0px;
}
.container-listview19 .vehicleList a:hover, .container-listview19 .vehicleList a:focus {
  text-decoration: initial;
}

.justify-content-md-center {
  text-align: center;
}
.justify-content-md-center ul.pagination {
  margin-top: 0;
}
.justify-content-md-center ul.pagination li a {
  border-radius: 0;
  float: left;
  padding: 5px 10px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}
.justify-content-md-center ul.pagination li.active a {
  border-radius: 0;
  float: left;
  padding: 5px 10px;
}

.container-detailview12 {
  margin-top: 60px;
  margin-bottom: 50px;
}
.container-detailview12 .product-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.container-detailview12 .product-title h2 {
  margin-top: 10px;
  float: left;
  font-size: 24px;
}
.container-detailview12 .product-title .cl_search_results a {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  float: left;
  width: 100%;
  text-decoration: none;
}
.container-detailview12 .product-title .product-header {
  float: right;
}
.container-detailview12 .product-title .product-header {
    position: relative;
}
.container-detailview12 .product-title .product-header div {
        position: absolute;
        z-index: 9;
        margin-top: 40px;
        /*width: 300px;*/
        right: 0;
        max-width: initial; }
.container-detailview12 .product-title .product-header div a {
    background-color: rgba(237, 50, 55, 0.8);
    color: #fff;
    padding: 0 10px;
    margin-top: 3px;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    font-size: 36px; }
.container-detailview12 .product-title .product-header .product-price {
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 24px;
  line-height: 1.4;
}
.container-detailview12 .product-title .product-header .drive-away-label {
  font-size: 13px;
}
.container-detailview12 .widget.form {
  padding: 15px;
  margin-bottom: 30px;
}
.container-detailview12 .widget.form h3 {
  border-bottom: 0;
  font-size: 22px;
  margin-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
}
.container-detailview12 .widget.form label {
  font-weight: inherit;
}
.container-detailview12 .product-slider {
  margin-bottom: 20px;
}
.container-detailview12 .product-comments {
  margin-bottom: 40px;
}
.container-detailview12 .product-comments h3 {
  font-size: 24px;
  padding: 15px;
}
.container-detailview12 #btnSendMail {
  font-size: 20px;
  text-align: center;
  display: block;
  color: white;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.container-detailview12 #btnSendMail:hover {
  box-shadow: inset 0 0px 0px transparent;
}

@media (min-width: 993px) {
  .container-detailview12 .product-title .col-md-4.col-lg-3 {
    float: right;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results {
    margin-right: -15px;
    margin-left: 8px;
  }
}
@media (max-width: 992px) {
  .container-detailview12 .product-title .col-md-8.col-lg-9 {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 {
    float: left;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results {
    margin-left: -15px;
  }
  .container-detailview12 .product-title .col-md-4.col-lg-3 .cl_search_results a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .main-content .tab-content {
    padding: 30px 20px;
  }
  .main-content .tab-content .frm2-calculator {
    margin: 30px 20%;
  }
}
.main-content .tab-content h4 {
  margin-bottom: 20px;
}
.main-content .tab-content .vehicle-detail-body table tr th {
  font-weight: 500;
}
.main-content .tab-content .vehicle-detail-body table tr th, .main-content .tab-content .vehicle-detail-body table tr td {
  border-top: 1px solid #ddd;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading {
  padding-bottom: 0;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading a {
  padding-left: 10px;
  padding-right: 10px;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading a:hover {
  background: #fbfbfb;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading i {
  margin-right: 10px;
}
.main-content ul.nav-tabs {
  border-bottom: 0;
  text-align: center;
}
.main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
  background: #e3e9eb;
  background-image: url("/Content/images/icondetails12.png");
  background-repeat: no-repeat;
  float: left;
  height: 90px;
}
@media (min-width: 768px) {
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li:hover a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    width: 49%;
    margin: 0.5%;
  }
}
.main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
  background-color: transparent;
  border: 0;
  padding-top: 48px;
  margin-right: 0;
  font-size: 18px;
}
@media (min-width: 993px) and (max-width: 1100px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 4px;
  }
}
.main-content ul.nav-tabs li.tabs1, .main-content ul.nav-tabs li.tabs1:hover {
  background-position: center 5px;
}
.main-content ul.nav-tabs li.tabs2, .main-content ul.nav-tabs li.tabs2:hover {
  background-position: center -195px;
}
.main-content ul.nav-tabs li.tabs3, .main-content ul.nav-tabs li.tabs3:hover {
  background-position: center -195px;
}
.main-content ul.nav-tabs li.tabs4, .main-content ul.nav-tabs li.tabs4:hover {
  background-position: center -395px;
}
.main-content ul.nav-tabs li.tabs5, .main-content ul.nav-tabs li.tabs5:hover {
  background-position: center -585px;
}
.main-content ul.nav-tabs li.active {
  background-image: url("/Content/images/icondetails12.png");
  background-repeat: no-repeat;
  float: left;
  height: 90px;
}
@media (min-width: 768px) {
  .main-content ul.nav-tabs li.active {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li.active a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li.active {
    width: 49%;
    margin: 0.5%;
  }
}
.main-content ul.nav-tabs li.active a, .main-content ul.nav-tabs li.active a:hover {
  background-color: transparent;
  border: 0;
  padding-top: 48px;
  margin-right: 0;
}
.main-content ul.nav-tabs li.tabs1.active {
  background-position: center -95px;
}
.main-content ul.nav-tabs li.tabs2.active {
  background-position: center -295px;
}
.main-content ul.nav-tabs li.tabs3.active {
  background-position: center -295px;
}
.main-content ul.nav-tabs li.tabs4.active {
  background-position: center -495px;
}
.main-content ul.nav-tabs li.tabs5.active {
  background-position: center -665px;
}
.main-content .panel-group .panel {
  box-shadow: 0 0px 0px transparent;
  border: 0;
  border-radius: 0;
}
.main-content .panel-group .panel .panel-heading {
  background: transparent;
  padding: 0 0 5px 0;
  border: 1px solid #f0f0f0;
}
.main-content .panel-group .panel .panel-heading a {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-content .panel-group .panel .panel-heading a, .main-content .panel-group .panel .panel-heading a:focus, .main-content .panel-group .panel .panel-heading a:hover {
  text-decoration: none;
}
.main-content .panel-group .panel .panel-heading i {
  position: relative;
  margin-top: -30px;
}
.main-content .panel-group .panel > div.panel-collapse.collapse, .main-content .panel-group .panel > div.panel-collapse.collapsing, .main-content .panel-group .panel > div.panel-collapse.collapse.in {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.4;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.galleria-container {
  background: #7b7b7b !important;
}

.galleria-fullscreen, .galleria-play {
  border-right: 1px solid rgba(0, 0, 0, 0.3) !important;
  outline: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-info-description {
  /*margin: 10px 14px 10px !important;
  display: none;*/
}

.addCart-class i {
  border: 1px solid #7b7b7b;
  cursor: pointer;
}

.vehicleList-price {
  padding: 0 15px 15px 15px;
  text-align: left;
  display: inline-block;
  width: 100%;
}
.vehicleList-price .price-class {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.vehicleList-price .price-class .wasprice {
      display: inline-flex; }
      .vehicleList-price .price-class .wasprice h4 {
        color: #fd3869;
        padding-right: 10px;
        font-size: 20px; }
      .vehicleList-price .price-class .wasprice span {
        background: #fd3869;
        color: #FFFFFF;
        padding: 1px 10px;
        font-size: 13px;
        height: 20px; }
.vehicleList-price .price-class h4 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.vehicleList-price .price-class h4 label {
    margin: 0;
}
.vehicleList-price .price-class h4 .drive-away-price {
    font-size: 11px;
    margin-left: 3px;
    color: #333;
}
.vehicleList-price .price-class span {
  font-size: 14px;
}
.vehicleList-price .moreDetails-class {
  float: left;
}
.vehicleList-price .listButton-class {
  float: right;
}
.vehicleList-price .listButton-class i.opencart-icon {
  background: url(/Content/images/cart-icon.svg) center center no-repeat;
  width: 42px;
  height: 42px;
  display: inline-block;
}

.btn-moreDetails {
  text-align: center;
  display: block;
  color: white;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 0;
  border-radius: 0;
  text-decoration: none;
}
.btn-moreDetails:hover {
  box-shadow: inset 0 0px 0px transparent;
  text-decoration: none;
}

.title-vehInfo {    
    font-size: 24px;
    float: left;
    margin-top: 14px;
}

.stock-sold .product-slider i.sold-icon {
  background: #da251d;
  width: calc(100% - 27px);
  color: white;
  display: inline-block;
  position: absolute;
  z-index: 99999;
  opacity: 0.85;
  text-align: center; }
  @media (min-width: 1200px) {
    .stock-sold .product-slider i.sold-icon {
      height: 200px;
      padding-top: 8%;
      margin-top: 20%;
      font-size: 62px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .stock-sold .product-slider i.sold-icon {
      height: 150px;
      padding-top: 10%;
      margin-top: 17%;
      font-size: 62px; } }
  @media (max-width: 767px) {
    .stock-sold .product-slider i.sold-icon {
      height: 60px;
      padding-top: 5%;
      margin-top: 15%;
      font-size: 42px; } }

  .stock-flex .btn-reset-filter {      
        margin: 0 0 20px 20px;
        border-radius: 0;
  }


.youtube .galleria-thumbnails .galleria-image:first-child:after {
  background: url("/Areas/Stock/Content/images/youtube-play.png") no-repeat center center;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer; } 



.cbx-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 25px; }
  .cbx-filter label {
    display: flex;
    align-items: center;
    margin: 0 25px 15px 0; }
    .cbx-filter label input {
      margin: 0 15px 0 0; }
    .cbx-filter label span {
      font-size: 14px;
      line-height: 16px;
      text-transform: uppercase;
      max-width: 200px;
      padding-left: 45px; }
  .cbx-filter .cb-learner span {
    background: url("../../Content/images/LAMS-icon.png") no-repeat center left; }
  .cbx-filter .cb-promotions span {
    background: url("../../Content/images/Cashback-icon.png") no-repeat center left; }
  .cbx-filter .checkbox {
    --background: #fff;
    --border: #D1D6EE;
    --border-hover: #BBC1E1;
    --border-active: #1E2235;
    --tick: #fff;
    position: relative; }
    .cbx-filter .checkbox input,
    .cbx-filter .checkbox svg {
      width: 21px;
      height: 21px;
      display: block; }
    .cbx-filter .checkbox input {
      -webkit-appearance: none;
      -moz-appearance: none;
      position: relative;
      outline: none;
      background: var(--background);
      border: 2px solid #000;
      margin: 0;
      padding: 0;
      cursor: pointer;
      border-radius: 4px;
      transition: box-shadow .3s;
      box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
      outline: none;
      /*&:hover {
            --s: 2px;
            --b: var(--border-hover);
        }*/ }
      .cbx-filter .checkbox input:checked {
        --b: var(--border-active);
        outline: none; }
      .cbx-filter .checkbox input:focus {
        outline: none; }
    .cbx-filter .checkbox input[type=checkbox] {
      margin: 0 15px 0 0;
      position: inherit; }
    .cbx-filter .checkbox svg {
      pointer-events: none;
      fill: none;
      stroke-width: 2px;
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke: var(--stroke, var(--border-active));
      position: absolute;
      top: 6px;
      left: 0;
      width: 21px;
      height: 21px;
      transform: scale(var(--scale, 1)) translateZ(0); }
    .cbx-filter .checkbox.path input:checked {
      --s: 2px;
      transition-delay: .4s; }
      .cbx-filter .checkbox.path input:checked + svg {
        --a: 16.1 86.12;
        --o: 102.22; }
    .cbx-filter .checkbox.path svg {
      stroke-dasharray: var(--a, 86.12);
      stroke-dashoffset: var(--o, 86.12);
      transition: stroke-dasharray .6s, stroke-dashoffset .6s; }
    .cbx-filter .checkbox.bounce {
      --stroke: var(--tick); }
      .cbx-filter .checkbox.bounce input:checked {
        --s: 11px; }
        .cbx-filter .checkbox.bounce input:checked + svg {
          animation: bounce .4s linear forwards .2s; }
      .cbx-filter .checkbox.bounce svg {
        --scale: 0; }

@keyframes bounce {
  50% {
    transform: scale(1.2); }
  75% {
    transform: scale(0.9); }
  100% {
    transform: scale(1); } }

