/* colors */
/* The CTA and Main colors are pulled from site templates created by the Design team. These colors vary per OEM or group. */
/* CTA stands for Call-to-Action. The CTA color is often a bright, eye-catching color like red or light blue, used for links and important buttons. */
/* The Main color is often a dark, muted color like black or navy blue, used for backgrounds and less important buttons. */
/* fonts */
/* breakpoints */
/* borders */
/****** Style overrides on elements containing Icons ********/
/*
* Some icons variables are being used here that may be overriding
* some styles added in the SITESAA cadillacCustomIcons.scss icon styles.
*/
#srp_filter .panel .option-title button i {
  transform: rotate(0deg);
  width: 8px;
}
#srp_filter .panel .panel__content-btn i {
  transform: rotate(0deg);
  width: 8px;
}

#srp-inventory .hero-carousel .hero-carousel__controls button .custom-dealer-styling__chevron-left--white,
#srp-inventory .hero-carousel .hero-carousel__controls button .custom-dealer-styling__chevron-right--white {
  width: 20px;
}

#filter-buttons .filter-buttons-icons .custom-dealer-styling__list--black {
  height: 22px;
  width: 28px;
  opacity: 0.5;
}
#filter-buttons .filter-buttons-icons .layout-toggle__button--selected .custom-dealer-styling__list--black {
  opacity: 1;
}

.srp-search-inner .search-bar form .custom-dealer-styling__search--black {
  height: 20px;
  width: 80px;
  padding: 0 25px 0 30px;
  font-size: unset;
  line-height: unset;
}

.more-info-modal__dialog .more-info-header .more-info-header__close .custom-dealer-styling__close--black {
  width: 3.2rem;
  height: 3.2rem;
  line-height: 0.6;
}

.vehicle-image-gallery .gallery-content .gallery-header .custom-dealer-styling__close--black {
  height: unset;
}

.srp-pagination .pagination a .custom-dealer-styling__chevron-left--black,
.srp-pagination .pagination a .custom-dealer-styling__chevron-right--black {
  width: 0.75rem;
}

.inventory_list .srp-pagination .custom-select-wrapper .arrow {
  line-height: 0.5rem;
}
.inventory_list .srp-pagination .custom-select-wrapper .arrow::after {
  content: url("https://cdn.dealeron.com/static/brand-cadillac/icons/icon-chevron-down.svg") !important;
  width: 15px;
  position: static;
}
.inventory_list .srp-pagination .custom-select-wrapper .open .arrow::after {
  content: url("https://cdn.dealeron.com/static/brand-cadillac/icons/icon-chevron-up.svg") !important;
  transform: rotate(0deg);
}

.form-group div .custom-dealer-styling__chevron-down--black {
  padding: 6px 12px;
}

.vehicle-compare-container .scrolling-controls .scrolling-control button .custom-dealer-styling__chevron-left--white,
.vehicle-compare-container .scrolling-controls .scrolling-control button .custom-dealer-styling__chevron-right--white {
  width: 25px;
}
.vehicle-compare-container .compare-table .header-cell button {
  background-color: #a5a5a5;
  border-radius: 15px;
}
.vehicle-compare-container .compare-table .header-cell button .custom-dealer-styling__close--white {
  width: 18px;
  line-height: 0.1px;
  padding: 3px;
}

.mrp-featured-spec-border {
  border-right: 1px solid #ffffff !important;
}
@media (max-width: 849px) {
  .mrp-featured-spec-border {
    border-right: 0px !important;
  }
}

.mrp-featured-specs-mobile-border {
  border-top: 1px solid #ffffff !important;
}
@media (min-width: 850px) {
  .mrp-featured-specs-mobile-border {
    border-top: 0px !important;
  }
}

/*# sourceMappingURL=cadillacIconsStyling.css.map */
