:root {
  --heading-size-h1: 36px;
  --heading-size-h2: 25px;
  --heading-size-h3: 25px;
  --heading-size-h4: 18px;
  --heading-size-h5: 16px;
  --heading-size-h6: 14px;
  --heading-1-weight: 400;
  --heading-2-weight: 700;
  --heading-3-weight: 400;
  --heading-4-weight: 400;
  --heading-5-weight: 400;
  --heading-6-weight: 400;
  --body-font-size: 12px;
  --body-font-weight: 400;
  --body-color: #232323;
  --body-link: #fff;
  --body-border-radius: 2px;
  --body-bg-color: #fff;
  --main-color: #00aeef;
  --body-font-family: "Roboto", sans-serif;
  --font-heading: "Roboto", sans-serif;
  --btn1-fs: 16px;
  --btn1-fw: 600;
  --btn1-cl: #fff;
  --btn1-pd: 20px 35px;
  --btn1-bg-cl: #00aeef;
  --btn1-hover-cl: #fff;
  --btn1-hover-bg-cl: #103178;
  --btn1-border-width: 0;
  --btn1-border-cl: transparent;
  --btn1-hover-border-cl: transparent;
  --btn1-radius: 2px;
  --btn2-fs: 16px;
  --btn2-fw: 600;
  --btn2-cl: #00aeef;
  --btn2-pd: 20px 35px;
  --btn2-bg-cl: #fff;
  --btn2-hover-cl: #fff;
  --btn2-hover-bg-cl: #00aeef;
  --btn2-border-width: 2px;
  --btn2-border-cl: #00aeef;
  --btn2-hover-border-cl: #fff;
  --btn2-radius: 2px;
  --btn3-fs: 16px;
  --btn3-fw: 500;
  --btn3-cl: #fff;
  --btn3-pd: 20px 35px;
  --btn3-bg-cl: #12a05c;
  --btn3-hover-cl: #fff;
  --btn3-hover-bg-cl: #12a05c;
  --btn3-border-width: 0;
  --btn3-border-cl: transparent;
  --btn3-hover-border-cl: transparent;
  --btn3-radius: 2px;
  --richtext-mg: 0 0 30px 0;
  --home-featured-mg: 0 0 50px 0;
  --home-sd-mg: 0 0 40px 0;
  --ft-banner-mg: 0 0 38px 0;
  --sec-featured-mg: -42px 0 40px 0;
  --instagram-mg: 0 0 30px 0;
  --product-details-mg: 0 0 100px 0;
  --sale-lb-cl: #fff;
  --sale-lb-bgcl: #00aeef;
  --hot-lb-cl: #fff;
  --hot-lb-bgcl: #f00000;
  --new-lb-cl: #fff;
  --new-lb-bgcl: #00aeef;
  --sold-out-cl: #f00;
  --price-cl: #232323;
  --price-sale-cl: #232323;
  --price-compare-cl: #a0a0a0;
  --miscellaneous-color: #fff;
  --success-color: #5bb300;
}
.list-style,
.list-inline,
.list-style-select {
  list-style: none;
}
.pointer {
  cursor: pointer;
}
body {
  font-size: var(--body-font-size);
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  color: var(--body-color);
  background-color: var(--body-bg-color);
}
a,
#collections-listing
  .page-content
  .collection-item
  .collection-image
  .image__style,
