@charset "UTF-8";
.navbar .navbar-toggler {
  margin-right: -5px;
  border: 0;
  color: var(--primary);
}
.navbar .navbar-toggler.collapsed {
  color: #fff;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  background-image: none;
  font-size: 26px;
}

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.display-5 {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  .display-5 {
    font-size: calc(1.25rem + 2.7vw);
  }
}

input[type=radio], input[type=checkbox] {
  accent-color: #000;
}

.form-theme-2 .form-control {
  background-color: #E9EFF2;
  border: 0;
}
.form-theme-2 .form-control:not(textarea) {
  height: 44px;
}

.form-theme-3 label {
  text-transform: uppercase;
}
.form-theme-3 .form-control {
  border-radius: 0;
}
.form-theme-3 .form-control:not(textarea) {
  height: 44px;
}
.form-theme-3 .btn {
  height: 44px;
  border-radius: 0;
  text-transform: uppercase;
}

.dropdown-toggle::after {
  margin-left: 0.3em;
  transform: rotate(135deg);
  border: 0;
  border-top: 2px solid red !important;
  border-right: 2px solid red !important;
  width: 0.7em;
  height: 0.7em;
}

.alert-secondary {
  background-color: #e8eae9;
}

.breadcrumb {
  background: none !important;
  border-bottom: 1px solid #8B909B;
  border-radius: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendors/slick/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  color: #ddd;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\f137";
}

[dir=rtl] .slick-prev:before {
  content: "\f138";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\f138";
}

