.ui-widget-content {
  background: transparent;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider {
  background: silver;
  border: 1px solid #fff;
  height: 12px;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  text-align: left;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

.ui-slider .ui-slider-range {
  background-color: #000;
  background-position: 0 0;
  border: 0;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}

.ui-slider .ui-slider-handle {
  background-color: #000;
  border-radius: 100%;
  cursor: default;
  height: 20px;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}

.slider-value {
  display: block;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
}

.slider-value .min-value {
  float: left;
}

.slider-value .max-value {
  float: right;
}

.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em;
}

.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none;
}

.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}

.ui-slider-pips .ui-slider-pip {
  -webkit-touch-callout: none;
  color: #999;
  cursor: pointer;
  font-size: 0.8em;
  height: 1em;
  left: 20px;
  line-height: 1em;
  margin-left: -1em;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 2em;
}

.ui-state-disabled.ui-slider-pips .ui-slider-pip {
  cursor: default;
}

.ui-slider-pips .ui-slider-line {
  background: #999;
  height: 3px;
  left: 50%;
  position: absolute;
  width: 1px;
}

.ui-slider-pips .ui-slider-label {
  left: 50%;
  margin-left: -1em;
  position: absolute;
  top: 5px;
  width: 2em;
}

.ui-slider-pips:not(.ui-slider-disabled) .ui-slider-pip:hover .ui-slider-label {
  color: #000;
  font-weight: 700;
}

.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip-label,
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float
  .ui-slider-handle:focus
  .ui-slider-tip-label
  .ui-slider-float
  .ui-slider-handle.ui-state-focus
  .ui-slider-tip-label {
  outline: none;
}

.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  background: #fff;
  border: 1px solid #888;
  border-radius: 3px;
  color: #333;
  display: block;
  font-size: 12px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-left: -18px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: -40px;
  -webkit-transition-delay: 0ms, 0ms, 0.2s;
  transition-delay: 0ms, 0ms, 0.2s;
  -webkit-transition-duration: 0.2s, 0.2s, 0ms;
  transition-duration: 0.2s, 0.2s, 0ms;
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  visibility: hidden;
  width: 34px;
}

.ui-slider-float .ui-slider-handle.ui-state-active .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle.ui-state-hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  -webkit-transition-delay: 0.2s, 0.2s, 0ms;
  transition-delay: 0.2s, 0.2s, 0ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  visibility: visible;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px;
}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  font-weight: 400;
  top: 32px;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after,
