@tailwind base;
@tailwind components;
@tailwind utilities;


body {
  font-family:Roboto; 
  background-color:#FFF; 
  padding: 0;
  margin: 0;

}

@layer base { 
  /* Text styles */
  p {
  @apply text-black mt-5 mr-0 mb-0 ml-0 text-lg leading-7 font-light;
  }
  strong { 
    @apply font-bold;
  }
  em { 
    @apply italic; 
  }
  small { 
    @apply block text-xs leading-5 font-normal text-black; 
  }
  blockquote { 
    @apply border-none p-0 mt-0 mr-0 mb-0 ml-8;
  }
  blockquote p { 
    @apply text-lg leading-7 font-light;
  }

  /* Link styles */
  a { 
    @apply text-[#005590] underline; 
  }
  a:hover { 
    @apply text-[#005590] no-underline; 
  }

  /* Heading styles */
  h1 { 
    @apply m-0 text-[42px] leading-[52px] text-[#22548b] font-libre font-medium; 
  }
  h2, h3, h4, h5, h6 { 
    @apply mt-[30px] mr-0 mb-0 ml-0   font-libre  font-medium;  
  }
  h2 { 
    @apply text-[36px] leading-[46px]; 
  }
  h3 { @apply text-[30px] leading-[40px]; 
  }
  h4 { @apply text-[24px] leading-[34px]; 
  }
  h5 { 
    @apply text-[20px] leading-[30px]; 
  }
  h6 { 
    @apply text-[16px] leading-[26px]; 
  }

  /* List styles */
  ul { 
    @apply list-disc mt-5 mr-0 mb-0 ml-[30px]  p-0; 
  }
  ol { 
    @apply list-decimal mt-5 mr-0 mb-0 ml-[30px]  p-0;
  }
  ul li,
  ol li { 
    @apply mb-2.5 pl-2.5 text-lg leading-7 font-light text-black; 
  }
  ul ul { 
    @apply list-[circle] mt-2.5 mr-0 mb-2.5 ml-[30px]; 
  }
  ol ol { 
    @apply list-[lower-alpha] mt-2.5 mr-0 mb-2.5 ml-[30px]; 
  }

  /* Image styles */
  .alignnone { 
    @apply block mt-5 mr-0 mb-0 ml-0; 
  }
  .aligncenter { 
    @apply block mt-5 mr-auto mb-0 ml-auto; 
  }
  .alignright { 
    @apply float-right mt-[5px] mr-0 mb-5 ml-[25px] clear-both inline; 
  }
  .alignleft { 
    @apply float-left mt-[5px] mr-[25px] mb-5 ml-0 clear-both inline; 
  }
  .wp-caption-text { 
    @apply mt-[5px] mr-0 mb-0 ml-0  text-center leading-[22px] italic font-serif;
  }

  /* Global classes */
  .right { 
    @apply text-right; 
  }
  .center { 
    @apply text-center; 
  }
  .widget { 
    @apply mt-0 mr-0 mb-[30px] ml-0 pt-0 pb-0;
  }

  /*-------------------------------------------------------------------------------------------------------------------
  --------------------------------------------- CUSTOM LAYOUT ELEMENTS ------------------------------------------------
  -------------------------------------------------------------------------------------------------------------------*/
  .wrap { 
    @apply w-full; 
  }
  .container01 { 
    @apply w-full 2xl:w-[1520px] mr-auto ml-auto pl-10 pr-10; 
  }
  .row { 
    @apply pt-10 pb-10; 
  }
  .no-padding-top { 
    @apply !pt-0; 
  }
  .no-padding-bottom { 
    @apply !pb-0; 
  }
  .no-padding-both { 
    @apply !pt-0 !pb-0; 
  }
  .padding-top { 
    @apply !pt-10; 
  }
  .img-responsive{ 
    @apply !w-full max-w-full; 
  }
  .general-container {
    @apply w-full 2xl:w-[1520px] pl-[40px] pr-[40px] mr-auto ml-auto; 
  }

    /* Table styles */
  table { 
    @apply border-collapse mt-[30px] w-full;
  }
  table td { 
    @apply bg-[#f4f4f4] border border-solid border-[#ccc] text-[18px] leading-[28px] font-light p-[15px] text-[#000] align-top;
  }
  table th { 
    @apply bg-[#22548b] border border-solid border-[#ccc] text-[18px] leading-[28px] font-bold p-[15px] text-[#fff] align-top text-left;
  }

  table td ul { 
    @apply list-none m-0;
  }
  table td ul li { 
    @apply p-0 mt-0 mr-0 mb-[5px] ml-0;
  }
  table td ul li:last-child { 
    @apply mb-0;
  }
  table td ul li a { 
    @apply text-[#000] no-underline;
  }
  table td ul li a:hover { 
    @apply text-[#000] 
  }

}


@layer components {
  /* Top bar */
  .top-bar { 
    @apply bg-[#ececec] !text-left;
  }
  .top-bar .row { 
    @apply pt-[15px] pb-[15px]; 
  }
  .top-bar p { 
    @apply mt-0 font-medium text-[14px] leading-[24px]; 
  }
  .top-bar ul { 
    @apply mt-[15px] mr-0 mb-0 ml-0 md:m-0 list-none; 
  }
  .top-bar ul li { 
    @apply inline mt-0 mr-[15px] mb-0 ml-0 md:mt-0 md:mr-0 md:mb-0 md:ml-5 pt-0 pr-[15px] pb-0 pl-0 md:pt-0 md:pr-0 md:pb-0 md:pl-5 font-medium text-[14px] leading-[24px] border-r border-solid border-black border-l-0 md:border-l md:border-solid md:border-black md:border-r-0; 
  }
  .top-bar a,
  .top-bar a:hover { 
    @apply text-black; 
  }
  .top-bar .modal { 
    @apply !mt-2; 
  }
  .top-bar .modal form { 
    @apply mb-[30px]; 
  }
  .top-bar .modal form input { 
    @apply w-full sm:w-[85%] p-[10px] text-[#333] border border-solid border-[#ccc] mt-0 mr-[10px] mb-0 ml-0; 
  }
  .top-bar .modal form button { 
    @apply w-[80px] sm:w-[10%] bg-[#22548b] text-white mt-[20px] sm:mt-[0px] p-[10px]  border-none font-bold uppercase; 
  }

  /* Modal */
  .modal_container {
    @apply fixed inset-0 flex items-center justify-center bg-scrim_dark bg-opacity-50 z-[20000];
  }
  .modal_dialog {
    @apply fixed top-24 mx-auto  p-2 sm:p-8 bg-white rounded-lg shadow-lg w-[330px] sm:w-152 border border-scrim_dark border-opacity-20 transition-transform ease-in-out delay-300 duration-1000 translate-x-3 translate-y-3 z-[25000];
  }
  .modal_cancel_button {
    @apply px-4 py-2 text-[#333] hover:bg-[#ccc] rounded-md border border-solid border-[#ccc] ;
  }

  /* Parts */

  .part-image-div {
    @apply flex border border-solid border-[#ABABAE] rounded-[7px] mb-[20px] md:mb-[0px] md:mr-[30px] text-center align-middle items-center aspect-[1/1];
  }

  .tab-buttons {
    @apply flex;
  }
  
  .tab-button {
    @apply bg-white text-[18px] lg:text-[24px] text-grays_variant_25 border-b-[0.5px] border-line_grays_60 pt-[0px] pb-[5px] cursor-pointer md:min-w-36 lg:min-w-48 lg:min-w-60 xl:min-w-72 2xl:min-w-80;
  }
  
  .tab-button:hover {
    @apply bg-white ;
  }
  
  .tab { 
    @apply hidden w-10/12 lg:w-7/12 p-[20px]  bg-white;
  }
  
  .active-tab-button {
    @apply lg:min-w-48 lg:min-w-60 xl:min-w-72 2xl:min-w-80 text-[18px] lg:text-[25px] text-primary_light font-bold border-b-[7px] border-primary_light ;
  }

  .summary {
    @apply text-base leading-[26px] sm:text-lg sm:leading-[28px] font-light;
  }

  .summary p {
    @apply text-base leading-[26px] sm:text-lg sm:leading-[28px];
  }
  
  .summary ul {
    @apply sm:mt-[16px] sm:mt-[18px];
  }

  .summary ul li {
    @apply mb-[7px] sm:mb-[7px] text-base leading-[26px] sm:text-lg sm:leading-[28px];
  }

    /* Footer */
  .footer { 
    @apply bg-[#212121];
  }
  .footer h4 { 
    @apply text-[#fff] font-medium mt-[40px] md:mt-0;
  }
  .footer ul { 
    @apply list-none m-0;
  }
  .footer ul li { 
    @apply mt-[5px] mr-0 mb-0 ml-0 p-0 text-[16px] leading-[26px];
  }
  .footer a,
  .footer a:hover { 
    @apply text-[#fff];
  }
  .footer p { 
    @apply text-[#fff] text-[16px] leading-[26px];
  }

  .footer-left ul li { 
    @apply inline mt-0 mr-[20px] mb-0 ml-0;
  } 
  .footer-left ul li a img { 
    @apply inline;
  }
  .footer-left p { 
    @apply mt-[40px];
  }

  /* Copyright */
  .copyright .row { 
    @apply pt-[30px] pb-[30px]
  }
  .copyright p { 
    @apply mt-0 text-[#fff] text-[16px] leading-[26px];
  }
  /* Categories */

  .div_cards { 
    @apply border-[1px] border-[#909094] mb-[27px] pl-[0px] md:pr-[15px] rounded-[7px]; 
    /* border: 2px solid #DDDDDD; margin-bottom: 17px; padding-left: 15px; padding-right: 15px;  */
  }
  .div_cards_image { 
    @apply hidden md:flex print:flex content-center flex-wrap justify-center mb-0;
  }

  /* Collapse */
  /* #collapsibleDiv {
    @apply hidden md:grid
  } */

  .spanActivator {
    @apply bg-[#212121] py-0 px-[10px];
  }

  .spanActivator:hover {
    @apply cursor-pointer;
  }

  .spanActivatorFilter {
    @apply bg-white py-0 px-[10px] text-[#00548E] text-[24px] font-bold;
  }

  .spanActivatorFilter:hover {
    @apply cursor-pointer;
  }

  /* @media only screen and (min-width: 1200px)  */
  /* .footer h4 { margin-top: 0; } */

  /* @media only screen and (min-width: 870px) and (max-width: 1200px)  */
  /* .footer h4 { margin-top: 0; } */

  /* @media only screen and (min-width: 768px) and (max-width: 870px)   */
  /* .footer h4 { margin-top: 0; } */

}

@media print {
  @page {
    size: letter portrait; /* Suggests the letter size */
    margin: 10mm; /* Set the margins for the printed page */
  }

  body {
    width: 100%; /* Ensure content fits within the letter size width */
    margin: 0 auto;
    padding: 0;
  }

  * {
    -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
    print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
  }

  p {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-size: 0.7rem !important;
    font-weight: 300;
    line-height: 1.08rem !important;
    margin: 0.6rem 0 0 !important;
  }

  h1 {
    --tw-text-opacity: 1;
    color: rgb(34 84 139 / var(--tw-text-opacity));
    font-size: 24px !important;
    line-height: 30px !important;
    margin: 0;
  }

  h2 {
    font-size: 20px !important;
    line-height: 36px !important;
  }

  h3 {
    font-size: 16px !important;
    line-height: 21px !important;
  }

  h4 {
    font-size: 13px !important;
    line-height: 17px !important;
  }

  .homepage-about {
    background-size: cover;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .homepage-about a {
    display: block;
    border: 1px solid #fff !important;
    color: #fff;
    padding: 8px 15px !important;
    text-decoration: none;
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 500;
  }

  a.product-btn {
    padding: 8px 15px;
  }

  .print-container {
    @apply bg-white text-black; /* Tailwind classes for print */
  }

  .print-div-logo {
    /* margin: 0 auto; */
    text-align: left;
    padding: 0px;
  }

  .no-print {
    display: none !important; /* Hide elements that should not be printed */
  }

  .page-break {
    page-break-before: always;
  }

  .page-break-after {
    page-break-after: always;
  }

  .avoid-page-break {
    page-break-inside: avoid;
  }

  .footer h4 {
    margin: 0px;
    font-size: 12px; 
    line-height: 16px;
    padding: 0px;
  }

  .footer p {
    margin: 0px;
    font-size: 10px; 
    line-height: 14px;
    padding: 0px;
  }

  .copyright p {
    margin: 0px;
    font-size: 10px; 
    padding: 0px;
  }

  .oem_div_product_image {
    margin-top: 0px !important;
    padding-top: 0px !important;
  }

  .oem_title {
    font-size: 32px !important;
  }

  .oem_motto {
    font-size: 28px !important;
  }

  .oem_div_texthero {
    margin-top: 10px !important;
  }

  .oems_key_texts { 
    font-size: 20px !important;
    padding-left: 10px !important;
  }

  .oems_first_arrow_print { 
    display: inline; 
    margin-top: -10px; 
    margin-bottom: 0px; 
    margin-left: 50px;
    width: 8px;
    height: 15px;
  }

  .oems_paragraph {
    font-size: 16px !important;
    padding-left: 10px !important;
    margin-top: 15px !important;
  }

  .oems_div_arrow {
    margin-top: 15px !important;
  }

  .print-align-center {
    text-align: center !important;
  }

  .copyright .row {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .printspecs h1 {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .find-distributor-print { 
    background: fixed url(/assets/images/find-distributor-bg_03-8485661f521ecf13139af31d13f16a30bfedd871143fc8a43abad25f19c6a3ee.jpg) center center no-repeat; 
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover; 
    background-size:cover; 
    opacity: 0.1;
    padding-top: 0px; 
    padding-bottom: 0px; 
  }

  .selectPrint { 
    margin: 30px 0 0 0; 
    display: block; 
    padding: 10px; 
    font-size: 20px; 
    line-height: 28px; 
    width: 100%; 
    font-weight: 300; 
  }

  .background_company_overview {
    background-size: cover;
  }

  .background_contact-us {
    background-size: cover;
  }

  .background_commercial {
    background-size: cover;
  }

  .background_heavy_duty {
    background-size: cover;
  }

  .background_light_duty {
    background-size: cover;
  }

  .print_summary ul {
    margin-top: 8px !important;
  }

  .print_summary ul li {
    font-size: 0.7rem !important;
    line-height: 18px !important;
    margin-bottom: 3px !important;
    padding-left: .1rem;
  }
}


.pagy {
  display: flex;
  font-family: sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: white;
  justify-content: center;
}
.pagy > :not([hidden]) ~ :not([hidden]) {
  --space-reverse: 0;
  margin-right: calc(0.25rem * var(--space-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--space-reverse)));
}
.pagy a:not(.gap) {
  display: block;
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: #212121;
  padding: 13px 30px;
  color: white;
}
.pagy a:not(.gap):hover {
  background-color: #22548b;
}
.pagy a:not(.gap):not([href]) { /* disabled links */
  cursor: default;
  background-color: #212121;
  color: #d1d5db;
  display: none;
}
.pagy a:not(.gap):not([href]).current {
  display: block;
}
.pagy a:not(.gap).current {
  background-color: #22548b;
  color: white;
}
.pagy label {
  white-space: nowrap;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: #e5e7eb;
  padding: 0.125rem 0.75rem;
}
.pagy label input {
  line-height: 1.5rem;
  border-radius: 0.375rem;
  border-style: none;
  background-color: #f3f4f6;
}
.pagy-last, .gap {
  display: block;
  font-family: sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  cursor: default;
  text-decoration: none;
  border-radius: 0.5rem;
  background-color: #212121;
  padding: 13px 30px;
  color: white;
  --space-reverse: 0;
  margin-right: calc(0.25rem * calc(1 - var(--space-reverse)));
  margin-left: calc(0.25rem * calc(1 - var(--space-reverse)));
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; 
  background-color:  #efefef;
}
.select2-search--dropdown input {
  margin-bottom: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/**
 * Swiper 11.1.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 15, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.icon-circle-info-solid {
    /* display: inline-block; */
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    width: 12px;
    height: 12px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}
.status-header {
    display: inline-block;
}
.info-mark {
    margin-left: 0px;
    font-size: 1.1em;
    cursor: pointer;
}
.info-mark-margin {
    margin-bottom: -2px;
}
.info-thirteen {
    width: 12px;
    height: 12px
}
.tippy-box[data-theme~='sonnax'] {
    background-color: #002a47;
    border-radius: 20px;
    border: 3px solid #03344f;
    padding: 10px 10px 10px 10px;
    font-weight: 100;
}
.tippy-box[data-theme~='sonnax'] > .tippy-arrow::before{
    color: #002a47;
}
.tippy-box ul{
    margin-top: 10px;
}
.tippy-box li{
    margin-bottom: 5px;
    margin-left: -15px;
}
.tippy-box b{
    font-size: 1.1em;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltip-text {
    visibility: hidden;
    width: 200px;
    background-color: #002a47;
    color: #fff;
    text-align: left;
    border-radius: 20px;
    border: 3px solid #03344f;
    padding: 10px 10px 10px 10px;
    position: absolute;
    z-index: 1;
    left: 125px;
    top: -10px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.9em;
}
.tooltip .tooltip-text-th {
    visibility: hidden;
    width: 320px;
    background-color: #002a47;
    color: #fff;
    text-align: left;
    border-radius: 20px;
    border: 3px solid #03344f;
    padding: 10px 10px 10px 0px;
    position: absolute;
    z-index: 1;
    left: 185px;
    top: -50px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 0.9em;
    font-weight: 100;
}
.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.tooltip:hover .tooltip-text-th {
    visibility: visible;
    opacity: 1;
}
.tooltip-text-th ul{
    margin-top: 10px;
}
.tooltip-text-th li{
    margin-bottom: 5px;
    margin-left: -5px;
}
.tooltip-text-th b{
    font-size: 1.1em;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

  #menu ul {
    margin: 0;
    padding: 0;
  }
   
  #menu .main-menu {
    display: none;
  }
  
  .toggle-menu {
    text-align: center;
  }
   
  #menu .menu-label {
    letter-spacing: .25px;
    font-weight: 600;
  }
  
  #menu .tm:checked + .label + .main-menu {
    display: block;
    /* position: absolute; */
    width: 100%;
    right: 0;
    top: 36px;
    z-index: 10000;
    /* margin-left: calc(50% - 50vw); */
    margin-right: calc(50% - 50vw);
  }

  .menucontent {
    float: none; margin-top: 25px;
  }
   
  #menu input[type="checkbox"],
  #menu ul span.drop-icon {
    display: none;
  }
   
   
  #menu li {
    position: relative;
    display: block;
    line-height: 1.5em;
    font-size: 18px;
    font-family: "Libre Franklin";
  }
  
  #menu li {
    /* border-bottom: 1px solid #EEEEEE; */
    background: black;
    width: 100%;
    color: #fdfdfd;
  }

  #menu li a {
    /* border-bottom: 1px solid #EEEEEE; */
    background: #fff;
    color: #212121;
    width: 100%;
  }
   
  #menu li:hover {
    background: #00548e;
    color: #fdfdfd;
  }
  .menu-label {
    padding-top: 20px;
  }
  #menu li:hover > .menu-label a, #menu li:hover > a {
    color: #fdfdfd;
  }
  
  #menu .sub-menu li a {
    width: 100%;
    color: #212121;
    font-family: "Roboto";
  }

  #menu .sub-menu li a:hover {
    text-decoration: underline;
  }
  
   
  #menu .menu-label {
    transition: all .125s ease-in-out;
    -webkit-transition: all .125s ease-in-out;
  }
   
  #menu .sub-menu {
    display: none;
  }
  
  #menu .sub-menu .sub-menu li {
    background: #22548b;
  }
  
  #menu .sub-menu li:hover {
    background: #fff;
  }
  
  #menu input[type="checkbox"]:checked + .label + ul li {
    /* padding: .5em .25em .25em .25em; */
    padding: 15px 0px 0px 0px;
    margin-bottom: 0px;
  }

  #menu .sub-menu li {
    background: #fff;
    float: none;
    padding: 10px 20px !important;
    /* border-top: 1px solid #fdfdfd; */
  }
   
  #menu input[type="checkbox"]:checked + .label + .sub-menu {
    display: block;
  }
  
  #menu input[type="checkbox"]:checked + .label + ul, #menu li:hover ul {
    /* border-top: 2px solid #00548e;
    border-bottom: 2px solid #00548e; */
    background: #fff;
  }
   
   
  #menu .toggle-menu .drop-icon,
  #menu li label.drop-icon {
    position: absolute;
    right: 0;
    top: 18px;
    width: 25%;
    height: 100%;
  }
  
  #menu .main-menu a {
    width: 75%;
    display: block;
  }
  
  .main-menu li.desktop-hide a {
    display: block;
    width: 100%;
  }
  
   
  #menu label.drop-icon, #menu .toggle-menu span.drop-icon {
    text-align: center;
    /* background-color: rgba(0, 0, 0, .25); */
  }
   
  #menu .drop-icon {
    line-height: 1;
  }

  .navbar-brand { color:#212121 !important; padding:15px 0 0 0 !important; float:left; font-size:20px; font-family:"Libre Franklin"; font-weight:600; text-decoration:none; }
  
  .navbar-toggle { background:#22548b !important; border:1px solid #212121 !important; border-radius:0; padding:10px; margin:10px 10px !important; }
  .navbar-toggle:hover,
  .navbar-toggle:focus { background:#212121 !important; }

  #menu li.mobile-hide {display: none}

  .space {
    display: block;
    font-size: 8px;
    line-height: 16px;
  }
  .spacebefore {
    padding-left: 20px;
  }

.no-padding-top { padding-top:0 !important; }
.no-padding-bottom { padding-bottom:0 !important; }
.no-padding-both { padding-top:0 !important; padding-bottom:0 !important; }

.padding-top { padding-top: 40px !important; }

.content { background-color:#fff; }

/* Homepage */
.homepage-products { padding-top: 60px; padding-bottom: 20px; }
.homepage-products h2 { font-size: 48px; line-height: 58px; margin-top: 0; color: #22548b; }


.center {
  text-align: center;
}

.product-category h2,
.market h2 { margin-top: 40px; }

.product-category {
  padding-right: 15px;
  padding-left: 15px;
}

.product-category a.btn { background-color: #007bf8; color: #fff; font-size: 16px; line-height: 26px; font-weight: 700; padding: 15px 30px; display: inline-block; text-decoration: none; }
.product-category a.btn:hover { color: #fff; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.homepage-about { background: fixed url(/assets/images/homepage-about-bg_03-e18fb7ef2b85b24595cb6410b03a60a2aff28bca160ebf2126e9ebfa4226b692.jpg) center top no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; padding-top: 120px; padding-bottom: 120px; }
/* .homepage-about { background-color: #000;} */
.homepage-about h2 { font-size: 48px; line-height: 58px; margin-top: 0; color: #fff; }
.homepage-about a { display: block; border: 3px solid #fff; color: #fff; padding: 15px 30px; text-decoration: none; font-size: 24px; line-height: 34px; font-weight: 500; }
.homepage-about a:hover { color: #fff; }

.homepage-icons .row { padding-top: 20px; padding-bottom: 60px; }
.homepage-icons .selling-point { padding-top: 40px; }
.homepage-icons .selling-point h3 { color: #22548b; }
.homepage-icons .selling-point p { font-weight: 400; }


.homepage-icons .row { padding-top: 20px; padding-bottom: 60px; }
.homepage-icons .selling-point { padding-top: 40px; }
.homepage-icons .selling-point h3 { color: #22548b; }
.homepage-icons .selling-point p { font-weight: 400; }
.homepage-icons .selling-point img { display: inline;}

.background_commercial {
  background-image:url(/assets/images/commercial-a344391beacc971ad8318822ee64c97519a744a3ea5efa477fba1be43cde8377.jpg); 
  background-position:50% 75%;
}

.background_browse_products {
  background-image:url(/assets/images/slider-1-4c75c30352335cfea5c44287175655dd2a54aba078e392657d3d5bb739439fdc.jpg); 
  background-position:center center;
}

.background_light_duty {
  background-image:url(/assets/images/light_duty-038d154a69b90e903fd1bfa5cb3ce492ea02f289de47f41e73b59c91f84677f0.jpg); 
  background-position:center center;;
}

.background_company_overview {
  background-image:url(/assets/images/Rostra_Sonnax-hotrods-79567dad9a1deac5aedb18ab37ff5f0fd4a83aae62cacb69370a3e71817cffe1.jpg); 
  background-position: top 10% left 43%;
}

.background_heavy_duty {
  background-image:url(/assets/images/heavy-duty-2a312c95e15d493a4c52244ebe68672915b1202e8ff6ce0227993953ebe042b2.jpg); 
  background-position: center 25%;;
}

.background_contact-us {
  background-image:url(/assets/images/ContactUs_Gears-2a71ccd5686173ccb00df4a7bbd1040c7181c5b83f589c1c53b49f9a95417bc1.jpg); 
  background-position: center center;
}

/* Regular page banner images */
.page-banner { background-repeat: no-repeat; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; background-size:cover; }
.page-banner .row { padding-top: 240px; padding-bottom: 240px; margin-left: 0; margin-right: 0; }
.page-banner .col-lg-12 { padding-left: 0; padding-right: 0; }
.page-banner h1 { background: url(/assets/images/category-page-title-bg-0fa7bdd20ea2c95f35b026b7a72f45bbd2a33b8e2b7290fbb81e557727cfbb9a.png) right center no-repeat; color: #fff; display: inline-block; padding: 40px 160px; }


/* Breadcrumbs */
.breadcrumb-bar { padding-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #ccc; }
.breadcrumb-bar p { margin-top: 0; font-size: 14px; line-height: 24px; }
.breadcrumb-bar a { margin: 0 5px; color: #000; }
.breadcrumb-bar a:hover { color: #000; }
.breadcrumb-bar strong { margin-left: 5px; }


.content-subpages { background-color:#22548b; padding:30px; margin-top:40px; }
.content-subpages h4 { margin-top:0; color:#fff; font-weight:400; }
.content-subpages ul { list-style:none; margin:15px 0 0 0; }
.content-subpages ul li { margin:15px 0 0 0; padding:0; font-weight:300; }
.content-subpages a,
.content-subpages a:hover { color:#fff; }

/* Image styles */
.alignnone { display:block; margin:20px 0 0 0; }
.aligncenter { display:block; margin:20px auto 0 auto; }
.alignright { float:right; margin:5px 0 20px 25px; clear:both; display:inline; }
.alignleft { float:left; margin:5px 25px 20px 0; clear:both; display:inline; }

/* Find a Distributor area */
.find-distributor { background-color: #00548E; }
.find-distributor h2 { color: #fff; margin-top: 0; font-size: 48px; line-height: 58px; }
.find-distributor h3 { color: #fff; margin-top: 40px; }
.find-distributor select { margin: 15px 0 0 0; display: block; padding: 10px; font-size: 24px; line-height: 34px; width: 100%; font-weight: 300; }
.find-distributor option { font-size: 18px; line-height: 28px; font-weight: 300; }

.distributor { padding-top: 30px; }
.distributor h4 { margin-top: 0; }

/* Pagenavi */
.wp-pagenavi { margin:40px 0 0 0; }
.wp-pagenavi a,
.wp-pagenavi span { margin:2px; font-size:16px; line-height:26px; background-color:#212121; color:#fff; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; padding:15px 30px; text-decoration:none; }
.wp-pagenavi a:hover { background-color:#22548b; color:#fff; transition: background-color 0.5s ease; }
.wp-pagenavi span.current { background-color:#22548b; color:#fff; }

/* OEMs Landing Page */
.oems_div_parts { border: 2px solid #DDDDDD; margin-bottom: 17px; padding-left: 15px; padding-right: 15px; }
.oems_paragraph_data_title { color: #000; font-family: Libre Franklin; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; padding-bottom: 0px; margin-top: 0px }
.oems_paragraph_data { color: #000; font-family: Libre Franklin; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; padding-top: 0px;  margin-top: 8px }
.oems_data_spacer { color: #22548B; font-family: Libre Franklin; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; padding-top: 8px; padding-bottom: 8px; padding-left: 0px }

.oem_title { margin-top: 20px; font-weight: 800; font-size: 32px; text-align: center; line-height: normal; }
.oem_motto {font-weight: 800; font-size: 24px; color: #888888; text-align: center; line-height: normal; }
.oem_div_product_image { margin-top: 28px; display: flex; align-content: center; flex-flow: wrap; justify-content: center; }
.oem_div_texthero { margin-top: 50px; }
.oems_key_texts { font-weight: 700; font-size: 24px; text-align: left; color: #22548B; padding-left: 15px }
.oems_first_arrow { display: none }
.oems_second_arrow { display: none }
.oems_first_arrow_mobile { display: inline; margin-top: -10px; margin-bottom: 0px; margin-left: 50px  }
.oems_div_arrow {margin-top: 20px}
.oems_paragraph { color: #444; font-family: Libre Franklin; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; padding-left: 0px }
.oems_div_paragraph { margin-top: 20px}
.oems_paragraph_choose { color: #22548B; font-family: Libre Franklin; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; padding-left: 0px; text-align: center; }
.oems_div_button { display: flex; align-content: center; flex-flow: wrap; justify-content: center; margin-bottom: 36px }
.oems_button { width: 160px; height: 44px; background-color: #22548B; color: white; text-align: center; display: flex; align-content: center; flex-flow: wrap; justify-content: center }
.oems_button_text { font-family: Libre Franklin; font-size: 24px; font-style: normal; font-weight: 700; line-height: normal; }
.oems_makes { font-family: Libre Franklin; font-size: 36px; font-style: normal; font-weight: 700; line-height: normal; color: #444; margin-top: 0px; margin-bottom: 25px }
.oems_div_part_image { display: flex; align-content: center; flex-flow: wrap; justify-content: center; margin-bottom: 0px}
.oems_div_part_title { color: #22548B; font-family: Libre Franklin; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; padding-top: 15px; padding-bottom: 25px; padding-left: 0px }
.oems_div_data_container_flex { display: flex; padding-left: 0px; flex-direction: column}
.oems_div_data_first_column { border-left: 0px solid #DDDDDD; max-height: 100%; padding-left: 0px; min-height: 47px; width: 250px; }
.oems_div_data_second_column { border-left: 0px solid #DDDDDD; max-height: 100%; padding-left: 0px; margin-left: 0px; margin-top: 0px; width: 250px;}
.oems_div_data_third_column { border-left: 0px solid #DDDDDD; max-height: 100%; padding-left: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 0px}
.oems_img_oems_icon { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 7px }
.oems_div_details{ display: flex; align-content: center; flex-flow: wrap; justify-content: center; margin-bottom: 10px; margin-top: 10px; }
.oems_part_button { flex-grow: 5; width: 100%; height: 40px; background-color: #22548B; color: white; text-align: center; display: flex; align-content: center; flex-flow: wrap; justify-content: center }
.oems_part_button_text { width: 100%; font-family: Libre Franklin; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; }
.oems_div_data_container { padding-left: 0px; padding-right: 0px;}

.oems_div_details { display: block }

/* Branding Cookibot on the banner remove */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

.markets_applications span a {
  background: black !important;
  color: #fdfdfd;
  text-decoration: none;
  padding-left: 20px;
}

.markets_applications span a:hover {
  background-color: black !important;
  color: #fdfdfd;
}

#menu li:hover span a {
  background: #00548e !important;
  color: #fdfdfd;
}

#menu li:hover span a:hover {
  text-decoration: underline;
  color: 
  #fdfdfd;
}

#menu li span a {
  color: #fdfdfd;
}

.markets_applications .menu-label {
  padding-top: 0px;
}

.markets_applications {
  padding-top: 0px !important;
  margin-top: -10px !important;
}

.markets_applications label.drop-icon {
  top: 30px !important;
}

a.product-btn { 
  background-color: #007bf8; 
  color: #fff; 
  padding: 15px 30px; 
  text-align: center; 
  font-weight: 700; 
  display: inline-block; 
  text-transform: uppercase; 
  text-decoration: none; }
a.product-btn:hover { 
  color: #fff; 
  background-color: #00d4fc; 
  transition: background-color 0.5s ease; }

  #return-to-top {
    position: fixed;
    bottom: .5em;
    right: .3em;
    line-height: 2;
    width: 32px;
    height: 32px;
    background: #E72424;
    -webkit-border-radius: 32px;
       -moz-border-radius: 32px;
            border-radius: 32px;
    border: 1px solid black;
    display: none;
    text-align: center;
    font-weight: bold;
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #AA0000;
    color: white;
}

/* Form contact us*/
.contact_form { 
  padding: 5px; 
  -moz-box-sizing:border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; } 
.contact_form input[type=text],.contact_form input[type=email], .contact_form select { 
  width: 100%; 
  border: 1px solid #bbb; 
  height: 46px; 
  margin: 5px 0 0 0; 
  border-radius: 5px; 
  box-shadow: 0px 0px 4px 0px #bbb inset;} 
.contact_form .cf-default-btn { 
  margin: 5px 0; 
  padding: 6px 12px; 
  width: 100%; 
  height: 50px; 
  border-color: #00548E; 
  background-color: #00548E; 
  color: #FFF; 
  font-family: Libre Franklin; 
  font-size: 24px; 
  font-style: normal; 
  font-weight: 700; 
  line-height: normal; 
  text-align: center; 
  cursor: pointer; 
  vertical-align: middle; 
  -webkit-user-select:none; 
  -moz-user-select:none; 
  -ms-user-select:none; 
  user-select:none; 
  white-space: normal; 
  border:1px solid transparent; border-radius: 3px; } 
.contact_form .cf-default-btn:hover { 
  background-color: #00548E; } 
.contact_form p { 
  margin: 10px 0 0 0; } 
.contact_form .orange { 
  border: 1px solid #FDAD1D; 
  box-shadow: 0px 0px 4px 0px #FDAD1D inset; }
.contact_form p.cf-alert-message {
  padding: 6px 12px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_form p.cf-alert-message-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #C40000;
}
.contact_form p.cf-alert-message-success {
  background-color: #C2DCFF;
  border-color: #317ABE;
  color: #00548E;
}
.contact_form p.cf-alert-message-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #FDAD1D;
}
.contact_form .cf-title {
  color: #22548B; 
  font-family: Libre Franklin; 
  font-size: 32px; 
  font-style: normal; 
  font-weight: 700; 
  line-height: normal; 
  margin-top: 30px
}
.contact_form p.cf-initial-message {
  color: #444; 
  font-family: Libre Franklin; 
  font-size: 22px; 
  font-style: normal; 
  font-weight: 400; 
  line-height: normal; 
  padding-top: 0px; 
  padding-bottom: 15px
}
.contact_form .cf-label-required {
  color: #444; 
  font-family: Libre Franklin; 
  font-size: 20px; 
  font-style: normal; 
  font-weight: 700; 
  line-height: normal
}
.contact_form .cf-label {
  color: #444; 
  font-family: Libre Franklin; 
  font-size: 20px; 
  font-style: normal; 
  font-weight: 400; 
  line-height: normal
}

/* Accordion correction for privacy policy Cookiebot section*/
.panel {
  border-radius: 0 !important;
  border: none !important;
}

.card_wide_gallery .card {
  margin-bottom: .5em;
  border-radius: 7px;
  border-width: 1px;
  border-color: #909094;
  padding: 10px;
  background: white;
}

/* Distributors form */
.postform option {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #333;
  background-color: #fff;
}

#custom-parts-wrapper .select2-container--default .select2-selection--multiple {
  box-shadow: inset 0 0 0.25em #FDAD1D; 
  border: 1px solid #fdfdfd;
  outline: none;
}

#custom-parts-wrapper .select2-container--default .select2-search__field {
  margin-top: 0px;
  margin-bottom: 0px;
}

#custom-parts-wrapper .select2-container--default .select2-selection__choice__remove {
  color: white !important;
  left: 2px;
  top: 2px;
}

#custom-parts-wrapper .select2-container--default .select2-selection__clear {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

#custom-parts-wrapper .select2-results__options li {
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  line-height: 1.2rem !important;
  margin-bottom: .3rem !important;
  padding-left: .625rem !important;
}

#custom-parts-wrapper .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: red !important;
    color: white;
}


@media only screen and (min-width: 1200px) {
    #menu .main-menu {
      display: block;
      width: 100%;
      position: static;
      z-index: 10000;
    }

    .menucontent {
      float: right; margin-top: 15px;
    }
   
    #menu .toggle-menu,
    #menu label.drop-icon {
      display: none;
    }
   
    #menu ul span.drop-icon {
      display: inline-block;
    }
   
    #menu li {
      float: left;
      border: none;
      background: #fdfdfd;
      width: auto;
      font-size: 24px;
      color: #000;
    }
  
    #menu li.mobile-hide {display: block}
    #menu li.tablet-hide {display: block}
  
    #menu .part-menu .wrap > li:not(.top-nav-button) {
      margin-right: 0.75em;
      padding: 20px 30px;
    }
  
    #menu .main-menu a {
      width: auto;
      display: inline;
    }
  
    #menu .sub-menu .sub-menu li:hover {
      background: #22548b;
      color: #444444;
    }
   
    #menu .sub-menu {
      border-width: 0;
      background: #22548b;
      margin: 0;
      position: absolute;
      top: 100%;
      left: 0;
      width: 320px;
      z-index: 3000;
      font-weight: normal;
    }
  
    #menu .sub-menu li a {
      display: block;
      width: 100%;
      color: #fff;
      text-decoration: none;
    }
  
    #menu .right-menu {
      left: auto;
      right: 0;
    }
   
    #menu .sub-menu,
    #menu input[type="checkbox"]:checked + .label +.sub-menu {
      display: none;
    }
   
    #menu .sub-menu .sub-menu {
      display: block;
      margin-left: -.25em;
    }
   
    #menu li:hover > input[type="checkbox"] + .label + .sub-menu {
      display: block;
    }
  
    .mobile-hide {
      display: block;
    }
  
    #menu li.desktop-hide {
      display: none;
    }
    #menu.desktop-hide {
      display: none;
    }
    #menu input[type="checkbox"]:checked + .label + ul, #menu li:hover ul {
        /* border-top: 2px solid #00548e;
        border-bottom: 2px solid #00548e; */
        background: #22548b;
      }
    #menu .sub-menu li {
        background: #22548b;
        float: none;
        padding: .25em 1.25em;
        /* border-top: 1px solid #fdfdfd; */
    }
    #menu li a {
      /* border-bottom: 1px solid #EEEEEE; */
      background: #22548b;
      width: 100%;
    }
    #menu .sub-menu li:hover {
      background: #22548b;
    }
    #menu .menu-label {
      letter-spacing: .25px;
      font-weight: 600;
    }
    .space {
      display: none;
    }
    .spacebefore {
      padding-left: 0px;
    }

    .content-subpages { margin-top:0px; }

    .oem_title { font-weight: 800; font-size: 48px; text-align: center; line-height: normal;  }

    .oem_motto {font-weight: 800; font-size: 36px; color: #888888; text-align: center; line-height: normal; }
    .oem_div_product_image { margin-top: 0px; display: flex; align-content: center; flex-flow: wrap; justify-content: center; }
    .oem_div_texthero { margin-top: 20px; }
    .oems_first_arrow { display: inline;  margin-top: -10px; margin-bottom: 0px }
    .oems_second_arrow { display: inline;  margin-top: -10px; margin-bottom: 0px; margin-left: -30px }
    .oems_paragraph { color: #444; font-family: Libre Franklin; font-size: 28px; font-style: normal; font-weight: 400; line-height: normal; padding-left: 0px }
    .oems_div_paragraph { margin-top: 10px}
    .oems_paragraph_choose { color: #22548B; font-family: Libre Franklin; font-size: 36px; font-style: normal; font-weight: 700; line-height: normal; padding-left: 0px }
    .oems_div_button { display: block }
    .oems_button { width: 250px; height: 70px; background-color: #22548B; color: white; text-align: center; display: flex; align-content: center; flex-flow: wrap; justify-content: center }
    .oems_button_text { font-family: Libre Franklin; font-size: 32px; font-style: normal; font-weight: 700; line-height: normal; }
    .oems_makes { font-family: Libre Franklin; font-size: 44px; font-style: normal; font-weight: 700; line-height: normal; color: #444; margin-top: 30px; margin-bottom: 25px }
    .oems_div_part_image { display: flex; align-content: center; flex-flow: wrap; justify-content: center; }
    .oems_div_part_title { color: #22548B; font-family: Libre Franklin; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; padding-top: 15px; padding-bottom: 15px; padding-left: 0px }
    .oems_img_oems_icon { margin-top: 0px; margin-bottom: 0px; margin-left: 18px; margin-right: 7px }
    .oems_div_data_container { padding-left: 0px; }
    .oems_div_data_container_flex { display: flex; padding-left: 0px; flex-direction: row }
    .oems_div_data_first_column { border-left: 2px solid #DDDDDD; max-height: 100%; padding-left: 15px; min-height: 125px; width: 300px; }
    .oems_div_data_second_column { border-left: 2px solid #DDDDDD; max-height: 100%; padding-left: 15px; margin-left: 0px; width: 200px; }
    .oems_div_data_third_column { border-left: 2px solid #DDDDDD; max-height: 100%; padding-left: 15px; margin-left: 0px; }
    .oems_div_details { display: none }
    .oems_div_arrow {margin-top: 0px}

    .oems_first_arrow_mobile { display: none }
    .oems_key_texts { font-weight: 700; font-size: 32px; text-align: left; color: #22548B; padding-left: 5px }
    .oems_part_image { margin-top: 20px; max-width: 310px; max-height: 180px; margin-bottom: 15px }

    .markets_applications span a {
      text-decoration: none;
      background-color: white !important;
      color: black;
    }
    
    .markets_applications span a:hover {
      background-color: #22548b !important;
    }
    
    #menu li:hover span a {
      background: #00548e !important;
      color: #fdfdfd;
    }
    
    #menu li:hover span a:hover {
      text-decoration: underline;
    }

    #menu li span a {
      color: black;
    }

    .markets_applications {
      padding: 20px 30px !important;
      margin-top: 0px !important;
    }

    .background_company_overview {
      background-image:url(/assets/images/Rostra_Sonnax-hotrods-79567dad9a1deac5aedb18ab37ff5f0fd4a83aae62cacb69370a3e71817cffe1.jpg); 
      background-position:center center;;
    }

  }

  @media only screen and (min-width: 870px) and (max-width: 1200px)  {
    #menu .main-menu {
      display: block;
      width: 100%;
      position: static;
      z-index: 10000;
    }

    .menucontent {
      float: right; margin-top: 15px;
    }
   
    #menu .toggle-menu,
    #menu label.drop-icon {
      display: none;
    }
   
    #menu ul span.drop-icon {
      display: inline-block;
    }
   
    #menu li {
      float: left;
      border: none;
      background: #fdfdfd;
      width: auto;
      font-size: 18px;
      color: #000;
    }
  
    #menu li.mobile-hide {display: block}
    #menu li.tablet-hide {display: block}
  
    #menu .part-menu .wrap > li:not(.top-nav-button) {
      margin-right: 0.75em;
      padding: 20px 30px;
    }
  
    #menu .main-menu a {
      width: auto;
      display: inline;
    }
  
    #menu .sub-menu .sub-menu li:hover {
      background: #22548b;
      color: #444444;
    }
   
    #menu .sub-menu {
      border-width: 0;
      background: #22548b;
      margin: 0;
      position: absolute;
      top: 100%;
      left: 0;
      width: 200px;
      z-index: 3000;
      font-weight: normal;
    }
  
    #menu .sub-menu li a {
      display: block;
      width: 100%;
      color: #fff;
      text-decoration: none;
    }
  
    #menu .right-menu {
      left: auto;
      right: 0;
    }
   
    #menu .sub-menu,
    #menu input[type="checkbox"]:checked + .label +.sub-menu {
      display: none;
    }
   
    #menu .sub-menu .sub-menu {
      display: block;
      margin-left: -.25em;
    }
   
    #menu li:hover > input[type="checkbox"] + .label + .sub-menu {
      display: block;
    }
  
    .mobile-hide {
      display: block;
    }
  
    #menu li.desktop-hide {
      display: none;
    }
    #menu.desktop-hide {
      display: none;
    }
    #menu input[type="checkbox"]:checked + .label + ul, #menu li:hover ul {
        /* border-top: 2px solid #00548e;
        border-bottom: 2px solid #00548e; */
        background: #22548b;
    }
    #menu .sub-menu li {
      background: #22548b;
      float: none;
      padding: .25em 1.25em;
      /* border-top: 1px solid #fdfdfd; */
    }
    #menu li a {
      /* border-bottom: 1px solid #EEEEEE; */
      background: #22548b;
      width: 100%;
    }
    #menu .sub-menu li:hover {
      background: #22548b;
    }
    #menu .menu-label {
      letter-spacing: .25px;
      font-weight: 600;
    }
    .space {
      display: none;
    }
    .spacebefore {
      padding-left: 0px;
    }

    .content-subpages { margin-top:0px; }

    .oem_title { font-weight: 800; font-size: 40px; text-align: center; line-height: normal; }
    .oem_motto {font-weight: 800; font-size: 30px; color: #888888; text-align: center; line-height: normal; }
    .oem_div_product_image { margin-top: 0px; display: flex; align-content: center; flex-flow: wrap; justify-content: center; }
    .oem_div_texthero { margin-top: 30px; }
    .oems_key_texts { font-weight: 700; font-size: 24px; text-align: left; color: #22548B; padding-left: 5px }
    .oems_first_arrow { display: inline }
    .oems_second_arrow { display: inline }
    .oems_first_arrow_mobile {  display: none; margin-top: -10px; margin-bottom: 0px; margin-left: 200px  }
    .oems_div_arrow {margin-top: 0px}
    .oems_paragraph_choose { color: #22548B; font-family: Libre Franklin; font-size: 32px; font-style: normal; font-weight: 700; line-height: normal; padding-left: 0px; text-align: center; }
    .oems_div_button { display: flex; align-content: center; flex-flow: wrap; justify-content: center; margin-bottom: 36px }
    .oems_div_details { display: none }
    .oems_div_data_container_flex { display: flex; padding-left: 0px; flex-direction: row }
    .oems_div_data_first_column { border-left: 2px solid #DDDDDD; max-height: 100%; padding-left: 15px; min-height: 125px; width: 300px; }
    .oems_div_data_second_column { border-left: 2px solid #DDDDDD; max-height: 100%; padding-left: 15px; margin-left: 0px; width: 200px; }
    .oems_div_data_third_column { border-left: 2px solid #DDDDDD; max-height: 100%; padding-left: 15px; margin-left: 0px; }

    .markets_applications span a {
      text-decoration: none;
      background-color: white !important;
      color: black;
    }
    
    .markets_applications span a:hover {
      background-color: #22548b !important;
    }
    
    #menu li:hover span a {
      background: #00548e !important;
      color: #fdfdfd;
    }
    
    #menu li:hover span a:hover {
      text-decoration: underline;
    }

    #menu li span a {
      color: black;
    }

    .markets_applications {
      padding: 20px 30px !important;
      margin-top: 0px !important;
    }

    .background_company_overview {
      background-image:url(/assets/images/Rostra_Sonnax-hotrods-79567dad9a1deac5aedb18ab37ff5f0fd4a83aae62cacb69370a3e71817cffe1.jpg); 
      background-position:center center;;
    }

  }


  @media only screen and (min-width: 768px) and (max-width: 870px)  {
    #menu .main-menu {
      display: block;
      width: 100%;
      position: static;
      z-index: 10000;
    }

    .menucontent {
      float: right; margin-top: 15px;
    }
   
    #menu .toggle-menu,
    #menu label.drop-icon {
      display: none;
    }
   
    #menu ul span.drop-icon {
      display: inline-block;
    }
   
    #menu li {
      float: left;
      border: none;
      background: #fdfdfd;
      width: auto;
      font-size: 16px;
      color: #000;
    }
  
    #menu li.mobile-hide {display: block}
    #menu li.tablet-hide {display: block}
  
    #menu .part-menu .wrap > li:not(.top-nav-button) {
      margin-right: 0.75em;
      padding: 20px 10px;
    }
  
    #menu .main-menu a {
      width: auto;
      display: inline;
    }
  
    #menu .sub-menu .sub-menu li:hover {
      background: #22548b;
      color: #444444;
    }
   
    #menu .sub-menu {
      border-width: 0;
      background: #22548b;
      margin: 0;
      position: absolute;
      top: 100%;
      left: 0;
      width: 150px;
      z-index: 3000;
      font-weight: normal;
    }
  
    #menu .sub-menu li a {
      display: block;
      width: 100%;
      color: #fff;
      text-decoration: none;
    }
  
    #menu .right-menu {
      left: auto;
      right: 0;
    }
   
    #menu .sub-menu,
    #menu input[type="checkbox"]:checked + .label +.sub-menu {
      display: none;
    }
   
    #menu .sub-menu .sub-menu {
      display: block;
      margin-left: -.25em;
    }
   
    #menu li:hover > input[type="checkbox"] + .label + .sub-menu {
      display: block;
    }
  
    .mobile-hide {
      display: block;
    }
  
    #menu li.desktop-hide {
      display: none;
    }
    #menu.desktop-hide {
      display: none;
    }
    #menu input[type="checkbox"]:checked + .label + ul, #menu li:hover ul {
        /* border-top: 2px solid #00548e;
        border-bottom: 2px solid #00548e; */
        background: #22548b;
    }
    #menu .sub-menu li {
      background: #22548b;
      float: none;
      padding: .25em 1.25em;
      /* border-top: 1px solid #fdfdfd; */
    }
    #menu li a {
      /* border-bottom: 1px solid #EEEEEE; */
      background: #22548b;
      width: 100%;
    }
    #menu .sub-menu li:hover {
      background: #22548b;
    }
    #menu .menu-label {
      letter-spacing: .25px;
      font-weight: 600;
    }
    .space {
      display: none;
    }
    .spacebefore {
      padding-left: 0px;
    }

    .oem_title { margin-top: 20px; font-weight: 800; font-size: 32px; text-align: center; line-height: normal; }
    .oem_motto {font-weight: 800; font-size: 24px; color: #888888; text-align: center; line-height: normal; }
    .oem_div_product_image { margin-top: 28px; display: flex; align-content: center; flex-flow: wrap; justify-content: center; }
    .oem_div_texthero { margin-top: 50px; }
    .oems_key_texts { font-weight: 700; font-size: 24px; text-align: left; color: #22548B; padding-left: 5px }
    .oems_first_arrow { display: none }
    .oems_second_arrow { display: none }
    .oems_first_arrow_mobile {  margin-top: -10px; margin-bottom: 0px; margin-left: 0px  }
    .oems_div_arrow {margin-top: 0px}
    .oems_paragraph { color: #444; font-family: Libre Franklin; font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; padding-left: 0px }
    .oems_div_paragraph { margin-top: 20px}
    .oems_paragraph_choose { color: #22548B; font-family: Libre Franklin; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; padding-left: 0px; text-align: center; }
    .oems_div_button { display: flex; align-content: center; flex-flow: wrap; justify-content: center; margin-bottom: 36px }
    .oems_button { width: 160px; height: 44px; background-color: #22548B; color: white; text-align: center; display: flex; align-content: center; flex-flow: wrap; justify-content: center }
    .oems_button_text { font-family: Libre Franklin; font-size: 24px; font-style: normal; font-weight: 700; line-height: normal; }
    .oems_makes { font-family: Libre Franklin; font-size: 36px; font-style: normal; font-weight: 700; line-height: normal; color: #444; margin-top: 0px; margin-bottom: 25px }
    .oems_div_part_image { display: flex; align-content: center; flex-flow: wrap; justify-content: center; margin-bottom: 0px}
    .oems_div_part_title { color: #22548B; font-family: Libre Franklin; font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; padding-top: 15px; padding-bottom: 25px; padding-left: 0px }
    .oems_div_data_container_flex { display: flex; padding-left: 0px; flex-direction: column}
    .oems_div_data_first_column { border-left: 0px solid #DDDDDD; max-height: 100%; padding-left: 0px; min-height: 47px; width: 250px; }
    .oems_div_data_second_column { border-left: 0px solid #DDDDDD; max-height: 100%; padding-left: 0px; margin-left: 0px; margin-top: 0px; width: 250px;}
    .oems_div_data_third_column { border-left: 0px solid #DDDDDD; max-height: 100%; padding-left: 0px; margin-left: 0px; margin-top: 0px; margin-bottom: 15px}
    .oems_img_oems_icon { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 7px }
    .oems_div_details{ display: flex; align-content: center; flex-flow: wrap; justify-content: center; margin-bottom: 10px; margin-top: 10px; }
    .oems_part_button { flex-grow: 5; width: 100%; height: 40px; background-color: #22548B; color: white; text-align: center; display: flex; align-content: center; flex-flow: wrap; justify-content: center }
    .oems_part_button_text { width: 100%; font-family: Libre Franklin; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; }
    .oems_div_data_container { padding-left: 0px; padding-right: 0px;}
    .oems_div_details { display: none }

    .markets_applications span a {
      text-decoration: none;
      background-color: white !important;
      color: black;
    }
    
    .markets_applications span a:hover {
      background-color: #22548b !important;
    }
    
    #menu li:hover span a {
      background: #00548e !important;
      color: #fdfdfd;
    }
    
    #menu li:hover span a:hover {
      text-decoration: underline;
    }

    #menu li span a {
      color: black;
    }

    .markets_applications {
      padding: 20px 30px !important;
      margin-top: 0px !important;
    }

    .background_company_overview {
      background-image:url(/assets/images/Rostra_Sonnax-hotrods-79567dad9a1deac5aedb18ab37ff5f0fd4a83aae62cacb69370a3e71817cffe1.jpg); 
      background-position:center center;;
    }

  }
  
