/** Shopify CDN: Minification failed

Line 10:0 Unexpected ";"
Line 548:0 Unexpected "}"
Line 3482:0 Unexpected "}"
Line 4622:0 Unexpected "}"
Line 8567:24 Expected identifier but found "."

**/
;/* Color custom properties */

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1);
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2);
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text));
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1);
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2);
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels);
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1);
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2);
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: 0.85;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: 0.7;
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background);
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1;
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground);
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: 0.2;
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground);
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: 0.1;
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1;
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text);
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1);
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels);
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text));
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1));
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2));
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels));
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment);
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment);
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment);
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible);
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible);
}

/* base */

.no-js:not(html) {
  display: none !important;
}

html.no-js .no-js:not(html) {
  display: block !important;
}

.no-js-inline {
  display: none !important;
}

html.no-js .no-js-inline {
  display: inline-block !important;
}

html.no-js .no-js-hidden {
  display: none !important;
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding: 0 2.5rem;
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto;
}

@media screen and (min-width: 750px) {
  .page-width {
    padding: 0 5rem;
  }

  .page-width--narrow {
    padding: 0 9rem;
  }

  .page-width-desktop {
    padding: 0;
  }

  .page-width-tablet {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0;
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem;
  }
}

.isolate {
  position: relative;
  z-index: 0;
}

.section + .section {
  margin-top: var(--spacing-sections-mobile);
}

@media screen and (min-width: 750px) {
  .section + .section {
    margin-top: var(--spacing-sections-desktop);
  }
}

.element-margin-top {
  margin-top: 5rem;
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
}

.background-secondary {
  background-color: rgba(var(--color-foreground), 0.04);
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column;
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto;
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem;
}

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

.hidden {
  display: none !important;
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.overflow-hidden {
  overflow: hidden;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
/* 
::selection {
  background-color: rgba(var(--color-foreground), 0.2);
} */

.text-body {
  font-size: 1.5rem;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * 0.06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem);
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem);
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem);
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem);
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem);
}

@media only screen and (min-width: 750px) {
  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem);
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem);
}

@media only screen and (min-width: 750px) {
  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem);
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.7rem);
}

@media only screen and (min-width: 750px) {
  h3,
  .h3 {
    font-size: calc(var(--font-heading-scale) * 1.8rem);
  }
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem);
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem);
}

@media only screen and (min-width: 750px) {
  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem);
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), 0.75);
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-left: 1rem;
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem;
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: 0.07rem;
  line-height: calc(1 + 0.7 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem;
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: 0.13rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
    color: #0F1048;
    font-size: 24px;
    font-weight: 600 !important;
    font-family: var(--font-body-family);
}
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem;
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: 0.18rem;
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  letter-spacing: 0.04rem;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem rgba(var(--color-foreground), 0.2);
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.light {
  opacity: 0.7;
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none;
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
  color: rgb(var(--color-link));
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
}

.link--text {
  color: rgb(var(--color-foreground));
}

.link--text:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap;
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem;
}

a:not([href]) {
  cursor: not-allowed;
}

.circle-divider::after {
  content: '\2022';
  margin: 0 1.3rem 0 1.5rem;
}

.circle-divider:last-of-type::after {
  display: none;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: rgba(var(--color-foreground), 0.2);
  display: block;
  margin: 5rem 0;
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0;
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
}

details > * {
  box-sizing: border-box;
}

.break {
  word-break: break-word;
}

.visibility-hidden {
  visibility: hidden;
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}

:root {
  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness ease 100ms;
}

.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: 0.2rem;
}

.icon-arrow {
  width: 1.5rem;
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem);
}

/* arrow animation */
.animate-arrow .icon-arrow path {
  transform: translateX(-0.25rem);
  transition: transform var(--duration-short) ease;
}

.animate-arrow:hover .icon-arrow path {
  transform: translateX(-0.05rem);
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary .icon-caret {
  position: absolute;
  height: 0.6rem;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
}

summary::-webkit-details-marker {
  display: none;
}

.disclosure-has-popup {
  position: relative;
}

.disclosure-has-popup[open] > summary::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: ' ';
  background: transparent;
}

.disclosure-has-popup > summary::before {
  display: none;
}

.disclosure-has-popup[open] > summary + * {
  z-index: 100;
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open] > summary + * {
    z-index: 4;
  }

  .facets .disclosure-has-popup[open] > summary + * {
    z-index: 2;
  }
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/

*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/

.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/

/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)),
    0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/* component-title */
.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem;
}

.title-wrapper-with-link .title {
  margin: 0;
  font-size: 62px;
  letter-spacing: -1.24px;
  font-weight: 600;
  line-height: 73px;
  color: #0F1048;
}

@media screen and (max-width: 768px) {
  .title-wrapper-with-link .title {
      font-size: 30px;
  }
}

.title .link {
  font-size: inherit;
}

.title-wrapper {
  margin-bottom: 3rem;
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}

.title--primary {
  margin: 4rem 0;
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 990px) {
  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem;
  }

  .title--primary {
    margin: 2rem 0;
  }

  .title-wrapper-with-link {
    align-items: center;
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0;
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0;
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem;
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0;
}

.title-wrapper--no-top-margin {
  margin-top: 0;
}

.title-wrapper--no-top-margin > .title {
  margin-top: 0;
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  letter-spacing: 0.06rem;
  color: rgba(var(--color-foreground), 0.7);
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}

/* component-grid */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing);
}

@media screen and (min-width: 750px) {
  .grid {
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing);
  }
}

.grid:last-child {
  margin-bottom: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0;
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

.grid--gapless.grid {
  column-gap: 0;
  row-gap: 0;
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none;
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%;
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3);
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%;
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%;
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0;
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

@media screen and (min-width: 990px) {
  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%;
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0;
  }

  .grid--peek .grid__item {
    min-width: 35%;
  }

  .grid--peek.slider .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  /* Fix to show some space at the end of our sliders in all browsers */
  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item  {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem);
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }

  .slider--tablet.grid--peek .grid__item:first-of-type {
    margin-left: 1.5rem;
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem);
  }
}

/* component-media */
.media {
  display: block;
  background-color: rgba(var(--color-foreground), 0.1);
  position: relative;
  overflow: hidden;
}

.media--transparent {
  background-color: transparent;
}

.media > *:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.media--square {
  padding-bottom: 100%;
}

.media--portrait {
  padding-bottom: 125%;
}

.media--landscape {
  padding-bottom: 66.6%;
}

.media--cropped {
  padding-bottom: 56%;
}

.media--16-9 {
  padding-bottom: 56.25%;
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%;
}

.media.media--hover-effect > img + img {
  opacity: 0;
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%;
  }
}

deferred-media {
  display: block;
}

/* component-button */
/* Button - default */

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role="button"],
.cart__dynamic-checkout-buttons [role='button'],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset); /* reduce radius edge artifacts */
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative;
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
}

.shopify-payment-button__button--branded {
  z-index: auto;
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity));
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role="button"]:before,
.cart__dynamic-checkout-buttons [role='button']:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity));
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: '';
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease;
}

.button:not([disabled]):hover::after,
.shopify-challenge__button:hover::after,
.customer button:hover::after,
.shopify-payment-button__button--unbranded:hover::after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)),
    0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background));
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity);
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role="button"]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.5),
    0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
}

.button--small {
  padding: 1.2rem 2.6rem;
}

/* Button - other */

.button:disabled,
.button[aria-disabled='true'],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled='true'],
.customer button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.button--full-width {
  display: flex;
  width: 100%;
}

.button.loading {
  color: transparent;
  position: relative;
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground));
  }
}

.button.loading > .loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
}

.button.loading > .loading-overlay__spinner .spinner {
  width: fit-content;
}

.button.loading > .loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text));
}

/* Button - social share */

.share-button {
  display: block;
  position: relative;
}

.share-button details {
  width: fit-content;
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  min-height: 2.4rem;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
}

details[open] > .share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease;
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  width: 1.3rem;
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: 0.1rem;
  z-index: 3;
  width: 100%;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0;
}

.share-button__fallback:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width);
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.share-button__fallback button:hover svg {
  transform: scale(1.07);
}

.share-button__close:not(.hidden) + .share-button__copy {
  display: none;
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground));
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.field:not(:focus-visible):not(.focused) + .share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused) + .share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit;
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none;
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none;
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: 0.2rem solid rgba(var(--color-foreground),.5);
  outline-offset: 0.1rem;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),0 0 0.5rem 0.4rem rgba(var(--color-foreground),.3);
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto;
}

.share-button__fallback .field__input:hover {
  box-shadow: none;
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem;
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0.8rem 0 0.8rem 1.5rem;
  margin: var(--inputs-border-width);
}

.share-button__message:not(:empty):not(.hidden) ~ * {
  display: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 4.5rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0;
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.select__select {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.75);
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground),var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: 0 0 0 calc(0.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
  outline: 0;
  border-radius: var(--inputs-radius);
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none;
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%;
}

/* Select */

.select .icon-caret,
.customer select + svg {
  height: 0.6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: calc(var(--inputs-border-width) + 1.5rem);
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2);
}

/* Field */

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease;
}

.customer .field {
  display: flex;
}

.field--with-error {
  flex-wrap: wrap;
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 1.5rem;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
}

.field__label,
.customer .field label {
  font-size: 1.6rem;
  left: calc(var(--inputs-border-width) + 2rem);
  top: calc(1rem + var(--inputs-border-width));
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease,
    font-size var(--duration-short) ease;
  color: rgba(var(--color-foreground), 0.75);
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

.field__input:focus ~ .field__label,
.field__input:not(:placeholder-shown) ~ .field__label,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:focus ~ label,
.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:-webkit-autofill ~ label {
  font-size: 1rem;
  top: calc(var(--inputs-border-width) + 0.5rem);
  left: calc(var(--inputs-border-width) + 2rem);
  letter-spacing: 0.04rem;
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  padding: 2.2rem 1.5rem 0.8rem 2rem;
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 0;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 4.4rem;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.4rem;
}

.field__button > svg {
  height: 2.5rem;
  width: 2.5rem;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
  color: rgb(0, 0, 0);
}

/* Text area */

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
}

input[type='checkbox'] {
  display: inline-block;
  width: auto;
  margin-right: 0.5rem;
}

/* Form global */

.form__label {
  display: block;
  margin-bottom: 0.6rem;
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}

.form__message--large {
  font-size: 1.6rem;
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left;
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: 0.5rem;
  width: 1.3rem;
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem;
}

.customer .field .form__message svg {
  align-self: start;
}

.form-status {
  margin: 0;
  font-size: 1.6rem;
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem;
}

.form-status-list li {
  list-style-position: inside;
}

.form-status-list .link::first-letter {
  text-transform: capitalize;
}

/* component-quantity */
.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem);
  border: 1px solid #B6B6C6;
  border-radius: 10px;
}

.quantity:after {
  pointer-events: none;
  content: '';
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: 0.1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1;
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1;
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 0.5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  appearance: none;
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0;
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width));
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width));
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2;
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity__input[type='number'] {
  -moz-appearance: textfield;
}

/* component-modal */
.modal__toggle {
  list-style-type: none;
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5;
}

.modal__toggle-close {
  display: none;
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem;
}

.modal__toggle-open {
  display: flex;
}

.no-js details[open] .modal__toggle-open {
  display: none;
}

.no-js .modal__close-button.link {
  display: none;
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent;
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem;
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media-modal {
  cursor: zoom-out;
}

.media-modal .deferred-media {
  cursor: initial;
}

/* component-cart-count-bubble */
.cart-count-bubble:empty {
  display: none;
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
}

/* section-announcement-bar */
#shopify-section-announcement-bar {
  z-index: 3;
  min-height:37px;
  display:none;
}

.announcement-bar {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  color: rgb(var(--color-foreground));
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none;
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), 0.06);
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.announcement-bar__link .announcement-bar__message {
  padding: 0;
}

.announcement-bar__message {
  padding: 1rem 0;
  margin: 0;
  letter-spacing: 0.1rem;
}

.announcement-bar {
  background-color: #0F1048 !important;
}

/* section-header */
#shopify-section-header {
  z-index: 3;
}

.shopify-section-header-sticky {
  position: sticky;
  top: 0;
}

.shopify-section-header-hidden {
  transform: translateY(-100%);
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0);
}

#shopify-section-header.animate {
  transition: transform 0.15s ease-out;
}

/* Main Header Layout */
.header-wrapper {
  display: block;
  position: relative;
  background-color: rgb(var(--color-background));
  z-index: 1;
}

.header-wrapper--border-bottom {
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
}

.header {
  display: grid;
  grid-template-areas: 'left-icon heading icons';
  grid-template-columns: 1fr 2fr 1fr;
  align-items: center;
}
@media screen and (min-width: 750px){
  .header{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
@media screen and (min-width: 990px) {
  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas:
      'heading icons'
      'navigation navigation';
    grid-template-columns: 1fr auto;
  }

  .header--middle-left {
    grid-template-areas: 'heading navigation icons';
    grid-template-columns: auto auto 1fr;
    column-gap: 2rem;
  }

  .header--middle-center {
    grid-template-areas: 'navigation heading icons';
    grid-template-columns: 1fr auto 1fr;
    column-gap: 2rem;
  }

  .header--top-center {
    grid-template-areas:
      'left-icon heading icons'
      'navigation navigation navigation';
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem;
  }
}

.header *[tabindex='-1']:focus {
  outline: none;
}

.header__heading {
  margin: 0;
  line-height: 0;
}

.header > .header__heading-link {
  line-height: 0;
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center;
}

.header__heading-link {
  display: inline-block;
  padding: 0.75rem;
  text-decoration: none;
  word-break: break-word;
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground));
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), 0.75);
}

.header__heading-logo {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 989px) {
  .header__heading,
  .header__heading-link {
    text-align: center;
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: center;
    justify-self: start;
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr;
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -0.75rem;
  }

  .header__heading,
  .header__heading-link {
    justify-self: start;
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  .header__heading,
  .header__heading-link {
    text-align: left;
  }
}

/* Header icons */
.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end;
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__icon {
  color: rgb(var(--color-foreground));
}

.header__icon span {
  height: 100%;
}

.header__icon::after {
  content: none;
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
/*   transform: scale(1.07); */
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle;
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0;
}

.header__icon--cart {
  position: relative;
}

@media screen and (max-width: 989px) {
  menu-drawer ~ .header__icons .header__icon--account {
    display: none;
  }
}

.menu-drawer-container.menu-opening .header__icon--menu[aria-expanded="true"]::before {
  content: "";
  top: 0;
  left: 0;
  height:100vh;
  width: 100%;
  display: block;
  position: fixed;
  background:#363636;
  opacity:0.5;
}

/* Search */
menu-drawer + .header__search {
  display: none;
}

.header > .header__search {
  grid-area: left-icon;
  justify-self: start;
}

.header:not(.header--has-menu) * > .header__search {
  display: none;
}

.header__search {
  display: inline-flex;
  line-height: 0;
}

.header--top-center > .header__search {
  display: none;
}

.header--top-center * > .header__search {
  display: inline-flex;
}

@media screen and (min-width: 990px) {
  .header:not(.header--top-center) * > .header__search,
  .header--top-center > .header__search {
    display: inline-flex;
  }

  .header:not(.header--top-center) > .header__search,
  .header--top-center * > .header__search {
    display: none;
  }
}

.no-js .predictive-search {
  display: none;
}

details[open] > .search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease;
}

details[open] .modal-overlay {
  display: block;
}

details[open] .modal-overlay::after {
  position: absolute;
  content: '';
  background-color: rgb(var(--color-foreground), 0.5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
}

.no-js details[open] > .header__icon--search {
  top: 1rem;
  right: 0.5rem;
}

.search-modal {
  opacity: 0;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%;
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  position: relative;
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2) );
}

.search-modal__form {
  width: 100%;
}

.search-modal__close-button {
  position: absolute;
  right: 0.3rem;
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem;
  }

  .search-modal__content {
    padding: 0 6rem;
  }
}

@media screen and (min-width: 990px) {
  .search-modal__form {
    max-width: 47.8rem;
  }

  .search-modal__close-button {
    position: initial;
    margin-left: 0.5rem;
  }
}

/* Header menu drawer */
.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform 150ms ease, opacity 150ms ease;
}

details:not([open]) > .header__icon--menu .icon-close,
details[open] > .header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
/*   transform: scale(0.8); */
}

.js details[open]:not(.menu-opening) > .header__icon--menu .icon-close {
  visibility: hidden;
}
.js details[open]:not(.menu-opening) > .header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
/*   transform: scale(1.07); */
}

.js details > .header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem);
}

details[open] > .header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1;
}

@media (prefers-reduced-motion) {
  details[open] > .header__submenu {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Header menu */
.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none;
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0;
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block;
  }

  .header--top-center .header__inline-menu {
    justify-self: center;
  }

  .header--top-center .header__inline-menu > .list-menu--inline {
    justify-content: center;
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0;
  }
}

.header__menu {
  padding: 0 1rem;
}

.header__menu-item {
  padding: 1.2rem;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.header__menu-item:hover {
  color: rgb(var(--color-foreground));
}

.header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
}

.header__menu-item:hover span {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

details[open] > .header__menu-item {
  text-decoration: underline;
}

details[open]:hover > .header__menu-item {
  text-decoration-thickness: 0.2rem;
}

details[open] > .header__menu-item .icon-caret {
  transform: rotate(180deg);
}

.header__active-menu-item {
  transition: text-decoration-thickness var(--duration-short) ease;
  color: rgb(var(--color-foreground));
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.header__menu-item:hover .header__active-menu-item {
  text-decoration-thickness: 0.2rem;
}

.header__submenu {
  transition: opacity var(--duration-default) ease,
    transform var(--duration-default) ease;
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.header__submenu.list-menu {
  padding: 2.4rem 0;
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), 0.03);
  padding: 0.5rem 0;
  margin: 0.5rem 0;
}

.header__submenu .header__menu-item:after {
  right: 2rem;
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: 0.8rem 2.4rem;
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem;
}

.header__menu-item .icon-caret {
  right: 0.8rem;
}

.header__submenu .icon-caret {
  flex-shrink: 0;
  margin-left: 1rem;
  position: static;
}

header-menu > details,
details-disclosure > details {
  position: relative;
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto;
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto;
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  padding: 0.5rem 1.3rem 0.6rem 1.3rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed;
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important;
  }

  .icon-close-small path {
    stroke: CanvasText;
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch;
}

.ratio::before {
  content: '';
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent);
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative;
}

.content-container:after {
  content: '';
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset)
    var(--text-boxes-shadow-vertical-offset)
    var(--text-boxes-shadow-blur-radius)
    rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1;
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0;
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .content-container--full-width-mobile:after {
    display: none;
  }
}

.global-media-settings {
  position: relative;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background));
}

.global-media-settings:after {
  content: '';
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none;
}

.global-media-settings--no-shadow {
  overflow: hidden !important;
}

.global-media-settings--no-shadow:after {
  content: none;
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

/* check for flexbox gap in older Safari versions */
@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing));
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing));
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0;
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing);
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing);
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing);
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold);
}

/* outline and border styling for Windows High Contrast Mode */
@media (forced-colors: active) {
  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px;
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role="button"]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role="button"]:focus {
    outline: solid transparent 1px;
  }

  .field__input:focus,
  .select__select:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px;
  }

  .localization-form__select:focus {
    outline: transparent solid 1px;
  }
}