[dir=rtl] .slick-next:before {
  content: "\f137";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #ddd;
  content: "\f111";
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.slick-slider-full .slick-list,
.slick-slider-full .slick-track,
.slick-slider-full .slide-item,
.slick-slider-full .bg-img-fill {
  height: 100%;
}
.slick-slider-full .slide-item {
  position: relative;
}
.slick-slider-full .slide-item:focus {
  outline: none;
}

body {
  font-family: "Azo Sans";
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}

.btn,
a {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

input[type=email],
input[type=password],
input[type=text],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-focus-ring-color: none;
  outline: none;
}

textarea {
  resize: none;
}

iframe {
  display: block;
}

@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-Thin.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-ThinItalic.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-Light.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-LightItalic.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-Regular.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-Italic.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-Medium.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-MediumItalic.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-BoldItalic.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-Bold.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-BlackItalic.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Azo Sans";
  src: url("../fonts/AzoSans/AzoSans-Black.woff2") format("woff2"), url("../fonts/AzoSans/AzoSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "StylDiv";
  src: url("../fonts/StylDiv/StylDiv.woff2") format("woff2"), url("../fonts/StylDiv/StylDiv.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.text-underline {
  text-decoration: underline;
}

.fw-thin {
  font-weight: 100 !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-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.title-line {
  height: 2px;
  width: 50px;
  background-color: #2B2E35;
}

.bg-gray {
  background-color: #E8EAE9 !important;
}

.fs-italic {
  font-style: italic;
}

.lh-1 {
  line-height: 1;
}

.anchor-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

hr._dark {
  border-color: #A0A5A9;
}

.bg-dark-blue {
  background-color: #202D31 !important;
}

.text-blue-green {
  color: #167E9E !important;
}

.bg-red-1 {
  background-color: #d53f41 !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.border-radius-0 {
  border-radius: 0;
}

.loading-dialog-overlay {
  position: fixed;
  z-index: 3333;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(51, 51, 51, 0.17);
}
.loading-dialog-overlay.loaded {
  display: none;
}
.loading-dialog-overlay .dialog-box {
  margin: auto;
  max-width: 400px;
  max-height: 300px;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(43, 46, 52, 0.71);
}
.loading-dialog-overlay .icon {
  width: 100px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.dropdown-toggle::after {
  margin-left: 0.5em;
  margin-top: -0.3em;
}

.btn-theme-2 {
  height: 44px;
  border-radius: 0;
}

.btn-dark-blue {
  border-radius: 0;
  background-color: #232A32;
  color: #fff;
}

.cart-item-count {
  position: absolute;
  z-index: 1030;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #CCCED2;
  color: #222a32;
}

.qty-input-component {
  display: flex;
  align-items: center;
  padding: 0 6px;
  border-radius: 4px;
  background-color: #ccced2;
}
.qty-input-component input::-webkit-outer-spin-button,
.qty-input-component input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-input-component input[type=number] {
  -moz-appearance: textfield;
}
.qty-input-component input {
  text-align: center;
  width: 45px !important;
}
.qty-input-component .btn {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 28px;
  padding: 2px 8px;
  background-color: #222B42;
  border-radius: 2px;
  color: #fff;
  min-height: 0 !important;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../vendors/slick/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-arrow.slick-disabled {
  display: none;
  pointer-events: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 20px;
  color: #ddd;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\f104";
}

[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\f105";
}

[dir=rtl] .slick-next:before {
  content: "\f104";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 12px;
  color: #ddd;
  content: "\f111";
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-slider .slick-slide:focus {
  outline: none;
}

.slick-slider-full .slick-list,
.slick-slider-full .slick-track,
.slick-slider-full .slide-item,
.slick-slider-full .bg-img-fill {
  height: 100%;
}
.slick-slider-full .slide-item {
  position: relative;
}
.slick-slider-full .slide-item:focus {
  outline: none;
}

.slick-lightbox .slick-lightbox-pager {
  display: none;
}
@media (max-width: 767px) {
  .slick-lightbox:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #fff;
    content: "";
  }
  .slick-lightbox .slick-lightbox-pager {
    position: absolute;
    display: block;
    bottom: 11px;
    left: 15px;
    color: #000;
    font-weight: 500;
  }
  .slick-lightbox .slick-lightbox-slick-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .slick-lightbox .slick-lightbox-slick-item:before {
    display: none;
  }
  .slick-lightbox .slick-lightbox-slick-item-inner {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .slick-lightbox .slick-slide img {
    max-width: 100%;
  }
  .slick-lightbox .slick-lightbox-close {
    top: auto;
    bottom: 6px;
    right: 5px;
    padding: 4px 15px;
    width: auto;
    height: auto;
  }
  .slick-lightbox .slick-lightbox-close:before {
    font-size: 28px;
    color: #000;
  }
  .slick-lightbox .slick-arrow {
    top: auto;
    transform: none;
    bottom: 6px;
    left: auto;
    width: auto;
    height: auto;
    padding: 4px 15px;
  }
  .slick-lightbox .slick-arrow:before {
    font-weight: 400;
    font-size: 28px;
    color: #000;
  }
  .slick-lightbox .slick-prev {
    right: 150px;
  }
  .slick-lightbox .slick-prev:before {
    content: "\f104";
  }
  .slick-lightbox .slick-next {
    right: 80px;
  }
  .slick-lightbox .slick-next:before {
    content: "\f105";
  }
}

.filter-grayscale:hover img {
  filter: grayscale(0);
}
.filter-grayscale img {
  filter: grayscale(100%);
  transition: all ease 0.35s;
}

.filter-blend-red {
  background-color: #b93f40;
}
.filter-blend-red img {
  mix-blend-mode: multiply;
}

.filter-blend-gray {
  background-color: #55585D;
}
.filter-blend-gray img {
  mix-blend-mode: multiply;
}

.img-container-square {
  position: relative;
  padding-bottom: 100%;
}
.img-container-square img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
  position: absolute;
  inset: 0;
}

.slick-lightbox-close:before {
  font-weight: normal;
  font-size: 36px;
  color: var(--primary);
}

.quick-cart-offcanvas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  width: 100%;
  max-width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.175);
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  background-color: #fefefe;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
.quick-cart-offcanvas.active {
  transform: translateX(0);
}
.quick-cart-offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.quick-cart-offcanvas .offcanvas-body {
  flex-grow: 1;
  padding: 1rem 2rem 1rem 1rem;
  overflow-y: auto;
  user-select: none;
}

.quick-cart {
  position: relative;
  font-size: 1.125rem;
}
.quick-cart .cart-item {
  position: relative;
  margin-bottom: 50px;
}
.quick-cart .cart-item:last-child {
  margin-bottom: 0;
}
.quick-cart .cart-item .item-qty {
  position: absolute;
  top: -8px;
  right: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #393637;
  color: #fff;
}
.quick-cart .cart-item .item-img {
  position: relative;
  width: 85px;
  height: 85px;
  border: 1px solid #a2a2a2;
  background-color: #fff;
}
.quick-cart .cart-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
}
.quick-cart .cart-item .item-name {
  margin-bottom: 4px;
  font-size: 1.125rem;
  font-weight: 600;
}
.quick-cart .cart-item .item-variation {
  font-size: 0.875rem;
  font-weight: 300;
}
.quick-cart .cart-item .item-price {
  font-weight: 600;
  font-size: 1.125rem;
}
.quick-cart .form-control {
  border-color: #7E7C7D;
}
.quick-cart .cart-total {
  font-weight: 600;
  font-size: 1.375rem;
}

.custom-offcanvas-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1030;
  background-color: rgba(0, 0, 0, 0.3);
}

.btn-add-fav.added {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.options-configurator {
  background-color: #232a32;
  color: #fff;
}
.options-configurator hr {
  border-color: #323d49;
}
.options-configurator .custom-radio-box {
  min-height: 50px;
}
.options-configurator .option-head-title {
  background-color: #171b21;
}
.options-configurator .option-head-title:not(.collapsed) {
  background-color: #0c0e10;
}
.options-configurator .option-head-title:hover {
  text-decoration: none;
}
.options-configurator .form-control {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  min-height: 44px;
}
.options-configurator select option {
  color: #000;
}
.options-configurator .option-card {
  border-bottom: 1px solid #323d49;
}

.custom-radio-box {
  position: relative;
  min-height: 60px;
  padding: 0;
  background-color: #171d23;
}
.custom-radio-box .form-check-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.custom-radio-box .form-check-input {
  position: absolute;
  margin: 10px 0 6px;
}
.custom-radio-box .form-check-input:checked ~ .inner {
  background-color: var(--primary);
}
.custom-radio-box .inner {
  padding: 24px 12px 12px 12px;
  width: 100%;
}

.custom-radio-box-2 {
  position: relative;
  padding: 0;
}
.custom-radio-box-2 .form-check-label {
  display: block;
  padding: 0;
}
.custom-radio-box-2 .form-check-input {
  display: none;
}
.custom-radio-box-2 .form-check-input:checked ~ .inner {
  border: 2px solid var(--primary);
}
.custom-radio-box-2 .inner {
  display: block;
  padding: 6px 8px;
  border: 2px solid #eee;
  text-align: center;
  min-height: 40px;
}

.bg-c1 {
  background-color: #fff;
}

.bg-c2 {
  background-color: #000;
}

.bg-c3 {
  background-color: yellow;
}

.bg-c4 {
  background-color: green;
}

.bg-c5 {
  background-color: purple;
}

.rm-parts-navbar-top .dropdown-toggle:after,
.rm-parts-navbar .dropdown-toggle:after {
  display: none;
}
.rm-parts-navbar-top .navbar-utilities .nav-link:hover,
.rm-parts-navbar .navbar-utilities .nav-link:hover {
  color: var(--primary);
}
.rm-parts-navbar-top .language-dropdown .dropdown-menu,
.rm-parts-navbar .language-dropdown .dropdown-menu {
  background-color: #16191d;
  min-width: 0;
}
.rm-parts-navbar-top .dropdown-menu,
.rm-parts-navbar .dropdown-menu {
  background-color: #232a32;
}
.rm-parts-navbar-top .dropdown-menu .dropdown-item:not(:hover),
.rm-parts-navbar .dropdown-menu .dropdown-item:not(:hover) {
  color: #fff;
}

.rm-parts-navbar-top {
  position: relative;
  z-index: 1033;
  background-color: #16191d;
  color: #fff;
}
.rm-parts-navbar-top .label {
  letter-spacing: 0.5px;
  line-height: 1.2;
  font-size: 12px;
}

.rm-parts-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  color: #fff;
  background-color: #232a32;
}
.rm-parts-navbar .navbar-nav .nav-link {
  position: relative;
  color: #fff;
}
.rm-parts-navbar .navbar-utilities .nav-link {
  position: relative;
}
.rm-parts-navbar .navbar-utilities .nav-link-cart .cart-qty {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  background-color: var(--primary);
  color: #fff;
}
.rm-parts-navbar .navbar-search {
  transition: all ease 0.15s;
}
.rm-parts-navbar .navbar-search:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 992px) {
  .rm-parts-navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .rm-parts-navbar:has(.navbar-search.active) .navbar-nav {
    opacity: 0;
    visibility: hidden;
  }
  .rm-parts-navbar .navbar-collapse {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .rm-parts-navbar .navbar-nav {
    gap: 1rem;
  }
  .rm-parts-navbar .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .rm-parts-navbar .navbar-nav .nav-link:hover, .rm-parts-navbar .navbar-nav .nav-link.active {
    background-color: var(--primary);
  }
  .rm-parts-navbar .navbar-search {
    transition: all ease 0.15s;
  }
  .rm-parts-navbar .navbar-search:not(.active) {
    opacity: 0;
    transform: translateY(-100%);
  }
}
@media (max-width: 575px) {
  .rm-parts-navbar .navbar-utilities .nav {
    gap: 6px;
  }
}

.navbar-search {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background-color: #333940;
}
.navbar-search .input-group-text {
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.navbar-search .form-control {
  background-color: transparent;
  border: 0;
  font-size: 14px;
  height: auto;
  padding: 0.7rem 0.75rem;
  color: #fff;
}
.navbar-search input[type=search]::-webkit-search-decoration,
.navbar-search input[type=search]::-webkit-search-cancel-button,
.navbar-search input[type=search]::-webkit-search-results-button,
.navbar-search input[type=search]::-webkit-search-results-decoration {
  filter: invert(1);
  /* Converts black to white */
}
@media (min-width: 992px) {
  .navbar-search {
    top: 28px;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

.navbar-fixed-offset {
  height: 73.08px;
}
@media (min-width: 992px) {
  .navbar-fixed-offset {
    display: none;
  }
}

.navbar-legacy {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #232a32;
  color: #fff;
}
.navbar-legacy .navbar-brand {
  margin-right: 0;
  text-align: center;
}
.navbar-legacy .navbar-brand img {
  height: 38px;
}
.navbar-legacy .navbar-nav .nav-link {
  text-transform: uppercase;
}
.navbar-legacy .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
}
.navbar-legacy .dropdown .dropdown-toggle:after {
  display: none;
}
.navbar-legacy .dropdown .dropdown-toggle ._icon {
  height: 20px;
}
.navbar-legacy .dropdown .dropdown-menu {
  border-radius: 0;
  background-color: #232A32;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.5);
}
.navbar-legacy .dropdown .dropdown-menu .dropdown-item {
  text-transform: uppercase;
  color: #fff;
}
.navbar-legacy .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #000;
}
.navbar-legacy .language-dropdown .nav-link {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.875rem;
}
.navbar-legacy .language-dropdown .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 0;
  min-width: 0;
}
@media (min-width: 576px) {
  .navbar-legacy .dropdown .dropdown-toggle:after {
    display: block;
    margin-left: 0.5rem;
    margin-top: -4px;
  }
  .navbar-legacy .dropdown .dropdown-toggle ._icon {
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .navbar-legacy {
    position: relative;
  }
  .navbar-legacy .navbar-brand {
    margin: auto;
  }
  .navbar-legacy .navbar-brand img {
    height: 67px;
  }
  .navbar-legacy .navbar-nav .nav-link,
  .navbar-legacy .navbar-nav-2 .nav-link {
    position: relative;
  }
  .navbar-legacy .navbar-nav .nav-link:before,
  .navbar-legacy .navbar-nav-2 .nav-link:before {
    position: absolute;
    top: calc(100% + 8px);
    left: calc(50% - 4px);
    transform: rotate(45deg) translateY(4px);
    transition: all ease 0.35s;
    border-top: 8px solid var(--primary);
    border-right: 8px solid transparent;
    opacity: 0;
    content: "";
  }
  .navbar-legacy .navbar-nav .nav-link:hover,
  .navbar-legacy .navbar-nav-2 .nav-link:hover {
    color: var(--primary);
  }
  .navbar-legacy .navbar-nav .nav-link:hover:before,
  .navbar-legacy .navbar-nav-2 .nav-link:hover:before {
    opacity: 1;
    transform: rotate(45deg) translateY(0);
  }
}
@media (min-width: 1200px) {
  .navbar-legacy .language-dropdown .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 350px) {
  .navbar-legacy {
    padding: 0.5rem;
  }
}

.navbar-1 .navbar-utilities .social-links {
  margin-bottom: 12px;
}
.navbar-1 .navbar-utilities .social-links .nav-link {
  padding: 0.25rem;
}
.navbar-1 .navbar-utilities .social-links img {
  width: 24px;
  height: 24px;
}
.navbar-1 .navbar-nav,
.navbar-1 .navbar-nav-2 {
  font-size: 0.875rem;
}
.navbar-1 .navbar-nav-2 .nav-link {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .navbar-1 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .navbar-1 > .container {
    align-items: flex-end;
  }
  .navbar-1 #main-navbar,
  .navbar-1 .navbar-utilities {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .navbar-1 #main-navbar {
    order: 1;
  }
  .navbar-1 .navbar-utilities {
    order: 3;
  }
  .navbar-1 .navbar-brand {
    order: 2;
    padding-bottom: 0;
    padding-top: 0;
  }
  .navbar-1 .navbar-nav-2 .nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-1 .navbar-nav .nav-item {
    border-right: 2px solid var(--primary);
  }
  .navbar-1 .navbar-nav .nav-link {
    padding: 0 1.25rem;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .navbar-1 .navbar-nav .nav-link,
  .navbar-1 .navbar-nav-2 .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .navbar-1 .navbar-nav-2 {
    display: none;
  }
  .navbar-1 .language-dropdown .nav-link {
    padding: 0 10px;
    font-size: 12px;
  }
  .navbar-1 .navbar-utilities .social-links {
    margin-bottom: 5px;
  }
  .navbar-1 .navbar-utilities .social-links img {
    width: 20px;
    height: 20px;
  }
}

.navbar-2 .navbar-utilities {
  text-transform: uppercase;
}
.navbar-2 .navbar-utilities .login-link {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 0.875rem;
}
.navbar-2 .navbar-utilities .login-link img {
  height: 20px;
}
.navbar-2 .quick-util {
  position: relative;
  margin-right: 10px;
}
.navbar-2 .quick-util .util-count {
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  background-color: #fff;
  color: #222A32;
}
.navbar-2 .quick-util .util-toggle {
  position: relative;
  padding: 8px 6px;
  cursor: pointer;
}
.navbar-2 .quick-util .util-toggle img {
  width: 22px;
}
@media (min-width: 576px) {
  .navbar-2 .quick-util .util-toggle {
    padding: 8px 12px;
  }
}
@media (min-width: 992px) {
  .navbar-2 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .navbar-2 #main-navbar {
    display: none !important;
  }
  .navbar-2 .header-search-col,
  .navbar-2 .navbar-utilities {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .navbar-2 .quick-util .util-toggle {
    padding: 8px 16px;
  }
  .navbar-2 .quick-util .util-toggle img {
    width: 30px;
  }
  .navbar-2 .navbar-utilities .login-link {
    font-size: 1rem;
  }
}

.header-search-col .search-form-container {
  display: inline-flex;
}

.search-form select {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 6px;
  width: 120px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
.search-form select option {
  background-color: #222A32;
  color: #fff;
}
.search-form .search-input {
  margin-right: 4px;
}
.search-form .search-input .form-control {
  padding-left: 40px;
  width: 180px;
}
.search-form .search-input .input-icon {
  position: absolute;
  top: 0px;
  left: 5px;
}
.search-form .search-input .input-icon img {
  height: 22px;
}
.search-form .btn {
  padding: 0 15px;
  border-radius: 4px;
  height: 31px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .search-form .search-input .form-control {
    width: 250px;
  }
}
@media (min-width: 1400px) {
  .search-form .search-input .form-control {
    width: 300px;
  }
}

.search-form-container .search-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
  padding: 8px;
  border-radius: 4px;
  background-color: #E8EAE9;
  color: #000;
}
.search-form-container .search-suggestions.active {
  display: block;
}
.search-form-container .search-suggestions .suggestion-item {
  position: relative;
  padding: 6px 4px;
  font-size: 14px;
}
.search-form-container .search-suggestions .suggestion-item:hover {
  background-color: var(--secondary);
  color: #fff;
}
.search-form-container .search-suggestions .suggestion-item .item-ref {
  font-size: 12px;
}
.search-form-container .search-suggestions .suggestion-item .item-img {
  width: 70px;
  height: 70px;
  background-color: #fff;
}
.search-form-container .search-suggestions .suggestion-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
}

.search-form-container-sm {
  position: relative;
  z-index: 9;
}
.search-form-container-sm .search-form-container {
  margin-top: 8px;
  max-width: 500px;
  width: 100%;
}
.search-form-container-sm .search-input {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.search-form-container-sm .search-input input {
  height: 34px;
  width: 100% !important;
}
.search-form-container-sm .btn {
  padding: 0 6px;
  font-size: 12px;
  height: 34px;
}

.footer {
  padding: 15px 0;
  font-size: 0.875rem;
  background-color: #202D31;
  color: #fff;
}
.footer .copyright {
  text-align: center;
  font-weight: 300;
}
@media (min-width: 576px) {
  .footer {
    padding: 18px 0;
    font-size: 1rem;
  }
}

.content-section-row {
  position: relative;
}

.bg-img-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-img-fill._object-top img {
  object-position: top;
}
.bg-img-fill._object-right img {
  object-position: right;
}
.bg-img-fill._object-bottom img {
  object-position: bottom;
}
.bg-img-fill._object-left img {
  object-position: left;
}
.bg-img-fill + div {
  position: relative;
  z-index: 2;
}
.bg-img-fill img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.banner-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 130px;
}
.banner-section .bg-img-fill:before {
  position: absolute;
  inset: 0;
  background-color: #848689;
  content: "";
}
.banner-section .bg-img-fill .img {
  position: relative;
  opacity: 0.35;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.banner-section .banner-content {
  padding: 40px 15px 40px;
  max-width: 800px;
  margin: auto;
  text-align: center;
  background-color: rgba(43, 46, 52, 0.71);
  color: #fff;
}
.banner-section .banner-content .text-1 {
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.banner-section .banner-content .text-2 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.1;
}
.banner-section .banner-content .text-3 {
  font-size: 1.125rem;
}
.banner-section .banner-content ._line {
  margin: 30px auto 0;
  height: 1px;
  width: 150px;
  background-color: var(--primary);
}
.banner-section .arrow-down {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.banner-section .arrow-down img {
  width: 30px;
}
@media (min-width: 576px) {
  .banner-section {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .banner-section .banner-content {
    padding: 60px 30px 50px;
  }
  .banner-section .banner-content .text-1 {
    font-size: 1.75rem;
  }
  .banner-section .banner-content .text-2 {
    font-size: 3rem;
  }
  .banner-section .banner-content .text-3 {
    font-size: 1.35rem;
  }
}

.product-category .product-category-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 200px;
  min-height: 200px;
  margin: auto;
  color: #fff;
  border: 2px solid #fff;
  background-color: #222a32;
}
.product-category .product-category-item:hover .item-details {
  opacity: 1;
  transform: scale(1.22, 1.22);
}
.product-category .product-category-item .item-icon {
  margin-bottom: 30px;
}
.product-category .product-category-item .item-icon img {
  height: 50px;
}
.product-category .product-category-item .item-label {
  margin-bottom: 50px;
  font-size: 1.125rem;
  text-align: center;
}
.product-category .product-category-item .item-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.product-category .product-category-item .item-btn .btn {
  padding-top: 4px;
  padding-bottom: 4px;
  border-radius: 0;
}
.product-category .product-category-item .item-details {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  font-weight: 300;
  background-color: #393F46;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: all ease 0.35s;
  text-decoration: none;
}
@media (min-width: 992px) {
  .product-category .product-category-item {
    max-width: 304px;
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  .product-category .product-category-item {
    min-height: 270px;
  }
  .product-category .product-category-item .item-icon img {
    height: 80px;
  }
}
@media (min-width: 1600px) {
  .product-category .product-category-item {
    height: 304px;
    min-height: 270px;
  }
  .product-category .product-category-item .item-label {
    font-size: 1.5rem;
  }
}

.brands-slider .swiper-button {
  width: auto;
  height: auto;
  transform: translateY(-50%);
  margin: 0;
  background: none;
  color: var(--primary);
}
.brands-slider .swiper-button i {
  font-size: 42px;
}
.brands-slider .swiper-wrapper {
  align-items: center;
}
.brands-slider .swiper-slide {
  padding-left: 35px;
  padding-right: 35px;
  width: 300px;
}
.brands-slider .img-container {
  text-align: center;
}
@media (min-width: 576px) {
  .brands-slider .swiper-slide {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 575px) {
  .brands-slider .swiper-button-prev {
    left: 0;
  }
  .brands-slider .swiper-button-next {
    right: 0;
  }
}

.map-section .map-container iframe {
  display: block;
  height: 500px;
  width: 100%;
}

.form-theme .form-group {
  position: relative;
}
.form-theme .form-control {
  border-radius: 0;
  border: 1px solid #141C1E;
  font-size: 18px;
  background-color: transparent;
}
.form-theme .form-control:not(textarea) {
  height: 44px;
}
.form-theme .w-icon .input-icon {
  position: absolute;
  top: 5px;
  left: 15px;
  height: 28px;
  width: 28px;
}
.form-theme .w-icon .input-icon img {
  height: 100%;
  width: 100%;
}
.form-theme .w-icon .form-control {
  padding-left: 60px;
}
.form-theme .w-icon textarea .input-icon {
  top: 15px;
  margin: 0;
}

.contact-section .social-links .nav-link img {
  width: 30px;
}
.contact-section .contact-list {
  font-size: 1.125rem;
}
.contact-section .contact-list i {
  color: var(--primary);
}
.contact-section .contact-list > li {
  margin-bottom: 16px;
}
.contact-section .contact-list > li > a {
  display: flex;
  align-items: flex-start;
}
.contact-section .contact-list > li > a:hover {
  text-decoration: none;
}

.menu-2 {
  margin-left: -15px;
  margin-right: -15px;
}
.menu-2 .nav-item {
  margin: 0.25rem 0;
  padding: 0.25rem 0;
  border-right: 1px solid #B5B8BA;
}
.menu-2 .nav-item:last-child {
  border-right: 0;
}
.menu-2 .nav-item .nav-link {
  padding: 0 0.8rem;
  line-height: 1;
  text-align: center;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .menu-2 {
    margin: 0;
  }
  .menu-2 .nav-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .menu-2 .nav-item .nav-link {
    padding: 0 0.5rem;
    font-size: 1rem;
  }
}

.banner-2 {
  position: relative;
}
.banner-2 .content-col {
  background-color: rgba(56, 63, 70, 0.45);
}
.banner-2 .banner-content {
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 600px;
  margin-left: auto;
  text-align: right;
  color: #fff;
}
.banner-2 .banner-content .line-1 {
  width: 100px;
  height: 3px;
  background-color: var(--primary);
}
.banner-2 .banner-content .text-1 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .banner-2 .banner-content {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

.product-category-grid .product-category-thumbnail {
  position: relative;
  padding-bottom: 100%;
}
.product-category-grid .product-category-thumbnail:hover .thumb-details {
  opacity: 1;
  transform: scale(1.22, 1.22);
}
.product-category-grid .product-category-thumbnail .thumb-cover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
}
.product-category-grid .product-category-thumbnail .text-title {
  position: relative;
  z-index: 1;
}
.product-category-grid .product-category-thumbnail .thumb-img {
  position: absolute;
  inset: 0;
}
.product-category-grid .product-category-thumbnail .thumb-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
}
.product-category-grid .product-category-thumbnail .thumb-details {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 1;
  font-weight: 300;
  background-color: #393F46;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: all ease 0.35s;
}
.product-category-grid .product-category-thumbnail .anchor-overlay {
  z-index: 3;
}

.customer-service-category-item {
  text-align: center;
}
.customer-service-category-item:hover .item-icon img {
  opacity: 0;
}
.customer-service-category-item:hover .item-icon img:nth-child(2) {
  opacity: 1;
  transform: scale(1.15, 1.15);
}
.customer-service-category-item .item-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.customer-service-category-item .item-icon img {
  height: 45px;
  transition: all ease 0.35s;
}
.customer-service-category-item .item-icon img:nth-child(2) {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.customer-service-category-item p {
  font-size: 0.875rem;
}

.testimonial-slider:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 3px;
  background-color: #202D31;
  content: "";
}
.testimonial-slider .testimonial-item .item-head {
  color: #808080;
}
.testimonial-slider .testimonial-item .item-head .icon-chat {
  margin-right: 10px;
  height: 36px;
}
.testimonial-slider .testimonial-item ._quote {
  margin-top: -30px;
  line-height: 1;
  font-size: 52px;
  color: #82878B;
}
.testimonial-slider .testimonial-item p {
  font-weight: 300;
}
@media (min-width: 576px) {
  .testimonial-slider .testimonial-item {
    padding: 0 25px;
    border-right: 1px solid #747B7F;
  }
}

.testimonial-slider-controls .swiper-button {
  width: auto;
  height: auto;
  transform: translateY(-50%);
  margin: 0;
  background: none;
  color: var(--primary);
}
.testimonial-slider-controls .swiper-button i {
  font-size: 42px;
}
.testimonial-slider-controls .swiper-button-prev {
  left: 0;
}
.testimonial-slider-controls .swiper-button-next {
  right: 0;
}

@media (min-width: 992px) {
  .footer-blocks > .row > div {
    border-right: 1px solid #000;
  }
  .footer-blocks > .row > div:last-child {
    border-right: 0;
  }
}

.product-details-section .product-preview {
  border: 1px solid #2C373C;
  border-radius: 6px;
}
.product-details-section .item-qty {
  width: 60px;
  background-color: #CCCED2;
}
.product-details-section .customer-service-item {
  display: flex;
  align-items: center;
}
.product-details-section .customer-service-item img {
  width: 30px;
}
.product-details-section .customer-service-item .label {
  margin-left: 10px;
  font-weight: 700;
}
.product-details-section .product-details-col .btn {
  min-height: 38px;
  font-size: 12px;
}
@media (min-width: 992px) {
  .product-details-section .product-details-col {
    border-left: 1px solid #8B909B;
  }
  .product-details-section .product-details-col .btn {
    font-size: 1rem;
  }
}

.checkout-progress-header .progress-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 44px;
  padding: 10px 15px 10px 30px;
  background-color: #e8eae9;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.checkout-progress-header .progress-item.active, .checkout-progress-header .progress-item.done {
  background-color: #ED1941;
  color: #fff;
}
.checkout-progress-header .progress-item.active:after, .checkout-progress-header .progress-item.done:after {
  background-color: #ED1941;
}
@media (min-width: 992px) {
  .checkout-progress-header .progress-item {
    margin-bottom: 0;
  }
  .checkout-progress-header .progress-item:hover {
    text-decoration: none;
  }
  .checkout-progress-header .progress-item:before, .checkout-progress-header .progress-item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    transform: rotate(45deg);
    content: "";
  }
  .checkout-progress-header .progress-item:before {
    background-color: #fff;
    left: -15px;
  }
  .checkout-progress-header .progress-item:after {
    background-color: #e8eae9;
    right: -15px;
    z-index: 2;
  }
}
@media (min-width: 1200px) {
  .checkout-progress-header .progress-item {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .checkout-progress-header .progress-item {
    padding: 10px 15px 10px 30px;
    font-size: 16px;
  }
}

.order-table td,
.order-table th {
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
}
.order-table .order-item .item-img {
  width: 90px;
  height: 90px;
  border: 1px solid #333;
}
.order-table .order-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
}
.order-table .order-qty input {
  padding-top: 0;
  padding-bottom: 0;
  width: 50px;
  border: 0;
}
.order-table .order-total {
  font-weight: 700;
}
@media (min-width: 992px) {
  .order-table td,
  .order-table th {
    text-align: center;
  }
  .order-table td:first-child,
  .order-table th:first-child {
    text-align: left;
  }
  .order-table th {
    vertical-align: middle;
  }
  .order-table .order-item td,
  .order-table .order-item th {
    font-size: 16px;
  }
  .order-table .order-price {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
  }
  .order-table .order-total {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
  }
  .order-table .order-qty input {
    margin: auto;
  }
}

.promo-code-input {
  max-width: 400px;
}
.promo-code-input input {
  border-radius: 0;
  height: 48px;
}
.promo-code-input button {
  height: 48px;
}

.summary-table {
  width: 100%;
  background-color: #F1F2F4;
}
.summary-table .summary-head {
  padding: 15px 15px;
  text-align: center;
  text-transform: uppercase;
  background-color: #232A32;
  color: #fff;
}
.summary-table .table-action {
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.summary-table .summary-body {
  font-size: 14px;
}
.summary-table table tbody tr:last-child td {
  padding-bottom: 16px;
}
.summary-table table td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.summary-table-sm {
  max-width: 360px;
}
.summary-table-sm tfoot td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #000;
}

.summary-table-lg {
  max-width: 465px;
}
.summary-table-lg .order-img {
  width: 56px;
  height: 56px;
  border: 1px solid #000;
}
.summary-table-lg .order-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover";
}
.summary-table-lg tfoot tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.summary-table-lg tfoot tr:nth-child(2) td {
  padding-bottom: 16px;
}
.summary-table-lg tfoot tr:last-child td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #000;
}

.member-section .member-form-wrapper {
  max-width: 470px;
  width: 100%;
  margin: auto;
}
.member-section .member-form-wrapper .btn {
  border-radius: 0;
  height: 44px;
}
.member-section .login-form .form-control {
  border-radius: 0;
}
.member-section .login-form .form-control {
  height: 44px;
}

.order-process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
}

.payment-method-options .option-item {
  position: relative;
  padding-bottom: 60%;
}
.payment-method-options .option-item input {
  display: none;
}
.payment-method-options .option-item input:checked ~ .option-label {
  border-color: #5771B2;
}
.payment-method-options .option-item label {
  position: absolute;
  inset: 0;
}
.payment-method-options .option-item .option-label {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  margin: 0;
}

.customer-service-card {
  background-color: #232A32;
}
.customer-service-card .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
}
.customer-service-card .item-label {
  padding: 8px 0;
  text-align: center;
  background-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
}

