:root {
  --colour-main: rgb(0, 0, 0);
  --colour-main-hover: rgb(78, 78, 78);
  --colour-secondary: rgb(100, 100, 100);
  --colour-grey: rgb(243, 243, 243);
  --colour-grey-hover: rgba(243, 243, 243, 0.9);
  --colour-alternative: rgb(247, 230, 240);
  --colour-text: rgb(38, 38, 38);
  --colour-text-hover: rgba(38, 38, 38, 0.85);
  --colour-text-label: rgba(38, 38, 38, 0.65);
  --colour-background: rgb(255, 255, 255);
  --colour-background-light: rgb(243, 244, 246);
  --colour-background-light-hover: rgb(249, 249, 249);
  --colour-red: rgb(238, 29, 36);
  --colour-red-dark: rgb(195, 0, 12);
  --btn-letter-spacing: 0.12rem;
  --btn-font-weight: 600;
  --btn-icon-colour: rgba(222, 226, 230, 1);
  --btn-icon-colour-hover: rgb(190, 194, 197);
  --shadow-1: rgba(0, 0, 0, 0.07) 0px 3px 8px;
  --shadow-2: rgba(149, 157, 165, 0.12) 0px 8px 24px;
  --shadow-3: rgba(149, 157, 165, 0.09) 0px 8px 24px;
  --border-grey: rgb(234, 238, 242);
  --border-radius-lg: 8px; /* Default 8 */
  --border-radius-md: 6px; /* Default 6 */
  --border-radius-sm: 4px; /* Default 4 */
  overflow-x: hidden;
}
/* symbols */
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 200,
  'opsz' 24;

  vertical-align: middle;
  padding-bottom: 2px;
}
:where(header, #app-search) .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24;

  /* font-size: 1.6rem; */
}
:where(.btn-cart) .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24;

  font-size: 1.3rem;
}
:where(.add-on-deals) .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 200,
  'opsz' 48;

  font-size: 1.8rem;
}
:where(.heading-title) .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;

  color: var(--colour-text);
  font-size: 2rem;
}
:where(#account-account) .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;

  color: var(--colour-text);
  font-size: 2rem;
}
:where(#account-motorbike) .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}
hr {
  background-color: rgb(190, 190, 190);
}
body {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #666;
  font-size: 0.8rem;
  line-height: 1.25rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter';
  color: var(--colour-text);
}
.fa {
  font-size: 0.875rem;
}
.display-5, .display-6 {
  font-family: 'Inter';
}
.heading {
  font-family: 'Inter';
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
a {
  font-size: 0.95rem;
  color: var(--colour-text);
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: var(--colour-text-hover);
}
p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: var(--colour-text);
}
li {
  font-size: 0.95rem;
  line-height: 1.5rem;
}
legend {
  font-size: 1.125rem;
  padding: 7px 0px
}
label {
  font-size: 0.95rem;
  color: var(--colour-text);
  font-weight: 600;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 1rem;
}
.form-control::placeholder {
  color: #ccc;
  font-size: 0.9rem;
}
.form-control:focus {
  border: 1px solid #ced4da;
  box-shadow: inherit;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 0.9rem;
}
.input-group .input-group-addon {
  font-size: 0.75rem;
  height: 1.875rem;
}
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}
div.required .control-label:before, div.required .form-label:before, div.form-floating.required label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}
.store-message {
  font-weight: 400;
  color: var(--colour-alternative);
  background: #000000;
  margin-bottom: 12px;
  a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8rem;
  }
}
/* header */
header {
  background-color: #fff;
}
header a {
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
}
header a:hover {
  text-decoration: none;
}
header .header-link {
  font-weight: 400;
  color: #262626;
  text-transform: uppercase;
  font-size: 1rem;
}
.app-tooltip {
  position: relative;
  display: inline-block;
}
.app-tooltip .app-tooltip-body {
  visibility: hidden;
  color: #fff;
  background-color: #fff;
  box-shadow: var(--shadow-1);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 999;
  top: 125%;
  right: 0; /* align to the right edge of the parent */
  transform: none; /* remove translateX */
  opacity: 0;
  transition: opacity 0.3s;
  max-width: 90vw;
}
.app-tooltip:hover .app-tooltip-body {
  visibility: visible;
  opacity: 1;
}
/* menu */
#menu {
  border-top: 1px solid var(--colour-grey);
  background-color: #fff;
  min-height: 40px;
  border-bottom: 1px solid var(--colour-grey);
}
#menu .navbar-nav {
  overflow-x: hidden;
  scroll-snap-type: x proximity;
}
.scroll-buttons {
  display: none;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 2px solid var(--colour-grey);
}
.navbar-nav-container.scroll-active .scroll-buttons {
  display: flex;
}
#menu .nav-item {
  scroll-snap-align: start;
}
#menu .nav-link {
  color: var(--colour-text);
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
}
#menu .nav-link:hover {
  text-decoration: underline;
}
#menu .navbar-toggler:focus {
  box-shadow: none !important;
}
#menu.onhover {
  padding: 8px 0px;
  box-shadow: var(--shadow-1);
}
#menu .megamenu .dropdown-inner .nav-link {
  color: #000000;
  font-size: 0.875rem;
}
#menu li.megamenu {
  position: static;
}
#menu li.megamenu > .dropdown-menu {
  border-radius: 0px;
  width: 100%;
  border-top: 0px;
  /* text-align: center; */
  left: 0;
  right: 0;
  margin-left: 0 !important;
  border-left: 0;
  border-right: 0;
}
#menu li.megamenu > .dropdown-menu > .dropdown-inner {
  display: inline-block;
}
#menu .dropdown-menu-style {
  box-shadow: var(--shadow-1);
  max-height: calc(80vh);
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* content */
#content {
  flex: 1;
  min-height: 600px;
}
:is(#product-category, #information-information) #content {
  font-size: 0.813rem;
}
/* product */
#product-product :is(.price, .price-after) {
  font-family: 'Inter';
  font-weight: 700;
  color: var(--colour-text);
}
#product-product .manufacturer {
  font-size: 1.5rem;
}
#product-product .price {
  font-size: 1.6rem !important;
  font-weight: 500;
}
#product-product .price-before {
  font-weight: 600;
  color: #a0a0a0;
}
.card-mobile {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#add-on-deals .divider-left {
  height: 80%;
  width: 2px;
  border: 1px solid var(--colour-grey-hover);
}
:is(#product-product, #offcanvas-product) .price-after {
  color: var(--colour-main);
}
#carousel-thumbs .swiper-pagination.carousel-thumbs {
  bottom: 24px;
}
#offcanvas-product .offcanvas-body > #product {
  max-height: calc(100vh / 3);
  overflow-y: auto;
  overflow-x: hidden;
}
#offcanvas-product {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
#product-product #offcanvas-product .price {
  font-size: 1.4rem !important;
}
#product-product .tag-text {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--colour-text);
}
.price-group {
  height: auto;
  /* min-height: 80px; */
}
:where(#product-product, .stepper-group) .quantity {
  text-align: center;
  border-radius: 0;
  /* max-width: 80px; */
  /* border: 1px solid var(--colour-main); */
  border: 0;
  border-top: 1px solid var(--colour-main);
  border-bottom: 1px solid var(--colour-main);
}
@media screen and (max-width: 991px){
  :where(#product-product, .stepper-group) .quantity {
    border: 1px solid var(--colour-main) !important;
  }
}
:where(#product-product, .stepper-group) .quantity:focus {
  border: 0;
  border-top: 1px solid var(--colour-main);
  border-bottom: 1px solid var(--colour-main);
}
#product-product .btn-outline, .stepper-group .btn-outline {
  box-shadow: none;
}
.stepper {
  width: 48px;
}
.stepper:first-child {
  border-right: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.stepper:last-child {
  border-left: 0px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mobile-product .stepper {
  padding: 0;
  width: 32px;
  height: 32px;
}
.mobile-product .quantity {
  /* border: 0px !important; */
}
.mobile-product :is(.stepper) {
  border: 1px solid var(--colour-main);
  font-size: 1.5rem;
}
.mobile-product .quantity {
  border: 0;
  font-size: 1.3rem;
  width: calc(100vw/6);
}
#product-product .quantity {
  min-width: 80px;
}
#variations .control-label {
  text-transform: uppercase;
  font-weight: 700;
}
:is(.variation-option, .add-on-variation-option) {
  display: inline-block;
  border: 1px solid #aaaaaa;
  cursor: pointer;
  text-align: center;
  min-width: 100px;
  font-size: 0.9rem;
  border-radius: var(--border-radius-sm);
  position: relative;
}
:is(.variation-option, .add-on-variation-option) img {
  margin: auto;
  width: 100px;
  height: 100px;
}
.mobile-product .variation-option, .mobile-product .add-on-variation-option {
  min-width: 60px;
  font-size: 0.8rem;
}
.mobile-product .variation-option img, .mobile-product .add-on-variation-option img {
  width: 60px;
  height: 60px;
}
:is(.variation-option, .add-on-variation-option).active {
  opacity: 1;
  border: 2px solid var(--colour-main);
  font-weight: 600;
}
:is(.variation-option, .add-on-variation-option) .fa-check {
  display: none;
}
.variation-option.active div > div {
  margin:1px;
  background-color: var(--colour-text);
  color: #fff;
}
/* .variation-option.active .fa-check, .add-on-variation-option.active .fa-check {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 2px 6px;
  font-size: 1rem;
  border-top-left-radius: 2px;
  background-color: var(--colour-main);
  color: #fff;
} */
.variation-option.disabled:not(.active), .add-on-variation-option.disabled:not(.active) {
  opacity: 0.6;
  cursor: not-allowed;
}
.modal-title {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 1.3rem;
}
.modal-content {
  border-radius: 10px;
  box-shadow: var(--shadow-1);
}
.badge {
  color: var(--colour-main);
  border: 1px solid var(--colour-main);
  padding: 4px 12px;
  margin: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f4e6ef;
  z-index: 30;
}
#checkout-cart .promotion-badge {
  border: 2px solid var(--colour-main);
}
.promotions b {
  color: var(--colour-main);
  font-size: 0.9rem;
}
.promotion-badge, .promotion-badge-inactive, .promotion-badge-active {
  color: var(--colour-main);
  border: 1px solid var(--colour-main);
  margin: 4px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f4e6ef;
  a {
    display: block;
    padding: 2px 16px;
    font-size: 0.75rem;
    text-decoration: none !important;
  }
}
.promotion-badge-mobile {
  color: var(--colour-main);
  border: 1px solid var(--colour-main);
  margin: 2px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #f4e6ef;
  a {
    color: var(--colour-main);
    display: block;
    padding: 1px 8px;
    font-size: 0.75rem;
    text-decoration: none !important;
  }
}
.promotion-badge-active {
  background-color: var(--colour-main);
  a, span {
    color: #fff;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
  }
}
.promotion-badge-inactive {
  background-color: #fff;
  border: 2px solid var(--colour-grey);
  a {
    font-size: 0.75rem !important;
    font-weight: 500 !important;
  }
}
.promotion-badge a {
  color: var(--colour-main);
}
.promotion-badge-inactive a {
  color: var(--colour-text-hover);
}
:is(.promotion-badge, .promotion-badge-inactive) a:hover {
  text-decoration: underline !important;
}
.promotions .promotion-badge a {
  font-size: 1rem;
}
/* footer */
footer {
  padding-top: 1.875rem;
  background-color: var(--colour-main);
  border-top: 1px solid #ddd;
  color: #ffffff;
  li {
    font-size: 0.83rem;
  }
  a:hover {
    opacity: 0.8;
    color: #fff;
  }
}
footer i {
  font-size: 1.125rem;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  font-size: 0.85rem;
  line-height: 1.8rem;
  color: #ffffff;
}
footer h5 {
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 14px;
}
footer p {
  color: #ffffff;
  font-weight: 400;
  font-size: 0.85rem;
}
.flex-gap {
  gap: 2.5rem;
}
.footer-text {
  max-width: 350px;
  font-size: 0.83rem;
  line-height: 1.6rem;
}
.footer-bottom {
  background-color: var(--colour-main);
  color: #fff;
  font-size: 0.9rem;
}
.footer-bottom i {
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .flex-gap {
    gap: 6px;
  }
  .footer-text {
    max-width: 100%;
  }
}
/* alert */
.alert {
  font-size: 1rem;
}
/* breadcrumb */
.breadcrumb {
  margin: 20px 0px;
  padding: 8px 0;
  text-transform: uppercase;
}
.breadcrumb i {
  font-size: 0.938rem;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 6px;
  position: relative;
}
.breadcrumb > li + li:before {
  font-family: 'FontAwesome';
  content: '\f101';
  padding-right: 8px;
}
.breadcrumb li:last-child {
  font-weight: 700;
}
.breadcrumb li:first-child {
  padding-left: 0;
  font-weight: 400;
}
input[type="checkbox"] {
  accent-color: var(--colour-main);
}
.form-check-input:checked {
  background-color: var(--colour-main);
  border-color: var(--colour-main);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;
}
.pagination {
  display: inline-block;
  border-radius: var(--border-radius-sm);
  background-color: var(--colour-grey);
}
.pagination li, .pagination a {
  color: black;
  float: left;
  font-size: 1rem;
  height: 48px;
  width: 60px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
}
.pagination li:hover:last-child, .pagination li.active:last-child {
  background-color: var(--colour-main);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination li:hover:first-child, .pagination li.active:first-child {
  background-color: var(--colour-main);
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px;
}
.pagination li.active:not(:first-child):not(:last-child), .pagination li:hover:not(:first-child):not(:last-child), .pagination a:hover:not(:first-child):not(:last-child) {
  background-color: var(--colour-main);
}
.pagination li.active, .pagination li:hover, .pagination a:hover {
  color: var(--colour-grey);
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  font-size: 0.8rem;
  border-radius: var(--border-radius-sm);
  text-transform: uppercase;
  letter-spacing: var(--btn-letter-spacing);
  font-weight: var(--btn-font-weight);
  line-height: 1.6rem;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  padding: 6px 26px;
}
.btn:hover {
  box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
}
.btn:focus {
  box-shadow: unset;
}
.btn-xs {
  font-size: 0.563rem;
}
.btn-sm {
  font-size: 0.638rem;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 0.938rem;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 0.75rem;
}
.btn-group > .btn-xs {
  font-size: 0.563rem;
}
.btn-group > .btn-sm {
  font-size: 0.638rem;
}
.btn-group > .btn-lg {
  font-size: 0.938rem;
}
.btn-outline {
  background-color: #fff;
  border-color: var(--colour-main);
  color: var(--colour-main);
}
.btn-outline:hover {
  background-color: var(--colour-main);
  text-decoration: none;
  color: var(--colour-alternative);
}
.btn-outline:focus {
  background-color: #fff;
  color: var(--colour-main);
}
.btn-outline:active {
  background-color: var(--colour-main);
  color: var(--colour-alternative);
}
.btn-default {
  color: #777;
  background-color: #e7e7e7;
}
.btn-primary {
  color: #ffffff;
  border: 0;
  background-color: var(--colour-main);
  border-radius: var(--border-radius-sm);
  font-weight: 400;
}
.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: var(--colour-main-hover);
  background-position: 0 -15px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  background-color: #da4f49;
  border: 0;
}
.btn-success {
  color: #ffffff;
  border: 0;
  background-color: #5bb75b;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  background-color: #df5c39;
}
.btn-info:hover {
  color: #ffffff;
}
.btn-link {
  border: 0;
  cursor: pointer;
  color: var(--colour-main);
  text-decoration: none;
  border-radius: 0;
}
.btn-link, .btn-link:hover, .btn-link:active, .btn-link[disabled] {
  color: var(--colour-main-hover) !important;
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-unset {
  all: unset;
  cursor: pointer;
  line-height: 0 !important;
}
.btn-unset:hover, .btn-unset:active, .btn-unset.active, .btn-unset.disabled, .btn-unset[disabled] {
  all: unset;
}
/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}
.swiper-button-next:before, .swiper-button-prev:before {
  color: var(--colour-text) !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--colour-text) !important;
  width: 24px !important;
}
.swiper-pagination-bullet:hover {
  background-color: var(--colour-text) !important;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
.category-card-img {
  /* height: 50%;
  width: 50%;
  max-height: 140px;
  max-width: 140px; */
}
:is(.manufacturer-index, .manufacurer-title, .manufacturer-name) {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1rem;
}
.manufacturer-index {
  color: #000;
}
.manufacurer-title {
  margin: 12px 0px;
  scroll-margin-top: 80px;
}
.manufacturer-name {
  text-transform: uppercase;
  font-weight: 400;
  margin: 12px 0px;
}
.manufacturer-hr {
  background-color: rgb(208, 208, 208);
}
.featured-link-title {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1rem;
}
.featured-link-description {
  color: var(--colour-text);
  padding: 0 4px;
  font-size: 0.9rem;
  font-weight: 400;
}
.feature-title {
  font-family: 'Inter';
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--colour-text);
}
.category-card div {
  /* background-color: var(--colour-grey); */
}
.category-card .category-name {
  font-size: 0.70rem;
  font-weight: 500;
  font-family: 'Inter';
  color: #000000;
  word-wrap: break-word;
}
.category-box {
  min-height: calc(10vh);
  display: inline-block;
  /* border: 1px solid var(--border-grey); */
}
.category-card {
  border: 1px solid var(--border-grey);
  background-color: #F3F3F3;
  width: 30%;
}
.category-card:hover {
  border: 1px solid var(--colour-text-hover);
  transition: all 0.3s ease-in;
}
.category-card-img {
  border-radius: var(--border-radius-sm);
  overflow: hidden;
}
.category-card-img img {
  object-fit: cover;
}
.category-with-img, .category-with-img:hover {
  border: 1px solid transparent !important;
}
.swiper-viewport {
  border: 1px !important;
  box-shadow:0 0 0 rgba(0,0,0,0) !important;
}
.swiper-slide-mobile {
  width: fit-content !important;
  min-width: 130px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: var(--colour-main);
}
/* product list */
.product-thumb {
  margin-bottom: 8px;
  display: flex;
  flex-flow: column;
  gap: 4px;
}
.product-layout .image-container {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--border-radius-md);
}
.product-layout .cart {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: relative;
}
.product-layout:hover .cart {
  opacity: 1;
  visibility: visible;
}
.product-layout .card img + img {
  position: absolute;
  top: 0;
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-layout .card:hover img + img {
  opacity: 1;
  transform: scale(1.03);
  transition: transform 0.5s ease;
}
.product-layout .card:hover img:only-child {
  transform: scale(1.03);
  transition: transform 0.5s ease;
}
/* .product-layout .card:hover img:first-child:not(:only-child) {
  opacity: 0;
} */
.product-layout .btn {
  line-height: 1.5;
}
.product-layout .card-body {
  padding: 1rem 0.2rem;
}
/* Alternative for 'badge rounded-pill' */
.product-tag {
  color: #fff;
  background-color: var(--colour-red);
  padding: 4px 18px;
  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 30;

  /* border-bottom-right-radius: 12px; */
  /* border-top-left-radius: var(--border-radius-md); */
}
.tag {
  font-weight: 700;
  text-transform: uppercase;
}
.product-layout .product-tag {
  background-color: var(--colour-red-dark);
}
.product-thumb .text-title a {
  letter-spacing: 0.02rem;
  color: var(--colour-text);
  font-size: 0.85rem;
  font-weight: 500;
  /* text-transform: uppercase; */
  /* min-height: 56px; */
}
.product-thumb .text-title a:hover {
  color: var(--colour-secondary);
}
.text-title-mobile {
  white-space: nowrap;
  word-break: break-word;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wishlist {
  font-size: 1.3rem;
  z-index: 12;
  color: var(--colour-main);
  cursor: pointer;
}
.share {
  cursor: pointer !important;
}
.text-brand {
  margin-top: 8px;
  margin-bottom: 4px;
}
.text-brand a, .text-category {
  font-size: 0.75rem;
  letter-spacing: 0.06rem;
  font-weight: 700;
  color: var(--colour-text);
  text-transform: uppercase;
  z-index: 12;
}
.text-brand a:hover {
  color: var(--colour-secondary)
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}
:is(.product-layout, #product-related, .promotion-layout, .community-layout, .manufacturer-card, .category-card) .card {
  border: 0;
}
.col-category {
  width: 20%;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .caption {
  padding: 0 20px;
  min-height: 180px;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: var(--colour-main);
  font-size: 0.8rem;
}
.rating .fa-star + .fa-star-o {
  color: var(--colour-main-hover);
}
.rating-author {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}
.fa-stack {
  width: 0.75rem;
}
.product-rating .fa-star, .product-rating .fa-star-o {
  font-size: 1rem !important;
}
.product-rating .fa-stack {
  width: 1.2rem;
}
.product-rating-btn {
  padding-top: 2px;
  cursor: pointer;
  text-transform: capitalize;
  color: var(--colour-main);
  text-decoration: underline;
  font-weight: 500;
}
.product-rating-btn:hover {
  color: var(--colour-main-hover);
}
.product-rating b {
  color: #000;
  font-size: 2.5rem;
}
#description-block .nav-item button {
  text-transform: uppercase;
}
#description-block .nav-item .active {
  text-decoration: underline;
  color: var(--colour-main);
  background-color: transparent;
  font-weight: 700;
}
#review-block, #description-block {
  background: rgb(248, 249, 250);
}
.review-filter .input-group-text {
  min-width: 80px;
}
.review-filter .form-select {
  min-width: 20vw;
}
h2.price {
  margin: 0;
  /* min-height: 50px; */
}
.product-thumb-price {
  font-size: 1rem !important;
  font-weight: 700;
  color: var(--colour-text);
}
.product-thumb-price-mobile {
  font-size: 1.1rem !important;
  font-weight: 700;
  color: var(--colour-text);
}
.product-thumb .price-new, .price-new {
  font-weight: 700;
  color: #C3000C;
  font-family: 'Inter';
}
.product-thumb .price-old, .price-old {
  color: var(--colour-text);
  font-size: 1rem !important;
  font-weight: 400;
  text-decoration: line-through;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  display: block;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
#product-product .thumbnails .image-additional a {
  border: 2px solid transparent;
}
#product-product .thumbnails .active a {
  border: 2px solid var(--colour-main);
  border-radius: var(--border-radius-sm);
}
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear:left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear:left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear:left;
  }
}
@media (max-width: 780px) {
  .swiper-pagination {
    position: relative !important;
  }
}
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child .col-sm-4, html[dir=rtl] .container .row:first-child .col-sm-5 {
  float: right;
}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;
}
:is(#cart, #mobile-cart) .cart-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 50%;
}
.cart-footer {
  font-size: 1rem;
}
.reward-available {
  font-size: 0.8rem;
}
.rewards .img-fluid {
  background-color: #F7E6F0;
}
:is(.rewards, .coupons) .card-title {
  font-family: 'Inter';
  font-size: 1.1rem;
  font-weight: 600;
}
:is(.rewards, .coupons) .card {
  height: 100%;
}
:is(.coupons, #modal-coupon) .coupon-image {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}
.coupons .card:hover {
  cursor: pointer;
  box-shadow: var(--shadow-1);
  transition: all 0.3s ease-in;
}
/* Cart Notification */
.cart-notification {
  position: fixed;
  top: 32px;
  right: 20px;
  width: 35vw;
  min-width: 300px;
  border: 2px solid var(--colour-main);
  border-radius: 6px;
  z-index: 99999;
  background: #ffffff;
  color: #000000;
}
.cart-notification-mobile {
  width: 90% !important;
  margin: auto;
  right: 0;
  left: 0;
}
.cart-notification h5 {
  color: var(--colour-text);
  font-weight: 700;
}
.cart-notification a {
  font-weight: 600;
}
.added-quantity {
  border: 1px solid var(--colour-main);
}
.added-quantity :is(.btn-outline, .form-control) {
  border: 0;
  box-shadow: none;
}
.added-quantity .form-control {
  background-color: #fff;
  font-weight: 600;
}
#offcanvas-cart-label {
  font-family: 'Inter';
  font-weight: 700;
  font-size: 1.65rem;
}
.cart-body a {
  font-size: 0.95rem;
  font-weight: 700;
}
.cart-body .btn-remove {
  box-shadow: none;
  padding: 0;
  font-size: 1rem;
}
.cart-body .btn-remove:hover {
  color: var(--colour-main);
}
@media (min-width: 768px) {
  html[dir=rtl] .navbar-nav {
    float: right;
    margin: 0;
  }
  html[dir=rtl] .navbar-nav > li {
    float: right;
  }
}
.svg-block {
  max-width: 36px;
}
/* newsletter & search */
.newsletter {
  padding: 48px 12px;
  background-color: var(--colour-alternative);
  color: var(--colour-text);
}
.newsletter .input-group {
  max-width: 460px !important;
}
:is(#search, .newsletter) .input-group:hover button {
  color: var(--btn-icon-colour-hover) !important;
}
:is(#search, .newsletter) .input-group input:focus + button {
  color: var(--btn-icon-colour-hover) !important;
}
:is(#search, .newsletter) button {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: var(--btn-icon-colour) !important;
  border-left: 0px;
}
.newsletter p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 1.1rem;
  color: #000;
}
/* container */
@media (min-width: 576px) {
  .container, .container-sm {
    min-width: 540px;
  }
}
#btn-to-top {
  display: none;
  position: fixed;
  bottom: 5vh;
  right: 30px;
  z-index: 99;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  border: none;
  outline: none;
  padding: 10px 12px;
  background-color: var(--colour-main);
  color: white;
  cursor: pointer;
  border-radius: var(--border-radius-sm);
}
#btn-to-top:hover {
  background-color: var(--colour-main-hover);
}
.list-group-item {
  padding: 12px !important;
}
.list-group-item:hover {
  text-decoration: none;
}
.list-group-item.active {
  font-weight: 600;
}
.product-info .description h3 {
  font-weight: 700;
  font-family: 'Inter';
  margin-bottom: 12px;
}
.form-check-label {
  width: 100%;
  cursor: pointer;
}
/* iti telephone */
.iti {
  width: 100%;
}
/* store locator */
#google-map {
  border-radius: var(--border-radius-lg);
  height: 65vh;
  box-shadow: var(--shadow-1);
}
#locations {
  width: 100%;
  height: 470px;
  overflow: auto;
}
.location {
  border-bottom: 1px solid #dddddd;
  padding: 12px;
  cursor: pointer;
  margin: 8px 0;
}
.location i {
  color: var(--colour-main);
}
.location span {
  color: var(--colour-text)
}
.location.active, .location.active p, .location.active span, .location.active i, .location:hover, .location:hover p, .location:hover span, .location:hover i {
  color: #fff;
  background-color: var(--colour-text);
  border-radius: var(--border-radius-md);
}
/* community & information promotion */
:is(.community-layout, .promotion-layout) span {
  color: var(--colour-text);
  font-size: 0.9rem;
}
:is(.community-layout, .promotion-layout) img {
  border-radius: var(--border-radius-sm);
  transition: transform 0.3s ease-in;
}
:is(.community-layout, .promotion-layout):hover img {
  border-radius: var(--border-radius-sm);
  transform: scale(1.03);
}
:is(.community-layout, .promotion-layout) .card-body {
  padding: 0;
}
.community-layout .title {
  font-family: 'Inter';
}
#community .categories a {
  color: var(--colour-text);
}
#community-carousel h2 {
  font-family: 'Inter';
  font-weight: 700;
}
#community-carousel .badge {
  padding: 8px 12px;
  font-size: 1.1rem;
}
#community-carousel:hover {
  cursor: pointer;
}
/* hero banner */
.hero-banner-context {
  width: 50%;
  background-color: #fff;
  border-radius: var(--border-radius-md);
}
#hero-banner-carousel p {
  color: inherit;
}
:is(.invalid-feedback, .text-danger) {
  font-size: 1rem;
}
/* account */
#account-account :is(h3, .account-card) {
  font-family: 'Inter';
}
#account-account h3 {
  font-weight: bold;
}
#account-account a:hover {
  text-decoration: none !important;
}
#account-account .account-card {
  border: 1px solid rgba(0,0,0,.125);
  /* background-color: var(--colour-background-light); */
}
#account-account .account-card:hover {
  background-color: var(--colour-background-light-hover);
}
#account-account .account-card .title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
}
#account-account .card-body b {
  color: var(--colour-text);
}
:where(#account-edit, #account-register) :is(small, .terms label) {
  font-size: 0.9rem;
  font-weight: 400;
}
.account-card small {
  font-weight: 600;
  color: var(--colour-text-hover);
}
.account-summary {
  background-color: var(--colour-main);
}
.account-summary p {
  color: var(--colour-background-light);
}
.account-summary .account-summary-content {
  font-weight: 500;
  color: var(--colour-background);
  font-size: 1rem;
}
#account-address .form-switch.form-switch-md {
  margin-bottom: 1rem;
}
#account-address .form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
  margin-top: 0;
  margin-right: 12px;
}
/* coupon */
#account-coupon .opacity-50 {
  opacity: 0.5;
  cursor: none;
}
#account-coupon .opacity-50 a:hover {
  cursor: not-allowed;
  text-decoration: none;
}
.coupons .opacity-50 .card {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: none;
}
#account-coupon h3 {
  font-weight: 700;
  font-family: "Inter";
}
.shadow-2 {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.shadow-3 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.gradient-1 {
  background-image: linear-gradient(to right top, #b20068, #bd006e, #c80075, #d4007b, #df0082, #e30084, #e60087, #ea0089, #e70087, #e50086, #e20084, #e00083);
}
:is(form, .form-floating) label {
  color: var(--colour-text);
  font-weight: 400;
}
.accordion-header, .accordion-button {
  font-weight: 600;
}
.accordion-button:not(.collapsed) {
  font-weight: 600 !important;
  color: var(--colour-background);
  background-color: var(--colour-main);
  border-color: var(--colour-main);
}
.accordion-button:focus {
  border: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button-disabled {
  cursor: not-allowed;
  background-color: #f8f9fa;
  color: #6c757d;
}
.form-floating .form-control:focus~label, .form-floating .form-control:not(:placeholder-shown)~label, .form-floating .form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating {
  margin-bottom: 1rem;
}
.iti .form-control {
  background-color: transparent;
  border: 0;
}
.input-group-text {
  background-color: #ffffff;
}
/* cart */
#checkout-cart table > thead {
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  margin-bottom: 100px;
}
#checkout-cart table {
  font-size: 1rem;
}
#checkout-cart :is(.price, .total, .name) {
  font-weight: 600;
}
#checkout-cart .price, #checkout-cart .total, .total {
  white-space: nowrap;
}
#checkout-cart .model {
  padding-bottom: 6px;
}
#checkout-cart :is(.model, .option) {
  color: #a0a0a0;
  font-size: 0.8rem;
  display: block;
}
#checkout-cart .remove {
  color: var(--colour-main);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}