.header .header-content .header-row .dropdown-garage,
.header .header-main-nav .main-nav .mega-menu .tab-contents .item-collection,
.header .header-main-nav .main-nav .mega-menu .nav-item,
.header .header-main-nav .dropdown-submenu .nav-item a,
.header-mobile .dropdown-garage,
div.footer .collection-list .collection-item .title a,
.product-card .product-cart_header:after,
.product-card .product-cart_header .product-action,
.product-card .product-info .product-name span,
#back-to-top,
#lazy_quick_view .modal_content .product-media .slider-prev-button svg path,
#lazy_quick_view .modal_content .product-media .slider-next-button svg path,
.modal .modal_close,
.pagination li a,
.stamped-pagination li a,
.pagination-prev a,
.pagination-next a,
.pagination-prev svg path,
.pagination-next svg path,
.shopify-challenge__container .shopify-challenge__button,
.section-annoucements-slide,
.home-featured-collection .featured-collection_item .image .image__style,
.home-featured-collection .featured-collection_item .titl,
.section-richtext .content-expand,
.section-featured-collection .slider-controls .slider-prev-button,
.section-featured-collection .slider-controls .slider-next-button,
.template-product .product-tabs .product-tabs_nav .nav-item:after,
.page-blog-list .section-blog-list .blog-item,
.page-brands .brand-list .brand-title a {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.5;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 2.1em;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: var(--body-link);
  background-color: transparent;
}
a:focus {
  outline: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: bottom;
  border-style: none;
  max-width: 100%;
}
img.lazyload:not([src]) {
  opacity: 0;
}
input[type="submit"],
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
p {
  margin: 0 0 10px;
}
.hide {
  display: none !important;
}
ul,
ol,
dl {
  margin: 0;
}
ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
ol {
  padding: 0;
  list-style: decimal inside none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  padding: 10px;
}
th {
  border-bottom: 1px solid var(--body-color);
}
.small,
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -2.5px;
}
sup {
  top: -5px;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
input,
textarea {
  font-family: var(--body-font-family);
}
::-webkit-scrollbar-track {
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: var(--main-color);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--main-color);
}
.overlay-ui {
  position: absolute;
  left: 0;
  top: 0;
  word-break: break-word;
}
.overlay-ui img.lazyload:not([src]) {
  opacity: 0;
}
.btn[disabled] {
  opacity: 0.7;
  pointer-events: none;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-underline {
  text-decoration: underline !important;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.m-auto {
  margin: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.ml-10 {
  margin-left: 10px;
}
.mb-30 {
  margin-bottom: 30px;
}
.h-100p {
  height: 100%;
}
.vertical_align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.vertical_align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.vertical_align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  font-family: var(--body-font-family);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
}
.btn:hover {
  text-decoration: none;
}
.btn-1 {
  font-weight: var(--btn1-fw);
  font-size: var(--btn1-fs);
  color: var(--btn1-cl);
  padding: var(--btn1-pd);
  background-color: var(--btn1-bg-cl);
  border: var(--btn1-border-width) solid var(--btn1-border-cl);
  border-radius: var(--btn1-radius);
}
.btn-1:not(:disabled):not(.disabled):active,
.btn-1:not(:disabled):not(.disabled).active,
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
  background-color: var(--btn1-hover-bg-cl);
  border-color: var(--btn1-hover-border-cl);
  color: var(--btn1-hover-cl);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.btn-2 {
  font-weight: var(--btn2-fw);
  font-size: var(--btn2-fs);
  color: var(--btn2-cl);
  padding: var(--btn2-pd);
  background-color: var(--btn2-bg-cl);
  border: var(--btn2-border-width) solid var(--btn2-border-cl);
  border-radius: var(--btn2-radius);
}
.btn-2:not(:disabled):not(.disabled):active,
.btn-2:not(:disabled):not(.disabled).active,
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
  background-color: var(--btn2-hover-bg-cl);
  border-color: var(--btn2-hover-border-cl);
  color: var(--btn2-hover-cl);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.btn-3 {
  font-weight: var(--btn3-fw);
  font-size: var(--btn3-fs);
  line-height: 1;
  color: var(--btn3-cl);
  padding: var(--btn3-pd);
  background-color: var(--btn3-bg-cl);
  border: var(--btn3-border-width) solid var(--btn3-border-cl);
  border-radius: var(--btn3-radius);
}
.btn-3:not(:disabled):not(.disabled):active,
.btn-3:not(:disabled):not(.disabled).active,
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active {
  background-color: var(--btn3-hover-bg-cl);
  border-color: var(--btn3-hover-border-cl);
  color: var(--btn3-hover-cl);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.btn-4 {
  font-weight: var(--btn3-fw);
  font-size: var(--btn3-fs);
  line-height: 1;
  color: var(--btn3-cl);
  padding: var(--btn3-pd);
  color: #3c3c3c;
  border: var(--btn3-border-width) solid #3c3c3c;
  border-radius: var(--btn3-radius);
}
.btn-4:not(:disabled):not(.disabled):active,
.btn-4:not(:disabled):not(.disabled).active,
.btn-4:hover,
.btn-4:focus,
.btn-4:active,
.btn-4.active {
  background-color: var(--btn2-bg-cl);
  border-color: var(--btn2-border-cl);
  color: var(--btn2-cl);
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
.btn-lg {
  line-height: 58px;
}
.btn-sm {
  line-height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
.btn-block {
  width: 100% !important;
}
.form-group {
  margin-bottom: 20px;
}
.form-group label {
  display: block;
  font-weight: 600;
  font-size: 15px;
}
.form-group .req {
  color: red;
  margin-left: 3px;
}
.form-group .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.form-group .action a {
  font-size: 15px;
  color: #4c9402;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-group .action a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.form-group .btn {
  min-width: 130px;
  font-weight: 400;
}
textarea {
  height: auto;
  min-height: 160px;
  font-size: 15px;
}
.shake {
  -webkit-animation: spaceboots 0.2s 2 linear;
  animation: spaceboots 0.2s 2 linear;
}
.tns-outer {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    transform: translateY(2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0);
  }
  to {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    transform: translate(2px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    transform: translateY(2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    transform: translate(2px, 2px) rotate(0);
  }
  to {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.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-lg-auto,
.col-md,
.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-md-auto,
.col-sm,
.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-sm-auto,
.col-5th,
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th,
.col-xl-5th,
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12,
.col-xl,
.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,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.col-5th {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
}
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 375px) {
  .col-xxs-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxs-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxs-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxs-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxs-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxs-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxs-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxs-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxs-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxs-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxs-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxs-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xs-5th {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-5th {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-5th {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
}
.d-grid {
  display: grid;
}
.grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-7 {
  grid-template-columns: repeat(7, 1fr);
}
.grid-8 {
  grid-template-columns: repeat(8, 1fr);
}
.grid-9 {
  grid-template-columns: repeat(9, 1fr);
}
.grid-10 {
  grid-template-columns: repeat(10, 1fr);
}
.grid-11 {
  grid-template-columns: repeat(11, 1fr);
}
.grid-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width: 576px) {
  .grid-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-xl-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-xl-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-xl-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-xl-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-xl-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-xl-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-xl-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-xl-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-xl-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-xl-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-xl-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-xl-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
.grid-gap-5 {
  grid-gap: 5px;
}
.grid-gap-10 {
  grid-gap: 10px;
}
.grid-gap-15 {
  grid-gap: 15px;
}
.grid-gap-20 {
  grid-gap: 20px;
}
.grid-gap-25 {
  grid-gap: 25px;
}
.grid-gap-30 {
  grid-gap: 30px;
}
@media (min-width: 768px) {
  .grid-gap-md-5 {
    grid-gap: 5px;
  }
  .grid-gap-md-10 {
    grid-gap: 10px;
  }
  .grid-gap-md-15 {
    grid-gap: 15px;
  }
  .grid-gap-md-20 {
    grid-gap: 20px;
  }
  .grid-gap-md-25 {
    grid-gap: 25px;
  }
  .grid-gap-md-30 {
    grid-gap: 30px;
  }
}
html {
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 5px;
}
b {
  font-weight: 700;
}
h1,
.h1 {
  font-size: var(--heading-size-h1);
  font-weight: var(--heading-1-weight);
}
h2,
.h2 {
  font-size: var(--heading-size-h2);
  font-weight: var(--heading-2-weight);
}
h3,
.h3 {
  font-size: var(--heading-size-h3);
  font-weight: var(--heading-3-weight);
}
h4,
.h4 {
  font-size: var(--heading-size-h4);
  font-weight: var(--heading-4-weight);
}
h5,
.h5 {
  font-size: var(--heading-size-h5);
  font-weight: var(--heading-5-weight);
}
h6,
.h6 {
  font-size: var(--heading-size-h6);
  font-weight: var(--heading-6-weight);
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: 1.4285714286%;
  height: 10px;
  float: left;
}
.section-collection-template #breadcrumb .breadcrumb-list li a {
  color: #fff;
}
.section-collection-template #breadcrumb .breadcrumb-list .svg-element-ui path {
  fill: #fff;
}
.section-collection-template .section-head {
  min-height: 364px;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 10px;
  background-position: center center;
}
.section-collection-template .section-head .section-title {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.section-collection-template .section-head .section-desc {
  max-width: 430px;
  color: #fff;
  font-size: 17px;
  line-height: 25.2px;
  word-break: normal;
}
.section-collection-template .section-subcollection {
  position: relative;
  margin: -45px auto 40px;
  padding-top: 100px;
}
.section-collection-template .section-subcollection .slider-controls {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section-collection-template .section-subcollection .slider-prev-button,
.section-collection-template .section-subcollection .slider-next-button {
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-collection-template .section-subcollection.attach {
  padding-top: 0;
}
@media (max-width: 480px) {
  .section-collection-template .section-subcollection.attach {
    margin-top: 20px;
  }
}
.section-collection-template .collection-list {
  padding-left: 5px;
}
.section-collection-template .collection-list .collection-item {
  padding-right: 40px;
}
.section-collection-template .collection-list .collection-item .image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px #0000001a;
}
.section-collection-template
  .collection-list
  .collection-item
  .image
  .image__style {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-collection-template .collection-list .collection-item .name {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  margin-top: 30px;
}
.section-collection-template div.snize-search-results {
  margin-top: 30px;
}
.section-collection-template .section-filter-vehicle {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .section-collection-template .section-head {
    min-height: 230px;
    padding-top: 10px;
  }
  .section-collection-template .collection-list:not(.tns-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .section-collection-template .collection-list .collection-item {
    padding-right: 17px;
  }
  .section-collection-template .collection-list .collection-item .image {
    height: 160px;
  }
  .section-collection-template .collection-list .collection-item .name {
    font-size: 15px;
    letter-spacing: 0.25px;
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .section-collection-template
    #snize_results.snize-mobile-design
    div.snize-main-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .section-collection-template
    #snize_results.snize-mobile-design.snize-new-version
    div.snize-main-panel-view-mode {
    max-width: 30%;
  }
}
#collections-listing {
  margin: 70px 0;
}
#collections-listing .page-heading {
  text-align: center;
  margin-bottom: 40px;
}
#collections-listing .page-content {
  margin-bottom: 40px;
}
#collections-listing .page-content .collection-item {
  margin-bottom: 30px;
}
#collections-listing .page-content .collection-item a {
  display: block;
  height: 100%;
}
#collections-listing .page-content .collection-item .collection-image {
  height: 265px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.21);
  box-shadow: 0 2px 10px #00000036;
}
#collections-listing
  .page-content
  .collection-item
  .collection-image
  .image__style {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#collections-listing
  .page-content
  .collection-item:hover
  .collection-image
  .image__style {
  -webkit-transform: scale(1.1) translateY(-50%);
  transform: scale(1.1) translateY(-50%);
}
#collections-listing .page-content .collection-item:hover .collection-title a {
  color: var(--main-color);
}
#collections-listing .page-content .collection-title a {
  display: inline-block;
  color: #000;
  font-size: 18px;
  margin-top: 15px;
}
#main-content {
  min-height: calc(100vh - 473px);
}
#breadcrumb {
  padding: 30px 0 10px;
}
@media (min-width: 768px) {
  #breadcrumb {
    padding-bottom: 35px;
  }
}
#breadcrumb .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#breadcrumb .breadcrumb-list li {
  text-transform: capitalize;
}
#breadcrumb .breadcrumb-list li:not(:last-child) {
  margin-right: 3px;
}
#breadcrumb .breadcrumb-list li a {
  font-size: 12px;
  line-height: 19px;
  color: #757575;
}
#breadcrumb .breadcrumb-list .svg-element-ui svg {
  position: relative;
  top: 8px;
  left: 6px;
}
#breadcrumb .breadcrumb-list .svg-element-ui path {
  fill: var(--main-color);
}
.header {
  padding-top: 24px;
}
.header .header-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .header-left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .logo {
  margin-right: 30px;
}
.header .header-contact {
  font-size: 12px;
  line-height: 15px;
  color: #151211;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}
.header .header-search .form-search {
  position: relative;
}
.header .header-search .form-search .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-search .form-search .input-group input {
  width: 251px;
  height: 29px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  padding: 5px 10px;
}
.header .header-search .form-search button {
  background: none;
  border: none;
  padding: 0 12px;
  height: 29px;
}
.header .header-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header .header-content .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header .header-content .header-row > .d-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .header-content .header-row .header-language,
.header .header-content .header-row .header-currency,
.header .header-content .header-row .account-link,
.header .header-content .header-row .header-garage {
  margin-right: 35px;
  line-height: 1;
}
.header .header-content .header-row .header-garage {
  position: relative;
  cursor: pointer;
}
.header .header-content .header-row .header-garage:hover .dropdown-garage {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header .header-content .header-row .dropdown-garage {
  position: absolute;
  max-width: 450px;
  background: #fff;
  top: calc(100% + 7px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  padding: 6px 18px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25),
    0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px #00000040, 0 4px 4px #00000040, 0 4px 4px #00000040,
    0 4px 4px #00000040, 0 4px 4px #00000040;
  z-index: 100;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
}
.header .header-content .header-row .dropdown-garage:before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  -webkit-filter: drop-shadow(0px -2px 10px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0px -2px 10px rgba(0, 0, 0, 0.6));
}
.header .header-content .header-row .dropdown-garage h4 {
  margin-bottom: 17px;
  white-space: nowrap;
  color: var(--main-color);
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  text-transform: capitalize;
}
.header .header-content .header-row .dropdown-garage > p {
  margin: 0;
  white-space: nowrap;
}
.header .header-content .header-row .garage-list .garage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 17px;
}
.header .header-content .header-row .garage-list .garage-item > .title {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 48px;
}
.header .header-content .header-row .garage-list .garage-item .bnt-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-content .header-row .garage-list .empty {
  text-align: center;
  white-space: nowrap;
}
.header .header-content .header-row .garage-list .btn {
  color: #fff;
  padding: 5px 16px;
  margin: 0 24px 0 0;
}
.header .header-content .header-row .garage-list .garage-btn {
  color: var(--main-color);
  border: 1px solid currentColor;
  padding: 5px 16px;
  min-width: 77px;
  min-height: 27px;
  position: relative;
  -webkit-transition: all 0.05s linear;
  transition: all 0.05s linear;
}
.header .header-content .header-row .garage-list .garage-btn:hover {
  background: #757575;
  color: #fff;
}
.header .header-content .header-row .garage-list .garage-btn svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header .header-content .header-row .garage-list .garage-btn .svg-loading {
  width: 19px;
  height: 19px;
}
.header
  .header-content
  .header-row
  .garage-list
  .garage-btn
  .svg-loading
  circle {
  stroke: var(--main-color);
}
.header .header-content a {
  font-size: 12px;
  line-height: 15px;
  text-transform: capitalize;
  color: inherit;
}
.header .sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 26px;
}
.header .sub-nav .nav-item {
  line-height: 1.45em;
}
.header .sub-nav .nav-item:not(:last-child) {
  margin-right: 21px;
}
.header .header-main-nav {
  background: var(--main-color);
  margin-top: 24px;
  position: relative;
}
.header .header-main-nav:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  content: "";
  width: 100%;
  height: 7px;
  background: #000;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.25))
  );
  background: linear-gradient(0deg, #0000, #00000040);
}
.header .header-main-nav .header-wrapper {
  padding: 0;
}
.header .header-main-nav div[class*="col"] {
  position: static;
}
.header .header-main-nav .main-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header .header-main-nav .main-nav > .nav-item {
    padding: 0 18px 0 0;
    cursor: pointer;
}
.header .header-main-nav .main-nav > .nav-item:not(.mega-menu) {
  position: relative;
}
.header .header-main-nav .main-nav > .nav-item > a {
  display: inline-block;
  padding: 17px 0;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.header .header-main-nav .main-nav .mega-menu .dropdown-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.header .header-main-nav .main-nav .mega-menu .dropdown-nav:after {
  background-color: #00000080;
  content: "";
  height: 100vh;
  inset: 100% 0 0;
  pointer-events: none;
  position: absolute;
}
.header .header-main-nav .main-nav .mega-menu .dropdown-nav .container {
  display: flex;
}
.header .header-main-nav .main-nav .mega-menu .tab-navs-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.5%;
  flex: 0 0 40.5%;
}
.header .header-main-nav .main-nav .mega-menu .tab-navs {
  display: grid;
  grid-row-gap: 17px;
  grid-column-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  padding: 30px 43px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.header .header-main-nav .main-nav .mega-menu .tab-navs .image__style img {
  -o-object-fit: cover;
  object-fit: cover;
}
.header .header-main-nav .main-nav .mega-menu .tab-contents-wrapper {
  -webkit-box-flex: 0;
  flex: 1;
  min-width: 0;
  z-index: 1;
  padding: 30px 11px 70px;
  position: relative;
}
@media (min-width: 1200px) {
  .header .header-main-nav .main-nav .mega-menu .tab-navs-wrapper {
    -ms-flex: 0 0 39.91%;
    flex: 0 0 39.91%;
  }
}
.header .header-main-nav .main-nav .mega-menu .tab-contents-wrapper:after {
  position: absolute;
  left: 42%;
  top: 0;
  content: "";
  width: 2000px;
  height: 100%;
  background-color: inherit;
  z-index: -1;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents-wrapper
  .content-title,
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents-wrapper
  .content-title
  > a {
  font-size: 25px;
  line-height: 37px;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}
.header .header-main-nav .main-nav .mega-menu .tab-contents .content-wrapper {
  grid-gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 82%;
  flex: 0 0 82%;
}
.header .header-main-nav .main-nav .mega-menu .tab-contents .item-collection {
  background: #fff;
  overflow: hidden;
  height: 100%;
  max-height: 103px;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents
  .item-collection:hover {
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 15px #00000059;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents
  .item-collection
  > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents
  .item-collection
  > a
  .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents
  .item-collection
  .title {
  margin: 10px 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.header .header-main-nav .main-nav .mega-menu .tab-contents .item-image {
  width: 100%;
  margin-top: 40px;
}
.header .header-main-nav .main-nav .mega-menu .tab-contents .content-item {
  display: none;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents
  .content-item
  > .row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 89%;
  flex: 0 0 89%;
  margin: 0 0 0 10px;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents
  .content-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents
  .content-item.active.js-tab-placeholder {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents
  .content-item
  .item-banner:first-child {
  padding-right: 10px;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents
  .content-item
  .title {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.header
  .header-main-nav
  .main-nav
  .mega-menu
  .tab-contents
  .content-item:not(.js-tab-placeholder)
  .content-title {
  text-align: right;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}
.header .header-main-nav .main-nav .mega-menu .nav-item {
  font-size: 14px;
  line-height: 16px;
  color: #4f4f4f;
  text-transform: capitalize;
  background-color: #fff;
  position: relative;
  z-index: 1;
  text-shadow: #fff 1px 0px 0px;
  height: 103px;
  overflow: hidden;
}
.header .header-main-nav .main-nav .mega-menu .nav-item > .title {
  display: inline-block;
  margin: 10px 10px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.header .header-main-nav .main-nav .mega-menu .nav-item:hover,
.header .header-main-nav .main-nav .mega-menu .nav-item.active,
.header .header-main-nav .main-nav .mega-menu .nav-item.is-hover {
  text-shadow: #00aeef 1px 0px 0px;
  color: #00aeef;
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 15px #00000059;
}
.header .header-main-nav .main-nav .mega-menu .bnt-view-all,
.header .header-main-nav .main-nav .mega-menu .btn-show-all {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
  color: #fff;
  position: absolute;
  bottom: 25px;
  right: 85px;
}
.header .header-main-nav .main-nav .mega-menu .btn-show-all {
  left: 85px;
  right: auto;
}
.header .header-main-nav .main-nav .mega-menu .btn-show-all:after {
  position: absolute;
  top: 50%;
  right: -15px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.header .header-main-nav .main-nav .mega-menu .bnt-close {
  position: absolute;
  right: 28px;
  top: 30px;
  z-index: 9;
}
.header .header-main-nav .main-nav .mega-menu .bnt-close circle {
  stroke: #fff;
}
.header .header-main-nav .main-nav .mega-menu .bnt-close path {
  fill: #fff;
}
.header .header-main-nav .dropdown-submenu > a {
  pointer-events: none;
}
.header .header-main-nav .dropdown-submenu:hover > .dropdown-nav,
.header .header-main-nav .dropdown-submenu.is-hover > .dropdown-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0);
  z-index: 20;
}
.header .header-main-nav .dropdown-submenu .dropdown-nav {
  position: absolute;
  min-width: 260px;
  top: 100%;
  left: 0;
  z-index: 19;
  opacity: 0;
  visibility: hidden;
}
.header .header-main-nav .dropdown-submenu .nav-item a {
  padding: 10px 30px;
  display: block;
  border-bottom: 1px dashed #e4e4e4;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: var(--body-color);
  text-transform: capitalize;
}
.header .header-main-nav .dropdown-submenu .nav-item a:hover {
  color: var(--main-color);
}
.header .header-main-nav .dropdown-subnav {
  position: relative;
}
.header .header-main-nav .dropdown-subnav:hover .grandchild-nav {
  opacity: 1;
  visibility: visible;
}
.header .header-main-nav .dropdown-subnav .grandchild-nav {
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header .header-main-nav .overlay {
  background-color: #00000080;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  z-index: 12;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.header .header-main-nav .overlay.is-show {
  visibility: visible;
  opacity: 1;
}
.header .header-policy {
  margin-top: 10px;
  width: 100%;
}
.header .header-policy .policy-list {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .header-policy .policy-item {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: var(--main-color);
}
.header .header-policy .policy-item:not(:last-child) {
  margin-right: 13px;
}
.header .header-policy .policy-item svg {
  margin-right: 10px;
}
.header .header-policy .policy-item svg path {
  fill: #000;
}
.header .header-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  color: #151211;
  line-height: 1;
}
@media (max-width: 991px) {
  .header .header-icon {
    position: relative;
    top: 2px;
  }
}
@media (max-width: 1199px) {
  .header .header-wrapper {
    padding: 0;
  }
  .header .header-main-nav .main-nav .mega-menu .tab-contents-wrapper:after {
    left: 43%;
  }
  .header .header-main-nav .main-nav .mega-menu .tab-navs,
  .header .header-main-nav .main-nav .mega-menu .tab-contents .content-wrapper {
    grid-gap: 15px;
  }
  .header .header-main-nav .main-nav .mega-menu .bnt-close {
    right: 0;
  }
  .header .header-main-nav .main-nav .mega-menu .bnt-view-all {
    margin: 24px 40px 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .header-search .form-search .input-group input {
    width: 260px;
  }
  .header .header-policy .policy-item {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 20px 0;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px #0000001a;
  }
  .header .header-wrapper {
    padding: 0;
  }
  .header .logo {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .header .logo img {
    width: 25vw;
  }
  .header .header-main-nav {
    display: none;
  }
  .header .header-main-nav div[class*="col"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header .header-main-nav .nav-list.main-nav {
    display: block !important;
  }
  .header .header-main-nav .header-filter,
  .header .header-contact,
  .header .header-search,
  .header .header-content {
    display: none !important;
  }
  .header .header-content .header-row {
    display: block;
  }
  .header .icon-nav-mobi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .header .logo img {
    width: 35vw;
  }
}
.cart-icon {
  position: relative;
  display: block;
  margin-right: 6px;
}
.cart-icon .number {
    position: absolute;
    top: -2px;
    right: -2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 11px;
    width: 11px;
    border-radius: 50%;
    background: #009fd9;
    color: #fff;
    font-size: 6px;
    line-height: 9px;
    font-weight: 700;
}
.header-filter{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 20px;
    padding: 0 0 0 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 99;
    /* margin-left: 113px; */
}
.section-filter,
.section-filter-vehicle {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 99;
  /* margin-left: 113px; */
}
.header-filter:not(.section-filter-vehicle):after,
.section-filter:not(.section-filter-vehicle):after,
.section-filter-vehicle:not(.section-filter-vehicle):after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 20000px;
  background-color: inherit;
  z-index: -1;
}
.header-filter .filter-selector,
.section-filter .filter-selector,
.section-filter-vehicle .filter-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header .header-main-nav .header-filter {
  flex: 1;
}
.header-filter .filter-selector {
  height: 100%;
}
.header-filter .filter-selector > .title,
.section-filter .filter-selector > .title,
.section-filter-vehicle .filter-selector > .title {
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 39px;
  font-weight: 700;
  margin-right: 30px;
  white-space: nowrap;
  display: inline-block;
}
.header-filter .filter-selector > .title svg path,
.section-filter .filter-selector > .title svg path,
.section-filter-vehicle .filter-selector > .title svg path {
  fill: currentColor;
}
.header-filter .field-item,
.section-filter .field-item,
.section-filter-vehicle .field-item {
  margin: 5px 0;
}
.header-filter .field-item:not(:last-child),
.section-filter .field-item:not(:last-child),
.section-filter-vehicle .field-item:not(:last-child) {
  margin-right: 9px;
}
.header-filter .field-item:last-child .title,
.section-filter .field-item:last-child .title,
.section-filter-vehicle .field-item:last-child .title {
  min-width: 134px;
}
.section-filter .field-item .title,
.section-filter-vehicle .field-item .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  border: 1px solid #fff;
  padding: 0 25px 0 8px;
  min-width: 90px;
  white-space: nowrap;
  cursor: pointer;
}
.header-filter .field-item .title {
  padding: 0 0 2px;
  color: #595d64;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  letter-spacing: 0;
}
.header-filter .field-item input.title {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
}
.header-filter .field-item .input-group label {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-filter .field-item:not(.disabled) .input-group label {
  cursor: pointer;
}
.section-filter .field-item .filter-options,
.section-filter-vehicle .field-item .filter-options {
  max-height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  border: 1px solid #ccc;
  border-top: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px #0003;
}
.header-filter .field-item .filter-options::-webkit-scrollbar,
.section-filter .field-item .filter-options::-webkit-scrollbar,
.section-filter-vehicle .field-item .filter-options::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background: #fff;
}
.header-filter .field-item .filter-options::-webkit-scrollbar-thumb,
.section-filter .field-item .filter-options::-webkit-scrollbar-thumb,
.section-filter-vehicle .field-item .filter-options::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #ccc;
}
.header-filter .field-item .filter-options .option,
.section-filter .field-item .filter-options .option,
.section-filter-vehicle .field-item .filter-options .option {
  padding: 6px 10px;
  border-bottom: 1px dashed #e4e4e4;
  font-size: 14px;
  line-height: 1.5em;
  background: #fff;
  color: #000;
  cursor: pointer;
}
.section-filter .my-selector .section-filter-vehicle .my-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-filter .my-selector {
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-filter .my-selector > .title,
.section-filter .my-selector > .title,
.section-filter-vehicle .my-selector > .title {
  letter-spacing: 0.25px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 29px;
  font-weight: 700;
  margin-right: 0px;
  white-space: nowrap;
  display: inline-block;
}
.header-filter .my-selector > .title svg path,
.section-filter .my-selector > .title svg path,
.section-filter-vehicle .my-selector > .title svg path {
  fill: currentColor;
}
.header-filter .my-selector > .value,
.section-filter .my-selector > .value,
.section-filter-vehicle .my-selector > .value {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.25px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-filter .my-selector .btn-action,
.section-filter .my-selector .btn-action,
.section-filter-vehicle .my-selector .btn-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-filter .my-selector .btn-action {
  position: relative;
}
.header-filter .my-selector .btn-action.active {
  padding-bottom: 15px;
}
.header-filter .my-selector .btn-action:not(.active) .customer-not-logged {
  visibility: hidden;
  opacity: 0;
}
.header-filter .my-selector .btn-action .customer-not-logged {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
  bottom: -12px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
}
.header-filter .my-selector .btn,
.section-filter .my-selector .btn,
.section-filter-vehicle .my-selector .btn {
  white-space: nowrap;
  margin-left: 20px;
  min-width: 76px;
}
.header-filter .my-selector .svg-loading,
.section-filter .my-selector .svg-loading,
.section-filter-vehicle .my-selector .svg-loading {
  width: 12px;
  height: auto;
}
.header-filter .field-list,
.section-filter .field-list,
.section-filter-vehicle .field-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-filter .btn-filter-group button {
    border: 1px solid #fff;
    width: 152px;
    height: 29px;
    line-height: 27px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    width: 228px;
}
.header-filter .btn-filter-group button.btn-select {
  color: #fff;
  border-radius: 0;
  background: none;
}
.header-filter .btn-filter-group button.btn-close {
  background: #fff;
  border-radius: 2px;
  color: #00aeef;
}
.header-filter .field-list {
  position: absolute;
  top: 100%;
  right: -17px;
  width: 100vw;
  transition: all 0.35s ease-in-out 0s;
  z-index: 9;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-filter .field-list:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100vw + 17px);
  background: #009fd9;
  z-index: -1;
  left: calc(-0.5 * (100vw - 100%));
}
.header-filter .field-list .card-filter.is-blur {
  filter: blur(4px);
}
.header-filter .field-list .card-filter.is-blur .btn {
  pointer-events: none;
}
.header-filter .field-list .card-filter > div {
  border-radius: 11px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.header-filter .field-list .card-filter .save-vehicle {
  color: var(--main-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 29px;
  position: absolute;
  right: 18px;
  bottom: 11px;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}
.header-filter .field-list .card-filter:not(:first-child) > div {
  overflow: hidden;
}
.header-filter .field-list .card-filter .card-icon {
  padding: 15px 13px 0;
  display: flex;
  justify-content: flex-end;
}
.header-filter .field-list .card-filter .card-body {
  padding: 0 20px 55px;
  color: #000;
}
.header-filter .field-list .card-filter .card-img-top {
  margin-bottom: 20px;
}
.header-filter .field-list .card-filter .card-body .card-text,
.header-filter .field-list .card-filter .card-body .btn-action {
  display: flex;
  flex-direction: column;
}
.header-filter .field-list .card-filter .card-body .btn-action {
  margin-top: 13px;
}
.header-filter .field-list .card-filter .card-body .btn-action.disabled {
  cursor: not-allowed;
}
.header-filter .field-list .card-filter .card-body .btn-action.disabled .btn {
  pointer-events: none;
}
.header-filter .field-list .card-filter .card-body .card-text .btn,
.header-filter .field-list .card-filter .card-body .btn-action .btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  padding: 8px 15px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
}
.header-filter .field-list .card-filter .card-body .btn-action .btn svg {
  margin-left: 8px;
  display: flex;
}
.header-filter .field-list .card-filter .card-body .btn-action .btn svg path {
  fill: currentColor;
}
.header-filter
  .field-list
  .card-filter
  .card-body
  .btn-action.disabled
  .btn
  .text-add,
.header-filter
  .field-list
  .card-filter
  .card-body
  .btn-action:not(.disabled)
  .btn
  .text-added,
.header-filter
  .field-list
  .card-filter
  .card-body
  .btn-action
  .btn:not(.pending)
  .loading,
.header-filter .my-selector .btn-action .btn:not(.pending) .loading svg {
  display: none;
}
.header-filter .field-list .card-filter .card-body .btn-action .btn .loading {
  margin: 0 5px;
  display: block;
}
.header-filter
  .field-list
  .card-filter
  .card-body
  .btn-action
  .btn
  .loading
  svg {
  width: 25px;
  height: 25px;
  display: block;
}
.header-filter .my-selector .btn-action .btn .loading svg {
  width: 19px;
  height: 19px;
  display: block;
}
.header-filter
  .field-list
  .card-filter
  .card-body
  .btn-action
  .btn
  .loading
  svg
  circle,
.header-filter .my-selector .btn-action .btn .loading svg circle {
  stroke: currentColor;
}
.header-filter .field-list .card-filter .card-body .card-text .btn:first-child {
  margin-top: 19px;
}
.header-filter .field-list .card-filter .card-body .card-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: inherit;
  margin: 5px 0;
}
.header-filter .field-list .card-filter .card-body .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: inherit;
  margin: 5px 0;
}
.header-filter .field-list .field-item {
  margin: 8px 20px;
}
.header-filter .field-list .field-item.disabled,
.header-filter .field-list .field-item.disabled input.title {
  pointer-events: none;
  opacity: 0.5;
}
.header-filter .field-list .field-item .label {
  color: #595d64;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 7px;
}
.header-filter .field-list .field-item .filter-error {
  color: red;
  font-size: 13px;
  display: block;
}
.header-filter .field-list .field-item .filter-options {
  max-height: 170px;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 9;
  border: 1px solid #cfd4d8;
  border-top: none;
  top: 61px !important;
}
.header-filter .field-list .field-item .filter-options .option:last-child {
  border-bottom: none;
}
.header-filter .field-list .field-item .filter-options .option.empty {
  pointer-events: none;
}
.header-filter .field-item .input-group {
  border: 1px solid #cfd4d8 !important;
  border: 3px;
  height: 42px;
  padding: 0 8px;
  line-height: 40px;
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.header-filter .field-item .title {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.header-filter .my-selector .btn-action .btn,
.header-filter .my-selector .result-filter-group {
  height: 29px;
  line-height: 29px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  color: #00aeef;
  background: #fff;
  border: 1px solid #ffffff;
}
.header-filter .my-selector .btn-action.disabled .btn .text-add,
.header-filter .my-selector .btn-action:not(.disabled) .btn .text-added {
  display: none;
}
.header-filter .my-selector .btn-action.disabled {
  cursor: not-allowed;
}
.header-filter .my-selector .btn-action.disabled .btn {
  pointer-events: none;
}
.header-filter .my-selector .btn-action .btn span,
.header-filter .my-selector .result-filter-group span {
  text-transform: inherit;
  display: inline-flex;
  color: inherit;
}
.header-filter .my-selector .btn-action .btn span.js-icon-success,
.header-filter .my-selector .btn-action .btn span.loading,
.header-filter .my-selector .result-filter-group span:not(:last-child) {
  padding-left: 5px;
}
.header-filter .my-selector .result-filter-group .btn-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  max-width: 30px;
  height: 29px;
}
.header-filter .my-selector .result-filter-group .btn-clear svg {
  width: 16px;
  height: auto;
}
.header-filter .my-selector .result-filter-group .btn-clear svg path {
  fill: #00aeef;
}
@media (min-width: 992px) {
  .header-filter .field-list .card-filter .save-vehicle {
    display: none;
  }
  .header-filter .field-list {
    justify-content: space-between;
  }
  .header-filter .field-list .card-filter {
    flex: 0 0 calc(33.333333% - 15px);
    max-width: calc(33.333333% - 15px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-filter .my-selector > .title {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .header-filter .my-selector .btn-action .btn {
    width: 148px;
  }
  .header-filter .my-selector .result-filter-group {
    min-width: 200px;
  }
  .header-filter .my-selector .btn-action .customer-not-logged {
    margin-left: 10px;
  }
}
.header-filter .field-list:not(.is-open) {
  visibility: hidden;
  opacity: 0;
}
.header-filter .select-filter-options,
.section-filter .select-filter-options,
.section-filter-vehicle .select-filter-options {
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  padding: 2px 8px;
  min-width: 90px;
  border-radius: 0;
  white-space: nowrap;
  cursor: pointer;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.header-filter .select-filter-options option,
.section-filter .select-filter-options option,
.section-filter-vehicle .select-filter-options option {
  color: #000;
}
@media (max-width: 1199px) {
  .header-filter,
  .section-filter,
  .section-filter-vehicle {
    margin-left: 35px;
  }
  .header-filter .filter-selector > .title,
  .section-filter .filter-selector > .title,
  .section-filter-vehicle .filter-selector > .title {
    margin-right: 20px;
  }
  .header-filter .my-selector > .value,
  .section-filter .my-selector > .value,
  .section-filter-vehicle .my-selector > .value {
    margin-right: 20px;
  }
  .header-filter .my-selector .btn,
  .section-filter .my-selector .btn,
  .section-filter-vehicle .my-selector .btn {
    margin-left: 0;
    margin-right: 10px;
  }
  .header-filter .field-item,
  .section-filter .field-item,
  .section-filter-vehicle .field-item {
    margin: 5px 0;
  }
  .section-filter .field-item:not(:last-child),
  .section-filter-vehicle .field-item:not(:last-child) {
    margin-right: 5px;
  }
  .header-filter .field-item:nth-child(n) .title,
  .section-filter .field-item:nth-child(n) .title,
  .section-filter-vehicle .field-item:nth-child(n) .title {
    min-width: 75px;
  }
}
@media (max-width: 991px) {
  .header-filter,
  .section-filter,
  .section-filter-vehicle {
    padding: 13px 5px 17px;
    max-width: 720px;
    margin: 0 auto;
  }
  .header-filter .my-selector {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-filter:not(.section-filter-vehicle):after,
  .section-filter:not(.section-filter-vehicle):after,
  .section-filter-vehicle:not(.section-filter-vehicle):after {
    left: -100%;
  }
  .header-filter > .title,
  .section-filter > .title,
  .section-filter-vehicle > .title {
    font-size: 16px;
    margin: 0;
  }
  .header-filter .my-selector > .title,
  .header-filter .filter-selector > .title {
    color: #fff;
  }
  .header-filter .my-selector,
  .section-filter .my-selector,
  .section-filter-vehicle .my-selector {
    margin: 0;
  }
  .header-filter,
  .header-filter .filter-selector {
    justify-content: space-between;
    width: 100%;
  }
.header-filter .filter-selector {
    flex-wrap: wrap;
    justify-content: center;
}
  .header-filter .field-list {
    width: 100%;
    right: 0;
    padding: 20px 0 92px;
    flex-wrap: nowrap;
    position: static;
    max-width: 300%;
  }
  .header-filter .filter-selector .tns-outer {
    margin-bottom: -58px;
  }
  .header-filter .field-list:after {
    content: none;
  }
  .header-filter .filter-selector .tns-outer:not(.active) {
    opacity: 0;
    visibility: hidden;
  }
  .header-filter .filter-selector .tns-ovh.active {
    position: relative;
    z-index: 2;
  }
  .header-filter .filter-selector .tns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
    z-index: 1;
  }
  .header-filter .filter-selector .tns-nav button {
    width: 13px;
    height: 13px;
    border-radius: 0;
    padding: 0;
    display: flex;
    background: #c4c4c4;
    border: none;
  }
  .header-filter .filter-selector .tns-nav button:not(:last-child) {
    margin-right: 6px;
  }
  .header-filter .filter-selector .tns-nav button.tns-nav-active {
    background: #636363;
  }
}
.header-filter .filter-selector .tns-outer {
  overflow: hidden;
}
.header-filter .filter-selector .tns-outer,
.modal-filter-vehicle .modal_content .header-filter .field-list {
  -webkit-transition: max-height 0.15s;
  -moz-transition: max-height 0.15s;
  -ms-transition: max-height 0.15s;
  -o-transition: max-height 0.15s;
  transition: max-height 0.15s;
  max-height: 0;
}
.header-filter .filter-selector .tns-outer.active,
.modal-filter-vehicle .modal_content .header-filter .field-list.is-open {
  max-height: 100%;
}
@media (max-width: 767px) {
  .header-filter .my-selector {
    flex-direction: column;
  }
  .header-filter .my-selector .btn-action {
    justify-content: flex-start;
  }
  .header-filter .my-selector > .title {
    margin-right: 0;
  }
  .header-filter .my-selector .btn,
  .header-filter .my-selector .btn-action .btn,
  .header-filter .btn-filter-group button.btn-close,
  .header-filter .btn-filter-group button.btn-select {
    width: 100%;
    max-width: 100%;
    margin: 10px 0 0;
  }
  .header-filter .btn-filter-group {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .section-filter .filter-selector,
  .section-filter-vehicle .filter-selector {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-filter .filter-selector > .title,
  .section-filter .filter-selector > .title,
  .section-filter-vehicle .filter-selector > .title {
    margin-right: 0;
    width: 100%;
    line-height: 1.5em;
  }
  .header-filter .field-item:nth-child(n) .title,
  .section-filter .field-item:nth-child(n) .title,
  .section-filter-vehicle .field-item:nth-child(n) .title {
    min-width: auto;
    padding: 0 13px 0 8px;
  }
  .header-filter .my-selector,
  .section-filter .my-selector,
  .section-filter-vehicle .my-selector {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header-filter .my-selector > .title,
  .section-filter .my-selector > .title,
  .section-filter-vehicle .my-selector > .title {
    width: 100%;
    text-align: center;
  }
  .header-filter .my-selector .btn-action .btn {
    width: 100%!important;
}
  .header-filter .my-selector .result-filter-group {
    margin-left: 0px!important;
}
  .header-filter .my-selector > .value,
  .section-filter .my-selector > .value,
  .section-filter-vehicle .my-selector > .value {
    max-width: 100vw;
    margin-bottom: 7px;
  }
}
@media (max-width: 357px) {
  .header-filter .my-selector .btn-action,
  .section-filter .my-selector .btn-action,
  .section-filter-vehicle .my-selector .btn-action {
    margin: 5px 0 0;
  }
  .header-filter .filter-selector > .title,
  .section-filter .filter-selector > .title,
  .section-filter-vehicle .filter-selector > .title {
    white-space: normal;
  }
}
.header-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 1000000000;
  overflow: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-mobile.is-open {
  left: 0;
}
.header-mobile.is-open:after {
  opacity: 1;
  visibility: visible;
}
.header-mobile:after {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  width: 100%;
  height: 100vh;
  background: #000000b3;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.header-mobile .header-mobile_wrapper {
  max-width: 400px;
  background: var(--body-bg-color);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.header-mobile .header-mobile_wrapper > .nav-list {
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.header-mobile .header-mobile_wrapper .header-mobile_wrapper-top {
  background: var(--main-color);
  color: var(--miscellaneous-color);
  display: flex;
  flex-direction: column;
}
.header-mobile
  .header-mobile_wrapper
  > .nav-list
  > .nav-item:not(.title)
  > .svg_element-ui {
  pointer-events: none;
}
.header-mobile .header-mobile_wrapper .header-mobile_wrapper-top a {
  color: inherit;
}
.header-mobile_wrapper-top .nav-item-top {
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
}
.header-mobile_wrapper-top .nav-item-top > span {
  font-size: 24px;
  font-weight: 500;
}
.header-mobile_wrapper-top .nav-item-top > .header-currency {
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
}
.header-mobile_wrapper-top .nav-item-top > .header-currency .icon {
  margin: 0 11px;
}
.header-mobile_wrapper-top .nav-item-top > .btn-close {
  flex: 0 0 60px;
  max-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-mobile_wrapper-top .item-search {
  padding: 0 12px;
}
.header-mobile_wrapper-top .item-search > form {
  display: flex;
  position: relative;
}
.header-mobile_wrapper-top .item-search > form > input {
  background: var(--body-bg-color);
  border-radius: 4px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px 0 16px;
  color: var(--body-link) !important;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  border: none;
}
.header-mobile_wrapper-top .item-search > form > input:-moz-placeholder {
  color: var(--body-link) !important;
}
.header-mobile_wrapper-top .item-search > form > input::-moz-placeholder {
  color: var(--body-link) !important;
}
.header-mobile_wrapper-top .item-search > form > input:-ms-input-placeholder {
  color: var(--body-link) !important;
}
.header-mobile_wrapper-top .item-search > form > input::placeholder {
  color: var(--body-link) !important;
}
.header-mobile_wrapper-top .item-search button {
  border: none;
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-mobile_wrapper-top .item-search button svg path {
  fill: var(--body-link);
}
.header-mobile_wrapper-top .nav-item-bottom {
  padding: 10px 20px;
}
.header-mobile_wrapper-top .nav-item-bottom a {
  display: flex;
  align-items: center;
  padding: 0;
  height: 40px;
}
.header-mobile_wrapper-top .nav-item-bottom a .text-normal {
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.01em;
}
.header-mobile_wrapper-top .nav-item-bottom a .text-normal + .icon {
  margin-left: auto;
}
.header-mobile .header-mobile_wrapper > .nav-list > .nav-item > a {
  font-size: 18px;
}
.header-mobile
  .header-mobile_wrapper
  > .nav-list
  > .nav-item
  > .dropdown-menu.is-open {
  border-top: 1px solid #ddd;
}
.header-mobile
  .header-mobile_wrapper
  > .nav-list
  > .nav-item
  > .dropdown-menu
  li {
  border-bottom: none;
}
.header-mobile .header-mobile_wrapper > .nav-list > .nav-item .dropdown-menu a {
  color: #000;
}
.header-mobile .nav-list > .title {
  text-align: center;
  font-weight: 700;
  background: var(--main-color);
  height: 60px;
  position: relative;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
.header-mobile .nav-list > .title a {
  color: #fff;
  font-size: 18px;
}
.header-mobile .nav-list > .title .btn-close {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-mobile .nav-list > .title .btn-close path {
  fill: #fff;
}
.header-mobile .nav-list .nav-item:not(.title) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.header-mobile .nav-list .nav-item .dropdown-menu .nav-item:last-child {
  border-bottom: none;
}
.header-mobile .nav-list .nav-item .nav-item_title + .svg_element-ui {
  color: var(--body-link);
}
.header-mobile .nav-list .nav-item.item-search svg path {
  fill: var(--body-link);
}
.header-mobile .nav-list .nav-item:not(.icon-list) {
  font-weight: 500;
}
.header-mobile .nav-list .nav-item:not(.title) > .svg_element-ui {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 49px !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 18px;
  z-index: 2;
  cursor: pointer;
  margin: 0 !important;
}
.header-mobile .nav-list .nav-item:not(.title) > .svg_element-ui svg {
  transition: all 0.35s ease-in-out 0s;
}
.header-mobile .nav-list .nav-item:not(.title) > .svg_element-ui path {
  fill: currentColor;
}
.header-mobile .nav-list .nav-item:not(.title).active > .svg_element-ui svg {
  transform: rotate(180deg);
}
.header-mobile .nav-list .grandchild-menu .nav-list .nav-item {
  border-bottom: none;
  font-weight: 400;
}
.header-mobile .nav-list .nav-item.account {
  background: #4f4f4f;
  padding: 10px 20px;
}
.header-mobile .nav-list .nav-item.account a {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  font-weight: 700;
  padding: 0;
}
.header-mobile .nav-list .nav-item .nav-item_title,
.header-mobile .nav-list .nav-item a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 20px;
}
.header-mobile .nav-list .nav-item .svg_element-ui:not(.btn-close) {
  line-height: 1;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.header-mobile .dropdown-menu {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 400px;
  max-height: 0;
  background: var(--body-bg-color);
  z-index: 1;
  overflow: auto;
  transition: max-height 0.15s ease-in-out 0s;
}
.header-mobile .dropdown-menu.is-open {
  max-height: 100%;
  transition: max-height 0.35s ease-in-out 0s;
}
.header-mobile .dropdown-menu .nav-list .nav-item a {
  padding-left: 30px;
}
.header-mobile .dropdown-menu .dropdown-menu.is-open {
  border-top: 1px solid #ddd;
}
.header-mobile .dropdown-menu .dropdown-menu .nav-list .nav-item a {
  padding-left: 45px;
}
.header-mobile
  .dropdown-menu
  .dropdown-menu
  .dropdown-menu
  .nav-list
  .nav-item
  a {
  padding-left: 55px;
}
.header-mobile .dropdown-menu.is-open {
  left: 0;
}
.header-mobile .dropdown-menu .btn-back {
  position: absolute;
  left: 5px;
  width: 30px !important;
  height: 30px !important;
}
.header-mobile .dropdown-menu .btn-back svg {
  width: 12px;
  height: auto;
}
.header-mobile .dropdown-menu .btn-back path {
  stroke: #fff;
  stroke-width: 1.5px;
}
.header-mobile .grandchild-menu .nav-list .nav-item.block-image:last-child {
  padding-bottom: 0;
}
.header-mobile .dropdown-garage {
  padding: 0;
  height: 0;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.header-mobile .dropdown-garage p {
  margin: 5px 0 0;
}
.header-mobile .dropdown-garage .garage-list {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.header-mobile .dropdown-garage .garage-list.empty .empty {
  display: block;
}
.header-mobile .dropdown-garage .garage-list .empty {
  display: none;
}
.header-mobile .dropdown-garage .garage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-mobile .dropdown-garage .garage-item:not(:last-child) {
  margin-bottom: 17px;
}
.header-mobile .dropdown-garage .garage-item > .title {
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 15px;
}
.header-mobile .dropdown-garage .garage-item .bnt-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-mobile .dropdown-garage .garage-item .btn {
  color: #fff;
  padding: 0 15px;
  margin: 0 10px 0 0;
}
.header-mobile .dropdown-garage .garage-item .garage-btn {
  color: var(--main-color);
  border: 1px solid currentColor;
  padding: 0 15px;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.header-mobile .dropdown-garage .garage-item .garage-btn.pending {
  font-size: 0;
}
.header-mobile .nav-list .nav-item-bottom {
  margin-top: auto;
}
.header-mobile .nav-list .nav-item-bottom > div {
  border-top: 1px solid #ddd;
}
.header-mobile .nav-list .nav-item-bottom > div a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  line-height: 30px;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}
.header-mobile .nav-list .nav-item-bottom > div a .icon,
.header-mobile .nav-list .nav-item-bottom > div a > svg:not(.svg-loading) {
  margin-right: 10px;
  display: flex;
  flex: 0 0 20px;
  max-width: 20px;
}
.header-mobile .nav-list .nav-item-bottom > div a .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.header-mobile .nav-list .nav-item-bottom > div.icon-list {
  flex-direction: column;
  align-items: flex-start;
}
.footer-banner .banner-item .banner-item_wrapper {
  position: relative;
}
.footer-banner .banner-item h3 {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
.footer-banner .banner-item h3 a {
  color: inherit;
}
.footer-banner .banner-item h3:hover {
  color: var(--main-color);
}
.footer-banner .banner-item .btn {
  min-width: 100px;
  text-align: center;
}
.footer-banner .banner-item .content {
  position: absolute;
  width: 45%;
  font-weight: 700;
  font-size: 25px;
  line-height: 37px;
  letter-spacing: 0.25px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer-banner {
    padding: 37px 0 30px;
  }
  .footer-banner .banner-item .content {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .footer-banner .banner-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
div.footer {
  padding: 30px 0 70px;
}
div.footer a {
  color: inherit;
}
div.footer .footer-wrapper .footer-widget {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.footer .footer-left_top .nav-item a {
  line-height: 28px;
  text-transform: capitalize;
  color: #fff;
}
div.footer .footer-left_top .nav-ver {
  margin-left: 9px;
}
div.footer .collection-list {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-right: 36px;
}
div.footer .collection-list .collection-item {
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 8px;
  overflow: hidden;
}
div.footer .collection-list .collection-item:hover .title a {
  color: var(--main-color);
}
div.footer .collection-list .collection-item .image {
  width: 100%;
  height: 131px;
  text-align: center;
  overflow: hidden;
}
div.footer .collection-list .collection-item .image__style {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  div.footer .collection-list .collection-item .image__style {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}
div.footer .collection-list .collection-item .title a {
  display: block;
  text-align: center;
  color: #4f4f4f;
  font-size: 12px;
  line-height: 18px;
}
div.footer .footer-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  line-height: 0;
}
div.footer .footer-bottom .copyright {
  font-size: 12px;
  line-height: 18px;
  margin-top: 29px;
}
div.footer .footer-bottom .widget-social-icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.footer .footer-bottom .widget-social-icons li:not(:last-child) {
  margin-right: 17px;
}
div.footer .footer-bottom .widget-social-icons a {
  display: block;
}
div.footer .nav-list .nav-item a {
  font-size: 12px;
  line-height: 18px;
}
div.footer .nav-list .nav-item a:hover {
  text-decoration: underline;
}
div.footer .information {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.footer .information .logo {
  max-width: 130px;
  margin-bottom: 12px;
}
div.footer .information .image {
  width: 100%;
}
div.footer .information .image .image__style {
  border-radius: 5px;
  overflow: hidden;
}
div.footer .information .info {
  margin-left: 14px;
  font-size: 12px;
  line-height: 18px;
}
div.footer .information .info .email {
  margin: 8px 0;
}
div.footer .information .info .address p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  div.footer {
    padding: 18px 0 30px;
  }
  div.footer .collection-list {
    margin: 0;
  }
  div.footer .widget-item {
    padding: 20px 0;
  }
  div.footer .information .image {
    display: none;
  }
  div.footer .information .logo {
    margin-bottom: 18px;
  }
  div.footer .information .address {
    margin-top: 18px;
  }
  div.footer .information .sub-nav {
    margin: 8px 0 14px;
  }
  div.footer .information .sub-nav .nav-item {
    padding: 0 15px;
    border-right: 1px solid #c7c7c7;
  }
  div.footer .information .sub-nav .nav-item:first-child {
    padding-left: 0;
  }
  div.footer .information .sub-nav .nav-item:last-child {
    padding-right: 0;
    border-right: none;
  }
  div.footer .footer-wrapper .footer-widget {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  div.footer .footer-bottom .copyright {
    margin-top: 10px;
  }
  div.footer .footer-bottom .social {
    margin-right: 175px;
  }
}
@media (max-width: 767px) {
  div.footer .footer-bottom .social {
    margin-right: 100px;
  }
}
@media (max-width: 575px) {
  div.footer .widget-item.menu {
    width: 60% !important;
  }
  div.footer .widget-item.information {
    width: 100% !important;
  }
  div.footer .widget-item.information .info {
    margin: 0;
  }
}
@media (max-width: 425px) {
  div.footer .collection-list .collection-item .image {
    height: 100px;
  }
}
.product-list .product-vendor a {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.25px;
  color: #757575;
  margin-bottom: 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .product-list .product-vendor a {
    font-size: 15px;
  }
}
.slide-list .product-vendor a {
  line-height: 21px;
  letter-spacing: 0.25px;
  margin-bottom: 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #888;
}
.product-card .product-card_wrapper {
  border-radius: 10px;
  box-shadow: 0 4px 10px #00000040;
  padding: 37px 16px 26px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .product-card .product-card_wrapper {
    padding: 37px 18px 21px;
  }
}
.product-card .product-cart_header {
  max-width: 100%;
  height: 253px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.product-card .product-cart_header:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00000080;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.product-card .product-cart_header:hover .product-action {
  opacity: 1;
  top: 50%;
  visibility: visible;
}
.product-card .product-cart_header .product-media {
  text-align: center;
  height: 100%;
}
.product-card .product-cart_header .product-media > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-card .product-cart_header .product-media > a .image__style {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-card .product-cart_header .product-action {
  position: absolute;
  top: calc(50% + 20px);
  left: 18px;
  right: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  z-index: 2;
}
.product-card .product-cart_header .product-action .btn {
  width: 100%;
  height: 58px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  padding: 5px;
  margin: 2.5px 0;
}
.product-card .label {
  position: absolute;
  left: 0;
  top: 10px;
}
.product-card .label span {
  background: #00aeef;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 6px 2px;
}
.product-card .label .label-sale {
  background: var(--sale-lb-bgcl);
  color: var(--sale-lb-cl);
}
.product-card .label .label-hot {
  background: var(--hot-lb-bgcl);
  color: var(--hot-lb-cl);
}
.product-card .label .label-new {
  background: var(--new-lb-bgcl);
  color: var(--new-lb-cl);
}
.product-card .product-info {
  padding-top: 24px;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: 0.25px;
  height: calc(100% - 43vw);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-card .product-info {
    height: calc(100% - 25vw);
  }
}
@media (min-width: 992px) {
  .product-card .product-info {
    height: calc(100% - 253px);
  }
}
.product-card .product-info .product-name {
  margin-bottom: 14px;
  line-height: 1.6em;
}
.product-card .product-info .product-name span {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-weight: 500;
  color: #0288d1;
  font-size: 15px;
}
.product-card .product-info .product-name:hover span {
  opacity: 0.7;
}
.product-card .product-info .product-price,
.product-card .product-info .product-sold-out {
  font-size: 15px;
}
.product-card .product-info .product-price .price {
  font-weight: 400;
  color: #0288d1;
}
.product-card .product-info .product-price .price-compare {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: var(--price-compare-cl);
}
.product-card .product-info .product-price .price-sale {
  color: var(--price-sale-cl);
}
.product-card .product-info .product-sold-out {
  color: var(--sold-out-cl);
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .product-card .product-cart_header {
    max-width: 100%;
    height: 25vw;
    overflow: hidden;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .product-card .product-cart_header {
    height: 43vw;
  }
}
.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 4px;
}
.product-list .slide-item,
.product-list .product-item {
  position: relative;
  padding-bottom: 20px;
}
.product-list .slide-item .product-price,
.product-list .slide-item .product-sold-out,
.product-list .product-item .product-price,
.product-list .product-item .product-sold-out {
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-details .product-info .product-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 4px;
}
.product-details .product-info p.product-sku {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .product-details .product-info p.product-sku {
    margin-bottom: -6px;
  }
}
.product-details .product-info div.product-sku,
.product-details .product-info p.product-sku {
  color: #666;
}
.product-details .product-info .product-short-desc {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 5px;
}
.product-details .product-info .product-vendor {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: var(--main-color);
}
.product-details .product-info .product-price {
  margin: 10px 0;
}
.product-details .product-info .product-price .price {
  color: var(--price-cl);
}
.product-details .product-info .product-price .price-sale {
  font-size: 25px;
  line-height: 37px;
  color: var(--price-sale-cl);
}
.product-details .product-info .product-price .price-sale sub {
  font-size: 12px;
  line-height: 18px;
}
.product-details .product-info .product-price .price-compare {
  color: var(--price-compare-cl);
  font-size: 17px;
  line-height: 37px;
  margin-left: 10px;
}
.product-details .product-info .product-options .option-item {
  margin-bottom: 16px;
}
.product-details .product-info .product-options .option-title {
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  color: #000;
  margin-bottom: 6px;
}
.product-details .product-info .product-options .option-select {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-details
  .product-info
  .product-options
  .option-select
  .input-group:not(.option-color):not(:last-child) {
  margin-right: 7px;
  margin-bottom: 7px;
}
.product-details
  .product-info
  .product-options
  .option-select
  .input-group:not(.option-color)
  input:checked
  ~ label {
  background: #636466;
  border-color: #636466;
  color: #fff;
}
.product-details
  .product-info
  .product-options
  .option-select
  .input-group:not(.option-color)
  label {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #666;
  border: 1px solid #ccc;
  padding: 6px 11px;
  cursor: pointer;
}
.product-details
  .product-info
  .product-options
  .option-select
  .option-color:not(:last-child) {
  margin-right: 10px;
}
.product-details
  .product-info
  .product-options
  .option-select
  .option-color
  input:checked
  ~ label {
  border-color: #636466;
}
.product-details
  .product-info
  .product-options
  .option-select
  .option-color
  label {
  display: inline-block;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  padding: 5px;
  border: 2px solid #eaeaea;
  margin: 0;
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.product-details
  .product-info
  .product-options
  .option-select
  .option-color
  label:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  border-radius: 50%;
  background: currentColor;
}
.product-details
  .product-info
  .product-options
  .option-select
  .input-group.disabled
  label:after {
  opacity: 0.5 !important;
}
.product-details
  .product-info
  .product-options
  .option-select
  .option-color.custom-color-two-hex {
  opacity: 1;
}
.product-details
  .product-info
  .product-options
  .option-select
  .option-color.custom-color-two-hex
  label:after {
  background: linear-gradient(
    -45deg,
    var(--custom-color-1),
    var(--custom-color-1) 49%,
    white 49%,
    white 51%,
    var(--custom-color-2) 51%
  );
}
.product-details .product-info .product-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 9px;
}
.product-details .product-info .product-form .btn-add-to-cart {
  width: calc(100% - 117px);
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.product-details .product-info .product-wishlist {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12px;
  line-height: 24px;
  color: #636363;
}
.product-details .product-info .product-wishlist > a > span {
  vertical-align: top;
}
.product-details .product-info .product-wishlist svg {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .product-details .product-info .product-form .product-quantity input {
    height: 45px;
  }
}
.product-quantity {
  background: #efefef;
  width: 103px;
  position: relative;
  margin-right: 14px;
}
.product-quantity input {
  width: 100%;
  height: 58px;
  font-size: 20px;
  line-height: 24px;
  color: #3f3f3f;
  text-align: center;
  border: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.product-quantity .btn-minus,
.product-quantity .btn-plus {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.product-quantity .btn-minus[disabled],
.product-quantity .btn-plus[disabled] {
  pointer-events: none;
}
.product-quantity .btn-plus[disabled] {
  opacity: 0.2;
}
.product-quantity .btn-minus svg,
.product-quantity .btn-plus svg {
  width: 10px;
  height: auto;
}
.product-quantity .btn-minus svg path,
.product-quantity .btn-plus svg path {
  fill: #3f3f3f;
}
.product-quantity .btn-minus {
  left: 15px;
}
.product-quantity .btn-plus {
  right: 15px;
}
#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  width: 40px;
  padding: 0;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--main-color);
  border-radius: 2px;
}
#back-to-top .btn {
  min-width: auto;
}
#back-to-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 140px;
}
#back-to-top a svg {
  position: relative;
  top: 2px;
  width: 14px;
  height: 14px;
}
#back-to-top a svg path {
  fill: #fff;
}
@media (hover: hover) {
  #back-to-top:hover {
    background: var(--body-color);
  }
}
.lazy-section {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.lazy-section.lazyloaded {
  position: unset;
}
#lazy_quick_view .modal-quick-view.sold-out .product-form {
  display: none;
}
#lazy_quick_view .modal-quick-view.sold-out .product-sold-out {
  display: block;
}
#lazy_quick_view .modal_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lazy_quick_view .modal_content .product-details {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#lazy_quick_view .modal_content .product-media {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  text-align: center;
  position: relative;
  margin-right: 25px;
}
#lazy_quick_view .modal_content .product-media .slide-item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#lazy_quick_view .modal_content .product-media .slider-prev-button,
#lazy_quick_view .modal_content .product-media .slider-next-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#lazy_quick_view .modal_content .product-media .slider-prev-button svg,
#lazy_quick_view .modal_content .product-media .slider-next-button svg {
  width: 12px;
  height: auto;
}
#lazy_quick_view .modal_content .product-media .slider-prev-button svg path,
#lazy_quick_view .modal_content .product-media .slider-next-button svg path {
  stroke: #878787;
  stroke-width: 2px;
}
#lazy_quick_view
  .modal_content
  .product-media
  .slider-prev-button:hover
  svg
  path,
#lazy_quick_view
  .modal_content
  .product-media
  .slider-next-button:hover
  svg
  path {
  stroke: #333e48;
}
#lazy_quick_view .modal_content .product-media .slider-prev-button {
  left: -8px;
}
#lazy_quick_view .modal_content .product-media .slider-next-button {
  right: -8px;
}
#lazy_quick_view .modal_content .product-media .tns-nav {
  display: none;
}
#lazy_quick_view .modal_content .product-info .product-vendor {
  margin: 0 0 5px;
}
#lazy_quick_view .modal_content .product-info .product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lazy_quick_view .modal_content .product-info .product-price .price-sale {
  color: var(--main-color);
}
#lazy_quick_view .modal_content .product-info .product-form .label {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
}
#lazy_quick_view .modal_content .product-info .product-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#lazy_quick_view .modal_content .product-info .product-form .btn {
  padding: 10px;
  min-width: 140px;
  margin-left: 10px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#lazy_quick_view .modal_content .product-info .product-desc {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin: 0 0 10px;
}
#lazy_quick_view .modal_content .product-info .product-options .option-item {
  margin-bottom: 7px;
}
#lazy_quick_view
  .modal_content
  .product-info
  .product-options
  .option-select
  .option-color
  label {
  width: 40px;
  height: 40px;
}
#lazy_quick_view
  .modal_content
  .product-info
  .product-options
  .option-select
  .option-color
  label:after {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
}
#lazy_quick_view .modal_content .product-info .product-options .select-group {
  width: 120px;
  position: relative;
}
#lazy_quick_view
  .modal_content
  .product-info
  .product-options
  .select-group
  select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border-radius: 2px;
  padding: 7px 10px;
  position: relative;
  z-index: 2;
  background: transparent;
  cursor: pointer;
  text-transform: capitalize;
}
#lazy_quick_view
  .modal_content
  .product-info
  .product-options
  .select-group
  svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: auto;
  right: 7px;
  cursor: pointer;
  z-index: 1;
}
#lazy_quick_view .product-sold-out {
  display: none;
  font-weight: 700;
  font-size: 16px;
  color: var(--sold-out-cl);
  text-transform: capitalize;
  border-top: 1px solid #e2e2e2;
  padding-top: 10px;
}
@media (max-width: 767px) {
  #lazy_quick_view .modal_content .product-details {
    display: block !important;
  }
  #lazy_quick_view .modal_content .product-media {
    max-width: 100%;
    margin: 0 auto;
  }
  #lazy_quick_view .modal_content .product-info .product-name {
    font-size: 22px;
    margin-bottom: 7px;
  }
  #lazy_quick_view .modal_content .product-info .product-price .price-sale {
    font-size: 32px;
  }
  #lazy_quick_view .modal_content .product-info .product-form .form-group {
    display: block;
  }
  #lazy_quick_view .modal_content .product-info .product-form .btn {
    margin: 15px 0 0;
  }
}
.lazy-section {
  z-index: 99;
}
.svg-loading {
  display: none;
}
.pending > * {
  display: none;
}
.pending .svg-loading {
  display: block;
}
.modal {
  position: fixed;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999991;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal.is-open .modal_box {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.modal .modal_box {
  background: var(--miscellaneous-color);
  -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 7px 5px #0000004d;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.modal .modal_content {
  padding: 20px;
  width: 85vw;
  max-width: 800px;
  max-height: 95vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal .modal_wrapper {
  margin: 0 auto;
}
.modal .modal_close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 3px #00000080;
  z-index: 9999;
}
.modal .modal_close svg {
  width: 12px;
  height: auto;
}
.modal .modal_close:hover {
  background-color: #000;
}
.modal .modal_close:hover svg path {
  fill: #fff;
}
.modal_overlay {
  background: #000000b3;
  height: 100%;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
}
.modal-cart-notify .headline {
  margin: 0 0 30px;
  -webkit-padding-end: 15px;
  padding-inline-end: 15px;
}
.modal-cart-notify .headline svg {
  width: 12px;
  height: 12px;
  -webkit-margin-end: 7px;
  margin-inline-end: 7px;
  position: relative;
  top: 1px;
}
.modal-cart-notify .modal_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.modal-cart-notify .modal_product .modal_product_image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}
.modal-cart-notify .modal_product .modal_product_image img {
  width: 100px;
}
.modal-cart-notify .modal_product .modal_product_title {
  font-size: var(--product-item-name);
  font-weight: 500;
  margin: 0 0 8px;
}
.modal-cart-notify .modal_product .modal_product_qty,
.modal-cart-notify .modal_product .modal_product_variant {
  margin-bottom: 8px;
  font-size: 15px;
}
.modal-cart-notify .modal_product .modal_product_qty strong {
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}
.modal-cart-notify .modal_product .option {
  display: block;
  color: var(--color-second);
  font-size: 14px;
  margin-top: 8px;
}
.modal-cart-notify .modal_product .modal_product_price {
  font-size: 15px;
}
.modal-cart-notify .modal_product .modal_product_price strong {
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}
.modal-cart-notify .modal_action {
  padding: 20px 0 10px;
  border-top: 1px solid var(--body-border-color);
}
.modal-cart-notify .modal_action .modal_number {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 8px;
  -webkit-padding-end: 15px;
  padding-inline-end: 15px;
}
.modal-cart-notify .modal_action .modal_subtotal {
  display: inline-block;
  font-size: var(--product-item-price);
}
.modal-cart-notify .modal_action .modal_subtotal strong {
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}
.modal-cart-notify .wrap-progress {
  margin: 30px 0;
}
.modal-cart-notify .modal_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-cart-notify .modal_button .modal_continue {
  margin-bottom: 20px;
}
.modal-cart-notify .modal_button > div {
  width: 100%;
  text-align: center;
}
.modal-cart-notify .modal_button > div a {
  width: 100%;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
}
@media (min-width: 768px) {
  .modal-cart-notify .modal_product .modal_product_image {
    -webkit-margin-end: 30px;
    margin-inline-end: 30px;
  }
  .modal-cart-notify .modal_product .modal_product_image img {
    width: 120px;
  }
  .modal-cart-notify .modal_action .modal_subtotal {
    width: 49.5%;
    text-align: right;
  }
  .modal-cart-notify .modal_action .modal_number {
    margin-bottom: 0;
    width: 49.5%;
  }
  .modal-cart-notify .modal_button {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .modal-cart-notify .modal_button > div {
    width: auto;
  }
  .modal-cart-notify .modal_button .modal_continue {
    margin-bottom: 0;
  }
}
.slide-list:not(.slideshow) {
  white-space: nowrap;
}
.slide-list:not(.slideshow) .slide-item {
  display: inline-block;
}
.modal-language .modal_content,
.modal-currencies .modal_content {
  max-width: 350px;
}
.modal-language .modal_title,
.modal-currencies .modal_title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.modal-language .modal_form select,
.modal-currencies .modal_form select {
  width: 100%;
  height: 35px;
  padding: 5px;
  cursor: pointer;
}
.wl_sidebar.active .sidenav {
  z-index: 9999999999;
}
.modal-filter-vehicle .modal_content {
  overflow-y: initial;
  overflow-x: initial;
  max-width: 600px;
  padding: 0;
}
.modal-filter-vehicle .header-filter .btn-filter-group button.btn-select,
.modal-filter-vehicle .header-filter .my-selector .result-filter-group {
  color: var(--main-color);
  border-color: var(--main-color);
}
.modal-filter-vehicle .header-filter .btn-filter-group button.btn-close {
  border-color: var(--main-color);
  background: var(--main-color);
  color: var(--miscellaneous-color);
}
.modal-filter-vehicle .modal_content .header-filter {
  margin: 0;
  padding: 0;
}
.modal-filter-vehicle .modal_content .header-filter .filter-selector,
.modal-filter-vehicle .header-filter .my-selector {
  justify-content: space-between;
}
.modal-filter-vehicle .modal_content .header-filter .filter-selector {
  width: 100%;
}
.modal-filter-vehicle .modal_content .header-filter .filter-selector > .title,
.modal-filter-vehicle
  .modal_content
  .header-filter
  .filter-selector
  > .btn-filter-group {
  display: none;
}
.modal-filter-vehicle .modal_content .header-filter .field-list {
  width: 100%;
  position: static;
  padding: 0;
}
.modal-filter-vehicle .modal_content .header-filter .field-list:after {
  content: none;
}
.modal-filter-vehicle .modal_content .header-filter .field-list .card-filter {
  flex: 0 0 100%;
  max-width: 100%;
}
.modal-filter-vehicle .header-filter .field-list .card-filter .card-body {
  padding-bottom: 20px;
}
.modal-filter-vehicle .header-filter .field-list .card-filter > div {
  box-shadow: 0 4px 10px #00000040;
  padding-bottom: 20px;
  border-radius: 0;
}
.modal-filter-vehicle .header-filter .field-list .card-filter .card-footer {
  padding-top: 12px;
  margin: 8px 20px;
  text-align: right;
}
.modal-filter-vehicle
  .header-filter
  .field-list
  .card-filter
  .card-footer
  .btn-submit {
  border: 1px solid var(--main-color);
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  white-space: nowrap;
}
.modal-filter-vehicle .header-filter .my-selector .btn-action,
.modal-filter-vehicle
  .modal_content
  .header-filter
  .field-list
  .card-filter:not(:first-child) {
  display: none;
}
.modal-filter-vehicle .header-filter .filter-selector,
.modal-filter-vehicle .header-filter .my-selector {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-filter-vehicle .header-filter .filter-selector > .title,
.modal-filter-vehicle .header-filter .my-selector > .title {
  color: var(--main-color);
}
.modal-filter-vehicle .header-filter .select-filter-options {
  color: #767676;
  border-color: #767676;
}
.modal-filter-vehicle .header-filter .field-item .title {
  border-color: #dedede !important;
  padding: 0 35px 0 8px;
}
.modal-filter-vehicle .header-filter .field-item .filter-options .option {
  color: #151211;
}
.modal-filter-vehicle .header-filter .filter-options {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px #0003;
}
.modal-filter-vehicle .header-filter .btn-action .btn {
  background: var(--main-color);
  margin-right: 2px;
}
.modal-filter-vehicle .header-filter .field-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#modal_cart_notify #modal_cart_notify_slider-mw {
  padding-right: 4px;
}
#modal_cart_notify .modal_content {
  max-width: 982px;
  padding: 75px 40px 45px;
}
#modal_cart_notify .modal_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 47px;
}
#modal_cart_notify .modal_body .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}
#modal_cart_notify .modal_body .product-info .image {
  max-width: 135px;
}
#modal_cart_notify .modal_body .product-info .info {
  margin-left: 20px;
  max-width: calc(100% - 155px);
}
#modal_cart_notify .modal_body .product-info .info .notify {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#modal_cart_notify .modal_body .product-info .info .name {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 21px;
}
#modal_cart_notify .modal_body .product-info .info .price {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.25px;
  font-weight: 700;
  color: var(--main-color);
}
#modal_cart_notify .modal_body .cart-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  padding-left: 30px;
  border-left: 1px solid #dcdcdc;
}
#modal_cart_notify .modal_body .cart-info .cart-number {
  font-size: 16px;
  line-height: 26px;
  color: #2f2f2f;
  margin-bottom: 7px;
}
#modal_cart_notify .modal_body .cart-info .cart-number b {
  margin-left: 10px;
}
#modal_cart_notify .modal_body .cart-info .subtotal {
  font-size: 16px;
  line-height: 23px;
  color: #2f2f2f;
}
#modal_cart_notify .modal_body .cart-info .money {
  color: var(--main-color);
  font-weight: 700;
  margin-left: 10px;
}
#modal_cart_notify .modal_body .cart-info .btn {
  width: 100%;
  padding: 17px;
  margin-top: 20px;
}
#modal_cart_notify .modal_footer .recommentdation {
  max-width: 870px;
}
#modal_cart_notify .modal_footer .recommentdation .heading {
  font-size: 25px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