.ordered-item {
  display: flex;
  align-items: center;
  border-radius: 9px;
  border: 1px solid rgba(33, 37, 41, 0.15);
  background: #FFF;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.04);
}
.ordered-item .item-img {
  width: 58px;
  height: 58px;
  border: 1px solid #CDCDCD;
  border-radius: 6px;
}
.ordered-item .item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
}
.ordered-item .item-name {
  text-align: left;
}

@media only screen and (max-width: 991px) {
  /* Force table to not be like tables anymore */
  .responsive-table-container table,
  .responsive-table-container thead,
  .responsive-table-container tbody,
  .responsive-table-container th,
  .responsive-table-container td,
  .responsive-table-container tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive-table-container thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table-container tr {
    border: 1px solid #ccc;
  }
  .responsive-table-container td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 35%;
    white-space: normal;
    text-align: left;
  }
  .responsive-table-container td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 30%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
        Label the data
  */
  .responsive-table-container td:before {
    content: attr(data-title);
  }
}
#product-preview-slider {
  margin-bottom: 25px;
  border: 1px solid #2c373c;
  background-color: #fff;
}
#product-preview-slider .product-slide .img-container {
  position: relative;
  padding-bottom: 100%;
}
#product-preview-slider .product-slide .img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
}
@media (max-width: 575px) {
  #product-preview-slider .product-slide .img-container {
    position: relative;
    padding-bottom: 85%;
    height: auto;
  }
  #product-preview-slider .product-slide .img-container img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

