/*----------------------------------------------------------------*\
    1.0 GLOBAL
\*----------------------------------------------------------------*/ :root {
  --scale: 2.618;
  --s-border-radius: 10px;
  --s-border-color: rgb(0 0 0 / 20%);
  --color-primary: #f97000;
  --color-primary-transparent: rgba(0, 83, 129, 0.5);
  --color-primary-light: #f29926;
  --color-primary-dark: #c06b00;
  --color-secondary: #202020;
  --color-secondary-transparent: rgb(83 83 83 / 50%);
  --color-tertiary: #008ef8;
  --color-dark: #000000;
  --color-light: #F6F6F6;
  --color-gray: #8e8e8e;
  --color-dark-gray: #252524;
  --font-family-primary: "Montserrat", Helvetica, Arial, sans-serif;
  /*	--read-more-height: 1.5rem;*/
}
.base-bg, #home--search-block, #inventory--search-block, .services-desc-box {
  background: rgb(0 0 0 / 28%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
#home--search-block {
  background: rgb(0 0 0 / 75%);
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}
body {
  font-weight: 500;
  font-family: var(--font-family-primary);
  line-height: normal;
  color: #333;
  /*  background-color: #e1e1e1;*/
}
.full-width {
  width: 100% !important;
}
.hv-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
  align-items: center;
}
.no-click {
  pointer-events: none;
}
.flip-horizontal {
  transform: scaleX(-1);
}
svg.tiktok {
  position: relative;
  display: inline-block;
  height: 14px;
  fill: white;
}
#footer-main svg.tiktok, #footer-secondary svg.tiktok {
  height: 23px;
}
/* ---Styling----------------------- */
img.icon {
  max-width: 120px;
  border: 7px solid #183c16;
  border-radius: 21px;
  padding: 20px;
  margin: 21px 14px;
  float: left;
}
.lh-7 {
  line-height: 7px;
}
.bordered {
  border: 1px solid var(--s-border-color);
}
.rounded {
  border-radius: var(--s-border-radius);
}
.p3 {
  padding: 18px;
}
.pt2 {
  padding-top: 12px
}
.mr3 {
  margin-right: 18px;
}
.ml3 {
  margin-left: 18px;
}
.padding-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.br20 {
  border-radius: 20px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}