/****  Bootstrap css ****/
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media(max-width:543px){.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}}@media(min-width:544px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media(min-width:768px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media(min-width:992px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}@media(min-width:1200px){.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9{float:left}.col-xl-12{width:100%}.col-xl-11{width:91.66666667%}.col-xl-10{width:83.33333333%}.col-xl-9{width:75%}.col-xl-8{width:66.66666667%}.col-xl-7{width:58.33333333%}.col-xl-6{width:50%}.col-xl-5{width:41.66666667%}.col-xl-4{width:33.33333333%}.col-xl-3{width:25%}.col-xl-2{width:16.66666667%}.col-xl-1{width:8.33333333%}.col-xl-pull-12{right:100%}.col-xl-pull-11{right:91.66666667%}.col-xl-pull-10{right:83.33333333%}.col-xl-pull-9{right:75%}.col-xl-pull-8{right:66.66666667%}.col-xl-pull-7{right:58.33333333%}.col-xl-pull-6{right:50%}.col-xl-pull-5{right:41.66666667%}.col-xl-pull-4{right:33.33333333%}.col-xl-pull-3{right:25%}.col-xl-pull-2{right:16.66666667%}.col-xl-pull-1{right:8.33333333%}.col-xl-pull-0{right:auto}.col-xl-push-12{left:100%}.col-xl-push-11{left:91.66666667%}.col-xl-push-10{left:83.33333333%}.col-xl-push-9{left:75%}.col-xl-push-8{left:66.66666667%}.col-xl-push-7{left:58.33333333%}.col-xl-push-6{left:50%}.col-xl-push-5{left:41.66666667%}.col-xl-push-4{left:33.33333333%}.col-xl-push-3{left:25%}.col-xl-push-2{left:16.66666667%}.col-xl-push-1{left:8.33333333%}.col-xl-push-0{left:auto}.col-xl-offset-12{margin-left:100%}.col-xl-offset-11{margin-left:91.66666667%}.col-xl-offset-10{margin-left:83.33333333%}.col-xl-offset-9{margin-left:75%}.col-xl-offset-8{margin-left:66.66666667%}.col-xl-offset-7{margin-left:58.33333333%}.col-xl-offset-6{margin-left:50%}.col-xl-offset-5{margin-left:41.66666667%}.col-xl-offset-4{margin-left:33.33333333%}.col-xl-offset-3{margin-left:25%}.col-xl-offset-2{margin-left:16.66666667%}.col-xl-offset-1{margin-left:8.33333333%}.col-xl-offset-0{margin-left:0}}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.errors{color:#a94442;background-color:#f2dede;border-color:#ebccd1;padding:10px}.errors ul{list-style:none;padding:0;margin:0}.errors a{color:#a94442!important;text-decoration:none}
/****  hidden css ****/
@media (max-width:991px){.hidden-lg-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-sm-up{display:none!important}}@media (max-width:1199px){.hidden-xl-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}@media (max-width:543px){.hidden-xs-down{display:none!important}}@media (min-width:544px){.hidden-xs-up{display:none!important}}
.row{margin-left: -15px;margin-right: -15px;}

img{
  max-width: 100%;
  width: unset;
  vertical-align: middle;
}
.template-index .header-wrapper,
.template-page.landing .header-wrapper,
.template-page.landing-B .header-wrapper,
.template-page.landing-C .header-wrapper,
.template-page.discount-qtyselector .header-wrapper,
.template-page.discount-swatchselector .header-wrapper,
.shopify-section-header-sticky .header-wrapper,
.template-page.additional1 .header-wrapper,
.template-page.additional2 .header-wrapper,
.template-page.telarus .header-wrapper{
  position:absolute;
  left: 0;
    right: 0;
    top: 0;
}
.header-wrapper{background:#fff;}
.template-page.landing .header-wrapper,
.template-page.landing-B .header-wrapper,
.template-page.landing-C .header-wrapper,
.template-page.discount-qtyselector .header-wrapper,
.template-page.discount-swatchselector .header-wrapper,
.template-page.additional1 .header-wrapper,
.template-page.additional2 .header-wrapper,
.template-page.telarus .header-wrapper,
.template-index .header-wrapper{background:transparent;}


@media (max-width: 749px){
  .header-wrapper{
    position:unset;
    background:#fff;
  }
}
@media (max-width: 749px){
  .header-wrapper .header-left .header__heading-link, .header-wrapper .header__heading{
    text-align: left;
  }
}
@media (max-width: 749px){
  .header-wrapper .header-left .header__heading-link{
    padding: 0.75rem 0;
  }
}
.header{
  padding-top: 30px;
  padding-bottom: 30px;
}
.header .row{
  display: flex;
  justify-content: space-between;
}
@media (min-width:3000px){
.header .header-right{margin-right:10%;}
}
.header .header-right{
  display: flex;
  align-items: center;
  justify-content: end;
  -webkit-justify-content: flex-end;
}

@media (max-width: 768px){
.header .header-right{
    position: absolute;
    right:5%;
}  
}
.header .support{
  padding-right: 10px;
}
@media (max-width: 749px){
  .header .support{
  padding-right: 30px;
}
}
@media (max-width: 450px){
  .header .support{
  padding-right: 10px;
}
}
@media (min-width: 750px){
.header .btn-primary{
    min-width: 154px;
    min-height: 44px;
    padding: 10px 20px;
    letter-spacing: 0;
}
}
@media (min-width: 750px){
.header .btn-secondary{
    min-width: 154px;
    min-height: 44px;
    padding: 10px 20px;
    letter-spacing: 0;
}
}
@media (max-width: 749px){
    .header .support .btn-primary{
      border: none;
    background: transparent;
    border-radius: 0;
    padding: 5px 0;
    min-height: 30px;
    font-weight: 600;
      letter-spacing: 0;
    font-family: var(--font-body-family);
    min-width: 66px !important;
    text-align: center;
    border-bottom: 2px solid #0F1145;
    }  
}
.header .Buy-now{
  padding-right: 20px;
}
@media (max-width: 991px){
    .header .Buy-now{
      padding-right: 10px;
    }  
}
@media (max-width: 749px){
    .header .support{
      display:none;
    }
    .header .btn-secondary {min-height: 40px;padding: 5px 15px !important;font-size: 14px;}
}
@media (max-width: 349px){
    .header .btn-secondary {padding: 5px 12px !important;font-size: 13px;}
  .button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(9rem + var(--buttons-border-width) * 2);
}
}
.button{
    opacity: 1 !important;
    font-size: 20px;
    font-weight: 600;
    line-height:20px;
    padding:13px 3rem;
}
@media (max-width: 760px){
  .button{
      padding: 15px 2.8rem;
    }
}
.button:hover::after{
  box-shadow:none !important;
}
.btn-primary{
    background-color: #FFF;
    color: #0F1048;
    border-radius: 30px;
    border: 2px solid #0F1145;
    padding: 13px 4rem;
}
.btn-primary:after{
  box-shadow:none;
}

@media (max-width:749px){
  .Video-with-text .video-des p{
     font-size: 18px!important;
    line-height:24px!important;
  }
  .Video-with-text .video-subtitle{
   font-size: 18px!important;
    line-height:24px!important;
  }
  .image-with-text .image-with-text__text p{
   font-size: 18px!important;
    line-height:30px;
  }
}

.btn-third{
    background-color: #17BEBB;
    color: #fff;
    border-radius: 30px;
    border: 2px solid #17BEBB;
    padding: 13px 4rem;
   min-height: 50px;
}
.btn-third:after{
  box-shadow:none;
}
@media (min-width: 750px){
  .btn-secondary{
      min-width: 150px;
      min-height: 50px;
  }
}
@media (max-width: 749px){
  .btn-secondary{
    width:100%;
    min-height: 50px;
    padding: 10px 15px !important;
  }
}
.btn-secondary{
    background-color: #EF3E36;
    color: #fff;
    border-radius: 30px;
    border: none;
    opacity: 1 !important;
}
.btn-secondary:after{
  box-shadow:none;
}
.header__icon--menu span {
      border: 2px solid #0F1145;
    border-radius: 50%;
}
@media (max-width:749px){
  .header__icon--menu span{
    border:none;
  }
  .header__icon--menu {
    margin: 0 -10px;
  }
}
.header__icon--menu .icon-close{
       stroke-width: 1px;
    stroke: currentColor;;
}
.header{
  grid-template-columns: repeat(2,1fr);
}
.menu-drawer{
  left: auto !important;
  right: 0;
  background: #fff !important;
  border: none !important;
  position: fixed !important;
  top: 0 !important;
  transform: translate(100%) !important;
box-shadow: -25px 0px 25px #00000019;
  height:100vh important;

}
.close_drawer{
  cursor:pointer;
}
.close_drawer .icon{
    height: 2rem;
    width: 2rem;
    fill: none;
    stroke-width: 1px;
    stroke: currentColor;
    vertical-align: middle;
}
.section-header {
  position: relative;
}
.seperator {
    position: absolute;
    width: 243px;
    height: 11px;
    display: block !important;
    top: 30%;
    background-repeat: no-repeat;
}
@media (max-width:749px){
  .seperator{
    width: 102px;
  }
}
.section-header h2{
    font-size: 62px;
    letter-spacing: -1.24px;
    font-weight: 600;
    line-height: 73px;
    margin: 0;
    color: #0F1048;
}
@media (max-width: 1199px){
  .section-header h2{
    font-size: 52px;
    line-height: 59px;
  }
}
@media (max-width: 991px){
  .section-header h2{
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 600px){
  .section-header h2{
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
  }
}
@media (min-width: 750px){
  .herobanner-section .page-width{
    display: flex;
    align-items: center;
  }
  .index-herobanner .herobanner-section .page-width {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.herobanner-section{
    padding: 140px 0 0 0;
    margin-bottom: 50px;
    display: block;
    position: relative;
    overflow: hidden;
    background-position: 115% 85%;
    z-index: 0;
    background-repeat: no-repeat;
}
/* @media (max-width: 1700px){
 .herobanner-section{
    background-position: 135% 85%;
  }
}
@media (max-width: 1650px){
 .herobanner-section{
    background-position: 165% 85%;
  }
}
@media (max-width: 1550px){
 .herobanner-section{
    background-position:35% 85%;
  }
}
@media (max-width: 1450px){
 .herobanner-section{
    background-position: 310% 85%;
  }
} */
@media (max-width: 1750px){
 .herobanner-section{
    background-position: 185% 85%;
  }
}
@media (max-width: 1650px){
 .herobanner-section{
    background-position: 175% 85%;
  }
}
@media (max-width: 1550px){
 .herobanner-section{
    background-position: 215% 80%;
  }
}
@media (max-width: 1450px){
 .herobanner-section{
    background-position: -5% 105%;
  }
}
@media (max-width: 1300px){
 .herobanner-section{
    background-position: -10% 85%;
  }
}
@media (max-width: 1150px){
 .herobanner-section{
   background-position: 5% 70%;
   padding: 40px 0 0 0;
  }
}
@media (max-width: 749px){
 .herobanner-section{
    background-position: 170% 30%;
    background-size: 90%;
    padding: 60px 0 0 0;
   margin-bottom: 45px;
  }
}
@media (max-width: 500px){
 .herobanner-section{
    background-position: 210% 10%;
    background-size: 90%;
  }
}
@media (max-width: 400px){
 .herobanner-section{
    background-size: 100%;
  }
}
@media (max-width: 749px){
  .hidden-mobile1{
    display:none !important;
  }
}
@media (min-width: 750px){
  .hidden-desktop1{
    display:none !important;
  }
    .limited-time-section {padding:30px 0;}
}
@media (max-width: 749px){
  .limited-time-section .page-width{padding:unset;}
}
@media (min-width: 1400px){
.subs-title {width:90%;}
.subssub-title {width:90%;}  
}
.herobanner-section .title{
  margin-bottom: 18px;
}
@media (max-width: 1280px){
.herobanner-section .title{
    font-size: 43px;
    line-height:52px;
  }
}
@media (max-width: 920px){
.herobanner-section .title{
    font-size: 35px;
    line-height:40px;
  }
.herobanner-section ul li {
  font-size:18px!important;
  line-height: 28px!important;
}
  .blackfriday-herobanner-section .button {
    width: 70%!important;
    margin-left: 5%!important;
  }
  .service-title {
    font-size: 18px!important;
  }
  .logo-list .text {
    font-size: 18px!important;
  }
  .logo-list .image-container .logo-image {margin: 0 10px!important;}
  .user-description h3 {font-size: 24px;margin: 10px 0;}
}
@media (max-width: 749px){
  .herobanner-section .title{
    width: 100%;
    text-align:center;
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 16px;
font-weight:600;
  }
}
.herobanner-section .sub-title{
  font-size: 30px;
  line-height: 32px;
  font-weight: 600;
  color: #0F1048;
  margin-bottom: 20px;
}
@media (max-width: 1180px){
.herobanner-section .sub-title{
  font-size: 24px;
  line-height: 30px;
}
} 
@media (max-width: 749px){
  .herobanner-section .sub-title{
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 599px){
  .herobanner-section .sub-title{
    line-height: 30px;
  }
}
}
.herobanner-section .hero-text{
  text-align: left;
  padding: 0;
  bottom:20px;
}  
@media (max-width: 749px){
  .herobanner-section .hero-text{
    width: 100%;
    top:0px;
    padding:0;
  }
}
.herobanner-section .hero-image{
  padding: 0;
}   
.herobanner-section .no-hidden-fees{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 20px;
}

@media (max-width: 749px){
  .herobanner-section .btn {
      display: block;
      overflow: hidden;
      position: relative;
      width: 100%;
  }
}
@media (max-width: 600px){
  .herobanner-section .button {
      height: 50px;
      width: 100%;
  }
  .herobanner-section .no-hidden-fees {font-size:10px;margin-top: 10px;}
}
.herobanner-section .hero-image .image-container{
  text-align: right;
}
.herobanner-section .hero-image .image-container img{
  width: unset;
/*   max-width:555px; */
}
.herobanner-section  ul{
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}
@media (max-width: 749px){
  .herobanner-section  .desc, .herobanner-section .image-container{
    width: 100%;
  }
}
@media (max-width: 749px){
  .herobanner-section .image-container{
    margin-bottom: 30px;
  }
  .image-container1 hidden-desktop1 {margin-top:10px;}
  .product-form__buttons {margin-bottom:10px;}
}
.herobanner-section .review-img{
  margin-top: 0px;
}
@media (max-width:749px){
  .herobanner-section .image-container1 img{
    margin-top:30px;
  }
    .herobanner-section .review-img {margin-top:10px;}
}
@media (max-width: 749px){
  .herobanner-section ul{
    margin-bottom: 35px;
  }  
}
.herobanner-section ul li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 400;
    color: #0F1048;
    font-family: var(--font-body-family);
}
@media (max-width: 749px){
  .herobanner-section ul li{
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
    letter-spacing: 0;
    font-weight: 600;
    color: #0F1048;
    font-family: var(--font-body-family);
  }
}

@media (max-width: 388px){
  .herobanner-section ul li{
     padding-left: 25px;
  }
}
.herobanner-section .button{
  padding:15px 53px;
}

.herobanner-section ul li:before {
    content: "";
    position: absolute;
    background-image: url("../../../../../s/files/1/0624/2700/5092/files/Icon_feather-check_1_v-1665730167.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    left: 0;
    top: 15px;
    overflow: hidden;
    padding-left: 0px;
}
/* @media (max-width: 749px){
  .herobanner-section ul li:before{
     background-image: url("https://cdn.shopify.com/s/files/1/0624/2700/5092/files/Icon_feather-check_9dab42a5-2644-4334-955d-d0cfdd54b361.png?v=1666003817");
  }
} */
@media (max-width: 1199px){
  .herobanner-section .seperator{
    top: 25%;
  }
}
@media (max-width: 1148px){
  .herobanner-section .seperator{
    top: 24%;
  }
}
@media (max-width: 1047px){
  .herobanner-section .seperator{
    top: 22%;
  }
}
@media (max-width: 991px){
  .herobanner-section .seperator{
    top: 19%;
    background-size:62%;
  }
}
@media (max-width: 890px){
  .herobanner-section .seperator{
    top: 18%;
  }
}
@media (max-width: 831px){
  .herobanner-section .seperator{
    top: 17%;
  }
}
@media (max-width: 749px){
  .herobanner-section .seperator{
    top: 27%;
        background-size:100%;
  }
}
@media (max-width: 336px){
  .herobanner-section .seperator{
    top: 25%;
  }
}

@media (max-width:749px){
  .herobanner-section .product-form__buttons .mobile-time-payment{
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 9px;
  }
}
.herobanner-section .product-form__buttons .price__regular{
  position: relative;
}
.herobanner-section .product-form__buttons .seperator{
    top: 100%;
    bottom: 0%;
    background-size:75%;
}
@media (max-width:1199px){
  .herobanner-section .product-form__buttons .seperator{
    right: -90px;
  }
}
@media (max-width: 991px){
  .herobanner-section .product-form__buttons .seperator{
   right: -112px;
    background-size: 50%;
  }
}
@media (max-width: 749px){
  .herobanner-section .product-form__buttons .seperator{
     right: 0;
      left: 0%;
    background-size: 100%;
  }
}
@media (max-width: 550px){
  .herobanner-section .product-form__buttons .seperator{
     bottom: -9%;
  }
}
.herobanner-section .product-form__submit{margin:0;padding:0 20px;min-width:210px}
.herobanner-section .product-form__buttons {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1199px){
  .herobanner-section .product-form__submit{min-width:190px;}
}
@media (max-width: 1023px){
  .herobanner-section .product-form__buttons {
      max-width: 100%;
  }
}
@media (max-width: 749px){
  .herobanner-section .product-form__buttons{
    display: block;
  }
  .herobanner-section .product-form__buttons .product_price {width:50%;}
}

@media (max-width: 749px){
  .subscription .herobanner-section .product-form__buttons .product_price,
  .old-sub .herobanner-section .product-form__buttons .product_price,
  .old-sub-2 .herobanner-section .product-form__buttons .product_price{width:80%;}
  .subscription .section-featured-product .product-form__buttons .product_price,
  .old-sub .section-featured-product .product-form__buttons .product_price,
  .old-sub-2 .section-featured-product .product-form__buttons .product_price{width:80%;}
}

.herobanner-section .product_price .price__regular .price-item--regular,
.herobanner-section .product_price .price-item--sale{
    margin-right: 0;
    font-size: 46px;
    line-height: 66px;
    color: #0F1048;
    font-family: var(--font-heading-family);
    font-weight: bold;
    letter-spacing: -1px;
}
@media (max-width: 1199px){
  .herobanner-section .product_price .price__regular .price-item--regular,
  .herobanner-section .product_price .price-item--sale{
    font-size: 38px;
    line-height: 66px;
  }
}
@media (max-width: 991px){
  .herobanner-section .product_price .price__regular .price-item--regular,
  .herobanner-section .product_price .price-item--sale{
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 550px){
  .herobanner-section .product_price .price__regular .price-item--regular,
  .herobanner-section .product_price .price-item--sale{
    font-size: 26px;
    line-height: 32px;
  }
}
.herobanner-section .product_price .price__sale .price-item--regular{
    margin-right: 0;
    font-size: 28px;
    line-height: 30px;
    color: #0F1048;
    font-family: var(--font-heading-family);
    font-weight: bold;
    letter-spacing: -1px;
}
@media (max-width: 1199px){
  .herobanner-section .product_price .price__sale .price-item--regular{
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 991px){
  .herobanner-section .product_price .price__sale .price-item--regular{
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 550px){
  .herobanner-section .product_price .price__sale .price-item--regular{
    font-size: 16px;
    line-height: 20px;
  }
}
 .herobanner-section .product_price .badge{display:none;}
.herobanner-section .try_time.hidden-mobile1 {
    margin-top: 20px;
    display: block;
}
 .herobanner-section .product-form__input {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom:20px;
 }
.herobanner-section .product-form__quantity .form__label{
  margin:0;
}
@media (max-width: 1023px){
  .herobanner-section .product-form__quantity .form__label{
    font-size: 18px;
  }
}
@media (max-width: 900px){
   .herobanner-section .product-form__input {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
   }
   .herobanner-section .product-form__submit {
   min-width:170px;
   }
}
.herobanner-section .payment_type{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 550px){
  .herobanner-section .payment_type{
    display: block;
  }
}
.herobanner-section .payment_type .try_time{
    line-height: 24px;
    color: #0F1048;
    font-size: 16px;
  padding-right: 10px;
    font-weight: 400;
}
.herobanner-section .payment_type .payment-card{
  display: flex;
  gap: 25px;
}
@media (max-width: 750px){
 .herobanner-section .payment_type .payment-card {gap:10px; display:flex; margin: 0 auto;margin-left: 40px;}
}
@media (max-width: 550px){
  .herobanner-section .payment_type .payment-card{
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 370px){
  .herobanner-section .payment_type .payment-card{
    margin-left: 20px
  }
  .try_time {font-size:1.4rem;}
  .herobanner-section .product_price .price__regular .price-item--regular, .herobanner-section .product_price .price-item--sale {font-size:22px;}
}

@media screen and (max-width: 350px){
.try_time {font-size:1.2rem;}
}
@media screen and (max-width: 350px){
  .herobanner-section .payment_type .payment-card{
    margin: 10px 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 350px){
  .herobanner-section .payment_type{
    display: block;
  }
}

#shopify-section-new-header{
    position: absolute;
    background: transparent;
    left: 0;
    right: 0;
    z-index: 9;
}
/* .logo-list {
    margin-bottom: 70px;
}
@media (max-width: 749px){
  .logo-list {
      margin-bottom: 40px;
  }
} */
.logo-list .image-container img{
  height: unset;
}
.logo-list .image-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 749px){
 .logo-list .image-container{
   flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
   flex-flow: wrap-reverse;
  }
}
.logo-list .image-container .logo-image{
  text-align: center;
  margin: 0 30px;
}
@media (max-width: 749px){
 .logo-list .image-container .logo-image{
   width: 21% ;
   margin: 5px 5px !important;
  }
}


.logo-list .logo-text{
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}
@media (max-width: 749px){
  .logo-list .logo-text{
    display: block;
  }
}
.logo-list .text{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    font-size: 24px;
    color:#0F1048;
    font-weight: 700;
    font-family: var(--font-heading-family);
}
@media (max-width: 749px){
  .logo-list .text{
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
    letter-spacing: 0;
    font-weight: 600;
    color: #0F1048;
    font-family: var(--font-body-family);
  }
}
@media (max-width: 800px){
  .logo-list .text br{
    display:none;
  }
}
.logo-list .text:after{
    content: "";
    position: absolute;
    background-image: url("../../../../../s/files/1/0624/2700/5092/files/Icon_feather-check_1_v-1665730167.png");
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    left: 0;
    top: 4px;
    overflow: hidden;
    padding-left: 0;
}
@media (min-width:750px){
  .logo-list .text:after{
    top: 8px;
  }
}
/* @media (max-width: 749px){
  .logo-list .text:after{
    background-image: url("https://cdn.shopify.com/s/files/1/0624/2700/5092/files/Icon_feather-check_9dab42a5-2644-4334-955d-d0cfdd54b361.png?v=1666003817");
    top: 10px;
  }
} */


.deferred-media__poster-button .icon-play path{
  fill: #fff;
}
.video-bg-color{
    display: block;
    overflow: hidden;
    border-radius: 0px 50px 0px 50px;
    padding: 100px 80px;
}
@media (max-width: 991px){
.video-bg-color{
    padding:60px 25px;
  }
}
.Video-with-text .videowithtext{
  display: flex;
  align-items: center;
  column-gap: 110px;
  max-width:1200px;
  margin: 0 auto;
}
@media (max-width:1500px){
 .Video-with-text .videowithtext{
    column-gap: 80px;
  }
}
@media (max-width:1400px){
 .Video-with-text .videowithtext{
    column-gap: 60px;
  }
}
@media (max-width:1300px){
 .Video-with-text .videowithtext{
    column-gap: 30px;
  }
}
@media (max-width:767px){
 .Video-with-text .videowithtext{
    display: block;
  }
} 
.Video-with-text .video-image{
  padding:0;
}
@media (max-width:991px){
 .Video-with-text .video-image{
    margin-bottom: 40px;
  }
}
.Video-with-text .video-text{
  padding:0;
}

@media (max-width:1500px){
  .Video-with-text .video-text .text-section{
    width: 90%;
  }
}
@media (max-width:1200px){
  .Video-with-text .video-text .text-section{
    width: 100%;
  }
}
.Video-with-text .video-title{
    font-size: 52px;
    line-height: 52px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 30px;
    font-family: var(--font-heading-family);
    color: #fff;
}
@media (max-width:1199px){
  .Video-with-text .video-title{
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 20px;
  }
}
/* @media (max-width:991px){
  .Video-with-text .video-title{
    width:40%;
  }
}
@media (max-width:890px){
  .Video-with-text .video-title{
    width:44%;
  }
}
@media (max-width:815px){
  .Video-with-text .video-title{
    width:47%;
  }
} */
/* @media (max-width:766px){
  .Video-with-text .video-title{
    width:50%;
  }
} */
/* @media (max-width:749px){
  .Video-with-text .video-title{
    width: 34%;
    font-size: 30px;
  }
}
@media (max-width:683px){
  .Video-with-text .video-title{
    width: 38%;
  }
}
@media (max-width:615px){
  .Video-with-text .video-title{
   width: 42%;
  }
}
@media (max-width:420px){
  .Video-with-text .video-title{
   width: 65%;
  }
}
@media (max-width:380px){
  .Video-with-text .video-title{
     width: 73%;
     line-height: 40px;
  }
}
  @media (max-width:344px){
  .Video-with-text .video-title{
     width: 82%;
  }
} */

@media (max-width:749px){
  .Video-with-text .video-title{
    font-size: 30px;
  }
}
.Video-with-text .video-subtitle{
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    color: #FFFFFF;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: var(--font-body-family);
}
@media (max-width:1199px){
  .Video-with-text .video-subtitle{
    margin-bottom: 20px;
  }
}

.Video-with-text .video-des p{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0;
    font-family: var(--font-body-family);
 }
@media (max-width:1199px){
  .Video-with-text .video-des p{
    font-size: 22px;
    line-height: 30px;
  }
}


.Video-with-text .video-des p span{
  color:#17BEBB;
} 
.Video-with-text .video-section__media{
  padding-bottom: 0% !important;
  height: 100%;
}
.Video-with-text .video-section__media img{
  position: unset !important;
  margin: 0 0 0 auto;
}
.Video-with-text iframe{
  width: 100%;
  height: 456px;
}
@media (max-width:749px){
  .Video-with-text iframe{
    height: 394px;
  }
}
@media (max-width:700px){
  .Video-with-text iframe{
    height: 365px;
  }
}
@media (max-width:651px){
  .Video-with-text iframe{
    height: 345px;
  }
}
@media (max-width:400px){
  .Video-with-text iframe{
    height: 200px;
  }
}
@media (max-width:350px){
  .Video-with-text iframe{
    height: 170px;
  }
}
/* .Video-with-text .deferred-media__poster-button{
  left: 60.8%;
  top: 55%;
} */
.fleet-management .management{
  padding-top: 105px;
  background-color: #F1F5F9;
}
@media (max-width:1199px){
  .fleet-management .management{
     padding-top: 90px;
  }
}
@media (max-width:991px){
  .fleet-management .management{
     padding-top: 70px;
  }
}
.fleet-management .management .section-header{
  text-align: center;
}
.fleet-management .seperator{
  top: 34%;
  right: 22%;
}
@media (max-width: 1199px){
  .fleet-management .seperator{
   right: 18%;
  }
}
@media (max-width: 1040px){
  .fleet-management .seperator{
   top: 30%;
  }
}
@media (max-width: 991px){
  .fleet-management .seperator{
   top: 29%;
    right: 6%;
  }
}
@media (max-width: 749px){
  .fleet-management .seperator{
     top: 44%;
    right: 26%;
  }
}
@media (max-width: 600px){
  .fleet-management .seperator{
    top: 37%;
    width: 220px;
    background-size: 80%;
    right:14%;
  }
}
@media (max-width: 380px){
  .fleet-management .seperator{
    right:10%;
  }
}
.fleet-management .title{
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 991px){
  .fleet-management .title{
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 749px){
  .fleet-management .title{
    width: 90%;
    margin: 0 auto 30px;
    font-size: 34px;
    line-height: 36px;
  }
}
.fleet-management .desc{
  font-size: 30px;
  line-height: 36px;
  color: #0F1048;
  font-family: var(--font-body-family);
  width: 60%;
  margin:0 auto;
  padding-bottom: 40px;
}
@media (max-width: 991px){
  .fleet-management .desc{
    width: 80%;
  }
}
@media (max-width: 749px){
  .fleet-management .desc{
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 500px){
  .fleet-management .desc{
    width: 100%;
  }
}
.fleet-management .image{margin: 0 auto; text-align: center;}
.fleet-management .image-container{
    display: inline-block;
    vertical-align: middle; 
    text-align: center;
    width: 30%;
}
@media (max-width: 749px){
  .fleet-management .image-container .round{
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
  }
}
@media (max-width: 749px){
  .fleet-management .image-container{
      position: relative;
  }
}

  .fleet-management .image-container .round-text{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    line-height: 31px;
    margin:50px auto 30px;
    color: #fff;
    background: #17BEBB;
    font-weight: 600;
    font-family: var(--font-body-family);
  }
@media (max-width: 749px) {
   .fleet-management .image-container .round-text {display:none;}
   .fleet-management .image-container .round-text:after{display:none;}
}
@media (max-width: 749px){
  .fleet-management .image-container:last-child .round-text:after{
    display:none;
  }
}
.fleet-management .image-container .second .round-text {
  background: #F7B32B;
}
.fleet-management .image-container .third .round-text {
  background: #EF3E36;
}
@media (max-width: 1040px){
  .fleet-management .image-container{
    width: 32%;
  }
}
@media (max-width: 749px){
  .fleet-management .image{
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    display: block;
    scroll-padding-left: 1rem;
    -webkit-overflow-scrolling: touch;
  }
}
.fleet-management .image{
  padding-bottom: 140px;
}
@media (max-width: 1199px){
  .fleet-management .image{
    padding-bottom: 70px;
  }
}
.fleet-management .image-container img{
    margin-bottom: 40px;
  width: auto;
  
}
@media (max-width: 749px){
  .fleet-management .image-container img{
    margin-bottom: 0;
  }
}
@media (max-width: 749px){
  .fleet-management .image-container{
    width: 100%;
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}
.fleet-management .image-container .main-title{
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    font-family: var(--font-body-family);
    color:#0F1048;
    margin-bottom:10px;
}
@media (max-width: 1199px){
  .fleet-management .image-container .main-title{
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 991px){
  .fleet-management .image-container .main-title{
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}
@media (max-width: 749px){
  .fleet-management .image-container .main-title{
    font-size: 24px;
    width: 100%;
    margin: 0 auto 10px;
  }
}

.fleet-management .image-container .sub-title{
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
  line-height: 30px;
    font-weight: 400;
    color:#0F1048;
    font-family: var(--font-body-family);
}
@media (max-width: 1199px){
  .fleet-management .image-container .sub-title{
    width: 90%;
  }
}
@media (max-width: 991px){
  .fleet-management .image-container .sub-title{
    width: 100%;
  }
}
@media (max-width: 749px){
  .fleet-management .image-container .sub-title{
    font-size: 18px;
    width: 90%;
    margin-bottom: 60px;
  }
}
@media (max-width: 749px){
  .fleet-management .image-container:last-child .sub-title{
    margin-bottom: 0px;
  }
}
@media (max-width: 338px){
  .fleet-management .image-container .sub-title{
    width: 100%;
  }
}
@media (max-width: 991px){
.image-with-text .grid{
    flex-wrap: wrap;
}
}
@media (max-width: 991px){
.image-with-text .image-with-text__media-item{
    width: 100%;
}
}
@media (max-width: 991px){
.image-with-text .grid__item{
    width: 100%;
  margin-bottom: 30px;
  }
}
@media (max-width: 749px){
.image-with-text .grid__item{
  margin-bottom: 0px;
  }
}
.image-with-text .image-with-text__content{
  padding: 0;
  padding-right: 15px;
}
@media (max-width:991px){
  .image-with-text .image-with-text__content{
    padding-right:0;
  }
}
.image-with-text .image-with-text__heading{
    font-size: 50px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #0F1048;
    font-family: var(--font-heading-family);
    margin-bottom: 20px;
}
@media (max-width: 1250px){
  .image-with-text .image-with-text__heading{
    font-size: 47px;
  }
}
@media (max-width: 1199px){
  .image-with-text .image-with-text__heading{
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 991px){
  .image-with-text .image-with-text__heading{
    font-size: 41px;
    line-height: 41px;
  }
}
@media (max-width: 755px){
  .image-with-text .image-with-text__heading{
    font-size: 38px;
    line-height: 44px;
  }
}
@media (max-width: 749px){
  .image-with-text .image-with-text__heading{
    font-size: 30px;
    line-height: 35px;
margin-bottom: 0;
  }
  .image-with-text .chat_contact,
  .image-with-text .chat_contact div,
  .image-with-text .chat_contact div a{
    width:100%;
  }
}
@media (max-width: 500px){
  .image-with-text .image-with-text__heading{
    width: auto;
  }
}
.image-with-text .image-with-text__content .seperator{
  left: 32%;
  width: 320px;
  height: 15px;
  top: 28%;
}
@media (max-width: 1266px){
  .image-with-text .image-with-text__content .seperator{
    top: 29%;
  }
}
@media (max-width: 1199px){
  .image-with-text .image-with-text__content .seperator{
    right: 21%;
    top: 16%;
    background-size: 60%;
    left: 48%;
  }
}
@media (max-width: 1099px){
  .image-with-text .image-with-text__content .seperator{
    right: 16%;
    top: 16%;
  }
}
@media (max-width: 991px){
  .image-with-text .image-with-text__content .seperator{
    right: 0;
    left: 50%;
    top: 25%;
    background-size: 82%;
  }
}
@media (max-width: 855px){
  .image-with-text .image-with-text__content .seperator{
    top: 23%;
  }
}
@media (max-width: 749px){
  .image-with-text .image-with-text__content .seperator{
    top: 15%;
    left: auto;
    right: 67%;
  }
}
@media (max-width: 630px){
  .image-with-text .image-with-text__content .seperator{
    top: 14%;
    left: auto;
    right: 53%;
  }
}
@media (max-width: 500px){
  .image-with-text .image-with-text__content .seperator{
    top: 18%;
  }
}
@media (max-width: 417px){
  .image-with-text .image-with-text__content .seperator{
    top: 16%;
    left: 28%;
    background-size:60%;
  }
}
@media (max-width: 385px){
  .image-with-text .image-with-text__content .seperator{
    left: 28%;
  }
}
@media (max-width: 364px){
  .image-with-text .image-with-text__content .seperator{
    top: 19%;
    RIGHT: 67%;
  }
}
@media (max-width: 344px){
  .image-with-text .image-with-text__content .seperator{
    top: 17%;
  }
}
.image-with-text .image-with-text__text p{
    font-size: 24px;
  font-weight:600;
    color: #0F1048;
    font-weight: var(--font-body-family);
}

.set-up{
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 70px;
}
.set-up .section-header{
  margin-bottom: 50px;
}
.set-up .seperator{
  top: 100%;
  right: 25%;
  margin-top: 5px;
  height: 15px;
  width: 320px;
}
@media (max-width: 768px){
.set-up .seperator{
    left: 45%;
    background-size: 55%;
}
}
}
.set-up .title{
  font-size: 50px;
  line-height: 60px;
  font-weight: 500;
}
@media (max-width: 749px){
  .set-up .title{
   font-size: 34px;
    line-height: 40px;
    margin-top: 20px;
  }
}
.set-up .Set-up-section{
  display: block;
  text-align: center;
}
.set-up .Set-up-section .section-header h2{
  font-weight:500;
}
.set-up .Set-up-section .btn{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
}
@media (max-width: 749px){
 .set-up .Set-up-section .btn{
    display: block;
 } 
   .set-up .Set-up-section .btn .chat_contact{
     justify-content: center;
   }
  .set-up .Set-up-section .btn .chat_contact div,
  .set-up .Set-up-section .btn .chat_contact div a{
    width:100%;
  }
}
.set-up .set-up-images{
  display: block;
  overflow: hidden;
}
@media (max-width: 749px){
  .set-up .set-up-images{
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    display: block;
    scroll-padding-left: 1rem;
    -webkit-overflow-scrolling: touch;
  }
}
.set-up .image-container{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
@media (max-width: 749px){
  .set-up .image-container{
    width: 100%;
    padding: 0;
    scroll-snap-align: start;
    flex-shrink: 0;
  }
}
.set-up .image-container img{
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  margin-bottom: 50px;
}
@media (max-width: 749px){
  .set-up .image-container img {
    margin-bottom: 0px;
    width: 300px;
  }
}
@media (max-width: 749px){
  .set-up .image-container .round {
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
  }
}
 .set-up .image-container .round .round-text{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    font-size: 18px;
    line-height: 31px;
    margin:50px auto 30px;
    color: #fff;
    background: #17BEBB;
    font-weight: 600;
    font-family: var(--font-body-family);
  }
@media (min-width:750px){
   .set-up .image-container .round .round-text{
    width: 35px;
    height: 35px;
    line-height: 36px;
     font-size: 21px;
    margin: 0 auto 15px;
   }
}
@media (max-width: 749px){
 .set-up .image-container .round .round-text{
        width: 40px;
    height: 40px;
   font-size: 16px;
    line-height: 41px;
    margin: 30px auto 15px;
  }
}
@media (max-width: 749px){
 .set-up .image-container .round .round-text:after{
    display:none;
  }
}
@media (max-width: 749px){
 .set-up .image-container:last-child .round-text:after{
    display:none;
  }
}
.set-up .image-container .second .round-text {
  background: #F7B32B;
}
.set-up .image-container .third .round-text {
  background: #EF3E36;
}





.set-up .image-container .main-title{
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  color: #0F1048;
  margin-bottom: 10px;
  font-family: var(--font-body-family);
}
@media (max-width: 1027px){
  .set-up .image-container .main-title{
    font-size: 24px;
    line-height: 25px;
}
}
@media (max-width: 749px){
  .set-up .image-container .main-title{
    font-size: 24px;
    width: 90%;
    font-weight: 700;
    margin: 0 auto 10px;
}
}
.set-up .image-container .sub-title{
    font-size: 24px;
  color: #0F1048;
    font-weight: 400;
    font-family: var(--font-body-family);
  min-height: 81px;
}
@media (max-width: 1027px){
  .set-up .image-container .sub-title{
    min-height:110px;
}
}
@media (max-width: 812px){
  .set-up .image-container .sub-title{
    min-height: 135px;
}
}
@media (max-width: 749px){
  .set-up .image-container .sub-title{
   width: 90%;
    margin: 0 auto 40px;
    padding: 0;
    min-height: auto;
}
}
@media (max-width: 749px){
  .set-up .image-container:last-child .sub-title{
    margin: 0 auto 0;
}
}
@media (max-width: 660px){
  .set-up .image-container .sub-title{
   width: 100%;
    font-size: 18px;
    line-height: 24px;
}
}
/*********************  single product     ************************/
@media (min-width:544px) and (max-width: 1199px){
  .section-featured-product .product__info-wrapper{
    padding: 0 10px !important;
  }
}
@media (max-width: 900px){
  .section-featured-product{
    margin-top: 30px;
  }
}
@media (max-width: 991px){
  .section-template--15893143486628__ec74e002-81f5-4b92-a96a-b129f5265123-padding{
    padding-top: 0 !important;
  }
}
.section-featured-product .section-header .seperator{
    top: 55%;
    right: 20%;
    height: 15px;
    width: 295px;
}
@media (max-width: 1279px){
  .section-featured-product .section-header .seperator{
    right: 30%;
  }
}
@media (max-width: 1199px){
  .section-featured-product .section-header .seperator{
    top: 50%;
    right: 20%;
  }
}
@media (max-width: 991px){
  .section-featured-product .section-header .seperator{
    right: 35%;
    top:54%;
  }
}
@media (max-width: 897px){
  .section-featured-product .section-header .seperator{
    right: 36%;
  }
}
@media (max-width: 869px){
  .section-featured-product .section-header .seperator{
    right: 35%;
  }
}
@media (max-width: 749px){
  .section-featured-product .section-header .seperator{
    top: 56%;
    right: 46%;
  }
}
@media (max-width: 600px){
  .section-featured-product .section-header .seperator{
    top: 49%;
    right: 40%;
  }
}
@media (max-width: 534px){
  .section-featured-product .section-header .seperator{
    right: 42%;
  }
}
@media (max-width: 465px){
  .section-featured-product .section-header .seperator{
    top: 48%;
    right: 32%;
  }
}
@media (max-width: 330px){
  .section-featured-product .section-header .seperator{
    top: 48%;
  }
}
@media (max-width: 323px){
  .section-featured-product .section-header .seperator{
    top: 45%;
  }
}
.section-featured-product .section-header h2{
  width: 60%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 1279px){
  .section-featured-product .section-header h2{
    width: 65%;
  }
}
@media (max-width: 1199px){
  .section-featured-product .section-header h2{
    width: 70%;
  }
}
@media (max-width: 991px){
  .section-featured-product .section-header h2{
    width: 70%;
  }
  .section-featured-product .section-header h2 .underyellow_product{
    display:inline-block;
  }
}

@media (max-width: 543px){
  .section-featured-product .section-header h2{
    width: 90%;
  }
}

@media (max-width: 465px){
  .section-featured-product .section-header h2{
    margin-bottom: 20px;
  }
}
@media (max-width: 424px){
  .section-featured-product .section-header h2{
    width: 100%;
  }
}


.section-featured-product .section-header{
  text-align: center;
}
.section-featured-product .desc{
    font-size: 30px;
    line-height: 36px;
  font-weight:400;
  color: #0F1048;
    font-family: var(--font-body-family);
    width: 65%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.template-page.thankyou .section-featured-product .desc{font-size:24px;font-weight:bold;line-height:28px;}

@media (max-width: 991px){
  .section-featured-product .desc{
    width: 70%;
  }
}
@media (max-width: 749px){
  .section-featured-product .desc{
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 621px){
  .section-featured-product .desc{
    width: 80%;
  }
}
@media (max-width: 547px){
  .section-featured-product .desc{
    width: 90%;
  }
}
@media (max-width: 465px){
  .section-featured-product .desc{
    padding-bottom: 5px;
  }
}
@media (max-width: 490px){
  .section-featured-product .desc{
    width: 95%;
  }
}
.section-featured-product .include_kit{
  display: flex;
  align-items: center;
}
@media (max-width: 749px){
  .section-featured-product .include_kit{
    justify-content: space-between;
  }
}
  .section-featured-product .include_kit .kit_text{
    width: 63%;
  }
.section-featured-product .include_kit .kit_image{
    width: 37%;
  }
.section-featured-product .include_kit .kit_text label{
    color: #0F1048;
    font-size: 24px;
    font-weight: 600 !important;
    font-family: var(--font-body-family);
}
@media (max-width: 1199px){
  .section-featured-product .include_kit .kit_text label{
    font-size: 20px;
  }
}
@media (max-width: 550px){
  .section-featured-product .include_kit .kit_text label{
    font-size: 16px;
  }
}
.section-featured-product .include_kit .kit_text ul li{
    list-style: none;
    position: relative;
    color: #0F1048;
    font-size: 16px;
    font-weight: 600 !important;
    font-family: var(--font-body-family);
}
@media (max-width: 550px){
  .section-featured-product .include_kit .kit_text ul li{
    font-size: 16px;
  }
}
.section-featured-product .kit_warranty{
  display: inline-block;
  vertical-align: middle;
  background-color: #F1F5F9;
  padding: 10px 10px 10px 15px;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #0F1048;
  font-size: 13px;
  font-weight: 600 !important;
  font-family: var(--font-body-family);
}
@media (max-width: 1295px){
  .section-featured-product .kit_warranty{
    font-size: 11px;
  }
}
@media (max-width: 749px){
  .section-featured-product .kit_warranty{
    margin: 0.5rem 0;
  }
  .product-form__quantity .form__label {font-size:18px!important;}
}
.section-featured-product .include_kit .kit_text ul li:before{
    content: "";
    position: absolute;
    background-image: url(../../../../../s/files/1/0624/2700/5092/files/Icon_feather-check_1_v-1665730167.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    left: -37px;
    top: 6px;
    overflow: hidden;
    padding-left: 0;
}
.section-featured-product .product_price .price__regular .price-item--regular,
.section-featured-product .product_price .price-item--sale,
.product__info-container .price__container .price-item--sale {
    margin-right: 0;
    font-size: 50px;
    line-height: 66px;
    color: #0F1048;
    font-family: var(--font-heading-family);
    font-weight: bold;
    letter-spacing: -1px;
}
@media (max-width: 1199px){
  .section-featured-product .product_price .price__regular .price-item--regular,
  .section-featured-product .product_price .price-item--sale,
  .product__info-container .price__container .price-item--sale{
    font-size: 38px;
    line-height: 66px;
  }
}
@media (max-width: 991px){
  .section-featured-product .product_price .price__regular .price-item--regular,
  .section-featured-product .product_price .price-item--sale,
  .product__info-container .price__container .price-item--sale{
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 550px){
  .section-featured-product .product_price .price__regular .price-item--regular,
  .section-featured-product .product_price .price-item--sale{
    font-size: 26px;
    line-height: 32px;
  }
}
.section-featured-product .product_price .price__sale .price-item--regular,
.product__info-container .price__container .price__sale .price-item--regular{
    margin-right: 0;
    font-size: 30px;
    line-height: 30px;
    color: #0F1048;
    font-family: var(--font-heading-family);
    font-weight: bold;
    letter-spacing: -1px;
}
@media (max-width: 1199px){
  .section-featured-product .product_price .price__sale .price-item--regular,
  .product__info-container .price__container .price__sale .price-item--regular{
    font-size: 24px;
    line-height: 26px;
  }
}
@media (max-width: 991px){
  .section-featured-product .product_price .price__sale .price-item--regular,
  .product__info-container .price__container .price__sale .price-item--regular{
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 550px){
  .section-featured-product .product_price .price__sale .price-item--regular{
    font-size: 16px;
    line-height: 20px;
  }
}
.section-featured-product .product_price .badge{
  display:none;
}
.section-featured-product .payment_type{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 550px){
  .section-featured-product .payment_type{
    display: block;
  }
}
.section-featured-product .payment_type .try_time{
    line-height: 24px;
    color: #0F1048;
    font-size: 18px;
  padding-right: 10px;
    font-weight: 400;
}
.section-featured-product .payment_type .payment-card{
  display: flex;
  gap: 25px;
}
@media (max-width: 550px){
  .section-featured-product .payment_type .payment-card{
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.section-featured-product .emailbox .line-item-property__field{
  margin-bottom:15px;
}

.section-featured-product .emailbox .emailtext{
    font-size: 16px;
    color: #0F1048;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    letter-spacing:0;
}
.section-featured-product .emailbox .emailid{
    border: 1px solid #B6B6C6;
    border-radius: 10px;
    padding: 12px 20px;
    line-height: 24px;
    font-size: 16px;
    width: 100%;
    color: #0F1048;
    opacity: 0.6;
}
.section-featured-product .emailbox .line-item-property__field label{
    color: #0F1048;
    letter-spacing: 0;
    line-height: 18px;
    cursor: pointer;
    font-size: 13px;
}
@media (max-width:480px){
  .section-featured-product .emailbox .line-item-property__field label{
    font-size: 13px;
  }
  .section-featured-product .emailbox .line-item-property__field{
  margin-bottom:unset;
}
}
.section-featured-product .emailbox .line-item-property__field input[type='checkbox'] {
      cursor: pointer;
  display: inline-block;
    vertical-align: middle;
}
@media (max-width:749px){
  .section-featured-product .product-form__buttons .mobile-time-payment{
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 9px;
  }
}
.section-featured-product .product-form__buttons .price__regular{
  position: relative;
}
.section-featured-product .product-form__buttons .seperator{
    top: 100%;
    bottom: 0%;
    background-size:75%;
}
@media (max-width:1199px){
  .section-featured-product .product-form__buttons .seperator{
    right: -90px;
  }
}
@media (max-width: 991px){
  .section-featured-product .product-form__buttons .seperator{
   right: -112px;
    background-size: 50%;
  }
}
@media (max-width: 749px){
  .section-featured-product .product-form__buttons .seperator{
     right: 0;
      left: 0%;
    background-size: 100%;
  }
}
@media (max-width: 550px){
  .section-featured-product .product-form__buttons .seperator{
     bottom: -9%;
  }
}
.section-featured-product .product-form__submit{margin:0;padding:0 20px;min-width:210px;}
.section-featured-product .product-form__buttons {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1299px){
.section-featured-product .product-form__submit{margin:0;min-width:180px;}
}
@media (max-width: 850px){
.section-featured-product .product-form__submit{margin:0;min-width:170px;}
}
@media (max-width: 749px){
  .section-featured-product .product-form__buttons{
    display: block;
  }
  .section-featured-product .product-form__buttons .product_price {width:50%;}
}
.section-featured-product .product-form__input--dropdown {
  max-width: 100%;
}

.section-featured-product .product-form__input--dropdown .form__label,
.section-featured-product .product-form__input .form__label,
.product__info-container .product-form__input .form__label,
.index-herobanner .product-form__input .form__label{
    font-size: 24px;
    font-weight: 700;
    color: #0F1048;
    letter-spacing: 0;
}
@media (max-width: 1210px){
  .section-featured-product .product-form__input--dropdown .form__label,
  .section-featured-product .product-form__input .form__label,
  .product__info-container .product-form__input .form__label,
  .index-herobanner .product-form__input .form__label{
    font-size: 20px;
  }
}
@media (max-width: 1024px){
  .section-featured-product .product-form__input--dropdown .form__label,
  .section-featured-product .product-form__input .form__label,
  .product__info-container .product-form__input .form__label,
  .index-herobanner .product-form__input .form__label{
    font-size: 16px;
  }
}
.section-featured-product .product-form__input--dropdown .select{
  max-width: 100%;
}
.section-featured-product .product-form__input--dropdown select{
  max-width: 100%;
  border: 1px solid #B6B6C6;
  border-radius: 10px;
  font-size: 16px;
  color: #0F1048;
  font-weight: 700;
}
@media (max-width: 900px){
  .section-featured-product .product-form__input--dropdown select{
    font-size: 14px;
  }
}

/*********************  Limited Time section     ************************/
.limited-time-section{
  margin-bottom: 70px;
}

.limited-time .seperator{
  top: 18%;
  right: 20%;
}
@media (max-width: 1199px){
  .limited-time .seperator{
    top: 15%;
    right: 30%;
  }
}
@media (max-width: 991px){
  .limited-time .seperator{
    left: 40%;
    background-size: 60%;
    top: 12%;
  }
}
@media (max-width: 749px){
  .limited-time .seperator{
    top: 16%;
    right: 57%;
  }
}
@media (max-width: 446px){
  .limited-time .seperator{
    right: 38%;
  }
}
@media (max-width: 425px){
  .limited-time .seperator{
    top: 24%;
    left: 38%;
    background-size: 90%;
    width: 170px;
  }
}
@media (max-width: 380px){
  .limited-time .seperator{
    left: 45%;
  }
}
@media (max-width: 354px){
  .limited-time .seperator{
    top: 31%;
    right: 59%;
  }
}
.limited-time .time-section{
    padding: 50px 50px 15px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    border-radius: 50px 0px 50px 0px;
}
@media (max-width: 991px){
  .limited-time .time-section{
   padding: 50px 40px 15px;
  }
}
@media (max-width: 749px){
  .limited-time .time-section{
   flex-wrap: wrap;
  }
}
@media (max-width: 400px){
  .limited-time .time-section{
    flex-wrap: wrap;
  }
}
.limited-time .time-section .limited-text{
  padding: 0;
}
@media (max-width: 749px){
  .limited-time .time-section .limited-text{
     width:100%
  }
}
.limited-time .time-section .limited-image{
  padding: 0;
  text-align: center;
}
@media (max-width: 749px){
  .limited-time .time-section .limited-image{
     width:100%;
     margin-bottom: 30px;
  }
}
@media (max-width: 749px){
  .limited-time .time-section .sub-title{
    display:none;
      color: #B6B6C7;
      font-size: 16px;
      font-family: var(--font-body-family);
      text-align: center;
      margin-bottom: 10px;
  }
}
@media (max-width: 749px){
  .limited-time .time-section .limited-image .btn {
     margin-bottom: 20px;
  }
  .limited-time .time-section .limited-image .btn.chat_contact {
      justify-content: center;
  }
  .limited-time .time-section .limited-image .btn.chat_contact .chat,
  .limited-time .time-section .limited-image .btn.chat_contact .chat a {
    width:100%;
  }
}
.limited-time .section-header h2{
  color: #ffffff;
  letter-spacing: 0;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 35px;
  font-weight: 500;
}
@media (max-width: 1199px){
  .limited-time .section-header h2{
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 749px){
  .limited-time .section-header h2{
    font-size: 30px;
    line-height: 30px;
  }
}
.limited-time .section-header .desc{
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    width: 75%;
    margin-bottom: 30px;
    font-family: var(--font-body-family);
}
@media (max-width: 1199px){
  .limited-time .section-header .desc{
    width: 100%;
  }
}
@media (max-width: 582px){
  .limited-time .section-header .desc{
    width: 100%;
  }
}
@media (max-width: 425px){
  .limited-time .section-header .desc{
    font-size: 18px;
    line-height:24px;
  }
}
.limited-time .section-header .btn{
  margin-bottom: 20px;
}
@media (max-width: 749px){
  .limited-time .section-header .btn{
    display: inline-block;
    vertical-align: middle;
    float: left;
    width:50%;
  }
}
@media (max-width: 331px){
  .limited-time .section-header .btn {
    margin-bottom: 20px;
  }
}

@media (max-width: 749px){
  .limited-time .section-header .sub-title{
    display: none;
    vertical-align: middle;
    width: 50%;
    float: left;
    padding-left: 25px;
    margin-bottom: 20px;
    line-height: 47px;
  }
}
@media (max-width: 671px){
  .limited-time .section-header .sub-title{
    line-height: 25px;
  }
}
@media (max-width:414px){
  .limited-time .section-header .sub-title{
    padding-left: 20px;
  }
}
/* @media (max-width: 380px){
  .limited-time .section-header .sub-title{
    width: 100%;
    padding-left: 0;
    float: none;
  }
} */
@media (max-width: 749px){
  .limited-time .section-header .btn .button {
    padding: 15px 1.8rem;
  }
}
.limited-time .section-header .sub-title{
    display:none;
    color: #B6B6C7;
    font-size: 16px;
    font-family: var(--font-body-family);
}

/*********************  vehicle management section     ************************/
.vehicle-management:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -26%;
    bottom: -35%;
    z-index: -1;
    background-repeat: no-repeat;
    background-image: url("../../../../../s/files/1/0624/2700/5092/files/bg_map_v-1665741703.png");
}
@media (max-width: 1500px){
  .vehicle-management:after{
    left: -35%;
    bottom: -33%;
  }
}
@media (max-width: 1300px){
  .vehicle-management:after{
    left: -40%;
  }
}
@media (max-width: 1150px){
  .vehicle-management:after{
    left: -50%;
  }
}
@media (max-width: 1000px){
  .vehicle-management:after{
    left: -60%;
  }
}
@media (max-width: 900px){
  .vehicle-management:after{
   left: 0;
    bottom: -53%;
  }
}
.vehicle-management {
    display: block;
    position: relative;
}
.vehicle-management .row{
  overflow: hidden;
}
.vehicle-management .section-header h2{
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 30px;
  font-family: var(--font-heading-family);
}
@media (max-width: 991px){
  .vehicle-management .section-header h2{
    font-size: 34px;
  line-height: 38px;
  }
}
@media (max-width: 900px){
  .vehicle-management .section-header h2{
    font-size: 30px;
    margin-bottom: 20px;
    width:70%;
  }
}
@media (max-width: 577px){
  .vehicle-management .section-header h2{
    width: 85%;
  }
}
@media (max-width: 400px){
  .vehicle-management .section-header h2{
    width: 100%;
  }
}
.vehicle-management .section-header .desc{
    font-size: 30px;
    color: #0F1048;
    line-height: 36px;
  margin-bottom: 20px;
    font-weight: var(--font-body-family);
}
@media (max-width: 900px){
  .vehicle-management .section-header .desc{
    width:70%;
    font-size: 24px;
  }
}
@media (max-width: 577px){
  .vehicle-management .section-header .desc{
    width: 85%;
    font-size: 24px;
  }
}
@media (max-width: 400px){
  .vehicle-management .section-header .desc{
    width: 100%;
  }
}
@media (min-width: 901px){
  .vehicle-management .section-header{
    padding-right: 30px;
  }
}
@media (max-width: 900px){
  .vehicle-management .section-header{
    width:100%;
  }
}
@media (max-width: 900px){
  .vehicle-management .vehical-2text{
    width:100%;
    position: relative;
    flex-wrap: inherit;
    overflow: hidden;
    display: block;
    scroll-padding-left: 1rem;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: wrap;
  }
}
.vehicle-management .vehical-text1{
  padding-left: 0;
  padding-bottom: 95px;
}
@media (max-width: 900px){
  .vehicle-management .vehical-text1{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    scroll-snap-align: start;
    flex-shrink: 0;
    order: 2;
    padding-bottom: 155px;
  }
}
@media (max-width: 450px){
  .vehicle-management .vehical-text1{
    padding-bottom: 110px;
  }
}
/* @media (max-width: 570px){
  .vehicle-management .vehical-text1{
    width: calc(70% - 3rem);
  }
}
@media (max-width: 500px){
  .vehicle-management .vehical-text1{
    width: calc(80% - 3rem);
  }
}
@media (max-width: 450px){
  .vehicle-management .vehical-text1{
    width: calc(90% - 3rem);
  }
}
@media (max-width: 500px){
  .vehicle-management .vehical-text1{
    width: calc(100% - 3rem);
  }
} */
.vehicle-management .vehical-text2{
  padding-right: 0;
}
@media (max-width: 900px){
  .vehicle-management .vehical-text2{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    flex-shrink: 0;
    order: 1;
    margin-bottom: 60px;
    overflow: hidden;
  }
}
/* @media (max-width: 570px){
  .vehicle-management .vehical-text2{
    width: calc(70% - 3rem);
  }
}
@media (max-width: 500px){
  .vehicle-management .vehical-text2{
    width: calc(80% - 3rem);
  }
}
@media (max-width: 450px){
  .vehicle-management .vehical-text2{
    width: calc(90% - 3rem);
  }
}
@media (max-width: 500px){
  .vehicle-management .vehical-text2{
    width: calc(100% - 3rem);
  }
} */
.vehicle-management .vehical-text2 .vehical-last{
  border: 2px solid #B6B6C6;
  border-radius: 0 50px 0px 50px;
  padding: 40px 0 0;
  margin-top: 45px;
}
.vehicle-management .text-box {
  padding: 40px 50px 72px;
  border-radius: 50px 0px 50px 0px;
  position: relative;
}
@media (max-width: 1199px){
  .vehicle-management .text-box{
    padding: 40px 25px 72px;
  }
}
.vehicle-management .image-1{
    position: absolute;
    bottom: -15%;
    left: -42%;
}
@media (max-width: 991px){
  .vehicle-management .image-1{
    left: 0;
    bottom: -10%;
  }
}
@media (max-width: 900px){
  .vehicle-management .image-1{
    left: 0;
    bottom: -31%;
  }
}
@media (max-width: 638px){
  .vehicle-management .image-1{
    bottom: -29%;
  }
}
@media (max-width: 540px){
  .vehicle-management .image-1{
    bottom: -27%;
  }
}
@media (max-width: 500px){
  .vehicle-management .image-1{
    bottom: -24%;
  }
}
@media (max-width: 480px){
  .vehicle-management .image-1{
    bottom: -21%;
  }
}
@media (max-width: 450px){
  .vehicle-management .image-1{
    bottom: -19%;
  }
}
@media (max-width: 400px){
  .vehicle-management .image-1{
    bottom: -15%;
  }
}
@media (max-width: 360px){
  .vehicle-management .image-1{
    bottom: -13%;
  }
}
.vehicle-management .text-box .vehical-logo{
  margin-bottom: 15px;
}
.vehicle-management .text-box .desc1 ul{
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}
.vehicle-management .text-box .desc1 ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    font-family: var(--font-body-family);
    margin-bottom: 10px;
}
.vehicle-management .text-box .desc1 ul li:before {
    content: "";
    position: absolute;
    background-image: url("../../../../../s/files/1/0624/2700/5092/files/Icon_feather-check_1_v-1665730167.png");
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    left: 0;
    top: 9px;
    overflow: hidden;
    padding-left: 0px;
}
.vehicle-management .text-box .btn{
    text-align: left;
    padding-left: 29px;
    margin-bottom: 30px;
}
@media (max-width: 749px){
  .vehicle-management .text-box .btn .chat,
  .vehicle-management .text-box .btn .chat a{
    width:100%;
  }
}
.vehicle-management .title{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 18px;
    color: #0F1048;
    font-family: var(--font-body-family);
    border-bottom: 1px solid #B6B6C6;
    padding-bottom: 15px;
}
.vehicle-management .text-box2 .title{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 18px;
  color: #0F1048;
    font-family: var(--font-body-family);
}
.vehicle-management .vehical-text1 .title{
  color: #FFFFFF;
}
.vehicle-management .text-box2{
  padding: 0 39px;
}
@media (max-width:1199px){
  .vehicle-management .text-box2{
    padding: 0 25px;
  }
}
.vehicle-management .text-box2 .desc2 ul{
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
}
.vehicle-management .text-box2 .desc2 ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color: #0F1048;
    font-family: var(--font-body-family);
}
.vehicle-management .text-box2 .desc2 ul li:before {
    content: "";
    position: absolute;
    background-image: url("../../../../../s/files/1/0624/2700/5092/files/icons8-close-30_3_v-1665738954.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 0px;
    background-position: 4px 4px;
    border-radius: 20px;
    background-color: #EF3E36;
    top: 7px;
    overflow: hidden;
    padding-left: 0px;
}
.vehicle-management .image-2{
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

/*********************  custom faq section     ************************/
.custom-faq{
  overflow: hidden;
  display: block;
}
.custom-faq .collapsible-content__heading{
  color: #0F1048;
  font-size:50px;
}
@media (max-width: 1300px){
.custom-faq .collapsible-content__heading{
  font-size: 30px;
  color: #0F1048;
  font-weight: 500;
}
}
.custom-faq .collapsible-content__header{
  position: relative;
  width: 70%;
  text-align: left !important;
}
@media (max-width: 1260px){
  .custom-faq .collapsible-content__header{
  width: 60%;
}
}
@media (max-width: 937px){
  .custom-faq .collapsible-content__header{
  width: 100%;
}
}
@media (max-width: 470px){
  .custom-faq .collapsible-content__header{
  width: 95%;
}
}
@media (max-width: 749px){
  .custom-faq .collapsible-content__header{
    margin-top: 50px;
    margin-bottom: 50px;
}
}
@media (max-width: 543px){
  .custom-faq .collapsible-content__header{
    margin-top: 0px;
    margin-bottom: 0px;
}
}
.custom-faq .collapsible-content summary:hover .accordion__title{
  text-decoration: none;
}
.custom-faq .collapsible-content__grid-item:before{
    content: "";
    position: absolute;
    width: 45%;
    height: 360px;
    left: 0;
    top: 0%;
    background: #F1F5F9;
    border-radius: 0 50px 0px 50px;
}
@media (max-width: 1100px){
  .custom-faq .collapsible-content__grid-item:before{
    width: 470px;
  }
}
@media (max-width: 991px){
  .custom-faq .collapsible-content__grid-item:before{
    width: 400px;
  }
}
@media (max-width: 862px){
  .custom-faq .collapsible-content__grid-item:before{
    width: 350px;
  }
}
@media (max-width: 749px){
  .custom-faq .collapsible-content__grid-item:before{
    width: 95%;
  }
}
@media (max-width: 543px){
  .custom-faq .collapsible-content__grid-item:before{
    width: 89%;
    height: 300px;
  }
}
.custom-faq .collapsible-content__grid-item .global-media-settings img{
  height: unset;
  width: 80%;
}
@media (max-width: 543px){
  .custom-faq .collapsible-content__grid-item .global-media-settings img{
    width: 100%;
  }
}

.custom-faq .accordion .detail{
  padding: 5px 0;
  border-bottom: 1px solid #B6B6C6;
}
.custom-faq .accordion{
  color: #0F1048;
}
.custom-faq .accordion__title{
    font-size: 26px;
    font-weight: 600;
  color: #0F1048;
    font-family: var(--font-body-family);
}
@media (max-width: 1450px){
  .custom-faq .accordion__title{
    font-size: 24px;
  }
}
@media (max-width: 991px){
  .custom-faq .accordion__title{
    font-size: 20px;
  }
}
@media (max-width: 550px){
  .custom-faq .accordion__title{
    font-size: 18px;
  }
}
.custom-faq .accordion:last-child .detail{
  border-bottom: none;
}
.custom-faq summary .icon-caret{
  height: 1rem;
  top: 26px;
}
@media (max-width: 991px){
  .custom-faq summary .icon-caret{
  top: 24px;
}
}
@media (max-width: 550px){
  .custom-faq summary .icon-caret{
  top: 22px;
}
}
/*********************  index text section    ************************/
@media screen and (min-width: 750px){
  .index-with-text .rich-text__wrapper{
    padding: 0 15px;
  }
}
@media (max-width: 749px){
 .index-with-text .seperator{
    top: 23%;
    left: 40%;
  }
}
@media (max-width: 742px){
 .index-with-text .seperator{
    top: 22%;
  }
}
@media (max-width: 501px){
 .index-with-text .seperator{
    top: 21%;
  }
}
@media (max-width: 378px){
 .index-with-text .seperator{
    top: 17%;
  }
}
@media (max-width: 335px){
 .index-with-text .seperator{
    top: 16%;
  }
}
@media (max-width: 749px){
  .index-with-text .rich-text__wrapper{
    margin: 0 auto;
  }
}
.template-index .index-with-text .underyellow:after{
  display: none;
}
.index-with-text .rich-text__blocks{
    background-color: #0f1048;
    max-width: 1200px;
    padding: 100px 200px;
    border-radius: 0 50px 0px 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1130px){
  .index-with-text .rich-text__blocks{
    padding: 100px 180px;
  }
}
@media (max-width: 1087px){
  .index-with-text .rich-text__blocks{
    padding: 100px 150px;
  }
}
@media (max-width: 991px){
  .index-with-text .rich-text__blocks{
    padding: 100px 70px;
  }
}
@media (max-width: 749px){
  .index-with-text .rich-text__blocks{
    padding: 60px 35px;
  }
}
@media (max-width: 749px){
  .index-with-text .rich-text__heading{
    width: 70%;
    margin: 0 auto 20px;
  }
}
@media (max-width: 571px){
  .index-with-text .rich-text__heading{
    width: 100%;
  }
}
.index-with-text .rich-text__heading p{
  font-family: var(--font-heading-family);
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
  line-height:60px;
}
@media (max-width: 1130px){
  .index-with-text .rich-text__heading p{
    font-size: 45px;
  }
}
@media (max-width: 991px){
  .index-with-text .rich-text__heading p{
    font-size: 40px;
  }
}
@media (max-width: 749px){
  .index-with-text .rich-text__heading p{
    font-size: 30px;
    line-height:36px;
  }
}
@media (max-width: 749px){
  .index-with-text .rich-text__text{
      width: 70%;
      margin: 0 auto;
  }
  .index-with-text .rich-text__buttons .chat_contact,
  .index-with-text .rich-text__buttons .chat_contact .chat,
  .index-with-text .rich-text__buttons .chat_contact .chat a{
    width:100%;
  }
}
@media (max-width: 550px){
  .index-with-text .rich-text__text{
      width: 100%;
  }
}
.index-with-text .rich-text__text p{
    font-family: var(--font-body-family);
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}
@media (max-width: 749px){
  .index-with-text .rich-text__text p{
    font-size: 16px;
    line-height: 28px;
  }
}
/*********************  footer    ************************/
@media (min-width: 750px){
  .section-footer-padding{
    padding-top: 0 !important;
  }
}
@media (max-width: 991px){
  .footer{
    margin-top: 0 !important;
  }
}
.footer .footer__blocks-wrapper .grid__item:first-child  .footer-block__heading{
  font-size: 40px;
}
@media (max-width: 991px){
  .footer .footer__blocks-wrapper .grid__item:first-child .footer-block__heading{
    font-size: 28px;
  }
}
@media (max-width: 749px){
  .footer .footer__blocks-wrapper .grid__item:first-child .footer-block__heading{
    font-size: 24px;
  }
}
@media (max-width: 340px){
  .footer .footer__blocks-wrapper .grid__item:first-child .footer-block__heading{
    font-size: 22px;
  }
}
.footer .footer__blocks-wrapper .grid__item:first-child .rte{
  margin-bottom: 20px;
  color: #0F1048;
  font-size: 18px;
  font-family: var(--font-body-family);
}
.footer .footer__blocks-wrapper .grid__item:first-child .rte p:before{
  display:none;
}
.footer .footer__blocks-wrapper .grid__item:first-child .rte p{
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 749px){
  .footer .footer__blocks-wrapper .grid__item:first-child .rte p{
      line-height: 25px;
    padding: 0;
  }
}
@media (min-width: 750px){
  .footer .footer__blocks-wrapper .grid__item:first-child .rte p{
      font-size: 24px;
  }
}
.footer .footer__blocks-wrapper .grid__item .rte p{
    color: #0F1048;
    font-size: 24px;
    line-height: 30px;
    padding-left: 40px;
    font-family: var(--font-body-family);
    position: relative;
    margin-bottom: 1em;
}
.footer-link{
    font-size: 24px!important;
}
.footer .footer__blocks-wrapper .grid__item .rte p:last-child{
    margin-bottom: 0;
}
@media (max-width: 1199px){
  .footer .footer__blocks-wrapper .grid__item .rte p{
    padding-left: 30px;
  }
}
@media (max-width: 749px){
  .footer .footer__blocks-wrapper .grid__item .rte p{
    padding-left: 25px;
    line-height: 17px;
  }
  .footer .footer__blocks-wrapper .grid__item .rte p {
    font-size:18px;
    line-height:24px;
  }
  .footer-link {font-size: 18px!important;}
}
.footer .footer__blocks-wrapper .grid__item .rte p:before{
    content: "";
    position: absolute;
    background-image: url("../../../../../s/files/1/0624/2700/5092/files/Icon_feather-check_1_v-1665730167.png");
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    left: 0;
    top: 6px;
    overflow: hidden;
    padding-left: 0;
}
@media (max-width: 749px){
  .footer .footer__blocks-wrapper .grid__item .rte p:before{
    background-image: url("https://cdn.shopify.com/s/files/1/0624/2700/5092/files/Icon_feather-check_9dab42a5-2644-4334-955d-d0cfdd54b361.png?v=1666003817");
  }
}
@media (max-width: 749px){
  .footer .footer-block.grid__item:after{
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      right: 0;
      background: #7A7A7A;
  }
}
@media (max-width: 749px){
  .footer .footer-block:last-child.grid__item:after{
      display:none;
  }
}
.footer .footer-block__heading{
  font-size: 24px;
  font-weight: 500;
  color: #0F1048;
  font-family: var(--font-heading-family);
}
@media (max-width:749px){
  .footer .footer-block__heading{
    margin-bottom: 15px;
  }
}
.footer .footer__blocks-wrapper{
  flex-wrap: nowrap;
}
.footer .footer__blocks-wrapper .grid__item:nth-child(1){
  width: 50%;
  max-width: unset;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 1199px){
  .footer .footer__blocks-wrapper .grid__item:nth-child(1){
    padding-left: 50px;
  }
}
@media (max-width: 991px){
  .footer .footer__blocks-wrapper .grid__item:nth-child(1){
    padding-left: 30px;
  }
}
@media (max-width: 749px){
  .footer .footer__blocks-wrapper .grid__item:nth-child(1){
    position: unset;
  }
}
.footer{
  position: relative;
}
@media (max-width: 749px){
  .footer{
    padding-bottom: 0 !important;
  }
}
@media (min-width:750px){
.footer .footer__content-top:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    left: 50%;
    background: #B6B6C7;
}
}
/* .footer .footer__blocks-wrapper .grid__item:nth-child(1):after{
    content: "";
    position: absolute;
    width: 2px;
    height: 440px;
    right: 0;
    top: -41%;
    left: 90%;
    background: #B6B6C7;
} */
.footer .footer__blocks-wrapper .grid__item{
  flex-shrink: 1;
}
.footer .footer__blocks-wrapper .grid__item:nth-child(2){
  width: 25%;
  max-width: unset;
  padding-left: 50px;
}
@media (max-width: 1199px){
.footer .footer__blocks-wrapper .grid__item:nth-child(2){
    padding-left: 30px;
  }
}
@media (max-width: 991px){
.footer .footer__blocks-wrapper .grid__item:nth-child(2){
    padding-left: 20px;
  }
}
.footer .footer__blocks-wrapper .grid__item:nth-child(3){
  width: 25%;
  max-width: unset;
  padding-left: 40px;
}
@media (max-width: 1199px){
.footer .footer__blocks-wrapper .grid__item:nth-child(3){
    padding-left: 30px;
  padding-right: 5px;
  }
}
@media (min-width:800px) and (max-width: 930px){
  .footer .footer__blocks-wrapper .grid__item:nth-child(3){
    width: 23%;
  }
}
@media (max-width: 991px){
.footer .footer__blocks-wrapper .grid__item:nth-child(3){
    padding-left: 20px;
  }
}
@media (max-width: 749px){
  .footer .footer-block.grid__item{
    width: 100% !important;
    padding: 0 !important;
    padding-top: 30px !important;
    margin: 0;
  }
}
.footer .footer__content-top{
  border: 1px solid  #B6B6C7;
  padding-top: 56px;
  position: relative;
}
@media (max-width: 749px){
.footer .footer__content-top{
  padding: 0 25px;
}
}
.footer .footer-block--menu a{
  text-decoration: none;
}
@media (max-width: 749px){
.footer .number-text{
  margin-bottom: 30px;
}
}
.footer .number-text svg{
    display: inline-block;
    vertical-align: middle;
}
.footer .number-text a{
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    font-weight: 600;
    color: #0F1048;
    padding-left: 15px;
    font-family: var(--font-body-family);
}
@media (max-width: 991px){
  .footer .number-text a{
    font-size: 24px;
  }
}
@media (max-width: 749px){
  .footer .number-text a{
    font-size: 20px;
  }
}
.footer .footer-block__details-content .list-menu__item--link{
  font-size: 16px;
  font-family: var(--font-body-family);
  color: #0F1048;
}
@media (max-width: 749px){
  .footer .footer-block__details-content .list-menu__item--link{
    padding: 2px 0;
  }
}
@media (max-width: 749px){
  .footer .footer-block__details-content.list-unstyled {
    margin-bottom: 0;
  }
}
.footer .footer__content-bottom{
  display:none;
}
.footer .footer__content-bottom-2{
  padding: 40px 0 0;
  color: #0F1048;
}
@media (max-width: 749px){
  .footer .footer__content-bottom-2{
    padding: 30px 0;
  }
}
.footer .footer__content-bottom-2 .page-width{
  padding: 0;
}
.footer .footer__content-bottom-2 .row{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 870px){
  .footer .footer__content-bottom-2 .row{
   align-items: center;
  }
}

@media (max-width: 749px){
  .footer .footer__content-bottom-2 .footer-left {
    width: 50%;
    order: 2;
  }
}
@media (max-width: 749px){
  .footer .footer__content-bottom-2 .footer-center {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
  }
}
.footer .footer__content-bottom-2 .footer-left img{
  width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
@media (max-width: 749px){
  .footer .footer__content-bottom-2 .footer-right {
    width: 50%;
    order: 3;
  }
}

.footer .footer__content-bottom-2 .footer__copyright{
  text-align: left;
  margin: 0;
  font-size: 16px;
  font-family: var(--font-body-family);
  display: inline-block;
    vertical-align: middle;
}
@media (max-width: 749px){
 .footer .footer__content-bottom-2 .footer__copyright{
    font-size: 14px;
  }
}
.footer .footer__content-bottom-2 .footer-center ul li a svg{
  fill: #fff;
}
.footer .footer-right ul li{
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 869px){
  .footer .footer-right ul li{
    display: block;
     margin: 0;
  }
}
.footer .footer-right ul li a{
  text-decoration: none;
  padding: 0;
  margin: 0;
  color: #0F1048;
    font-size: 16px;
    font-family: var(--font-body-family);
}
@media (max-width: 869px){
  .footer .footer-right ul li a{
    justify-content: flex-end;
  }
}
.footer .footer-right .footer-block__details-content{
  text-align: right;
}
.footer .list-social{
  gap:10px;
      margin-left: 0;
      margin-top: 0;
}
.footer .list-social__link {
    padding: 0.8rem;
    background: #0F1048;
    color: #fff;
    border-radius: 50%;
}
.footer .list-social__item .icon {
    height: 1.4rem;
    width: 1.4rem;
}
@media (max-width: 749px){
  .footer .btn .button {
    width: 100%;
    border-radius: 0;
    margin-top: 40px;
  }
}
.menu-drawer .contact-info .contact-num a{
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 749px){
  .menu-drawer .contact-info{
    padding: 30px 30px !important;
  }
}
@media (max-width: 749px){
.menu-drawer__menu-item{
  font-size: 22px !important;
  padding: 0 !important;
  line-height: 25px!important;
}
  }
@media (max-width: 749px){
.menu-drawer__navigation{
  padding: 30px 30px !important;
}
  }
@media (max-width: 749px){
  .menu-drawer__menu-item:hover, .menu-drawer__menu-item--active:hover{
    padding-left: 20px !important;
  }
}

@media (max-width: 749px){
  .menu-drawer__menu-item:before{
    top: -2px !important;
  }
}
@media (max-width: 749px){
  .header__heading-logo{
    max-width: 85px!important;
    height: 30px;
  }
  .template-page.telarus .header__heading-logo{
    height: unset;
    max-width: 120px!important;
  }
}
.template-page.telarus .header__heading-logo{max-width:190px!important;}

.product_image_media{
  margin-bottom:20px;
}
.testimonial-section{
  margin-bottom: 120px;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 749px){
  .testimonial-section{
    margin-bottom: 70px;
     padding-bottom: 30px;
  }
}
.testimonial-section::after{
  position:absolute;
 content:"";
  bottom:0;
  top:55%;
  background-color: #0f1048;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 0 0 50px 50px;
}
.testimonial-section .page-width{
  position:relative;
}
.testimonial-section .slide-arrow{
    background: transparent;
    border: none;
    position: absolute;
    left:10px;
    right: auto;
    top: 70%;
    display: flex;
    align-items: center;
  cursor:pointer;
    justify-content: center;
}

.testimonial-section #slide-arrow-next{
    right: 10px;
    left: auto;
    transform: rotate(180deg);
}

.testimonial-section .section-header h2{
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 25px;
font-weight:500;
}
@media (max-width: 870px){
  .testimonial-section .section-header h2{
    font-size: 47px;
  }
}
@media (max-width: 821px){
  .testimonial-section .section-header h2{
    font-size: 40px;
  }
}
@media (max-width: 767px){
.testimonial-section::after{
  top:73%
}
  .testimonial-section .slide-arrow{
    top: auto;
    bottom: 10%;
  }
}
@media (max-width: 749px){
  .testimonial-section .section-header h2{
    font-size: 33px;
    line-height: 50px;
    width: 85%;
    margin: 0 auto 20px;
  }
  .testimonial-section .slide-arrow{
     background: #0f1048 !important;
  }
  .testimonial-section .slider-wrapper{
    text-align: center;
    margin-top: 15px;
   }
  .testimonial-section::after{
      top:84%
    }
}
@media (max-width: 699px){
.testimonial-section::after{
  top:81%
}
}
@media (max-width: 579px){
.testimonial-section::after{
  top:78%
}
}
@media (max-width: 480px){
  .testimonial-section .section-header h2{
    width: 100%;
  }
  .testimonial-section .section-header h2 .underyellow{
     display: inline-block;
  }
  .testimonial-section::after{
  top:65%
}
}
.testimonial-section .sub-title{
    font-size: 30px;
    line-height: 26px;
    color: #0F1048;
    margin-bottom: 25px;
    font-family: var(--font-body-family);
}
@media (max-width: 749px){
  .testimonial-section .sub-title{
    font-size: 18px;
    line-height: 25px;
    width: 80%;
    margin: 0 auto 25px;
  }
}
.testimonial-section .image-container{
  text-align: center;
    margin-bottom: 60px;
}
.testimonial-section .seperator{
  top: 90%;
  left: 29.5%;
}
@media (max-width: 1199px){
.testimonial-section .seperator{
    left: 23%;
}
}
@media (max-width: 991px){
.testimonial-section .seperator{
    left: 20%;
    background-size: 70%;
}
}
@media (max-width: 530px){
  .testimonial-section .seperator{
    top: 94%;
    left: 38%;
    display:none!important;
  }
}
.testimonial-section .ishitestimonials-carousel{
    width: 100%;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    list-style: none;
    padding: 0;
   text-align: center;
}
.testimonial-section .ishitestimonials-item{
  width: 50%;
  height: 100%;
  flex: 1 0 50%;
  
}
.testimonial-section .ishitestimonials-container{
  padding: 35px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  padding: 35px;
  border-radius: 25px;
  margin: 7px 15px;
  box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
  background-color: #ffffff;
  padding: 0;
}
.testimonial-section .ishitestimonials-container .top-part{
  background: #f3f3f3;
  text-align: center;
  padding: 15px 12px;
  border-radius: 25px 25px 0 0;
}
.testimonial-section .ishitestimonials-container .user-container{
   padding: 10px 20px;
   text-align: left;
}
.testimonial-section .ishitestimonials-container .loox-icon svg{
  width: 28px;
  height: 25px;
}
.testimonial-section .ishitestimonials-container .user-ratting{
  margin-bottom: 7px;
}
.testimonial-section .ishitestimonials-container .user-ratting .loox-rating .loox-icon{
    font-style: normal;
    color: #ffb004;
    font-size: 34px;
    line-height: 30px;
}
.testimonial-section .user-description p{
    margin: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
    color:#0F1048;
    font-family: var(--font-body-family);
}
.testimonial-section .user-description1 p{
  margin: 0;
  font-size: 28px;
  font-weight:600;
  color: #0F1048;
  font-family: var(--font-body-family);
}

.testimonial-section .video_list {
  display: grid;
  gap: 20px;
  margin-bottom: 70px;
}
.testimonial-section .video_list.video-grid-3{
  grid-template-columns: repeat(3, 1fr);
}
.testimonial-section .video_list .video-item {
 padding-bottom: 56.3%;
position:relative;
}
.testimonial-section .video_list .video-item video{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .testimonial-section .video_list.video-grid-3{
  grid-template-columns: repeat(3, 1fr);
}

}
@media screen and (max-width: 767px) {
  .testimonial-section .video_list.video-grid-3{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1199px){
  .testimonial-section .user-description1 p{
    font-size: 20px;
  }
}
.testimonial-section .testimonial-img{
    position: relative;
    padding: 20px 30px 30px;
    text-align: center;
    margin: 0;
}

.testimonial-section .testimonial-img img{
    width: auto !important;
    margin: 0 auto;
}
.testimonial-section .testimonial-img .name{
   display: block;
    padding: 15px 0 0 0;
}
.testimonial-section .testimonial-img .user-name{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #0F1048;
    font-weight: 700;
    font-family: var(--font-body-family);
}
@media (max-width: 749px){
  .testimonial-section .testimonial-img .user-name{
    font-size: 16px;
    line-height: 19px;
  }
}
.testimonial-section .testimonial-img .user-lastname{
    font-size: 16px;
    line-height: 23px;
    color: #B6B6C7;
    font-weight: 400;
    font-family: var(--font-body-family);
}
@media (max-width: 749px){
  .testimonial-section .testimonial-img .user-lastname{
    font-size: 14px;
    line-height: 19px;
  }
}
.testimonial-section .slide-arrow{
  background: transparent;
  border: 1px solid #fff !important;
  height: 40px;
  width: 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  color: #fff !important;
  border-radius: 50%;
}
.testimonial-section .slide-arrow svg{
  transform: rotate(90deg);
  width: 20px;
  height: 20px;
}
.testimonial-section .slide-arrow .Ellipse_27{
  fill: transparent;
  stroke: none;
}

.testimonial-section .slide-arrow .dots {
  display:none;
}
.testimonial-section .slide-arrow .dots .dot {
  width: 8px;
  height: 8px;
  background: gray;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
}

.testimonial-section .slide-arrow .dots .active-dot {
  background: #3f3f3f;
  cursor: default;
}

@media (max-width: 1024px){
  .testimonial-section .ishitestimonials-item {
      width: 50%;
      height: 100%;
      flex: 1 0 50%;
  }
}

@media (max-width: 749px){
  .testimonial-section .ishitestimonials-item {
      width: 100%;
      height: 100%;
      flex: 1 0 100%;
  }
  .testimonial-section .slide-arrow .dots {
  display:block;
}
}

.Set-up-section .underyellow:after{
    height: 17px;
}
.underyellow:after{
    background: url(../../../files/curved_line_3_v-1666948973.svg) no-repeat center center / 100% 100%;
    content: "";
    height: 12px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: -1;
               }
.underyellow{position: relative; z-index:1;}

.drawer__inner .underyellow{
  font-size: 30px;
    color: #0f1048;
    font-family: var(--font-heading-family);
    font-weight: 700;}

.drawer__inner .totals__subtotal {font-size: 30px;
    color: #0f1048;
    font-family: var(--font-heading-family);
    font-weight: 700;
    margin-bottom:20px;
}
.drawer__inner .totals__subtotal-value {font-size: 30px;
    color: #0f1048;
    font-family: var(--font-heading-family);
    font-weight: 700;
    margin-bottom:20px;
}

.underyellow_product{position: relative; z-index:1;}

.underyellow_product:after{
  height: 16px;
    background: url(../../../files/curved_line_2_v-1666948291.svg) no-repeat center center / 100% 100%;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: -1;
}
.underyellow_lim{position: relative; z-index:1;}

.underyellow_lim:after{
  height: 15px;
    background: url(../../../files/curved_line_1_v-1666947561-.svg) no-repeat center center / 100% 100%;
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: -1;
}
html{
  scroll-behavior: smooth;
}

@media screen and (min-width: 750px) {
.user-description1 {min-height: 300px;}
/* .user-description {min-height: 60px;} */
}
 .template-cart .Buy-now{
  display: none;
}
 
@media screen and (max-width: 750px) {
  .quantity_payment {display:flex;align-items: center;}
  .section-featured-product .payment_type .payment-card {gap:10px; display:flex; margin: 0 auto;margin-left: 40px;}
  .drawer__inner .totals__subtotal {font-size:26px;}
  .drawer__inner .totals__subtotal-value {font-size:26px;}
}
@media screen and (max-width: 543px) {
  .drawer__inner .totals__subtotal {font-size:22px;}
  .drawer__inner .totals__subtotal-value {font-size:22px;}
}
@media screen and (max-width: 370px){
  .section-featured-product .payment_type .payment-card{
    margin-left: 20px
  }
   .footer-block__details-content p {font-size:14px}
}
@media screen and (max-width: 350px){
  .section-featured-product .payment_type .payment-card{
    margin: 10px 0;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 350px){
  .section-featured-product .payment_type{
    display: block;
  }
}
@media screen and (max-width: 350px){
  .quantity_payment{
    display: block;
  }
  .footer .number-text a{
    font-size: 16px;
  }
  .footer-block__details-content p {font-size:12px}
}


.header__icon--cart{
  margin-left:20px;
  border: 2px solid #0F1145;
    border-radius: 50%;
}
@media (max-width: 749px){
  .header__icon--cart{
    border: none;
    margin-left:0px;
  }
}
@media (max-width: 450px){
  .header__icon--cart{
    margin-left:0px;
  }
}
.header__icon--cart svg{
  stroke: #0F1145;
    stroke-width: 0.5px;
}

#CartDrawer .drawer__inner{
  background: #fff;
  overflow-x: hidden;
  width: 56rem;
  padding: 1.5rem 2.5rem;
}
.cart-drawer__overlay {
    background: #363636;
    opacity: 0.5;
}


body.about-us .main-page-title,
body.about2 .main-page-title{
  display: none;
}
@media (min-width: 750px){
  .index-herobanner-1 .herobanner-section .page-width{
    align-items: flex-start;
    column-gap: 50px;
  }
}
@media (min-width: 750px) and (max-width:1199px) {
  .index-herobanner-1 .herobanner-section .page-width{
    column-gap: 10px;
  }
}
@media (max-width: 749px) {
  .index-herobanner-1 .herobanner-section .page-width{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.index-herobanner-1 .herobanner-section .hero-text{
  bottom: auto;
}
@media (max-width:749px){
  .index-herobanner-1 .herobanner-section .hero-text{
    order: 2;
  }
}
.index-herobanner-1 .herobanner-section .hero-text .title{
   width: 81%;
  margin-top: 35px;
}
@media (max-width:1000px){
  .index-herobanner-1 .herobanner-section .hero-text .title{
   margin-top: 25px;
  }
}
@media (max-width:1199px){
  .index-herobanner-1 .herobanner-section .hero-text .title{
   width: 73%;
  }
}
@media (max-width:900px) {
  .index-herobanner-1 .herobanner-section .hero-text .title{
   margin-top: 0;
  }
}
@media (max-width:831px){
  .index-herobanner-1 .herobanner-section .hero-text .title{
   width: 90%;
  }
}
@media (max-width:749px){
  .index-herobanner-1 .herobanner-section .hero-text .title{
   width: 80%;
  }
}
@media (max-width:749px){
  .index-herobanner-1 .herobanner-section .hero-image {
    order: 1;
  }
}
@media (max-width:749px){
  .index-herobanner-1 .herobanner-section .hero-image .image-container{
    margin-bottom: 0;
  }
}
.index-herobanner-1 .herobanner-section .hero-text .sub-title{
   width: 80%;
  }
@media (max-width:931px){
  .index-herobanner-1 .herobanner-section .hero-text .sub-title{
    width: 100%;
  }
}
@media (max-width:749px){
  .index-herobanner-1 .herobanner-section .hero-text .sub-title{
    width: 50%;
  }
}
@media (max-width:707px){
  .index-herobanner-1 .herobanner-section .hero-text .sub-title{
    width: 62%;
  }
}
@media (max-width:580px){
  .index-herobanner-1 .herobanner-section .hero-text .sub-title{
    width: 77%;
  }
}
@media (max-width:476px){
  .index-herobanner-1 .herobanner-section .hero-text .sub-title{
    width: 95%;
  }
}
@media (max-width:390px){
  .index-herobanner-1 .herobanner-section .hero-text .sub-title{
    width: 100%;
  }
}
.index-herobanner-1 .herobanner-section{
  padding: 30px 0 0;
  margin-bottom: -80px;
}
@media screen and (max-width: 1064px){
  .index-herobanner-1 .herobanner-section{
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 900px){
  .index-herobanner-1 .herobanner-section{
    margin-bottom: -45px;
  }
}
@media screen and (max-width: 800px){
  .index-herobanner-1 .herobanner-section{
    margin-bottom: -25px;
  }
}
@media screen and (max-width: 749px){
  .index-herobanner-1 .herobanner-section{
    margin-bottom: 30px;
  }
}
.index-herobanner-1 .herobanner-section .desc{
  font-size: 18px;
  line-height: 28px;
  color: #0F1048;
  font-family: var(--font-body-family);
}
@media (max-width: 1199px){
  .index-herobanner-1 .herobanner-section .desc{
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1015px){
  .index-herobanner-1 .herobanner-section .desc{
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 749px){
  .index-herobanner-1 .herobanner-section .desc{
    margin-bottom: 20px;
    width: 70%;
  }
}
@media (max-width: 543px){
  .index-herobanner-1 .herobanner-section .desc{
    width: 90%;
  }
}
@media (max-width: 350px){
  .index-herobanner-1 .herobanner-section .desc{
    width: 100%;
  }
}
@media (max-width: 800px){
.index-herobanner-1 .hero-text .review-img{
  margin-top: 20px;
}
}
  .limited-time-section1{
    margin-bottom: 70px;
  }
@media (max-width: 749px){
  .limited-time-section1{
    margin-bottom: 50px;
  }
}
.limited-time-section1 .time-section{
  padding: 100px 0 100px;
  display: block;
}
@media (max-width: 1199px){
  .limited-time-section1 .time-section{
    padding: 70px 0 70px;
  }
}
@media (max-width: 800px){
  .limited-time-section1 .time-section{
    padding: 50px 0 50px;
  }
}
.limited-time-section1 .time-section .page-width{
  display: flex;
  align-items: center;
}
@media (max-width: 749px){
  .limited-time-section1 .time-section .page-width{
    flex-wrap: wrap;
  }
}
.limited-time-section1 .time-section .limited-text{
  padding-left: 35px;
}
@media (max-width: 1020px){
  .limited-time-section1 .time-section .limited-text{
    padding-left: 25px;
  }
}
@media (max-width: 850px){
  .limited-time-section1 .time-section .limited-text{
    padding-left: 15px;    
  }
}
@media (max-width: 749px){
  .limited-time-section1 .time-section .limited-text{
    padding-left: 0;    
  }
}
@media (max-width: 1388px){
  .limited-time-section1 .limited-text .title{
    font-size: 47px;
    line-height: 60px;
  }
}
@media (max-width: 1221px){
  .limited-time-section1 .limited-text .title{
    font-size: 44px;
    line-height: 50px;
  }
}
@media (max-width: 1154px){
  .limited-time-section1 .limited-text .title{
    font-size: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1064px){
  .limited-time-section1 .limited-text .title{
    font-size: 38px;
  }
}
@media (max-width: 1020px){
  .limited-time-section1 .limited-text .title{
    font-size: 35px;
  }
}
@media (max-width: 934px){
  .limited-time-section1 .limited-text .title{
    font-size: 33px;
  }
}
@media (max-width: 890px){
  .limited-time-section1 .limited-text .title{
    font-size: 31px;
    line-height: 45px;
  }
}
@media (max-width: 815px){
  .limited-time-section1 .limited-text .title{
    font-size: 28px;
    line-height: 41px;
  }
}
@media (max-width: 363px){
  .limited-time-section1 .limited-text .title{
    font-size: 26px;
    line-height: 36px;
  }
}
@media (max-width: 340px){
  .limited-time-section1 .limited-text .title{
    font-size: 24px;
  }
}
.limited-time-section1 .time-section .limited-text .sub-title{
  font-size: 18px;
  line-height: 26px;
  display:block;
  color:#fff;
}
@media (max-width: 991px){
  .limited-time-section1 .time-section .limited-text .sub-title{
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 991px){
  .limited-time-section1 .time-section .limited-text .sub-title{
    display:block;
  }
}
@media (max-width: 749px){
  .limited-time-section1 .time-section .limited-text .sub-title{
      display: block;
      width: 100%;
      padding: 0;
      text-align: left;
  }
}
.kayo-businesses{
  display: block;
    overflow: hidden;
    position: relative;
}
.kayo-businesses .time-section{
  overflow: hidden;
  padding: 70px 0 220px;
}
@media (max-width: 1199px){
  .kayo-businesses .time-section{
    padding: 70px 0 200px;
  }
}
@media (max-width: 749px){
  .kayo-businesses .time-section {
     padding: 50px 0 200px;
  }
}
.kayo-businesses .time-section .desc{
  font-size: 40px;
  letter-spacing: 0.1px;
  font-weight: 600;
  line-height: 53px;
  margin: 0;
  color: #0F1048;
  text-align: center;
}
@media (max-width: 1199px){
  .kayo-businesses .time-section .desc{
    font-size: 35px;
    line-height: 47px;
  }
}
@media (max-width: 991px){
  .kayo-businesses .time-section .desc{
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 749px){
  .kayo-businesses .time-section .desc{
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 500px){
  .kayo-businesses .time-section .desc{
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 670px){
  .kayo-businesses .time-section .desc br{
    display:none;
  }
}
.kayo-businesses .time-section span{
  color:#17BEBB;
}
.kayo-businesses .time-section .btn {
  text-align: center;
  margin-top: 30px;
}

body.about-us .index-with-text .text--top,
body.about2 .index-with-text .text--top{
    position: relative;
    top: -150px;
    margin-bottom: -150px;
    background: transparent;
}
@media (max-width: 749px){
  body.about-us .index-with-text .text--top,
  body.about2 .index-with-text .text--top{
    margin-bottom: -180px;
  }
}

.kayouser-block {
  margin-bottom: 70px;
  overflow: hidden;
}
@media (max-width: 749px){
  .kayouser-block {
    margin-bottom: 50px;
  }
}
.kayouser-block .heading{
  margin-bottom: 30px;
  font-size: 50px;
}
@media (max-width: 991px){
  .kayouser-block .heading{
    font-size: 40px;
    line-height: 47px;
  }
}
@media (max-width: 749px){
  .kayouser-block .heading{
    font-size: 34px;
    line-height: 36px;
  }
}
@media (max-width: 345px){
  .kayouser-block .heading{
    font-size: 31px;
  }
}
.kayouser-block .sub-title{
  font-size: 24px;
  line-height: 32px;
  color: #0F1048;
  letter-spacing: 0;
  font-family: var(--font-body-family);
  margin:0 auto;
  padding-bottom: 40px;
}
@media (max-width: 900px){
  .kayouser-block .sub-title{
    font-size: 20px;
  }
}
@media (max-width: 749px){
  .kayouser-block .sub-title{
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 519px){
  .kayouser-block .sub-title br{
    display:none;
  }
}
.kayouser-block .kayouser-container{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 900px){
  .kayouser-block .kayouser-container{
    grid-template-columns: repeat(1,1fr);
  }
}
.kayouser-block .kayouser-item{
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 900px){
  .kayouser-block .kayouser-item{
    justify-content: center;
  }
}
@media (max-width: 543px){
  .kayouser-block .kayouser-item{
    flex-direction: column;
    row-gap: 15px;
  }
}
.kayouser-block .kayouser-item .image{
  width: 43%;
}
@media (max-width: 900px){
  .kayouser-block .kayouser-item .image{
    width: 250px;
  }
}
.kayouser-block .kayouser-item .text-content{
  width: 57%;
}
@media (max-width: 900px){
  .kayouser-block .kayouser-item .text-content{
    width: calc(100% - 250px);
  }
}
@media (max-width: 543px){
  .kayouser-block .kayouser-item .text-content{
    width: 100%;
  }
}
.kayouser-block .kayouser-item .text-content .user-name{
  font-size: 28px;
  letter-spacing: -0.56px;
  line-height: 37px;
  color: #0F1048;
  font-weight: 500;
  font-family: var(--font-heading-family);
}
@media (max-width:1199px){
  .kayouser-block .kayouser-item .text-content .user-name{
     font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width:749px){
  .kayouser-block .kayouser-item .text-content .user-name{
     display:flex;
    justify-content:center;
  }
  .user-userinfo {width: calc(100% - 80px);
    margin: 0 auto;}
}
@media (max-width:900px){
  .kayouser-block .kayouser-item .text-content .user-name br{
     display:none;
  }
}
.kayouser-block .kayouser-item .user-userinfo ul{
  padding: 0;
}
.kayouser-block .kayouser-item .user-userinfo ul li{
  position: relative;
  list-style: none;
  color: #0F1048;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: var(--font-body-family);
  padding-left: 30px;
}
.kayouser-block .kayouser-item .user-userinfo ul li:last-child{
  margin-bottom: 0;
}
.kayouser-block .kayouser-item .user-userinfo ul li:before{
  content: "";
  position: absolute;
  background-image: url("../../../../../s/files/1/0624/2700/5092/files/Icon_feather-check_1_v-1665730167.png");
  background-repeat: no-repeat;
  width: 19px;
  height: 14px;
  left: 0;
  top: 5px;
  overflow: hidden;
  padding-left: 0px;
}

body.about-us .index-with-text .seperator,
body.about2 .index-with-text .seperator{
  display:none;
  background-image: none !important;
}
body.about-us .footer,
body.about2 .footer{
  margin-top: 0;
}
.template-page.landing .shopify-section-header-sticky,
.template-page.landing-B .shopify-section-header-sticky,
 .shopify-section-header-sticky,
.shopify-section-header-sticky{
  position: sticky;
  z-index: 9;
}
.template-page.landing .shopify-section-header-sticky .header-wrapper,
.template-page.landing-B .shopify-section-header-sticky .header-wrapper,
.template-page.discount-qtyselector .shopify-section-header-sticky .header-wrapper,
.template-page.discount-swatchselector .shopify-section-header-sticky .header-wrapper,
 .shopify-section-header-sticky .header-wrapper,
.shopify-section-header-sticky .header-wrapper,
.template-page.additional1 .shopify-section-header-sticky .header-wrapper,
.template-page.additional2 .shopify-section-header-sticky .header-wrapper,
.template-page.telarus .shopify-section-header-sticky .header-wrapper{
  background: #fff;
  position:fixed;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #eee;
}
.template-page.landing .shopify-section-header-sticky .header-wrapper,
.template-page.landing-B .shopify-section-header-sticky .header-wrapper,
.template-page.discount-qtyselector .shopify-section-header-sticky .header-wrapper,
.template-page.discount-swatchselector .shopify-section-header-sticky .header-wrapper,
 .shopify-section-header-sticky .header-wrapper,
.shopify-section-header-sticky .header-wrapper,
.template-page.additional1 .shopify-section-header-sticky .header-wrapper,
.template-page.additional2 .shopify-section-header-sticky .header-wrapper,
.template-page.telarus .shopify-section-header-sticky .header-wrapper{
  animation: slide-down 0.7s;
  -moz-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  -o-animation: slide-down 0.7s;
}
@keyframes slide-down {
   0% {
     transform: translateY(-100%);
     -webkit-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     -o-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
  }
   100% {
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     -moz-transform: translateY(0);
  }
}
@media screen and (max-width: 459px){
  .announcement-bar__link .page-width{
        padding: 0 1rem;
  }
  .announcement-bar__message{font-size:10px;letter-spacing: 0;}
  .template-page.landing .shopify-section-header-sticky .header-wrapper,
  .template-page.landing-B .shopify-section-header-sticky .header-wrapper,
  .template-page.discount-qtyselector .shopify-section-header-sticky .header-wrapper,
  .template-page.discount-swatchselector .shopify-section-header-sticky .header-wrapper,
   .shopify-section-header-sticky .header-wrapper,
  .shopify-section-header-sticky .header-wrapper,
  .template-page.additional1 .shopify-section-header-sticky .header-wrapper,
  .template-page.additional2 .shopify-section-header-sticky .header-wrapper{
    top: 0;
  }
}
.announcement-bar.scrolled {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
@media screen and (max-width: 869px){
   .footer .footer__content-bottom-2 .row .footer-left, .footer .footer__content-bottom-2 .row .footer-center{
     width:50%;
     order:2;
   }
  .footer .footer__content-bottom-2 .row .footer-center{
     width:50%;
    order:1;
   }
  .footer .footer__content-bottom-2 .row .footer-left{
     text-align:left;
  }
  .footer__list-social.list-social:only-child{
    justify-content: flex-end !important;
  }
  .footer .footer__content-bottom-2 .row .footer-right{
    text-align: center;
    width: 100%;
    margin-top: 15px;
     order:3;
  }
  .footer .footer-right .footer-block__details-content{
    text-align:center;
  }
}
@media screen and (max-width: 869px){
  .footer .footer-right ul li{
    display:inline-block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 749px){
   .footer .footer__content-bottom-2 .row .footer-right{
    margin-top: 0px;
  }
}
@media screen and (max-width: 400px){
  .footer__list-social.list-social:only-child{
    justify-content: center !important;
    
  }
   .footer .footer__content-bottom-2 .row .footer-left, .footer .footer__content-bottom-2 .row .footer-center{width: 100%;}
   .footer .footer__content-bottom-2 .row .footer-left{
     text-align:center;
     margin-bottom: 20px;
  }
}

.herobanner-section .chat_contact{
  margin-top: 25px;
}
.header-wrapper .chat_contact{
  margin-right: 25px;
}
.chat_contact{
  display: flex;
  align-items: center;
  gap: 15px;
}
.chat_contact .button{
  padding:13px 40px;
  text-align:center;
}
.chat_contact .button svg{
      margin-left: 10px;
}
.template-page.landing-B .header__icon--cart{
  display:none;
}
@media screen and (max-width: 1199px){
  .chat_contact .button{
    padding:13px 30px;
  }
}
@media screen and (max-width: 1024px){
  .template-page.landing-B .header .header-right{
        position: absolute;
    right: 5%;
  }
}
@media screen and (max-width: 991px){
 .herobanner-section .chat_contact{
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 749px){
 .herobanner-section .chat_contact{
    margin-bottom: 30px;
    flex-direction: inherit;
  }
  .chat_contact .button{
    font-size:14px;
    padding:10px 20px;
    min-height:auto;
  }
}
@media screen and (max-width: 543px){
 .herobanner-section .chat_contact{
    margin-bottom: 20px;
       margin-top: -10px;
  }
   .template-page.landing-B .header .header-right .chat_contact .contact_no{
     display:none;
   }
  .header-wrapper .chat_contact {
    margin-right: 15px;
  }
  .chat_contact .button{
    font-size:13px;
    padding:10px 15px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 425px){
   .herobanner-section .chat_contact,.herobanner-section .chat_contact div,.herobanner-section .chat_contact div a{
   width:100%;
  }
}
@media screen and (max-width: 350px){
    .template-page.landing-B .header .header-right .chat_contact .chat a{
    background: transparent;
    border: none;
    color: #000;
    padding: 0;
    text-decoration: underline;
  }
  .template-page.landing-B .header .header-right .chat_contact .chat a svg{
   display:none;
  }
}
#wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree .w-big-play-button{
  border: 3px solid rgba(255,255,255,0.5);
  width: 75px !important;
  height: 75px !important;
  border-radius: 50% !important;
  margin: -12px;
}

#wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree .w-big-play-button div,
#wistia_chrome_23 #wistia_grid_29_wrapper .w-css-reset-tree .w-big-play-button svg{
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    background: #17BEBB !important;
}
@media screen and (min-width: 1023px){
   .product__info-container .product-form__quantity{
      max-width: 100%;
      display: flex;
      align-items: center;
      gap: 30px;
    margin: 25px 0;
  }
   .product__info-container .product-form__quantity .quantity_payment .quantity{
    width: calc(140px / var(--font-body-scale) + var(--inputs-border-width) * 2);
  }
   .product__info-container .product-form__quantity .form__label{
    margin-bottom:0;
  }
}
 .product-tabs{margin:50px 0 0 !important;}
.product-tabs p{font-size: 15px;margin-bottom: 1.6em;margin-top: 0;}
.product-tabs .tab-container{
  display:flex;
  flex-wrap: wrap;
}

.product-tabs .tab-container .tab-link{
  list-style:none;
  text-decoration: none !important;
  white-space: nowrap;
  width: initial;
  z-index: 1;
  font-size:24px;
  font-weight:bold;
  font-style:normal;
  line-height:22px;
  color:#0F1048;
  position:relative;
  cursor:pointer;
  border-radius:0;
  padding: 15px 50px;
  margin: 0 0 -1px 0;
  border-width: 1px;
  border-style:solid;
  display:block;
  border-color: transparent;
}

.product-tabs .tab-container .tab-link.active{
  cursor:default;
  border-color: #C8C8D4;
  background:#fff;
  
}
.product-tabs .tabcontent{
  list-style:none;
  font-size:18px;
  font-weight:400;
  color:#0F1048;
  line-height:22px;
  display:none;
  height: 0;
  border: none;
  order: 1;
  overflow:hidden;
  width:100%;
  padding:15px 0;
}
.product-tabs .tabcontent.active{
  display:block;
  background-color: #FFFFFF ;
  height:auto;
   border-top: 1px solid #C8C8D4; 
}
.product-tabs .tabcontent table{
  background:transparent;
}
.product-tabs .tabcontent p{
  font-size:24px;
  margin-bottom: 15px;
  line-height: 28px;
  font-weight:400;
}
.product-tabs .tabcontent ul{
 margin:0 0 15px 20px;
 margin-left:unset;
}

.product-tabs .tabcontent ul li {
  position:relative;
  white-space: inherit;
  line-height: 24px;
  margin-bottom: 15px;
}
.product-tabs .tabcontent ul li::before{
  position:absolute;
  content:".";
  left:0;
  right:auto;
  font-size: 25px;
  font-weight: 500;
  top: -7px;
  color:#2e2c2c;
  display:none;
}

.product__info-container .product-title{
  color: #0F1048;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
}

.product__info-container .product-subtitle{
  color: #0F1048;
  font-size: 24px;
  font-weight: 400;
  line-height:28px;
  margin-top: 10px !important;
}
@media screen and (min-width:750px) and (max-width:850px){
  .product-tabs .tab-container .tab-link{
    padding:10px 30px;
  }
}
@media screen and (min-width:750px){
  .featured-product-tab .slider-buttons{
    display:none;
  }
} 
.featured-product-tab .product__info-wrapper{
    width: 57%;
    padding-left: 85px;
}
.featured-product-tab .product__media-wrapper{
    width: 43%;
    padding-right: 85px;
}
/* .featured-product-tab .thumbnail-list{
      height: 215px;
    overflow: hidden;
} */
.featured-product-tab .thumbnail-list .thumbnail-list__item{
    border: 1px solid #000;
}
.featured-product-tab .thumbnail.global-media-settings img {
    object-fit: cover;
    height: 100%;
}
@media screen and (max-width: 1024px){
.featured-product-tab .product__media-wrapper{
    padding-right: 50px;
}
}
@media screen and (max-width: 800px){
.featured-product-tab .product__media-wrapper{
    padding-right: 30px;
}
}
@media screen and (max-width: 749px){
  .featured-product-tab{
    display:block;
  }
  .product__info-container .product-subtitle {
    font-size:18px;
  }
  .product-tabs .tabcontent p{
  font-size:18px;
  }
  .featured-product-tab .product__info-wrapper{
      width: 100%;
      padding: 0;
  }
  .featured-product-tab .product__media-wrapper{
      width: 100%;
      padding: 0;
  }
   .product-tabs{margin:30px 0 0 !important;}
  .service-img{
    width: 80px !important;
    height: 80px !important;
  }
}
@media screen and (max-width: 449px){
 .product-tabs .tab-container .tab-link{
    padding: 10px 10px;
    width: 50%;
    text-align: center;
  }
}


.services-block{
  display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin: 20px 0 !important;
}
.services{
      text-align: center;
}
.service-img{
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
}
 .services-list-section .service-img{
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
}
.service-title{
  font-size: 20px;
  color: #000;
  font-style: normal;
  line-height: 24px;
}
@media screen and (max-width: 1199px){
  .services-block{
    gap: 20px;
  }
   .services-list-section .service-img{
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 749px){
   .services-list-section .service-img{
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 480px){
  .services-block{
    gap: 10px;
  }
    .service-title { font-size: 14px;
      line-height:16px;}
}
.buymore_message{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: 0.75rem 2.25rem;
    margin-top: 2rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}
.buysubscription_message{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: 0.75rem 2.25rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}
.drawer__contents .buymore_message{
   margin-top: 0;
   margin-bottom: 2rem;
}
#availability-message{
    font-size: 18px;
    color: #0F1048;
    font-weight: 700;
}
.compatibility-features{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin: 30px 0;
}
.compatibility-features .features{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    color: #0F1048;
    font-weight: 700;
    text-align: left;
    font-family: var(--font-heading-family);
    position: relative;
    
}
.compatibility-features .features:before{
    content: "";
    position: absolute;
    background-image: url(../../../../../s/files/1/0624/2700/5092/files/Icon_feather-check_1_v-1665730167.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    left: 0;
    top: 8px;
    overflow: hidden;
    padding-left: 0;
}
.compatibility-features .features.false:before{
    content: "?";
    position: absolute;
    width: 19px;
    height: 24px;
    left: 0;
    top: 4px;
    overflow: hidden;
    padding-left: 0;
   font-weight: 700;
    background: transparent;
    color: #e7a73b;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
}
.compatibility-features .features.false .info{
    background-image: url(https://shop.kayoauto.com/cdn/shop/files/information.png?v=1675256186);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.compatibility-features .features.false .tooltiptext {
    visibility: hidden;
    width: 470px;
    background-color: #ededed;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    bottom: 40px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.1s;
  }

.compatibility-features .features.false .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 10px;
    border-style: solid;
    border-color: #ededed transparent transparent transparent;
  }

  .compatibility-features .features.false .info:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

.compatibility-features .features.false:nth-last-child(2) .tooltiptext {
  width:355px;
  margin: 0;
}
.compatibility-features .features:nth-last-child(2):before{
/*     position: absolute; */
    content: "?";
    position: absolute;
    width: 19px;
    height: 24px;
    left: 0;
    top: 4px;
    overflow: hidden;
    padding-left: 0;
   font-weight: 700;
    background: transparent;
    color: #e7a73b;
    font-size: 26px;
    line-height: 20px;
    text-align: center;
/*     background-image: url(https://cdn.shopify.com/s/files/1/0624/2700/5092/files/Icon_feather-check.png?v=1665567486);
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    left: 0;
    top: 8px;
    overflow: hidden;
    padding-left: 0; */
}
.compatibility-warning,.savings-warning{
    max-width: 500px;
    margin: 0 auto 30px;
    display:none;
}
.verify-compatibility,.verify-savings{
  cursor: pointer !important;
}
@media screen and (max-width: 1199px){
  .compatibility-features{
    grid-template-columns: repeat(3,1fr);
  }
  .compatibility-features .features.false:nth-last-child(2) .tooltiptext {
    width:375px;
  }
  .compatibility-features .features.false:nth-last-child(2) .tooltiptext::after {
    left: 64%;
  }
}
@media screen and (max-width: 920px){
  .compatibility-features{
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 580px){
  .compatibility-features{
    grid-column-gap: 20px;
    grid-row-gap: 20px;
     margin: 20px 0;
    grid-template-columns: repeat(1,1fr);
  }
  .compatibility-features .features{
    font-size: 16px;
  }
  .compatibility-features .features.false .tooltiptext{
    width: 280px;
    left:0;
    right: auto;
  }
  .compatibility-features .features.false .tooltiptext::after{
    left:auto;
    right: 53px;
  }
  .compatibility-features .features.false:nth-last-child(2) .tooltiptext {
    width:275px;
  }
   .compatibility-features .features.false:nth-last-child(2) .tooltiptext::after{
    left:auto;
    right: 100px;
  }
}

.product-form__input input[type='radio'] + label.outlineradio{ font-weight:600;   border: 2px solid #0F1145;margin:0;}
.product-form__input input[type='radio']:checked + label.outlineradio{  font-weight: 600;border-color: #17BEBB!important;  background-color: #17BEBB!important;  color: #fff!important;}

.index-herobanner fieldset.product-form__input .form__label{
  margin-bottom: 0.6rem;
}
 .product-form__input .swatches{
   display: inline-block;
    vertical-align: middle;
   margin:0 10px 10px 0;
   position:relative;
 }
 .product-form__input .swatches .input_radio_btn{
    width: 100%;
    height: 100%;
}
#shopify-section-template--15802874233015__5a08fb86-a1be-4d34-bb9d-f20c3ef343dc{display:none;}
#savings-message{
    font-size: 44px;
    color: #0F1048;
    font-weight: 700;
    letter-spacing: 0;
}
.savings-features{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin: 30px auto;
    width: 75%;
}
.savings-features .savings{
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    font-size: 18px;
    color: #0F1048;
    font-weight: 700;
    text-align: left;
    font-family: var(--font-heading-family);
    position: relative;
    justify-content: center;
    align-items: center;
}

.savings-features .savings .savings-text{
   position: relative;
   padding-left: 30px;
}
.savings-features .savings .savings-text:before{
    content: "";
    position: absolute;
    background-image: url(../../../../../s/files/1/0624/2700/5092/files/Icon_feather-check_1_v-1665730167.png);
    background-repeat: no-repeat;
    width: 19px;
    height: 14px;
    left: 0;
    top: 8px;
    overflow: hidden;
    padding-left: 0;
}

.savings-features .savings .info{
    background-image: url(https://shop.kayoauto.com/cdn/shop/files/information.png?v=1675256186);
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
  position:relative;
  display:none;
}

.savings-features .savings .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #ededed;
    color: #000;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    left: 0;
    bottom: 40px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.1s;
  }

.savings-features .savings .info::after {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
   visibility: hidden;
    opacity: 0;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #ededed transparent transparent transparent;
  }
.savings-features .savings .info:hover:after,
.savings-features .savings .info:hover+.tooltiptext {
    visibility: visible;
    opacity: 1;
  }

  #savings-message .calc-price{
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
  }
#savings-message .savings_smalltext{
    font-size: 16px;
    width: 80%;
    margin: 40px auto 0;
}
@media screen and (max-width:1199px){
  #savings-message{
      font-size: 36px;
  }
  .savings-features{
      width: 90%;
  }
}
@media screen and (max-width:991px){
  #savings-message{
      font-size: 32px;
  }
  #savings-message .calc-price{
    line-height: 50px;
  }
   .savings-features{
      width: 100%;
  }
  #savings-message .savings_smalltext{
    width: 100%;
 }
}
 @media screen and (max-width:900px){
  #savings-message{
      font-size: 28px;
  }
   #savings-message .calc-price{
    line-height: 40px;
  }
  .savings-features{
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
   .savings-features .savings .info::after{
     top:-18px;
   }
   .savings-features .savings{
     font-size: 16px;
   }
}
 @media screen and (max-width:580px){
  #savings-message{
      font-size: 24px;
  }
   .savings-features .savings .info::after{
     top:-20px;
   }
   .savings-features .savings,.savings-features .savings .tooltiptext {
     font-size: 14px;
   }
   .savings-features .savings .tooltiptext {
      width: 310px;
     padding-left: 20px;
   }
   .savings-features .savings .savings-text:before{
         width: 14px;
    height: 11px;
     background-size: contain;
   }
   #savings-message .savings_smalltext{
    font-size: 14px;
    width: 100%;
}
}

#compatibility-tool {
    padding-top: 40px;
}
@media (max-width: 749px){
  #compatibility-tool{
      padding-top: 20px;
  }
}

 @media screen and (min-width:750px){
.herobanner-section .hero-image .review-img .image-container{
      text-align: left;
  margin-bottom:15px;
}
 }
.section-featured-product .product__info-container variant-radios{
      margin-bottom: 0rem;
}

.herobanner-section .hero-image .review-img,
.herobanner-section .hero-image .no-hidden-fees{
      margin-left: 45px;
      margin-top:10px;
}
@media (max-width: 1199px){
  .herobanner-section .hero-image .review-img,
  .herobanner-section .hero-image .no-hidden-fees{
        margin-left: 30px;
  }
}
@media (max-width: 749px){
  .herobanner-section .hero-image .review-img,
  .herobanner-section .hero-image .no-hidden-fees{
        margin-left: 0px;
  }
  .herobanner-section .hero-text{float:unset;}
  .product-form__input input[type='radio'] + label.outlineradio{ letter-spacing:0.5px;}
}
.services-list-section{
    background-color: #F1F5F9;
    padding: 20px 0;
}
@media (max-width: 749px){
  .services-list-section{
    padding: 10px 0;
    margin-bottom: 50px;.
}
}
body{
 scroll-behavior: smooth;
}
.header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-center{
  flex: 1;
}
.test2a_menu {
    margin-left: 20px;
}
.test2a_menu li{
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}
.test2a_menu li .menu-drawer__menu-item{
   font-size: 20px;
    line-height: 26px !important;
    padding: 10px 10px;
}
.test2a_menu li .menu-drawer__menu-item:before{display:none;}
.test2a_menu li .menu-drawer__menu-item:hover,.test2a_menu li  .menu-drawer__menu-item--active:hover {
    color: #0F1048;
}
@media (min-width: 992px){
.header header-drawer{
  display:none;
}
.herobanner-section .hero-text {max-width:640px;}  
}
@media (max-width: 1599px){
.test2a_menu li .menu-drawer__menu-item{
   font-size: 18px;
}
}
  
@media (max-width: 1499px){
  .test2a_menu li .menu-drawer__menu-item{
      padding: 10px 10px;
  }
}
@media (max-width: 1249px){
  .test2a_menu {
      margin-left: 10px;
  }
  .test2a_menu li .menu-drawer__menu-item{
     font-size: 17px;
      padding: 5px 10px;
  }
}
@media (max-width: 1199px){
  .test2a_menu {
      margin-left: 10px;
  }
  .test2a_menu li .menu-drawer__menu-item{
     font-size: 17px;
      padding: 5px 10px;
  }
}
@media (max-width: 1090px){
  .test2a_menu {
      margin-left: 5px;
  }
  .test2a_menu li .menu-drawer__menu-item{
     font-size: 15px;
      padding: 5px 5px;
  }
}
 .template-page.landing-C .header-wrapper{
  background:#fff;

}

 .shopify-section-header-sticky .header-wrapper{
  top:0;
}
.template-page.landing-C .announcement-bar.scrolled {
    bottom: 0;
  top:auto;
}
@media (max-width: 459px){
   #shopify-section-announcement-bar{
    min-height: 35px;
  }
}
/****** For aboutus page  *********/

.template-page.about-us .header-wrapper{
  background:#fff;
  border-bottom: 1px solid #eee;
}


/************* For hero section only test-2a page ********/

 .herobanner-section .product-form__input{
    gap: 15px;
    max-width: 100%;
    margin-bottom: 15px;
    justify-content: space-between;
   
}
.herobanner-section fieldset.product-form__input{
      flex-direction: row-reverse;
}
@media (min-width: 750px){
 .herobanner-section .product-form__input .quantity{
      width: calc(175px / var(--font-body-scale) + var(--inputs-border-width) * 2);
  }
}
 .herobanner-section .product-form__input .swatches{
  margin: 0 0 10px 0;
  width: 100%;
}
 .herobanner-section .product-form__input .swatches .outlineradio{
  display:block;
}
 .herobanner-section .product-form__input input[type='radio'] + label.outlineradio {
    border-radius: 10px;
    font-size: 1.6rem;
    padding: 1rem;
}
 .herobanner-section .product-form__input input[type='radio'] + label.outlineradio span{
    color: #EF3E36;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 13px;
    display: inline-block;
    vertical-align: middle;
}
 .herobanner-section .product-form__input input[type='radio']:checked + label.outlineradio span{
    color: #fff;
}
 .herobanner-section .product-form__input .swatches .bestprice_label{
    width: 80px;
    background-color: #EF3E36;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600;
    left: auto;
    position: absolute;
    right: 0;
    z-index: 1;
    border-radius: 5px;
    top: -40px;
    bottom: auto;
}
 .herobanner-section .product-form__input .swatches .bestprice_label::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 10px solid #EF3E36;
}
 .herobanner-section .product-form__input .swatches .custom-checker{
      border-radius: 50% !important;
      border: 2px solid #0F1145!important;
      background: white;
      margin: 0;
      width: 14px;
      height: 14px;
      cursor: pointer;
      text-align: center;
      display: none;
      align-items: center;
      justify-content: center;
}
 .herobanner-section .product-form__input .swatches .custom-checker::before{
    content: "";
    border-radius: 50% !important;
    opacity: 0;
    background: #0F1145;
    width: 6px;
    height: 6px;
    text-align: center;
    display: block;
}
 .herobanner-section .product-form__input input[type='radio']:checked~.custom-checker:before{
   opacity: 1;
}

@media (max-width: 749px){
   .template-page.landing-C .herobanner-section{
        padding:0;
        margin:0;
        background: #F1F5F9;
  }
  .template-page.landing-C .herobanner-section .image-container{margin: 0;}
  .template-page.landing-C .herobanner-section .page-width{
    padding:0;
  }
  .template-page.landing-C .herobanner-section .title{
    padding: 2rem 2.5rem 15px;
    background: #fff;
    margin: 0;
  }
  .template-page.landing-C .herobanner-section .sub-title{
    padding: 0 2.5rem 2rem;
    background: #fff;
     margin: 0;
  }
  .template-page.landing-C .herobanner-section .desc{
    padding: 0px 2.5rem 1px;
    background: #fff;
    display: block;
    margin-bottom: 25px;
  }
   .herobanner-section ul{
     margin-bottom: 25px;
  }
  .template-page.landing-C .herobanner-section variant-radios,.template-page.landing-C .herobanner-section .product-form,.template-page.landing-C .herobanner-section .no-hidden-fees{
     padding: 0px 2.5rem;
  }
  
   .logo-list .image-container1 {
        text-align: center;
       margin-bottom: 40px
  }
   .services-list-section{
    margin-bottom: 20px
  }
  .template-page.mobile-A .herobanner-section,.template-page.mobile-B .herobanner-section{
        padding:0;
  }
  .template-page.mobile-C .herobanner-section{
    padding:40px 0 0;
  }
}
@media (max-width:620px){
   .herobanner-section fieldset.product-form__input{
      flex-direction: column;
      max-width: 100%;
      gap:0;
  }
   .herobanner-section fieldset.product-form__input .form__label{
    margin-bottom:10px;
  } 
   .herobanner-section .product-form__input .swatches{
    display: flex;
    margin: 0 0 10px 0;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
   .herobanner-section .product-form__input input[type='radio'] + label.outlineradio{
      width: 100%;
  }
   .herobanner-section .product-form__input .swatches .custom-checker{
    display:none;
  }
}


/************* For tab section only test-2a page ********/

 .featured-product-tab fieldset.product-form__input{
    gap: 15px;
  display:flex;
    max-width: 100%;
    margin-bottom: 15px;
   flex-direction: row-reverse;
}

 .featured-product-tab .product-form {
  margin-top:unset!important;
}

 .featured-product-tab .product-form__input .swatches{
  margin: 0 0 10px 0;
  width: 100%;
}
 .featured-product-tab .product-form__input .swatches .outlineradio{
  display:block;
}
 .featured-product-tab .product-form__input input[type='radio'] + label.outlineradio {
    border-radius: 10px;
    font-size:1.8rem;
}
 .featured-product-tab .product-form__input input[type='radio'] + label.outlineradio span{
    color: #EF3E36;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 13px;
    display: inline-block;
    vertical-align: middle;
}
 .featured-product-tab .product-form__input input[type='radio']:checked + label.outlineradio span{
    color: #fff;
}
 .featured-product-tab .product-form__input .swatches .bestprice_label{
    width: 80px;
    background-color: #EF3E36;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600;
    left: auto;
    position: absolute;
    right: 0;
    z-index: 1;
    border-radius: 5px;
    top: -40px;
    bottom: auto;
}
 .featured-product-tab .product-form__input .swatches .bestprice_label::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 10px solid #EF3E36;
}
 .featured-product-tab .product-form__input .swatches .custom-checker{
      border-radius: 50% !important;
      border: 2px solid #0F1145!important;
      background: white;
      margin: 0;
      width: 14px;
      height: 14px;
      cursor: pointer;
      text-align: center;
      display: none;
      align-items: center;
      justify-content: center;
}
 .featured-product-tab .product-form__input .swatches .custom-checker::before{
    content: "";
    border-radius: 50% !important;
    opacity: 0;
    background: #0F1145;
    width: 6px;
    height: 6px;
    text-align: center;
    display: block;
}
 .featured-product-tab .product-form__input input[type='radio']:checked~.custom-checker:before{
   opacity: 1;
}


@media (max-width:620px){
   .featured-product-tab fieldset.product-form__input{
      flex-direction: column;
      max-width: 100%;
      gap:0;
  }
   .featured-product-tab fieldset.product-form__input .form__label{
    margin-bottom:10px;
  }
   .featured-product-tab .product-form__input .swatches{
    display: flex;
    margin: 0 0 10px 0;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
   .featured-product-tab .product-form__input input[type='radio'] + label.outlineradio{
      width: 100%;
  }
   .featured-product-tab .product-form__input .swatches .custom-checker{
    display:none;
  }
}
 .herobanner-section .product-form__input input[type='radio'] + label.outlineradio{
  padding:1rem 1.5rem!important;
}
 .featured-product-tab .product-form__input input[type='radio'] + label.outlineradio{
    padding:1rem 1.5rem!important;
}
@media (min-width:749px) and (max-width:1007px){
   .herobanner-section .product-form__input input[type='radio'] + label.outlineradio{
    padding:1rem 0.5rem!important;
  }
  .herobanner-section .product-form__input input[type='radio'] + label.outlineradio span {font-size:10px;}
}
@media (min-width:750px) and (max-width:1007px){
    .featured-product-tab .product-form__input input[type='radio'] + label.outlineradio{
    padding:1rem 0.5rem!important;
}
}
@media (max-width:786px){
   .featured-product-tab .product-form__input input[type='radio'] + label.outlineradio,  .herobanner-section .product-form__input input[type='radio'] + label.outlineradio{
    padding:1rem!important;
    }
}
 .featured-product-tab .product__info-container variant-radios{background-color: #f2f5f9; padding:20px;}
 .featured-product-tab form{background-color: #f2f5f9;padding:0 20px 10px;}
 .featured-product-tab .product__info-container .product-form__quantity{margin-top:0}
 .featured-product-tab fieldset.product-form__input{margin-bottom:0}
@media (max-width:749px){
  .featured-product-tab .product__info-container .product-form{
      margin: 2.5rem -2.5rem;
  }
  .featured-product-tab .product__info-container variant-radios{
     margin: 0 -2.5rem;
  }
}
.template-page.mobile-C .bouncie-feature-section {
    background: #fff;
}
.header__icon--cart.pointer-none{
pointer-events: none;
}


.featured-product-tab form{
      padding: 20px 20px 20px;
}
.cart-drawer .cart-item__media .orichi-notification-ajaxcart{
   font-size: 12px;
    text-align: center;
    margin: 0;
    background: #0F1048;
    color: #fff;
    padding: 5px;
    letter-spacing: 0;
    border-radius: 5px;
    width: 100px;
    line-height: 14px;
    display:none;
}
.cart-drawer .orichi-quantity-cart.orichi-quantity-cart-price {
    display: block;
    vertical-align: middle;
    line-height: 26px;
    font-size: 24px;
    font-family: var(--font-heading-family);
    font-weight: bold;
    letter-spacing: 0;
  color:#0F1048;
}
.cart-drawer .totals{
  position:relative;
}
.cart-drawer .orichi-subtotal{
      font-size: 30px;
    font-family: var(--font-heading-family);
    font-weight: 700;
    margin-bottom: 20px;
  color:#0F1048;
}
.totals__subtotal-value.orichi-quantity-line-through{    
    font-size: 24px;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 30px;
  display:none;
}
.cart-item__discounted-prices .cart-item__final-price.orichi-quantity-line-through{
  display:none;
}
@media (max-width:749px){
  .cart-drawer .orichi-quantity-cart.orichi-quantity-cart-price {
    line-height: 22px;
    font-size: 22px;
  }
  .cart-drawer .orichi-subtotal{
      font-size: 26px;
  }
  .totals__subtotal-value.orichi-quantity-line-through{ font-size: 20px;}
}
@media (max-width:400px){
  .cart-drawer .orichi-quantity-cart.orichi-quantity-cart-price {
    line-height: 18px;
    font-size: 16px;
  }
  .cart-drawer .orichi-subtotal{
      font-size: 22px;
  }
  .totals__subtotal-value.orichi-quantity-line-through{ font-size: 18px;}
}

.pack-item__variant .form__label{
    font-size: 24px;
    font-weight: 700;
    color: #0F1048;
    letter-spacing: 0;
}

.packitem_variant_list{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    justify-content: space-between;
    margin-bottom: 20px !important;
}

.packitem_variant_list li{
    margin: 0 0 10px 0 !important;
    list-style: none;
    width: 100%;
    position: relative;
    padding: 0 !important;
}
.packitem_variant_list li:before{display:none;}
.packitem_variant_list li .packradio{
    border-radius: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    border: 2px solid #0F1145;
    margin: 0;
    display: block;
    padding: 1rem 0.5rem!important;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
}
.packitem_variant_list li .packradio span{
    color: #EF3E36;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    display: block;
    vertical-align: middle;
}
.packitem_variant_list li .packradio.active{
   font-weight: 600;
    border-color: #17BEBB!important;
    background-color: #17BEBB!important;
    color: #fff!important;
}
.packitem_variant_list li .packradio.active span{
    color: #fff!important;
}
@media (max-width:749px){
  .packitem_variant_list li .packradio{
    font-size: 1.3rem;
  }
  .packitem_variant_list{
    margin-bottom: 10px !important;
  }
  .pack-item__variant .form__label{
    font-size: 16px;
  }
}
@media (max-width:749px){
  .packitem_variant_list{
  flex-direction: column-reverse;
    max-width: 100%;
    gap: 0;
  }
  .packitem_variant_list li .packradio span{
    display: inline;
    margin-left: 5px;
    vertical-align: middle;
  }
}

  .small-bg {background-color:#F1F5F9; padding: 10px;}

.herobanner-section .section-header {margin-bottom:15px;}
@media (max-width:749px){
  .subscription .herobanner-section .section-header,
  .old-sub .herobanner-section .section-header,
  .old-sub-2 .herobanner-section .section-header{
    margin-left:0;
    margin-right:0;
  }
}
.template-product .herobanner-section {
  padding:50px 0 0 0;
}
.rc-container-wrapper{
  display:none !important;
}
@media (min-width:750px){
.subscription .herobanner-section .hero-image .review-img .image-container,
.old-sub .herobanner-section .hero-image .review-img .image-container,
.old-sub-2 .herobanner-section .hero-image .review-img .image-container{
    margin-top: 15px;
    margin-bottom:0;
}
}
.herobanner-section .product-form__submit.disabled{
      pointer-events: none;
}
.subscription .herobanner-section .product-form__submit.subscription-btn.disabled,
.old-sub .herobanner-section .product-form__submit.subscription-btn.disabled,
.old-sub-2 .herobanner-section .product-form__submit.subscription-btn.disabled,
.subscription .Buy-now.disabled,
.old-sub .Buy-now.disabled,
.old-sub-2 .Buy-now.disabled{
  pointer-events: none;
}
.subscription .section-featured-product .payment_type .try_time {display:none;}
.subscription .herobanner-section .no-hidden-fees{
      margin-top: 30px;
}
.subscription .herobanner-section .hero-image .review-img{margin-top:0;}
.subscription .product-form__buttons .orichi,.old-sub .product-form__buttons .orichi,
.subscription .product-form__buttons .orichi,.old-sub-2 .product-form__buttons .orichi{display:none;}
.template-product .herobanner-section .product-form__buttons .orichi{display:none;}
.rc-widget {display:none;}

#purchase-options-list .form__label{
      font-size: 24px;
    font-weight: 700;
    color: #0F1048;
    letter-spacing: 0;
}
#purchase-options-list .selling-plan{
      list-style: none;
    position: relative;
    font-size: 15.5px;
    font-weight: 700;
    color: #0F1048;
    font-family: var(--font-body-family);
}
@media (min-width:1300px){
  .template-product.bnpl .herobanner-section .product-form{
    width:93%;
  }
}

.bnpl-h1 {width:100%;}
.bnpl-h2 {width:100%;}
@media screen and (max-width: 749px) {.bnpl-h2 {font-size:24px !important;}}
@media screen and (min-width: 749px) {.bnpl-h2 {font-size:45px !important;}}


.thebestprice_label {
    width: 80px;
    background-color: #EF3E36;
    color: #fff;
    text-align: center;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: 600;
    left: auto;
    position: absolute;
    right: 0;
    z-index: 1;
    border-radius: 5px;
    top: -40px;
    bottom: auto;
}
.thebestprice_label::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 10px solid #EF3E36;
}

.orichi {display:none;}

/****************** fleet-expenses ****************/
.template-page.fleet-expenses .header .Buy-now,
.template-page.fleet-expenses .header header-drawer,
.template-page.fleet-expenses .header__icon--cart{
  display:none;
}
.template-page.fleet-expenses .header-wrapper {
    background: #0F1048;
    border: none;
}
.template-page.fleet-expenses .contact_no a{
  font-size:16px;
  color:#fff;
  font-weight:700;
  text-decoration:none;
}
.get-the-guide-section {
    overflow: hidden;
  position:relative;
    padding: 50px 0;
}
.get-the-guide-section .section-header h2 {
    font-size: 64px;
    letter-spacing: -0.1px;
    font-weight: 800;
    line-height: 73px;
    margin: 0 0 45px;
    color: inherit;
}
.get-the-guide-section .section-header h2 span{
  color:#F7B32B;
}
.get-the-guide-section .section-header h2 .underyellow:after {
    background: url(https://shop.kayoauto.com/cdn/shop/files/curved_line.png?v=1687263173) no-repeat center center / 100% 100%;
    bottom: -25px;
    height:17px;
}
@media (min-width:750px){
.get-the-guide-section .section-header {
  margin-top: 40px;
}
}
.get-the-guide-section .section-header .desc{
    max-width: 90%;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 34px;
    margin-bottom: 55px;
}
.get-the-guide-section .section-header .review-img{
  padding-top: 30px;
}
.get-the-guide-section:before{
    position: absolute;
    content: "";
    bottom: 230px;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.get-the-guide-section .guideform{
    background: #fff;
    padding: 40px 40px;
    border-radius: 15px;
  filter: drop-shadow(0px 10px 10px #0000001c);
}
.get-the-guide-section .guideform .field{display:block;    margin-bottom: 12px;}
.get-the-guide-section .guideform input{
    border: 1px solid #D7DEDD;
    border-radius: 6px;
    padding: 8px;
    height: 40px;
}  

.get-the-guide-section .guideform .field .field__label{
  position:unset;
  font-size: 1.2rem;
  font-weight:400;
  color:#000;
  
}
.get-the-guide-section .guideform .field select{
    width: 100%;
    height: 40px;
    padding: 8px;
    border: 1px solid #D7DEDD;
    border-radius: 6px;
    font-size: 14px;
    color: #333;
}
.get-the-guide-section .guideform  .contact__button{margin-top:20px;}
.get-the-guide-section .guideform  .contact__button button{
  width: 100%;
  background:#0f1048;
}
.get-the-guide-section .guideform  .contact__button button:after{
  display:none;
}
@media (max-width:1300px){
  .get-the-guide-section .section-header h2{
      font-size: 50px;
      line-height: 63px;  
  }
  .get-the-guide-section .section-header .desc{
    font-size: 20px;
    line-height: 28px;
  }
  .get-the-guide-section:before {
    bottom: 350px;
  }
}
@media (max-width:1199px){
  .get-the-guide-section .section-header h2{
      font-size: 40px;
      letter-spacing: 0;
      line-height: 53px;  
  }
  .get-the-guide-section .section-header .desc {
    max-width: 90%;
    font-size: 18px;
  }
  .get-the-guide-section .section-header .review-img{
        padding-top: 100px;
  }
}
@media (max-width:991px){
  .get-the-guide-section .section-header h2{
      font-size: 34px;
      line-height: 44px;  
  }
  .get-the-guide-section .section-header .desc {
    max-width: 95%;
  }
  .get-the-guide-section .guideform{
    padding: 20px 20px;
  }
  .get-the-guide-section .section-header .review-img{
        padding-top: 80px;
  }
}
@media (max-width:900px){
  .get-the-guide-section .section-header h2{
      font-size: 29px;
      line-height: 40px;  
  }
}
@media (min-width:750px) and (max-width:767px){
  .get-the-guide-section .guide-text.col-md-7.col-lg-7{
    width: 58.33333333%;
    float:left;
  }
  .get-the-guide-section .guide-text.col-md-5.col-lg-5{
    width: 41.66666667%;
    float:left; 
  }
}
@media (max-width:749px){
  .get-the-guide-section .guide-text{
    width:100%;
  }
  .get-the-guide-section .section-header h2{
      font-size: 28px;
      line-height: 34px;  
  }
  .get-the-guide-section .section-header .desc {
    max-width: 100%;
    font-size:18px;
    font-weight:600;
    margin-bottom: 30px;
  }
   .get-the-guide-section .guideform{
    padding: 22px 35px;
  }
  .get-the-guide-section .guide-text .section-header{
    text-align:center;
  }
  .get-the-guide-section .guide-text .review-img{
    margin-top: 40px;
    text-align: center;
  }
  .get-the-guide-section .section-header h2 .underyellow{
      display: inline-block;
  }
  .get-the-guide-section .section-header h2 .underyellow:after {
    background: url(https://shop.kayoauto.com/cdn/shop/files/curved_line_2711f4c0-edfc-44dc-870a-2615b0d92ba9.png?v=1688374525) no-repeat center center / 100% 100%;
    bottom: -18px;
    height:10px;
  }
}
.d-flex{
    display: flex;
    align-items: center;
}
.tried-expenses-section {
margin-bottom: 50px;
}
.tried-expenses-section .tried-text{
    margin-top: -8%;
}

.tried-expenses-section .section-header .title{
    font-size: 50px;
    letter-spacing: 0;
    font-weight: 800;
    line-height: 54px;
    margin-bottom: 30px;
    color: #0F1048;
}
.tried-expenses-section .section-header .desc{
    color: #0F1048;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 34px;
}
@media (max-width:1199px){
  .tried-expenses-section .section-header .title {
    font-size: 38px;
    line-height: 42px;
  }
  .tried-expenses-section .section-header .desc {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width:991px){
.tried-expenses-section .section-header {
    padding-right: 0;
}
  .tried-expenses-section .section-header .title {
    font-size: 26px;
    line-height: 32px;
  }
  .tried-expenses-section .section-header .desc {
    font-size: 16px;
    line-height: 26px;
  }
 
}
  @media (max-width:880px){
  .tried-expenses-section .tried-text{ margin-top: 0%;}
}
@media (max-width:767px){
  .d-flex{
        flex-direction: column;
  }
  .tried-expenses-section .tried-image,
  .tried-expenses-section .tried-text{
        width:100%
  }
  .tried-expenses-section{
    text-align:center;
  }
  
}
@media (max-width:543px){
  .tried-expenses-section .section-header .title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px
  }
  .tried-expenses-section .section-header .desc {
    font-size: 18px;
    line-height: 24px;
  }
}
 

.kayo-comein-section{
      margin-bottom: 100px;
}
.kayo-comein-section .background {
    background-color: #0f1048;
    padding: 50px;
    background-repeat: no-repeat;
    background-size: cover;
      border-radius: 20px;
}
.kayo-comein-section .background .d-flex{
  position: relative;
}

.kayo-comein-section .comein-image{
      position: unset;
}
.kayo-comein-section .comein-image img{
    position: absolute;
    top: -130px;
    bottom: auto;
    right: auto;
    left: 0;
}
.kayo-comein-section .section-header .title{
    font-size: 50px;
    letter-spacing: 0;
    font-weight: 800;
    line-height: 54px;
    margin-bottom: 30px;
    color: #fff;
}
.kayo-comein-section .section-header .desc{
    color: #fff;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 34px;
}
@media (max-width:1199px){
  .kayo-comein-section .section-header .title{
    font-size: 32px;
    line-height: 37px;
}
.kayo-comein-section .section-header .desc{
    font-size: 18px;
    line-height: 28px;
}
}
@media (max-width:991px){
  .kayo-comein-section{
    margin-bottom: 50px;
      padding-top: 80px;
  }
  .kayo-comein-section .d-flex{
    flex-direction: column;
    text-align: center;
  }
  .kayo-comein-section .comein-image,
  .kayo-comein-section .comein-text{
      width:100%;
    padding:0;
  }
  .kayo-comein-section .comein-image img {
    position: relative;
    margin-top: -130px;
    top:0;
  }
  .kayo-comein-section .background{
    padding:30px;
  }
}
@media (max-width:543px){
 .kayo-comein-section .section-header .title {
    font-size: 26px;
    font-weight: 800;
    line-height: 30px;
   margin-bottom: 20px
 }
  .kayo-comein-section .section-header .desc {
    font-size: 18px;
    line-height: 24px;
  }
}

.manage-expenses-section{
      margin-bottom: 100px;
}
@media screen and (min-width: 750px) {
.manage-expenses-section .section-header{
      display: flex;
    align-items: end;
}
}
.manage-expenses-section .section-header h2{
    font-size: 48px;
    letter-spacing:0px;
    font-weight: 800;
    line-height: 52px;
    margin: 0;
    padding-right: 45px;
    color: #0F1048;
}
@media screen and (max-width: 1399px) {
  .manage-expenses-section .section-header h2{
      font-size: 42px;
      line-height: 48px;
  }
}
.manage-expenses-section .section-header .desc{
    color: #0F1048;
/*     font-size: 18px; */
  font-size: 24px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    padding-right: 45px;
}
.manage-expenses-section .section-header .desc p{margin:0;}
.manage-expenses-section .manage-blocks {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
      margin-top: 70px;
}
.manage-expenses-section .manage-item{
  border:1px solid #ededed;
  border-radius:16px;
  padding:35px 25px;
  box-shadow: 0px 44px 84px -20px rgba(0, 0, 0, 0.11);
}
.manage-expenses-section .manage-item .itemimage{
  margin-bottom:45px;
}
.manage-expenses-section .manage-item  .itemtitle{
  color: #000B33;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
}
/** service section **/
.manage-expenses-section .manage-item .itemimage,
.manage-expenses-section .manage-item .itemtitle{
  text-align: center;
}

@media screen and (min-width: 750px) {
.bestpart-expenses-section .d-flex{
  flex-direction:row-reverse;
}
}
@media screen and (min-width: 1350px) {
  .bestpart-expenses-section .bestpart-image{
   right:-70px;
  }
}
@media screen and (max-width: 1199px) {
  .manage-expenses-section .manage-item {
      padding: 25px 15px;
  }
  .manage-expenses-section .manage-item .itemtitle{
        font-size: 20px;
  }
  .manage-expenses-section .section-header h2{
    font-size: 34px;
    line-height: 40px;
  }
  .manage-expenses-section .section-header .desc{
    padding-right:0;
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
   .manage-expenses-section .section-header h2{
    font-size: 28px;
    line-height: 34px;
  }
  .manage-expenses-section .section-header .desc{
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 749px) {
   .manage-expenses-section .section-header h2,
  .manage-expenses-section .section-header .desc{
    width:100%;
    padding:0 10px;
    text-align:center;
  }
   .manage-expenses-section .section-header h2{margin-bottom:30px;}
    .manage-expenses-section .manage-item {
      padding: 20px 25px;
      background: #fff;
      border: 1px solid #EDEDED;
      box-shadow: none;
  }
  .manage-expenses-section .manage-blocks {
    grid-template-columns: repeat(1,1fr);
    margin-top: 40px;
  }
  .manage-expenses-section{
    margin-bottom: 50px;
  }
  .manage-expenses-section .manage-item .itemtitle{
        font-size: 18px;
        line-height: 28px;
  }
}
@media screen and (max-width: 543px) {
  .manage-expenses-section .section-header h2{
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px
  }
  .manage-expenses-section .section-header .desc{
     font-size: 18px;
    line-height: 24px;
  }
}

.bestpart-expenses-section{
      margin-bottom: 100px;
}
.bestpart-expenses-section .section-header{
  padding-right: 100px;
}
.bestpart-expenses-section .section-header .title{
/*     font-size: 32px; */
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0;
    font-weight: 800;
    line-height: 37px;
        margin-bottom: 30px;
    color: #0F1048;
}
.bestpart-expenses-section .section-header .desc{
    color: #0F1048;
/*     font-size: 18px; */
    letter-spacing: 0;
    font-weight: 400;
/*     line-height: 28px; */
      font-size: 24px;
      line-height: 34px;
  margin-bottom: 30px;
}

.bestpart-expenses-section .section-header .button {
  background:#0f1048;
  padding: 15px 6rem;
}
.bestpart-expenses-section .section-header .button:after{
  display:none;
}
@media screen and (max-width: 1199px) {
  .bestpart-expenses-section .section-header .title{
      font-size: 38px;
      line-height: 42px;
  }
  .bestpart-expenses-section .section-header .desc{
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .bestpart-expenses-section .section-header {
      padding-right: 0;
  }
  .bestpart-expenses-section .section-header .title{
      font-size: 32px;
      line-height: 36px;
  }
  .bestpart-expenses-section .section-header .desc{
    font-size: 20px;
    line-height: 28px;
  }
   .herobanner-section .product-form__input .quantity {width: calc(125px / var(--font-body-scale) + var(--inputs-border-width) * 2);}
}
@media screen and (max-width: 749px) {
  .bestpart-expenses-section .bestpart-image,
  .bestpart-expenses-section .bestpart-text{
    width:100%;
    padding:0;
  }
  .bestpart-expenses-section{text-align:center;margin-bottom: 50px;}
    .bestpart-expenses-section .bestpart-text{
      margin-top: 30px;
    }
}
@media screen and (max-width: 543px) {
.bestpart-expenses-section .section-header .title{
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 34px;
}
  .bestpart-expenses-section .section-header .desc{
    font-size: 18px;
    line-height: 24px;
  }
}
.download-guide-section{
      margin-bottom: 100px;
}
.download-guide-section .background {
    background-color: #0f1048;
    padding: 70px;
    background-repeat: no-repeat;
    background-size: cover;
      border-radius: 20px;
}
.download-guide-section .background .d-flex{
  position: relative;
}

.download-guide-section .download-guide-image{
      position: unset;
}
.download-guide-section .download-guide-image img{
    position: absolute;
    top: -130px;
    bottom: auto;
    right: auto;
    left: 0;
}
.download-guide-section .section-header .title{
    font-size: 50px;
    letter-spacing:0.5px;
    font-weight: 800;
    line-height: 54px;
    margin-bottom: 30px;
    color: #fff;
}
.download-guide-section .section-header .desc{
    color: #fff;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 28px;
}
.download-guide-section .section-header .button {
  background:#17BEBB;
  padding: 15px 6rem;
}
.download-guide-section .section-header .button:after{
  display:none;
}
@media screen and (max-width: 1499px) {
  .download-guide-section .section-header .title{
    font-size: 42px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1249px) {
  .download-guide-section .section-header .title{
    font-size: 34px;
    line-height: 38px;
  }
}
@media screen and (max-width: 1199px) {
.download-guide-section .background {
    padding: 70px 50px;
}
.download-guide-section .section-header .title {
    font-size: 29px;
 }
}
@media screen and (max-width:991px) {
  .download-guide-section .download-guide-image img{
    position:unset;
    margin:0 0 -20px 0
  }
  .download-guide-section .background .d-flex{
    flex-direction:column;
  }
   .download-guide-section .download-guide-image,
   .download-guide-section .download-text{
    width:100%;
     padding:0;
  }
  
  .download-guide-section {
    text-align:center;
  }
  .download-guide-section .background {
    padding: 20px 30px;
  }
}
@media screen and (max-width:749px) {
  .download-guide-section .section-header .title {
    font-size: 22px;
    line-height: 30px;
  }
  .download-guide-section .section-header .button {
    padding: 15px 3rem;
}
  .download-guide-section{
    margin-bottom:30px;
  }
}
.footer-text{
    text-align: center;
    width: 45%;
    margin: auto;
}
@media screen and (max-width: 991px) {
  .footer-text{
    width: 70%;
}
}
@media screen and (max-width: 749px) {
  .footer-text{
    width: 100%;
}
  .template-page.fleet-expenses .footer{
    padding-bottom:25px !important;
  }
}
.footer-text .logo-subtext{
  color:#0F1048;
}
.template-page.fleet-expenses .footer .footer__content-top{
  display:none;
}
.template-page.fleet-expenses .footer .footer__content-bottom-2{
  margin-top:0;
}
.template-page.fleet-expenses .footer-fleet-expenses .footer__copyright {
    text-align: center;
    margin-top: 3rem;
    padding-top: 3rem;
    color:#0F1048;
    border-top: 1px solid #eee;
}


.template-product.bnpl .herobanner-section .product-form__input input[type='radio'] + label.outlineradio span{
  display:block;
}
.template-product.bnpl .featured-product-tab form {
    padding: 0 20px 20px;
}


.template-product.bnpl #trynow-cta-button{
    width: 100%;
    border: none;
    padding: 0 60px;
    min-width: 180px;
    min-height: 50px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
    background-color: #EF3E36;
    color: #fff;
    border-radius: 30px;
    border: none;
}
.template-product.bnpl #trynow-cta-button:before,
.template-product.bnpl #trynow-cta-button:after{display:none;}
.template-product.bnpl #trynow-cta-description,
.template-product.bnpl #trynow-cta-description+svg{
  display:none !important;
}
.template-product.bnpl .shopify-app-block.product-form__buttons{
  display:block;
}
.template-product.bnpl .featured-product-tab .product__info-container .product-form__quantity {
    justify-content: space-between;
}
@media (max-width: 850px){
.template-product.bnpl .section-featured-product .product-form__submit {
    padding: 0 30px;
}
}
@media (max-width: 1299px){
.template-product.bnpl .section-featured-product .product-form__submit {
    padding: 0 40px;
}
}

@media screen and (max-width: 749px){ 
 .template-product .section-header h2 {
    font-size: 24px;
    line-height: 30px;
  }
}



@media screen and (max-width: 749px){ 
  .template-product .section-header h2 {
    font-size: 24px;
    line-height: 30px;
  }
 .template-product .old-sub .section-header h2,
  .template-product .old-sub-2 .section-header h2{
   font-size: 40px;
    line-height: 50px;
  }
}


.bnpl-bg{
  background-color: #F1F5F9;
  padding: 10px 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 750px){ 
  .bnpl-bg #purchase-options-list .form__label {
      font-size: 34px;
  }
}
.bnpl-bg .packitem_variant_list{
  margin: 0 !important;
}

@media (max-width: 991px){
  .header-right .buy-btn {
    margin-right: 10px;
  }
  .template-product.bnpl .herobanner-section {
    padding: 20px 0 0 0;
  }
}


.sticky-header-height {
/*   height: 97.58px; */
}
@media (max-width: 749px){
  .sticky-header-height {
/*     height: 65px; */
  }
}

/** upsell product **/
.three-pack-item .upsell-item-content .cart-item__name {
  display: block;
}
.cart_upsell .three-pack-item.upsell-item .upsell-item-content {
  padding-right: 40px;
}
.cart-item__variant {
  font-size: 14px;
}
@media (max-width: 620px){
  .cart_upsell .three-pack-item.upsell-item .upsell-item-content {
    padding-right: 4px;
  }
  .cart_upsell .three-pack-item.upsell-item .ajax-upsell-cart {
    font-size: 12px;
    padding: 3px;
  }
  .cart_upsell .three-pack-item.upsell-item .ajax-upsell-cart.loading:before{
    top: 4px;
  }
}
.permonth, sr {font-size:30px!important;}
@media (max-width: 786px){
 .permonth, sr {font-size:15px!important;}

}




/****************** thankyou ****************/
.template-page.thankyou .header .Buy-now,
.template-page.thankyou .header header-drawer,
.template-page.thankyou .header__icon--cart{
  display:none;
}
.template-page.thankyou #shopify-section-header{
  position: unset !important;
}
.template-page.thankyou .header-wrapper {
  position: unset !important;
    background: #0F1048;
    border: none;
}
.template-page.thankyou .contact_no a{
  font-size:16px;
  color:#fff;
  font-weight:700;
  text-decoration:none;
} 
.template-page.thankyou .Free-guide-text{
  padding:20px 0;
   text-align: center;
}

.template-page.thankyou .Free-guide-text .title{
    font-size: 38px;
    font-weight: 800;
    line-height: 73px;
    margin: 0 0 20px;
}
.template-page.thankyou .Free-guide-text .text{
      font-size: 24px;
    font-weight: 600;
  width: 900px;
    margin: auto;
  line-height: 34px;
}
.template-page.thankyou .countdown-section{
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.template-page.thankyou .countdown-section #timer {
    text-align: center;
    font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1199px){
  .template-page.thankyou .Free-guide-text .title{
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 991px){
     .template-page.thankyou .Free-guide-text .title{
    font-size: 40px;
    line-height: 54px;
  }
   .template-page.thankyou .Free-guide-text .text{
    width: 100%;
     font-size: 22px;
  }
  .template-page.thankyou .countdown-section #timer {
    font-size: 24px;
  }
}
@media (max-width: 749px){
  .template-page.thankyou .Free-guide-text .text{
     font-size: 20px;
  }
   .template-page.thankyou .Free-guide-text .title{
    font-size: 28px;
    line-height: 40px;
  }
   .template-page.thankyou .countdown-section #timer {
    font-size: 20px;
  }
}
@media (max-width: 480px){
  .template-page.thankyou .countdown-section #timer {
    font-size: 20px;
  }
  .template-page.thankyou .Free-guide-text{
    padding:0 0 20px;
    overflow:hidden;
  }
   .template-page.thankyou .Free-guide-text .text{
     font-size: 18px;
         line-height: 30px;
  }
}
@media (max-width: 450px){
  .template-page.thankyou .countdown-section #timer {
    font-size: 18px;
  }
}
/* @media (max-width: 400px){
  .template-page.thankyou .countdown-section #timer {
    font-size: 16px;
  }
} */
/* @media (max-width: 380px){
  .template-page.thankyou .countdown-section #timer b {
    display:block;
  }
} */
.service-video-section{
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.service-video-section .videowithtext {
    column-gap: 40px;
}
.service-video-section .video-title{
  color: #0F1048;
  font-size: 42px;
  line-height: 50px;
}
.service-video-section .video-title .underyellow{
      display: inline-block;
}
.service-video-section .video-subtitle{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: 0.75rem 2.25rem;
    margin-top: 2rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  margin-bottom: 20px;
  font-weight:bold;
}
.service-video-section .video-des p{
  color: #0F1048;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
  font-weight:400;
}
.service-video-section .text-section .btn{
  text-align: center;
}
@media (max-width: 1199px){
  .service-video-section .video-title {
      font-size: 44px;
      line-height: 52px;
  }
  .service-video-section .video-des p{
     font-size: 22px;
  }
}
@media (max-width: 1024px){
  .service-video-section .video-title {
      font-size: 38px;
      line-height: 50px;
  }
  .service-video-section .video-des p{
     font-size: 22px;
  }
}
@media (max-width: 749px){
  .service-video-section .video-title {
      font-size: 34px;
      line-height: 42px;
  }
  .service-video-section .video-des p{
     font-size: 20px;
    line-height: 26px;
  }
}
.service-video-section  .services-block{
  margin:40px 0 20px !important;
}
.template-page.thankyou  .testimonial-section{
  padding-top:50px;
  margin-bottom: 30px;
}
@media (min-width: 1025px){
.template-page.thankyou .testimonial-block .slider-wrapper {
    display: none;
}
}

.template-page.thankyou .section-featured-product .section-header h2 {
    width: 100%;
}

.template-page.thankyou .section-header h2 {font-size:50px;}
@media (max-width: 1025px){
.template-page.thankyou .section-header h2 {font-size:30px;}
}

.template-page.thankyou #shopify-section-footer{
    margin-bottom:63px;
  }

@media (max-width: 749px){
  .template-page.thankyou #shopify-section-footer{
    margin-bottom:56px;
  }
}
@media (max-width: 600px){
  .template-page.thankyou #shopify-section-footer{
    margin-bottom:90px;
  }
}

.template-page.thankyou #hubspot-messages-iframe-container,
.template-page.fleet-expenses #hubspot-messages-iframe-container{
  display:none !important;
}
audio,canvas,progress,video{
  display:block;
  width: 100%;
  height:80%;
  object-fit: cover;
}
@media (max-width: 786px) {
  .thankyou .service-video-section .video-title{text-align:center;}
  .thankyou .service-video-section .video-subtitle{text-align:center}
   }
.stylingbrochure{
  
    position: relative;
    padding: 0.75rem 2.25rem;
    margin-top: 2rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    margin-bottom: 20px; width:78%;
}
@media (max-width: 786px) {
.stylingbrochure{width:100%}
}
.template-page.thankyou .section-featured-product .product-form__submit.disabled{
  pointer-events: none;
} 

@media screen and (max-width: 620px) {
  .drawer__inner .underyellow {
    font-size: 24px;
  }
  
}

 @media screen and (min-width: 750px) {
 .share-a-sale .services-list-section .services-block{grid-template-columns: repeat(6,1fr);}  
 .share-a-sale .services-list-section::after {width: 800px;}

 }
   @media screen and (max-width: 750px) {
   .share-a-sale .services-list-section::after {width: 300px!important;}
  .share-a-sale .services-list-section{margin-bottom: 0;}
     
   }
  .share-a-sale .backgroundcolorlogo{background-color: #F1F5F9;padding: 45px 0;}
 .share-a-sale .logo-text{padding: 45px 0;}
  .share-a-sale .services-list-section{
  position: relative;
  text-align: center;
}


 
/**************  Black friday hero banner css *****************/

.blackfriday-herobanner-section{
    overflow: hidden;
    margin-top: 87px;
}
.blackfriday-herobanner-section .hero-sale-section{
  display: block;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .blackfriday-herobanner-section .block-inner{
    display:flex;
    align-items: center;
    gap: 50px;
  }
}
.blackfriday-herobanner-section ul {
  padding-inline-start: 15px;
}

.blackfriday-herobanner-section .hero-sale-image .product-image{
    position: relative;
    right: -150px;
}
.blackfriday-herobanner-section .discount-title {
    font-size: 28px;
    line-height: 35px;
    font-weight: 900;
    color: #ce0215 !important;
    margin-bottom: 40px;
}

.blackfriday-herobanner-section .sale-title {
    font-size: 75px;
    line-height: 60px;
    font-weight: 900;
    transform: rotate(-6deg);
    margin: 0 0 -5px;
}
.blackfriday-herobanner-section .sale-title.secound {
    display: flex;
    align-items: end;
    justify-content: end;
    padding-right: 90px;
}
.blackfriday-herobanner-section .image-container {
  width: 100%;
}
.blackfriday-herobanner-section .sub-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-top:35px;
    margin-bottom: 25px;
}
.blackfriday-herobanner-section .button{
  width: 50%;
  height: 60px;
  background: #e4b65e;
  color: #000 !important;
  display: flex;
    margin-left: 15%;
  margin-top:30px;
}
.blackfriday-herobanner-section .button:after{
  display:none;
}

@media screen and (max-width: 1549px) {
      .blackfriday-herobanner-section .hero-sale-section{
    padding:0px 0; 
  }
  .blackfriday-herobanner-section .discount-title {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .blackfriday-herobanner-section .sale-title{
    font-size: 50px;
    line-height: 40px;
  }
  .blackfriday-herobanner-section .image-container {
    margin: 0 -10px;
    width: 80%;
  }
  .blackfriday-herobanner-section .sale-title.secound {
    padding-right: 110px;
    margin-top:-10px;
  }
  .blackfriday-herobanner-section .hero-sale-image .product-image {
    right: -80px;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1449px) {
.blackfriday-herobanner-section .sub-title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 15px;
}
  .blackfriday-herobanner-section .hero-sale-image .product-image{
    right: -60px;
  }
}
@media screen and (max-width: 1199px) {
      .blackfriday-herobanner-section .hero-sale-section{
    padding:20px 0; 
  }
 .blackfriday-herobanner-section .hero-sale-image .product-image{
    right: -20px;
  }
  .blackfriday-herobanner-section .sub-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1099px) {
  .blackfriday-herobanner-section .discount-title {
    font-size: 20px;
    line-height: 20px;
  }
  .blackfriday-herobanner-section .sale-title {
    font-size: 45px;
    line-height: 40px;
  }
   .blackfriday-herobanner-section .sub-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
    .blackfriday-herobanner-section .hero-sale-section{
    padding:20px 0; 
  }
  .blackfriday-herobanner-section .button {
        width:100%!important;  
    margin-left:unset!important;
  }
  .blackfriday-herobanner-section .hero-sale-text,
  .blackfriday-herobanner-section .hero-sale-image{
    padding: 0;
  }
  .blackfriday-herobanner-section .discount-title {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .blackfriday-herobanner-section .sale-title {
    font-size: 55px;
    line-height: 50px;
  }
    .blackfriday-herobanner-section .sub-title {
      font-size: 24px;
      margin-top: 35px;
      margin-bottom: 25px;
  }
  .blackfriday-herobanner-section .image-container{width:100%;margin:0;}
  .blackfriday-herobanner-section .hero-sale-image .product-image{
    margin-top: 0px;
    right: 0;
    display: flex;
    flex-direction: column;
    padding-bottom: 90%;
    align-items: end;
    position: relative;
    transform:unset;
  }
  .blackfriday-herobanner-section .hero-sale-image .product-image img{
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .blackfriday-herobanner-section .sale-title.secound { padding-right: 30px; }
  .blackfriday-herobanner-section{ margin-top: 65px;}
}
@media screen and (max-width: 640px) {
  .blackfriday-herobanner-section .discount-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .blackfriday-herobanner-section .sale-title {
    font-size: 46px;
    line-height: 45px;
  }
  .blackfriday-herobanner-section .sub-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
 }
}
@media screen and (max-width: 543px) {
  .blackfriday-herobanner-section .discount-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .blackfriday-herobanner-section .sale-title {
    font-size: 40px;
    line-height: 40px;
  }
    .blackfriday-herobanner-section .sub-title {
      font-size: 18px;
  }
  .blackfriday-herobanner-section .sale-title.secound { padding-right: 20px; }
}
@media screen and (max-width: 480px) {
  .blackfriday-herobanner-section .discount-title {
    font-size: 16px;
    line-height: 24px;
    text-align:left;
  }
  .blackfriday-herobanner-section .sale-title {
    font-size: 36px;
    line-height: 36px;
  }
    .blackfriday-herobanner-section .sub-title {
      font-size: 16px;
  }
  
}
@media screen and (max-width: 410px) {
    .blackfriday-herobanner-section .sub-title {
      font-size: 14px;
  }
}
@media screen and (max-width:390px) {
    .blackfriday-herobanner-section .sub-title {
      font-size: 13px;
      line-height:15px;
  }
}
#tableset table {
            border-collapse: collapse;
            width: 100%;
            margin-top:20px;
          table-layout: fixed;
          display:none;
        }
#tableset table:not([class]) th
      {
                    border: 1px solid #000 !important;

      }
#tableset table:not([class]) td,#tableset table:not([class]) th{
         padding: 5px;}
      
/* #tableset table, #tableset th, #tableset td {
            border: 1px solid #000 !important;
        } */
#tableset th,#tableset td {
          font-size:14px;
            padding: 5px;
            text-align: center;
            font-weight:600;
        }
#tableset tr:first-child {
    background-color: #F1F5F9;
    color: #000;
}
#tableset tr:first-child th:first-child {
-moz-border-radius:20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0;
}
#tableset tr:first-child th:last-child {
-moz-border-radius: 0 20px 0 0;
    -webkit-border-radius:0 20px 0 0;
    border-radius: 0 20px 0 0;
}
#tableset tr:last-child td:first-child {
-moz-border-radius:0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    border-radius: 0 0 0 20px;
}
#tableset tr:last-child td:last-child {
-moz-border-radius:0 0 0 0;
    -webkit-border-radius:0 0 0 0;
    border-radius:0 0 0 0;
}
#tableset tr:last-child{
  -moz-border-radius:0 0 20px 20px;
    -webkit-border-radius:0 0 20px 20px;
    border-radius:0 0 20px 20px;
}

.customtable tr td.current {
  color: #FFF;
  background-color: #17BEBB;
  
}
#tableset tr{
   border: 1px solid #B6B6C6 !important;
  border-top:0;
  -moz-border-radius:0 0 20px 20px;
    -webkit-border-radius:0 0 20px 20px;
    border-radius:0 0 20px 20px;
}
#tableset tr:first-child{
   border:none !important;
}

#shopify-section-template--16053211955383__main {background-color: #F1F5F9;}

.discounts__discount {color:#EF3E36;font-weight: bold;}