.ui-slider-float .ui-slider-tip:after {
  border: 5px solid hsla(0, 0%, 100%, 0);
  border-top-color: #fff;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before,
.ui-slider-float .ui-slider-tip:before {
  border: 5px solid hsla(0, 0%, 100%, 0);
  border-top-color: #888;
  bottom: -11px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  width: 0;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  border: 5px solid hsla(0, 0%, 100%, 0);
  border-bottom-color: #fff;
  top: -10px;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label:before {
  border: 5px solid hsla(0, 0%, 100%, 0);
  border-bottom-color: #888;
  top: -11px;
}

.ui-slider-pips [class*="ui-slider-pip-initial"] {
  font-weight: 700;
}

.ui-slider-pips .ui-slider-pip-initial-2 {
  color: #1897c9;
}

.ui-slider-pips [class*="ui-slider-pip-selected"] {
  font-weight: 700;
}

.ui-slider-pips .ui-slider-pip-inrange {
  color: #000;
}

.ui-slider-pips .ui-slider-pip-inrange .ui-slider-line,
.ui-slider-pips [class*="ui-slider-pip-selected"] .ui-slider-line {
  background: #000;
}

.ucd .fancybox-slide {
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.ucd .section {
  overflow: hidden;
}

.ucd .fancybox-thumbs {
  background: transparent !important;
  bottom: 0;
  box-sizing: border-box;
  height: 95px;
  left: 0;
  overflow-x: hidden;
  padding: 0;
  right: 0;
  top: auto;
  width: auto;
}

.ucd .fancybox-show-thumbs .fancybox-inner {
  bottom: 95px;
  right: 0;
}

.ucd .gallery {
  opacity: 0;
  position: relative;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  visibility: hidden;
  z-index: 1;
}

.ucd .gallery.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.ucd .gallery .slick-list {
  margin-left: 0;
  margin-right: 0;
}

.ucd .gallery .slick-slide {
  margin: 0;
  padding: 0;
}

.ucd .gallery .ribbon-box {
  left: 0;
  top: 0;
}

.ucd .gallery .ribbon-box,
.ucd .gallery .ribbon-box .ribbon {
  bottom: inherit;
  position: absolute;
  right: inherit;
}

.ucd .gallery .ribbon-box .ribbon {
  height: 75px;
  left: -5px;
  overflow: hidden;
  text-align: right;
  top: -5px;
  width: 75px;
  z-index: 1;
}

.ucd .gallery .ribbon-box .ribbon span {
  background: #000;
  box-shadow: 0 3px 10px -5px #000;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 700;
  left: -21px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100px;
}

.ucd .gallery .ribbon-box .ribbon span:before {
  border-left: 3px solid #fff;
  border-right: 3px solid transparent;
  left: 0;
}

.ucd .gallery .ribbon-box .ribbon span:after,
.ucd .gallery .ribbon-box .ribbon span:before {
  border-bottom: 3px solid transparent;
  border-top: 3px solid #fff;
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
}

.ucd .gallery .ribbon-box .ribbon span:after {
  border-left: 3px solid transparent;
  border-right: 3px solid #fff;
  right: 0;
}

.ucd .gallery .ribbon-box.ex-demo .ribbon span {
  background: #79a70a;
  background: linear-gradient(#9bc90d, #79a70a);
}

.ucd .gallery .ribbon-box.ex-demo .ribbon span:before {
  border-left: 3px solid #79a70a;
  border-top: 3px solid #79a70a;
}

.ucd .gallery .ribbon-box.ex-demo .ribbon span:after {
  border-right: 3px solid #79a70a;
  border-top: 3px solid #79a70a;
}

.gallery-thumbs {
  height: 175px;
  overflow-y: hidden;
}

.gallery-thumbs img {
  border-bottom: 0;
  cursor: pointer;
  padding-bottom: 3%;
  width: 100%;
}

.gallery-thumbs .slick-list {
  margin-left: 0;
  margin-right: 0;
}

.gallery-thumbs .slick-slide {
  border: 0;
  margin: 0;
  padding: 0;
}

.used-gallery-ctas {
  margin-top: 30px !important;
}

.used-gallery-ctas .btn-primary {
  background-color: #fff !important;
}

.used-gallery-ctas .btn-primary:hover {
  background-color: #000 !important;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

#phyronContainer:after {
  background-image: url(https://bluesky.sirv.com/Websites/Sinclair%20Group/images/video-thumb-trans.png);
  background-position: 50%;
  content: "";
  display: none;
  height: 115px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 115px;
  z-index: 1;
}

#phyronContainer.video-container--playing:after {
  display: none;
}

#phyronContainer.video-container--paused:after {
  display: block;
}

.embed-responsive-phyron:before {
  padding-top: 60%;
}

.gallery-thumbs > figure:not(:first-child) {
  display: none;
}

figure {
  width: 100.33% !important;
}

.gallery-thumbs figure {
  width: 100% !important;
}

.gallery-thumbs .slick-slide > div:first-of-type {
  margin-bottom: 0.5px;
}

.slick-current figure.phyron-video-thumbnail {
  height: auto;
  margin-bottom: -1px;
}

.phy-overlay-ctrls svg {
  filter: brightness(6);
}

.gallery-thumbs {
  margin-left: -0.5rem;
  width: calc(100% + 1rem);
}

.gallery-thumbs .slick-slide {
  padding: 0 0.5rem !important;
}

.gallery-thumbs div:last-of-type:is(.slick-slide) {
  display: none;
}

.ev_benefits_slider {
  overflow: hidden;
}

.ev_benefits_slider.section.sm {
  padding: 2.7rem;
}

.ev_benefits_slider .slick-slide {
  margin: 0 3rem 0 0;
}

.ev_benefits_slider .slick-dots {
  display: flex;
  justify-content: right;
  margin: 1rem 0 0;
  position: absolute;
  right: 5%;
  top: -2%;
}

.ev_benefits_slider .slick-next:before,
.ev_benefits_slider .slick-prev:before {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.ev_benefits_slider .carousel_trustees_Banner .slick-prev,
.ev_benefits_slider .slick-next {
  top: 50%;
}

.ev_benefits_slider .slick-prev {
  left: -10px;
  top: 30%;
}

.ev_benefits_slider .slick-next {
  right: 20px;
  top: 30%;
}

.used-running-costs p {
  font-size: 1.25rem;
  font-weight: 700;
}

.ucd .used__ctas {
  overflow: hidden;
  width: 100% !important;
}

.ucd .used__ctas,
.ucd .used__ctas a {
  border-bottom: none !important;
}

.ucd .used__ctas a {
  font-weight: 500;
  text-decoration: none;
}

.ucd .used__ctas a span {
  border-bottom: 3pt solid rgba(0, 0, 0, 0.5);
  font-family: AvenirHeavy, sans-serif;
  font-size: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding: 0 0 5px;
}

.ucd .used__ctas a span,
.ucd .used__ctas a span:hover {
  -moz-background-clip: border;
  -webkit-background-clip: border;
  background-clip: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

.ucd .used__ctas a span:hover {
  border-bottom: 3pt solid #000;
}

.location-details h2 {
  letter-spacing: 0.5rem;
}

.location-details .btn-secondary:hover {
  background-color: #292929 !important;
  color: #fff !important;
}

.location-details .btn-secondary a:hover {
  color: #fff !important;
}

.location-details .dealer-details {
  -moz-column-count: 2;
  column-count: 2;
}

.location-details .dealer-details .umb-grid .grid-section > * {
  padding: 0;
}

.location-details .dealer-details li {
  font-weight: 500;
  line-height: 2.2;
  list-style: none outside;
  margin-left: -45px;
}

.location-details .dealer-details li:before {
  content: "" !important;
  margin-right: 0 !important;
}

#spec-tabs .tab-content {
  padding-top: 2rem;
}

#spec-tabs .tab-content .umb-grid .grid-section > * {
  padding: 0 !important;
}

#spec-tabs .tab-content .advanced__textarea {
  padding-top: 0;
}

#spec-tabs .tab-content .section.md {
  padding: 0;
}

#spec-tabs .tab-content .section.md:last-child .btn {
  margin-top: 2rem;
}