.grid-center {
  min-height: 100%;
  display: -webkit-grid;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.vertical-center {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#inventory-listings .row {
  display: flex;
  flex-wrap: wrap;
}
#inventory-listings .product-results-container {
  margin-bottom: 25px;
  overflow: hidden;
}
#accordionDetail {
  width: 100%;
}
/*----------------------------------------------------------------*\
    2.0 TYPOGRAPHY
\*----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family-primary);
}
.fw-500 {
  font-weight: 500;
}
a, #latest .product-results-container:hover a {
  color: var(--color--primary-dark);
  /*  text-decoration: none;*/
}
a:hover, a:focus, .tile-body a:hover, #latest .product-results-container h2 a:hover {
  color: var(--color--primary-dark);
  text-decoration: underline;
}
.product-results-container h2 {
  font-weight: 900;
}
p.typ01, #inventory-details tbody, .product-content-container, .product-results-container .product-price {
  font-size: 1.25em;
}
#inventory-details h2 {
  color: var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
  /*    border-top: 2px solid var(--color-primary);*/
  padding-top: 10px;
}
#for-rent-price span {
  font-size: 1.5em;
  color: var(--color-primary) !important;
}
.text-center.h6.b {
  font-size: 21px;
  border-bottom: 2px solid;
  margin-bottom: 0px;
}
/* Apply the typographic scale to paragraphs and headings */
p {
  font-size: 1rem; /* 1rem is the base size */
  line-height: 1.5; /* Adjust line height as needed */
}
h1 {
  font-size: calc(1rem * var(--scale) * var(--scale) * var(--scale)); /* 1rem * (Golden Ratio^3) */
}
h2 {
  font-size: calc(1rem * var(--scale) * var(--scale)); /* 1rem * (Golden Ratio^2) */
}
h3 {
  font-size: calc(1rem * var(--scale)); /* 1rem * Golden Ratio */
}
h4 {
  font-size: 1rem; /* 1rem is the base size */
}
h5 {
  font-size: calc(1rem / var(--scale)); /* 1rem / Golden Ratio */
}
h6 {
  font-size: calc(1rem / var(--scale) / var(--scale)); /* 1rem / (Golden Ratio^2) */
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
  font-weight: 700;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
.thin {
  font-weight: 100;
}
/* ---Color----------------------- */
.color--primary {
  color: var(--color-primary) !important;
}
.color--primary-dark, #SearchFilterControl h3 {
  color: var(--color-primary-dark) !important;
}
.color--secondary {
  color: var(--color-secondary) !important;
}
.color--tertiary {
  color: var(--color-primary) !important;
}
.color--light, #my-cart > a, #top-header > a, .shopping-cart-btn > a, .wsmenu > .wsmenu-list > li > a.btn.btn-custom-3, #footer-secondary a, .product-results-container .product-price, #footer-main a {
  color: var(--color-light) !important;
}
.color--white {
  color: white;
}
.color--black {
  color: black;
}
.color--key, #listing-title h2 a, h2.strong-header a {
  color: var(--color-dark-gray);
}
/* ---Size----------------------- */
.font-lg {
  font-size: 1.5em;
  font-weight: 500;
}
.font-xl {
  font-size: 2.5em;
}
.huge {
  font-size: 5.5em;
}
/*----------------------------------------------------------------*\
    3.0 COLOR PALETTE
\*----------------------------------------------------------------*/
/* ---Backgrounds----------------------- */
.bg--primary {
  background: var(--color-primary);
}
.bg--primary-light {
  background: var(--color-primary-light);
}
.bg--primary-dark {
  background: var(--color-primary-dark);
}
.bg--secondary {
  background: var(--color-secondary);
}
.bg--tertiary {
  background: var(--color-tertiary);
}
.bg--light {
  background: var(--color-light);
}
.bg-white {
  background: #f1f1f1;
}
.bg-black {
  background: var(--color-dark);
}
.bg--black {
  background: var(--color-dark);
}
.bg--key {
  background: #333;
}
.bg-grey {
  /*  background: #e8eced;*/
  background: #e1e1ee;
}
.bg--dark-grey {
  background: #303132;
}
.bg--black.bordered {
  border-bottom: 1px solid var(--color-primary);
}
/*----------------------------------------------------------------*\
    4.0 HEADER
\*----------------------------------------------------------------*/
/*
#top-header{
	background-color: #5f5f5f;
	background: linear-gradient(45deg, #666 5%, #bbb 10%, #888 30%, #aaa 50%, #888 70%, #bbb 80%, #666 95%);
}
*/
/*
.logo-box img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0 5px;
}
*/
/*
.logo-box {
  display: block;
  height: 100px;
  top: 0;
  justify-content: center;
  position: relative;
  z-index: 1;
}
*/
/*----------------------------------------------------------------*\
    5.0 BODY
\*----------------------------------------------------------------*/
.info-blurb.bordered, .aside-blurb.bordered {
  border: 7px solid #c79f5b;
}
.info-blurb.bordered #primary-title {
  border-top: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.info-blurb h2 {
  /*    font-size: 5em;*/
  text-transform: uppercase;
}
.info-blurb h3.b {
  line-height: 21px;
}
.info-blurb .table > tbody > tr > th {
  border-top: 1px solid var(--color-primary);
}
/* ---Hero Search----------------------- */
.search-band {
  background: var(--color-primary);
  height: 280px;
  padding: 50px 35px;
  font-size: 28px;
  font-weight: bold;
  color: white;
  margin: auto;
  position: relative;
  border-radius: 10px;
}
/* ---Hero----------------------- */
#hero-banner, #home--cta, #footer-main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #060606;
  /* padding-top: 75px; */
  /* padding-bottom: 75px; */
  overflow: hidden;
  /*  border-top: 1px solid var(--s-border-color);*/
  /* box-shadow: inset 0px 14px 14px 0px rgb(0 0 0 / 50%); */
}
#home--newsletter {
  margin-bottom: -50px;
  position: relative;
}
#hero-banner {
  background-color: var(--color-primary);
  height: auto;
}
#home--cta {
  background-image: url(/img/cta-bg.png)
}
#cta-1 {
  background-image: url('/img/cta-bg-1.webp');
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  z-index: 1;
}
#cta-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#home--testimonials {
  background-image: url(/img/hero-bg-03.webp);
  background-size: auto;
  background-color: var(--color-primary);
}
#hero-banner h1 {
  font-weight: 900;
  line-height: normal;
}
#hero-banner .triangle {
  position: absolute;
  top: 0;
  right: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
}
#home--search-block, #inventory--search-block {
  padding: 20px 15px;
  /*    background-color: #fff;*/
  /*    background: linear-gradient(45deg, #666 5%, #bbb 10%, #888 30%, #aaa 50%, #888 70%, #bbb 80%, #666 95%);*/
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .16);
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .16);
  -moz-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, .16);
  position: relative;
  border-radius: var(--s-border-radius);
  border-top: 14px solid var(--color-primary);
}
#home--search-block {
  margin-top: -75px;
}
.banner-bg {
  background-color: #e1e1e1;
  background-image: url(/img/bg.webp);
  background-image: -webkit-linear-gradient(110deg, rgb(0 0 0 / 75%) 0%, rgb(48 48 48 / 90%) 100%), url(/img/bg.webp);
  background-image: -o-linear-gradient(110deg, rgb(0 0 0 / 75%) 0%, rgb(48 48 48 / 90%) 100%), url(/img/bg.webp);
  background-image: linear-gradient(200deg, rgb(0 0 0 / 75%) 0%, rgb(48 48 48 / 90%) 100%), url(/img/bg.webp);
  background-size: cover;
  background-position: center;
}
#page-hero, .page-title.bg-textured {
  background-color: #e1e1e1;
  background-image: url('/img/hero-1.png');
  background-image: -webkit-linear-gradient(200deg, rgb(134 134 108 / 93%) 0%, rgb(134 134 108 / 98%) 100%), url(/img/hero-1.png);
  background-image: -o-linear-gradient(200deg, rgb(134 134 108 / 93%) 0%, rgb(134 134 108 / 98%) 100%), url(/img/hero-1.png);
  background-image: linear-gradient(200deg, rgb(134 134 108 / 93%) 0%, rgb(134 134 108 / 98%) 100%), url(/img/hero-1.png);
  background-position: center center;
  padding: 200px 0 0 0;
}
@media screen and (max-width: 991px) {
  #main-header.hvr-grow-shadow:hover, #main-header.hvr-grow-shadow:focus, #main-header.hvr-grow-shadow:active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #page-hero, .page-title.bg-textured {
    padding: 50px 0 0 0;
    margin-top: 50px;
  }
}
#page-hero a {
  color: var(--color-primary);
}
#page-hero a:hover {
  color: #bababa;
  text-decoration: underline;
}
.hero-paragraph p {
  font-size: 17px;
  ;
}
/*.hero-paragraph{padding-left: 25px;border-left: 1px solid #4a5253;}*/
.hero-paragraph .highlight {
  border-color: var(--color-primary);
}
/*----------------------------------------------------------------*\
    Your Marketing Team
\*----------------------------------------------------------------*/
img.aside-featured {
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-secondary);
  border-radius: 50%;
}
#contact-block .left {
  border-left: 1px solid rgb(0 0 0 / 25%);
  padding-left: 5%;
}
#contact-block .right {
  border-left: 1px solid rgb(0 0 0 / 25%);
  padding-right: 5%;
}
/*----------------------------------------------------------------*\
    7.0 Elements
\*----------------------------------------------------------------*/
/* ---Outlined Box----------------------- */
.outlined-box {
  border-radius: 5px;
  border: 2px solid #f0ebeb;
  padding: 50px 30px 25px;
  background: white;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);
  word-break: break-word;
}
/* ---Latest Equipment----------------------- */
.left-highlight {
  border-left: 1px solid #4a5253;
  padding-left: 10px;
}
.icon-border {
  margin-right: 10px;
  margin-bottom: 10px;
  /*	border: 1px solid var(--color-primary);*/
  background-color: var(--color-dark);
  text-align: center;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.left-highlight i {
  color: var(--color-primary);
  text-align: center;
  vertical-align: bottom;
  line-height: 25px;
  font-weight: 900;
  font-size: 17px;
}
/* ---Image Highlight Box----------------------- */
.img-highlight-left:before {
  left: 0;
  top: 50%;
  position: absolute;
  content: "";
  height: 75%;
  width: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color-primary);
}
.img-highlight-left {
  padding-left: 35px;
  position: relative;
  margin-right: 35px;
}
.overflow-block {
  margin-top: -100px;
}
/* Several different images */
.bg-one {
  background-image: url('/img/home-services-squares/service-square-1.jpg');
}
.bg-two {
  background-image: url('/img/home-services-squares/service-square-2.jpg');
}
.bg-three {
  background-image: url('/img/home-services-squares/service-square-3.jpg');
}
.bg-four {
  background-image: url('/img/home-services-squares/service-square-4.jpg');
}
.services-box:hover .service:before, .services-box:focus .service:before {
  display: block;
}
.services-box:hover a, .services-box:focus a {
  display: block;
}
.service:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(229 163 1 / 75%);
}
/* Media Queries */
@media screen and (max-width: 960px) {
  .services-box {
    width: 100%;
    margin: 20px 0px
  }
}
/* ---Services Description Box----------------------- */
.rounded-block {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  border-radius: 1000px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 1px solid gray;
  padding: 5%;
}
.rounded-block img {
  margin: 0 auto;
  width: 100%;
  padding: 5%;
  border-radius: 1000px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.metal-border {
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 10%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.05) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(45deg, #666 5%, #bbb 10%, #888 30%, #aaa 50%, #888 70%, #bbb 80%, #666 95%);
  border-radius: 50%;
  padding: 14px;
  /*    height: 320px;*/
  /*    width: 320px;*/
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-desc-box .description {
  padding: 10px 25px;
}
.services-desc-box .top-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.services-desc-box img {
  border-top-left-radius: var(--s-border-radius);
  border-top-right-radius: var(--s-border-radius);
  ;
}
.services-desc-box:hover img {
  position: relative;
  z-index: 2;
}
#hero-banner {
  background: radial-gradient(at bottom left, rgb(83 83 83 / 98%) 0%, rgb(0 0 0) 75%);
  /*	background: radial-gradient(at bottom left, var(--color-secondary-transparent) 0%, rgb(29 29 29 / 60%) 75%), url(/img/hero.webp);*/
  padding-top: 100px;
  padding-bottom: 150px;
}
.shape-divider {
  width: 100%;
  overflow: hidden;
  rotate: 180deg;
  position: relative;
  margin-bottom: -1px;
  /* display: inline-grid; */
  /* align-items: end; */
  /* justify-items: center; */
}
.shape-divider path.shape-fill, .shape-divider-top, .shape-divider-bottom {
  fill: white;
}
.shape-divider-top, .shape-divider-bottom {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
}
.shape-divider-bottom {
  transform: rotate(0deg) rotateX(139deg);
  /*	margin-bottom: -1px;*/
  margin-top: auto;
}
/*
.shape-divider-bottom svg{
	margin-bottom: -150px;
}
*/
#home--cta {
  background-image: url(/img/cta-bg.png);
}
.home--categories .services-desc-box:hover .icon-box {
  background: linear-gradient(rgb(230 230 230 / 50%) 50%, rgb(230 230 230 / 50%) 75%), url(/img/subtle-grunge.png);
  border-radius: 50%;
  height: 100px;
  width: 100px;
  margin: auto;
  z-index: 1;
  position: relative;
  margin-bottom: -10px;
  padding-top: 25px;
  border: 2px solid #e9e9e9;
}
#home--categories .services-desc-box {
  margin-top: 25px;
  margin-bottom: auto;
}
#home--search .services-desc-box {
  margin-top: 42px;
  margin-bottom: auto;
}
#home-recent .slick-slide, #home-categories .slick-slide {
  margin-left: 7px;
  margin-right: 7px;
}
#home-categories .slick-slide h2 {
  text-align: center;
}
#home-categories .slick-slide img {
  padding-top: 0;
  padding-bottom: 0;
}
/*----------------------------------------------------------------*\ FAQs \*----------------------------------------------------------------*/
#accordionDetail .card {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 2px 10px 0px 10px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 25%);
  border: 2px solid #1a3b50;
  border-radius: 10px;
  /*    margin-bottom: 25px;*/
  /*    background: #f1f1f1;*/
}
#accordionDetail .card h2 button {
  width: 100%; /* font-size: 14px; */
}
#accordionDetail .card i {
  color: var(--color-primary);
  font-size: 21px;
  font-weight: bold;
}
#accordionDetail .btn.btn-link i {
  transform: rotate(180deg);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