#modal_cart_notify .slide-list {
  padding: 4px 0 0 4px;
}
@media screen and (max-width: 767px) {
  #modal_cart_notify .modal_content {
    padding: 20px;
  }
  #modal_cart_notify .modal_body,
  #modal_cart_notify .modal_body .product-info {
    display: block;
  }
  #modal_cart_notify .modal_body .product-info .image {
    text-align: center;
  }
  #modal_cart_notify .modal_body .product-info .image,
  #modal_cart_notify .modal_body .product-info .info {
    margin: 0;
    max-width: 100%;
  }
  #modal_cart_notify .modal_body .cart-info {
    padding: 20px 0 0;
    border: none;
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
  }
}
.pagination,
.stamped-pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination li a,
.stamped-pagination li a {
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 24px;
  border-radius: 5px;
  font-size: 14px;
  background: #cecece;
  color: #fff;
  cursor: pointer;
}
.pagination li:hover a:not(.stamped-link-disabled),
.pagination li.active a:not(.stamped-link-disabled),
.stamped-pagination li:hover a:not(.stamped-link-disabled),
.stamped-pagination li.active a:not(.stamped-link-disabled) {
  background: #4f4f4f;
}
.pagination-prev a,
.pagination-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 27px;
  height: 24px;
}
.pagination-prev svg,
.pagination-next svg {
  margin-left: 5px;
}
.pagination-prev:hover a,
.pagination-next:hover a {
  color: var(--main-color);
}
.pagination-prev:hover svg path,
.pagination-next:hover svg path {
  fill: var(--main-color);
}
.page-404 {
  padding: 30px 0;
}
.page-404 .btn {
  display: block;
  margin: 10px auto;
}
.login-or {
  border-left: 1px solid #ddd;
  position: relative;
}
.login-or:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "or";
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-style: italic;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .login-or {
    margin: 35px 0 0;
    padding-top: 50px;
    border-left: none;
    border-top: 1px solid #ddd;
  }
  .login-or:before {
    left: 50%;
    right: auto;
    top: 0;
    z-index: 2;
  }
}
.errors {
  color: red;
}
.shopify-challenge__container {
  padding: 50px 0;
}
.shopify-challenge__container .shopify-challenge__button {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 500;
  min-width: 100px;
}
.shopify-challenge__container .shopify-challenge__button:hover {
  opacity: 0.7;
}
.wl_sidebar .featured_product__item-info .wl-remove-item,
.wl_sidebar .featured_product__item-info button,
.wl_sidebar .featured_product__item-info select {
  border-radius: 0 !important;
}
.wl_sidebar .featured_product__item-info button {
  background: var(--main-color) !important;
  border-color: var(--main-color) !important;
}
.wl_sidebar .featured_product__item-info select {
  margin-left: 10px;
}
.shopify-section-newsletter {
  width: 100%;
  position: relative;
  z-index: 1;
}
.shopify-section-newsletter:after {
  content: "";
  position: absolute;
  width: 2400px;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  z-index: -1;
  background-color: inherit;
}
.cart-drawer {
  position: relative;
  z-index: 9999999999;
}
.cart-drawer #CartDrawer {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 375px;
  overflow: hidden;
  background: #fff;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  display: flex;
  flex-direction: column;
}
.cart-drawer .drawer_overlay {
  position: fixed;
  background: #000;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
}
.cart-drawer.is-open #CartDrawer {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.cart-drawer.is-open .drawer_overlay {
  opacity: 0.8;
  visibility: visible;
}
.cart-drawer .line-item-inner:last-child .line-item-left {
  border-bottom: none;
}
.cart-drawer .line-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0 21px;
  border-bottom: 1px solid #dcdcdc;
}
.cart-drawer .line-item-left .line-item--media {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 96px;
  flex: 0 0 96px;
}
.cart-drawer .line-item-left .line-item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cart-drawer .drawer-header {
  padding: 13px 25px 13px 22px;
  position: relative;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px #0000001a;
}
.cart-drawer .drawer-header h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.cart-drawer .drawer-header h3 a {
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 0.25px;
  color: #000;
}
.cart-drawer .drawer-header .cart-icon {
  margin-right: 12px;
}
.cart-drawer .drawer-header .svg-element-ui {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.cart-drawer .drawer-header .svg-element-ui svg {
  width: 15px;
  height: auto;
}
.cart-drawer .drawer-content {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.cart-drawer .drawer-content .drawer-body {
  padding: 0 18px 0 21px;
}
.cart-drawer .drawer-content .drawer-body::-webkit-scrollbar {
  width: 10px;
}
.cart-drawer .drawer-content .drawer-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.cart-drawer .drawer-content .drawer-body::-webkit-scrollbar-thumb {
  background: #888;
}
.cart-drawer .drawer-content .drawer-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.cart-drawer .drawer-content .note-empty {
  text-align: center;
  padding-top: 30px;
}
.cart-drawer .drawer-content .item-vendor {
  color: #999;
  line-height: 16px;
  margin-bottom: 3px;
}
.cart-drawer .drawer-content .item-title a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cart-drawer .drawer-content .line-item-product-price {
  font-size: 14px;
  line-height: 16px;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 4px;
}
.cart-drawer .drawer-content .line-item-product-price del {
  font-size: 11px;
  line-height: 13px;
  color: #828282;
}
.cart-drawer .drawer-content .line-item--infor {
  position: relative;
}
.cart-drawer .drawer-content .line-item--remove {
  line-height: 1;
}
.cart-drawer .drawer-content .btn-line-remove {
  position: absolute;
  right: 0;
  top: 2px;
}
.cart-drawer .drawer-content .btn-line-remove svg {
  width: 11px;
  height: auto;
  fill: var(--main-color);
}
.cart-drawer .drawer-content .line-item-options {
  color: #232323;
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 10px;
}
.cart-drawer .drawer-content .line-item-options p {
  margin: 0;
}
.cart-drawer .drawer-content .line-item-options .option-anme {
  color: #757575;
}
.cart-drawer .drawer-content .quantity-total-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-drawer .drawer-content .quantity-total-line .total-line {
  font-size: 16px;
  line-height: 21px;
  color: #333;
  font-weight: 700;
  text-align: right;
}
.cart-drawer .drawer-content .quantity-total-line .total-line span {
  display: block;
  font-size: 12px;
  line-height: 21px;
  color: #757575;
  font-weight: 400;
}
.cart-drawer .drawer-content .product-quantity {
  width: 96px;
  margin: 0;
}
.cart-drawer .drawer-content .product-quantity input {
  height: 45px;
}
.cart-drawer .drawer-content .product-quantity .btn-minus {
  left: 0;
}
.cart-drawer .drawer-content .product-quantity .btn-plus {
  right: 0;
}
.cart-drawer .drawer-content .product-quantity .btn-minus,
.cart-drawer .drawer-content .product-quantity .btn-plus {
  height: 100%;
  width: 35px;
}
.cart-drawer .drawer-ui > .drawer-inner {
  width: 100%;
  padding: 13px 19px 19px;
  -webkit-box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -4px 10px #0000001a;
  background: #fff;
  margin-top: auto;
}
.cart-drawer .drawer-inner .drawer-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: Arial;
  color: #757575;
  margin-bottom: 11px;
}
.cart-drawer .drawer-inner .drawer-subtotal .cart-total-price {
  font-size: 19px;
  line-height: 30px;
  color: #232323;
}
.cart-drawer .drawer-inner .drawer-subtotal .currency {
  font-size: 12px;
  line-height: 18px;
  color: #232323;
}
.cart-drawer .drawer-inner .btn-checkout {
  width: 100%;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
}
.cart-drawer .drawer-collection-related_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dcdcdc;
  padding: 4px 0 0;
}
.cart-drawer .drawer-collection-related_header .title {
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 0.25px;
  margin: 0;
}
.cart-drawer .drawer-collection-related_header .btn-toggle {
  font-size: 13px;
  line-height: 21px;
  color: var(--main-color);
}
.cart-drawer
  .drawer-collection-related_header
  .btn-toggle.active
  .svg-element-ui
  svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cart-drawer .drawer-collection-related_header .svg-element-ui {
  margin-left: 6px;
}
.cart-drawer .drawer-collection-related_header .svg-element-ui svg {
  fill: var(--main-color);
  width: 8px;
  height: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cart-drawer .drawer-collection-related_content {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.cart-drawer .drawer-collection-related_content .related_content-wrapper {
  padding-bottom: 8px;
}
.cart-drawer
  .drawer-collection-related_content
  .related_content-wrapper
  .tns-ovh {
  padding: 4px;
}
.cart-drawer
  .drawer-collection-related_content
  .related_content-wrapper
  .product-list.tns-horizontal {
  padding: 0;
}
.cart-drawer .drawer-collection-related_content .product-item[slide-hidden] {
  display: none;
}
.cart-drawer .drawer-collection-related_content .slider-controls {
  position: absolute;
  top: calc(50% - 8px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .cart-drawer .drawer-collection-related_content .tns-outer {
    padding: 0 25px !important;
  }
}
@media (max-width: 767px) {
  .cart-drawer .drawer-collection-related_content .slider-controls {
    display: none;
  }
  .cart-drawer .drawer-collection-related_content {
    margin-right: -18px;
    margin-left: -21px;
  }
  .cart-drawer .drawer-collection-related_content .tns-ovh {
    padding: 0 18px 0 21px !important;
  }
}
.cart-drawer .drawer-collection-related_content .product-item {
  padding-bottom: 0;
}
.cart-drawer
  .drawer-collection-related_content
  .slider-prev-button[aria-disabled="true"],
.cart-drawer
  .drawer-collection-related_content
  .slider-next-button[aria-disabled="true"] {
  opacity: 0;
  visibility: hidden;
}
.cart-drawer .product-card {
  height: 100%;
}
.cart-drawer .product-card_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px #0000001a;
  border-radius: 10px;
  position: relative;
  padding: 12px 15px;
  height: 100%;
}
.cart-drawer .product-card_wrapper .product-cart_header {
  margin: 0 auto 8px;
  height: 102px;
  width: 100%;
  max-width: 102px;
}
.cart-drawer .product-card_wrapper .product-cart_header .image__style {
  padding-top: 102px !important;
}
.cart-drawer .product-card_wrapper .product-cart_header .image__style img {
  object-fit: contain;
}
.cart-drawer .product-card_wrapper .product-info {
  position: relative;
  height: calc(100% - 108px);
  padding: 0;
}
.cart-drawer .product-card_wrapper .product-info .product-vendor a {
  font-size: 14px;
  line-height: 21px;
}
.cart-drawer .product-card_wrapper .product-info .product-name span {
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cart-drawer .product-card_wrapper .product-info .product-price {
  font-size: 14px;
  line-height: 16px;
  position: static;
  margin-bottom: 5px;
}
.cart-drawer .product-card_wrapper .product-info .product-sold-out {
  bottom: 8px;
}
.cart-drawer .product-card_wrapper .product-info .product-butotn button {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  padding: 4px;
  width: 100%;
  font-weight: 700;
}
.cart-drawer .product-card_wrapper .product-action {
  display: none;
}
.cart-drawer .drawer-free-shipping {
  margin-bottom: 10px;
}
.cart-drawer .drawer-free-shipping .free-shipping-title {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
}
.cart-drawer .drawer-free-shipping .free-shipping-title span {
  font-weight: 700;
}
.cart-drawer .drawer-free-shipping .free-shipping-title.qualified {
  color: var(--main-color);
  font-weight: 500;
  padding-top: 2px;
}
.cart-drawer .drawer-free-shipping .free-shipping-bar {
  display: block;
  height: 5px;
  width: 90%;
  position: relative;
  background: #c4c4c4;
  border-radius: 2px;
  overflow: hidden;
  left: 5%;
}
.cart-drawer .drawer-free-shipping .free-shipping-bar span {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--main-color);
}
html.cart-drawer-open,
.cart-drawer-open body {
  overflow-y: hidden;
}
.home-slideshow {
  padding: 55px 0;
}
.home-slideshow .section-wrapper {
  max-width: 1126px;
  margin: 0 auto;
}
.home-slideshow .slide-item .slide-wrapper {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.home-slideshow .slide-item .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 520px;
  flex: 0 0 520px;
  height: 450px;
  border-radius: 11px;
  overflow: hidden;
}
.home-slideshow .slide-item .image .image__style {
  height: 100%;
}
.home-slideshow .slide-item .image .image__style img,
.home-slideshow .slide-item .image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.home-slideshow .slide-item .paragraph {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 427px;
  flex: 0 0 427px;
}
.home-slideshow .slide-item .paragraph .heading {
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 60px;
}
.home-slideshow .slide-item .paragraph .introduction {
  font-size: 17px;
  line-height: 25px;
  color: #232323;
  margin-bottom: 60px;
}
.home-slideshow .tns-nav {
  text-align: center;
  margin-top: 32px;
}
.home-slideshow .tns-nav button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #c4c4c4;
  border-radius: 50%;
  border: none;
  margin: 0 3px;
}
.home-slideshow .tns-nav button.tns-nav-active {
  background: #636363;
}
@media screen and (max-width: 991px) {
  .home-slideshow {
    padding: 0 0 20px;
  }
  .home-slideshow .slide-item .slide-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .home-slideshow .slide-item .image {
    margin-bottom: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 72vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 0;
  }
  .home-slideshow .slide-item .paragraph {
    text-align: center !important;
    padding: 0 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .home-slideshow .slide-item .paragraph .heading {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .home-slideshow .slide-item .paragraph .introduction {
    font-size: 15px;
    margin-bottom: 0;
  }
  .home-slideshow .tns-nav {
    margin-top: 22px;
  }
}
.section-annoucements-slide {
  overflow: hidden;
}
.section-annoucements-slide .section-wrapper {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
}
.section-annoucements-slide .section-wrapper .slide-item {
  padding: 9px 0;
}
.section-annoucements-slide .slider-container {
  position: relative;
}
.section-annoucements-slide
  .slider-container
  .slider-controls
  .slider-prev-button,
.section-annoucements-slide
  .slider-container
  .slider-controls
  .slider-next-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  color: currentColor;
}
.section-annoucements-slide .slider-container .btn-close {
  position: absolute;
  top: 50%;
  right: 45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-annoucements-slide .slider-container .btn-close svg {
  width: 26px;
  height: auto;
}
.section-annoucements-slide .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 75px;
}
.section-annoucements-slide .content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.5em;
}
@media screen and (max-width: 991px) {
  .section-annoucements-slide .content {
    padding: 0;
  }
  .section-annoucements-slide .content p {
    font-size: 12px;
  }
  .section-annoucements-slide .slider-container .btn-close {
    display: none;
    right: 0;
  }
}
.home-featured-collection .section-header .title,
.section-featured-collection .slider-title,
.home-categories .section-header .title {
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 700;
}
@media (min-width: 768px) {
  .home-featured-collection .section-header .title,
  .section-featured-collection .slider-title,
  .home-categories .section-header .title {
    font-size: 24px;
  }
}
.home-featured-collection .section-header .intro {
  font-size: 16px;
  line-height: 37px;
  text-align: center;
  color: #000;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}
.home-featured-collection .featured-collection_item .image {
  height: 240px;
  width: 100%;
  max-width: 245px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.home-featured-collection .featured-collection_item .image .image__style {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-featured-collection .featured-collection_item .titl {
  font-size: 18px;
  color: #000;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25px;
  margin-top: 25px;
}
.home-featured-collection .featured-collection_item:hover .image .image__style {
  -webkit-transform: scale(1.1) translateY(-50%);
  transform: scale(1.1) translateY(-50%);
}
.home-featured-collection .featured-collection_item:hover .titl {
  color: var(--main-color);
}
.home-featured-collection .tns-controls,
.home-featured-collection .tns-nav {
  display: none;
}
@media screen and (max-width: 991px) {
  .home-featured-collection .section-header .intro {
    font-size: 15px;
    margin-bottom: 21px;
  }
}
.section-richtext .container {
    padding: 0;
}
.section-richtext .heading {
  font-size: 25px;
  line-height: 37px;
  letter-spacing: 0.25px;
  font-weight: 700;
}
.section-richtext .content {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.25px;
  overflow: hidden;
}
.section-richtext .bnt-read-more {
  padding: 0;
  font-size: 14px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-top: 18px;
  color: var(--main-color);
}
.section-richtext .bnt-read-more > span:last-child {
  display: none;
}
.section-richtext .bnt-read-more.active > span:first-child {
  display: none;
}
.section-richtext .bnt-read-more.active > span:last-child {
  display: block;
}
@media (max-width: 991px) {
  .section-richtext .container {
    padding: 20px 20px;
    text-align: center;
  }
}
.slideshow-text-overlay {
  position: relative;
}
.slideshow-text-overlay .slide-list {
  white-space: nowrap;
}
@media (min-width: 992px) {
  .slideshow-text-overlay .slide-list:not(.tns-slider) {
    -webkit-transform: translateX(calc((100vw - 1010px) / 2 - 1010px));
    transform: translate(calc((100vw - 1010px) / 2 - 1010px));
  }
}
.slideshow-text-overlay .slide-item {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  background: #000;
}
@media screen and (min-width: 992px) {
  .slideshow-text-overlay .slide-item {
    width: 1010px;
  }
}
.slideshow-text-overlay .slide-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #00000080;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.slideshow-text-overlay .slide-item.tns-item-active:after {
  background: #0000;
  z-index: -1;
}
.slideshow-text-overlay .slide-item .content {
  position: absolute;
  top: 43px;
  left: 106px;
  color: #fff;
}
.slideshow-text-overlay .slide-item .content .heading {
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 0.25px;
  font-weight: 700;
}
.slideshow-text-overlay .slide-item .content .description {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 7px;
}
.slideshow-text-overlay .slider-prev-button,
.slideshow-text-overlay .slider-next-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}
.slideshow-text-overlay .slider-prev-button svg,
.slideshow-text-overlay .slider-next-button svg {
  color: #4f4f4f;
  width: 35px;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow-text-overlay .slider-prev-button:hover svg,
.slideshow-text-overlay .slider-next-button:hover svg {
  color: #6b6b6b;
}
.slideshow-text-overlay .slider-prev-button {
  left: calc(50% - 550px);
}
.slideshow-text-overlay .slider-next-button {
  right: calc(50% - 550px);
}
@media screen and (max-width: 1120px) {
  .slideshow-text-overlay .slider-prev-button {
    left: 2vw;
  }
  .slideshow-text-overlay .slider-next-button {
    right: 2vw;
  }
}
@media screen and (max-width: 991px) {
  .slideshow-text-overlay .slide-item .content {
    top: 48%;
    left: 0;
    padding: 0 46px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .slideshow-text-overlay .slide-item .content .heading {
    font-size: 22px;
    line-height: 1.2em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .slideshow-text-overlay .slide-item .content .description {
    font-size: 15px;
  }
  .slideshow-text-overlay .slider-prev-button svg,
  .slideshow-text-overlay .slider-next-button svg {
    width: 20px;
  }
}
@media screen and (max-width: 567px) {
  .slideshow-text-overlay .slide-item .image__style img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slideshow-text-overlay .slide-item .content .heading {
    font-size: 20px;
  }
  .slideshow-text-overlay .slide-item .content .description {
    font-size: 13px;
    line-height: 20px;
  }
  .slideshow-text-overlay .slider-prev-button,
  .slideshow-text-overlay .slider-next-button {
    display: none;
  }
}
.section-html-custom .section-header .heading {
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 700;
}
.section-html-custom .section-header .subheading {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #000;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}
.section-featured-collection {
  max-width: 1880px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.section-featured-collection.attach {
  padding-top: 0;
}
.section-featured-collection .section-wrapper .section-body {
  position: relative;
}
.section-featured-collection .content-below {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}
.section-featured-collection .content-below .text {
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: 0.25px;
  color: #000;
  margin-right: 35px;
}
.section-featured-collection .content-below .text:empty {
  display: none;
}
.section-featured-collection .item-opacity {
  opacity: 0.5;
}
.section-featured-collection .slide-container,
.section-product-related .slide-container,
.section-product-recent .slide-container,
.section-product-featured-collections .slide-container {
  position: relative;
}
.section-featured-collection .slider-controls .slider-prev-button,
.section-featured-collection .slider-controls .slider-next-button,
.section-product-related .slider-controls .slider-prev-button,
.section-product-related .slider-controls .slider-next-button,
.section-product-recent .slider-controls .slider-prev-button,
.section-product-recent .slider-controls .slider-next-button,
.section-product-featured-collections .slider-controls .slider-prev-button,
.section-product-featured-collections .slider-controls .slider-next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.section-featured-collection .slider-controls .slider-prev-button,
.section-featured-collection .slider-controls .slider-next-button,
.section-product-featured-collections .slider-controls .slider-prev-button,
.section-product-featured-collections .slider-controls .slider-next-button {
  background: #fafafa;
}
.section-featured-collection
  .slider-controls
  .slider-prev-button[aria-disabled="true"],
.section-featured-collection
  .slider-controls
  .slider-next-button[aria-disabled="true"],
.section-product-related
  .slider-controls
  .slider-prev-button[aria-disabled="true"],
.section-product-related
  .slider-controls
  .slider-next-button[aria-disabled="true"],
.section-product-recent
  .slider-controls
  .slider-prev-button[aria-disabled="true"],
.section-product-recent
  .slider-controls
  .slider-next-button[aria-disabled="true"],
.section-product-featured-collections
  .slider-controls
  .slider-prev-button[aria-disabled="true"],
.section-product-featured-collections
  .slider-controls
  .slider-next-button[aria-disabled="true"] {
  opacity: 0.5;
  cursor: not-allowed;
}
.section-featured-collection .slider-controls .slider-prev-button:hover,
.section-featured-collection .slider-controls .slider-next-button:hover,
.section-product-related .slider-controls .slider-prev-button:hover,
.section-product-related .slider-controls .slider-next-button:hover,
.section-product-recent .slider-controls .slider-prev-button:hover,
.section-product-recent .slider-controls .slider-next-button:hover,
.section-product-featured-collections
  .slider-controls
  .slider-prev-button:hover,
.section-product-featured-collections
  .slider-controls
  .slider-next-button:hover {
  opacity: 0.5;
}
.section-featured-collection .slider-controls .slider-prev-button,
.section-product-related .slider-controls .slider-prev-button,
.section-product-recent .slider-controls .slider-prev-button,
.section-product-featured-collections .slider-controls .slider-prev-button {
  left: -44px;
}
.section-featured-collection .slider-controls .slider-next-button,
.section-product-related .slider-controls .slider-next-button,
.section-product-recent .slider-controls .slider-next-button,
.section-product-featured-collections .slider-controls .slider-next-button {
  right: -44px;
}
@media screen and (max-width: 659px) {
  .section-featured-collection .slider-controls .slider-prev-button,
  .section-product-related .slider-controls .slider-prev-button,
  .section-product-recent .slider-controls .slider-prev-button,
  .section-featured-collection .slider-controls .slider-next-button,
  .section-product-related .slider-controls .slider-next-button,
  .section-product-recent .slider-controls .slider-next-button,
  .section-product-featured-collections .slider-controls .slider-prev-button,
  .section-product-featured-collections .slider-controls .slider-next-button {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .section-product-related .section-wrapper,
  .section-product-recent .product-item {
    padding: 0 15px;
  }
  .section-featured-collection .product-item,
  .section-product-related .product-item,
  .section-product-recent .product-item {
    padding-right: 17px;
  }
}
.section-instafeed-custom .section-header {
  position: relative;
}
.section-instafeed-custom .section-header .info {
  position: absolute;
}
.section-instafeed-custom .section-header .info .instafeed {
  font-size: 36px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-align: right;
  margin-right: 22px;
}
.section-instafeed-custom #insta-feed {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .section-instafeed-custom #insta-feed .instafeed-container,
  .section-instafeed-custom .instafeed-shopify .instafeed-container {
    width: 33.3333333333% !important;
    padding-top: 33.3333333333% !important;
  }
}
@media screen and (max-width: 575px) {
  .section-instafeed-custom .section-header .info svg {
    width: 12vw;
    height: auto;
  }
  .section-instafeed-custom .section-header .info .instafeed {
    font-size: 5vw;
    line-height: 1.2em;
    margin-right: 2vw;
  }
}
#stamped-reviews-widget .stamped-reviews-title a {
  color: var(--body-color);
}
.section-newsletter .title {
  font-size: 25px;
  line-height: 37px;
  letter-spacing: 0.25px;
  margin-bottom: 3px;
  font-weight: 700;
}
.section-newsletter .subtitle {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  max-width: 350px;
}
.section-newsletter .form-subscribe .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.section-newsletter .form-subscribe input {
  border: none;
  border-radius: 0;
  height: 50px;
  width: 308px;
  font-size: 20px;
  line-height: 37px;
  letter-spacing: 0.25px;
  padding: 5px 20px;
}
.section-newsletter .form-subscribe input::-webkit-input-placeholder {
  color: #a6a6a6;
}
.section-newsletter .form-subscribe input::-moz-placeholder {
  color: #a6a6a6;
}
.section-newsletter .form-subscribe input:-ms-input-placeholder {
  color: #a6a6a6;
}
.section-newsletter .form-subscribe input::-ms-input-placeholder {
  color: #a6a6a6;
}
.section-newsletter .form-subscribe input::placeholder {
  color: #a6a6a6;
}
.section-newsletter .form-subscribe button {
  width: 147px;
  background: inherit;
  border: 3px solid #fff;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.25px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .section-newsletter .form-subscribe .form-group input {
    max-width: calc(100% - 110px);
  }
  .section-newsletter .form-subscribe .form-group button {
    width: 110px;
    font-size: 16px;
  }
}
.template-index
  #stamped-reviews-widget[data-widget-type="carousel"]
  .stamped-style-color-link {
  color: #aaa !important;
}
.template-index #stamped-reviews-widget[data-widget-type="carousel"] {
  max-width: 1169px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slideshow .section-wrapper {
    max-width: 960px;
  }
  .home-slideshow .slide-item .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 440px;
    flex: 0 0 440px;
    height: 400px;
  }
  .home-slideshow .slide-item .paragraph {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
  }
  div.footer .footer-left_top .collection-item .image {
    width: 105px;
    height: 105px;
  }
}
.product-template_wrapper {
  margin: var(--product-details-mg);
}
.template-product .section-product-recommendations,
.template-product .section-product-related,
.template-product .section-product-recent {
  position: relative;
  background: #f8f8f8;
  padding: 0 0 48px;
  z-index: 1;
}
.template-product .section-product-recommendations:after,
.template-product .section-product-related:after,
.template-product .section-product-recent:after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  height: 100%;
  width: 8000px;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: inherit;
  z-index: -1;
}
.template-product .product-widget section:first-child > div {
  padding-top: 48px;
}
.template-product .product-details > .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.template-product .product-details .product-info .product-fit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 18px 0;
}
.template-product .product-details .product-info .product-fit .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
@media (min-width: 750px) {
  .template-product .product-details .product-info .product-fit .message {
    min-width: max-content;
    white-space: nowrap;
  }
}
.template-product .product-details .product-info .product-fit .content {
  margin-left: 8px;
  font-size: 12px;
  line-height: 1.4em;
}
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_match,
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_nomatch,
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_specific {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: #eee;
  padding: 11px;
}
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_match
  .message-match,
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_nomatch
  .message-match,
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_specific
  .message-match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_match
  .message-match
  svg,
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_nomatch
  .message-match
  svg,
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_specific
  .message-match
  svg {
  flex: 0 0 35px;
}
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_match
  .message-match
  .icon-warning,
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_nomatch
  .message-match
  .icon-warning,
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_specific
  .message-match
  .icon-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #000;
  color: var(--main-color);
  border-radius: 50%;
  margin-right: 0;
  font-size: 22px;
  font-weight: 700;
}
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_nomatch
  .content,
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_specific
  .content {
  max-width: calc(100% - 43px);
}
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_nomatch {
  background: #fadada;
}
.template-product
  .product-details
  .product-info
  .product-fit
  .product-fit_nomatch
  .message-match
  .icon-warning {
  color: #ef0000;
}
.template-product .product-details .product-info .product-fit .btn-redirect {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-weight: 700;
  margin-left: 5px;
}
.template-product .product-details .product-info .product-fit .btn {
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  border-radius: 2px;
  padding: 3px 9px;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .template-product .product-details .product-info .product-fit .btn {
    white-space: normal;
  }
}
.template-product .product-details .product-media_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 25px;
}
.template-product .product-details .product-media_header a span {
  display: flex !important;
  align-items: center;
  font-size: 14px;
  line-height: 27px;
  color: #000;
}
.template-product .product-details .product-media_header .product-wrapper a,
.template-product
  .product-details
  .product-media_header
  .stamped-badge-starrating
  .stamped-fa {
  display: flex;
}
.template-product
  .product-details
  .product-media_header
  a
  .svg-star-solid
  path {
  fill: var(--main-color);
}
.template-product .product-details .product-media_header .btn {
  min-width: 121px;
  padding: 9px 28px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 14px;
  line-height: 27px;
}
.template-product .product-details .product-media_header .btn:not(:last-child) {
  margin-right: 8px;
}
.template-product .product-details .product-media_header .btn-QA {
  margin-left: 25px;
  text-align: center;
}
.template-product .product-details .product-media_header .btn-QA:hover {
  text-decoration: none;
}
.template-product .product-details .product-media_header .btn-QA .icon {
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: #212121;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.template-product .product-details .product-media_header .product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-product .product-details .product-media_thumbnails {
  margin-top: 50px;
}
.template-product .product-details .product-media_thumbnails .slide-item {
  padding-left: 5px;
}
.template-product .product-details .product-media_thumbnails .image__style {
  -webkit-box-shadow: 0px 0px 8px #dedede;
  box-shadow: 0 0 8px #dedede;
  margin: 2px;
  overflow: hidden;
}
.template-product .product-tabs {
  margin-top: 115px;
  display: inline-block;
}
.template-product .product-tabs .product-tabs_nav {
  margin-bottom: 26px;
}
.template-product .product-tabs .product-tabs_nav .nav-item {
  font-size: 15px;
  line-height: 24px;
  color: #3f3f3f;
  background: #efefef;
  padding: 14px 30px;
  position: relative;
  cursor: pointer;
}
.template-product .product-tabs .product-tabs_nav .nav-item:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 4px;
  background: transparent;
}
.template-product .product-tabs .product-tabs_nav .nav-item:not(:last-child) {
  margin-right: 4px;
}
.template-product .product-tabs .product-tabs_nav .nav-item.active {
  color: #000;
  background: #fff;
}
.template-product .product-tabs .product-tabs_nav .nav-item.active:after {
  width: 100%;
  background: var(--main-color);
}
.template-product .product-tabs .content-tabs {
  font-size: 17px;
  line-height: 25px;
}
.template-product .product-tabs .content-tabs .fitment-wrapper {
  margin-bottom: 20px;
}
.template-product .product-tabs .content-tabs .fitment-wrapper .fitment-list {
  transition: max-height 0.15s ease-in-out 0s;
  max-height: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0;
  visibility: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
.template-product .product-tabs .content-tabs .fitment-wrapper .js-btn-toggle {
  cursor: pointer;
}
.template-product
  .product-tabs
  .content-tabs
  .fitment-wrapper
  .fitment-list
  li {
  padding: 5px 10px;
  flex: 0 0 100%;
  max-width: 100%;
}
.template-product
  .product-tabs
  .content-tabs
  .fitment-wrapper
  .js-btn-toggle.active
  + .fitment-list {
  transition: max-height 0.35s ease-in-out 0s;
  visibility: visible;
  max-height: 100%;
}
@media (min-width: 480px) {
  .template-product
    .product-tabs
    .content-tabs
    .fitment-wrapper
    .fitment-list
    li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .template-product
    .product-tabs
    .content-tabs
    .fitment-wrapper
    .fitment-list
    li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.template-product .product-tabs .content-tabs ul {
  padding-left: 40px;
  list-style-type: disc;
}
.template-product .product-tabs .content-tabs .content-item {
  display: none;
}
.template-product .product-tabs .content-tabs .content-item.active {
  display: block;
}
.template-product .product-tabs .content-tabs table th,
.template-product .product-tabs .content-tabs table td {
  padding: 3px;
  font-size: 14px;
  line-height: 21px;
}
.template-product .product-tabs .content-tabs table th strong,
.template-product .product-tabs .content-tabs table td strong {
  font-size: 13px;
  line-height: 19px;
}
.template-product .product-tabs .content-tabs .tbl-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eaeaea;
}
.template-product .product-tabs .content-tabs .tbl-title > span {
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  padding: 8px;
}
.template-product .product-tabs .content-tabs .tbl-title > span:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  text-align: left;
}
.template-product .product-tabs .content-tabs .tbl-title > span:nth-child(2) {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: left;
}
.template-product .product-tabs .content-tabs .tbl-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.template-product .product-tabs .content-tabs .tbl-content > div {
  border-bottom: 1px solid #eaeaea;
  padding: 8px;
  font-size: 14px;
  line-height: 21px;
}
.template-product .product-tabs .content-tabs .tbl-content > div:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 85%;
  text-align: left;
}
.template-product .product-tabs .content-tabs .tbl-content > div:nth-child(2) {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: left;
}
.template-product .product-tabs .content-tabs .item a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.template-product .product-widget .heading {
  font-family: var(--font-heading);
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .template-product
    .product-details
    .product-info
    .product-form
    .product-quantity {
    flex: 0 0 104px;
    max-width: 104px;
  }
  .template-product .product-details .product-info .product-wishlist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .template-product .product-details .product-media_header {
    display: block;
  }
  .template-product .product-details .product-media_thumbnails {
    margin-top: 20px;
  }
  .template-product .product-tabs {
    margin-top: 15px;
    display: block;
  }
  .template-product .product-tabs .product-tabs_nav .nav-list {
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
  .template-product .product-tabs .content-tabs table {
    width: 100% !important;
  }
  .template-product .product-wrapper > .product-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 15px -7px 0;
  }
  .template-product .product-wrapper .paybright-widget-container {
    margin-top: 5px;
    text-align: center;
  }
  .template-product .product-wrapper > .product-group > * {
    padding-left: 7px;
    padding-right: 7px;
  }
  .template-product
    .product-wrapper
    .product-wishlist-compare
    .add-to-wishlist {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .template-product .product-details .product-media_header .product-wrapper {
    margin-bottom: 4px;
  }
  .template-product .product-details > .product-wrapper {
    display: block;
  }
  .template-product .product-details .product-media,
  .template-product .product-details .product-info-wrapper.product-info {
    width: 100% !important;
  }
  .template-product .product-details .product-media {
    margin-bottom: 20px;
  }
  .template-product .product-details .product-info {
    line-height: 1.25;
  }
  .product-details .product-info .product-form .btn-add-to-cart {
    flex: 1;
    min-width: 0;
    height: 45px;
  }
}
.modal-embed-video .modal_content iframe {
  max-width: 100%;
  height: auto;
  min-height: 400px;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  .modal-embed-video .modal_content iframe {
    min-height: 300px;
  }
}
.modal-instructions .modal_content {
  max-width: 1200px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-instructions .modal_content iframe {
  height: auto;
  min-height: 80vh;
  width: 100%;
}
.fitment-alert .fitment-alert_message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 18px 35px 18px 0;
  margin-bottom: 50px;
  background: var(--main-color);
}
.fitment-alert .fitment-alert_message.js-fitment-nomatch .message {
  background: #fadada;
}
.fitment-alert .fitment-alert_message.js-fitment-nomatch .icon-warning {
  color: #ef0000;
}
.fitment-alert .fitment-alert_message .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #efefef;
  margin: -18px 35px -18px 0;
  padding: 0 25px 0 20px;
}
.fitment-alert .fitment-alert_message .icon-warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #000;
  color: var(--main-color);
  border-radius: 50%;
  margin-right: 11px;
  font-size: 35px;
  font-weight: 700;
}
.fitment-alert .fitment-alert_message .content {
  font-size: 15px;
  line-height: 1.4em;
  max-width: calc(100% - 56px);
}
.fitment-alert .fitment-alert_message .btn {
  font-weight: 400;
  padding: 6px 22px;
  line-height: 1.3em;
  white-space: nowrap;
}
.fitment-alert .fitment-alert_message .btn:hover,
.fitment-alert .fitment-alert_message .btn:active,
.fitment-alert .fitment-alert_message .btn:focus {
  background: #fff;
  color: var(--main-color);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .fitment-alert .fitment-alert_message {
    padding: 12px 15px 12px 0;
  }
  .fitment-alert .fitment-alert_message .message {
    margin: -12px 15px -12px 0;
  }
}
@media screen and (max-width: 767px) {
  .fitment-alert .fitment-alert_message .content {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .fitment-alert .fitment-alert_message {
    display: block;
    padding: 0;
    text-align: center;
  }
  .fitment-alert .fitment-alert_message .message {
    margin: 0;
    text-align: left;
    padding: 10px 20px;
  }
  .fitment-alert .fitment-alert_message .btn {
    margin: 10px 0;
  }
}
.fitment-list h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.fitment-list .fitment-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 20px;
  padding: 0 !important;
  list-style-type: none !important;
}
.fitment-list .fitment-list:not(:last-child) {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .fitment-list .fitment-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.template-blog #main-content > .container,
.template-article #main-content > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.template-blog .section-newsletter .container,
.template-article .section-newsletter .container {
  padding: 0 100px;
}
@media (max-width: 1199px) {
  .template-blog .section-newsletter .container,
  .template-article .section-newsletter .container {
    padding: 0 15px;
  }
}
.page-blog-sidebar {
  padding: 50px 30px;
}
.page-blog-sidebar h4 {
  font-weight: 700;
  color: #000;
  line-height: 37px;
  margin-bottom: 10px;
}
.page-blog-sidebar .form-group {
  position: relative;
}
.page-blog-sidebar .form-group .ip-search {
  width: 100%;
  height: 35px;
  border: 1px solid #4f4f4f;
  padding: 10px;
  font-size: 14px;
}
.page-blog-sidebar .form-group .ip-search::-webkit-input-placeholder {
  color: #4f4f4f;
}
.page-blog-sidebar .form-group .ip-search::-moz-placeholder {
  color: #4f4f4f;
}
.page-blog-sidebar .form-group .ip-search:-ms-input-placeholder {
  color: #4f4f4f;
}
.page-blog-sidebar .form-group .ip-search::-ms-input-placeholder {
  color: #4f4f4f;
}
.page-blog-sidebar .form-group .ip-search::placeholder {
  color: #4f4f4f;
}
.page-blog-sidebar .form-group .btn-submit {
  position: absolute;
  right: 0;
  height: 100%;
  width: 40px;
  background: none;
  border: none;
}
.page-blog-sidebar .tags-list {
  padding: 0 20px;
}
.page-blog-sidebar .tags-list a {
  color: #4f4f4f;
}
.page-blog-sidebar .tags-list .active a {
  font-weight: 900;
}
.page-blog-list {
  padding: 50px 0;
}
.page-blog-list .page-header {
  color: #000;
  letter-spacing: 0.25px;
  line-height: 37px;
  margin-bottom: 30px;
}
.page-blog-list .page-header h2 {
  font-size: 24px;
  font-weight: 700;
}
.page-blog-list .page-header .description {
  font-size: 18px;
}
.page-blog-list .featured-article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f8f8f8;
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 80px;
}
.page-blog-list .featured-article-card .featured-article-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .page-blog-list .featured-article-card .featured-article-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.page-blog-list .featured-article-card .card-label {
  color: #4f4f4f;
}
.page-blog-list .featured-article-card .featured-article-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-height: 255px;
}
@media (max-width: 768px) {
  .page-blog-list .featured-article-card .featured-article-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.page-blog-list .featured-article-card .featured-article-image .image__style {
  border-radius: 11px;
  overflow: hidden;
}
.page-blog-list .card-title {
  line-height: 24px;
}
.page-blog-list .card-title a {
  font-size: 18px;
  letter-spacing: 0.25px;
  color: #000;
  font-weight: 700;
}
.page-blog-list .card-excerpt {
  line-height: 25px;
}
.page-blog-list .section-blog-list .section-body {
  margin-bottom: 80px;
}
.page-blog-list .section-blog-list .blog-list {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 55px;
}
.page-blog-list .section-blog-list .blog-item:hover {
  opacity: 0.8;
}
.page-blog-list .section-blog-list .blog-item .card-header {
  border-radius: 11px;
  overflow: hidden;
  margin-bottom: 25px;
}
.page-blog-list .section-blog-list .blog-item .card-title a {
  display: inline-block;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.25px;
  color: #333;
  margin-bottom: 12px;
}
.page-blog-list .section-blog-list .blog-item .card-excerpt {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page-blog-list .section-blog-list .blog-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 25px;
  }
  .page-blog-list .section-blog-list .blog-item .card-header {
    margin-bottom: 20px;
  }
}
.card-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 17px;
}
.card-tags .tag-item a {
  display: inline-block;
  line-height: 25px;
  color: #fff;
  background: #cecece;
  border-radius: 5px;
  padding: 0 8px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.card-tags .tag-item.active a {
  background: #4f4f4f;
}
.page-article {
  padding: 62px 0 250px;
}
.page-article .section-header {
  margin-bottom: 30px;
}
.page-article .artilce-image {
  margin-bottom: 40px;
  border-radius: 11px;
  overflow: hidden;
}
.page-article .article-title {
  font-weight: 700;
  line-height: 40px;
  color: #000;
  letter-spacing: 0.25px;
  margin-bottom: 6px;
}
.page-article .article-wrapper {
  line-height: 24px;
  color: #000;
}
.page-article .card-tags {
  margin-top: 10px;
}
.page-article .widget-social-icons li:not(:last-child) {
  margin-right: 20px;
}
.page-article .widget-social-icons svg {
  width: 16px;
  height: auto;
}
.page-article .widget-social-icons svg path {
  fill: #cecece;
}
.page-article .section-body img {
  border-radius: 11px;
}
.page-article .section-footer {
  margin-top: 150px;
}
@media (max-width: 991px) {
  .page-article {
    padding: 0 15px;
  }
  .page-article .section-header {
    display: block;
    margin-bottom: 50px;
  }
  .page-article .artilce-image {
    margin: 0 auto 15px;
  }
  .page-article .section-footer {
    margin-top: 50px;
  }
}
.page-contact .page-main {
  max-width: 900px;
  margin: 40px auto 144px;
}
.page-contact .page-header h2 {
  letter-spacing: 0.25px;
  line-height: 42px;
  color: #000;
  margin-bottom: 42px;
}
.page-contact .contact-info .email,
.page-contact .contact-info .phone,
.page-contact .contact-info .address {
  line-height: 21px;
  color: #333;
  margin-bottom: 14px;
}
.page-contact .contact-info .email .icon,
.page-contact .contact-info .phone .icon,
.page-contact .contact-info .address .icon {
  margin-right: 18px;
}
.page-contact .secton-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-contact .contact-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.page-contact .contact-form {
  position: relative;
  z-index: 1;
}
.page-contact .contact-form .contact-form {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.page-contact .contact-form .form-title {
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 28px;
}
.page-contact .contact-form .input-group {
  margin-bottom: 28px;
  max-width: 443px;
}
.page-contact .contact-form .input-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-contact .contact-form .input-label > span {
  text-transform: uppercase;
  font-size: 10px;
  color: #757575;
  line-height: 15px;
}
.page-contact .contact-form label {
  display: block;
  color: #666;
  line-height: 21px;
  margin-bottom: 7px;
}
.page-contact .contact-form input[type="text"] {
  width: 100%;
  height: 42px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.page-contact .contact-form textarea {
  width: 100%;
  max-width: 443px;
  height: 128px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.page-contact .contact-form .btn {
  width: 100%;
  margin-top: 120px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.25px;
  font-weight: 400;
  padding: 14px;
}
.page-contact .contact-form .store-hours {
  margin-top: 56px;
}
.page-contact .contact-form .store-hours .title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 28px;
}
.page-contact .contact-form > iframe {
  border-width: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px #00000029;
}
.page-contact .store-hours {
  margin: 42px 0 23px;
  line-height: 21px;
}
.page-contact .store-hours .title {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 28px;
}
.page-contact .store-hours .store-hours_item:not(:last-child) {
  margin-bottom: 7px;
}
.page-contact .contact-us .title {
  font-size: 20px;
  line-height: 30px;
  color: #000;
  letter-spacing: 0.25px;
  margin-bottom: 22px;
}
.page-contact .contact-us .member-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-contact .contact-us .member-item:not(:last-child) a {
  margin-right: 10px;
}
.page-contact .contact-us .member-item a {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .page-contact .page-header h2 {
    margin-bottom: 20px;
  }
  .page-contact .secton-body {
    max-width: 443px;
    display: block;
  }
  .page-contact .contact-form {
    margin-top: 30px;
  }
  .page-contact .contact-form > iframe {
    width: 100%;
    max-width: 400px;
  }
  .page-contact .contact-form .btn {
    margin-top: 20px;
  }
}
.page-brands .page-main {
  margin: 50px 0;
}
.page-brands .page-header,
.page-brands .brand-list .brand-item {
  margin-bottom: 40px;
}
.page-brands .brand-list .brand-item:hover a {
  color: var(--main-color);
}
.page-brands .brand-list .brand-image a {
  height: 240px;
  margin: 0 auto 15px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.21);
  box-shadow: 0 2px 10px #00000036;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-brands .brand-list .brand-title a {
  font-weight: 700;
  font-size: 16px;
}
.template-page .page,
.page-search {
  padding: 50px 0;
}
.template-page .page h1,
.page-search h1 {
  margin-bottom: 30px;
}
.template-page .page h2,
.page-search h2 {
  margin-bottom: 20px;
}
.template .shopify-policy__container {
  max-width: 800px;
  margin: 62px auto;
}
.template .shopify-policy__container h1,
.template .shopify-policy__container h2,
.template .shopify-policy__container h3,
.template .shopify-policy__container h4,
.template .shopify-policy__container h5 {
  line-height: 1.2em;
  margin: 0;
}
.template .shopify-policy__container h1 {
  padding-bottom: 25px;
}
.template .shopify-policy__container h2 {
  padding: 15px 0;
}
.template .shopify-policy__container h3,
.template .shopify-policy__container h4,
.template .shopify-policy__container h5 {
  padding: 10px 0;
}
.template .shopify-policy__container .shopify-policy__title {
  display: none;
}
.template .shopify-policy__container .shopify-policy__body {
  line-height: 1.8em;
}
.template .shopify-policy__container .shg-box-vertical-align-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .template .shopify-policy__container {
    padding: 0 15px;
  }
}
.page-search .search-type_title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--main-color);
}
.page-search .product-vendor a {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.25px;
  color: #757575;
  margin-bottom: 6px;
  display: inline-block;
}
.page-search .page_search-form {
  display: none;
}
.page-search .page_search-form input[type="text"] {
  max-width: 400px;
  height: 48px;
  border: 1px solid #e7e7e7;
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
}
.page-search .pagination-container {
  margin-top: 50px;
}
.page-mainvisual .section-head {
  background-size: cover;
  background-repeat: no-repeat;
}
.page-mainvisual .section-head .content {
  max-width: 435px;
}
.page-mainvisual .section-head .content .section-title {
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
.page-mainvisual .section-head .content .section-desc {
  font-size: 17px;
  line-height: 25px;
}
.page-mainvisual .section-head #breadcrumb {
  margin-bottom: 10px;
}
.page-mainvisual
  .section-head
  #breadcrumb
  .breadcrumb-list
  .svg-element-ui
  path {
  fill: #fff;
}
.feature-service .section-head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 42px;
}
.feature-service .section-head h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.25px;
  margin-bottom: 28px;
}
.feature-service .section-head .section-desc {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.25px;
}
.feature-service .section-body h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.25px;
  margin-bottom: 40px;
}
.feature-service .section-body .list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.feature-service .section-body .list-items .item {
  width: calc(33.3333333333% - 40px);
  margin-right: 60px;
  margin-bottom: 60px;
}
.feature-service .section-body .list-items .item:nth-child(3n),
.feature-service .section-body .list-items .item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .feature-service .section-body .list-items .item {
    width: 100%;
    margin-right: 0;
  }
}
.feature-service .section-body .list-items .item-image {
  margin-bottom: 30px;
}
.feature-service .section-body .list-items .item-content h3 {
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}
.feature-service .section-body .list-items .item-content .content {
  font-size: 17px;
  line-height: 20px;
}
.feature-service .section-body .list-items .item-content .content a {
  color: inherit;
  text-decoration: underline;
}
.feature-service .section-body .list-items .item-content .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 55px;
  min-width: 130px;
  height: 40px;
  border-radius: 2px;
  line-height: 40px;
}
.section-banner-hero .section-banner-hero_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section-banner-hero .section-banner-hero_content {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.section-banner-hero .section-banner-hero_content h2 {
  margin: 0;
  padding-bottom: 20px;
  font-size: 25px;
  line-height: 37px;
  font-weight: 700;
  letter-spacing: 0.25px;
}
@media (min-width: 768px) {
  .section-banner-hero .section-banner-hero_content h2 {
    padding-right: 10px;
    padding-bottom: 0;
  }
}
.image-with-text .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: calc(100% + 30px);
  margin: 0 -15px;
}
.image-with-text .content-wrapper > * {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .image-with-text .content-wrapper {
    display: block;
    text-align: left;
  }
}
.image-with-text .content-wrapper .content {
  font-size: 17px;
  line-height: 22px;
  color: #232323;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 767px) {
  .image-with-text .content-wrapper .content {
    width: 100% !important;
  }
}
.image-with-text .content-wrapper .content h3 {
  margin-bottom: 30px;
  text-align: left;
}
.image-with-text .content-wrapper .content p {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .image-with-text .content-wrapper .image {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.image-with-text .content-wrapper .image.items-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-with-text .content-wrapper .image.items-col-2 .item-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: calc(50% - 5px);
  margin: 5px 2.5px;
}
.image-with-text .content-wrapper .image .box-shadow .image__style {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px #00000040;
  border-radius: 11px;
  overflow: hidden;
}
.image-with-text .content-wrapper .btn-wrapper {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .image-with-text .content-wrapper .btn-wrapper {
    margin-top: 30px;
  }
}
.image-with-text h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 70px;
}
.image-with-text h3.h3-mb {
  margin-bottom: 30px;
  text-align: left;
}
.section-tabbed-icon h3 {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 70px;
}
.section-tabbed-icon .tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .section-tabbed-icon .tabs-wrapper {
    display: block;
    text-align: left;
  }
}
.section-tabbed-icon .tabs-wrapper .nav-tabs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 767px) {
  .section-tabbed-icon .tabs-wrapper .nav-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 200px;
    margin: 0 auto 50px;
  }
}
.section-tabbed-icon .tabs-wrapper .nav-tabs .image {
  cursor: pointer;
}
.section-tabbed-icon .tabs-wrapper .nav-tabs .image.active .image__style {
  -webkit-box-shadow: 0px 3px 10px rgba(0, 174, 239, 0.6);
  box-shadow: 0 3px 10px #00aeef99;
}
.section-tabbed-icon .tabs-wrapper .nav-tabs .image__style {
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 10px #0003;
  border-radius: 11px;
  overflow: hidden;
}
.section-tabbed-icon .tabs-wrapper .content-tabs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67%;
  flex: 0 0 67%;
  max-width: 67%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section-tabbed-icon .tabs-wrapper .content-tabs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-tabbed-icon .tabs-wrapper .content {
  font-size: 17px;
  line-height: 22px;
  color: #232323;
  display: none;
}
.section-tabbed-icon .tabs-wrapper .content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-tabbed-icon .tabs-wrapper .content h3 {
  margin-bottom: 30px;
  text-align: left;
}
.section-tabbed-icon .tabs-wrapper .content p {
  margin-bottom: 20px;
}
.featured-grid .wrapper {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 125px;
  -moz-column-gap: 125px;
  column-gap: 125px;
}
@media (max-width: 991px) {
  .featured-grid .wrapper {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.featured-grid .wrapper > div {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 50px;
}
.featured-grid .wrapper h2 {
  line-height: 33px;
  letter-spacing: 0.25px;
  color: #232323;
  font-weight: 700;
  margin-bottom: 35px;
  text-align: center;
}
.featured-grid .item-image {
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px #0000001a;
  margin-bottom: 28px;
}
.featured-grid .item-image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.featured-grid .item-title {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}
.featured-grid .collection-wrapper .content,
.featured-grid .page-wrapper .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 45px;
}
.featured-grid .article-wrapper .item:first-child {
  margin-bottom: 35px;
}
.featured-grid .article-wrapper .item-image {
  border-radius: 11px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px #00000040;
}
.featured-grid .article-wrapper .item-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.25px;
  text-align: left;
}
.featured-grid .article-wrapper .item-date {
  color: #4f4f4f;
}
.mainvisual-countdown .wrapper {
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .mainvisual-countdown .background-mobile {
    padding-top: 250px;
  }
  .mainvisual-countdown .wrapper .container {
    padding: 0;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .mainvisual-countdown .background-mobile {
    background-image: none !important;
  }
}
@media (max-width: 992px) {
  .mainvisual-countdown .background-desktop {
    background-image: none !important;
  }
}
.mainvisual-countdown .box-countdown {
  display: inline-block;
  max-width: 490px;
  background: #232323d9;
  color: #fff;
  padding: 30px 50px 70px;
}
@media (max-width: 767px) {
  .mainvisual-countdown .box-countdown {
    max-width: 100%;
    width: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(35, 35, 35, 0)),
      color-stop(20%, #232323),
      to(#232323)
    );
    background: linear-gradient(to bottom, #23232300, #232323 20% 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00232323",endColorstr="#232323",GradientType=0);
  }
}
.mainvisual-countdown #breadcrumb {
  margin-bottom: 90px;
  padding: 0;
}
@media (max-width: 767px) {
  .mainvisual-countdown #breadcrumb {
    display: none;
  }
}
.mainvisual-countdown #breadcrumb a {
  color: #fff !important;
}
.mainvisual-countdown #breadcrumb .breadcrumb-list .svg-element-ui path {
  fill: #fff;
}
.mainvisual-countdown .section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0.25px;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .mainvisual-countdown .section-title {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 15px;
    max-width: 450px;
  }
}
.mainvisual-countdown .time-countdown {
  text-align: center;
  letter-spacing: 0.25px;
  font-weight: 700;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainvisual-countdown .time-countdown li {
  background: #444;
  width: 85px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mainvisual-countdown .time-countdown li:not(:last-child) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .mainvisual-countdown .time-countdown li {
    width: 65px;
    height: 84px;
  }
}
.mainvisual-countdown .time-countdown .number {
  font-size: 50px;
  line-height: 59px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .mainvisual-countdown .time-countdown .number {
    font-size: 32px;
    line-height: 37px;
  }
}
.mainvisual-countdown .time-countdown .text {
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .mainvisual-countdown .time-countdown .text {
    font-size: 16px;
    line-height: 19px;
  }
}
.mainvisual-countdown .box-newsletter {
  background: #444;
  padding: 25px;
  margin-bottom: 17px;
}
.mainvisual-countdown .box-newsletter .label {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
.mainvisual-countdown .box-newsletter .form-group input[type="email"],
.mainvisual-countdown .box-newsletter .form-group button[type="submit"] {
  border-radius: 5px;
}
.mainvisual-countdown .box-newsletter .form-group input[type="email"] {
  width: 100%;
  height: 44px;
  border: none;
  margin-bottom: 15px;
  padding: 10px;
}
@media (max-width: 767px) {
  .mainvisual-countdown .box-newsletter .form-group button[type="submit"] {
    margin: 0 0 0 auto;
    display: block;
  }
}
.mainvisual-countdown .text-link {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
.mainvisual-countdown .wrap-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .mainvisual-countdown .wrap-text {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
    max-width: 450px;
  }
}
.mainvisual-countdown .btn-single {
  display: block;
  height: 55px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 2px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .mainvisual-countdown .btn-single {
    max-width: 450px;
  }
}
.mainvisual-countdown .btn-style-1 {
  background-color: #00aeef;
  border: 1px solid #00aeef;
}
.mainvisual-countdown .btn-style-2 {
  background-color: #a6a6a6;
  border: 1px solid #a6a6a6;
}
@media (min-width: 992px) {
  .richtext-column .list-content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .richtext-column .item-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.richtext-column .item-content h3 {
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}
.richtext-column .item-content .cotent {
  font-size: 16px;
  line-height: 23px;
}
.image-with-title .wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px #00000040;
  border-radius: 11px;
  position: relative;
}
.image-with-title .wrapper h2 {
  position: absolute;
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.25px;
  color: #fff;
}
.image-with-title .wrapper h2.left-top {
  top: 45px;
  left: 110px;
}
.image-with-title .wrapper h2.left-bottom {
  bottom: 45px;
  left: 110px;
}
.image-with-title .wrapper h2.right-top {
  top: 45px;
  right: 110px;
}
.image-with-title .wrapper h2.right-bottom {
  bottom: 45px;
  right: 110px;
}
@media (max-width: 767px) {
  .image-with-title .wrapper h2 {
    left: 50% !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .section-product-grid .card-grid-list:not(.tns-slider) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px) !important;
  }
}
.section-product-grid .card-grid-list:not(.tns-slider) + .slider-controls {
  display: none;
}
@media (min-width: 992px) {
  .section-product-grid .card-grid-list .card-item {
    width: calc(33.3333333333% - 40px);
    max-width: 310px;
    margin: 20px;
  }
  .section-product-grid .card-grid-list .card-item.number-1 {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
  }
  .section-product-grid .card-grid-list .card-item.number-2 {
    width: calc(50% - 40px);
    max-width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
  }
}
.section-product-grid .card-grid-list .card-item.card-page .item-wrapper {
  min-height: 450px;
}
.section-product-grid .card-grid-list .card-item.style-1 .item-wrapper,
.section-product-grid .card-grid-list .card-item.style-3 .item-wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px #00000040;
  border-radius: 10px;
}
.section-product-grid
  .card-grid-list
  .card-item.style-2
  .item-wrapper
  .product-image,