#preview-nav-slider .slick-arrow {
  transform: translate(0) !important;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 20px;
  background-color: rgba(232, 234, 233, 0.38);
}
#preview-nav-slider .slick-arrow:before {
  font-size: 28px;
  font-weight: 400;
  color: var(--primary);
}
#preview-nav-slider .slick-prev {
  left: 0;
}
#preview-nav-slider .slick-next {
  right: 1px;
}
#preview-nav-slider .preview-item {
  margin-right: 25px;
  cursor: pointer;
  border: 1px solid #eff1f4;
}
#preview-nav-slider .preview-item.item-active {
  border-color: var(--primary);
}
#preview-nav-slider .preview-item .img-container {
  width: 90px;
  height: 60px;
}
#preview-nav-slider .preview-item .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
}
#preview-nav-slider .item-active .img-container {
  border-color: var(--primary);
}
#preview-nav-slider .slick-disabled {
  pointer-events: none;
}
#preview-nav-slider .slick-prev {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#preview-nav-slider .slick-prev:before {
  content: "\f104";
}
#preview-nav-slider .slick-next {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#preview-nav-slider .slick-next:before {
  content: "\f105";
}
@media (min-width: 576px) {
  #preview-nav-slider .preview-item .img-container {
    width: 155px;
    height: 110px;
  }
}