#accordionDetail .btn.btn-link.collapsed i {
  transform: rotate(0deg);
}
/* Accordion Nav
--------------------------------------------------------------------- */
#accordion-nav nav {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#accordion-nav nav #nav-tabs > li {
  margin: 0 auto;
}
#accordion-nav nav #nav-tabs > li > h4 {
  background-color: #388fed;
}
/*
#accordion-nav nav #nav-tabs > li > h4:hover, nav #nav-tabs > li > h4.active {
  background-color: #1b9cf7;
}
*/
#accordion-nav ul {
  margin: auto;
  padding-left: 0;
  list-style: none none inside;
  overflow: hidden;
}
#accordion-nav ul li {
  position: relative;
  /*  border-bottom: 1px solid #f2f2f2;*/
}
#accordion-nav ul li h4 {
  margin: auto 0;
  padding: 5px 0;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
}
#accordion-nav ul li h4 .glyph-wrapper {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 11px;
  transition: all 0.5s 0.1s ease;
}
#accordion-nav ul li h4 .glyph-wrapper span {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  background-color: #fff;
  transition: inherit;
  transform-origin: center;
}
#accordion-nav ul li h4 .glyph-wrapper span.line-h {
  width: inherit;
  height: 2px;
  transform: translate(-50%, calc(-50% + 1px));
}
#accordion-nav ul li h4 .glyph-wrapper span.line-v {
  width: 2px;
  height: inherit;
  transform: translate(-50%, calc(-50% - 1px));
}
.accordion {
  overflow: hidden;
  transition: all 0.4s ease;
}
/*
.active + .accordion {
  max-height: 200px;
  margin-bottom: 1rem;
}
*/
.inactive + .accordion {
  max-height: 0;
  transition: all 0.4s ease;
}
.accordion li {
  /*  max-height: 0;*/
  margin: 5px 0 0 2rem;
  padding-left: 1rem;
  border-left: none;
  border-right: none;
  font: normal 1.25rem/1.5 "Arial", sans-serif;
  transition: all 0.4s ease;
}
.active + .accordion li {
  max-height: 50px;
  transition: all 0.4s ease;
  /*
    border-left: 1px solid #1b2f50;
    border-bottom: 1px solid #1b2f50!important;
  border-bottom-left-radius: 8px;
*/
  padding: 5px 10px;
}
.accordion li + li {
  border-top: none;
  border-bottom: none;
}
/*----------------------------------------------------------------*\
    PLUGINS
\*----------------------------------------------------------------*/
.mc-field-group label, .indicates-required, #mc_embed_signup h2 {
  color: white;
}
.mc-field-group .help-block {
  color: var(--color-primary);
}
#mc-embedded-subscribe {
  background-color: var(--color-primary) !important;
}
/*----------------------------------------------------------------*\
    CONTROLS
\*----------------------------------------------------------------*/
#gallery-section {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 10px;
}
#top-category-block img {
  border-radius: 5px;
  border: 1px solid #bababa;
}
#top-category-block a {
  color: white;
}
.product-results-container .normal {
  height: 0;
  border-top: 0;
}
#latest .product-results-container .bottom {
  font-size: 15px;
  background-color: #f1f1f1;
  min-height: 275px;
  border-bottom-left-radius: var(--s-border-radius);
  border-bottom-right-radius: var(--s-border-radius);
}
#latest .product-results-container {
  box-shadow: 0px 20px 14px 0px rgb(23 44 82 / 5%);
  padding: 0px;
  width: 100%;
}
.product-results-grid-container .btn-custom, .product-results-grid-container .btn-success {
  width: 100% !important;
  padding: 0 5px;
  line-height: 40px;
}
.product-results-grid-container {
  /*  border-right: 1px dotted #bababa;*/
  /*  border-bottom: 1px dotted #bababa;*/
  padding: 15px;
}
/*
.product-results-grid-container:nth-child(22), .product-results-grid-container:nth-child(23), .product-results-grid-container:nth-child(24) {
  border-bottom: 0px;
}
*/
.product-results-grid-container h6 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-results-container {
  margin: auto;
  line-height: 1.6em;
  background-color: #f1f1f1;
  border-radius: var(--s-border-radius);
  border: 1px solid rgb(128 128 128 / 21%)
}
.pagination > li > a, .pagination > li > span {
  color: var(--color-primary);
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(48, 43, 43, 0.1);
}
.RadSlider_Bootstrap .rslHorizontal .rslSelectedregion, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  border-color: var(--color-primary) !important;
  background-color: var(--color-primary) !important;
}
a.ls-nav-stop {
  top: -63px;
}
/* Sliders
--------------------------------------------------------------------- */
#home-slider {
  margin-top: 50px;
}
#home-slider .slick-slide {
  margin: 0 25px;
}
#home-slider .slick-list {
  margin: 0 -25px;
}
/* ANIMATIONS
===================================================================================== */
.shining-block {
  position: relative;
  overflow: hidden;
  /*  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);*/
}
.shining-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shining-block::before, .shining-image::before {
  content: '';
  position: absolute;
  top: -1000%;
  left: -1000%;
  width: 345%;
  height: 400%;
  /*    background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 10%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.05) 90%, rgba(255, 255, 255, 0) 100%);*/
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 10%, rgba(255, 255, 255, 0.02) 25%, rgb(255 255 255 / 7%) 50%, rgba(255, 255, 255, 0.02) 75%, rgb(255 255 255 / 2%) 90%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(45deg);
  animation: shine 5s infinite;
  filter: blur(20px);
  pointer-events: none;
}
@keyframes shine {
  0% {
    top: -150%;
    left: -150%;
  }
  50% {
    top: 150%;
    left: 150%;
  }
  100% {
    top: -150%;
    left: -150%;
  }
}
/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
/* HEADER
===================================================================================== */
#my-cart {
  background-color: var(--color-primary);
  color: var(--color-light);
}
#browse-by > ul.sub-menu, #my-cart > ul.sub-menu {
  margin-top: -5px;
}
.shopping-cart-btn {
  float: right;
  background: var(--color-primary-light);
  padding: 5px 10px;
  border-radius: var(--s-border-radius);
  border: 1px solid var(--color-primary-dark);
  max-height: 70px;
  text-align: center;
}
.shopping-cart-btn:hover {
  background: var(--color-primary-dark);
}
#cart-review .product-results-container .product-price {
  color: var(--color-primary) !important;
}
#header {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1970;
  background-color: #060606;
  /*overflow: hidden;*/
  /*  padding: 0 0 10px;*/
}
#top-header .fa-shopping-cart {
  font-size: 35px;
  margin-right: 10px;
}
#top-header .cart-text {
  font-size: 21px;
}
/*
#top-header a:hover {
  color: var(--color-primary)
}
*/
#bottom-header {
  background: linear-gradient(to left, var(--color-primary) 0%, var(--color-primary-dark) 75%);
  /*	border-top: 1px solid var(--s-border-color);*/
  /*    border-bottom: 1px solid var(--s-border-color);*/
}
#main-header {
  clear: both;
  display: block;
  margin: auto;
  width: 100%;
  border-bottom: 1px solid;
  background: black;
}
.header-right {
  text-align: right;
}
#header .social, #header .contact-information .location-top, #header .contact-information .number {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 768px) {
  #welcome h1, .lg-heading {
    font-size: 36px;
    margin-bottom: 55px;
  }
}
#header .header-main {
  font-family: var(--font-family-primary);
}
#top-header hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #1c4e1a;
  border-bottom: 1px solid #091b08;
}
#top-header .social-button {
  color: #e1e1e1;
  border-width: 2px;
  border-color: #e1e1e1;
  font-family: var(--font-family-primary);
  border-radius: 10px;
  font-size: 5px;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background-color: rgba(255, 255, 255, 0);
  padding: 5px 10px !important;
}
#top-header .social-button:hover {
  color: #000;
  background-color: rgba(255, 255, 255);
}
/*----------------------------------------------------------------*\
    5.0 HOME
\*----------------------------------------------------------------*/
#home-shape-aside {
  margin-top: -42px;
  background: white;
}
.emphasis-block {
  /*	display: flex;*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5% 0% 5% 5%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 5%;
  height: 520px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}
.oveflow-image-container {
  top: -250px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.oveflow-image-container img {
  margin-left: 50%;
  margin-top: auto;
}
#transmissions--home {
  background-color: #E9F3FB;
  background-image: url("/img/transmissions--home-bg.webp");
}
#hoods--home {
  background-color: #d5d5d5;
  background-image: url("/img/highlight-gradient.webp");
  background-position: center right;
}
#cabs--home {
  background-color: var(--color-primary-dark);
}
#sentence-search {
  clear: both;
  overflow: hidden;
  display: inline-block;
  margin: auto;
  width: 100%;
}
select#sc_ssc1_ddlCategories, select#sc_ssc1_ddlManufacturers, select#sc_ssc1_ddlModels, input#sc_ssc1_q, button#sc_ssc1_sbtn {
  height: 3.5em;
}
#sentence-search .form-inline .form-control {
  height: 3.5em;
  border-radius: 0;
}
#inventory-search .form-control {
  height: 3.5em;
  border-radius: 5px;
  background: #202020;
  border-color: #333333;
}
#sentence-search .form-inline .form-group {
  display: block;
  float: left;
}
#sentence-search .form-inline .form-group.type .form-control {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#sentence-search .form-inline .form-group.manufacturer {}
#sentence-search .btn-custom, #inventory-search .btn.btn-custom {
  height: 3.5em;
  border: none;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-radius: 5px;
  background-color: var(--color-primary);
  line-height: 2.5em;
  color: #e1e1e1;
}
#sentence-search .btn-custom:hover, #inventory-search .btn.btn-custom:hover {
  background-color: #8d8f92;
  color: #e1e1e1;
}
#sentence-search .form-inline .form-group {
  width: 25%;
}
#sentence-search .form-inline .form-group.key-features {
  width: 50%;
}
#sentence-search input#sc_scs1_q {
  width: 60%;
}
#sentence-search .btn-custom {
  width: 40%;
}
#sentence-search select#sc_scs1_ddlManufacturers, #sentence-search select#sc_scs1_ddlCategories, select#sc_ddlDimensions {
  width: 100%;
}
@media (max-width: 991px) {
  #top-header:before {
    content: '';
    position: absolute;
    top: -1000%;
    left: -1000%;
    width: 345%;
    height: 400%;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 10%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.05) 90%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(45deg);
    animation: shine 5s infinite;
    filter: blur(20px);
    pointer-events: none;
  }
  #top-header a {
    color: var(--color-primary);
  }
  /*	.wrapper, .tile-body {padding: 20px 0px;}*/
  #sentence-search .form-inline .form-group, #sentence-search input#sc_scs1_q, #sentence-search .btn-custom, #sentence-search .form-inline .form-group.key-features {
    width: 100%;
  }
  #sentence-search .form-inline .type, #sentence-search .form-group.manufacturer {
    width: 50%;
  }
  #sentence-search .form-inline .form-control {
    width: 100%;
  }
  #sentence-search .btn-custom {
    margin-top: 14px;
  }
  #sentence-search .form-inline .form-group.manufacturer .form-control {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #sentence-search input#sc_scs1_q, #sentence-search .btn-custom {
    border-radius: 5px !important;
  }
}
/*----------------------------------------------------------------*\
    6.0 ABOUT
\*----------------------------------------------------------------*/
#about-img {
  background-image: url('/img/about-01.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 373px;
}
/*----------------------------------------------------------------*\
    6.0 FOOTER
\*----------------------------------------------------------------*/
#footer-main a:hover {
  color: var(--color-secondary);
}
#footer-main hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-bottom: 1px dotted #e1e1e1;
}
ul.footer-menu {
  text-decoration: none;
  list-style: none;
  list-style-type: none;
  padding: 0;
}
#footer-main .footer-logo-bg {
  background-image: url(/img/footer-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative;
}
#footer-main .footer-logo-bg img {
  max-width: 65%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}
