/** Shopify CDN: Minification failed

Line 56:0 Unexpected "{"
Line 56:1 Expected identifier but found "%"
Line 67:0 Unexpected "{"
Line 67:1 Expected identifier but found "%"

**/
/*=============================================
=                Reboot Start                 =
=============================================*/
/* html.js {
    scroll-padding: 200px;
    scroll-snap-type: both mandatory;
} */
ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: var(--pe-link-color);
  transition: color 0.15s ease-in-out;
}

a:hover {
  color: var(--pe-link-hover-color);
}

{%if template == 'catalogs' %}
.text-block li a {
  cursor: pointer;
  text-decoration: underline;
  color: var(--pe-color-primary);
  transition: color 0.15s ease-in-out;
}

.text-block li a:hover {
  color: var(--pe-color-primary-500);
}
{% endif %}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

label {
  display: inline-block;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/*=============================================
=       Container & Sections Spacing CSS      =
=============================================*/

.container,
.container-fluid,
.container-xxl {
  width: 100%;
  padding-right: var(--pe-container-x-padding);
  padding-left: var(--pe-container-x-padding);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: var(--pe-container-width);
}

/* @media (min-width: 2400px) {
    .container {
        max-width: calc(var(--pe-container-width) - 120px);
    }
} */
/* .container.right-outside-container {
  padding-right: 15px;
}

@media (min-width: 1380px) {
  .container.right-outside-container {
    --pe-extraSpace: calc((calc(100vw - 0px) - var(--pe-container-width)) / 2);
    max-width: calc(var(--pe-extraSpace) + var(--pe-container-width));
    margin-right: 0;
    padding-right: 30px;
  }
} */

.section-spacing-top-sm {
  padding-top: var(--pe-section-spacing-sm);
}
.section-spacing-top-md {
  padding-top: var(--pe-section-spacing-md);
}
.section-spacing-top-lg {
  padding-top: var(--pe-section-spacing-lg);
}
.section-spacing-top-xl {
  padding-top: var(--pe-section-spacing-xl);
}
.section-spacing-bottom-sm {
  padding-bottom: var(--pe-section-spacing-sm);
}
.section-spacing-bottom-md {
  padding-bottom: var(--pe-section-spacing-md);
}
.section-spacing-bottom-lg {
  padding-bottom: var(--pe-section-spacing-lg);
}
.section-spacing-bottom-xl {
  padding-bottom: var(--pe-section-spacing-xl);
}

.section-spacing-sm {
  padding-block: var(--pe-section-spacing-sm);
}
.section-spacing-md {
  padding-block: var(--pe-section-spacing-md);
}
.section-spacing-lg {
  padding-block: var(--pe-section-spacing-lg);
}
.section-spacing-xl {
  padding-block: var(--pe-section-spacing-xl);
} 

.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*=============================================
=             Typography Start                =
=============================================*/

.font-family-base {
  font-family: var(--pe-body-font-family) !important;
}
.font-family-heading {
  font-family: var(--pe-font-family-heading) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-family: var(--pe-font-family-heading);
  font-weight: var(--pe-headings-font-weight);
  text-transform: var(--pe-text-transform-heading);
  line-height: var(--pe-heading-line-height);
  font-style: var(--pe-heading-font-style);
  letter-spacing: var(--pe-heading-letter-spacing);
}

.text-block > *,
.heading-block > * {
  margin-bottom: 0;
}

.heading-block.h1 > *,
.heading-block.h1_display > *,
.heading-block.h2 > *,
.heading-block.h3 > *,
.heading-block.h4 > *,
.heading-block.h5 > *,
.heading-block.h6 > *,
.heading-block.fs-xs > *,
.heading-block.fs-sm > *,
.heading-block.fs-md > *,
.heading-block.fs-base > *,
.heading-block.fs-lg > *,
.heading-block.fs-xl > *,
.heading-block.fs-xxl > * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}

h1,
.h1 {
  font-size: var(--pe-h1-font-size-sm);
}
.h1_display {
  font-size: var(--pe-h1-display-font-size-sm);
}
h2,
.h2 {
  font-size: var(--pe-h2-font-size-sm);
}
h3,
.h3 {
  font-size: var(--pe-h3-font-size-sm);
}
h4,
.h4 {
  font-size: var(--pe-h4-font-size-sm);
}
h5,
.h5 {
  font-size: var(--pe-h5-font-size-sm);
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.03em;

}