#spec-tabs .tab-content .section.md:last-child p:last-child {
  margin-bottom: 0;
}

#spec-tabs .used-pills .nav-pills {
  display: none;
  float: left;
  width: 25%;
}

#spec-tabs .used-pills .nav-pills ul {
  margin: 0;
  padding: 0;
}

#spec-tabs .used-pills .nav-pills .nav-item {
  flex: 1 1 50%;
  max-width: 50%;
}

#spec-tabs .used-pills .nav-pills .nav-item:first-child .nav-link {
  background-color: transparent;
  color: #fff;
}

#spec-tabs .used-pills .nav-pills .nav-item:nth-child(2) .nav-link,
#spec-tabs .used-pills .nav-pills .nav-item:nth-child(3) .nav-link,
#spec-tabs .used-pills .nav-pills .nav-item:nth-child(4) .nav-link,
#spec-tabs .used-pills .nav-pills .nav-item:nth-child(5) .nav-link {
  background-color: transparent;
  color: #000;
}

#spec-tabs .used-pills .nav-pills .nav-item .nav-link {
  border: 0;
  border-bottom: 3pt solid rgba(0, 0, 0, 0.5);
  font-family: AvenirNextLTW01-Demi, sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 550;
  height: 100%;
  letter-spacing: 2px;
  padding: 2.5rem 0 0.5rem;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#spec-tabs .used-pills .nav-pills .nav-item .nav-link.active,
#spec-tabs .used-pills .nav-pills .nav-item .nav-link:hover {
  background-color: transparent !important;
  border-bottom: 3pt solid #000;
  color: #000 !important;
}

#spec-tabs .spec-header a {
  border-bottom: 3pt solid rgba(0, 0, 0, 0.5);
  color: #000 !important;
  display: block;
  font-size: 1.25rem !important;
  font-weight: 550;
  height: 100%;
  padding: 2.6rem 0 0.5rem;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

#spec-tabs .spec-header a[aria-expanded="true"] {
  background-color: transparent !important;
  border-bottom: 3pt solid #000;
  color: #000 !important;
}

#spec-tabs .full-spec {
  -moz-column-count: 2;
  column-count: 2;
  margin: 0;
  padding: 0;
}

#spec-tabs .full-spec li {
  border-bottom: 1px solid #000;
  flex: 1 1 100% !important;
  line-height: 2.2rem;
  list-style-type: none;
  max-width: 100% !important;
}

.reg_box {
  background: url(https://bluesky.sirv.com/Websites/Sinclair%20Group/images/icons/used/gb.jpg)
    0 no-repeat #fff !important;
  border: 0 !important;
  border: #000;
  border-radius: 0.3rem !important;
  display: block;
  font-family: uknumberplateregular;
  font-family: AvenirNextLTW01-Demi, sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 700;
  height: 70px !important;
  line-height: 70px !important;
  margin: 30px auto;
  padding: 15px 20px 15px 70px !important;
  width: 100% !important;
}

.used_valuation .btn {
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translateX(-50%);
  z-index: 20;
}

.used_valuation .btn.btn-white {
  background-color: #fff;
  border: none;
  color: #292929;
  font-weight: 600 !important;
  transition: all 0.6s ease;
}

.used_valuation .btn.btn-white:hover {
  background-color: #000;
  color: #fff;
}

#new-finance #financeType label {
  border: 1px solid #000;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

#new-finance #financeType input[type="radio"] {
  border-radius: 3px;
  box-sizing: border-box;
  height: 25px;
  padding: 0;
  width: 25px;
}

#new-finance #financeType input[type="radio"]:checked,
#new-finance #financeType input[type="radio"]:not(:checked) {
  left: -9999px;
  position: absolute;
}

#new-finance #financeType input[type="radio"]:checked + label,
#new-finance #financeType input[type="radio"]:not(:checked) + label {
  cursor: pointer;
  line-height: 25px;
  margin-right: 15px;
}

#new-finance #financeType input[type="radio"]:checked + label {
  background: #000;
  color: #fff;
}

#new-finance #financeType input[type="radio"]:checked + label:after,
#new-finance #financeType input[type="radio"]:checked + label:before,
#new-finance #financeType input[type="radio"]:not(:checked) + label:after,
#new-finance #financeType input[type="radio"]:not(:checked) + label:before {
  background-color: transparent;
  content: "";
  width: 0;
}

#new-finance label {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#new-finance label span {
  display: block;
  font-size: 1rem;
  font-weight: lighter;
  margin-top: 1rem;
  text-transform: none;
}