.section-product-grid
  .card-grid-list
  .card-item.style-4
  .item-wrapper
  .product-image {
  padding: 10px;
}
.section-product-grid
  .card-grid-list
  .card-item.style-2
  .item-wrapper
  .product-image
  .image__style,
.section-product-grid
  .card-grid-list
  .card-item.style-4
  .item-wrapper
  .product-image
  .image__style {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px #00000040;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-product-grid .card-grid-list .card-item.style-3,
  .section-product-grid .card-grid-list .card-item.style-4 {
    width: calc(50% - 40px);
    max-width: 480px;
  }
}
.section-product-grid .card-grid-list .card-item.style-3 .item-wrapper,
.section-product-grid .card-grid-list .card-item.style-4 .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-product-grid
  .card-grid-list
  .card-item.style-3
  .item-wrapper
  .product-image,
.section-product-grid
  .card-grid-list
  .card-item.style-4
  .item-wrapper
  .product-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  margin-bottom: 0;
}
.section-product-grid .card-grid-list .card-item.style-3 .item-wrapper .content,
.section-product-grid
  .card-grid-list
  .card-item.style-4
  .item-wrapper
  .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.section-product-grid .card-grid-list .card-item.style-3 .item-wrapper table,
.section-product-grid .card-grid-list .card-item.style-4 .item-wrapper table,
.section-product-grid .card-grid-list .card-item.style-3 .item-wrapper table tr,
.section-product-grid
  .card-grid-list
  .card-item.style-4
  .item-wrapper
  table
  tr {
  display: block;
}
.section-product-grid .card-grid-list .card-item.style-3 .item-wrapper table th,
.section-product-grid .card-grid-list .card-item.style-3 .item-wrapper table td,
.section-product-grid .card-grid-list .card-item.style-4 .item-wrapper table th,
.section-product-grid
  .card-grid-list
  .card-item.style-4
  .item-wrapper
  table
  td {
  font-size: 12px;
  font-weight: 400;
  padding: 2px 0;
  text-align: left;
  width: auto;
}
.section-product-grid .card-grid-list .card-item.style-3 .item-wrapper table th,
.section-product-grid
  .card-grid-list
  .card-item.style-4
  .item-wrapper
  table
  th {
  padding-right: 5px;
}
.section-product-grid
  .card-grid-list
  .card-item.style-3
  .item-wrapper
  .product-title
  a,
