body {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
  font-weight: 400;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, strong, b {
  font-family: 'Public Sans', Arial, Helvetica, sans-serif;
}
/* Font */
.font-public-sans {
  font-family: 'Public Sans';
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}

/* Color */
.bg-white {
  background-color: #fff !important;
}
.bg-orange {
  background-color: #E35627 !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.bg--light_gray {
  background: #EFEFEF
}

/* Attributes */
.w-100 {
  width: 100% !important;
}
.d-flex {
  display: flex !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-auto {
  margin-right: auto !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Nav Bar */
.header--control .primary {
  background: #E35627;
  border: 1px solid #fff;
  border-width: 0 0 4px 0;
}
@media (min-width: 1080px) {
  .header--control nav ul {
    margin-left: -10px;
  }
}
.header--control nav ul li {
  font-family: 'Public Sans';
  font-weight: 300;
  padding-left: 1px;
  padding-right: 1px;
}
.header--control nav ul li a {
  padding-left: 6px !important;
  padding-right: 6px !important;
  border-bottom: 40px solid transparent;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
@media (max-width: 1200px) {
  .header--control nav ul li a {
    line-height: 40px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1080px) {
  .header--control nav ul li a {
    font-size: 13px;
  }
}
.header--control nav ul li a:hover,
.header--control nav ul li a.active {
  color: #000;
  font-weight: bold;
  height: 40px;
  background-color: #fff;
  /* border-bottom: 40px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent; */
}

/* Custom: Used cars for sale */
.available header strong,
.sold header strong,
.recommended header strong,
.reduced_price header strong,
.best_value header strong,
.reserved header strong {
  font-family: 'Public Sans';
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  display: inline-block;
  padding: 0 15px;
  font-weight: normal;
}
.available header span,
.sold header span,
.recommended header span,
.reduced_price header span,
.best_value header span,
.reserved header span {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 15px;
  float: right;
}

/* Custom Color: Hamburger Menu */
.toggle_menu {
  background: #E35627;
}

/* Custom Color: Footer */
.footer_bar {
  background: #3A3A3A;
}
/* Custom Color: Button Primary */
.btn_primary {
  background: #E35627;
  color: #ffffff;
}
.btn_primary:hover {
  background: #93122E;
  color: #ffffff;
  transition: 0.2s ease;
}
/* Custom Color: Car Status */
.status,
._solid {
  background: #3A3A3A;
}
.available header strong,
.reduced_price header strong,
.car--detail .status a,
.car--detail .available {
  background: #3A3A3A;
}
.recommended header strong,
.car--detail .recommended {
  background: #E35627;
  background: -moz-linear-gradient(top, #E35627 0%, #E35627 100%);
  background: -webkit-linear-gradient(top, #E35627 0%, #E35627 100%);
  background: linear-gradient(to bottom, #E35627 0%, #E35627 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E35627', endColorstr='#E35627',GradientType=0 );
}
.sold header strong,
.car--detail .sold {
  background: #93122E;
  background: -moz-linear-gradient(top, #93122E 0%, #93122E 100%);
  background: -webkit-linear-gradient(top, #93122E 0%, #93122E 100%);
  background: linear-gradient(to bottom, #93122E 0%, #93122E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93122E', endColorstr='#93122E',GradientType=0 );
}
.reserved header strong,
.car--detail .reserved {
  background: #EFEFEF;
  color: #000;
}
.reduced_price header strong {
  background: #E35627;
}
/* Custom Color: Car Status Items Detail */
.items_detail--title .status--price,
.items_detail--title_name {
  background: #3A3A3A;
}
/* Custom Color: Car Sorting */
.select_function--sorting select {
  background: #EFEFEF url('../images/i_arrow--dark--down.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 95% 17px;
  vertical-align: middle;
  /* margin-left: 5px; */
  top: 10px;
  color: #000;
  border-top: 0;
  border-bottom: none;
}
.sorting_group .menu_aside {
  background: #EFEFEF;
}
.sorting_group .menu_aside .line {
  background: #000;
}
.sorting_group .menu_aside:hover {
  background: #AFAFAF;
}
/* Custom Color: Paging */
.paging a {
  background: #EFEFEF;
  color: #000;
}
.paging li:hover a,
.paging li.active a {
  color: #fff;
  background: #AFAFAF;
}
.paging--counter.sort_car select {
  background: #EFEFEF url('../images/i_sort-number.svg');
  background-position: 10px 5px;
  background-size: 16px;
  background-repeat: no-repeat;
  border: none;
  padding-left: 40px;
}
/* Custom: Color: "Enquire" Action Bar */
.footer_item--group {
  background: #fff;
  color: #000;
}
.footer_item--link a {
  background: #E35627;
  color: #fff;
}
.footer_item--link a:hover {
  background: #93122E;
}
.footer_item--link2 a {
  background: #fff;
  color: #000;
}
.footer_item--link2 a:hover {
  background: #93122E;
  color: #fff;
}
/* Custom: Color: Slide Bullet */
.bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
  background: #3A3A3A;
}
/* Custom: Color: Recent Viewed */
.bg--mid_white,
.main--graet_deal:after {
  background: #fff;
}
/* Custom: Color: Button "Enquire Now" */
.btn.enable {
  background: #E35627;
}
button.enable:hover {
  background: #93122E;
  border: none;
}

/* New Class */
.clear-style-ul {
  list-style: inherit;
  padding: inherit;
}