#footer-secondary hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #002d47;
  border-bottom: 1px solid #025789;
}
footer#footer-secondary {
  padding-top: 10px;
}
.bg-black hr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #292929;
}
#social-block {
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
}
/*Fixed Menu Bar 
-------------------------------------------- */
.nbf {
  z-index: 999;
  margin-top: -21px;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
}
.scrolled {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 21px;
  -webkit-transition: box-shadow 2s ease-out;
  -webkit-transition: -webkit-box-shadow 2s ease-out;
  transition: -webkit-box-shadow 2s ease-out;
  transition: box-shadow 2s ease-out;
  transition: box-shadow 2s ease-out, -webkit-box-shadow 2s ease-out;
  box-shadow: 0px 16px 7px 5px black;
  -moz-box-shadow: 0 16px 7px 5px black;
  -webkit-box-shadow: 0px 16px 7px 5px black;
}
.scroll-logo {
  display: none;
  margin-left: 20px;
  padding: 2px 0;
}
.container {
  -webkit-transition: width 0.4s ease-out;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
.scroll-container {
  -webkit-transition: width 0.5s ease-out;
  -webkit-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out;
  width: 100%;
}
.show-logo {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*----------------------------------------------------------------*\
    0.0 Images
\*----------------------------------------------------------------*/
/*----------------------------------------------------------------*\ FAQs \*----------------------------------------------------------------*/
#accordionDetail .card {
  width: 100%;
  /*    margin: auto;*/
  overflow: hidden;
  /*    padding: 10px 10px 0px 10px;*/
  /*    box-shadow: 0px 3px 6px rgb(0 0 0 / 25%);*/
  border: 2px solid var(--s-border-color);
  border-radius: var(--s-border-radius);
  margin-bottom: 25px;
  background: #202020;
}
#accordionDetail .card h2 button {
  text-align: center;
  color: #959595;
  /* font-size: 21px; */
  /* line-height: 25px; */
  /* white-space: normal; */
  background: transparent;
}
#accordionDetail .card i {
  color: #1a3b50;
}
#accordionDetail .btn.btn-link i {
  transform: rotate(180deg);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
#accordionDetail .btn.btn-link.collapsed i {
  transform: rotate(0deg);
}
/* Accordion Nav
--------------------------------------------------------------------- */
#accordion-nav nav {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#accordion-nav nav #nav-tabs > li {
  margin: 0 auto;
}
#accordion-nav nav #nav-tabs > li > h4 {
  background-color: #388fed;
}
#accordion-nav ul {
  margin: auto;
  padding-left: 0;
  list-style: none none inside;
  overflow: hidden;
}
#accordion-nav ul li {
  position: relative;
  /*  border-bottom: 1px solid #f2f2f2;*/
}
#accordion-nav ul li h4 {
  margin: auto 0;
  padding: 5px 0;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
}
#accordion-nav ul li h4 .glyph-wrapper {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 10px;
  top: 11px;
  transition: all 0.5s 0.1s ease;
}
#accordion-nav ul li h4 .glyph-wrapper span {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  background-color: #fff;
  transition: inherit;
  transform-origin: center;
}
#accordion-nav ul li h4 .glyph-wrapper span.line-h {
  width: inherit;
  height: 2px;
  transform: translate(-50%, calc(-50% + 1px));
}
#accordion-nav ul li h4 .glyph-wrapper span.line-v {
  width: 2px;
  height: inherit;
  transform: translate(-50%, calc(-50% - 1px));
}
.accordion {
  overflow: hidden;
  transition: all 0.4s ease;
}
.inactive + .accordion {
  max-height: 0;
  transition: all 0.4s ease;
}
.accordion li {
  margin: 5px 0 0 2rem;
  padding-left: 1rem;
  border-left: none;
  border-right: none;
  font: normal 1.25rem/1.5 "Arial", sans-serif;
  transition: all 0.4s ease;
}
.active + .accordion li {
  max-height: 50px;
  transition: all 0.4s ease;
  padding: 5px 10px;
}
.accordion li + li {
  border-top: none;
  border-bottom: none;
}
/*==================================================================================
SYSTEM
====================================================================================*/
#action-bar .btn.add-cart.btn-success {
  line-height: 56px;
  height: 56px;
  border-radius: 0;
}
select#sc_ddlCategories, select#sc_ddlManufacturers, input#sc_q, select#sort, select#sc_ddlRearAxles, select#sc_ddlIndustries, select#sc_ddlModels, select#sc_sfc1_ddlCategories, select#sc_sfc1_ddlManufacturers, select#sc_sfc1_ddlModels, input#sc_sfc1_q, button#sc_sfc1_sbtn {
  height: 49px;
  background: #202020;
  border-color: #333333;
}
button#sc_sbtn, a#sc_hypReset {
  line-height: 35px;
}
#sc_hypReset.btn.btn-custom {
  border-radius: var(--s-border-radius) !important;
  border-top-left-radius: var(--s-border-radius) !important;
  border-bottom-left-radius: var(--s-border-radius) !important;
}
.product-action-container {
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0 5px;
}
select#sc_ddlDimensions.form-control {
  height: 49px;
}
.pricing-block {
  background: var(--color-primary);
  color: var(--color-light);
  position: relative;
  right: 0;
  /* top: -45px; */
  bottom: 37px;
  margin: 0;
  text-align: right;
  float: right;
  padding: 5px 10px;
  border-top-left-radius: 10px;
}
#latest .pricing-block {
  bottom: 32px;
}
#primary-listing-grid, #latest .product-results-container {
  max-width: 100%;
  width: 100%;
  border: 1px solid var(--s-border-color);
}
#primary-listing-grid .pricing-block {
  margin-bottom: -37px;
  margin-top: auto;
}
.date-block {
  position: absolute;
  right: 20px;
}
/*.product-results-container .bottom{min-height: 260px;}*/
/*
.product-results-container .product-image { overflow: hidden;
    text-align: center;max-height: 35vh;}
*/
/*.product-results-container .product-image img{width: 100%!important;height: auto}*/
.product-results-container img.img-responsive.full-width {
  border-top-left-radius: var(--s-border-radius);
  border-top-right-radius: var(--s-border-radius);
  width: 100% !important;
  height: auto;
  /*	min-height: 35vh;*/
  object-fit: cover;
  object-position: center;
}
.product-results-container .table-condensed > tbody > tr > td {
  padding: 5px 0px 5px 10px !important;
}
.product-results-container hr {
  margin-top: 10px;
  margin-bottom: 5px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #f5f5f5;
}
/*.product-results-container .product-price{text-align: left;line-height: 25px;font-size: 25px;}*/
.product-results-container .table-condensed > tbody > tr > td, .product-action-container {
  font-size: 17px;
}
.product-results-container .btn-tt {
  font-size: .5em;
  text-align: right;
  display: block;
  vertical-align: middle;
}
.product-results-container a.financing-text {
  color: #757989;
  text-align: right;
}
.product-results-container a.financing-text span:last-child {
  display: block;
  text-decoration: underline;
}
.financing-text span.b.vam {
  color: #5cb85c;
}
i.fa.fa-money.text-white.fa-xlg.vam {
  display: none;
}
.fixed-left.sticky {
  width: 100%;
}
/*==================================================================================================================================================================
Testimonial Slider
==================================================================================================================================================================*/
/* Review Slider
--------------------------------------------------------------------- */
.default-review {
  background-color: #e8e8e8;
  width: 75px;
  height: 75px;
  margin: -50px auto 20px;
  border: 2px #767676 solid;
}
.testimonial-outlined-box {
  margin: 25px !important;
  min-height: 250px !important;
  border-radius: 5px;
  border: 2px solid #f0ebeb;
  padding: 50px 30px 25px;
  background: white;
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);
}
.review-frame {
  height: auto;
  /*    overflow: visible;*/
  padding: 14px;
  margin: 40px auto;
  background-color: white;
}
.review-frame {
  padding: 14px;
  margin: 40px auto;
  background-color: var(--color-light);
  border-radius: 10px;
  min-height: 275px;
  width: 100%;
  box-sizing: border-box;
  flex: 1 1 100%;
}
p#review-part-one, #review-slider p {
  font-size: 14px;
}
/* Read More
--------------------------------------------------------------------- */
.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
  display: block;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'READ MORE';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'SHOW LESS';
}
/*

.read-more-wrap {
     max-height:  100px;
}
*/
/*
.read-more-state:checked ~ .read-more-wrap {
     max-height:  999em;
}
*/
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: .1em .3em;
  color: var(--color-gray);
  /*    background-color: #3897f7;*/
  font-size: .9em;
  line-height: 2;
  /*    border: 1px solid #3897f7;*/
  /*    border-radius: .25em;*/
  font-weight: 500;
}
/*
    p#review-part-one {
 		 max-height: 100px;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
*/
/*
   .read-more-state:checked ~ .content-block .review-part {
        max-height: none;
    }
*/
/*
#review-part-one{
	line-height: var(--read-more-height);
}
  #review-part-one{
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
  } 

.read-more-state:checked ~ #review-part-one{
    max-height: none;
  }
*/
#review-slider .slick-prev, #review-slider .slick-next, #home-slider .slick-prev, #home-slider .slick-next, #home-recent .slick-prev, #home-recent .slick-next, #home-hero .slick-prev, #home-hero .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50% !important;
  right: -5%;
  display: block;
  width: 55px;
  height: 20%;
  padding: 0;
  background-color: #0000;
  -webkit-transform: translate(0, -20%);
  -ms-transform: translate(0, -20%);
  -moz-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  transform: translate(0, -20%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 2;
}
#review-slider .slick-prev, #home-slider .slick-prev, #home-recent .slick-prev, #home-hero .slick-prev {
  left: -50px;
}
#review-slider .slick-next, #home-slider .slick-next, #home-recent .slick-next, #home-hero .slick-next {
  right: -50px;
}
#review-slider .slick-slide, #home-slider .slick-slide {
  margin: auto 50px;
}
#review-slider .slick-slide:focus, #home-slider .slick-slide:focus, #home-recent .slick-slide:focus, #home-hero .slick-slide:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
/*
.review-frame p {
	line-height: .9em;
    font-size: .9em;
	font-weight: 500;
}
*/
.review-frame {
  height: auto;
  /* overflow: visible; */
  padding: 20px 20px 0px 20px;
  margin: 20px auto;
  background-color: var(--color-light);
  border-radius: 10px;
  min-height: 235px;
  width: 100%;
}
#review-slider .slick-prev:before, #review-slider .slick-next:before, #home-slider .slick-prev:before, #home-slider .slick-next:before, #home-recent .slick-next:before, #home-recent .slick-prev:before, #home-hero .slick-next:before, #home-hero .slick-prev:before {
  font-family: FontAwesome;
  font-size: 49px;
  line-height: 62px;
  opacity: 1;
  color: var(--color-light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#home-slider .slick-prev:before, #home-slider .slick-next:before, #home-recent .slick-prev:before, #home-recent .slick-next:before {
  opacity: 1;
  color: var(--color-primary);
}
#testimonial-name, #review-slider h5, #review-slider .h5 {
  font-weight: 700;
  font-size: 1.1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2px;
}
#testimonial-date {
  opacity: .5;
  font-size: 12px !important;
}
/*==================================================================================================================================================================
PORTFOLIO - OUR WORK
==================================================================================================================================================================*/
/*
.industry-tile:hover, .topcategorybox:hover,.product-results-container:hover {
  transform: scale(1.025);
}
*/
#home-manufacturers .slick-slide img:hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  transform: scale(1.1);
}
.portfolio-tile, .industry-tile, .topcategorybox, .home-link-button {
  margin: 0px 15px;
}
.portfolio-tile {
  border: 1px solid #cccccc;
  ;
  border-radius: 5px;
  /*    background-color: #e1e1e1;*/
  margin: 21px auto;
}
.tile-header-img, .topcategorybox img {
  display: block;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
  padding: 0;
  border-bottom: 1px solid #cccccc;
  ;
}
.tile-header-img > a img {
  display: block;
  width: 100%;
}
.tile-body {
  position: relative;
  background: white;
  margin: auto;
  box-shadow: 0px 20px 14px 0px rgb(23 44 82 / 7%);
}
.tile-body h2, .tile-body h2 a {
  font-weight: 900;
  color: #383838;
}
.tile-body .btn-custom-2 {
  padding: 5px 10px;
  width: 100%;
}
div#sentence-search:hover, .product-results-container:hover, #topcategory .services-desc-box:hover, .btn-custom:hover, .sticky {
  box-shadow: 0 20px 20px -14px rgb(0 0 0 / 35%);
}
.product-results-container:hover, #primary-listing-grid:hover {
  border-color: var(--color-primary);
}
.product-results-container .table {
  margin-bottom: 20px;
}
/* Category CTA
===================================================================================== */
#home-categories a:hover .inner h3, #home-categories a:hover .inner h4 {
  color: var(--color-primary);
}
#home-categories a:hover {
  transition: all .2s ease-in-out;
  opacity: .75;
}
.category-cta {
  padding: 50px 0;
  position: relative;
  min-height: 1px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 2px solid white;
}
.category-cta.one {
  background: -webkit-linear-gradient(left, rgb(49 48 126) 0%, rgb(31 30 75) 50%, rgb(26 26 57 / 75%) 100%), url(/img/aside-02.webp);
  background: -o-linear-gradient(left, rgb(49 48 126) 0%, rgb(31 30 75) 50%, rgb(26 26 57 / 75%) 100%), url(/img/aside-02.webp);
  background: linear-gradient(to right, rgb(49 48 126) 0%, rgb(31 30 75) 50%, rgb(26 26 57 / 75%) 100%), url(/img/aside-02.webp);
  background-position: center right;
  background-size: auto;
  background-repeat: no-repeat;
  /*    background-attachment: fixed;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454", endColorstr="#262223", GradientType=1);
}
.category-cta.two {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 84, 84, 1)), to(rgba(38, 34, 35, 1))), url("/img/services/services-2.jpg");
  background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/services/services-2.jpg);
  background-position: center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454", endColorstr="#262223", GradientType=1);
}
.category-cta.three {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 84, 84, 1)), to(rgba(38, 34, 35, 1))), url("/img/services/services-3.jpg");
  background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/services/services-3.jpg);
  background-position: center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454", endColorstr="#262223", GradientType=1);
}
.category-cta.four {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(84, 84, 84, 1)), to(rgba(38, 34, 35, 1))), url("/img/services/services-4.jpg");
  background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 100%), url(/img/services/services-4.jpg);
  background-position: center;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454", endColorstr="#262223", GradientType=1);
}
.category-cta h4 {
  font-size: 18px;
  letter-spacing: .025em;
}
.category-cta h3, .category-cta h4, .category-cta i {
  color: white;
  text-align: center;
}
.category-cta h3 {
  font-weight: 900;
  font-size: 36px;
  letter-spacing: .025em;
}
.category-cta .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #e1e1e1;
  text-transform: uppercase;
}
/* Buttons
===================================================================================== */
#top-header .huge {
  font-size: 3em;
}
.btn-custom-2, .btn-custom-3, .btn-custom-4, .detail-buttons .btn-custom {
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  /*    font-size: 18px;*/
  font-weight: 500;
  /* letter-spacing: 2px; */
  border-radius: var(--s-border-radius);
  color: var(--color-light);
  line-height: normal;
}
.btn-custom-2, .detail-buttons .btn-custom {
  color: var(--color-light);
  background: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}