#new-finance .dropdown {
  background: transparent;
  border: none;
  border-bottom: 2px solid #000;
  color: #000;
  float: right;
  font-weight: 600;
  line-height: 1.4;
}

#new-finance input#txtDeposit {
  background: #fff;
  background: url(https://www.sinclairgroup.co.uk/img/used-cars/gbp.jpg) 0
    no-repeat !important;
  border: 1px solid #000;
  border-radius: 0;
  float: left;
  font-size: 1.2rem;
  font-weight: 700;
  height: 47px;
  padding: 0 20px 0 40px !important;
  width: 46%;
}

#new-finance input#txtDeposit:focus {
  box-shadow: none;
  outline: none;
}

#new-finance .notification {
  background: #000;
  color: #fff;
  float: left;
  padding: 10px;
  width: 100%;
}

#new-finance .slider-value {
  font-weight: 100;
  text-align: right;
}

#new-finance .ui-slider {
  background: #efefef;
}

#new-finance .ui-slider-pips .ui-slider-pip {
  display: none;
}

#new-finance .cw-checkout {
  font-weight: 600 !important;
  transition: all 0.3s ease;
}

#new-finance tr:nth-child(odd) {
  background-color: #fff;
}

#new-finance .values .deposit-min-value {
  display: inline-block !important;
}

#new-finance .values {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#new-finance .section .white a {
  color: #fff !important;
}

#new-finance .hide {
  display: none;
}

#new-finance .no-decoration,
#new-finance .no-decoration:active,
#new-finance .no-decoration:focus,
#new-finance .no-decoration:hover,
#new-finance .no-decoration:visited {
  text-decoration: none;
}

#new-finance .modal-title {
  font-weight: 700;
  text-align: center;
}

#new-finance .ui-widget-content {
  background: transparent;
}

#new-finance .ui-slider-horizontal {
  height: 0.8em;
}

#new-finance .ui-slider {
  background: silver;
  border: 1px solid #fff;
  height: 12px;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  text-align: left;
}

#new-finance .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

#new-finance .ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}

#new-finance .ui-slider .ui-slider-range {
  background-color: #000;
  background-position: 0 0;
  border: 0;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}

#new-finance .ui-slider .ui-slider-handle {
  background-color: #000;
  border-radius: 100%;
  cursor: default;
  height: 20px;
  position: absolute;
  top: -5px;
  width: 20px;
  z-index: 2;
}

#new-finance .ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 1.4em;
}

#new-finance .ui-slider-pips .ui-slider-label {
  display: none;
}

#new-finance .ui-slider-pips .ui-slider-pip {
  -webkit-touch-callout: none;
  color: #999;
  cursor: pointer;
  font-size: 0.8em;
  height: 1em;
  left: 20px;
  line-height: 1em;
  margin-left: -1em;
  overflow: visible;
  position: absolute;
  text-align: center;
  top: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 2em;
}

#new-finance .ui-slider-pips .ui-slider-line {
  background: #999;
  height: 3px;
  left: 50%;
  position: absolute;
  width: 1px;
}

#new-finance .ui-slider-pips .ui-slider-label {
  left: 50%;
  margin-left: -1em;
  position: absolute;
  top: 5px;
  width: 2em;
}

#new-finance
  .ui-slider-pips:not(.ui-slider-disabled)
  .ui-slider-pip:hover
  .ui-slider-label {
  color: #000;
  font-weight: 700;
}

#new-finance .ui-slider-pips [class*="ui-slider-pip-initial"],
#new-finance .ui-slider-pips [class*="ui-slider-pip-selected"] {
  font-weight: 700;
}

#new-finance .ui-slider-pips .ui-slider-pip-inrange {
  color: #000;
}

#new-finance .ui-slider-pips .ui-slider-pip-inrange .ui-slider-line,
#new-finance .ui-slider-pips [class*="ui-slider-pip-selected"] .ui-slider-line {
  background: #000;
}

#new-finance .ui-slider .ui-slider-handle {
  cursor: pointer;
  margin-left: -2px;
  margin-top: -3px;
}

#new-finance .ui-slider {
  background: #f6f6f6;
  height: 8px;
}

#new-finance #disable,
#new-finance .ui-slider-pips .ui-slider-pip {
  display: none;
}

#new-finance .finance-table {
  width: 100%;
}

#new-finance .finance-table tbody {
  max-width: 100%;
}

#new-finance .finance-table tr {
  border-bottom: 1.2px solid #292929;
}

.cw-view-count {
  display: none;
}

@media screen and (min-width: 992px) {
  .carousel_vehicles .slick-list {
    overflow: visible;
}
}

.ucd-finance .payment-tabs .nav-pills {
  background: #000;
  margin: 0;
  padding: 0;
}

.ucd-finance .payment-tabs .nav-pills .nav-item {
  flex: 1 1 100%;
  max-width: 100%;
}

.ucd-finance .payment-tabs .nav-pills .nav-link {
  background-clip: padding-box;
  background: #efefef;
  border-radius: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.143rem;
  padding: 1.6rem;
  text-transform: uppercase;
}