.product-card {
  position: relative;
  background-color: white;
}
.product-card:hover .card-details {
  transform: scale(1.1, 1.1);
  opacity: 1;
}
.product-card .img-container {
  position: relative;
  padding-bottom: 100%;
}
.product-card .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
  position: absolute;
  inset: 0;
}
.product-card .card-details {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background-color: #393f46;
  color: #fff;
  opacity: 0;
  transition: all ease 0.35s;
}

.shop-catalog {
  z-index: 9;
}
.shop-catalog:has(.catalog-filters.active) {
  position: static !important;
}

@media (max-width: 575px) {
  .product-listings-sort .dropdown-toggle {
    padding: 4px 12px;
    min-width: 0;
    font-size: 14px;
  }
}

.multilevel-nav .menu-back {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
}
.multilevel-nav .menu-back i {
  margin-right: 10px;
}
.multilevel-nav .dropdown-title:hover, .multilevel-nav .dropdown-title:focus {
  text-decoration: none;
}
.multilevel-nav .dropdown .dropdown-menu-label {
  border-bottom: 1px solid #eee;
}
.multilevel-nav .dropdown .dropdown-menu-label .nav-link {
  border-bottom: 0;
}
.multilevel-nav .dropdown .dropdown-menu-label .dropdown-toggle {
  padding: 10px 16px;
}
.multilevel-nav .dropdown .nav-link {
  display: block;
  padding: 10px 16px;
  border-bottom: 1px solid #eee;
}
.multilevel-nav .dropdown-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px) !important;
  transition: all 0.15s ease;
  border: 0;
  background-clip: border-box;
  will-change: auto !important;
  padding: 0;
  background-color: #fff;
}
.multilevel-nav .dropdown-drawer.show {
  transform: translateX(0) !important;
  opacity: 1;
  visibility: visible;
}
.multilevel-nav .nav-item .dropdown-menu-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.multilevel-nav .dropdown {
  position: static;
}
.multilevel-nav .dropdown .nav-link ~ .dropdown-toggle {
  display: block;
  width: auto;
  padding: 2px 20px;
  border-left: 1px solid #ddd;
  margin-right: 2px;
}
.multilevel-nav .dropdown .nav-link ~ .dropdown-toggle i {
  margin-right: 0;
}
.multilevel-nav .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.multilevel-nav .dropdown .dropdown-toggle i {
  margin-right: 10px;
  line-height: 1;
}
.multilevel-nav .dropdown .dropdown-toggle:after {
  display: none;
}
.multilevel-nav .dropdown .dropdown-menu {
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px) !important;
  transition: all ease 0.15s;
  border: 0;
  background-clip: border-box;
  will-change: auto !important;
  padding: 0;
}
.multilevel-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
}
.multilevel-nav .dropdown .dropdown-menu .dropdown-item:hover, .multilevel-nav .dropdown .dropdown-menu .dropdown-item:focus, .multilevel-nav .dropdown .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #212529;
}
.multilevel-nav .dropdown .dropdown-menu.show {
  transform: translateX(0) !important;
  opacity: 1;
  visibility: visible;
}