.btn-custom-3 {
  text-transform: capitalize;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: var(--color--primary-dark);
  ;
  background-image: linear-gradient(138deg, var(--color-secondary) 0%, var(--color-primary) 98%);
  border-radius: 50px;
}
.btn-custom-3:hover {
  background-color: var(--color-secondary);
  background-image: linear-gradient(138deg, var(--color-secondary) 0%, var(--color-secondary) 25%);
}
button#sc_sfc1_sbtn {
  background: var(--color-primary);
  color: var(--color-light);
  border-color: var(--color-primary-dark);
}
.btn-custom-4 {
  background: var(--color-primary);
  color: var(--color-light);
  border-color: var(--color-primary);
}
.btn-custom-4:hover, .btn-custom-3:hover, .btn-custom-2:hover, .product-results-container .btn-custom:hover, .detail-buttons .btn-custom:hover {
  background-color: transparent;
  color: var(--color--primary-dark);
}
.btn-custom-4:hover {
  color: var(--color-primary);
}
button#sc_ssc1_sbtn {
  width: 100%;
  text-align: center;
}
.product-results-container .btn-custom {
  /*	color: #3a3a3a;*/
  background: transparent;
  border: none;
  border-radius: 0;
  line-height: 56px;
}
#action-bar {
  border-top: 1px solid var(--s-border-color);
  border-bottom: 1px solid var(--s-border-color);
  background-color: var(--color-secondary);
  /*	border-bottom-left-radius: var(--s-border-radius);*/
  /*	border-bottom-right-radius: var(--s-border-radius);*/
}
#action-bar .btn.btn-custom.trackEvent.phone, #action-bar .btn.btn-custom.trackEvent.quote, #action-bar .btn.btn-custom.cart {
  border-right: 1px solid var(--s-border-color);
  padding: 0 21px;
}
#action-bar .btn.btn-custom.trackEvent.phone:hover, #action-bar .btn.btn-custom.trackEvent.quote:hover, #action-bar a.btn.btn-custom.details:hover {
  border-right: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  color: var(--color-light);
}
#action-bar .btn.btn-custom.trackEvent.quote:hover #action-bar .btn.btn-custom.trackEvent.phone {
  border-left: 1px solid var(--color-primary);
}
#action-bar .btn-custom, #action-bar .btn.add-cart.btn-success {
  position: relative;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  border-right: 1px solid var(--s-border-color);
}
#action-bar .btn.btn-custom.trackEvent.phone:hover, #action-bar .btn.btn-custom.trackEvent.quote:hover, #action-bar a.btn.btn-custom.details:hover, #action-bar a.btn.btn-custom.add-cart.cart:hover {
  position: absolute;
  z-index: 100000;
  bottom: 0px;
}
#action-bar .btn-custom:not(:last-child) {
  border-right: 1px solid var(--s-border-color);
}
@media (min-width: 768px) {
  #action-bar .btn-custom i {
    margin-right: 0;
    transition: margin-right 0.3s ease;
  }
  #action-bar .btn-custom::after {
    content: attr(data-text);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    white-space: nowrap;
    transition: all 0.3s ease;
    color: white;
  }
  #action-bar .btn-custom:hover::after {
    position: relative;
    left: calc(15% + 20px);
    left: auto;
    opacity: 1;
  }
  #action-bar .btn-custom:hover i {
    margin-right: 14px;
  }
  #action-bar .btn-custom[data-action="remove-cart"]::after {
    content: "";
  }
  #action-bar .btn-custom[data-action="remove-cart"]:hover i {
    margin-right: 0;
  }
}
.btn.btn-custom-2.cart {
  font-size: 1em;
  width: 100%;
}
/* Hovers
--------------------------------------------------------------------- */
#top-header a.btn.btn-custom-2:hover, .product-results-container .btn-custom:hover, .detail-buttons .btn-custom:hover, .btn-custom-2.solid:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-light);
}
.btn-custom-2:hover, .btn-custom-2:hover, .btn-custom-2:focus {
  background-color: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
  color: var(--color-light);
}
.btn-custom-3:hover {
  background-color: transparent;
  color: var(--color-light);
  border-color: var(--color-light);
}
/* Sections
===================================================================================== */
.sec-spacing {
  padding-top: 4em;
  padding-bottom: 4em;
}
.sec-spacing-2 {
  padding-top: 1em;
  padding-bottom: 2em;
}
.sec-spacing-3 {
  padding-top: 5em;
  padding-bottom: 10em;
}
.row-spacing {
  padding-top: 2em;
  padding-bottom: 2em;
}
.row-spacing-2 {
  padding-top: 4em;
  padding-bottom: 1em;
}
/* Manufacturers
-------------------------------------------- */
#manufacturers img {
  padding: 15px 50px;
}
/*Contact Us 
-------------------------------------------- */
#contact-us-form .form-box {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 1500px) {
  #contact-us-form .form-box {
    background: white;
    padding: 50px;
    box-shadow: 0px 20px 14px 0px rgb(23 44 82 / 10%);
    margin-bottom: -100px;
    position: relative;
  }
}
/*Services 
-------------------------------------------- */
#services-bottom, #categories-bottom {
  top: -200px;
  position: relative;
}
#services-top, #categories-top {
  min-height: 400px;
}
/*Header 
-------------------------------------------- */
/*
.site-header {
  background-color: #1a3f73;
  margin: auto;
  height: auto;
  padding: 40px 0 50px 0;
}
*/
.site-header {
  background-color: #333333;
  margin: auto;
  height: auto;
  padding: 10px;
}
.site-header h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 27px;
  color: #f0f0f0;
  text-align: center;
}
/*
.global-header {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover!important;
  height: auto;
  background-color: #1a3f73;
  margin-top: 0px;
  padding: 120px 0 40px;
}  
  .global-header h1 {
  color: #e1e1e1;
  font-size: 49px;
}
*/
/*Dividers 
-------------------------------------------- */
hr.team-divider {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(0 0 0 / 25%);
}
/*Parallax 
-------------------------------------------- */
.parallax-section {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed;
  overflow: hidden;
}
.parallax-section-2 {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center top;
  overflow: hidden;
  min-height: 476px;
}
/*Slanted CTA 
-------------------------------------------- */
#slanted-cta .button {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
#slanted-cta .button h2 {
  z-index: 3;
}
#slanted-cta > div > div > a:nth-child(2) > div > span > i {
  z-index: 2;
  opacity: 0.75;
}
#slanted-cta > div > div > a:nth-child(3) > div:before {
  left: -55px;
  content: "";
  position: absolute;
  top: 0;
  background: var(--color-primary);
  bottom: 0;
  width: 100px;
  height: 100%;
  z-index: 1;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