.section-product-grid
  .card-grid-list
  .card-item.style-4
  .item-wrapper
  .product-title
  a {
  font-size: 18px;
  line-height: 22px;
}
.section-product-grid
  .card-grid-list
  .card-item.style-3
  .item-wrapper
  .product-price,
.section-product-grid
  .card-grid-list
  .card-item.style-4
  .item-wrapper
  .product-price {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
.section-product-grid .card-grid-list .card-item.style-3 .item-wrapper {
  padding: 20px;
}
.section-product-grid
  .card-grid-list
  .card-item.style-4
  .product-image
  .image__style {
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px #00000040;
  border-radius: 10px;
  overflow: hidden;
}
.section-product-grid .card-grid-list .card-item .item-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  .section-product-grid .card-grid-list .card-item .item-wrapper {
    margin: 20px;
  }
}
.section-product-grid .card-grid-list .card-item .item-wrapper .content {
  padding: 0 20px 35px;
}
.section-product-grid .card-grid-list .product-image {
  margin-bottom: 26px;
}
.section-product-grid .card-grid-list .product-image img {
  -o-object-fit: cover;
  object-fit: cover;
}
.section-product-grid .card-grid-list .product-title {
  margin-bottom: 0;
}
.section-product-grid .card-grid-list .product-title a {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 5px;
  color: #000;
}
.section-product-grid .card-grid-list .product-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #00aeef;
  margin-bottom: 15px;
}
.section-product-grid .card-grid-list .product-short-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  max-height: 96px;
  line-height: 24px;
}
.section-product-grid .card-grid-list .price-compare {
  font-size: 18px;
  margin-left: 10px;
  color: #232323;
}
.section-product-grid .card-grid-list .label-percent {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 90px;
  padding: 8px;
  background: #00aeef;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
.section-product-grid .card-grid-list .product-info th,
.section-product-grid .card-grid-list .product-info td {
  border: none;
  width: 50%;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  vertical-align: top;
  padding: 6px 0;
}
.section-product-grid .card-grid-list .product-info td {
  text-align: right;
}
.section-product-grid .slider-container {
  position: relative;
}
.section-product-grid .tns-nav button {
  display: block;
  width: 15px;
  height: 15px;
  background: #c4c4c4;
  margin: 5px;
  border: none;
  border-radius: 50%;
}
.section-product-grid .tns-nav button.tns-nav-active {
    background: #00aeef;
}
.section-product-grid .slider-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, -50%);
  width: calc(100% + 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section-product-grid .slider-controls svg {
  width: 20px;
  height: auto;
}
.page-account {
  padding: 50px 0;
}
.page-account .form-wrapper {
  height: 100%;
  padding: 0 30px;
}
.page-account #customer-login {
  height: 100%;
}
.page-account .heading {
  color: var(--main-color);
  margin-bottom: 10px;
}
.page-account .heading ~ p {
  color: #757575;
}
.page-account .control-wrapper {
  margin-bottom: 15px;
}
.page-account .control-wrapper label {
  display: block;
  color: #666;
  line-height: 21px;
  margin-bottom: 7px;
  font-weight: 600;
}
.page-account .control-wrapper label .req {
  margin-left: 2px;
  color: red;
}
.page-account .control-wrapper input {
  width: 100%;
  height: 42px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.page-account .control-wrapper.last .action {
  margin-bottom: 20px;
}
.page-account .control-wrapper.last .action a {
  color: var(--success-color);
}
.page-account button.cancel {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .page-account .form-wrapper {
    padding: 0;
  }
}
.template-customers-account #main-content {
  padding: 70px 0;
}
.template-customers-account .account-heading .title {
  margin-bottom: 30px;
}
.template-customers-account #customer_detail .name {
  font-weight: 600;
  color: var(--main-color);
}
.template-customers-account #customer_detail svg {
  width: 18px;
  height: auto;
  margin-right: 5px;
}
.template-customers-account #customer_detail svg path {
  fill: var(--main-color);
}
.template-customers-account #customer_detail .email svg {
  width: 15px;
  margin-right: 8px;
}
.template-customers-account #customer_detail .address p {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.template-customers-account .action-bottom {
  margin-top: 30px;
}
.template-customers-account .action-bottom .btn {
  padding: 5px 20px;
  display: block;
  max-width: 170px;
}
.template-customers-account #view_address {
  margin-right: 10px;
  margin-bottom: 10px;
}
.template-customers-account #customer_orders {
  overflow: auto;
}
.template-customers-account #customer_orders .title {
  margin-bottom: 30px;
}
.template-customers-account #customer_orders .orders-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #fbfbfb;
  padding: 20px 30px;
  border: 1px solid #eaeaea;
  min-width: 55%;
  margin-bottom: 20px;
}
.template-customers-account #customer_orders .orders-detail .orders-header {
  margin-right: 40px;
  font-weight: 500;
}
.template-customers-account
  #customer_orders
  .orders-detail
  .orders-header
  > div {
  margin-bottom: 5px;
  white-space: nowrap;
}
.template-customers-account #customer_orders .orders-detail .orders-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.template-customers-account
  #customer_orders
  .orders-detail
  .orders-body
  .order-line:not(:last-child) {
  margin-right: 50px;
}
.template-customers-account
  #customer_orders
  .orders-detail
  .orders-body
  .order-line
  > div {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .template-customers-account #customer_orders {
    margin-top: 30px;
  }
}
.template-customers-addresses #main-content {
  padding: 70px 0;
}
.template-customers-addresses #admin_header {
  margin-bottom: 40px;
}
.template-customers-addresses .page-heading {
  margin-bottom: 30px;
}
.template-customers-addresses .action_top {
  margin-top: 30px;
}
.template-customers-addresses .action_top .btn {
  padding: 5px 30px;
}
.template-customers-addresses .address_table {
  margin-bottom: 30px;
}
.template-customers-addresses .customer_address .address_title {
  font-weight: 500;
}
.template-customers-addresses
  .customer_address
  .address_title
  .default_address {
  position: relative;
  top: -5px;
  color: var(--success-color);
  font-size: 95%;
  font-weight: 400;
  margin-left: 5px;
}
.template-customers-addresses .customer_address .view_address {
  background: #fbfbfb;
  padding: 10px 20px;
  border: 1px solid #eaeaea;
}
.template-customers-addresses .customer_address .view_address .address-label {
  font-weight: 500;
  padding: 0;
  width: 22%;
}
.template-customers-addresses .customer_address .view_address .address-value {
  padding: 5px;
}
.template-customers-addresses .customer_address .address_actions {
  margin-top: 30px;
}
.template-customers-addresses .customer_address .btn-open-modal,
.template-customers-addresses .customer_address .address-row-delete {
  line-height: 1;
}
.template-customers-addresses .customer_address .btn-open-modal,
.template-customers-addresses .btn-open-modal {
  margin-right: 10px;
}
.modal-address .modal_content {
  max-width: 650px;
}
.modal-address h2 {
  text-align: center;
  color: var(--main-color);
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
}
.modal-address h2:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  width: 85px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: translateX(-50%);
  transform: translate(-50%);
}
.modal-address .customer_address_table .label {
  width: 18%;
  font-weight: 500;
}
.modal-address .customer_address_table .value input[type="text"] {
  width: 100%;
  height: 42px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.modal-address .customer_address_table .value select {
  border: 1px solid #e8e8e8;
  height: 42px;
  width: 200px;
  padding: 10px;
  border-radius: 4px;
}
.modal-address .customer_address_table [id*="address_default_address"] ~ label {
  vertical-align: middle;
  margin-left: 5px;
  color: var(--main-color);
}
.modal-address .action_bottom {
  margin: 20px 0;
}
@media (max-width: 767px) {
  .modal-address .customer_address_table tr {
    display: block;
    margin-bottom: 20px;
  }
  .modal-address .customer_address_table th,
  .modal-address .customer_address_table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .modal-address .customer_address_table .label {
    width: 100%;
  }
  .modal-address .action_bottom {
    margin: 10px 0;
  }
}
.template-customers-reset_password #main-content {
  padding: 60px 0;
}
.template-customers-reset_password .page-heading {
  margin-bottom: 30px;
}
.template-customers-reset_password .form-account .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}
.template-customers-reset_password .form-account .form-control label {
  width: 150px;
  margin-right: 10px;
  font-weight: 500;
}
.template-customers-reset_password .form-account input[type="password"] {
  width: 100%;
  max-width: 400px;
  height: 42px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.template-customers-reset_password .form-account .action_bottom {
  margin-top: 50px;
}
.section-cart-template h2 {
  letter-spacing: 0.25px;
  color: #000;
  margin-bottom: 42px;
}
.section-cart-template [class*="col-"] {
  padding: 0;
}
.section-cart-template .cart-header {
  padding-bottom: 13px;
  line-height: 21px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 22px;
}
.section-cart-template .cart-header .col-2 {
  text-align: center;
}
.section-cart-template .cart-item {
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 22px;
}
.section-cart-template .cart-item .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.section-cart-template .cart-item .item-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 95px;
  margin-right: 21px;
}
.section-cart-template .cart-item .item-right .vendor a {
  font-size: 13px;
  line-height: 21px;
  color: #999;
  margin-bottom: 2px;
}
.section-cart-template .cart-item .item-right .name {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.25px;
  color: #333;
  margin-bottom: 4px;
}
.section-cart-template .cart-item .item-right .option-item {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 21px;
}
.section-cart-template .cart-item .item-right .option-item span:first-child {
  color: #757575;
}
.section-cart-template .cart-item .col-2 {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-cart-template .cart-item .item-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-cart-template .cart-item .btn-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 18px;
  width: 18px;
  background: #e5e5e5;
  margin-left: 14px;
}
.section-cart-template .cart-item .btn-remove svg {
  width: 12px;
  height: auto;
}
.section-cart-template .cart-footer {
  width: 70%;
  max-width: 480px;
  min-width: 280px;
  margin: 0 0 265px auto;
  text-align: right;
}
.section-cart-template .cart-footer ul {
  text-align: left;
}
.section-cart-template .cart-footer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
}
.section-cart-template .cart-footer ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.section-cart-template .cart-footer ul li > span:first-child,
.section-cart-template .cart-footer ul li a {
  color: #757575;
}
.section-cart-template .cart-footer ul li > span:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-cart-template .cart-footer ul li .js-cart-total {
  font-size: 19px;
  line-height: 30px;
}
.section-cart-template .cart-footer ul li sub {
  font-size: 12px;
  line-height: 18px;
  margin-left: 2px;
}
.section-cart-template .cart-footer .btn {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 22px 48px;
  margin-top: 25px;
}
.section-cart-template .cart-footer input {
  width: 180px;
  height: 42px;
  padding: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.section-cart-template .cart-empty {
  padding-bottom: 160px;
}
.section-cart-template .cart-empty .btn {
  min-width: 180px;
  margin: 5px 10px;
}
.section-cart-template #paybright-widget-container {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .section-cart-template .cart-footer {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-cart-template .cart-header {
    display: none !important;
  }
  .section-cart-template [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-cart-template .cart-item {
    display: block !important;
  }
  .section-cart-template .cart-item .col-2 {
    display: block;
    text-align: left;
    margin-left: 115px;
    margin-bottom: 10px;
  }
  .section-cart-template .cart-footer {
    width: 100%;
  }
}
.page-roofnest {
  padding: 45px 0 0;
}
.page-roofnest h1 {
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.25px;
  font-weight: 700;
  margin-bottom: 30px;
}
.page-roofnest .section-banner-hero_content {
  margin: 45px auto;
}
.page-roofnest .home-slideshow .slide-item .slide-wrapper {
  padding: 0;
}
.page-roofnest .home-slideshow .slide-item .paragraph .heading {
  margin-bottom: 13px;
}
.page-roofnest .home-slideshow .slide-item .paragraph .introduction {
  margin-bottom: 56px;
}
.page-roofnest .home-slideshow .section-wrapper .section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.25px;
  margin-bottom: 49px;
}
.page-roofnest .section-richtext .content {
  line-height: 25px;
}
.page-roofnest .section-contact-form .section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.25px;
  margin-bottom: 70px;
}
.section-categories--roofnest .section-body {
  padding: 0 45px;
}
@media (min-width: 768px) {
  .section-categories--roofnest .section-body {
    padding: 0;
  }
}
.section-categories--roofnest .category-card_body {
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.section-categories--roofnest .category-card {
  margin-bottom: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-categories--roofnest .category-card {
    margin-bottom: 30px;
  }
}
.section-categories--roofnest .section-heading h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.25px;
  margin-bottom: 49px;
}
.section-categories--roofnest .category-card_paragraph {
  margin-bottom: 20px;
}
.section-categories--roofnest .category-card_body > a {
  margin-top: auto;
  max-width: 155px;
}
.template-page-hitches .section-html-custom .heading {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.25px;
  color: #232323;
  margin-bottom: 18px;
}
.template-page-hitches .section-html-custom .subheading {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.25px;
  margin-bottom: 52px;
}
.item-image_style {
  display: block;
  position: relative;
  padding-top: 100%;
}
.image-with-text .box-shadow .item-image_style,
.feature-service .box-shadow .image__style {
  border-radius: 11px;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px #00000040;
}
.feature-service .image__style {
  margin-bottom: 15px;
}
.section-html-custom .content-item {
  margin: 10px 0;
}
.card-grid__heading {
  margin-bottom: 20px;
}
.card-grid__heading .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}
.card-grid__heading .subtitle {
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.25px;
}
.card-grid__heading .subtitle p:last-child {
  margin-bottom: 0;
}
.section-product-grid .slider-container > ul,
.section-product-related .slider-container > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  overflow: hidden;
}
.section-product-grid .slider-container > ul > li {
  flex: 0 0 100%;
  max-width: 100%;
}
.section-product-grid .style-4 .slider-container > ul > li,
.section-product-related .slider-container > ul > li {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 15px;
}
.section-product-grid .style-4 .slider-container > ul > li {
  padding: 0;
}
@media (min-width: 768px) {
  .section-product-grid .slider-container > ul > li,
  .section-product-grid .slider-container > ul.number-3 > li,
  .section-product-grid .slider-container > ul.number-4 > li,
  .section-product-grid .slider-container > ul.number-5 > li,
  .section-product-related .slider-container > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-product-grid .slider-container > ul.number-1 > li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .section-product-grid .slider-container > ul.number-3 > li,
  .section-product-related .slider-container > ul > li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .section-product-grid .slider-container > ul.number-2 > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-product-grid .slider-container > ul.number-4 > li,
  .section-product-grid .slider-container > ul.number-5 > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .section-product-grid .slider-container > ul.number-5 > li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.section-product-grid .slider-container > ul > li > .item-wrapper,
.section-product-related .slider-container > ul > li > .item-wrapper {
  padding: 0;
}
.section-product-grid .style-1 .item-wrapper .item-group,
.section-product-related .item-wrapper .item-group {
  border-radius: 10px;
  box-shadow: 0 2px 15px #00000040;
  padding: 30px 16px 17px;
  display: flex;
  flex-direction: column;
}
.section-product-grid .slider-container,
.section-product-related .slider-container {
  position: relative;
}
.section-product-grid .style-1 .tns-outer {
  margin: 0 -20px;
}
.section-product-grid .slider-container .tns-slider,
.section-product-grid .slider-container .tns-slider .tns-item,
.section-product-related .slider-container .tns-slider,
.section-product-related .slider-container .tns-slider .tns-item {
  display: flex;
}
.section-product-grid .slider-container .tns-slider .tns-item,
.section-product-related .slider-container .tns-slider .tns-item {
  flex-direction: column;
}
.section-product-grid .tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-product-grid .style-2 .card-grid__heading + .slider-container {
  margin-top: -20px;
}
.section-product-grid .slider-container {
  padding: 0 15px;
  overflow: visible !important;
}
.section-product-grid .style-4 .slider-container.non-slider {
  padding: 0;
  margin: 0;
}
.section-product-grid .style-4 .slider-container.non-slider .card-grid-list {
  margin-left: -10px;
  margin-right: -10px;
}
.section-product-grid .style-4 .slider-container.non-slider .card-page {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .section-product-grid
    .style-4
    .slider-container.non-slider
    .card-grid-list
    li:not(:last-child)
    .card-page {
    margin-bottom: 10px;
  }
}
@media (min-width: 1260px) {
  .section-product-grid .slider-container {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.section-product-grid .style-2 .item-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 10px #00000040;
}
.section-product-grid .style-2 .tns-outer,
.section-product-grid .style-4 .tns-outer {
  margin-left: -10px;
  margin-right: -10px;
}
.section-product-grid .style-2 .card-page,
.section-product-grid .style-4 .card-page {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.section-product-grid .style-2 .card-page {
  padding: 20px 10px;
}
.section-product-grid .style-4 .card-page {
  padding: 5px 10px;
}
@media (min-width: 992px) {
  .section-product-grid .style-4 .card-page {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-product-grid .style-2 .card-page {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .section-product-grid .style-3 .slider-container > ul > li {
    margin-bottom: 10px;
  }
}
.section-product-grid .style-2 .item-group,
.section-product-grid .style-3 .item-group {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  z-index: 2;
}
.section-product-grid .style-2 .card-subtitle,
.section-product-grid .style-3 .card-subtitle {
  font-size: 16px;
  font-weight: 700;
  color: #e3e3e3;
  line-height: 1.2;
}
.section-product-grid .style-2 .card-title,
.section-product-grid .style-3 .card-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.143;
  margin-top: 10px;
}
.section-product-grid .style-2 .card-description,
.section-product-grid .style-3 .card-description {
  line-height: 1.4;
}
.section-product-grid .style-2 .item-group > a,
.section-product-grid .style-3 .item-group > a {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.card-grid__heading-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 67px;
  flex-wrap: wrap;
}
.section-product-grid .style-1 .item-wrapper,
.section-product-grid .style-4 .item-wrapper {
  position: relative;
}
.section-product-grid .style-4 .item-wrapper {
  border-radius: 11px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section-product-grid .style-4 .item-wrapper .item-group {
  position: absolute;
  right: 16px;
  left: 16px;
  bottom: 20px;
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 600px) {
  .section-product-grid .style-4 .item-wrapper .item-group {
    right: 26px;
    left: 26px;
  }
}
.section-product-grid .style-4 .card-group + .btn {
  margin-left: 5px;
}
.section-product-grid .style-4 .card-subtitle {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
@media (min-width: 600px) {
  .section-product-grid .style-4 .card-subtitle {
    font-size: 32px;
  }
}
.section-product-grid .style-4 .card-subtitle + .card-title {
  padding-top: 8px;
}
.section-product-grid .style-4 .card-title {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}
.section-product-grid .style-4 .item-wrapper .item-group .card-group {
  flex: 1;
  min-width: 0;
}
.section-product-grid .style-4 .item-wrapper .item-group .btn {
  white-space: nowrap;
  padding: 2px 10px;
  line-height: 30px;
  font-size: 12px;
  border: none;
  height: 34px;
}
@media (min-width: 1025px) {
  .section-product-grid .style-4 .item-wrapper .item-group .btn {
    height: 50px;
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .card-grid__heading-group {
    justify-content: center;
  }
  .card-grid__heading-group .card-grid__heading {
    text-align: center !important;
  }
}
.section-product-grid .style-2 .card-page.option-b .item-wrapper {
  border-radius: 0;
  box-shadow: 0 0 #fff;
}
.section-product-grid .style-2 .card-page.option-b .card-page-group {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 10px #00000040;
  height: 100%;
}
.section-product-grid .style-2 .card-page.option-b .card-body {
  padding: 14px 20px 24px;
}
.section-product-grid .style-2 .card-page.option-b .card-title {
  color: #444;
  font-size: 24px;
}
.section-product-grid .style-2 .card-page.option-b .card-description {
  margin-top: 15px;
}
.section-product-grid .style-2 .card-page.option-b .card-description p {
  margin: 0;
}
.section-product-grid .style-2 .card-page.option-b .card-body .btn {
  margin: 30px auto 0;
  padding: 4px 5px;
  display: block;
  text-align: center;
  width: 134px;
}
@media (max-width: 767px) {
  .card-grid__heading-group {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .card-grid__heading-group .card-grid__social {
    flex-wrap: wrap;
    justify-content: center;
  }
  .card-grid__heading-group .card-grid__social a {
    margin-top: 10px;
    min-width: 202px;
  }
}
.card-grid__heading-group .card-grid__heading {
  margin-bottom: 0;
  flex: 1;
}
.card-grid__heading-group .card-grid__heading .title {
  margin-bottom: 0;
  font-size: 42px;
}
.card-grid__heading-group .card-grid__heading .subtitle {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.813;
}
.card-grid__heading-group .card-grid__social {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.card-grid__heading-group .card-grid__social a {
  display: flex;
  height: 46px;
  padding: 5px 20px;
  align-items: center;
  text-transform: uppercase;
  background: var(--btn1-bg-cl);
  color: var(--btn1-cl);
  font-weight: 900;
  font-size: 18px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: var(--btn1-radius);
  box-shadow: 0 4px 20px #00000040;
}
@media (min-width: 992px) {
  .card-grid__heading-group .card-grid__social a {
    min-width: 240px;
    font-size: 24px;
    height: 60px;
  }
}
.card-grid__heading-group .card-grid__social a .icon {
  display: flex;
  margin-right: 25px;
}
.section-product-grid .style-3 .tns-outer {
  margin-left: -13px;
  margin-right: -13px;
}
.section-product-grid .style-3 .item-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section-product-grid .style-3 .card-page {
  padding: 0 16px;
}
.card-grid_button {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .card-grid_button {
    margin-top: 47px;
  }
}
.product-card .product-card_wrapper .product-price,
.product-card .product-card_wrapper .product-sold-out {
  position: static;
  margin-top: auto;
}
.slider-wrapper .tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2px auto 0;
}
.slider-wrapper .tns-nav button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  display: flex;
  margin-bottom: 6px;
  background: #c4c4c4;
  border: none;
  padding: 0;
  flex: 0 0 12px;
  max-width: 12px;
}
.slider-wrapper .tns-nav button.tns-nav-active {
    background: #00aeef;
}
.slider-wrapper .tns-nav button:not(:last-child) {
  margin-right: 6px;
}
.section-featured-collection .slider-container .tns-slider,
.section-featured-collection .slider-container .tns-slider .tns-item,
.section-product-related .slider-container .tns-slider,
.section-product-related .slider-container .tns-slider .tns-item {
  display: flex;
}
.section-featured-collection .slider-container .tns-slider .tns-item,
.section-product-related .slider-container .tns-slider .tns-item {
  flex-direction: column;
}
.section-featured-collection .slider-container .tns-slider .product-card,
.section-product-related .slider-container .tns-slider .product-card {
  height: 100%;
}
.home-categories .section-header {
  margin-bottom: 17px;
}
.home-categories .section-header .intro {
  font-size: 16px;
  margin: 3px auto 0;
}
.home-categories .category_content {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.home-categories .category_content .category_item {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 11px 10px;
}
.home-categories .category_content .category_item a:not(.btn),
.home-categories .category_content .style-2 .image {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  border-radius: 11px;
  box-shadow: 0 4px 10px #00000040;
  position: relative;
  background: #fff;
}
.home-categories .category_content .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.home-categories .category_content .image img {
  object-fit: contain;
}
.home-categories .category_content .category_item.style-1 .titl {
  font-size: 14px;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 7px;
  color: #4f4f4f;
  font-weight: 700;
  line-height: 18px;
  margin-top: auto;
}
@media (min-width: 575px) {
  .home-categories .category_content .category_item.style-1 .titl {
    font-size: 20px;
    padding: 11px 10px;
    line-height: 1.3;
  }
}
.home-categories .category_content .category_item.style-2 .content {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 1;
  color: #fff;
}
@media (min-width: 575px) {
  .home-categories .category_content .category_item.style-2 .content {
    bottom: 18px;
    right: 18px;
    left: 18px;
  }
}
.home-categories .category_content .category_item.style-2 .content .title {
  font-weight: 700;
  font-size: 14px;
}
.home-categories .category_content .category_item.style-2 .image img {
  object-fit: cover;
}
@media (min-width: 575px) {
  .home-categories .category_content .category_item.style-2 .content .title {
    font-size: 18px;
  }
}
.home-categories .category_content .category_item.style-2 .content .subtitle {
  font-size: 12px;
  padding: 0 0 5px;
}
@media (min-width: 575px) {
  .home-categories .category_content .category_item.style-2 .content .subtitle {
    font-size: 16px;
    padding: 1px 0 11px;
  }
}
.home-categories .category_content .category_item.style-2 .content .btn {
  width: 100%;
  padding: 3px 8px;
  font-size: 12px;
}
@media (min-width: 575px) {
  .home-categories .category_content .category_item.style-2 .content .btn {
    padding: 8px 10px;
    font-size: 16px;
  }
}
.home-categories .category_content .style-2 .image {
  overflow: hidden;
}
@media (min-width: 375px) {
  .home-categories .category_content .category_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 767px) {
  .home-categories .category_content .category_item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 992px) {
  .home-categories .category_content .category_item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.video-carousel .video-group .video-content {
  position: relative;
  margin: 32px 0 0;
}
.video-group .slider-wrapper .slider-list .card_section-item,
.video-carousel .video-group .content-item {
  transition: all 0.5s ease-in-out;
}
.video-carousel .video-group .content-item:not(.active),
.video-group
  .slider-wrapper
  .slider-list
  .card_section-item:not(.tns-slide-active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.video-group
  .slider-wrapper
  .slider-list
  .card_section-item:not(.tns-slide-active) {
  transform: scale(0.9);
}
.video-carousel .video-group .video-content .title {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 15px;
}
.video-carousel .video-group .video-content .description {
  font-size: 17px;
  line-height: 20px;
}
.video-carousel .video-group .video-content .description p {
  margin: 0;
}
.video-carousel .slider-wrapper .tns-nav {
  margin-top: 22px;
}
.video-carousel .slider-wrapper .tns-nav button {
  flex: 1;
  max-width: inherit;
  height: 3px;
  background: #fff;
  opacity: 0.4;
  transition: all 0.35s ease-in-out 0s;
}
.video-carousel .slider-wrapper .tns-nav button.tns-nav-active {
  opacity: 1;
  background: #fff;
}
.video-carousel .slider-wrapper .tns-nav button:not(:last-child) {
  margin-right: 20px;
}
.video-carousel .video-group .video-tabs .video-title {
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 10px;
}
.video-carousel .video-group .video-tabs .video-tab {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  padding: 8px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.35s ease-in-out 0s;
}
@media (max-width: 991px) {
  .video-carousel .video-group .video-tabs .video-title {
    text-align: center;
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 38px;
  }
  .video-carousel .video-group .video-tabs .video-tab {
    display: none;
  }
}
.video-carousel .video-group .video-tabs .video-tab .icon {
  margin-right: 12px;
}
.video-carousel .video-group .video-tabs .video-tab:not(.active) .icon {
  display: none;
}
.video-carousel .video-group .video-tabs .video-tab.active {
  font-weight: 700;
}
@media (min-width: 992px) {
  .video-carousel .video-group {
    display: flex;
  }
  .video-carousel .video-group .video-tabs {
    flex: 0 0 255px;
    max-width: 255px;
  }
  .video-carousel .video-group .section_content-body {
    flex: 1;
    min-width: 0;
    padding: 0 0 0 20px;
  }
}
.page-account .form-wrapper .error-filter {
  margin-bottom: 30px;
  font-weight: 600;
  color: red;
  font-size: 18px;
}
.product-inventory_status .product-availability {
  cursor: pointer;
  color: var(--main-color);
}
.modal-availability {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: none;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in-out 0s;
  padding: 0;
}
.overlay {
  background: #0003;
  position: absolute;
  inset: 0;
}
.modal-availability.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 991;
}
.card-modal {
  width: calc(100% - 20px);
  max-width: 528px;
  background: #fff;
  box-shadow: 0 4px 4px #00000040;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 8vh 6vw;
  max-height: 80vh;
  font-size: 12px;
  line-height: 23px;
  color: #000;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 600px) {
  .card-modal {
    padding: 65px 60px 70px;
  }
}
.card-modal .card-heading {
  margin-bottom: 17px;
}
.card-modal .card-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 1px;
}
.card-modal .card-shippng_method {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #000;
}
.card-modal .card-shippng_method a {
  color: inherit;
  display: inline-flex;
  align-items: center;
  line-height: inherit;
}
.card-modal .card-shippng_method .highlight,
.card-modal .card-vancouver .highlight {
  color: var(--body-link);
  margin: 0 5px;
}
.card-modal .card-shippng_method .icon,
.card-modal .card-vancouver .icon {
  margin-right: 5px;
}
.card-modal .card-shippng_method .icon + span {
  margin-left: 0;
}
.card-modal .card-vancouver {
  display: flex;
  align-items: center;
}
.card-modal .data-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-modal .data-location.empty {
  color: #666;
}
.card-modal .data-location:not(:last-child) {
  margin-bottom: 4px;
}
.card-modal .js-close-modal {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-modal .js-close-modal svg {
  width: 18px;
  height: 18px;
}
.section-product-featured-collections .slider-container img {
  border-radius: 10px;
}
.product-wrapper .klaviyo-bis-modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 999999;
  color: #222;
}
.klaviyo-overlay {
  background: #000000a6;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.product-wrapper .klaviyo-bis-modal.is-open {
  visibility: visible;
}
.product-wrapper .klaviyo-bis-modal .container {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  background: #fff;
  padding: 12px 18px 40px;
  position: relative;
  z-index: 2;
}
.product-wrapper .klaviyo-bis-modal .close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  position: absolute;
  top: 7px;
  right: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #ccc;
  text-shadow: 0 1px 0 #fff;
}
.product-wrapper .klaviyo-bis-modal .modal-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  padding: 0 15px 0 0;
}
.product-wrapper .klaviyo-bis-modal p {
  margin: 1em 0;
  font-size: 14px;
  line-height: 1.5;
}
.product-wrapper .klaviyo-bis-modal .form-horizontal {
  margin-bottom: 15px;
}
.product-wrapper .klaviyo-bis-modal .form-horizontal input {
  display: block;
  width: 100%;
  font-size: 14px;
  height: 46px;
  padding: 10px 16px;
  line-height: 1.3333333;
  color: #222;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px #00000014;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.product-wrapper .klaviyo-bis-modal .form-horizontal input:focus {
  outline: 2px solid #222;
  border-radius: 3px;
}
.product-wrapper .klaviyo-bis-modal .btn {
  display: inline-block;
  margin-bottom: 0;
  line-height: 24px;
  font-size: 15px;
  padding: 14px;
  line-height: 1.3333333;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  width: 100%;
}
.product-wrapper .klaviyo-bis-modal .btn-success {
  width: 100%;
  color: #fff;
  background-color: #439fdb;
  border-color: #439fdb;
}
.product-wrapper .klaviyo-bis-modal .btn {
  color: #fff;
  background-color: #439fdb;
  border-color: #439fdb;
}
.product-wrapper .klaviyo-bis-modal .submit-container {
  margin-top: 20px;
}
.product-wrapper .klaviyo-bis-modal .alert-danger {
  color: #c72e2f;
  background-color: #fcd6d7;
  border-color: #fcd6d7;
}
.product-wrapper .klaviyo-bis-modal .alert-success {
  background-color: #d3efcd;
  border-color: #d3efcd;
  color: #1b9500;
}
@media (min-width: 500px) {
  .product-wrapper .klaviyo-bis-modal .container {
    border-radius: 3px;
    padding: 30px 40px;
  }
}
@media (min-width: 992px) {
  .product-wrapper .klaviyo-bis-modal .container {
    margin-top: 100px;
  }
}
countdown-block {
  display: inline-flex;
  align-items: center;
  color: var(--main-color);
}
countdown-block.disabled {
  display: none;
}
countdown-block .countdown-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 5px;
}
countdown-block .countdown-item > span {
  margin: 0;
}
countdown-block .countdown-item:after {
  content: attr(data-other);
}
countdown-block .countdown-item.countdown-days,
countdown-block .countdown-item.countdown-seconds {
  display: none;
}
.template-product .section-product-related .tns-ovh,
.template-product .section-product-recent .tns-ovh {
  margin: -11px;
}
.template-product .section-product-related .tns-inner,
.template-product .section-product-recent .tns-inner {
  padding: 11px;
}
.template-product .section-product-related .product-card_wrapper,
.template-product .section-product-recent .product-card_wrapper {
  min-height: var(--balance-height, unset);
}
.section-product-recent .product-vendor a {
  font-size: 14px;
}
.section-product-recent .product-card .product-info {
  flex: 1;
}
.section-product-recent .product-card .product-info .product-price .price {
  font-weight: 500;
  color: #0288d1;
}
.product-inventory_status {
  line-height: 1.5em;
}
.metafield-rich_text_field ul {
  list-style-type: disc;
  padding-left: 15px;
}
/* custom */
.header .header-main-nav .dropdown-subnav .grandchild-nav {
  position: relative;
  top: unset;
  left: unset;
  visibility: visible !important;
  opacity: 1;
  display: block;
}
.nav-list .dropdown-subnav > a {
  font-weight: 700 !important;
  font-size: 14px !important;
  color: #151211 !important;
}
.header-wrapper {
  position: relative;
}
.header .header-main-nav .main-nav > .nav-item:not(.mega-menu) {
  position: unset;
}
.header .header-main-nav .dropdown-submenu .child-nav {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 500px;
  border-bottom: 1px solid #dddddd;
  overflow: auto;
  z-index: -1;
}
.header .header-main-nav .dropdown-submenu .grandchild-nav {
  position: unset;
  left: unset;
  width: unset;
  background: none;
}
.dropdown-nav.child-nav > .menu-wrapper > .nav-list {
  padding: 30px 18px;
  display: inline-block;
  flex: 1 1 0;
  width: calc(100% - 335px);
}
.child-nav > .menu-wrapper > .nav-list {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
.menu-car-suv > .menu-wrapper > .nav-list,
.menu-sport > .menu-wrapper > .nav-list {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}
.menu-truck-van > .menu-wrapper > .nav-list {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.menu-camp > .menu-wrapper > .nav-list,
.menu-cargo > .menu-wrapper > .nav-list {
  columns: 5;
  -webkit-columns: 5;
  -moz-columns: 5;
}
.header .dropdown-submenu .nav-item a {
  padding: 0 !important;
  border: none !important;
}
.child-nav li.nav-item:hover {
  background-color: unset !important;
}
header.header .nav-list .dropdown-subnav {
  flex: 1;
}
.header .dropdown-subnav > a,
.header .dropdown-subnav .nav-item {
  margin-bottom: 5px;
  color: #151211 !important;
}
.menu-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  height: 100%;
}
.menu-promotion {
  flex-basis: 335px;
  padding: 30px 24px;
  background: #f0f0f0;
}
.menu-promotion__link {
  color: #000;
}
.menu-promotion__image {
  margin-bottom: 30px;
}
.main-menu-back-link + button span.title {
  text-transform: capitalize !important;
}
.menu-promotion__text {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 5px;
}
.menu-promotion__subtext {
  font-size: 14px;
  line-height: 1.3;
}
.menu-wrapper .nav-item {
  break-inside: avoid;
}

.header-mobile_wrapper > .nav-list {
  position: relative;
}
.header-mobile_wrapper .nav-item {
  position: unset !important;
  flex-wrap: nowrap !important;
}
.header-mobile_wrapper > .nav-list .dropdown-menu {
  position: absolute !important;
  max-height: unset;
  bottom: 0;
  left: 0 !important;
  z-index: 1;
  visibility: hidden;
  opacity: 1;
  height: calc(100% - 104px);
  transform: translate(100%);
  overflow-x: hidden !important;
  overflow-y: auto !important;
  max-width: 350px !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-mobile_wrapper .dropdown-menu.grandchild-menu.is-open {
  height: 100vh !important;
}
.header-mobile_wrapper .dropdown-menu.is-open {
  visibility: visible;
  transform: translate(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-mobile .nav-list .nav-item:not(.title) > .svg_element-ui {
  position: unset !important;
  left: unset !important;
  top: unset !important;
  right: unset !important;
  width: 50px !important;
  z-index: unset;
}
.header-mobile .header-mobile_wrapper {
  max-width: 350px !important;
}
.header-mobile .nav-list .nav-item .nav-item_title + .svg_element-ui svg,
.header-mobile
  .header-mobile_wrapper
  .nav-item
  .custom-toggle-menu
  .svg_element-ui
  svg {
  width: 15px;
  height: 15px;
}
.header-mobile .nav-list .nav-item .nav-item_title + .svg_element-ui,
.header-mobile
  .header-mobile_wrapper
  .nav-item
  .custom-toggle-menu
  .svg_element-ui {
  color: transparent;
  height: 42px !important;
  pointer-events: auto !important;
}
.header-mobile
  .header-mobile_wrapper
  .nav-item
  .custom-toggle-menu
  .svg_element-ui {
  height: 40px !important;
}
.header-mobile
  .header-mobile_wrapper
  .nav-item
  .custom-toggle-menu
  .svg_element-ui {
  margin: 0;
  padding: 0 17px 0 17px;
  width: 50px !important;
}
.header-mobile .header-mobile_wrapper .nav-item .custom-toggle-menu .title {
  flex: 1;
  padding: 5px 20px 5px 0;
}
.header-mobile .header-mobile_wrapper .nav-item .custom-toggle-menu {
  display: flex;
  width: 100%;
  text-align: left;
  padding: 0;
  align-items: center;
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #dcdcdc;
  text-transform: uppercase;
  cursor: pointer;
}
.header-mobile .header-mobile_wrapper .nav-list .nav-item {
  border-bottom: 1px solid #dcdcdc !important;
}
.header-mobile .header-mobile_wrapper .nav-list .nav-item a {
  color: #232323 !important;
  padding: 6px 17px !important;
  font-size: 18px;
  font-weight: 400;
}
.header-mobile .header-mobile_wrapper > .nav-list > .nav-item > a {
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .menu-promotion {
    flex-basis: 200px;
    padding: 30px 10px;
  }
  .container.menu-wrapper {
    max-width: 1100px;
    padding: 0;
  }
  .dropdown-nav.child-nav > .menu-wrapper > .nav-list {
    padding: 30px 10px;
  }
  .menu-promotion__image {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  .menu-promotion {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .menu-promotion {
    display: block;
    padding: 20px 32px;
  }
  .header-mobile
    .header-mobile_wrapper
    > .nav-list
    > .nav-item
    .dropdown-menu
    a.menu-promotion__link {
    padding: 0 !important;
  }
}

/* .header-mobile_wrapper .nav-list.hidden{
    overflow: hidden !important;
  } */
.header-mobile_wrapper .dropdown-menu.grandchild-menu.is-open,
.header-mobile_wrapper .dropdown-menu.child-menu.is-open.hidden {
  overflow-y: hidden !important;
}
.header-mobile_wrapper li.nav-item-bottom {
  position: fixed;
  bottom: 0;
  max-width: 350px;
  width: 100%;
  z-index: 1;
  background: #fff;
  height: 104px;
}
@supports (-webkit-touch-callout: none) {
  .header-mobile_wrapper li.nav-item-bottom {
    position: fixed;
    bottom: nv(safe-area-inset-bottom, 0);
    bottom: 0;
    max-width: 350px;
    width: 100%;
    z-index: 1;
    background: #fff;
    height: 104px;
  }
}
.dropdown-subnav .grandchild-nav .nav-list {
  margin-bottom: 15px;
}
.header-main-nav .menu-promotion__subtext p {
  margin-bottom: 0;
}
.main-menu-back-link + button {
  font-weight: 400 !important;
}
.fleet-vehicle,
.garage-sale {
  font-weight: 700 !important;
}
.header .header-main-nav .shop-deals {
  color: #ed1c1c !important;
  font-weight: 700 !important;
}
/* .garage-sale {
  margin-top: 25px !important;
} */ /* In mega menu this style issue */
.menu-truck-van .garage-sale {
  margin-top: 0 !important;
}
.menu-truck-van .fleet-vehicle {
  margin-top: 25px !important;
}
.menu-paddleboard {
  max-width: 150px;
}
.dropdown-submenu + .nav-item a[href="/collections/on-sale"] {
  min-width: 75px;
}
.custom-logo {
    max-width: 210px;
    width: 33%;
}
.header .header-content {
    width: 100%;
    max-width: 400px;
}
@media screen and (min-width: 992px) {
  .header-left,
  .header-content {
    flex: 1;
  }
}

.header .header-search .form-search .input-group input {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  padding: 12px 0 12px 14px;
  font-size: 16px;
  line-height: 15px;
  height: 20px;
}
.header-search.js-search-container {
    border: 1px solid #d0d0d0;
    max-width: 502px;
    width: 100%;
    border-radius: 4px;
}
div#shopify-section-vn_logo_slider_gBXXnQ {
    background: #00aeef1c;
}
.header .header-search input::placeholder,
.header .header-search input::-ms-input-placeholder {
  color: #4f4f4f;
}
.header-policy.custom-policy,
.contact-content {
  flex: 0 0 295px;
}
.header .header-search .form-search .input-group svg {
    height: 20px;
    width: 20px;
}
.section-content {
  display: flex;
  align-items: center;
      align-items: center;
}
.vn-tel {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.social-icons a img {
    margin-right: 5px;
}
.section-content .header-contact.d-flex img {
    height: 20px;
    width: 20px;
}
.vn-mailto {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.section-content li.policy-item {
  font-size: 14px;
  color: #151211;
  font-weight: 400;
  line-height: 15px;
}
/* .section-content li.policy-item:last-child {
    padding-right:0;
  }
  .section-content li.policy-item:nth-child(2) {
    border-left:1px solid #151211;
    border-right:1px solid #151211
  } */
.section-content .slider-container {
  flex: 1;
}
.section-annoucements-slide .section-content .content {
  padding: 0 15px;
}
.section-annoucements-slide .slide-item .content p, .header-contact a {
    font-size: 11px;
    line-height: 15px;
}
.header-contact {
    align-items: center;
    gap: 10px;
}
.header-contact a:not(:first-child)::before,
.policy-list .policy-item:not(:first-child)::before {
  content: "|";
  margin: 0 5px;
  color: #151211;
}
@media screen and (max-width: 991px) {
  .header .header-left.d-flex {
    display: none!important;
}
  .vn-policy_wrapper {
    display: none;
}
  .header-policy.custom-policy,
  .contact-content,
  .header-cart .label {
    display: none !important;
  }
}
.header .header-search .form-search button {
    height: 36px;
    position: absolute;
    top: -1px;
    background: #009fd9;
    right: 0;
    border-radius: 0 4px 4px 0;
}

/* 10/09 pagespeed testing */

.hidden {
  visibility: hidden;
  width: 0;
}
.product-vendor {
  margin-bottom: 5px;
}

div.footer .collection-list .collection-item .title {
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 0 10px;
}

div.footer .collection-list .collection-item .image__style {
  padding-top: 90% !important;
}

.card-grid-list li[aria-hidden="true"] a,
#slider-announcement-slide-iw .slide-item[aria-hidden="true"] .content,
.slider-wrapper .product-item[aria-hidden="true"] .product-card,
.social-proof__item[aria-hidden="true"] .review-stars,
.social-proof__item[aria-hidden="true"] .review-text,
.social-proof__item[aria-hidden="true"] .reviewer-name {
  display: none;
}

@media screen and (max-width: 767px) {
  div.footer .collection-list .collection-item .title a {
    padding: 4px 0;
  }
}
.btn-5 {
  font-weight: var(--btn1-fw);
  font-size: var(--btn1-fs);
  color: var(--btn1-cl);
  padding: var(--btn1-pd);
  background-color: var(--btn2-cl);
  border: none;
  border-radius: var(--btn1-radius);
  width: 100%;
  margin-bottom: 10px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 800;
}
.btn-5:hover {
  color: var(--btn1-cl);
  background-color: var(--btn1-bg-cl);
}
.checkout-button-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
}
.template-cart .checkout-button-wrapper button.btn,
.template-cart .checkout-button-wrapper a.btn {
  width: 100%;
  margin: 0;
  height: unset;
}

/* New Changes 07/04 */

.template-product .product-details .product-info .product-fit .btn,
.template-product .product-details .product-media_header .js-btn-instructions,
.product-fit .btn,
.js-btn-instructions {
  background: #00aeef !important;
  border-color: #00aeef !important;
}

.template-product .shopify-product-form .product-quantity,
#modal_quick_view .product-form .form-group .input-group {
  display: none;
}

.template-product
  .product-details
  .product-info
  .product-form
  .btn-add-to-cart {
  width: 100%;
  background: #28a745;
  border-color: #28a745;
  font-size: 22px;
  height: 60px;
}
#lazy_quick_view
  #modal_quick_view
  .modal_content
  .product-info
  .product-form
  .btn {
  margin-left: 0;
  width: 100%;
}
#main-collection-product-grid .product-card .product-action {
  justify-content: center;
}

#main-collection-product-grid .product-card .product-action.add-to--cart {
  position: unset;
  transform: unset;
  width: 100%;
  margin-top: 0;
}
#main-collection-product-grid .product-card .product-action.add-to--cart > * {
  flex: 0 0 100%;
  max-width: 100%;
}

#main-collection-product-grid .product-card .product-info {
  padding: 0;
}

#main-collection-product-grid
  .product-card
  .product-action.add-to--cart
  #AddToCart {
  width: 100%;
  height: 45px;
  padding: 8px;
}

.product-form #AddToCart,
#main-collection-product-grid
  .product-card
  .product-action.add-to--cart
  #AddToCart {
  background-color: #28a745;
  border-color: #28a745;
}
.product-form #AddToCart[disabled],
#main-collection-product-grid
  .product-card
  .product-action.add-to--cart
  #AddToCart[disabled],
.product-form #AddToCart[disabled]:hover,
#main-collection-product-grid
  .product-card
  .product-action.add-to--cart
  #AddToCart[disabled]:hover {
  border: none;
  color: #fff;
  opacity: 0.7;
  pointer-events: none !important;
}

#main-collection-product-grid
  .product-card
  .product-action.add-to--cart
  #AddToCart:hover,
.template-product
  .product-details
  .product-info
  .product-form
  .btn-add-to-cart:hover,
.product-form #AddToCart:hover {
  background-color: #fff;
  color: #28a745;
}
.product-info {
  flex: 0 0 calc(50% - 25px);
}

.template-product .product-media_thumbnails .tns-nav {
  display: none;
}
.pointer-none {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .header-mobile
    .header-mobile_wrapper
    > .nav-list
    > .nav-item
    > .dropdown-menu.is-open {
    height: calc(100% - 170px);
  }
  @supports (-webkit-touch-callout: none) {
    .header-mobile
      .header-mobile_wrapper
      > .nav-list
      > .nav-item
      > .dropdown-menu.is-open {
      height: calc(100% - 185px);
    }
  }
}

@media screen and (max-width: 767px) {
  .template-product
    .product-details
    .product-info
    .product-form
    .btn-add-to-cart {
    font-size: 20px;
    height: 54px;
  }
  .template-product #product_main_media {
    margin: 0 !important;
  }
  .template-product #product_main_media #slide_main_media > .tns-item {
    padding-right: 0;
  }

  .product-details .product-info .product-price {
    margin: 0;
  }

  .template-product .product-details .product-media_header {
    margin-bottom: 0;
  }
  .template-product .product-details .product-media_thumbnails {
    margin-top: 10px;
  }

  /* thumbnail css start */

  .template-product .product-media_main {
    display: none;
  }
  .template-product .product-media_main[data-size="1"] {
    display: block;
  }
  .template-product #slide_thumbnails_media-iw {
    margin: 0px;
  }
  .template-product .product-media_thumbnails .tns-nav {
    display: flex;
    height: 4px;
    width: 100%;
    padding: 0 15px;
    bottom: 10px;
    position: absolute;
  }

  .template-product .product-media_thumbnails .tns-nav button {
    width: auto;
    height: 4px;
    margin-right: 0;
    display: inline-block !important;
    flex-basis: auto;
    flex-grow: 1;
    border: 0;
  }
  .template-product .product-media_thumbnails .tns-nav button.tns-nav-active {
    background-color: #000;
  }

  body.template-product
    .product-details
    .product-media_thumbnails
    .image__style {
    padding-top: 100% !important;
    margin: 0;
    box-shadow: unset;
  }
  body.template-product
    .product-details
    .product-media_thumbnails
    .image__style
    img {
    height: 100%;
    bottom: 0;
    margin: auto;
    width: auto;
    right: 0;
    object-fit: contain;
  }

  body.template-product #product_media .slide-container {
    margin: 0;
  }

  body.template-product #slide_thumbnails_media > .tns-item {
    padding-right: 0;
    padding-left: 0;
  }

  body.template-product .tns-visually-hidden {
    left: 15px;
    z-index: 9;
    bottom: 18px;
    background-color: hsla(0, 0%, 96%, 0.6);
    padding: 5px;
    font-size: 12px;
    line-height: 12px;
  }
  body.template-product #product_media .slider-controls a {
    bottom: 18px;
    transform: unset;
    top: unset;
    width: 20px;
    height: 20px;
    background: hsla(0, 0%, 96%, 0.6);
    color: #000;
  }
  body.template-product #product_media .slider-prev-button {
    left: unset;
    right: 40px;
  }
  body.template-product #product_media .slider-next-button {
    right: 15px;
  }
  body.template-product #product_media .slider-controls svg {
    width: 9px;
  }
}