h6,
.h6 {
  font-family: var(--pe-body-font-family);
  font-size: var(--pe-h6-font-size-sm);
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.subtitle {
  font-size: var(--pe-subtitle-font-size-sm);
  letter-spacing: 0.04em;
  line-height: 1.1;
  font-weight: 700;
}

@media (min-width: 768px) {
  .h1_display {
    font-size: var(--pe-h1-display-font-size-md);
  }
  h1,
  .h1 {
    font-size: var(--pe-h1-font-size-md);
  }
  h2,
  .h2 {
    font-size: var(--pe-h2-font-size-md);
  }
  h3,
  .h3 {
    font-size: var(--pe-h3-font-size-md);
  }
  h4,
  .h4 {
    font-size: var(--pe-h4-font-size-md);
  }
  h5,
  .h5 {
    font-size: var(--pe-h5-font-size-md);
  }
  h6,
  .h6 {
    font-size: var(--pe-h6-font-size-md);
  }
  .subtitle {
    font-size: var(--pe-subtitle-font-size-md);
  }
}

@media (min-width: 1025px) {
  .h1_display {
    font-size: var(--pe-h1-display-font-size);
  }
  h1,
  .h1 {
    font-size: var(--pe-h1-font-size);
  }
  h2,
  .h2 {
    font-size: var(--pe-h2-font-size);
  }
  h3,
  .h3 {
    font-size: var(--pe-h3-font-size);
  }
  h4,
  .h4 {
    font-size: var(--pe-h4-font-size);
  }
  h5,
  .h5 {
    font-size: var(--pe-h5-font-size);
  }
  h6,
  .h6 {
    font-size: var(--pe-h6-font-size);
  }
  .subtitle {
    font-size: var(--pe-subtitle-font-size);
    line-height: 1.2;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
p a {
  color: var(--pe-color-primary);
  text-decoration: underline;

}
p a:hover {
  color: var(--pe-color-primary-500);
}
.text-block > p {
  margin-bottom: 0;
}
.text-block p a {
  color: var(--pe-color-black);
  text-decoration: underline;
}

.fs-base {
  font-size: var(--pe-body-font-size);
}
.fs-xs {
  font-size: var(--pe-font-size-xs);
}
.fs-sm {
  font-size: var(--pe-font-size-sm);
}
.fs-md {
  font-size: var(--pe-font-size-md);
}
.fs-lg {
  font-size: var(--pe-font-size-lg);
}
.fs-xl {
  font-size: var(--pe-font-size-xl);
}
.fs-xxl {
  font-size: var(--pe-font-size-xxl);
}
.fs-11 {
  font-size: 11px;
}
.fs-12 {
  font-size: 12px;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-20 {
  font-size: 20px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-26 {
  font-size: 26px;
}

.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: 200 !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: 800 !important;
}
.fw-black {
  font-weight: 900 !important;
}

.lh-1 {
  line-height: 1 !important;
}
.lh-1_1 {
  line-height: 1.1 !important;
}
.lh-1_2 {
  line-height: 1.2 !important;
}
.lh-1_3 {
  line-height: 1.3 !important;
}
.lh-1_35 {
  line-height: 1.35 !important;
}
.lh-1_4 {
  line-height: 1.4 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: var(--pe-body-line-height) !important;
}
.lh-md {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}

.ls-sm {
  letter-spacing: 0.01em !important;
}
.ls-base {
  letter-spacing: 0.02em !important;
}
.ls-lg {
  letter-spacing: 0.03em !important;
}
.ls-0 {
  letter-spacing: 0 !important;
}
.ls-4 {
  letter-spacing: 0.04em !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-unset {
  text-transform: unset !important;
}
.text-math-auto {
  text-transform: math-auto !important;
}

.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}

.text-start,
.text-left {
  text-align: left !important;
}
.text-end,
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-7 {
  --pe-container-x-padding: 7px;
}
.row-30 {
  --pe-container-x-padding: 30px;
}
.row-5 {
  --pe-container-x-padding: 5px;
}
.row-40 {
  --pe-container-x-padding: 40px;
}

@media (min-width: 576px) {
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

/*=============================================
=                 Other CSS                  =
=============================================*/

custom-drawer {
  visibility: hidden;
}

.custom-drawer {
  --pe-drawer-bg: var(--pe-color-white);
  --pe-drawer-width: 100%;
  --pe-drawer-max-width: 450px;
  --pe-drawer-position-top: 0;
  --pe-drawer-position-bottom: 0;
  --pe-drawer-position-left: auto;
  --pe-drawer-position-right: 0;

  --pe-drawer-position-transform-x: 100%;
}

.custom-drawer.drawer__top-left {
  --pe-drawer-position-top: 0;
  --pe-drawer-position-bottom: 0;
  --pe-drawer-position-left: 0;
  --pe-drawer-position-right: auto;
  --pe-drawer-position-transform-x: -100%;
}
.custom-drawer.drawer__top-right {
  --pe-drawer-bg: var(--pe-color-white);
  --pe-drawer-width: 95%;
  --pe-drawer-max-width: 450px;
  --pe-drawer-position-top: 0;
  --pe-drawer-position-bottom: 0;
  --pe-drawer-position-left: auto;
  --pe-drawer-position-right: 0;
  --pe-drawer-position-transform-x: 100%;
}
/* .custom-drawer.drawer__top-right.open [data-role] {
    transform: translateX(0%);
    background-color: var(--pe-drawer-bg);
}
.custom-drawer.drawer__top-right [data-role] {
    transform: translateX(100%);
    transition: 0.3s;
} */
.custom-drawer .btn-close {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 18px;
  height: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.custom-drawer .btn-close svg {
  width: 18px;
  height: 18px;
}

.custom-drawer {
  position: fixed;
  z-index: 1170;

  top: var(--pe-drawer-position-top);
  bottom: var(--pe-drawer-position-bottom);
  left: var(--pe-drawer-position-left);
  right: var(--pe-drawer-position-right);

  max-width: var(--pe-drawer-max-width);
  width: var(--pe-drawer-width);

  background: var(--pe-drawer-bg);

  display: flex;
  flex-direction: column;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(var(--pe-drawer-position-transform-x), 0, 0);
}

.custom-drawer.open {
  visibility: visible !important;
  transform: translateZ(0);
}

.header__search {
  --pe-drawer-width: 100%;
  --pe-drawer-max-width: 100%;
  --pe-drawer-position-top: 0;
  --pe-drawer-position-bottom: auto;
  --pe-drawer-position-left: 0;
  --pe-drawer-position-right: 0;
  --pe-drawer-position-transform-x: 0;
  --pe-drawer-position-transform-y: -100%;

  visibility: hidden !important;
  transform: translate3d(0, var(--pe-drawer-position-transform-y), 0);
}

.header__search.open {
  visibility: visible !important;
  transform: translate3d(0, 0, 0);
}

/* ================================================ */

.visually-hidden-skip {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 0px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden {
  display: none;
}

.cart-items.updating {
  pointer-events: none;
  opacity: 0.6;
}

.disabled {
  pointer-events: none !important;
}

.unavailable {
  pointer-events: none !important;
  opacity: 0.2;
}

[data-touch-moveable] {
  overscroll-behavior-y: contain;
}

.scroll-fixed {
  position: static !important;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden !important;
  height: auto !important;
}

.overlay--body {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100%;
  background: #000000a6;
  z-index: 1160;
}

.social-sharing {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.social-sharing li {
  line-height: 1;
  vertical-align: top;
}
.social-sharing li a {
  line-height: 1;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--pe-color-white);
  border: 1px solid var(--pe-color-primary-500);
  background-color: transparent;
  transition: ease-in-out 0.25s;
}
.social-sharing li a:hover {
  border-color: var(--pe-color-white);
  color: var(--pe-color-primary);
  background-color: var(--pe-color-white);
}
.social-sharing li [class^="icon-"] {
  font-size: 20px;
  line-height: 1;
  vertical-align: top;
}
.card-socials .social-sharing li a,
.social-sharing.dark_social li a {
  color: var(--pe-color-black);
  border-color: var(--pe-color-black);
}
.card-socials .social-sharing li a:hover,
.social-sharing.dark_social li a:hover {
  color: var(--pe-color-white);
  border-color: var(--pe-color-primary);
}
.card-socials .social-sharing li a:hover{
background-color: var(--pe-color-primary);
}
.placeholder-svg {
  width: 100%;
  height: 100%;
}

/*===============  B2B  =================*/

.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  min-width: 200px;
  max-height: 235px;
  overflow: auto;
  background-color: var(--pe-body-bg);
  text-align: center;
  padding: 10px;
  position: absolute;
  left: 0;
  box-shadow: 0 1px 6px var(--pe-border-color);
  z-index: 25;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.volume-price-list {
  max-width: 250px;
}
.volume-price-list li:nth-child(even) {
  background-color: var(--pe-color-gray-100);
}
.quantity__rules li {
  position: relative;
}
.quantity__rules li:not(:last-child)::after {
  content: "\2022";
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
  margin: 0 0.35rem;
}
.tooltip .quantity__rules li::after {
  display: none;
}

.alert ul {
  list-style: none;
  padding-left: 0;
  padding-top: 4px;
}

/* ==================================================================  
    Table  
==================================================================== */

table {
  border-collapse: collapse;
}

.table_575 {
  min-width: 575px;
}
.table.yukon_table td:nth-child(2) {
  width: 30%;
}
.table_no_border tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table,
.faq-container table {
  width: 100%;
  margin-bottom: 1rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th,
.faq-container table td {
  border: 1px solid var(--pe-color-gray-200);
}

.table td,
.table th,
.faq-container table td {
  padding: 0.75rem;
  vertical-align: center;
  border-bottom: 1px solid var(--pe-color-gray-70);
}

.table.table_center td,
.table.table_center th,
.faq-container table.table_center td {
  text-align: center;
}

.table th,
.faq-container table th {
  font-weight: 400;
  text-transform: uppercase;
}

.modal {
  display: none;
}

/*=============================================
=               Collapsible Panel             =
=============================================*/

.collapsible_panel .panel_toggle {
  color: var(--pe-color-black);
  display: flex;
  align-items: center;
  /* padding-block: 15px; */
  padding-inline: 0px;
  line-height: 24px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  width: 100%;
  justify-content: space-between;
}

.collapsible_panel .toggle-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 350ms ease-in-out;
}

.collapsible_panel .toggle-content.open {
  grid-template-rows: 1fr;
}

.collapsible_panel .toggle-content-wrap {
  overflow: hidden;
}

.collapsible_panel .toggle-content-wrap > *:first-child {
  margin-top: 10px;
}

.collapsible_panel .toggle-content-wrap > *:last-child {
  margin-bottom: 25px;
}

.collapsible_panel {
  /* border-top: 1px solid var(--pe-border-color); */
  border-bottom: 1px solid var(--pe-border-color);
}
.collapsible_panel + .collapsible_panel {
  margin-top: 0 !important;
  border-top: 0 !important;
}

.icon-collapsible {
  width: 13px;
  height: 13px;
  position: relative;
  display: flex;
  align-items: center;
}

.icon-collapsible::after,
.icon-collapsible::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--pe-color-black);
  transform: translate(-50%, -50%);
}

.icon-collapsible::after {
  height: 100%;
  width: 2px;
}

.icon-collapsible::before {
  width: 100%;
  height: 2px;
}

.collapsible_panel.open .icon-collapsible::after {
  display: none;
}

.faq-container.arrow span.icon-collapsible:before {
  background-image: url('Arrowhead.svg');
  background-color: transparent;
  width: 100%;
  height: 100%;
  background-size: 25px;
}

.faq-container.arrow.open span.icon-collapsible {
  transform: rotate(90deg);
}

.faq-container.arrow .icon-collapsible:after {
  display: none;
}

.faq-container.arrow span.icon-collapsible {
  width: 25px;
  height: 25px;
  transform-origin: center;
  flex-shrink: 0;
}
.collapsible_panel .panel_toggle h5 {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.6;
}
.collapsible_panel .toggle-content-wrap [itemprop="text"] {
  margin-top: 0;
}

.faq-container iframe {
  width: 100%;
  height: 400px;
}

.faq-container ol {
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-weight: 500;
  padding: 0;
}

.faq-container p a {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .collapsible_panel .panel_toggle h5 {
    font-size: 17px;
  }
  .table_575 {
    min-width: 992px;
  }
}

/*=============================================
=               Custom Dropdown               =
=============================================*/

.custom-dropdown button {
  border: var(--pe-input-border-width) solid var(--pe-input-border-color);
  position: relative;
  border-radius: var(--pe-input-border-radius);
  font-family: var(--pe-input-font-family);
  font-size: var(--pe-input-font-size);
  font-weight: var(--pe-input-font-weight);
  color: var(--pe-input-text-color);
  line-height: var(--pe-input-line-height);
  background-color: transparent;
  width: 100%;
  transition: 0.3s;
}
.custom-dropdown .tab_toggle {
  padding: 16.5px 15px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
  text-transform: capitalize;
  text-align: left;
}

.custom-dropdown.open .tab_toggle [class^="icon-"] {
  transform: rotate(180deg);
}

.custom-dropdown .toggle-content,
.vehical_dropdown .toggle-content {
  position: absolute;
  top: calc(100% + 6px);
  margin: 0;
  padding: 0;
  list-style: none;
  border: var(--pe-input-border-width) solid var(--pe-input-border-color);
  border-radius: var(--pe-input-border-radius);
  background-color: var(--pe-input-bg-color);
  width: 100%;
  z-index: 9;
  clip-path: inset(0 0 100% 0);
  max-height: 205px;
  overflow: auto;
  transition: clip-path 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.custom-dropdown .toggle-content.open,
.vehical_dropdown .toggle-content.open {
  clip-path: inset(0 0 0 0);
}
.custom-dropdown ul {
    padding: 4px 0px !important;
}
.custom-dropdown ul li {
  padding: 0 0 !important;
  margin-bottom: 0;
}
.custom-dropdown.open button {
  border-color: var(--bs-color-black);
}
.custom-dropdown .form-check-input:checked[type="radio"] + label,
.custom-dropdown .form-check-input[type="radio"]:hover + label {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgOS4zNjM2NEw3LjYgMTNMMTQgNSIgc3Ryb2tlPSIjMjMxRjIwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: calc(100% - 18px) center;
}
.custom-dropdown .form-check-input:checked[type="radio"] + label {
  background-color: var(--pe-color-primary-100);
}
.custom-dropdown .form-check-input:checked[type="radio"] + label {
  border-radius: 0;
}

.custom-dropdown .tab_toggle svg {
  transition: ease-in-out 0.25s;
  flex-shrink: 0;
}
.vehical-drawer .custom-dropdown .tab_toggle svg {
  margin-right: 10px;
}
.custom-dropdown li input {
  display: none;
}
.custom-dropdown .toggle-content::-webkit-scrollbar,.custome_scrollbar::-webkit-scrollbar {
  width: 3px;
  border-radius: 20px;
}
/* Track */
.custom-dropdown .toggle-content::-webkit-scrollbar-track,.custome_scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 20px;
}

/* Handle */
.custom-dropdown .toggle-content::-webkit-scrollbar-thumb,.custome_scrollbar::-webkit-scrollbar-thumb {
  background: var(--pe-color-gray-90);
  border-radius: 20px;
  width: 3px;
}

/* Handle on hover */
.custom-dropdown .toggle-content::-webkit-scrollbar-thumb:hover,.custome_scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--pe-color-gray-100);
}
.custom-dropdown ul li .form-check-label {
  padding: 12px 40px 12px 20px;
  width: 100%;
  text-transform: capitalize;
}
.custom-dropdown.open .tab_toggle svg {
  transform: rotate(180deg);
}
.custom-dropdown.grey-dropdown button,
.form-control.grey-control {
  border-color: var(--pe-color-gray-70);
  background-color: var(--pe-color-bkgdgrey);
}

.custom-dropdown.grey-dropdown button span {
  color: var(--pe-color-gray-600);
}

.custom-dropdown.grey-dropdown:hover button,
.form-control.grey-control:hover {
  border-color: var(--pe-color-gray-90);
  background-color: var(--pe-color-gray-60);
}
.custom-dropdown.grey-dropdown.open button,
.form-control.grey-control:focus {
  border-color: var(--pe-color-primary);
  background-color: var(--pe-color-bkgdgrey);
}
.custom-dropdown.grey-dropdown.open button span {
  color: var(--pe-color-black);
}
.search-form .form-control.grey-control:focus {
  border-color: var(--pe-color-gray-70);
  background-color: var(--pe-color-bkgdgrey);
}

.custom-dropdown.black-dropdown button, .form-control.black-control {
  border-color: var(--pe-color-primary);
  background-color: var(--pe-color-primary-800);
  color: #E9E9E9;
}
.custom-dropdown.black-dropdown button span {
  color: var(--pe-color-gray-70);
}
.custom-dropdown.black-dropdown.open button span {
  color: var(--pe-color-white);
}
.custom-dropdown.black-dropdown:hover button, .form-control.black-control:hover,.tabcontent .cm_search-box-root .cm_search-box_form-container:hover .cm_searchInput {
  border-color: var(--pe-color-primary-500);
  background-color: var(--pe-color-primary-800);
}
.custom-dropdown.black-dropdown.open button,
.form-control.black-control:focus,.tabcontent .cm_search-box-root .cm_search-box_form-container:has(.cm_searchInput:focus) .cm_searchInput {
  border-color: var(--pe-color-primary-500);
  background-color: var(--pe-color-primary-800);
  color: #E9E9E9;
}

.form-control.black-control::-webkit-input-placeholder {
  color: var(--pe-color-gray-70);
  opacity: 1;
}

.form-control.black-control:-ms-input-placeholder {
  color: var(--pe-color-gray-70);
  opacity: 1;
}

.form-control.black-control::-ms-input-placeholder {
  color: var(--pe-color-gray-70);
  opacity: 1;
}

.form-control.black-control::placeholder {
  color: var(--pe-color-gray-70);
  opacity: 1;
}

.custom-dropdown.black-dropdown .toggle-content {
  border-color: var(--pe-color-gray-700);
  background-color: var(--pe-color-gray-900);
}
.custom-dropdown.black-dropdown .form-check-input:hover + label {
  background-color: var(--pe-color-gray-900);
  color: #ffffff;
}
.custom-dropdown.black-dropdown
  .form-check-input:checked[type="radio"]
  + label {
  background-color: var(--pe-color-gray-700);
  color: #ffffff;
}
.custom-dropdown.black-dropdown .form-check-input:checked[type="radio"] + label,
.custom-dropdown.black-dropdown .form-check-input:hover + label {
  background-size: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgOS44NjM2NEw3LjYgMTMuNUwxNCA1LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

.custom-dropdown.black-dropdown ul li .form-check-label {
  color: #ffffff;
  text-transform: capitalize;
}

.custom-dropdown.black-dropdown .form-check-input[type="radio"]:hover {
  background-color: var(--pe-color-gray-60);
  border-color: var(--pe-color-gray-500);
  background-color: var(--pe-color-gray-800);
}
.tabcontent.open:has(.custom-dropdown .toggle-content.open) {
  overflow: visible;
}
/*=============================================
=            Tabs                             =
=============================================*/

.tabs {
  border-bottom: 1px solid var(--pe-color-gray-90);
}

.tabs .tablink {
  padding: 0 15px 14px;
  position: relative;
  background-color: transparent;
  border: 0;
  position: relative;
  font-weight: 500;
}
.vehical-drawer .tabs .tablink {
  padding: 0 15px 10px;
}

.tabs .tablink::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
}
.tabs .tablink.text-black:not(.active) {
  color: var(--pe-color-gray-800) !important;
}
.tabs .tablink.active::after {
  background-color: var(--pe-color-primary);
}
.header_slider .tabs .tablink.active::after {
  background-color: var(--pe-color-primary-300);
}
.tabs .tablink {
  color: var(--pe-color-black);
}
.tabs .tablink.active {
  color: var(--pe-color-primary);
}

.tabcontent {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s linear;
}

.tabcontent.open {
  opacity: 1;
  height: auto;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  overflow: hidden;
  font-size: 12px;
  background-color: var(--pe-color-primary-900);
  border-radius: 5px;
}
.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;

  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: var(--pe-color-primary);
  transition: width 0.6s ease;
  border-radius: 5rem;
}

.quantity-wrapper {
  max-width: 180px;
}

shopify-accelerated-checkout,
.accelerated-checkout-button {
  --shopify-accelerated-checkout-button-block-size: 44px;
  --shopify-accelerated-checkout-button-border-radius: 0px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-skeleton-background-color: #dedede;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: 42px;
  --shopify-accelerated-checkout-button-inline-size: 54px;
  --shopify-accelerated-checkout-button-border-radius: 4px;
  --shopify-accelerated-checkout-button-box-shadow: none;
  --shopify-accelerated-checkout-inline-alignment: flex-start;
  --shopify-accelerated-checkout-row-gap: 8px;
  --shopify-accelerated-checkout-skeleton-background-color: #dedede;
  --shopify-accelerated-checkout-skeleton-animation-opacity-start: 1;
  --shopify-accelerated-checkout-skeleton-animation-opacity-end: 0.5;
  --shopify-accelerated-checkout-skeleton-animation-duration: 4s;
  --shopify-accelerated-checkout-skeleton-animation-timing-function: ease;
}

.placeholder-image {
  /* position: absolute;
    top: 0;
    left: 0; */
  width: 100%;
  height: 100%;
}
.placeholder-image .image-placeholder-svg {
  width: 100%;
  height: 100%;
}

.group-block .text-block:last-child p {
  margin-bottom: 0;
}
.group-block .text-block .text-style p {
  margin-bottom: 1rem;
}
.sticky-top {
  position: sticky;
  top: calc(var(--bs-topbar-height) + var(--bs-navdrawer) + 20px);
  transition: 0.3s;
}
body:has(.header-hidden.header-sticky) .sticky-top {
  top: calc(var(--bs-topbar-height) + 20px);
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-80 {
  opacity: 0.8;
}
[data-nametag="shop-portal-provider"] {
  display: none;
}
.cursor-pointer {
  cursor: pointer;
}
.googleMap iframe {
  width: 100%;
  min-height: 70vh;
}
/* lenis */

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* lenis */
.button_full_desktop,
.shopify-app-block:has(.pxFormGenerator) {
  width: 100%;
}

@media screen and (min-width: 2400px) {
  [data-suffix="about-us"]
    .media_banner_with_text.media-banner--adapt
    .media-banner__wrapper {
    max-height: 80vh;
  }

  [data-suffix="about-us"]
    .media_banner_with_text.media-banner--adapt
    .media-banner__wrapper
    img {
    object-position: top;
  }
}
@media screen and (max-width: 767px) {
  .disable_mobile_top_spacing {
    padding-top: 0 !important;
  }
}
@media (max-width: 575px) {
  .button_full_mobile {
    width: 100%;
  }
  .full_width_mobile .container {
    padding-inline: 0;
  }

  .full_width_mobile .container .row {
    --pe-container-x-padding: 0;
    margin: 0 !important;
  }

  .full_width_mobile .container .row .col-12 {
    padding-inline: 0 !important;
  }
}
#PopupModal-video .video-container iframe {
  display: none !important;
}
#PopupModal-video .video-container iframe:first-child {
  display: block !important;
}
.text-underline-position-3 {
  text-underline-offset: 3px;
}
.cm_search-box-root .cm_dropdown .item.facet-value-item,
.cm_search-box-root .cm_dropdown .item.product-item {
  border-bottom: 1px solid #cccfd6;
}
sup {
  vertical-align: top;
  font-size: 80%;
}
h1 sup,h2 sup,h3 sup {
  font-size: 60%;
}


/* convomax */

.cm_search-box-root .cm_search-box_form-container {
  flex-direction: row-reverse;
}

.cm_search-box-root .cm_searchInput {
  padding: 0 0 0 0;
}

.cm_search-box-root .cm_search-box_submit {
  padding: 0px 10px 0px 14px;
  width: auto;
}

.cm_search-box-root:not(.cm_search-box-root__license-plate):not(.cm_search-box-root__vin-number) .cm_search-box_submit .icon-search, 
.cm_search-box-root:not(.cm_search-box-root__license-plate):not(.cm_search-box-root__vin-number) .cm_searchInput .icon-search {
  fill: #000000;
  width: 16px;
  height: 16px;
}
.cm_garage .cm_garageDropdown.toggle-content .garage-content .cmRepeater_items {
  margin-bottom: 0;
}

.cm_garage .garage-button .garage-label .garage-title {
  display: -webkit-box;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
  width: 96px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.cm_search-box-root:not(.cm_search-box-root__dialog) .cm_search-box_clear-container {
  right: 10px;
}

.cm_search-box-root:not(.cm_search-box-root__dialog) .cm_search-box_clear {
  opacity: 1;
}
.cm_search-box-root .cm_searchInput {
  color: var(--pe-color-black);
  font-size: 14px;
}
.cm_search-box-root .cm_search-box_form-container {
  transition: 0.2s;
}
.cm_search-box-root:not(.cm_search-box-root__license-plate):not(.cm_search-box-root__vin-number) .cm_search-box_form-container:has(.cm_search-box_submit:focus), 
.cm_search-box-root:not(.cm_search-box-root__license-plate):not(.cm_search-box-root__vin-number) .cm_search-box_form-container:has(.cm_searchInput:focus) {
  background-color: var(--pe-color-bkgdgrey);
  border-color: var(--pe-color-gray-90) !important;
}
.cm_search-box-root:not(.cm_search-box-root__license-plate):not(.cm_search-box-root__vin-number) .cm_search-box_form-container {
  background-color: transparent;
  border: var(--pe-input-border-width) solid var(--pe-color-primary-200);
  border-radius: 0;
}
.cm_tab-content  .cm_search-box-root:not(.cm_search-box-root__license-plate):not(.cm_search-box-root__vin-number) .cm_search-box_form-container {
  border-radius: 0;
  border:0;
}
.cm_search-box-root:not(.cm_search-box-root__license-plate):not(.cm_search-box-root__vin-number) .cm_search-box_form-container:hover {
  background-color: var(--pe-color-bkgdgrey);
  border-color: var(--pe-color-primary-200);
}
.cm_dialog.GarageDialog .dialog-header {
  padding: 20px 15px;
}
.cm_dialog.GarageDialog .dialog-title {
  line-height: 1.1;
}
.cm_dialog.GarageDialog .close {
  padding: 0;
}
.cm_dialog.GarageDialog .dialog-header {
  padding: 20px 15px;
}

.cm_dialog.GarageDialog .dialog-title {
  line-height: 1.1;
}

.cm_dialog.GarageDialog .close {
  padding: 0;
}

.cm_garage .cm_garageDropdown.toggle-content .garage-content {
  padding: 0;
}

.cm_garage .cm_garageDropdown.toggle-content .garage-content .cmRepeater_items .garage-item {
  padding: 20px 20px 0 48px;
  margin: 0;
  border-bottom: 0;
}
.cm_garage .cm_garageDropdown.toggle-content .garage-content .cmRepeater_items .garage-item .select-model_title {
  display: inline-block;
}
.cm_garage .cm_garageDropdown.toggle-content .add-vehicle {
  width: calc(100% - 40px);
  margin: 20px 0;
  min-height: 49px;
}

.cm_home .tabcontent.open{
  overflow: visible;
}

.cm_vehicle-widget__home .cm_vehicle-widget_body{
  justify-content: end;
  min-height: 243px;
}

.cm_tabs .cm_tab-content {
  padding: 15px 32px;
  border-radius: 3px;
  border-top-left-radius: 0;
  min-height: 110px;
}

.cm_tabs .cm_tab-content:not(.active) {
  display: none;
}
.cm_vehicle-categories_category-wrapper-repeater .cm_vehicle-categories_category-buttons-container button.btn {
    padding: 0;
    box-shadow: none;
    font-weight: normal;
    text-transform: unset;
}

.cm_vehicle-categories_category-wrapper-repeater .cm_vehicle-categories_category-buttons-container a.btn {
    padding: 10px 5px;
}
a.cm_vehicle-widget_button.cm_vehicle-widget_button__go {
    width: 100%;
}
.cm_dropdown_info-title {
    font-weight: 500;
}
 .cm_dialog__differential-info .close {
    position: absolute;
    padding: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cm_dialog__differential-info .dialog-header {
    position: relative;
    align-items: center;
}
.cm_dialog__differential-info .dialog-title {
    width: 100%;
    font-size: 22px;
}
.cm_vehicle-categories__differentials .cm_vehicle-categories_category-title {
    font-size: 15px;
    font-weight: 600;
}
button.cm_differential_panel-button {
    margin: 0;
    box-shadow: none;
    text-transform: none;
    font-weight: 400;
    padding:0 9px;
}
.cm_differential_panel {
    gap: 15px 0;
}
.cm_vehicle-widget .cm_dropdown .option.cm_checked:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgOS4zNjM2NEw3LjYgMTNMMTQgNSIgc3Ryb2tlPSIjMjMxRjIwIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
    content: "";
    background-size: 100%;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}
body:has(.cm_DifferentialBrandSelectionRequestPanel) nav.breadcrumbs {
    padding-top: 25px;
}

body:has(.cm_DifferentialBrandSelectionRequestPanel) nav.breadcrumbs ul {
    padding: 0 !important;
}
.cm_vehicle-widget__tab .cm_vehicle-widget_select .cm_select_toggle .cm_select__pretty, 
.cm_tab-content .cm_search-box-root:not(.cm_search-box-root__license-plate):not(.cm_search-box-root__vin-number) .cm_searchInput,
.cm_tab-content .cm_search-box-root__license-plate .cm_select_inner-select{
  background-color: #F0F1F6;
  border: 1px solid #EAEBF1;
  color: var(--pe-color-gray-500);
  min-height: 50px;
}
.cm_vehicle-widget__tab .cm_vehicle-widget_select:has(.cm_checked) .cm_select_toggle .cm_select__pretty {
  color: var(--pe-color-black);
}
.cm_vehicle-categories__subcategories .cm_vehicle-categories_category-container,.cm_vehicle-widget .cm_dropdown {
  border-radius: 0;
}

.cm_vehicle-widget__tab .cm_vehicle-widget_select .cm_select_toggle .cm_select__pretty {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 7.25L9 11.75L13.5 7.25' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.cm_vehicle-widget__tab .cm_vehicle-widget_select:has(.cm_select_dropdown:not(.cm_hide)) .cm_select_toggle .cm_select__pretty {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5 11.75L9 7.25L4.5 11.75' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.cm_vehicle-widget__tab .cm_vehicle-widget_select .cm_select_toggle:hover .cm_select__pretty, 
.cm_tab-content .cm_search-box-root:not(.cm_search-box-root__license-plate):not(.cm_search-box-root__vin-number) .cm_searchInput:hover,
.cm_tab-content .cm_search-box-root__license-plate .cm_select_inner-select:hover{
  border-color:  #D4D6E4;
}
.cm_vehicle-widget__tab .cm_vehicle-widget_select:has(.cm_select_dropdown:not(.cm_hide)) .cm_select_toggle .cm_select__pretty, 
.cm_tab-content .cm_search-box-root:not(.cm_search-box-root__license-plate):not(.cm_search-box-root__vin-number) .cm_searchInput:focus,
.cm_tab-content .cm_search-box-root__license-plate .cm_select_inner-select:focus{
  border-color: var(--);
  color: #000000;
}

.cm_dialog.GarageDialog .cm_tab-title {
  text-transform: none;
}
.cm_tab-content .cm_search-box-root__license-plate .cm_select_inner-select {
  background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDMwIDYwIj48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDMwdjYwSDB6TS41IDYwVjAiLz48cGF0aCBmaWxsPSIjMzMzIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xNS42NzYgMzMuMDM3IDUuMTAyLTUuMTAzLS43MDctMS4wODYtNC40OSA0LjQ5Mi00LjQ5LTQuNDkyLS43MDIgMS4wODYgNS4xMDIgNS4xMDMuMDc1LjExNS4wMi0uMDIuMDIuMDJ6IiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}

.cm_vehicle-widget_dropdowns .cm_vehicle-widget_body,
.cm_vehicle-widget_dropdowns .cm_vehicle-widget_body .cm_vehicle-widget_select-container {
  display: block;
}
.cm_vehicle-widget__differential.cm_vehicle-widget__dialog.cm_vehicle-widget__differential-brand .cm_dropdown {
  grid-template-columns: repeat(2,1fr);
}
.cm_vehicle-categories__differentials .cm_vehicle-categories_category-buttons-container .btn.btn-primary {
  color: #ffffff;
}
.cm_dialog__differential-info .dialog-container {
    width: 100%;
    max-width: 382px;
}

.cm_vehicle-widget__differential.cm_vehicle-widget__dialog .cm_dropdown .option {
    border: 0;
}
.cm_DifferentialMakesFacetPanel .cmRepeater_facets {
  padding-top: 0;
}

.cm_tabs_header.tabs .tablink.active ,.cm_tabs_header.tabs .tablink{
  color: var(--pe-color-gray-800);
}
.cm_tabs_header.tabs .tablink{
  color: var(--pe-color-gray-800);
  text-transform: capitalize;
}
.cm_tab-content .cm_search-box-root .btn {
  margin-top: 4px;
}
.cm_dialog.GarageDialog .close {
  right: 20px;
  top: 20px;
}

.cm_dialog .cm_tabs-container {
  background-image: url(https://cdn.shopify.com/s/files/1/0627/3925/1335/files/partportal_grey.png&width=237?v=1759137939);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 237px;
}
.cm_garage__dialog .cm_garageDropdown .garage-content .garage-item {
  padding: 20px 20px 20px 40px;
}
.cm_vehicle-widget_label .cm_vehicle-widget_subtitle {
  font-weight: 500;
}
.cm_garage:not(:has(.garage-item .form-check-input:checked[type=radio]+label.form-check-label)) .garage-size {
  opacity: 0;
}
.cm_SearchHeader .cm_sort .cm_sort-select {
  padding-right: 30px;
}
.cm_vehicle-categories__subcategories .cm_vehicle-categories_category-title,.cm_differential_panel-button.btn-light {
  letter-spacing: 0;
}
button.cm_vehicle-widget_button.cm_vehicle-widget_button__differential.btn,.cm_vehicle-categories__subcategories .cm_vehicle-categories_category-wrapper .cm_vehicle-categories_category-container:hover .cm_vehicle-categories_category-title-container {
  text-decoration: none !important;
}
.cm_vehicle-categories__subcategories .cm_vehicle-categories_category-wrapper .cm_vehicle-categories_category-container .cm_vehicle-categories_category-image-container.cm_vehicle-categories_link {
 transition: transform 0.3s ease-in-out;
}
.cm_vehicle-categories__subcategories .cm_vehicle-categories_category-wrapper .cm_vehicle-categories_category-container:hover .cm_vehicle-categories_category-image-container.cm_vehicle-categories_link {
  transform: translateY(-3px);
}
.cm_FacetPanel:not(.dialog-body) .facetholder {
  border-bottom: 1px solid var(--pe-border-color) !important;
}
.cm_vehicle-widget_select-container .cm_select,.cm_vehicle-widget_select-container {
  width: 100%;
}

.cm_vehicle-widget .cm_dropdown .option.cm_checked:after {
  opacity: 0;
}
.cm_vehicle-widget__differential.cm_vehicle-widget__dialog.cm_vehicle-widget__differential-brand .cm_dropdown .option {
  padding-left: 0;
}
.cm_vehicle-widget__differential.cm_vehicle-widget__dialog.cm_vehicle-widget__differential-brand .cm_dropdown {
  max-height: max-content;
}
.cm_search-box-root .cm_dropdown .item:hover {
  background-color: transparent;
}
.cm_vehicle-widget_select .cm_select_toggle .index {
  border-right-color: #A9ADC9;
}
.cm_garage__dialog .cm_garageDropdown .cmRepeater_items {
  margin-top: 0;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  body .cm_FacetPanel .facettitle {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body .cm_FacetPanel .facettitle .cm_icon.cm_icon-angle.down,body .cm_FacetPanel:not(.cm_FacetPanel.dialog-body) .facettitle .cm_icon {
    padding: 4px;
    right: -4px;
  }
.cm_dialog.GarageDialog .dialog-header {
  padding-top: 0;
}
}

@media screen and (min-width: 1200px) {
  .cm_differential_panel {
    margin-bottom: 48px;
}
.cm_differential_panel {
    min-height: 120px;
}
button.cm_differential_panel-button {
    padding: 9px;
}
body:has(.cm_DifferentialBrandSelectionRequestPanel) nav.breadcrumbs {
    padding-top: 35px;
}
}
@media screen and (max-width: 1024px) {
  .cm_tabs .cm_tab-content {
    border-top-right-radius: 0;
    padding: 15px;
    min-height: 236px;
  }
}


@media screen and (max-width: 991px) {
  body .cm_dialog.FacetDialog .facetholder .facettitle {
      padding-top: 0 !important;
  }

  .cm_FacetPanel.dialog-body .facettitle .cm_icon {
      top: 0;
  }

  .cmRepeater_facets {
      padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
 .cm_dialog.DifferentialSelectionDialog .dialog-content,.cm_dialog.DifferentialBrandSelectionDialog .dialog-content {
    max-width: 553px;
    width: 100%;
    padding: 90px 60px;
    margin: 0 auto;
    position: relative;
}

.cm_dialog.DifferentialSelectionDialog .dialog-title,.cm_dialog.DifferentialBrandSelectionDialog .dialog-title {
    margin: 0 auto 30px;
    padding: 0;
    text-align: center;
}

.cm_dialog.DifferentialSelectionDialog .close,.cm_dialog.DifferentialBrandSelectionDialog .close {
    position: absolute;
}

.cm_dialog.DifferentialSelectionDialog .dialog-container,.cm_dialog.DifferentialBrandSelectionDialog .dialog-container {
    width: 100%;
}
}

@media (max-width: 767px) {
  .cm_tabs .cm_tab-content {
    padding: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .cm-search-box {
    width: 245px;
  }
}
@media only screen and (min-width: 1400px) {
  .cm-search-box {
    width: 360px;
  }
}

@media only screen and (max-width: 1199px) {
  .navbar.navbar-main.navbar-expand-xl{
    min-height: 114px;
  }
  .cm-mobile-search-box {
    display: block !important;
  }
}

@media (max-width: 991px){
  #cm-mobile-search-box{
    margin-bottom: 0;
    padding-bottom: 6px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
 .cm_dialog.DifferentialBrandSelectionDialog .close, .cm_dialog.DifferentialSelectionDialog .close, .cm_dialog.DifferentialVehicleDialog .close, .cm_dialog__differential-info .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0;
}
.cm_dialog.DifferentialBrandSelectionDialog .close {
  transform: translateY(0);
  top: -30px;
  right: -20px;
}
.cm_dialog.DifferentialBrandSelectionDialog .dialog-header, .cm_dialog.DifferentialSelectionDialog .dialog-header, .cm_dialog.DifferentialVehicleDialog .dialog-header, .cm_dialog__differential-info .dialog-header {
    position: relative;
}
.cm_dialog.DifferentialBrandSelectionDialog .dialog-title, .cm_dialog.DifferentialSelectionDialog .dialog-title, .cm_dialog.DifferentialVehicleDialog .dialog-title, .cm_dialog__differential-info .dialog-title {
    width: 100%;
    line-height: 1.1;
    font-size: 20px;
}
.cm_vehicle-widget__differential.cm_vehicle-widget__dialog .cm_dropdown {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.cm_vehicle-widget__differential.cm_vehicle-widget__dialog .cm_dropdown_value {
    min-height: auto;
}

.cm_vehicle-widget__differential.cm_vehicle-widget__dialog .cm_dropdown .option {
    align-items: center;
    min-height: 50px;
    justify-content: center;
}
.cm_vehicle-widget__differential.cm_vehicle-widget__dialog.cm_vehicle-widget__differential-brand .cm_dropdown .option {
  padding-left: 0;
}
}

/* end convomax */

 /* policies  */

 table.policies-table tr:first-of-type{
  background-color: #243f91 !important;
    color: #fff;
 }
table.policies-table {
  margin-top: 1em;
  margin-bottom: 1em;
}
 table.policies-table tr:nth-of-type(2n+1){
  background-color: #f2efef;
 }
 

 table.policies-table tr{
  border: 1px solid #d6d6d6;
 }

 table.policies-table td{
  border: 1px solid #d6d6d6;
    padding: .75rem;
 }

 .faq-container .panel_toggle h5{
  text-transform: capitalize !important;
}
.overflow-text {
  word-break: break-all;
  overflow-wrap: anywhere;
}