#slanted-cta > div > div > a:nth-child(3) > div {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}
#slanted-cta > div > div > a:nth-child(3) > div h2 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
  color: white;
}
#slanted-cta > div > div > a:nth-child(2) > div {
  overflow: hidden;
}
#slanted-cta > div > div > a:nth-child(1) > div > span > i {}
#slanted-cta > div > div > a:nth-child(3) > div > span > i {
  position: absolute;
  top: -75%;
  right: 10%;
  color: #0b0b0b;
  font-size: 120px;
  border: 10px solid;
  border-radius: 100%;
  padding: 42px;
}
#slanted-cta > div > div > a:nth-child(2) > div > span > i {
  position: absolute;
  top: -75%;
  right: 10%;
  color: #0b0b0b;
  font-size: 120px;
  border: 10px solid;
  border-radius: 100%;
  padding: 42px;
}
#slanted-cta .button h2, #slanted-cta > div > div > a:nth-child(2) > div > span > i {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  transform: skewX(45deg);
}
/*Home 
-------------------------------------------- */
.custom-shape-bg {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgb(255 255 255 / 0%) 100%), -webkit-linear-gradient(left, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgb(255 255 255 / 27%) 100%), url(/img/custom-shape-01.svg);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgb(255 255 255 / 0%) 100%), -o-linear-gradient(left, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgb(255 255 255 / 27%) 100%), url(/img/custom-shape-01.svg);
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgb(255 255 255 / 0%) 100%), linear-gradient(to right, rgb(255 255 255) 0%, rgb(255 255 255) 50%, rgb(255 255 255 / 27%) 100%), url(/img/custom-shape-01.svg);
  background-position: center right;
  background-size: auto;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454", endColorstr="#262223", GradientType=1);
}
/*Home Menu------- */
#home-menu {
  background: #b9b9b9;
}
#home-menu-container {
  border-top: 10px solid var(--color-primary);
  margin-top: -60px;
}
#home-menu #button {
  background-color: #252525;
  color: white;
  height: auto;
  padding: 30px 10px 10px 10px;
  border-left: white 1px solid;
  border-top: white 1px solid;
}
#home-menu #button:hover {
  background-color: var(--color-primary);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
h3.home-banner-menu {
  line-height: 0.2;
}
.box_shadow {
  -webkit-box-shadow: 1px 1px 7px 0px grey;
  /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
  box-shadow: 1px 1px 7px 0px grey;
  /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}
.box_shadow_inset {
  -webkit-box-shadow: 1px 1px 7px 0px grey inset;
  /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
  box-shadow: 1px 1px 7px 0px grey inset;
  /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}
#parallax-overflow {
  -webkit-box-shadow: 0px 1px 7px black inset;
  box-shadow: 0px 1px 7px black inset;
  min-height: 400px;
}
#overflow-bottom {
  margin-top: -14%;
  position: relative;
  z-index: 999;
}
#overflow-bottom .col-md-4 {
  border-right: 1px dotted rgba(128, 128, 128, 0.15);
}
#overflow-bottom .col-md-4:last-child {
  border-right: none;
}
/*Current Inventory------- */
#current-inventory {
  background-image: url(/img/trailersource-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 418px;
}
.side-search {
  padding: 40px 36px;
  background-image: url(/img/trailersource-bg-search.jpg);
  background-size: cover;
  background-position: center;
  min-height: 418px;
}
#current-inventory .heading:before {
  content: "";
  position: absolute;
  top: 13%;
  left: 285px;
  right: 110px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
/*Inventory 
-------------------------------------------- */
/*Inventory Slider------- */
#slider-nav .slick-current {
  border-bottom-color: var(--color-primary);
}
/*Inventory Header------- */
#inventory a {
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-weight: normal;
}
/*Inventory Header------- */
.inventory-container {
  background-color: #1a3f74;
}
.header--image--container {
  padding: 30px;
}
.inventory-container h1 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 50px;
}
/*Search 
-------------------------------------------- */
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(188, 16, 16, 0);
  background-color: #e1e1e1;
  border-color: #2f5597;
}
input#asc_q {
  height: 49px;
  border-radius: var(--s-border-radius);
  background: #202020;
  border: 1px solid #333333;
}
button#asc_sbtn {
  padding: 7px 14px;
  border-radius: var(--s-border-radius);
  background: var(--color-primary);
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: 21px;
  color: #333333;
  position: relative;
  /* right: 49px; */
  line-height: 34px;
  margin-left: 10px;
}
.search-wrapper {
  width: 100%;
  padding: 8px 5px;
  border: 1px solid #d36c28;
  height: 51px;
}
@media handheld, only screen and (max-width: 766px) {
  .input-group {
    width: 100%;
  }
  .input-group .form-control {
    width: 100%;
  }
}
/* Slider
--------------------------------------------------------------------- */
#home-vendors .slick-slide img {
  border: 1px solid #eeeeee;
}
#home--inventory .slick-slide {
  margin: 0 13px;
}
#home--inventory .slick-list {
  width: 100% !important;
  height: none !important;
}
.slick-prev, .slick-next {
  top: 50% !important;
}
#dealer-slider .slick-prev, #dealer-slider .slick-next {
  top: -45px !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