.catalog-nav {
  display: block;
  height: 100%;
  overflow: auto;
  padding-bottom: 50px;
}
.catalog-nav .dropdown-menu,
.catalog-nav .dropdown-drawer {
  padding-bottom: 50px !important;
  overflow: auto;
}
@media (min-width: 992px) {
  .catalog-nav > .dropdown {
    margin-bottom: 30px;
  }
  .catalog-nav > .dropdown > .dropdown-menu-label {
    pointer-events: none;
    padding: 0 4px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .catalog-nav > .dropdown > .dropdown-menu-label .dropdown-toggle {
    padding: 0;
  }
  .catalog-nav > .dropdown > .dropdown-menu-label i {
    display: none;
  }
  .catalog-nav .dropdown-menu,
  .catalog-nav .dropdown-drawer {
    padding-bottom: 0 !important;
  }
  .catalog-nav .dropdown-level-1 {
    display: block !important;
  }
  .catalog-nav .dropdown-level-2 {
    padding-left: 15px !important;
    font-size: 15px;
  }
  .catalog-nav .dropdown-level-3 {
    padding-left: 15px !important;
    font-size: 15px;
  }
  .catalog-nav .menu-back {
    display: none;
  }
  .catalog-nav .dropdown .dropdown-toggle {
    display: block;
  }
  .catalog-nav .dropdown .dropdown-toggle i {
    font-size: 12px;
  }
  .catalog-nav .dropdown .dropdown-menu-label {
    border-bottom: 0;
    padding: 4px;
  }
  .catalog-nav .dropdown .dropdown-menu-label .nav-link {
    padding: 0;
  }
  .catalog-nav .dropdown .dropdown-menu-label .dropdown-toggle:hover {
    color: var(--primary);
  }
  .catalog-nav .dropdown .dropdown-menu-label.active .nav-link {
    font-weight: 700;
  }
  .catalog-nav .dropdown .dropdown-menu-label.active .dropdown-toggle {
    border-color: var(--primary);
  }
  .catalog-nav .dropdown .dropdown-menu-label.active .dropdown-toggle i {
    transform: rotate(90deg);
    color: var(--primary);
  }
  .catalog-nav .dropdown .nav-link {
    padding: 4px;
    border-bottom: 0;
  }
  .catalog-nav .dropdown .nav-link:hover {
    color: var(--primary);
  }
  .catalog-nav .dropdown .nav-link ~ .dropdown-toggle {
    padding: 0 15px;
    margin: 0;
  }
  .catalog-nav .dropdown .dropdown-menu {
    position: static;
    transform: translateX(0) !important;
    opacity: 1;
    visibility: visible;
    display: none;
    padding: 0;
  }
  .catalog-nav .dropdown .dropdown-menu.show {
    display: block;
  }
  .catalog-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 4px;
  }
  .catalog-nav .dropdown-item {
    white-space: normal;
  }
  .catalog-nav .dropdown-drawer {
    position: static;
    transform: translateX(0) !important;
    opacity: 1;
    visibility: visible;
    padding-bottom: 0;
  }
}

#catalog-search {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
#catalog-search .form-group {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
#catalog-search .form-control {
  border-radius: 4px;
  height: 32px;
  padding: 2px 15px;
  font-size: 14px;
}
#catalog-search button {
  margin-top: 1px;
  padding: 4px 12px 0;
  border: 0;
}
#catalog-search button:focus {
  box-shadow: none;
}
#catalog-search button i {
  font-size: 22px;
}

#catalog-filter-panel {
  border-right: 1px solid #eee;
}
#catalog-filter-panel .filter-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#catalog-filter-panel .btn-reset-filter {
  position: absolute;
  z-index: 1001;
  bottom: 0;
  width: 100%;
  padding: 8px 12px;
  border: 2px solid #000;
  font-weight: 500;
  background-color: #fff;
}
@media (min-width: 992px) {
  #catalog-filter-panel {
    border: 0;
  }
  #catalog-filter-panel .filter-panel-head {
    display: none;
  }
}