.ucd-finance .payment-tabs .nav-pills .nav-link.active {
  background-color: #000;
  color: #fff;
}

.ucd-finance h3 {
  font-family: AvenirNextLTW01-Regular;
}

.ucd-update .finance-info {
  margin-right: 1.5rem;
  position: relative;
}

.ucd-update #hp-overview,
.ucd-update #pcp-overview {
  max-width: 500px;
}

.ucd-update .fa-circle-info {
  font-size: 0.875rem;
  position: absolute;
  right: -16px;
  top: 5px;
}

.ucd-update .back-to-results {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"/></svg>');
  background-position-x: 10px;
  background-position-y: 10px;
  background-repeat: no-repeat;
  background-size: 10px;
  font-size: 0.8rem !important;
  transition: all 0.3s ease-out;
}

.ucd-update .gallery__wrap {
  position: relative;
}

.ucd-update .gallery__wrap .local-heart {
  background: transparent !important;
  bottom: 30px;
  padding: 0.4rem 1.2rem;
  position: absolute !important;
  right: 2.5%;
  top: auto !important;
  z-index: 555;
}

.ucd-update .slick-next:before,
.ucd-update .slick-prev:before {
  color: #fff !important;
  padding: 1rem;
}

.ucd-update .carousel-control-prev,
.ucd-update .slick-prev,
.ucd-update .slider-prev {
  bottom: 40% !important;
  left: 1rem;
  opacity: 1 !important;
  top: auto;
}

.ucd-update .carousel-control-next,
.ucd-update .slick-next,
.ucd-update .slider-next {
  bottom: 40% !important;
  opacity: 1 !important;
  right: 1rem;
  top: auto;
}

.ucd-update .blue-text {
  color: #084bc3 !important;
}

.ucd-update .blue-text small {
  font-size: 0.775rem;
}

.ucd-update #financeType {
  margin-top: 1.5rem;
}

.ucd-update #financeType td:first-of-type {
  border-right: 1rem solid #fff;
}

.ucd-update #financeType td {
  background-color: #f7f7f5;
  margin-right: 2rem;
  padding: 0.8rem 1.5rem 0.5rem;
  width: 400px;
}

.ucd-update #financeType input[type="radio"] {
  cursor: pointer;
  height: 1rem;
  margin-left: 0;
  margin-right: 0.3rem;
  width: 1rem;
}

.ucd-update #financeType label {
  cursor: pointer;
  font-size: 1rem;
  font-weight: bolder;
  margin-right: 1rem;
}

.ucd-update .bg-light-grey {
  background-color: #f8f9fa !important;
  border: 1px solid #ced4da !important;
}

.ucd-update .accordion-item {
  border: none !important;
}

.ucd-update .accordion-button {
  border-top: 1px solid #ccc;
  font-weight: 400;
  padding-left: 0;
  text-transform: uppercase;
}

.ucd-update .accordion-body {
  padding-left: 0;
}

.ucd-update .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.ucd-update .accordion-button:after {
  transition: all 0.3s ease-out;
}

.ucd-update .accordion-button:after,
.ucd-update .accordion-button:not(.collapsed):after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9S63.9 115 63.9 128v256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>');
  background-size: auto;
}

.ucd-update .accordion-button:not(.collapsed):after {
  margin-right: -15px;
  margin-top: 5px;
  opacity: 1;
  transform: rotate(90deg);
}

.ucd-update .text-field {
  -webkit-appearance: none;
  border: none;
  overflow: hidden;
}

.ucd-update .cash-deposit {
  margin-left: -15px;
  width: 65px;
}

.ucd-update .select {
  background: #ccc;
}

.ucd-update #cw-reserve {
  background-color: #000;
  border: 3px solid #000 !important;
  line-height: 1.5;
  opacity: 1;
  padding: 0.625rem 0.9375rem;
}

.ucd-update #cw-reserve a {
  color: #fff;
}

.ucd-update #cw-reserve:hover {
  opacity: 0.6;
}

.ucd-update .overview table td,
.ucd-update .overview table th {
  border: none !important;
}

.ucd-update .umb-grid .grid-section > * {
  padding: 0 1rem 0 0;
}

@media (max-width: 991.5px) {
    .ucd-update.motab-vehicles .umb-grid .grid-section > * {
    padding: 0px 0px 0px 0px!important;
    }
}

.ucd-update .benefits h2 {
  font-size: 1.2rem !important;
}

.ucd-update .benefits .col-md-6:first-of-type {
  display: none;
}

.ucd-update .benefits .col-md-6 {
  padding: 0 1rem;
  width: 100%;
}

.ucd-update .img-ctas {
  display: flex;
  margin-bottom: 1.5rem !important;
  margin-top: -3.5rem !important;
  padding: 0 1rem;
  position: relative;
  white-space: nowrap;
  z-index: 2;
}