@media screen and (max-width: 560px) {
  .template-product .product-media .product-media_body {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .template-product
    #product_main_media
    #slide_main_media
    > .tns-item
    .image__style {
    padding-top: 100% !important;
    display: block;
    height: 100%;
    width: auto;
  }
  .template-product
    #product_main_media
    #slide_main_media
    > .tns-item
    .image__style
    img {
    object-fit: contain;
    border: 1px solid #eee;
  }
}

.product-template_wrapper {
  padding-top: 30px;
}
.template-product .tns-liveregion.tns-visually-hidden {
  display: none;
}
.template-product
  .product-media_thumbnails
  .tns-liveregion.tns-visually-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .product-info.mobile {
    display: block !important;
    margin-top: 0;
    order: 1;
  }
  .template-product #breadcrumb {
    padding-bottom: 0;
  }
  .product-info.desktop {
    display: none;
  }
  .product-template_wrapper {
    padding-top: 0;
  }
  .template-product .product-details .product-media_header {
    display: flex;
    flex-direction: column;
  }
  .template-product .product-details .product-media_header > .product-wrapper {
    order: 2;
    align-self: flex-end;
  }
}

#main-collection-product-grid .product-card .product-price {
  padding-bottom: 10px;
}
#main-collection-product-grid .product-card product-card-options,
.product-card product-card-options {
  margin-bottom: 10px;
}
#main-collection-product-grid .product-card .product-info .product-sold-out,
.product-card .product-info .product-sold-out {
  border: none;
  color: #fff;
  opacity: 0.7;
  pointer-events: none !important;
  background-color: #28a745;
  border-color: #28a745;
  text-align: center;
  width: 100%;
  background: #28a745;
  font-size: 14px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  border-radius: 2px;
}

div#main-collection-product-grid {
  margin-bottom: 30px;
}
.discount-wrapper {
  display: none;
  align-items: center;
  background-color: #00aeef; /* Match blue */
  width: 100%;
  padding: 5px;
  position: relative;
  border-radius: 3px;
}

.discount-wrapper input {
  flex: 1;
  padding: 18px;
  border: none;
  font-size: 16px;
  outline: none;
}

.discount-wrapper input::placeholder {
  color: #999;
}

.discount-wrapper button {
  padding: 12px 20px;
  background-color: #00aeef;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.discount-wrapper button:hover {
  background-color: #0096d1;
}

#clear-discount {
  position: absolute;
  right: 100px;
  color: #f00;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  display: none;
}