.catalog-filters {
  position: fixed;
  z-index: 1040;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background-color: #FFFEFD;
  overflow: auto;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.catalog-filters.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  box-shadow: 1px 0 10px 0px rgba(128, 128, 128, 0.16);
}
.catalog-filters .filter-panel-head {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}
.catalog-filters .filter-panel-body {
  position: relative;
  height: calc(100% - 55px);
  overflow: hidden;
}
.catalog-filters .close-filter-panel {
  margin-right: -5px;
  padding: 1px 10px;
  background-color: #fff;
  z-index: 9;
}
.catalog-filters .close-filter-panel i {
  font-size: 26px;
}
.catalog-filters .form-check-group {
  padding: 15px;
}
@media (min-width: 768px) {
  .catalog-filters {
    top: 73px;
  }
}
@media (min-width: 992px) {
  .catalog-filters {
    position: relative;
    top: 0;
    padding: 0;
    width: auto;
    box-shadow: none;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .catalog-filters .close-filter-panel {
    display: none;
  }
}

#catalog-filter {
  position: relative;
  height: 100%;
}
#catalog-filter select {
  height: 34px;
  max-width: 230px;
  border-radius: 0;
  padding: 0;
  font-size: 14px;
}
#catalog-filter .form-check-input {
  border-radius: 0;
}
#catalog-filter .form-check-theme span {
  font-size: 14px;
}
#catalog-filter .category-title {
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
#catalog-filter .filter-buttons .btn {
  min-width: 180px;
  padding: 4px;
  font-size: 14px;
}
@media (min-width: 992px) {
  #catalog-filter .form-check-theme span {
    font-size: 15px;
  }
  #catalog-filter .category-title {
    font-size: 18px;
  }
  #catalog-filter .filter-buttons .btn {
    padding: 4px 10px;
    font-size: 16px;
  }
}

.product-thumbnail {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  overflow: hidden;
}
.product-thumbnail:hover .product-img img {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.product-thumbnail:hover .price-container {
  transform: matrix3d(1.058, 0.38, -0.38, 0, -0.38, 1.058, -0.38, 0, 0.38, 0.38, 0.8464, 0, 0, 0, 0, 1);
  -webkit-transform: matrix3d(1.058, 0.38, -0.38, 0, -0.38, 1.058, -0.38, 0, 0.38, 0.38, 0.8464, 0, 0, 0, 0, 1);
}
.product-thumbnail a:hover {
  text-decoration: none;
}
.product-thumbnail .product-img {
  position: relative;
  padding-bottom: 100%;
  border: 1px solid gray;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #fff;
}
.product-thumbnail .product-img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit:contain";
  /*@include scale(1.02, 1.02);*/
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
.product-thumbnail .product-details {
  padding-left: 4px;
  padding-right: 4px;
  font-size: 14px;
  color: #2C2E39;
}
.product-thumbnail .product-name {
  font-weight: 700;
}
.product-thumbnail .product-technical-details {
  font-weight: 700;
}
.product-thumbnail .product-price {
  color: var(--primary);
  font-weight: 700;
}
@media (min-width: 480px) {
  .product-thumbnail .product-img {
    margin-bottom: 30px;
  }
  .product-thumbnail .product-details {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .product-thumbnail .product-details {
    font-size: 18px;
  }
}
.product-thumbnail .price-container {
  height: 5em;
  width: 5em;
  background: #d32f2f;
  margin: 20px auto;
  position: absolute;
  top: 20px;
  left: 30px;
  background-color: #e53935;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transform-origin: center;
  transition: 0.3s all ease-out;
}
.product-thumbnail .price-container:before {
  height: 5em;
  width: 5em;
  background: #d32f2f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  -ms-transform: rotate(22.5deg);
  -o-transform: rotate(22.5deg);
  transform: rotate(22.5deg);
  z-index: 1;
}
.product-thumbnail .price-container:after {
  height: 5em;
  width: 5em;
  background: #d32f2f;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #e53935;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.product-thumbnail .price-container .price {
  height: 5em;
  width: 5em;
  background: #d32f2f;
  padding: 1em 0em;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-22.5deg);
  -moz-transform: rotate(-22.5deg);
  -ms-transform: rotate(-22.5deg);
  -o-transform: rotate(-22.5deg);
  transform: rotate(-22.5deg);
  z-index: 1;
}
.product-thumbnail .price-container .price span {
  position: relative;
  z-index: 100;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.product-thumbnail .price-container .price span.number {
  font-weight: bold;
  font-size: 1.625em;
  line-height: 0.9em;
}
.product-thumbnail .price-container .price span.label {
  font-size: 1.3em;
}
.product-thumbnail .price-container .price span.label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 70%;
  margin-left: 15%;
  height: 2px;
  /* Épaisseur de la barre */
  background: #fff;
  /* Couleur de la barre */
  transform: rotate(-20deg);
  /* Inclinaison */
  transform-origin: center;
}

.catalog-pagination {
  margin-top: 80px;
  justify-content: center;
}
.catalog-pagination .page-item.active .page-link {
  background-color: var(--primary);
  border-color: #898C93;
  color: #fff;
}
.catalog-pagination .page-link {
  min-width: 40px;
  padding: 8px 12px;
  border-color: #898C93;
  border-radius: 0 !important;
  color: #51545E;
  text-align: center;
}

#faq-accordion .panel {
  border-radius: 0;
  border-top: 1px solid #ddd;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#faq-accordion .panel + .panel {
  margin: 0;
}
#faq-accordion .panel-heading {
  padding: 0;
}
#faq-accordion .panel-heading .panel-title {
  margin: 0;
  font-size: 16px;
}
#faq-accordion .panel-heading .panel-title > a {
  position: relative;
  padding: 15px 25px 15px 15px;
  display: block;
}
#faq-accordion .panel-heading .panel-title > a .fa {
  position: absolute;
  right: 5px;
  top: 36%;
  font-size: 14px;
  color: var(--primary);
}
#faq-accordion .panel-heading .panel-title > a .fa:before {
  content: "\f068";
}
#faq-accordion .panel-heading .panel-title > a.collapsed .fa:before {
  content: "\f067";
}
#faq-accordion .panel-body {
  border-top: 0;
}
@media (max-width: 544px) {
  #faq-accordion .panel-heading .panel-title > a {
    padding-left: 0;
  }
  #faq-accordion .panel-body {
    padding: 0;
  }
}

[v-cloak] {
  display: none;
}