#dealer-slider .slick-prev {
  left: auto;
  right: 42px;
}
#home--inventory .slick-prev, #home--inventory .slick-next {
  background-color: #f4b400 !important;
}
#home--inventory .slick-prev:before, #home--inventory .slick-next:before {
  color: #333;
}
#home-manufacturers .slick-slide img {
  padding: 25px 0;
}
.slider-background {
  background: rgb(19, 19, 16);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 19, 16, 1)), color-stop(50%, rgba(25, 25, 25, 1)), to(rgba(33, 33, 36, 1)));
  background: linear-gradient(180deg, rgba(19, 19, 16, 1) 0%, rgba(25, 25, 25, 1) 50%, rgba(33, 33, 36, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#131310", endColorstr="#212124", GradientType=1);
  border: #333 7px solid;
  -webkit-box-shadow: 0px 1px 3px black;
  box-shadow: 0px 1px 3px black;
}
/*
.home--categories .services-desc-box i.fa.fa-chevron-right {
    background: #70ace3;
    border-radius: 50%;
    padding: 6px 7px;
    border: 2px solid var(--color-secondary);
    color: var(--color-primary);
    margin-left: 10px;
}
*/
/* Section Titles
--------------------------------------------------------------------- */
#listing-title {
  margin-top: 25px;
}
.page-title-container {
  width: 100%;
  padding: 1em 5%;
}
.page-title-container h1 {
  FONT-WEIGHT: 700;
}
.subtitle-divider {
  display: flex;
  width: 100%;
}
.subtitle-divider--separator {
  width: 100%;
  display: flex;
  margin: 0;
  direction: ltr;
  align-items: center;
}
.subtitle-divider--text {
  font-size: 21px;
  line-height: 1;
  max-width: 95%;
  margin: 0 15px;
  flex-shrink: 0;
}
.subtitle-divider--separator:after {
  display: block;
  content: "";
  border-bottom: 0;
  flex-grow: 1;
  border-top: 1px solid var(--color-secondary);
}
#categories p {
  text-indent: 21px;
  padding: 10px 0 0px 0;
}
#categories .title {
  font-style: italic;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 28px;
  font-size: 4em;
  padding-bottom: 10px;
  /*    color: #383838;*/
}
@media only screen and (max-width:721px) {
  #categories .title {
    font-size: 3em;
  }
}
#categories .title span.emphasis {
  font-style: normal;
  color: var(--color-primary);
  font-size: 28px;
  font-size: 1em;
}
a.text-cta:hover {
  text-decoration: underline;
}
a.text-cta {
  font-size: 21px;
  font-weight: 900;
  letter-spacing: 2px;
}
/* Page Titles
--------------------------------------------------------------------- */
#page-title {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  /*  width: 100%;*/
}
#page-title h1 {
  font-weight: 900;
  text-transform: uppercase;
}
@media only screen and (min-width: 100px) and (max-width:721px) {
  #page-title {
    padding-top: 23px;
    padding-bottom: 23px;
    height: auto;
  }
}
/*
#primary-title {
	border-top: 2px solid var(--s-border-color);
    border-bottom: 2px solid var(--s-border-color);
    background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 10%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0.05) 90%, rgba(255, 255, 255, 0) 100%);
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-top: 10px;	
}
*/
#primary-title {
  background-color: #222222;
  color: var(--color-primary);
  padding-top: 10px;
  padding-bottom: 5px;
  box-shadow: inset 0px 7px 14px lch(0 0 0 / 0.14);
  border-top: 1px solid var(--color-primary-dark);
  border-bottom: 1px solid var(--color-primary-dark);
}
#primary-title h1, #primary-title span.h1, #primary-title a.h1 {
  font-size: 21px;
  font-weight: 500;
  /*    color: var(--color-primary-dark);*/
}
/* Breakpoints
===================================================================================== */
/* Min Width
--------------------------------------------------------------------- */
@media (max-width: 1529px) {
  .auction-img, .staff-img {
    height: 370px;
  }
}
@media (min-width: 1530px) {
  .container {
    width: 1500px;
  }
  .category-cta h3 {
    font-size: 60px;
    line-height: 52px;
  }
}
/*--min-width:1200px--*/
@media (min-width: 1200px) {
  .compressed-padding {
    margin-left: 12em;
    margin-right: 12em;
  }
  /*
	.product-results-grid-container:nth-child(3n) {
    border-right: 0;
}
    .product-results-grid-container:nth-last-child(-n+3) {
    border-bottom: 0;
}
*/
}
/*--min-width:992px--*/
@media (min-width: 992px) {
  /*----------------------------------------------------------------*\
    4.0 SCROLLED MENU
\*----------------------------------------------------------------*/
  #header img {
    transition: width 2s;
    max-width: 250px;
    height: 130px;
    padding-left: 30px;
  }
  .wsfixed #top-header .btn.btn-custom-2 {
    top: 0;
    border-radius: 0;
  }
  .wsfixed #header .container {
    padding-top: 0;
    padding-bottom: 0px;
  }
  .wsfixed #top-header .container {
    width: 90%;
  }
  .wsfixed #top-header .btn-custom-2 {
    border-radius: 0;
    line-height: 14px;
  }
  .wsfixed #header img {
    width: 65%;
    transition: width 2s;
  }
  /*   #top-header{background: #e1e1e1e1e1e1;}*/
  .product-results-container .text-darkred.b.text-center {
    color: var(--color-primary);
    font-size: 21px;
  }
  #slanted-cta > div > div > a:nth-child(2) > div {
    height: 85px;
  }
  #welcome h1, #towing h1, #category-image-scroller h1, .lg-heading {
    font-size: 60px;
    text-transform: uppercase;
  }
}
/* Max Width
--------------------------------------------------------------------- */
/*--max-width:1200px--*/
@media (max-width: 1200px) {
  /*
	.product-results-grid-container:nth-last-child(-n+2){
		border-bottom: 0;
	}
	.product-results-grid-container:nth-child(2n) {
    border-right: none;
}
*/
  #header .header-locations li {
    width: 33%;
  }
  li.number {
    padding-left: 30px;
    font-size: 20px;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
  }
  #header .social {
    padding-left: 20px;
  }
  #header .contact-information {
    padding-left: 20px;
  }
}
/*--max-width:1099px--*/
@media (max-width: 1199px) {
  .text-md-center {
    text-align: center;
  }
  #auction {
    height: auto;
  }
  .auction-img {
    height: 200px;
  }
  .auction-img, .staff-img {
    border-top-right-radius: 5px;
  }
  #auction .top, #staff .top, #vendors .top {
    border-top-right-radius: 0;
  }
  .vertical-center-md-reset {
    min-height: auto !important;
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
  }
}
/*--max-width:991px--*/
@media (max-width: 991px) {
  #review-slider .slick-next, #home-slider .slick-next, #home-recent .slick-next, #home-hero .slick-next {
    right: 0;
  }
  #review-slider .slick-prev, #home-slider .slick-prev, #home-recent .slick-prev, #home-hero .slick-prev {
    left: 0;
  }
  #primary-title h1, #primary-title span.h1, #primary-title a.h1 {
    text-align: center;
  }
  #footer-main {
    background-size: cover;
  }
  .clear-top-header {
    margin-top: 80px;
  }
  #intro {
    overflow: visible;
    background: #e1e1e1;
    border: none;
  }
  .page-title-container {
    width: 100%;
    text-align: center;
    padding: 2em 5%;
  }
  .clear-top-section {
    margin-top: 120px;
  }
  .fixed-left.sticky {
    position: relative !important;
  }
  .page-title-container h1, .page-title-container h1 {
    color: #fff;
    font-size: 90px;
    line-height: 80px;
  }
  /*
	.page-title-container h1 {
    color: #e1e1e1;
		font-size: 24px;}
*/
  .vertical-center-sm-reset {
    min-height: auto !important;
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
  }
  /*
  .product-results-grid-container {
    border-right: 0px;
  }
*/
  /*
  .product-results-grid-container:nth-child(2n+1) {
    border-right: 2px dotted #bababa;
  }
*/
  /*
	.product-results-grid-container:nth-child(2n) {
    border-right: none;
}
*/
  #footer-main .col-sm-6 {
    padding-bottom: 25px;
  }
  #top-search {
    padding: 0px;
    max-width: 100%;
    margin-top: 80px;
  }
  .text-sm-center {
    text-align: center;
  }
  #top-header {
    position: fixed;
    display: block;
    background-color: var(--color-secondary);
    border-top: 1px solid var(--s-border-color);
    border-bottom: 1px solid var(--s-border-color);
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 100;
    overflow: hidden;
    clear: both;
    z-index: 1;
  }
  #slanted-cta > div > div > a:nth-child(3) > div:before {
    display: none;
  }
  #slanted-cta .button {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  #slanted-cta .button h2, #slanted-cta > div > div > a:nth-child(2) > div > span > i {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
    transform: skewX(0deg);
  }
  .footer-links li {
    padding: 0 12px;
    margin-bottom: auto;
    border-left: none;
    text-align: center;
  }
  #home-menu-container {
    margin-top: 0px !Important;
  }
}
/* Min & Max Width
--------------------------------------------------------------------- */
@media screen and (max-width: 991px) and (min-width:767px) {
  .mgmenu > li > a, .mgmenu > li > span {
    font-size: 12px !important;
    padding: 12px 0px 13px 10px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width:991px) {
  .fixed-left.sticky {
    width: 30%;
  }
}
@-moz-document url-prefix() {
  .scrolled {
    box-shadow: none;
  }
}
/*--max-width:991px--*/
@media (max-width: 991px) {
  .shopping-cart-btn {
    color: #f1f1f1;
    text-align: center;
  }
}
/*--min-width:991px--*/
@media (min-width: 991px) {
  .home--quote .content-right {
    width: 100%;
    padding: 8rem 0 0 5rem;
  }
  .home--quote img.quote-aside {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home--quote {
    width: 100%;
    position: relative;
  }
  .fixed-left.sticky {
    position: fixed;
    width: 25%;
    top: 25px;
  }
}
/* Email Input
--------------------------------------------------------------------- */
#email--input {
  background-color: black;
  margin: auto;
  overflow: hidden;
  padding: 57px 0;
  height: auto;
}
#email--input h3 {
  font-size: 32px;
}
input#fieldEmail {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  font-size: 23.45px;
  font-weight: 900;
  width: 55%;
  padding: 5px;
  color: #e1e1e1;
}
@media handheld, only screen and (max-width: 766px) {
  input#fieldEmail {
    width: 90%;
    float: none !important;
    margin: 10px auto;
    display: block;
  }
  button.email--newsletter {
    text-align: center;
    width: 30% !important;
  }
}
button.email--newsletter {
  margin-left: 20px;
  width: 195px;
  border-color: #e1e1e1;
  background: transparent;
  color: white;
  border-radius: 5px;
  padding: 8px 12px;
  text-transform: uppercase;
}
#header-phone-text span {
  display: block;
  font-size: 2em;
  color: #D43C47;
  font-weight: 900;
  text-shadow: 1px 1px 0px #e1e1e1;
  text-decoration: none;
  line-height: 1em;
  text-align: right;
}
.wsmenu > .wsmenu-list > li:first-child:hover {
  background: transparent;
}
.wsmenu > .wsmenu-list > li:not(:first-child) > a:hover, .wsmenu > .wsmenu-list > li:not(:first-child):hover > a, .wsmenu > .wsmenu-list > li:not(:first-child) > a:active, .wsmenu > .wsmenu-list > li:not(:first-child):hover > a:active {
  border-bottom: 2px solid var(--color--primary-dark);
}
.custom-divider {
  margin-bottom: -12.25%;
  margin-right: -5%;
  margin-left: -15%;
  pointer-events: none;
}
.custom-divider-reverse {
  margin-top: -13%;
  margin-bottom: 0%;
  margin-right: -10%;
  margin-left: -10%;
  pointer-events: none;
}
/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.services-desc-box {
  width: 100%;
  border: 2px solid var(--s-border-color);
  border-radius: var(--s-border-radius);
  box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 7%);
  /*	min-height: 220px;*/
  margin-bottom: 20px;
  min-height: 240px;
  display: inline-grid;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}