.ucd-update .overview-spec {
  background-color: dimgray;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

.ucd-update .accordion-button:after {
  margin-right: -20px;
}

.btn.btn-primary.cta-part-ex {
  padding: 1rem;
  width: 200px !important;
}

.finance-table {
  font-size: 0.9rem;
}

.cash-deposit {
  transform: translateX(10px);
}

.offer-img {
  padding: 2rem 0 !important;
}

.cw-content {
  margin: 0 !important;
}

.offers img {
  height: auto !important;
  width: 100% !important;
}

.sticky .point,
.sticky .point:last-of-type {
  border-bottom: 1px solid #ccc;
}

.sticky .point {
  background-color: #fff !important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #000;
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.6s ease;
}

.sticky .finance-info {
  margin-right: 1.5rem;
  position: relative;
}

.sticky #hp-overview,
.sticky #pcp-overview {
  max-width: 500px;
}

.sticky .fa-circle-info {
  font-size: 0.875rem;
  position: absolute;
  right: -15px;
  top: 5px;
}

.sticky .back-to-results {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M9.4 278.6c-12.5-12.5-12.5-32.8 0-45.3l128-128c9.2-9.2 22.9-11.9 34.9-6.9s19.8 16.6 19.8 29.6v256c0 12.9-7.8 24.6-19.8 29.6s-25.7 2.2-34.9-6.9l-128-128z"/></svg>');
  background-position-x: 10px;
  background-position-y: 10px;
  background-repeat: no-repeat;
  background-size: 10px;
  font-size: 0.8rem !important;
  transition: all 0.3s ease-out;
}

.sticky .gallery__wrap {
  position: relative;
}

.sticky .gallery__wrap .local-heart {
  background: transparent !important;
  bottom: 30px;
  padding: 0.4rem 1.2rem;
  position: absolute !important;
  right: 2.5%;
  top: auto !important;
  z-index: 9999;
}

.sticky .slick-next:before,
.sticky .slick-prev:before {
  color: #fff !important;
  padding: 1rem;
}

.sticky .carousel-control-prev,
.sticky .slick-prev,
.sticky .slider-prev {
  bottom: 40% !important;
  left: 1rem;
  opacity: 1 !important;
  top: auto;
}

.sticky .carousel-control-next,
.sticky .slick-next,
.sticky .slider-next {
  bottom: 40% !important;
  opacity: 1 !important;
  right: 1rem;
  top: auto;
}

.sticky li {
  list-style: none;
}

.sticky .blue-text {
  color: #084bc3 !important;
}

.sticky .blue-text small {
  font-size: 0.775rem;
}

.sticky #financeType {
  margin-top: 1.5rem;
}

.sticky #financeType td:first-of-type {
  border-right: 1rem solid #fff;
}

.sticky #financeType td {
  background-color: #f7f7f5;
  margin-right: 2rem;
  padding: 0.8rem 1.5rem 0.5rem;
  width: 400px;
}

.sticky #financeType input[type="radio"] {
  cursor: pointer;
  height: 1rem;
  margin-left: 0;
  margin-right: 0.3rem;
  width: 1rem;
}

.sticky #financeType label {
  cursor: pointer;
  font-size: 1rem;
  font-weight: bolder;
  margin-right: 1rem;
}

.sticky .bg-light-grey {
  background-color: #f8f9fa !important;
  border: 1px solid #ced4da !important;
}

.sticky .accordion-item {
  border: none !important;
}

.sticky .accordion-button {
  border-top: 1px solid #ccc;
  font-weight: 400;
  padding-left: 0;
  text-transform: uppercase;
}

.sticky .accordion-body {
  padding-left: 0;
}

.sticky .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.sticky .accordion-button:after {
  transition: all 0.3s ease-out;
}

.sticky .accordion-button:after,
.sticky .accordion-button:not(.collapsed):after {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9S63.9 115 63.9 128v256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>');
  background-size: auto;
}

.sticky .accordion-button:not(.collapsed):after {
  opacity: 0;
  transform: rotate(0deg);
}

.sticky .text-field {
  -webkit-appearance: none;
  border: none;
  overflow: hidden;
}

.sticky .cash-deposit {
  margin-left: -15px;
  width: 65px;
}

.sticky .select {
  background: #ccc;
}

.sticky #cw-reserve .btn {
  border-color: #000;
  color: #fff !important;
}

.sticky #cw-reserve .btn #cw-reserve :hover {
  color: #000 !important;
}

.sticky #cw-reserve .btn .overview table td,
.sticky #cw-reserve .btn .overview table th {
  border: none !important;
}

.sticky #cw-reserve .btn .umb-grid .grid-section > * {
  padding: 0 1rem 0 0 !important;
}

.sticky #cw-reserve .btn .benefits h2 {
  font-size: 1.2rem !important;
}

.sticky #cw-reserve .btn .benefits .col-md-6:first-of-type {
  display: none;
}

.sticky #cw-reserve .btn .benefits .col-md-6 {
  padding: 0 1rem;
  width: 100%;
}

.sticky #cw-reserve .btn .img-ctas {
  display: none;
}

.sticky #cw-reserve .btn .overview-spec {
  background-color: dimgray;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

.sticky #cw-reserve .btn .accordion-button:after {
  margin-right: -20px;
}