.plate-configurator-app {
  position: relative;
  min-height: calc(100svh - 150px);
}
.plate-configurator-app .backdrop-img {
  position: absolute;
  inset: 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.plate-configurator-app .preview-container {
  background-color: rgba(23, 25, 29, 0.75);
}
.plate-configurator-app .plate-preview {
  width: 310px;
  margin: auto;
  font-family: "StylDiv";
  font-size: 75px;
  text-align: center;
}
.plate-configurator-app .plate-preview:not(.plate-car) .plate-preview-number {
  align-items: flex-end;
  padding-left: 20px;
}
.plate-configurator-app .plate-preview img {
  max-height: 100%;
}
.plate-configurator-app .plate-preview .plate-preview-number {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20px;
  right: 0;
  padding: 0 12px;
  z-index: 2;
  line-height: 1.3;
}
.plate-configurator-app .plate-car {
  font-size: 40px;
}
.plate-configurator-app .plate-motorcycle {
  width: 300px;
  height: 200px;
}
.plate-configurator-app .plate-scooter {
  height: 250px !important;
  font-size: 65px;
}
.plate-configurator-app .plate-scooter .plate-preview-number {
  row-gap: 15px;
  justify-content: space-around;
}
.plate-configurator-app .plate-car .plate-preview-number {
  justify-content: center;
}
.plate-configurator-app .plate-classic {
  color: #a5232d;
}
.plate-configurator-app .plate-agri {
  color: #fff;
}
.plate-configurator-app .plate-garage {
  color: #008000;
}
.plate-configurator-app .form-control {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}
.plate-configurator-app .form-control option {
  color: #000;
}
.plate-configurator-app .form-check-theme-1 {
  padding-left: 50px;
}
.plate-configurator-app .form-check-theme-1 .input-label {
  font-size: 20px;
}
.plate-configurator-app .form-check-theme-1 .input-label .small {
  font-size: 18px;
}
.plate-configurator-app .form-check-theme-1 input {
  display: none;
}
.plate-configurator-app .form-check-theme-1 input:checked {
  color: var(--primary);
}
.plate-configurator-app .form-check-theme-1 input:checked ~ .input-icon:before {
  background-color: var(--primary);
  border-color: var(--primary);
}
.plate-configurator-app .form-check-theme-1 .input-icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.plate-configurator-app .form-check-theme-1 .input-icon:before {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
}
.plate-configurator-app .btn-confirm-plate-order {
  padding: 10px 24px;
}
@media (min-width: 576px) {
  .plate-configurator-app .plate-car {
    font-size: 52px;
  }
  .plate-configurator-app .plate-preview {
    width: 400px;
  }
  .plate-configurator-app .plate-suv {
    font-size: 90px;
  }
}

.fade-enter-active,
.fade-leave-active {
  transition: all 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
  transform: translateY(-20px);
}

.blog-page {
  background-color: #fff;
}

.blog-guide {
  padding: 80px 0 95px;
}
.blog-guide .blog-guide-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 90px;
}
.blog-guide .blog-guide-title {
  margin: 0;
  color: #151b20;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.blog-guide .blog-guide-title strong {
  display: inline-block;
  margin-top: 8px;
  color: var(--primary);
  font-size: 2.45rem;
  font-weight: 700;
}
.blog-guide .blog-guide-title .guide-arrows {
  display: inline-flex;
  align-items: center;
  margin-left: 15px;
  vertical-align: -2px;
}
.blog-guide .blog-guide-title .guide-arrows img {
  width: 32px;
  height: auto;
}
.blog-guide .blog-guide-title .guide-arrows img + img {
  margin-left: -10px;
}
.blog-guide .blog-guide-lead {
  max-width: 390px;
  margin: 0 6% 2px 0;
  color: #30363a;
  line-height: 1.5;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px 10px;
}

.blog-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  color: #151b20;
  border: 1px solid #d7dadd;
  background-color: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(20, 28, 32, 0.13);
  color: #151b20;
  text-decoration: none;
}
.blog-card:hover .blog-card-image img {
  transform: scale(1.045);
}
.blog-card .blog-card-copy {
  display: flex;
  min-height: 183px;
  padding: 15px 15px 18px;
  flex: 1 1 auto;
  flex-direction: column;
}
.blog-card .blog-card-date {
  align-self: flex-start;
  margin-bottom: 15px;
  padding: 4px 10px 3px;
  color: #fff;
  background-color: var(--primary);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.blog-card .blog-card-title {
  margin-bottom: 13px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.17;
}
.blog-card .blog-card-excerpt {
  margin: auto 0 0;
  color: #575e62;
  font-size: 0.68rem;
  line-height: 1.45;
}
.blog-card .blog-card-image {
  height: 155px;
  margin: 0 8px 8px;
  overflow: hidden;
  background-color: #e7e8e8;
}
.blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.blog-pagination {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-top: 105px;
  font-size: 0.875em;
}
.blog-pagination > span {
  grid-column: 2;
}
.blog-pagination .blog-pagination-next {
  grid-column: 3;
  justify-self: end;
  color: #151b20;
  font-weight: 700;
  text-transform: uppercase;
}
.blog-pagination .blog-pagination-next:hover {
  color: var(--primary);
  text-decoration: none;
}
.blog-pagination .blog-pagination-next span {
  display: inline-flex;
  margin-left: 16px;
}
.blog-pagination .blog-pagination-next span img {
  width: 15px;
  height: auto;
}
.blog-pagination .blog-pagination-next span img + img {
  margin-left: -4px;
}

.article-header {
  padding: 75px 0 70px;
}
.article-header .article-header-inner {
  max-width: 850px;
  margin: 0 auto;
}
.article-header .article-back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 65px;
  color: #72787c;
  font-size: 0.8rem;
}
.article-header .article-back:hover {
  color: var(--primary);
  text-decoration: none;
}
.article-header .article-back .article-back-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 12px;
}
.article-header .article-back .article-back-icon img {
  width: 15px;
  height: auto;
  transform: rotate(180deg);
}
.article-header .article-back .article-back-icon img + img {
  margin-left: -4px;
}
.article-header .article-date {
  display: block;
  margin-bottom: 22px;
  color: #1e252b;
  font-size: 0.78rem;
  font-weight: 700;
}
.article-header .article-title {
  max-width: 820px;
  margin: 0 0 25px;
  color: #1e252b;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
}
.article-header .article-author {
  margin: 0;
  color: #697075;
  font-size: 0.78rem;
}

.article-hero {
  width: 100%;
  height: clamp(360px, 46vw, 670px);
  overflow: hidden;
  background-color: #20262a;
}
.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
}

.article-body {
  padding: 75px 0 150px;
}
.article-body .article-content {
  max-width: 630px;
  margin: 0 auto;
  color: #30363a;
  font-size: 0.92rem;
  line-height: 1.58;
}
.article-body .article-content > p:first-child {
  margin-bottom: 50px;
}
.article-body .article-content h2 {
  margin: 45px 0 18px;
  color: #22292e;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.35;
}
.article-body .article-content p {
  margin-bottom: 0;
}
.article-body .article-content ul {
  margin: 0 0 45px;
  padding-left: 20px;
}
.article-body .article-content ul li {
  padding-left: 4px;
}

.article-related {
  padding: 85px 0;
  color: #fff;
  background-color: #232c34;
}
.article-related .article-related-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.8fr) minmax(380px, 1fr);
  align-items: start;
  gap: 90px;
}
.article-related .article-related-title {
  max-width: 340px;
  margin: 0;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
}
.article-related .article-related-list {
  margin: 0;
}
.article-related .article-related-link {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 14px 4px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.92rem;
  line-height: 1.35;
}
.article-related .article-related-link:hover {
  color: #fff;
  text-decoration: none;
}
.article-related .article-related-link:hover .article-related-arrow {
  transform: translateX(5px);
}
.article-related .article-related-arrow {
  flex: 0 0 auto;
  width: 18px;
  height: auto;
  transition: transform 0.2s ease;
}

@media (max-width: 991px) {
  .blog-guide {
    padding-top: 60px;
  }
  .blog-guide .blog-guide-intro {
    margin-bottom: 55px;
  }
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
  .article-related .article-related-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .article-related .article-related-title {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .blog-guide {
    padding: 45px 0 65px;
  }
  .blog-guide .blog-guide-intro {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 40px;
  }
  .blog-guide .blog-guide-title strong {
    font-size: 2rem;
  }
  .blog-guide .blog-guide-lead {
    margin-right: 0;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card {
    min-height: 0;
  }
  .blog-pagination {
    grid-template-columns: 1fr auto;
    margin-top: 60px;
  }
  .blog-pagination > span {
    grid-column: 1;
    justify-self: start;
  }
  .blog-pagination .blog-pagination-next {
    grid-column: 2;
  }
  .article-header {
    padding: 45px 0 50px;
  }
  .article-header .article-back {
    margin-bottom: 45px;
  }
  .article-hero {
    height: 300px;
  }
  .article-body {
    padding: 50px 0 85px;
  }
  .article-body .article-content {
    font-size: 0.88rem;
  }
  .article-body .article-content > p:first-child {
    margin-bottom: 35px;
  }
  .article-body .article-content h2 {
    margin-top: 35px;
  }
  .article-related {
    padding: 60px 0;
  }
  .article-related .article-related-layout {
    gap: 35px;
  }
  .article-related .article-related-link {
    gap: 20px;
    font-size: 0.85rem;
  }
}

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