#checkout-cart .progress-bar {
  background-color: var(--colour-main);
}
#checkout-cart .progress-text {
  font-size: 1.2rem;
}
:where(#checkout-cart, #account-order) #totals, .buy-totals {
  .table td:first-child {
    width: 100%;
  }
  .table td:last-child {
    white-space: nowrap;
  }
}
.text-deal {
  color: #dc3545!important;
  font-size: 1rem;
}
/* checkout */
.buy-checkout #cart-accordion-header {
  font-family: 'Inter';
}
.buy-checkout .main {
  height: 100%;
}
.buy-checkout .main h3 {
  text-transform: uppercase;
}
.buy-checkout hr {
  height: 2px;
  opacity: 0.6;
  background-color: var(--colour-background);
  margin: 2rem 0;
}
.buy-checkout a {
  text-decoration: none;
}
.buy-checkout .checkout-navbar span.clickable {
  cursor: pointer;
}
.buy-checkout .steps {
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
}
.buy-checkout .steps span.active {
  color: var(--colour-main);
  font-weight: 700;
}
.buy-checkout .buy-totals, #totals {
  font-size: 1rem;
}
.buy-checkout .sidebar {
  position: relative;
}
.step-item+.step-item::before {
  float: left;
  font-family: 'FontAwesome';
  padding-right: 8px;
  content: '\f101';
}
.step-item+.step-item {
  padding-left: 0.5rem;
}
.sidebar:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: var(--colour-alternative);
  z-index: -1;
}
.buy-checkout .cart-products .product-thumbnail {
  position: relative;
  width: 6em;
  height: 6em;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 8px;
  flex: 0 0 6em;
}
.buy-checkout .cart-products span.badge {
  padding: unset;
  background-color: #F0F0F0;
  font-size: 0.75rem;
  width: 1.75em;
  height: 1.75em;
  padding-top: 0.34em;
  border: 1px solid #ffffff;
  white-space: nowrap;
  color: var(--colour-text);
  margin-right: -0.6rem;
  margin-top: -0.4rem;
}
.buy-checkout .cart-products :is(.product-name, .product-price) {
  font-weight: 600;
  color: var(--colour-text);
}
.buy-checkout .checkout-details .shipping-methods .shipping-method:first-child, .checkout-details .payment-methods .payment-method:first-child, .checkout-details #payment-address > div:first-child, .checkout-details .shipping-addresses > div:first-child, .checkout-details .delivery-details > div:first-child {
  border-top: 1px solid #CED4DA;
  border-left: 1px solid #CED4DA;
  border-right: 1px solid #CED4DA;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.buy-checkout .checkout-details .shipping-methods .shipping-method:last-child, .checkout-details .payment-methods .payment-method:last-child, .checkout-details #payment-address > div:last-child, .checkout-details .shipping-addresses > div:last-child, .checkout-details .delivery-details > div:last-child {
  border-left: 1px solid #CED4DA;
  border-right: 1px solid #CED4DA;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom: 1px solid #CED4DA;
}
.buy-checkout .checkout-details .shipping-methods .shipping-method+.shipping-method, .checkout-details .payment-methods .payment-method+.payment-method, .checkout-details #payment-address > div+div, .checkout-details .shipping-addresses > div+div, .checkout-details .delivery-details > div+div {
  border-top: 1px solid #CED4DA;
  border-left: 1px solid #CED4DA;
  border-right: 1px solid #CED4DA;
}
/* Tabs */
.nav-link, .nav-link:hover {
  color: var(--colour-text-hover);
}
/* otp */
.input-otp {
  width: 50px;
  height: 50px;
}
.input-otp:focus {
  border-color: var(--colour-main);
  box-shadow: 0 0 0 0.25rem rgba(255, 0, 0, 0.25);
}
/* countdown */
.countdown :is(.countdown-days, .countdown-hours, .countdown-mins, .countdown-secs) {
  font-weight: 600;
  font-size: 3rem;
  color: #000;
}
.countdown .countdown-desc {
  font-size: 0.9rem;
  color: #000;
}
/* advance filter */
.advance-filter label {
  font-size: 1.1rem;
}
.advance-filter h3 {
  font-size: 1rem;
  font-family: 'Inter';
  font-weight: 700;
  text-transform: uppercase;
}
.advance-filter .form-check-label {
  font-size: 0.85rem;
  color: var(--colour-text);
}
.advance-filter .badge {
  font-size: 0.8rem;
  color: var(--colour-grey);
  background-color: var(--colour-main);
  min-width: 46px;
  max-width: 48px;
}
.advance-filter .checkboxes {
  /* max-height: 350px; */
  /* overflow-y: auto; */
}
@media (max-width: 768px) {
  .advance-filter .checkboxes {
    max-height: 100%;
  }
}
.advance-filter .range-slider-container {
  width: 100%;
  /* margin: 20px auto; */
  position: relative;
}
.advance-filter .range-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: relative;
  z-index: 1;
}
.advance-filter #lowerSlider {
  z-index: 99;
}
.advance-filter #upperSlider {
  background: var(--colour-main);
}
.advance-filter .range-slider-container input {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  top: -5px;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.advance-filter input[type="range"]::-webkit-slider-thumb {
  height: 18px;
  width: 18px;
  z-index: 9999;
  border-radius: 70%;
  background: #D9D9D9;
  outline: 1px solid #a4a4a4;
  box-shadow: var(--shadow-2);
  pointer-events: auto;
  -webkit-appearance: none;
}
.advance-filter.loading {
  opacity: 0.6 !important;
  pointer-events: none;
}
/* isearch */
.isearch-heading {
  font-size: 1rem;
}
.isearch-heading-product {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--colour-text);
}
.isearch-model {
  font-size: 0.8rem;
  color: var(--colour-text);
}
/* Popup */
.popup-close:hover {
  box-shadow: none;
}
.popup-content {
  border: 0;
  border-radius: 12px;
  box-shadow: none;
}
/* Add On */
.add-on-variation {
  cursor: pointer;
}
#offcanvas-menu {
  width: 85% !important;
}
/* mobile */
@media (max-width: 767px) {
  :root {
    font-size: calc(100% - 0.12rem) !important;
  }
}
#app-search {
  z-index: 99;
  width: 100%;
  padding: 0.5rem 1rem 0.8rem 1rem;
  top: 0;
  left: 0;
  /* transition: all 0.2s linear 0s; */
}
#app-search input {
  padding-right: 45px;
  background: #f3f3f3;
  border: 0;
  color: var(--colour-text-hover);
}
#app-search .btn {
  background: #f3f3f3;
  border: 0;
}
#app-search .btn-search-clear {
  border-width: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