.hero-paragraph {
  padding-left: 25px;
  border-left: 1px solid #4a5253;
}
.footer-manu {
  padding-bottom: 25px;
}
.footer-manu ul {
  margin: 0;
  padding: 0;
}
.footer-manu ul li {
  display: inline-block;
  padding: 0 20px;
}
.footer-manu ul li a {
  display: inline-block;
  color: #951b1a;
}
.top_details .left_details {
  margin: 0;
  padding: 0;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
#search-box {
  border-radius: 10px;
  transition: height 0.3s, background-color 0.3s, margin 0.3s, position 0.3s;
}
.wrapper {
  margin: auto;
  width: 90%;
}
/* Laptops and Desktops (992px and above) */
#search-logo {
  width: 100%;
  padding: 10px 25px;
  margin: auto;
}
.fixed-left {
  position: relative;
  width: 100%;
  padding: 15px;
  background-color: #f1f1f1;
  border: 1px solid rgb(0 0 0 / 25%);
}
.fixed-left img {
  display: none;
}
.fixed-left.sticky img {
  display: block;
}
.fixed-left.sticky {
  top: 25px;
  width: 25%;
  left: 4%;
}
.fixed-left.sticky #search-logo {
  border-radius: 10px;
  margin-bottom: 20px;
  background: var(--color-light);
}
@media (min-width: 1199px) {
  .fixed-left.sticky {
    /*    	width: 20%;*/
    width: 33%;
    left: 2%;
  }
}
@media (min-width: 1600px) {
  .fixed-left.sticky {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .fixed-left {
    position: static;
    transform: none;
  }
  #action-bar .btn-custom, #action-bar .btn.add-cart.btn-success {
    border-bottom: 1px solid var(--s-border-color);
  }
}
/* For larger screens (desktops and laptops) */
@media screen and (min-width: 992px) {
  p {
    font-size: 18px;
  }
  h1 {
    font-size: 4rem;
  }
}
/* For medium-sized screens (tablets) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* Adjust font sizes for paragraphs and headings as needed */
  p {
    font-size: 16px;
  }
  h1 {
    font-size: 3.5rem;
  }
  /* Add other heading adjustments here */
}
/* For smaller screens (mobile devices) */
@media screen and (max-width: 767px) {
  #top-header .fa-shopping-cart {
    font-size: 21px;
    margin-right: auto;
    float: left;
  }
  .product-results-container .bottom {
    min-height: auto;
  }
  p {
    font-size: 14px;
  }
  h1 {
    font-size: 3rem;
  }
  #hero-banner h1 {
    font-size: 3.5em
  }
  .vertical-center-xs-reset {
    min-height: auto !important;
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
  }
  .tile-body {
    top: auto;
  }
  .wrapper {
    width: 95%;
  }
  .page-title-container .sec-spacing-3 {
    padding-top: 0;
    padding-bottom: 0;
  }
  /*
     .page-title-container h1, .page-title-container h1, .info-blurb h2, #pre-footer h4 {
         font-size: 49px;
         line-height: 49px;
    }
*/
  .pull-reset-xs {
    float: none !important;
  }
  #service .bottom, #auction .bottom, #staff .bottom {
    min-height: 220px;
  }
  .header-logo {
    display: block;
  }
  .site-header h1 {
    text-align: center !important;
  }
  .nbf {
    background-color: #11334e;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }
}
/*
*   CSS file with Bootstrap grid classes for screens bigger than 1600px. Just add this file after the Bootstrap CSS file and you will be able to juse col-xl, col-xl-push, hidden-xl, etc.
*
*   Author: Marc van Nieuwenhuijzen
*   Company: WebVakman
*   Site: WebVakman.nl
*
*/
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg {
    display: block;
  }
  .hidden-lg {
    display: none;
  }
}
.visible-xl-block, .visible-xl-inline, .visible-xl-inline-block, .visible-xl {
  display: none !important;
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl, td.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1600px) and (max-width: 2500px) {
  .hidden-xl {
    display: none !important;
  }
  .wrapper {
    width: 85%;
  }
}
.visible-xxl-block, .visible-xxl-inline, .visible-xxl-inline-block, .visible-xxl {
  display: none !important;
}
@media (min-width: 2000px) {
  .emphasis-block {
    height: 600px;
  }
}
@media (min-width: 2500px) {
  .wrapper {
    width: 75%;
  }
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    float: left;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-pull-12 {
    right: 100%;
  }
  .col-xxl-pull-11 {
    right: 91.66666667%;
  }
  .col-xxl-pull-10 {
    right: 83.33333333%;
  }
  .col-xxl-pull-9 {
    right: 75%;
  }
  .col-xxl-pull-8 {
    right: 66.66666667%;
  }
  .col-xxl-pull-7 {
    right: 58.33333333%;
  }
  .col-xxl-pull-6 {
    right: 50%;
  }
  .col-xxl-pull-5 {
    right: 41.66666667%;
  }
  .col-xxl-pull-4 {
    right: 33.33333333%;
  }
  .col-xxl-pull-3 {
    right: 25%;
  }
  .col-xxl-pull-2 {
    right: 16.66666667%;
  }
  .col-xxl-pull-1 {
    right: 8.33333333%;
  }
  .col-xxl-pull-0 {
    right: auto;
  }
  .col-xxl-push-12 {
    left: 100%;
  }
  .col-xxl-push-11 {
    left: 91.66666667%;
  }
  .col-xxl-push-10 {
    left: 83.33333333%;
  }
  .col-xxl-push-9 {
    left: 75%;
  }
  .col-xxl-push-8 {
    left: 66.66666667%;
  }
  .col-xxl-push-7 {
    left: 58.33333333%;
  }
  .col-xxl-push-6 {
    left: 50%;
  }
  .col-xxl-push-5 {
    left: 41.66666667%;
  }
  .col-xxl-push-4 {
    left: 33.33333333%;
  }
  .col-xxl-push-3 {
    left: 25%;
  }
  .col-xxl-push-2 {
    left: 16.66666667%;
  }
  .col-xxl-push-1 {
    left: 8.33333333%;
  }
  .col-xxl-push-0 {
    left: auto;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxl-offset-0 {
    margin-left: 0;
  }
  .visible-xxl {
    display: block !important;
  }
  table.visible-xxl {
    display: table;
  }
  tr.visible-xxl {
    display: table-row !important;
  }
  th.visible-xxl, td.visible-xxl {
    display: table-cell !important;
  }
  .visible-xxl-block {
    display: block !important;
  }
  .visible-xxl-inline {
    display: inline !important;
  }
  .visible-xxl-inline-block {
    display: inline-block !important;
  }
  .hidden-xxl {
    display: none !important;
  }
}
/* Base font sizes with fluid typography */
body {
  font-size: 14px; /* Fallback for older browsers */
}
h1, .h1 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem); /* 24px to 40px */
}
h2, .h2 {
  font-size: clamp(1.375rem, 2vw, 2.375rem); /* 22px to 38px */
}
h3, .h3 {
  font-size: clamp(1.25rem, 1.75vw, 2.25rem); /* 20px to 36px */
}
h4, .h4 {
  font-size: clamp(1.125rem, 1.5vw, 2.125rem); /* 18px to 34px */
}
h5, .h5 {
  font-size: clamp(1rem, 1.25vw, 2rem); /* 16px to 32px */
}
h6, .h6 {
  font-size: clamp(0.875rem, 1vw, 1.875rem); /* 14px to 30px */
}
p, .p {
  font-size: clamp(0.875rem, 1vw, 1.375rem); /* 14px to 22px */
}
span.number-block {
  font-size: 5vw;
  color: var(--color-primary);
}