@charset "UTF-8";
.bs-btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  /*--bs-btn-font-family: ;*/
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; }

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa; }

.btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #F79811;
  --bs-btn-border-color: #F79811;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8a735;
  --bs-btn-hover-border-color: #f8a229;
  --bs-btn-focus-shadow-rgb: 210, 129, 14;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f9ad41;
  --bs-btn-active-border-color: #f8a229;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #F79811;
  --bs-btn-disabled-border-color: #F79811; }

.content-section-row {
  position: relative; }

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto; }

.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;'; }

.bg-img-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%; }
  .bg-img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.hr-gray {
  border-color: #555555; }

.bg-gray {
  background-color: #555555; }

.bg-gray-1 {
  background-color: #0f0f0f; }

.bg-gray-2 {
  background-color: #181818; }

.bg-gray-3 {
  background-color: #121212; }

.bg-grid-pattern-1 {
  background-size: contain; }

.text-gray {
  color: #B4B4B4; }

.text-gray-1 {
  color: #6C6C6C; }

.text-gray-2 {
  color: #B5B5B5; }

.text-gray-3 {
  color: #707070; }

.border-radius-0 {
  border-radius: 0; }

.z-index-2 {
  z-index: 2; }

.fs-italic {
  font-style: italic; }

.color-inherit {
  color: inherit; }

.li-marker-primary li::marker {
  color: var(--tb-primary); }

.vertical-separator {
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #9d9d9d; }

.text-outline-lg-1 {
  line-height: 1;
  /*font-size:clamp(4rem, -0.8169rem + 9.0141vw, 10rem);*/
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #747474;
  color: transparent; }

.text-underline {
  text-decoration: underline; }

.lh-md {
  line-height: 1.75 !important; }

.bg-lightgray {
  background-color: #ededed; }

.fw-semibold {
  font-weight: 700; }

.ls-md {
  letter-spacing: .15rem; }

.text-hover-black:hover {
  color: #000 !important; }

.mh-0 {
  min-height: 0 !important; }

.overflow-auto {
  overflow: auto; }

.imp-custom-loader {
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #0000;
  border-right-color: #ffa50097;
  position: relative;
  animation: l24 1s infinite linear; }

.imp-custom-loader:before,
.imp-custom-loader:after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: inherit;
  animation: inherit;
  animation-duration: 2s; }

.imp-custom-loader:after {
  animation-duration: 4s; }

@keyframes l24 {
  100% {
    transform: rotate(1turn); } }
.anchor-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.smallref {
  position: absolute;
  bottom: 2px;
  right: 8px;
  font-size: 9px;
  color: #aaaaaa; }

.products-category-title .nav-link {
  color: var(--tb-primary) !important; }
  .products-category-title .nav-link.active {
    font-weight: 700 !important;
    background-color: var(--tb-primary) !important;
    border-radius: 0 !important;
    border-width: 0 !important;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

._imp-header {
  position: relative;
  border-bottom: 1px solid rgba(183, 183, 183, 0.15);
  background-color: #000000;
  color: #fff; }
  ._imp-header .top-navbar {
    padding: 9px 0;
    background-color: #282828;
    font-size: 10px; }
    ._imp-header .top-navbar .nav-link {
      padding: 0 8px;
      color: #939393; }
      ._imp-header .top-navbar .nav-link:hover {
        color: #fff; }
  ._imp-header .main-navbar .navbar-nav .nav-link {
    position: relative;
    padding: 30px 15px;
    min-height: 84px; }
  ._imp-header .header-brand img {
    height: 30px; }
  ._imp-header .navbar-nav .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px; }
    ._imp-header .navbar-nav .nav-link svg path {
      fill: currentColor; }
  ._imp-header .navbar-nav-main .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 4px;
    width: 0;
    background-color: var(--tb-primary);
    transition: all ease .35s; }
  ._imp-header .navbar-nav-main .nav-link:hover:before, ._imp-header .navbar-nav-main .nav-link.active:before {
    width: 100% !important; }
  ._imp-header .nav-utilities .nav-item:last-child .nav-link:after {
    left: auto;
    right: 0;
    border-right: 1px solid rgba(183, 183, 183, 0.15); }
  ._imp-header .nav-utilities .nav-link {
    position: relative; }
    ._imp-header .nav-utilities .nav-link:before, ._imp-header .nav-utilities .nav-link:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 1px; }
    ._imp-header .nav-utilities .nav-link:before {
      border-left: 1px solid rgba(183, 183, 183, 0.15); }
  ._imp-header .language-dropdown {
    position: relative; }
    ._imp-header .language-dropdown:hover .dropdown-menu {
      display: block; }
    ._imp-header .language-dropdown .dropdown-menu {
      position: absolute;
      top: 0;
      left: 0;
      top: 100%;
      display: none;
      min-width: 150px;
      background-color: #fff;
      border-radius: 0; }
      ._imp-header .language-dropdown .dropdown-menu .dropdown-item {
        font-size: 14px; }
        ._imp-header .language-dropdown .dropdown-menu .dropdown-item:hover span:before, ._imp-header .language-dropdown .dropdown-menu .dropdown-item.active span:before {
          transform: scaleX(1);
          transform-origin: left center; }
        ._imp-header .language-dropdown .dropdown-menu .dropdown-item span {
          position: relative; }
          ._imp-header .language-dropdown .dropdown-menu .dropdown-item span:before {
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            height: 2px;
            width: 100%;
            background-color: #000;
            transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
            transform: scaleX(0);
            transform-origin: right center; }
  ._imp-header .cart-toggle._has-item .cart-qty {
    display: flex; }
  ._imp-header .cart-toggle ._inner {
    position: relative; }
  ._imp-header .cart-toggle .cart-qty {
    position: absolute;
    top: -5px;
    right: -8px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--tb-primary);
    color: #000; }
  @media (min-width: 992px) and (max-width: 1199px) {
    ._imp-header .navbar-nav .nav-link {
      font-size: 12px; } }
  @media (min-width: 992px) {
    ._imp-header .top-navbar {
      font-size: 13px; }
    ._imp-header .nav-utilities .nav-item:nth-child(2) .nav-link:after {
      left: auto;
      right: 0;
      border-right: 1px solid rgba(183, 183, 183, 0.15); } }
  @media (min-width: 1200px) {
    ._imp-header .header-brand img {
      height: 44px; } }
  @media (max-width: 340px) {
    ._imp-header .header-brand img {
      height: 22px; } }

.landing-page-header-fixed-offset {
  height: 50px; }

._imp-header.landing-page-header-2024 {
  overflow: visible; }
  ._imp-header.landing-page-header-2024 .navbar-nav-main .nav-link:before,
  ._imp-header.landing-page-header-2024 .nav-utilities .nav-link:before {
    width: 100%;
    transition: transform 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transform: scaleX(0);
    transform-origin: right center; }
  ._imp-header.landing-page-header-2024 .navbar-nav-main .nav-link:hover:before, ._imp-header.landing-page-header-2024 .navbar-nav-main .nav-link.active:before,
  ._imp-header.landing-page-header-2024 .nav-utilities .nav-link:hover:before,
  ._imp-header.landing-page-header-2024 .nav-utilities .nav-link.active:before {
    transform: scaleX(1);
    transform-origin: left center; }
  ._imp-header.landing-page-header-2024 .nav-utilities {
    border-left: 1px solid rgba(183, 183, 183, 0.15);
    border-right: 1px solid rgba(183, 183, 183, 0.15); }
  ._imp-header.landing-page-header-2024 .quick-cart {
    position: relative; }
    ._imp-header.landing-page-header-2024 .quick-cart:hover #grve-cart-area {
      display: block; }
  ._imp-header.landing-page-header-2024 #grve-cart-area {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    left: auto;
    max-width: 360px;
    width: 100%;
    padding: 1.5rem;
    display: none;
    opacity: 0;
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 12px 35px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 35px -10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    color: #000000;
    border-color: #f7f7fb;
    top: 15px;
    right: 15px;
    z-index: 1030; }
    ._imp-header.landing-page-header-2024 #grve-cart-area .grve-mini-cart {
      padding: 0;
      list-style: none; }
    ._imp-header.landing-page-header-2024 #grve-cart-area .grve-mini-card {
      max-height: 300px;
      overflow: auto;
      list-style: none;
      margin: 0; }
    ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0.5rem;
      position: relative;
      margin-bottom: 1.25rem;
      align-items: flex-start;
      gap: 0.8rem;
      border-color: rgba(183, 183, 183, 0.15); }
      ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item .remove {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0;
        display: block;
        line-height: 16px;
        height: 18px;
        width: 18px;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        background-color: #d7dce5;
        font-size: 13px;
        -webkit-transition: background-color .3s ease;
        transition: background-color .3s ease; }
        ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item .remove:hover {
          background-color: #000; }
      ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item .grve-product-thumb {
        display: block;
        position: relative;
        transition: color .3s;
        -ms-flex-preferred-size: 60px;
        max-width: 60px;
        flex-basis: 20%; }
        ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item .grve-product-thumb img {
          height: auto;
          display: block;
          max-width: 100%; }
      ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item .cart-item-content {
        flex-basis: 80%;
        margin-left: 0;
        font-size: 14px; }
        ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item .cart-item-content a {
          font-size: 1.2em;
          font-weight: 600;
          color: inherit;
          display: block;
          position: relative;
          transition: color .3s; }
        ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item .cart-item-content dl {
          margin-bottom: 10px; }
        ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item .cart-item-content dt {
          text-transform: uppercase;
          font-size: 0.85em;
          line-height: 1.25em;
          letter-spacing: 0.5px;
          margin: 0.5em 0 0.25em 0;
          font-weight: 400; }
        ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item .cart-item-content dd {
          padding-left: 0;
          line-height: 1.25em; }
        ._imp-header.landing-page-header-2024 #grve-cart-area .grve-cart-item .cart-item-content p:last-child {
          margin-bottom: 0; }
    ._imp-header.landing-page-header-2024 #grve-cart-area .grve-buttons-wrapper {
      padding-top: 1.5rem;
      margin-top: 1.5rem;
      border-top-style: solid;
      border-top-width: 1px;
      border-color: #f7f7fb; }
      ._imp-header.landing-page-header-2024 #grve-cart-area .grve-buttons-wrapper .grve-cart-total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
      ._imp-header.landing-page-header-2024 #grve-cart-area .grve-buttons-wrapper .grve-woo-btn {
        display: block;
        position: relative;
        width: 100%;
        padding: 16px 20px;
        text-align: center;
        border-style: solid;
        border-width: 2px;
        -webkit-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
        transition: color .5s ease, background-color .5s ease, border-color .5s ease;
        color: #000000; }
        ._imp-header.landing-page-header-2024 #grve-cart-area .grve-buttons-wrapper .grve-woo-btn:hover {
          background-color: var(--tb-primary) !important; }
      ._imp-header.landing-page-header-2024 #grve-cart-area .grve-buttons-wrapper .grve-woo-btn:not(.grve-btn-outline) {
        border-color: transparent; }
      ._imp-header.landing-page-header-2024 #grve-cart-area .grve-buttons-wrapper .grve-woo-btn + .grve-woo-btn {
        margin-top: 0.5rem; }
  ._imp-header.landing-page-header-2024 #grve-cart-area {
    display: none;
    top: 100%;
    right: -58px;
    left: auto;
    opacity: 1;
    width: 320px; }
  ._imp-header.landing-page-header-2024 .cart-toggle {
    border-left: 1px solid rgba(183, 183, 183, 0.15); }
    ._imp-header.landing-page-header-2024 .cart-toggle._has-item .cart-qty {
      display: flex; }
    ._imp-header.landing-page-header-2024 .cart-toggle ._inner {
      position: relative; }
    ._imp-header.landing-page-header-2024 .cart-toggle .cart-qty {
      position: absolute;
      top: -5px;
      right: -8px;
      display: none;
      align-items: center;
      justify-content: center;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background-color: var(--tb-primary);
      color: #000; }
  ._imp-header.landing-page-header-2024 .grve-bg-black {
    background-color: #000 !important; }
  ._imp-header.landing-page-header-2024 .grve-text-white {
    color: #fff !important; }
  ._imp-header.landing-page-header-2024 .grve-link-text {
    font-family: Poppins;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 1.4em;
    letter-spacing: 0px; }
  ._imp-header.landing-page-header-2024 .grve-h6 {
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 700;
    font-style: normal;
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px; }
  @media (min-width: 576px) {
    ._imp-header.landing-page-header-2024 #grve-cart-area {
      right: 0;
      width: 360px; } }

.landing-page-header-2024 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  padding: 0;
  border: 0;
  color: #fff;
  background-color: #292929; }
  .landing-page-header-2024 .top-navbar {
    padding: 0;
    border-bottom: 1px solid #000;
    background-color: #000; }
    .landing-page-header-2024 .top-navbar .nav-link {
      color: #fff; }
  .landing-page-header-2024 .topbar-nav-utilities .nav-link {
    height: 50px;
    width: 45px;
    padding: 8px 8px;
    justify-content: center;
    background-color: #181818; }
  .landing-page-header-2024 .main-navbar {
    background-color: transparent; }
  .landing-page-header-2024 .nav-utilities {
    border: 0 !important; }
    .landing-page-header-2024 .nav-utilities .nav-link {
      border: 0 !important; }
      .landing-page-header-2024 .nav-utilities .nav-link:before, .landing-page-header-2024 .nav-utilities .nav-link:after {
        display: none !important; }
  @media (min-width: 992px) {
    .landing-page-header-2024 {
      position: absolute;
      background-color: transparent; } }

:root {
  --tb-primary: #f79811; }

@font-face {
  font-family: 'star';
  src: url("/imp/fonts/star/star.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body._config-undefined .quick-config-toggle {
  display: none !important; }
body._config-undefined .configurator-container {
  min-height: calc(100vh - 123px); }
body._config-undefined #product-reviews-section,
body._config-undefined .newsletter-section,
body._config-undefined .footer {
  display: none; }

body._config-available .breadcrumb-container {
  display: none !important; }
body._config-available .configurator-container {
  display: none !important; }
body._config-available .configuration-result-container {
  display: block !important; }
body._config-available .ddlarrow {
  display: none !important; }

body {
  font-family: 'Poppins', sans-serif; }

.btn-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-weight: 700; }
  .btn-theme:not(.btn-lg):not(.btn-sm) {
    min-height: 55px; }

.btn-primary:hover {
  background-color: #fff;
  border-color: #fff; }

.btn-theme.btn-light:hover {
  background-color: var(--tb-primary);
  border-color: var(--tb-primary); }

.btn-outline-primary {
  color: #fff; }

.btn-gray {
  background-color: #282828;
  border-color: #282828; }
  .btn-gray:hover, .btn-gray:focus, .btn-gray:active {
    background-color: #333;
    border-color: #333; }

.content-section-row {
  position: relative; }

.container-limited {
  max-width: 1920px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto; }

.bg-img-fill {
  position: absolute;
  inset: 0; }
  .bg-img-fill img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

._imp-header {
  position: relative;
  border-bottom: 1px solid rgba(183, 183, 183, 0.15);
  background-color: #000000;
  color: #fff; }
  ._imp-header .top-navbar {
    padding: 9px 0;
    background-color: #282828;
    font-size: 10px; }
    ._imp-header .top-navbar .nav-link {
      padding: 0 8px;
      color: #939393; }
      ._imp-header .top-navbar .nav-link:hover {
        color: #fff; }
  ._imp-header .main-navbar .navbar-nav .nav-link {
    position: relative;
    padding: 30px 15px;
    min-height: 84px; }
  ._imp-header .header-brand img {
    height: 30px; }
  ._imp-header .navbar-nav .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px; }
    ._imp-header .navbar-nav .nav-link svg path {
      fill: currentColor; }
  ._imp-header .navbar-nav-main .nav-link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 4px;
    width: 0;
    background-color: var(--tb-primary);
    transition: all ease .35s; }
  ._imp-header .navbar-nav-main .nav-link:hover:before, ._imp-header .navbar-nav-main .nav-link.active:before {
    width: 100% !important; }
  ._imp-header .nav-utilities .nav-item:last-child .nav-link:after {
    left: auto;
    right: 0;
    border-right: 1px solid rgba(183, 183, 183, 0.15); }
  ._imp-header .nav-utilities .nav-link {
    position: relative; }
    ._imp-header .nav-utilities .nav-link:before, ._imp-header .nav-utilities .nav-link:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      height: 100%;
      width: 1px; }
    ._imp-header .nav-utilities .nav-link:before {
      border-left: 1px solid rgba(183, 183, 183, 0.15); }
  ._imp-header .cart-toggle._has-item .cart-qty {
    display: flex; }
  ._imp-header .cart-toggle ._inner {
    position: relative; }
  ._imp-header .cart-toggle .cart-qty {
    position: absolute;
    top: -5px;
    right: -8px;
    display: none;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--tb-primary);
    color: #000; }
  @media (min-width: 992px) and (max-width: 1199px) {
    ._imp-header .navbar-nav .nav-link {
      font-size: 12px; } }
  @media (min-width: 992px) {
    ._imp-header .top-navbar {
      font-size: 13px; }
    ._imp-header .nav-utilities .nav-item:nth-child(2) .nav-link:after {
      left: auto;
      right: 0;
      border-right: 1px solid rgba(183, 183, 183, 0.15); } }
  @media (min-width: 1200px) {
    ._imp-header .header-brand img {
      height: 44px; } }
  @media (max-width: 340px) {
    ._imp-header .header-brand img {
      height: 22px; } }

._imp-offcanvas-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  padding: 80px 30px 50px;
  background-color: #000;
  color: #fff;
  transform: translateX(-100%);
  transition: all ease .35s; }
  ._imp-offcanvas-menu.active {
    transform: translate(0); }
  ._imp-offcanvas-menu ._imp-offcanvas-menu-toggle {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #fff;
    color: #000; }
  ._imp-offcanvas-menu .navbar-nav .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    gap: 15px; }
    ._imp-offcanvas-menu .navbar-nav .nav-link i {
      font-size: 12px; }
  @media (min-width: 576px) {
    ._imp-offcanvas-menu {
      padding: 100px 50px 50px; }
      ._imp-offcanvas-menu .navbar-nav .nav-link {
        font-size: 36px; } }

.tb-btn {
  padding: 0 0 0 1.25rem;
  border: 0; }
  .tb-btn:hover .btn-addon {
    background-color: var(--tb-primary) !important; }
  .tb-btn .btn-addon {
    display: flex;
    width: 50px;
    align-items: center;
    justify-content: center;
    margin-left: 1.25rem;
    align-self: stretch;
    padding: 0 1rem;
    background-color: #fff;
    font-size: 1.75rem;
    transition: all ease .35s; }

.homepage-banner {
  position: relative;
  min-height: 600px; }
  @media (min-width: 1200px) {
    .homepage-banner {
      min-height: 700px; }
      .homepage-banner .text-title-1 {
        font-size: 3rem; } }

.form-input-theme {
  height: 55px;
  border-radius: 0;
  background-color: transparent; }
  .form-input-theme:focus {
    background-color: transparent; }
  .form-input-theme option {
    border-radius: 0;
    color: #000; }

.configurator-form-component .form-input-theme {
  border: 1px solid #fff;
  color: #fff;
  font-weight: 600; }
.configurator-form-component .bootstrap-select._selected .btn.dropdown-toggle {
  color: var(--tb-primary); }
  .configurator-form-component .bootstrap-select._selected .btn.dropdown-toggle:after {
    border: 0 !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f00c"; }
.configurator-form-component .bootstrap-select .no-results {
  background-color: transparent; }
.configurator-form-component .bootstrap-select .dropdown-menu {
  max-height: 300px !important; }
.configurator-form-component .bootstrap-select .inner {
  max-height: 245px !important; }
.configurator-form-component .btn.dropdown-toggle {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  height: 55px;
  font-size: 1rem; }
  .configurator-form-component .btn.dropdown-toggle:focus, .configurator-form-component .btn.dropdown-toggle:active, .configurator-form-component .btn.dropdown-toggle:hover {
    outline: none !important; }
  .configurator-form-component .btn.dropdown-toggle:hover {
    color: #fff; }
  .configurator-form-component .btn.dropdown-toggle .filter-option {
    display: flex;
    align-items: center; }
.configurator-form-component button {
  --bs-btn-padding-x: 0.6rem;
  border-radius: 0;
  font-size: 1.5rem; }

@media (min-width: 992px) {
  .configurator-form-component-1 ._curve .btn.dropdown-toggle {
    border-bottom-left-radius: 20px !important; } }

a {
  text-decoration: none; }

.anchor-overlay {
  position: absolute;
  inset: 0; }

.breadcrumb-container-row + .content-section-row {
  padding-top: 20px !important; }

.nav-breadcrumb a {
  color: var(--bs-breadcrumb-item-active-color); }
.nav-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "»"); }
.nav-breadcrumb .breadcrumb-item {
  color: inherit; }

.products-grid._light .product-card:not(._configuration-unavailable) {
  background-color: #ededed;
  color: #000000; }
  .products-grid._light .product-card:not(._configuration-unavailable) .product-category-tag {
    color: #000; }
  .products-grid._light .product-card:not(._configuration-unavailable) .btn-light {
    border: 1px solid #B2B2B2; }

._configuration-unavailable {
  opacity: .2;
  pointer-events: none; }

.product-card:not(.configuration-product-card) {
  position: relative;
  height: 100%;
  padding: 58px 15px 30px;
  border: 1px solid #707070;
  transition: all ease .35s; }
  .product-card:not(.configuration-product-card):hover ._product-link {
    transform: translateY(-10px); }
  .product-card:not(.configuration-product-card):hover .tb-product-img-container ._backdrop {
    transform: scale(1.5, 1.5); }
  .product-card:not(.configuration-product-card) ._product-link {
    transition: all ease .35s; }
  .product-card:not(.configuration-product-card) .ribbon-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    transform: translate(40%, -68%) rotate(47deg);
    transform-origin: top left;
    padding: 4px 30px;
    width: 300px;
    text-align: center;
    background-color: var(--tb-primary);
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
    .product-card:not(.configuration-product-card) .ribbon-tag:before, .product-card:not(.configuration-product-card) .ribbon-tag:after {
      position: absolute;
      content: ""; }
    .product-card:not(.configuration-product-card) .ribbon-tag:before {
      top: -7px;
      left: 2px;
      border-top: 7px solid transparent;
      border-right: 31px solid #a2640c;
      transform: skewX(317deg); }
    .product-card:not(.configuration-product-card) .ribbon-tag:after {
      top: -7px;
      right: 4px;
      border-top: 7px solid transparent;
      border-left: 35px solid #a2640c;
      transform: skewX(47deg); }
  .product-card:not(.configuration-product-card) .product-category-tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px 30px;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    font-size: 12px;
    color: var(--tb-primary); }
  .product-card:not(.configuration-product-card) .tb-product-img-container {
    height: 300px; }
  .product-card:not(.configuration-product-card) .product-title {
    margin-top: 20px; }
  .product-card:not(.configuration-product-card) .product-feature {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    width: 105px;
    height: 105px;
    font-size: 12px;
    color: #B2B2B2;
    line-height: 1; }
    .product-card:not(.configuration-product-card) .product-feature ._frame {
      position: absolute;
      inset: 0; }
      .product-card:not(.configuration-product-card) .product-feature ._frame img {
        width: 100%;
        height: 100%; }
    .product-card:not(.configuration-product-card) .product-feature ._value {
      font-size: 23px;
      font-weight: 500; }
  .product-card:not(.configuration-product-card) .donut-circle {
    width: 120px;
    height: 120px; }
    .product-card:not(.configuration-product-card) .donut-circle svg {
      width: 120px;
      height: 120px; }
      .product-card:not(.configuration-product-card) .donut-circle svg .donut-ring {
        stroke: #555555; }
      .product-card:not(.configuration-product-card) .donut-circle svg .donut-segment {
        transform-origin: center;
        stroke: orange;
        animation: donut-fill 2s;
        transform: rotate(180deg);
        transform-origin: center; }
      .product-card:not(.configuration-product-card) .donut-circle svg .donut-text {
        stroke: #fff; }
      .product-card:not(.configuration-product-card) .donut-circle svg .percent-value {
        font-size: 8px;
        font-weight: 500; }
      .product-card:not(.configuration-product-card) .donut-circle svg .percent-label {
        font-size: 4px; }
      .product-card:not(.configuration-product-card) .donut-circle svg .svg-html {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        height: 100%; }
  .product-card:not(.configuration-product-card) .product-details {
    font-size: 0.75rem; }
    .product-card:not(.configuration-product-card) .product-details ._price {
      font-size: 2.375rem;
      font-weight: 600; }
  .product-card:not(.configuration-product-card) .product-specs {
    justify-content: center;
    min-width: 270px;
    border-bottom: 1px solid #b2b2b2; }
    .product-card:not(.configuration-product-card) .product-specs .spec-item {
      flex: 1 0 0%;
      border-right: 1px solid #b2b2b2; }
      .product-card:not(.configuration-product-card) .product-specs .spec-item:last-child {
        border-right: 0; }

.product-coming-soon:not(._configuration-unavailable):before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.89);
  content: ""; }

.comparisons-table .product-card .detail-item-row {
  padding: 4px 18px;
  min-height: 58px;
  border: 1px solid #707070; }
  .comparisons-table .product-card .detail-item-row .detail-col:nth-child(1) {
    font-size: .75rem;
    font-weight: 500; }
.comparisons-table .product-card .btn {
  min-height: 54px;
  font-size: .875rem; }
@media (min-width: 576px) {
  .comparisons-table .product-card .detail-item-row .detail-col:nth-child(1) {
    font-size: 1rem; }
  .comparisons-table .product-card .detail-item-row .detail-col:nth-child(2) {
    font-size: 1.25rem; }
  .comparisons-table .product-card .btn {
    font-size: 1rem; } }

.tb-product-img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .tb-product-img-container._size-1 {
    height: 250px; }
  .tb-product-img-container ._backdrop {
    position: absolute;
    inset: 0;
    transform: scale(1.05, 1.05);
    transition: transform ease .5s; }
    .tb-product-img-container ._backdrop._lg {
      transform: scale(1.5); }
    .tb-product-img-container ._backdrop img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .tb-product-img-container .img-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .tb-product-img-container img {
    max-height: 100%;
    max-width: 100%;
    width: auto; }

.text-underline-primary {
  position: relative;
  padding-bottom: 6px; }
  .text-underline-primary:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--tb-primary);
    content: ""; }

.border-primary {
  border: 1px solid var(--tb-primary); }

.imp-product-features > .row > * {
  padding: 0 1rem; }
  .imp-product-features > .row > *:last-child {
    border-right: 0; }
.imp-product-features .product-feature-item {
  display: inline-flex;
  flex-direction: column; }
@media (min-width: 1200px) {
  .imp-product-features > .row > * {
    padding: 0 2rem;
    border-right: 1px solid #707070; } }
@media (min-width: 1600px) {
  .imp-product-features > .row > * {
    padding: 0 3rem; } }

.hr-gray {
  border-color: #555555; }

.bg-gray {
  background-color: #555555; }

.bg-img-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%; }
  .bg-img-right img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.selected-configuration .bg-img-right {
  top: auto;
  right: -12px;
  bottom: 0;
  height: calc(100% + 20px);
  mix-blend-mode: luminosity; }
@media (min-width: 992px) {
  .selected-configuration .bg-img-right {
    height: calc(100% + 100px); } }

@media (max-width: 575px) {
  .input-group > .form-select {
    width: auto; } }

.selected-configuration-products .recommended-tag {
  position: relative;
  z-index: 2;
  padding: 8px 0;
  font-weight: bold;
  text-align: center;
  background-color: var(--tb-primary);
  color: #fff;
  font-size: 16px; }
  .selected-configuration-products .recommended-tag:before {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 8px);
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: auto;
    width: 16px;
    height: 16px;
    background-color: inherit;
    content: ""; }
.selected-configuration-products .product-card .btn {
  font-size: .875rem;
  white-space: nowrap; }

.form-input-theme {
  height: 55px; }

.footer {
  font-size: .875rem; }
  .footer a {
    color: inherit; }

@keyframes donut-fill {
  0% {
    stroke-dasharray: 0, 100; }
  100% {
    stroke-dasharray: 69, 31; } }
@keyframes oscillate {
  0%,
    100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); } }
.ddlarrow {
  animation: oscillate 600ms infinite;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0; }
  .ddlarrow:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    /* La largeur du triangle */
    border-right: 10px solid transparent;
    /* La largeur du triangle */
    border-top: 17.3px solid var(--tb-primary);
    /* La hauteur du triangle */ }

.product-card .bg-gray {
  display: flex;
  align-items: center;
  justify-content: center; }
.product-card .product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem; }
.product-card .price-strikethrough {
  position: relative;
  font-weight: normal;
  font-size: smaller;
  color: #ababab; }
  .product-card .price-strikethrough:before {
    position: absolute;
    top: 50%;
    left: -5%;
    height: 2px;
    width: 105%;
    transform: rotate(-15deg);
    content: "";
    background-color: var(--tb-primary); }

.section-edge-title {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  transform: translateY(-50%);
  font-weight: 700; }
  .section-edge-title ._label {
    position: relative; }
    .section-edge-title ._label:before, .section-edge-title ._label:after {
      position: absolute;
      top: 0;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      width: 50vw;
      height: 1px;
      background-color: var(--tb-primary);
      content: ""; }
    .section-edge-title ._label:before {
      right: calc(100% + 30px); }
    .section-edge-title ._label:after {
      left: calc(100% + 30px); }

.benefits-collapse {
  border-bottom: 1px solid #707070; }
  .benefits-collapse .collapse-toggle {
    padding-bottom: 1rem; }
    .benefits-collapse .collapse-toggle:not(.collapsed) {
      border-bottom: 1px solid var(--tb-primary); }
      .benefits-collapse .collapse-toggle:not(.collapsed) i {
        transform: rotate(45deg); }
    .benefits-collapse .collapse-toggle i {
      transition: all ease .35s; }
  .benefits-collapse .card {
    --bs-card-bg: transparent; }

.landing-page-slider-1 .img-container {
  position: relative;
  padding-bottom: 88%; }
  .landing-page-slider-1 .img-container img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.landing-page-slider-1 .swiper-buttons .swiper-button {
  position: static;
  margin: 0;
  height: auto;
  width: auto; }
  .landing-page-slider-1 .swiper-buttons .swiper-button:after {
    display: none; }

.tune-pedal-controller-container {
  position: relative;
  border: 1px solid var(--tb-primary);
  border-radius: 2rem;
  overflow: hidden; }
  .tune-pedal-controller-container .backdrop-pattern {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 30px;
    right: 30px;
    background-size: cover; }

.tune-pedal-controller {
  --color-race: #e81e27;
  --color-comfort: #65bc48;
  --color-sport: #f79811;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 710px;
  margin: auto; }
  .tune-pedal-controller .controller-buttons[data-mode="0"] .controller-button[data-action] {
    pointer-events: none;
    opacity: .25; }
  .tune-pedal-controller .controller-buttons[data-mode="1"] .btn-controller-mode ._m-line-3 {
    stroke: #65bc48; }
  .tune-pedal-controller .controller-buttons[data-mode="2"] .btn-controller-mode ._m-line-2 {
    stroke: #f79811; }
  .tune-pedal-controller .controller-buttons[data-mode="3"] .btn-controller-mode ._m-line-1 {
    stroke: #e81e27; }
  .tune-pedal-controller .controller-buttons[data-level="-3"] ._n-line-1,
  .tune-pedal-controller .controller-buttons[data-level="-3"] ._n-line-2,
  .tune-pedal-controller .controller-buttons[data-level="-3"] ._n-line-3 {
    stroke: var(--tb-primary); }
  .tune-pedal-controller .controller-buttons[data-level="-2"] ._n-line-1,
  .tune-pedal-controller .controller-buttons[data-level="-2"] ._n-line-2 {
    stroke: var(--tb-primary); }
  .tune-pedal-controller .controller-buttons[data-level="-1"] ._n-line-1 {
    stroke: var(--tb-primary); }
  .tune-pedal-controller .controller-buttons[data-level="1"] ._line-1 {
    stroke: var(--tb-primary); }
  .tune-pedal-controller .controller-buttons[data-level="2"] ._line-1,
  .tune-pedal-controller .controller-buttons[data-level="2"] ._line-2 {
    stroke: var(--tb-primary); }
  .tune-pedal-controller .controller-buttons[data-level="3"] ._line-1,
  .tune-pedal-controller .controller-buttons[data-level="3"] ._line-2,
  .tune-pedal-controller .controller-buttons[data-level="3"] ._line-3 {
    stroke: var(--tb-primary); }
  .tune-pedal-controller .controller-button {
    position: relative;
    padding: 14px; }
    .tune-pedal-controller .controller-button:nth-child(1) ._indicators {
      left: -28px;
      top: 39px;
      transform: rotate(-90deg); }
    .tune-pedal-controller .controller-button:nth-child(2) ._indicators {
      top: -2px;
      left: 0;
      right: 0;
      text-align: center; }
    .tune-pedal-controller .controller-button:nth-child(3) ._indicators {
      right: -28px;
      top: 39px;
      transform: rotate(90deg); }
    .tune-pedal-controller .controller-button ._indicators {
      position: absolute; }
    .tune-pedal-controller .controller-button .btn {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 74px;
      height: 74px;
      border: 1px solid #fff;
      border-radius: 50%;
      color: inherit; }
  .tune-pedal-controller .controller-display {
    position: relative;
    border: 1px solid #707070; }
    .tune-pedal-controller .controller-display .controller-mode {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      font-weight: 500; }
      .tune-pedal-controller .controller-display .controller-mode span {
        display: block;
        transition: all ease .35s; }
      .tune-pedal-controller .controller-display .controller-mode:before {
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 11px;
        width: 0;
        content: "";
        z-index: 1;
        transition: all ease .35s;
        opacity: 0; }
      .tune-pedal-controller .controller-display .controller-mode:after {
        position: absolute;
        top: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
        -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-weight: 300;
        font-family: "Font Awesome 5 Pro";
        content: "\f062";
        opacity: 0; }
      .tune-pedal-controller .controller-display .controller-mode ~ .controller-mode {
        border-left: 1px solid #707070; }
      .tune-pedal-controller .controller-display .controller-mode._mode-0 {
        background-color: #242424; }
      .tune-pedal-controller .controller-display .controller-mode._mode-1 {
        background-color: #363636; }
        .tune-pedal-controller .controller-display .controller-mode._mode-1:before {
          background-color: var(--color-comfort); }
      .tune-pedal-controller .controller-display .controller-mode._mode-2 {
        background-color: #646464; }
        .tune-pedal-controller .controller-display .controller-mode._mode-2:before {
          background-color: var(--color-sport); }
      .tune-pedal-controller .controller-display .controller-mode._mode-3 {
        background-color: #7c7c7c; }
        .tune-pedal-controller .controller-display .controller-mode._mode-3:before {
          background-color: var(--color-race); }
  .tune-pedal-controller .controller-display[data-mode="0"] ._mode-0:before, .tune-pedal-controller .controller-display[data-mode="0"] ._mode-0:after {
    opacity: 1; }
  .tune-pedal-controller .controller-display[data-mode="1"] ._mode-1 {
    color: var(--color-comfort); }
    .tune-pedal-controller .controller-display[data-mode="1"] ._mode-1:before, .tune-pedal-controller .controller-display[data-mode="1"] ._mode-1:after {
      opacity: 1; }
    .tune-pedal-controller .controller-display[data-mode="1"] ._mode-1 span {
      transform: translateY(-4px); }
  .tune-pedal-controller .controller-display[data-mode="2"] ._mode-2 {
    color: var(--color-sport); }
    .tune-pedal-controller .controller-display[data-mode="2"] ._mode-2:before, .tune-pedal-controller .controller-display[data-mode="2"] ._mode-2:after {
      opacity: 1; }
    .tune-pedal-controller .controller-display[data-mode="2"] ._mode-2 span {
      transform: translateY(-4px); }
  .tune-pedal-controller .controller-display[data-mode="3"] ._mode-3 {
    color: var(--color-race); }
    .tune-pedal-controller .controller-display[data-mode="3"] ._mode-3:before, .tune-pedal-controller .controller-display[data-mode="3"] ._mode-3:after {
      opacity: 1; }
    .tune-pedal-controller .controller-display[data-mode="3"] ._mode-3 span {
      transform: translateY(-4px); }
  .tune-pedal-controller .controller-display[data-level="-3"] .controller-mode:before {
    width: 14%; }
  .tune-pedal-controller .controller-display[data-level="-2"] .controller-mode:before {
    width: 26%; }
  .tune-pedal-controller .controller-display[data-level="-1"] .controller-mode:before {
    width: calc(38%); }
  .tune-pedal-controller .controller-display[data-level="0"] .controller-mode:before {
    width: 50%; }
  .tune-pedal-controller .controller-display[data-level="1"] .controller-mode:before {
    width: 66.66%; }
  .tune-pedal-controller .controller-display[data-level="2"] .controller-mode:before {
    width: 83%; }
  .tune-pedal-controller .controller-display[data-level="3"] .controller-mode:before {
    width: calc(100% + 1px); }
  @media (max-width: 575px) {
    .tune-pedal-controller .controller-mode {
      height: 40px;
      font-size: .75rem;
      font-weight: normal !important; } }

.video-container-1 iframe {
  display: block;
  height: 450px;
  width: 100%; }

.configuration-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: 1.75rem;
  color: #000;
  transition: all ease .35s; }
  .configuration-product-card._layout-2 {
    align-items: flex-start; }
  .configuration-product-card .product-title {
    margin-top: 0; }
  .configuration-product-card .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    max-width: 300px;
    text-align: center; }
    .configuration-product-card .product-img img {
      max-height: 100%;
      max-width: 100%; }
  .configuration-product-card .product-specs {
    border-bottom: 1px solid #b2b2b2; }
    .configuration-product-card .product-specs .spec-item {
      display: flex;
      align-items: center;
      justify-content: center;
      font-variant-numeric: tabular-nums; }
    .configuration-product-card .product-specs .spec-item + .spec-item {
      border-left: 1px solid #b2b2b2; }
  .configuration-product-card .ribbon-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    transform: translate(40%, -68%) rotate(47deg);
    transform-origin: top left;
    padding: 4px 30px;
    width: 300px;
    text-align: center;
    background-color: var(--tb-primary);
    font-weight: 600;
    text-transform: uppercase;
    color: #fff; }
    .configuration-product-card .ribbon-tag:before, .configuration-product-card .ribbon-tag:after {
      position: absolute;
      content: ""; }
    .configuration-product-card .ribbon-tag:before {
      top: -7px;
      left: 2px;
      border-top: 7px solid transparent;
      border-right: 31px solid #a2640c;
      transform: skewX(317deg); }
    .configuration-product-card .ribbon-tag:after {
      top: -7px;
      right: 4px;
      border-top: 7px solid transparent;
      border-left: 35px solid #a2640c;
      transform: skewX(47deg); }
  .configuration-product-card .checklist {
    font-size: .75rem; }
    .configuration-product-card .checklist li:before {
      margin-right: .5rem;
      font-family: "Font Awesome 5 Pro";
      font-weight: 700;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      content: "\f00c";
      color: var(--tb-primary); }
  .configuration-product-card .btn {
    --bs-btn-padding-y: .75rem;
    --bs-btn-padding-x: .25rem;
    font-size: .875rem;
    min-height: 0 !important;
    font-weight: 600; }
  @media (min-width: 992px) {
    .configuration-product-card._layout-2 {
      min-height: 390px;
      padding: 1.75rem 2rem; }
      .configuration-product-card._layout-2 .product-img {
        height: 150px; } }
  @media (max-width: 1199px) {
    .configuration-product-card .btn {
      font-size: .75rem; } }
  @media (max-width: 991px) {
    .configuration-product-card._layout-2 {
      text-align: center; }
      .configuration-product-card._layout-2 .product-img {
        height: 190px; } }

.quick-config-toggle {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1030;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #000;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.48);
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer; }
  .quick-config-toggle img {
    height: 35px;
    margin-right: 12px; }
  @media (min-width: 576px) {
    .quick-config-toggle {
      bottom: 200px;
      width: 90px;
      height: 130px;
      padding: 0 10px;
      font-size: 12px;
      line-height: 1.2;
      border-top: 0;
      flex-direction: column; }
      .quick-config-toggle img {
        height: 40px;
        margin-right: 0; } }
  @media (min-width: 768px) {
    .quick-config-toggle {
      padding: 0 30px;
      line-height: 1.4;
      width: 140px;
      height: 170px;
      font-size: 14px; }
      .quick-config-toggle img {
        height: 50px; } }

.iframe-page-modal .modal-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all ease .35s;
  background-color: #080808; }
  .iframe-page-modal .modal-loader.done {
    opacity: 0;
    pointer-events: none; }
.iframe-page-modal .modal-header {
  position: relative;
  z-index: 2;
  padding: 0;
  border: 0; }
  .iframe-page-modal .modal-header .btn-close {
    position: absolute;
    z-index: 3;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    padding: 0;
    background: none;
    background-color: var(--tb-primary);
    mask-image: url("/img/icon-times-dark.svg");
    -webkit-mask-image: url("/img/icon-times-dark.svg");
    opacity: 1;
    color: var(--tb-primary);
    border: 0;
    cursor: pointer; }
.iframe-page-modal .modal-dialog {
  --bs-modal-width: none;
  border: 1px solid rgba(128, 128, 128, 0.514);
  margin: .5rem !important; }
.iframe-page-modal .modal-body {
  padding: 0; }
  .iframe-page-modal .modal-body::-webkit-scrollbar {
    width: 6px; }
  .iframe-page-modal .modal-body::-webkit-scrollbar-track {
    background: #000; }
  .iframe-page-modal .modal-body::-webkit-scrollbar-thumb {
    background: #282828; }
.iframe-page-modal .modal-content {
  border-radius: 0; }
.iframe-page-modal iframe html::-webkit-scrollbar,
.iframe-page-modal iframe body::-webkit-scrollbar {
  width: 6px; }
.iframe-page-modal iframe html::-webkit-scrollbar-track,
.iframe-page-modal iframe body::-webkit-scrollbar-track {
  background: #000; }
.iframe-page-modal iframe html::-webkit-scrollbar-thumb,
.iframe-page-modal iframe body::-webkit-scrollbar-thumb {
  background: #282828; }
@media (min-width: 576px) {
  .iframe-page-modal .modal-dialog {
    margin: 2rem !important; } }

.star-rating-component {
  display: flex; }
  .star-rating-component[data-rating="1"] i:nth-child(1) {
    font-weight: 900; }
  .star-rating-component[data-rating="2"] i:nth-child(-n+2) {
    font-weight: 900; }
  .star-rating-component[data-rating="3"] i:nth-child(-n+3) {
    font-weight: 900; }
  .star-rating-component[data-rating="4"] i:nth-child(-n+4) {
    font-weight: 900; }
  .star-rating-component[data-rating="5"] i:nth-child(-n+5) {
    font-weight: 900; }
  .star-rating-component i {
    margin-right: 15px; }

.tnb-teaser-boxes img.lazy.loading,
.tnb-product-title img.lazy.loading {
  width: 1px;
  height: 1px; }

.quick-cart {
  position: fixed;
  transform: translateX(100%);
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  max-width: 750px;
  padding: 25px;
  background-color: #2c2c2c;
  color: #fff;
  transition: all ease .35s; }
  .quick-cart.active {
    transform: translateX(0); }
  .quick-cart .product-img {
    height: 150px;
    text-align: center; }
    .quick-cart .product-img img {
      max-height: 100%; }
  .quick-cart hr {
    border-color: #707070;
    opacity: 1; }
  .quick-cart .quick-cart-toggle {
    cursor: pointer; }
  .quick-cart .overflow-auto {
    height: calc(100% - 65px); }

.qty-input-component {
  position: relative;
  background-color: #fff; }
  .qty-input-component .btn,
  .qty-input-component .form-control {
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    border: 0;
    height: 50px; }
  .qty-input-component .btn {
    color: #333; }
  .qty-input-component input {
    width: 50px;
    text-align: center;
    color: var(--tb-primary); }
  .qty-input-component input::-webkit-outer-spin-button,
  .qty-input-component input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.fullpage-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  transition: all ease .35s;
  background-color: #080808; }
  .fullpage-loader.done {
    pointer-events: none;
    opacity: 0; }

#product-reviews-section #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0; }
#product-reviews-section #reviews h2 small a {
  text-decoration: none;
  color: #767676; }
#product-reviews-section #reviews h3 {
  margin: 0; }
#product-reviews-section #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0; }
#product-reviews-section #reviews #comment {
  height: 75px; }
#product-reviews-section #reviews #comments .add_review::after,
#product-reviews-section #reviews #comments .add_review::before {
  content: " ";
  display: table; }
#product-reviews-section #reviews #comments .add_review::after {
  clear: both; }
#product-reviews-section #reviews #comments h2 {
  clear: none; }
#product-reviews-section #reviews #comments ol.commentlist {
  margin: 0;
  width: 100%;
  background: 0 0;
  list-style: none; }
#product-reviews-section #reviews #comments ol.commentlist::after,
#product-reviews-section #reviews #comments ol.commentlist::before {
  content: " ";
  display: table; }
#product-reviews-section #reviews #comments ol.commentlist::after {
  clear: both; }
#product-reviews-section #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0; }
#product-reviews-section #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em; }
#product-reviews-section #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: #ebe9eb;
  border: 1px solid #e4e1e3;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
#product-reviews-section #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0; }
#product-reviews-section #reviews #comments ol.commentlist li .comment-text::after,
#product-reviews-section #reviews #comments ol.commentlist li .comment-text::before {
  content: " ";
  display: table; }
#product-reviews-section #reviews #comments ol.commentlist li .comment-text::after {
  clear: both; }
#product-reviews-section #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em; }
#product-reviews-section #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em; }
#product-reviews-section #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px; }
#product-reviews-section #reviews #comments ol.commentlist ul.children .star-rating {
  display: none; }
#product-reviews-section #reviews #comments ol.commentlist #respond {
  border: 1px solid #e4e1e3;
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px; }
#product-reviews-section #reviews #comments .commentlist > li::before {
  content: ""; }
#product-reviews-section .star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 12px;
  width: 5.4em;
  font-family: star; }
#product-reviews-section .star-rating::before {
  content: "\73\73\73\73\73";
  color: inherit;
  opacity: 0.2;
  top: 0;
  left: 0;
  position: absolute; }
#product-reviews-section .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #ffb05e; }
#product-reviews-section .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0; }
#product-reviews-section .star-rating {
  font-size: 22px;
  height: 22px;
  line-height: 1;
  width: 120px; }
  #product-reviews-section .star-rating span {
    padding-top: 22px; }

.reviews .review-item {
  border-bottom: 1px solid #616161; }

#details-collapse.show ~ a {
  display: none !important; }

#details-collapse.show + a {
  display: block !important;
  margin-top: 1rem; }

/*# sourceMappingURL=app.css.map */