#app-search :is(.search, .btn-search-clear) {
  color: var(--colour-text) !important;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app-search :is(.search, .btn-search-clear):hover {
  text-decoration: none;
  box-shadow: none;
}
#app-search.scrolled {
  background: #ffffff;
}
#app-search input::placeholder {
  border: 0;
  color: var(--primary-color);
}
#app-search input {
  padding: 12px;
}
#app-search a {
  display: block;
  color: var(--primary-color);
  font-size: 1rem;
  padding: 0.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
#app-search.scrolled a {
  color: var(--primary-color);
}
#app-cart, #checkout-cart-fixed {
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 12px;
  z-index: 50;
}
.navbar-toggler {
  color: #000000;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.order-product-list:not(:nth-last-child(1)) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}
.hide_hoolah > .hoolah_collection_widget, .hide_hoolah > .hoolah_product_widget {
  display: none;
}
.hoolah_product_widget {
  margin-left: 0px !important;
}
#hoolah-learn-more {
  margin-left: 0px !important;
}
#account-motorbike .card {
  box-shadow: var(--shadow-2);
  border-radius: 12px;
}
#account-motorbike .card-title {
  font-size: 1rem;
  margin-bottom: 0;
}
#account-motorbike .card-text {
  color: var(--colour-text-hover);
}
#account-motorbike .info-table {
  background:rgba(62, 132, 252, 0.1);
  border-radius:8px;
}