.sticky .btn.btn-primary.cta-part-ex {
  padding: 1rem;
  width: 200px !important;
}

.sticky .finance-table {
  font-size: 0.9rem;
}

.sticky .cash-deposit {
  transform: translateX(10px);
}

.sticky .offer-img {
  padding: 2rem 0 !important;
}

.sticky .cw-content {
  margin: 0 !important;
}

.sticky .offers img {
  height: auto !important;
  width: 100% !important;
}

.sticky .sticky .point,
.sticky .sticky .point:last-of-type {
  border-bottom: 1px solid #ccc;
}

.sticky .sticky .point {
  background-color: #fff !important;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #000;
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: all 0.6s ease;
}

#specification-accordion,
#vehicle-categories-accordion {
  transform: translateX(1rem);
}

.custom-accordion-button {
  align-items: center;
  background: none;
  border: none;
  border-top: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  text-align: left;
  width: 100%;
}

.custom-accordion-content {
  border-bottom: 1px solid #ddd;
  display: none;
  padding: 0.5rem 1.25rem;
}

.custom-accordion-content.show {
  display: block;
}

.custom-accordion-button .icon {
  font-size: 1.25rem;
  font-weight: 700;
}

.custom-accordion-button.open {
  background-color: #f9f9f9;
}

.checklist.full-spec {
  margin: 0;
  padding-left: 0;
}

.checklist.full-spec li {
  margin-bottom: 0.25rem;
}

.spec-list {
  padding-left: 0 !important;
}

.custom-accordion-content .row .col-8:before {
  content: "• ";
  margin-right: 5px;
}

.custom-accordion-button {
  color: #000;
}

.get-in-touch-actions {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  row-gap: 1rem;
}

:root {
  --highlighted-finance-field: #e6e6e6;
}

.highighted-finance-field {
  padding: 0.5rem 0.8rem 0.5rem 0.5rem;
}

.highighted-finance-field,
.highighted-finance-field > * {
  background-color: var(--highlighted-finance-field);
}

body:has(#financeType) {
  accent-color: var(--bs-dark);
}

.highighted-finance-field:has(> select),
.highighted-finance-field > select {
  cursor: pointer;
}

@media (min-width: 576px) {
  .ucd-finance .payment-tabs .nav-pills .nav-item {
    flex: 1 1 auto;
    max-width: inherit;
  }
}

@media (min-width: 768px) {
  .desktop_hide {
    display: none;
  }

  .mobile_hide {
    display: block;
  }

  .sticky {
    position: fixed;
    right: 0.5rem;
    top: 7.5rem;
    z-index: 100;
  }

  .sticky .col-devices:hover {
    background-color: #ccc;
  }

  .sticky .point {
    width: 40px;
  }

  .sticky .desktop_hide {
    display: none;
  }

  .sticky .mobile_hide {
    display: block;
  }

  .sticky .sticky {
    position: fixed;
    right: 0.5rem;
    top: 7.5rem;
    z-index: 100;
  }

  .sticky .sticky .col-devices:hover {
    background-color: #ccc;
  }

  .sticky .sticky .point {
    width: 40px;
  }
}

@media (min-width: 992px) {
  #spec-tabs .used-pills .nav-pills {
    display: flex;
  }

  #spec-tabs .used-pills .nav-pills .nav-item {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
  }

  #spec-tabs .used-pills .nav-pills .nav-item:nth-child(2n) .nav-link,
  #spec-tabs .used-pills .nav-pills .nav-item:nth-child(odd) .nav-link {
    background-color: transparent;
    color: #000;
  }

  #spec-tabs .spec-header {
    display: none;
  }

  #spec-tabs .collapse {
    display: block;
  }

  .reg_box {
    width: 300px !important;
  }

  #new-finance #financeType {
    margin: 2rem auto;
    width: auto;
  }

  #new-finance #financeType label {
    padding: 1.2rem;
    text-align: center;
    width: 28rem;
    width: 400px;
  }
}

@media (min-width: 1200px) {
  .ucd bsk-shortlist-local-heart {
    right: 0;
  }

  .used-gallery-ctas {
    margin-top: -40px !important;
    position: relative;
    z-index: 2;
  }

  .sticky #cw-reserve .btn .img-ctas,
  .ucd-update .img-ctas {
    display: flex;
    margin-top: -5.2rem !important;
    padding: 0 1rem;
    position: relative;
    z-index: 2;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .ucd .used__ctas a {
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 1375px) and (max-width: 1534px) {
  figure {
    width: 100.75% !important;
  }

  @supports (-moz-appearance: none) {
    .slick-current figure.phyron-video-thumbnail {
      height: auto;
      margin-bottom: 0;
    }
  }

  @supports (-webkit-appearance: none) and (not (overflow: -webkit-marquee)) {
    .slick-current figure.phyron-video-thumbnail {
      height: auto;
      margin-bottom: 0;
    }

    .gallery-thumbs .slick-slide > div:first-of-type {
      margin-bottom: 0;
    }
  }
}

@media only screen and (min-width: 1535px) and (max-width: 1600px) {
  figure {
    width: 100.5% !important;
  }

  .slick-current figure.phyron-video-thumbnail {
    height: 315.85px;
    margin-bottom: 0;
  }

  .gallery-thumbs .slick-slide > div:first-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .ucd-update .container {
    max-width: 1550px;
  }
}

@media only screen and (min-width: 1900px) and (max-width: 2000px) {
  figure {
    width: 101% !important;
  }

  .slick-current figure.phyron-video-thumbnail {
    height: 400px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 2001px) and (max-width: 3000px) {
  figure {
    width: 101% !important;
  }

  .gallery-thumbs img {
    padding-bottom: 2.5%;
  }
}

@media only screen and (orientation: landscape) and (min-device-width: 300px) and (max-device-width: 999px) {
  .ucd .fancybox-thumbs {
    display: none !important;
  }
}

@media (max-width: 1600px) {
  .ucd-update .container {
    max-width: 1440px;
  }
}

@media (max-width: 1599.98px) {
  .used-running-costs p {
    font-size: 1rem;
  }
}

@media (max-width: 1300px) {
  .used-gallery-ctas {
    margin-top: -33.5px !important;
  }
}

@media only screen and (max-width: 999px) {
  .ucd a[data-fancybox] img {
    cursor: zoom-in;
  }

  .ucd .fancybox__caption {
    display: none !important;
  }

  .ucd .fancybox__content,
  .ucd .fancybox__image {
    height: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  .location-details .btn-secondary {
    margin-bottom: 0.5rem;
    width: 100%;
  }

  #spec-tabs .tab-pane {
    display: block !important;
    opacity: 1;
  }

  #spec-tabs .full-spec {
    -moz-column-count: 1;
    column-count: 1;
  }

  #new-finance #financeType {
    width: 100% !important;
  }

  #new-finance #financeType label {
    font-size: 0.9rem;
    margin-bottom: 0;
    padding: 10px 0;
    width: 100% !important;
  }

  #new-finance #financeType td {
    float: left;
    width: 50%;
  }

  #new-finance label {
    font-size: 1rem;
    margin-bottom: 0.9rem;
  }

  #new-finance input#txtDeposit {
    width: 56%;
  }

  #new-finance .notification {
    font-size: 0.8rem;
    margin-top: 3%;
  }
}

@media only screen and (max-width: 991px) {
  .ucd-info-amounts small {
    display: none;
  }

  .ucd-info-monthly-amount {
    font-size: 1rem;
  }
}

@media (max-width: 900px) {
  .used-gallery-ctas {
    margin-top: 7.5px !important;
  }
}

@media (max-width: 825px) {
  .ucd-update .img-responsive {
    height: auto;
    width: 100%;
  }

  .ucd-update .img-ctas {
    margin-bottom: 2rem !important;
    margin-top: -4rem !important;
  }
}

@media (max-width: 768px) {
  .ucd-update .gallery__wrap .local-heart {
    bottom: 15px;
    right: 0;
  }

  .touch-icon {
    padding: 0 1rem 0 0;
  }

  .mobile_hide {
    display: none;
  }

  .desktop_hide {
    display: block;
  }

  .btn.btn-primary.cta-part-ex {
    width: 200px !important;
  }

  .btn.border-thin {
    border: 1px solid transparent;
    padding: 0.25rem 0.5rem;
  }

  .sticky {
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
  }

  .sticky .col-devices {
    width: 25% !important;
  }

  .sticky .gallery__wrap .local-heart {
    bottom: 20px;
    right: 5%;
  }

  .sticky #cw-reserve .btn .img-responsive {
    height: auto;
    width: 100%;
  }

  .sticky .touch-icon {
    padding: 0 1rem 0 0;
  }

  .sticky .mobile_hide {
    display: none;
  }

  .sticky .desktop_hide {
    display: block;
  }

  .sticky .btn.btn-primary.cta-part-ex {
    width: 200px !important;
  }

  .sticky .sticky {
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
  }

  .sticky .sticky .col-devices {
    width: 25% !important;
  }
}

@media (max-width: 767.98px) {
  .ev_benefits_slider {
    padding: 0 0 0 15px !important;
  }

  .ev_benefits_slider .slick-slide {
    margin: 0 1rem 0 0;
  }

  .ev_benefits_slider .border-end {
    border-right: none !important;
  }

  .ev_benefits_slider .slick-dots {
    position: relative;
    right: 50px;
    top: -10px;
  }

  .ev_benefits_slider .slick-next:before,
  .ev_benefits_slider .slick-prev:before {
    font-size: 50px;
  }

  .ev_benefits_slider .slick-prev {
    top: 50%;
  }

  .ev_benefits_slider .slick-next {
    right: -15px;
    top: 50%;
  }

  #new-finance label span {
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 1px;
  }
}

@media (max-width: 575.98px) {
  .used-running-costs p {
    font-size: 0.875rem;
  }
}

@media (max-width: 399px) {
  .custom-accordion-content {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) {
  .fixed-ctas {
    display: none;
  }
}
