@font-face {
  font-family: Audiowide;
  src: url("Audiowide-Regular.1285eb63.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("Inter-Regular.5903c579.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

html.activeClass {
  touch-action: none;
  overflow: hidden;
}

html body {
  overscroll-behavior: none;
  background-color: #f2f2f2;
  margin: 0;
  font-family: Inter, sans-serif;
  line-height: 1.5;
  display: block;
  position: relative;
}

html #n-product, html #n-category, html #n-checkout, html .page-2695, html .page-74, html .page-2830, html .page-2831, html .page-2832, html .page-2265, html .page-2837, html .page-2840 {
  background-color: #fff;
}

html img, html iframe {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

.loader {
  fill: #fff;
  width: 33px;
  height: 33px;
  animation: 2s linear infinite spin;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  padding: 0 !important;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%)rotate(0);
  }

  100% {
    transform: translate(-50%, -50%)rotate(360deg);
  }
}

.max-width-sm {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 480px) {
  .max-width-sm {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .max-width-sm {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.max-width-md {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 480px) {
  .max-width-md {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .max-width-md {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.max-width-lg {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 480px) {
  .max-width-lg {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .max-width-lg {
    max-width: 1141px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.max-width-xl {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 480px) {
  .max-width-xl {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .max-width-xl {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.max-width-full {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 480px) {
  .max-width-full {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .max-width-full {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.flex-start {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.flex-between {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.flex-end {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.devider {
  background-color: var(--grey-for-lines);
  width: 100%;
  height: 1px;
  display: block;
}

.text-red {
  color: #e53935 !important;
}

.text-white {
  color: #fff;
}

.text-green {
  color: var(--gd-green) !important;
}

.text-gray {
  color: var(--dark-grey-for-text) !important;
}

.text-black {
  color: #070707 !important;
}

.text-center {
  text-align: center !important;
}

.width-100 {
  width: 100%;
}

.position-relative {
  position: relative;
}

.tablet-hide {
  display: none !important;
}

.full-width-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.d-none {
  display: none;
}

.mobile-hide {
  display: none !important;
}

@media (width >= 1200px) {
  .mobile-hide {
    display: block !important;
  }

  .desktop-hide {
    display: none !important;
  }
}

.section-padding {
  padding-top: 80px;
}

@media (width >= 480px) {
  .section-padding {
    padding-top: 100px;
  }
}

@media (width >= 1200px) {
  .section-padding {
    padding-top: 130px;
  }
}

.section-margin-bg {
  margin-top: 80px;
}

@media (width >= 480px) {
  .section-margin-bg {
    margin-top: 100px;
  }
}

@media (width >= 1200px) {
  .section-margin-bg {
    margin-top: 130px;
  }
}

.section-margin {
  margin: 0 0 30px;
}

.section-margin--no-readmore {
  margin: 0 0 50px;
}

.box-overlay {
  opacity: .3;
  z-index: 2;
  background-color: #070707;
  width: 100%;
  height: 100%;
  position: absolute;
}

.jsDropdownWrap {
  position: relative;
}

.jsDropdownTrigger {
  cursor: pointer;
}

.dropdown {
  background-color: var(--gd-white-dark);
  opacity: 0;
  visibility: hidden;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 500px;
  margin: 0;
  padding: 8px;
  list-style: none;
  transition: bottom .4s ease-in-out, opacity .4s ease-in-out, visibility .4s ease-in-out;
  position: absolute;
  bottom: -60px;
  right: 0;
  transform: translateY(100%);
  box-shadow: 0 0 14px 2px #6a6a6a47;
}

.dropdown.activeClass {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  bottom: -3px;
}

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

.dropdown__item-link {
  transition: background-color .4s ease-in-out ease-in-out;
  min-width: max-content;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.dropdown__item-link:hover {
  background-color: var(--grey-search);
  text-decoration: none;
}

@media (width >= 1200px) {
  .popups {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

.popup {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: opacity .4s ease-in-out, z-index .4s ease-in-out, visibility .4s ease-in-out;
  display: none;
  position: fixed;
  top: 85px;
  left: 0;
}

.popup.init {
  display: block;
}

.popup.activeClass {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

@media (width >= 1200px) {
  .popup.activeScroll {
    top: 75px !important;
  }
}

.popup:before {
  content: "";
  vertical-align: middle;
  border: 15px solid #0000;
  border-top-color: #fff;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  transition: all .4s ease-in-out;
  display: inline-block;
  position: absolute;
  top: -10px;
  transform: rotate(180deg);
}

.popup--menu:before {
  left: 18px;
}

@media (width >= 480px) {
  .popup--menu:before {
    left: 32px;
  }
}

.popup--user:before {
  left: auto;
  right: 78px;
}

@media (width >= 480px) {
  .popup--user:before {
    right: 86px;
  }
}

@media (width >= 1200px) {
  .popup--user:before {
    right: 8px;
  }

  .popup--user:after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
  }
}

@media (width >= 480px) {
  .popup--user {
    left: auto;
    right: 0;
  }

  .popup--user .popup__close {
    display: none;
  }
}

@media (width >= 480px) and (width >= 1200px) {
  .popup--user {
    height: auto;
    margin-right: 135px;
    right: auto;
    box-shadow: 0 4px 4px #00000040;
    width: 190px !important;
    top: 120px !important;
  }

  .popup--user .filters__wrap {
    height: max-content;
    padding: 15px !important;
  }

  .popup--user .filters__title {
    padding: 10px 5px;
    font-size: 14px;
  }
}

@media (width >= 1200px) {
  .popup--user {
    z-index: 5;
  }
}

.popup--cart:before {
  left: auto;
  right: 17px;
}

@media (width >= 480px) {
  .popup--cart:before {
    right: 32px;
  }
}

@media (width >= 1200px) {
  .popup--cart:before {
    right: 8px;
  }

  .popup--cart:after {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    top: -20px;
  }
}

@media (width >= 480px) {
  .popup--cart {
    left: auto;
    right: 0;
  }
}

@media (width >= 1200px) {
  .popup--cart {
    z-index: 5;
    height: auto;
    right: auto;
    width: 380px !important;
    top: 120px !important;
  }

  .popup--finder {
    background-color: #071e34;
    border: 1px solid #0a84ff;
    border-radius: 7px;
    width: 450px;
    height: max-content;
    padding: 40px 25px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50% !important;
  }

  .popup--finder .product-finder {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }

  .popup--finder .popup-heading {
    text-align: center;
  }

  .popup--finder .popup-heading__title {
    color: #fff;
    text-transform: uppercase;
    font-family: Audiowide;
    font-size: 24px;
    font-weight: 400;
  }

  .popup--finder .popup-heading__subtext {
    color: #fff;
    margin: 10px 0 30px;
    font-size: 18px;
    font-weight: 300;
  }

  .popup--finder .compatibility_list {
    color: #070707;
    background: #fff;
    border: 1px solid #0a84ff;
    width: 100%;
  }
}

.popup--finder:before {
  display: none;
}

.popup--filters {
  padding: 0 0 0 15px;
  top: 0;
}

@media (width >= 480px) {
  .popup--filters {
    padding: 0 0 0 30px;
  }
}

.popup--filters:before {
  left: 18px;
}

@media (width >= 480px) {
  .popup--filters:before {
    left: 32px;
  }

  .popup {
    width: 440px;
    top: 105px;
  }
}

@media (height <= 800px) {
  .popup {
    height: calc(100vh - 180px);
  }
}

.popup--rent {
  z-index: 5;
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
}

@media (width >= 768px) {
  .popup--rent {
    width: 500px;
  }
}

.popup--rent .popup-heading {
  padding: 35px 15px;
}

@media (width >= 1200px) {
  .popup--rent .popup-heading {
    padding: 35px 25px;
  }
}

.popup--rent .popup__close {
  background-color: #0000;
  position: relative;
  top: 0;
  left: 0;
}

.popup--rent .popup__close svg {
  stroke: #070707;
  stroke-width: 2px;
}

.popup--rent .popup-heading {
  flex-flow: row;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.popup--rent .popup-title {
  margin-right: 25px;
  font-size: 22px;
  font-weight: 500;
  display: block;
}

.popup--rent .popup-sku {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 300;
}

.popup__close {
  cursor: pointer;
  background-color: #071e34;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: absolute;
  top: -45px;
  left: 15px;
}

.popup__close svg {
  fill: #0000;
  stroke: #0a84ff;
  stroke-width: 1px;
  width: 17.5px;
  height: 17.5px;
}

.popup__close--finder {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  display: flex;
  position: relative;
  top: 0;
  left: 0 !important;
}

.popup__close--finder svg {
  stroke-width: 2px;
}

@media (width >= 480px) {
  .popup__close {
    left: 30px;
  }
}

.popup__close--cart {
  background: none;
  top: 15px;
  left: auto;
  right: 15px;
}

.popup__close--cart svg {
  stroke: #070707;
  stroke-width: 1.5px;
}

@media (width >= 480px) {
  .popup__close--cart {
    width: auto;
    height: auto;
    top: 35px;
    left: auto;
    right: 30px;
  }
}

.popup__header {
  color: #797d86;
  cursor: pointer;
  border-bottom: 1px solid #e9e8e8;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  height: 50px;
  margin: 0 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.popup__header svg {
  fill: #797d86;
  width: 10px;
  height: 10px;
}

.popup__heading {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-right: 5px;
  display: flex;
}

@media (width >= 480px) {
  .popup__heading {
    margin-right: 30px;
  }
}

.popup__heading .popup__close {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.overlay {
  opacity: 0;
  transition: .4s ease-in-out ease-in-out opacity;
  visibility: hidden;
  z-index: -1;
  background-color: #070707;
  width: 100vw;
  height: 150vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

.overlay.activeClass {
  opacity: 0;
  visibility: visible;
  z-index: 5;
}

.overlay--product.activeClass {
  opacity: .8;
}

.main-btn {
  color: #070707;
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.main-btn svg {
  fill: #070707;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

@media (width >= 1200px) {
  .main-btn {
    height: 45px;
    font-size: 18px;
  }

  .main-btn svg {
    fill: #070707;
    width: 15px;
    height: 15px;
  }
}

.main-btn:hover {
  background-color: var(--gd-white-dark);
}

.main-btn--cart-outline {
  background-color: #0000;
  border: 1px solid #070707;
  width: 150px;
}

@media (width >= 480px) {
  .main-btn--cart-outline {
    width: 160px;
  }
}

@media (width >= 1200px) {
  .main-btn--cart-outline {
    width: 140px;
  }
}

.main-btn--cart-outline:hover {
  color: #fff;
  background-color: #070707;
}

.main-btn--cart-orange {
  color: #fff;
  background-color: #0a84ff;
  border: none;
  gap: 7px;
  width: 150px;
}

.main-btn--cart-orange svg {
  fill: #fff;
}

@media (width >= 480px) {
  .main-btn--cart-orange {
    width: 160px;
  }
}

@media (width >= 1200px) {
  .main-btn--cart-orange {
    width: 140px;
  }
}

.main-btn--cart-orange:hover {
  color: #fff;
  background-color: #086acc;
}

.main-btn--bordered-white {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

@media (width >= 480px) {
  .main-btn--bordered-white {
    width: 160px;
    height: 45px;
  }
}

.main-btn--bordered-white:hover {
  color: #070707;
  background-color: #fff;
}

.main-btn--orange {
  color: #fff;
  background-color: #0a84ff;
  border: 1px solid #fff;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

@media (width >= 480px) {
  .main-btn--orange {
    width: 180px;
    height: 45px;
  }
}

.main-btn--orange:hover {
  background-color: #086acc;
  color: #fff !important;
}

.main-btn--box-btn, .main-btn---rent {
  color: #070707;
  border: 1px solid #070707;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 40px;
  margin: 20px auto 0;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

@media (width >= 768px) {
  .main-btn--box-btn, .main-btn---rent {
    width: 170px;
    height: 45px;
  }
}

.main-btn--box-btn:hover, .main-btn---rent:hover {
  color: #fff;
  background-color: #086acc;
  border: 1px solid #086acc;
}

.main-btn--prod-btn {
  color: #fff;
  background-color: #0a84ff;
  border: none;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

@media (width >= 480px) {
  .main-btn--prod-btn {
    height: 55px;
    font-size: 18px;
  }
}

@media (width >= 1200px) {
  .main-btn--prod-btn {
    height: 50px;
  }
}

.main-btn--prod-btn:hover {
  color: #fff;
  background-color: #086acc;
}

.main-btn--rent {
  color: #fff;
  background-color: #0a84ff;
  text-align: center !important;
}

.main-btn--rent:hover {
  color: #fff;
  background-color: #086acc;
}

.faq {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (width >= 480px) {
  .faq {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .faq {
    padding: 0 15px;
  }
}

.faq__main-title {
  padding: 50px 0 0;
  font-family: Audiowide, sans-serif;
  font-size: 60px !important;
  font-weight: 400px !important;
  margin: 0 !important;
}

.faq__subtext {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}

.faq__single {
  background-color: #f2f2f2;
  border-radius: 7px;
  max-height: 110px;
  margin-bottom: 15px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

@media (width >= 1200px) {
  .faq__single {
    max-height: 84px;
  }
}

.faq__input-wrap {
  margin: 50px 0;
  position: relative;
}

.faq__input-wrap svg {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.faq__input-field {
  color: #74777a;
  background-color: #f7f7f7;
  border: none;
  border-radius: 30px;
  width: 100%;
  height: 60px;
  padding-left: 80px;
  font-size: 18px;
  font-weight: 400;
}

.faq__input-field::placeholder {
  color: #74777a;
  font-size: 18px;
  font-weight: 400;
}

.faq__bottom-title {
  text-align: center;
  margin: 25px 0;
  font-size: 25px;
  font-weight: 600;
}

@media (width >= 1200px) {
  .faq__bottom-title {
    margin: 50px 0;
    font-size: 38px;
  }
}

.faq__title {
  cursor: pointer;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  margin: 0;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

@media (width >= 1200px) {
  .faq__title {
    height: 84px;
    padding: 0 30px;
    font-size: 18px;
  }
}

.faq__title svg {
  fill: #0a84ff;
  min-width: 20px;
  max-width: 20px;
  height: 25px;
}

@media (width >= 1200px) {
  .faq__title svg {
    min-width: 35px;
    max-width: 25px;
    height: 35px;
  }
}

.faq__title.activeClass svg {
  transform: rotate(45deg);
}

.faq__content {
  padding: 15px;
  font-size: 15px;
  font-weight: 400;
}

@media (width >= 1200px) {
  .faq__content {
    padding: 20px 45px;
  }
}

.faq__content a {
  color: #070707;
}

.faq__content br {
  display: none !important;
}

.faq__contact-info {
  background-color: #f7f7f7;
  margin-top: 50px;
  padding: 50px 15px;
  position: relative;
}

@media (width >= 1200px) {
  .faq__contact-info {
    padding: 50px 30px;
  }
}

.faq__contact-info img {
  width: auto;
  max-width: 50px;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media (width >= 1200px) {
  .faq__contact-info img {
    max-width: 75px;
  }
}

.faq__contact-info h2 {
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 600;
}

.faq__contact-info ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.faq__contact-info ul li {
  font-size: 18px;
  font-weight: 300;
}

.faq__contact-info ul a {
  color: #070707;
  font-weight: 600;
}

.top .splide__arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.top .splide__arrow--prev {
  left: 15px;
}

@media (width >= 768px) {
  .top .splide__arrow--prev {
    left: 30px;
  }
}

@media (width >= 1200px) {
  .top .splide__arrow--prev {
    margin-left: -185px;
    left: 50%;
  }
}

.top .splide__arrow--next {
  right: 15px;
}

@media (width >= 768px) {
  .top .splide__arrow--next {
    right: 30px;
  }
}

@media (width >= 1200px) {
  .top .splide__arrow--next {
    margin-right: -185px;
    right: 50%;
  }
}

.top .splide__arrow svg {
  fill: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 60%;
  display: flex;
}

.top .splide__arrow:hover {
  border: 1px solid #fff;
}

.hero .splide__pagination, .testimonials .splide__pagination {
  bottom: 25px;
}

.hero .splide__pagination__page, .testimonials .splide__pagination__page {
  background-color: #162230;
  border: 1px solid #162230;
  width: 15px;
  height: 15px;
}

.hero .splide__pagination__page.is-active, .testimonials .splide__pagination__page.is-active {
  background-color: #0a84ff;
  border: 1px solid #0a84ff;
  margin: 5px;
  position: relative;
  transform: scale(1);
}

.testimonials .splide__pagination {
  bottom: -60px;
}

.testimonials .splide__pagination__page {
  width: 15px;
  height: 15px;
}

.testimonials .splide__pagination__page.is-active {
  background-color: #0a84ff;
  border: 1px solid #0a84ff;
  margin: 5px;
  position: relative;
  transform: scale(1);
}

.products-list .splide__arrow, .categories .splide__arrow, .prod-imgs__wrap .splide__arrow {
  background-color: #0a84ff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@media (width >= 1200px) {
  .products-list .splide__arrow, .categories .splide__arrow, .prod-imgs__wrap .splide__arrow {
    width: 50px;
    height: 50px;
  }
}

.products-list .splide__arrow:disabled, .categories .splide__arrow:disabled, .prod-imgs__wrap .splide__arrow:disabled {
  display: none;
}

.products-list .splide__arrow svg, .categories .splide__arrow svg, .prod-imgs__wrap .splide__arrow svg {
  fill: #fff;
}

.products-list .splide__arrow--prev, .categories .splide__arrow--prev, .prod-imgs__wrap .splide__arrow--prev {
  display: none;
}

.prod-imgs__thumbnails .splide__arrow {
  background-color: #0000;
}

.prod-imgs__thumbnails .splide__arrow svg {
  fill: #0a84ff;
}

.prod-imgs__thumbnails .splide__arrow--prev {
  top: 0 !important;
}

.prod-imgs__thumbnails .splide__arrow--next {
  bottom: 0 !important;
}

.read-more {
  max-height: 200px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.read-more--single-sku {
  max-height: 100px;
}

.readmore__btn-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.read-more__btn {
  color: #0a84ff;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.section-text__wrap h1, .section-text__wrap h2 {
  text-align: center;
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 500;
}

@media (width >= 480px) {
  .section-text__wrap h1, .section-text__wrap h2 {
    font-size: 32px;
  }
}

.section-text__wrap p {
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

.section-text__wrap p a {
  color: #0a84ff;
}

.section-text__wrap p:last-child {
  margin: 0;
}

.section-text__wrap .main-btn {
  color: #fff;
  margin-top: 50px;
}

@media (width >= 1200px) {
  #n-home .section-text__wrap--seo-text {
    width: 800px;
    margin: 0 auto;
  }
}

.section-text__img {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 50px;
  height: auto;
  max-height: 100%;
  margin: 0 auto 35px;
  display: flex;
}

@media (width >= 1200px) {
  .section-text__img {
    max-width: 64px;
  }
}

.breadcrumbs {
  width: 100%;
  padding: 20px 0;
}

.breadcrumbs__nav {
  width: 100%;
  padding: 0 15px;
  overflow-x: auto;
}

@media (width >= 480px) {
  .breadcrumbs__nav {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .breadcrumbs__nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

#n-category .breadcrumbs {
  padding: 0;
}

#n-category .breadcrumbs__list {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

#n-category .breadcrumbs__nav {
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}

#n-category .breadcrumbs__link, #n-category .breadcrumbs__list-item, #n-category .breadcrumbs__list-item:nth-last-child(2) .breadcrumbs__link {
  color: #fff;
}

#n-content .cat-top .category-title {
  margin: 15px 0 30px;
}

#n-content .cat-top .breadcrumbs {
  padding: 0;
}

#n-content .cat-top .breadcrumbs__list {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

#n-content .cat-top .breadcrumbs__nav {
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}

#n-content .cat-top .breadcrumbs__link, #n-content .cat-top .breadcrumbs__list-item, #n-content .cat-top .breadcrumbs__list-item:nth-last-child(2) .breadcrumbs__link {
  color: #fff !important;
}

#n-product .breadcrumbs {
  padding: 20px 0;
}

#n-product .breadcrumbs__list {
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  display: flex;
  overflow-x: auto;
}

@media (width >= 480px) {
  #n-product .breadcrumbs__list {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  #n-product .breadcrumbs__list {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

#n-product .breadcrumbs__list-item {
  white-space: nowrap;
}

#n-product .breadcrumbs__nav {
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: auto;
}

.breadcrumbs__list {
  align-items: center;
  margin: 0;
  padding: 4px 0;
  list-style: none;
  display: flex;
}

.breadcrumbs__link {
  color: #070707;
  text-decoration: none;
}

.breadcrumbs__link:hover {
  color: #0a84ff;
  text-transform: none;
}

.breadcrumbs__list-item {
  color: #070707;
  letter-spacing: 0;
  margin-right: 12px;
  font-size: 14px;
  font-weight: 300;
}

.breadcrumbs__list-item:last-child {
  display: none;
}

.breadcrumbs__list-item:nth-last-child(2) .breadcrumbs__link {
  color: #070707;
  pointer-events: none;
}

.filter-less .filter:nth-child(n+8) {
  display: none;
}

.filter__show-more {
  color: #797d86;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.filter__show-more:hover {
  color: #0a84ff;
}

.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

@media (width >= 480px) {
  .section-title {
    font-size: 27px;
  }
}

@media (width >= 1200px) {
  .section-title {
    font-size: 32px;
  }
}

.npopup-body .modal-header {
  font-weight: 500;
}

.npopup-body .footer {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.npopup-body .image {
  width: 15% !important;
}

.npopup-body .btn {
  text-transform: capitalize;
  color: #070707;
  background-color: #fff;
  border: 1px solid #e9e8e8;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px !important;
}

.npopup-body .btn:hover {
  color: #fff;
  background-color: #070707;
}

.npopup-body .right .btn {
  color: #fff;
  background-color: #0a84ff;
  border: 1px solid #0a84ff;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.npopup-body .right .btn:before {
  content: "";
  content: "";
  --webkit-mask-repeat: no-repeat;
  background-color: #fff;
  width: 16px;
  height: 16px;
  margin-top: -3px;
  margin-right: 6px;
  display: block;
  -webkit-mask-image: url("lock.61a88798.svg");
  mask-image: url("lock.61a88798.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.npopup-body .right .btn:hover {
  background-color: #086acc;
}

.cart-page__empty {
  width: 100%;
  padding: 25px 15px 0;
}

@media (width >= 480px) {
  .cart-page__empty {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .cart-page__empty {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.cart-page__empty .col-12 {
  margin: 0;
  padding: 0;
}

.cart-page__empty .btn {
  background-color: #0a84ff;
  border: none;
  border-radius: 30px;
}

.cart-page__empty .btn:hover {
  background-color: #086acc;
}

.cart-page__empty .btn:focus {
  box-shadow: none;
}

#n-customer_account .breadcrumb-item, #n-customer_account .breadcrumb, #n-customer .breadcrumb-item, #n-customer .breadcrumb {
  display: none !important;
}

#n-customer_account .main__wrap, #n-customer .main__wrap {
  width: 100%;
  margin: 155px auto 0;
  padding: 0 15px;
  padding: 0 !important;
}

@media (width >= 480px) {
  #n-customer_account .main__wrap, #n-customer .main__wrap {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  #n-customer_account .main__wrap, #n-customer .main__wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media (width >= 768px) {
  #n-customer_account .main__wrap, #n-customer .main__wrap {
    margin: 180px auto 0;
  }
}

@media (width >= 1200px) {
  #n-customer_account .main__wrap, #n-customer .main__wrap {
    margin: 205px auto 0;
  }
}

#n-customer_account h1, #n-customer h1 {
  text-align: center;
  margin: 60px 0 30px;
  font-size: 24px;
  font-weight: 500;
}

@media (width >= 480px) {
  #n-customer_account h1, #n-customer h1 {
    font-size: 27px;
  }
}

@media (width >= 1200px) {
  #n-customer_account h1, #n-customer h1 {
    font-size: 32px;
  }
}

#n-customer_account .btn, #n-customer .btn {
  background-color: #0a84ff;
  border: 1px solid #0a84ff;
  border-radius: 30px;
  outline: none;
}

#n-customer_account .btn:hover, #n-customer_account .btn:focus-within, #n-customer .btn:hover, #n-customer .btn:focus-within {
  color: #fff;
  background-color: #086acc;
  border: 1px solid #086acc;
}

#n-customer_account .btn:focus, #n-customer .btn:focus {
  box-shadow: none;
}

#n-customer_account .btn-outline-secondary, #n-customer .btn-outline-secondary {
  color: #070707;
  background-color: #0000;
  border: 1px solid #070707;
  border-radius: 30px;
}

#n-customer_account .btn-outline-secondary:hover, #n-customer .btn-outline-secondary:hover {
  color: #fff;
  background-color: #086acc;
}

#n-customer_account .btn-outline-secondary:focus, #n-customer .btn-outline-secondary:focus {
  box-shadow: none;
}

#n-content .main__wrap {
  width: 100%;
  margin: 155px auto 0;
  padding: 0 15px;
}

@media (width >= 480px) {
  #n-content .main__wrap {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  #n-content .main__wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

@media (width >= 768px) {
  #n-content .main__wrap {
    margin: 180px auto 0;
  }
}

@media (width >= 1200px) {
  #n-content .main__wrap {
    margin: 205px auto 0;
  }
}

#n-content .main__wrap h1 {
  text-align: center;
  margin: 60px 0 30px;
  font-size: 24px;
  font-weight: 500;
}

@media (width >= 480px) {
  #n-content .main__wrap h1 {
    font-size: 27px;
  }
}

@media (width >= 1200px) {
  #n-content .main__wrap h1 {
    font-size: 32px;
  }
}

#n-content .main__wrap .breadcrumbs__list-item, #n-content .main__wrap .breadcrumbs__link {
  color: #070707;
}

#n-content .main__wrap .breadcrumbs {
  padding: 15px 0;
}

#n-content .main__wrap .breadcrumbs__nav {
  padding: 0;
}

#n-content .main__wrap .btn {
  background-color: #0a84ff;
  border: 1px solid #0a84ff;
  border-radius: 30px;
  outline: none !important;
}

#n-content .main__wrap .btn:hover, #n-content .main__wrap .btn:focus-within, #n-content .main__wrap .btn:focus {
  color: #fff;
  background-color: #086acc;
  border: 1px solid #086acc;
  outline: none !important;
}

#n-content .main__wrap .btn:focus {
  box-shadow: none;
}

#n-content .form-control {
  width: 100% !important;
  max-width: 100% !important;
}

.upsell-page .product-box {
  width: 50%;
}

@media (width >= 768px) {
  .upsell-page .product-box {
    width: 25%;
  }
}

.upsell-page .upsell-page__btn-wrap {
  margin-bottom: 25px;
}

.upsell-page .upsell-page__bottom-wrap {
  margin-top: 25px;
}

.upsell-page .upsell-page__btn-wrap .main-btn, .upsell-page .upsell-page__bottom-wrap .main-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 0 20px;
}

.upsell-page .upsell-spacer {
  margin: 1rem 0;
}

.upsell-page .section-title {
  text-align: center;
  margin: 60px 0 30px;
  font-size: 24px;
  font-weight: 500;
}

@media (width >= 480px) {
  .upsell-page .section-title {
    font-size: 27px;
  }
}

@media (width >= 1200px) {
  .upsell-page .section-title {
    font-size: 32px;
  }
}

.page__empty-cart {
  width: 100%;
  padding: 0 15px;
}

@media (width >= 480px) {
  .page__empty-cart {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .page__empty-cart {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.page__empty-cart h1 {
  margin-top: 50px;
}

.page__empty-cart .btn {
  color: #fff;
  background-color: #0a84ff;
  border: 1px solid #0a84ff;
  border-radius: 30px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
}

@media (width >= 1200px) {
  .page__empty-cart .btn {
    font-size: 24px;
  }
}

.page__empty-cart .btn:hover, .page__empty-cart .btn:focus-within, .page__empty-cart .btn:focus {
  color: #fff;
  background-color: #086acc;
  border: 1px solid #086acc;
  outline: none !important;
}

@media (width >= 1200px) {
  .page-74 .n-responsive-content {
    max-width: 1024px;
    margin: 0 auto;
  }
}

.page-74 .n-responsive-content h3 {
  text-align: center;
}

.page-74 .n-responsive-content a {
  font-weight: 600;
}

.page-74 .n-responsive-content .form-group--first {
  margin-top: 100px;
}

.page-74 .contact-us__first-text a {
  color: #5d00d0 !important;
}

.page-74 p {
  text-align: center;
}

.page-74 .btn-default {
  color: #fff;
  background-color: #0a84ff !important;
  border: none !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: 45px !important;
  margin: 0 auto !important;
  padding: 0 30px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.product-box--single-showcase {
  width: 200px;
}

@media (width >= 768px) {
  .product-box--single-showcase {
    width: 100%;
  }
}

.product-box__img {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 110%;
  position: relative;
  overflow: hidden;
}

.product-box__img--single-showcase {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 85%;
  position: relative;
  overflow: hidden;
}

.product-box__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-box__title {
  color: #070707;
  text-align: center;
  height: 90px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

@media (width >= 768px) {
  .product-box__title {
    font-size: 16px;
  }
}

.product-box__sku {
  color: #070707;
  text-align: center;
  border-top: 1px solid #e9e8e8;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 7px;
  font-size: 12px;
  font-weight: 300;
  display: block;
}

@media (width >= 768px) {
  .product-box__sku {
    font-size: 14px;
  }
}

.product-box__rating {
  text-align: center;
  height: 30px;
}

.product-box__rating .fa-star {
  color: #0a84ff;
}

.product-box__rating .fa-star-o {
  color: #e9e8e8;
}

.product-box__price {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 25px 0 0;
  display: flex;
}

.product-box__price .price {
  color: #070707;
  font-size: 16px;
  font-weight: 600;
}

@media (width >= 768px) {
  .product-box__price .price {
    font-size: 20px;
  }
}

.product-box__price .price--rrp {
  color: #797d86;
  font-size: 11px;
  font-weight: 300;
  text-decoration: line-through;
}

.product-box__price small {
  color: #797d86;
  font-size: 14px;
  font-weight: 400;
}

.product-box__badges {
  position: absolute;
  top: 15px;
  left: 15px;
}

@media (width >= 1200px) {
  .product-box__badges {
    top: 30px;
    left: 30px;
  }
}

.product-box__badges .badge {
  color: #fff;
  background-color: #0a84ff;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 22px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.product-box__badges .badge svg {
  fill: #0a84ff;
  width: 35px;
  height: 35px;
}

.product-box__badges .badge span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-box__contact {
  text-transform: uppercase;
  text-align: center;
  margin-top: 25px;
  font-size: 15px;
  font-weight: 600;
}

@media (width >= 768px) {
  .product-box__contact {
    font-size: 17px;
  }
}

.product-box {
  background-color: #fff;
  border-right: 1px solid #e9e8e8;
  padding: 0 20px 20px;
  position: relative;
}

@media (width >= 1200px) {
  .product-box {
    padding: 0 30px 35px;
  }
}

.product-box:hover .product-box__title {
  color: #0a84ff;
}

.section-banner {
  margin-bottom: 30px;
}

.section-banner__img {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 120%;
  position: relative;
  overflow: hidden;
}

@media (width >= 1200px) {
  .section-banner__img {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 23%;
    position: relative;
    overflow: hidden;
  }
}

.section-banner__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social__link {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

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

.social__link svg {
  fill: #0a84ff;
  width: 20px;
  height: 20px;
}

.social__link:hover {
  color: #0a84ff;
}

#n-home .social__link {
  margin-bottom: 17px;
}

.top {
  background-color: #010d18;
  height: 30px;
}

@media (width >= 480px) {
  .top {
    height: 45px;
  }
}

.top__wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

@media (width >= 1200px) {
  .top__wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.top__shipping-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  height: 100%;
  display: flex;
}

.top__shipping-img {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  display: flex;
}

@media (width >= 1200px) {
  .top__shipping-img {
    height: 45px;
  }
}

.top__shipping-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.top__shipping-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

@media (width >= 480px) {
  .top__shipping-text {
    font-size: 13px;
  }
}

.top-menu {
  margin: 0;
  padding: 0;
  display: none;
}

@media (width >= 1200px) {
  .top-menu--left {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .top-menu--left .top-menu__link {
    font-size: 15px;
  }

  .top-menu--right {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .top-menu--right .top-menu__list {
    padding-left: 20px;
  }

  .top-menu--right .top-menu__list:first-child {
    padding-left: 0;
  }

  .top-menu--right .top-menu__list, .top-menu--right .top-menu__link {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
}

.top-menu__link {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 400;
  transition: all .4s ease-in-out;
  display: flex;
}

.top-menu__link svg {
  fill: #0a84ff;
  width: 12px;
  height: 12px;
}

.top-menu__link:hover {
  color: #0a84ff;
}

.top-menu__link--right {
  flex-wrap: nowrap;
}

.top-menu__link--right svg {
  fill: #fff;
  width: 8px;
  height: 8px;
}

.top-menu__dropdown {
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  background-color: #fff;
  width: 190px;
  margin: 0;
  padding: 15px;
  transition: all .4s ease-in-out;
  position: absolute;
  top: 70%;
  right: 0;
  box-shadow: 0 4px 4px #00000040;
}

.top-menu__dropdown:before {
  content: "";
  vertical-align: middle;
  border: 15px solid #0000;
  border-top-color: #fff;
  border-bottom-width: 0;
  width: 0;
  height: 0;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 0;
  transform: rotate(180deg);
}

.top-menu__dropdown li {
  border-bottom: 1px solid #e9e8e8;
  height: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-menu__dropdown li:last-child {
  border-bottom: none;
}

.top-menu__dropdown-link {
  color: #070707;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  transition: all .4s ease-in-out;
  display: flex;
}

.top-menu__dropdown-link:hover {
  color: #fff;
  background-color: #071e34;
}

.top-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.top-menu__list--dropdown:hover .top-menu__link {
  color: #0a84ff;
}

.top-menu__list--dropdown:hover .top-menu__link--right svg {
  fill: #0a84ff;
  transform: rotate(180deg);
}

.top-menu__list--dropdown:hover .top-menu__dropdown {
  opacity: 1;
  visibility: visible;
  transition-delay: .25s;
  top: 100%;
}

.header-main {
  background-color: #031424;
}

.header-main__wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  display: flex;
}

@media (width >= 480px) {
  .header-main__wrap {
    height: 65px;
  }
}

@media (width >= 1200px) {
  .header-main__wrap {
    height: 90px;
  }
}

.header-main__left {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  display: flex;
}

@media (width >= 480px) {
  .header-main__left {
    gap: 15px;
  }
}

.header-main__right {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  display: flex;
}

@media (width >= 480px) {
  .header-main__right {
    gap: 20px;
  }
}

.header-main__toggle-menu {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}

.header-main__toggle-menu svg {
  fill: #0a84ff;
  width: 25px;
  height: 25px;
}

.header-main__icon {
  cursor: pointer;
  background-color: #071e34;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  position: relative;
}

.header-main__icon svg {
  fill: #0a84ff;
  width: 17.5px;
  height: 17.5px;
}

@media (width >= 1200px) {
  .header-main__icon {
    width: 45px;
    height: 45px;
  }

  .header-main__icon svg {
    fill: #0a84ff;
    width: 22.5px;
    height: 22.5px;
  }
}

.header-main__icon--desk-finder {
  display: none;
}

@media (width >= 1200px) {
  .header-main__icon--desk-finder {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

.header-main__logo {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 100%;
}

@media (width >= 1200px) {
  .header-main__logo {
    max-width: 250px;
  }
}

.header-main__cart-count {
  color: #0a84ff;
  background-color: #fff;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.header-main__cart-wrap {
  cursor: pointer;
  display: none;
}

@media (width >= 1200px) {
  .header-main__cart-wrap {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
    display: flex;
  }
}

.header-main__text {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.menu {
  scrollbar-color: #cecece #f2f2f2;
  scrollbar-width: thin;
  flex-flow: column;
  justify-content: space-between;
  align-items: normal;
  height: calc(100vh - 85px);
  display: flex;
  overflow-y: auto;
}

.menu .product-finder {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
}

.menu .product-finder__single {
  width: 100%;
}

@media (width >= 480px) {
  .menu {
    height: calc(100vh - 110px);
  }
}

@media (height <= 800px) {
  .menu {
    height: calc(100vh - 180px);
  }
}

.filters__wrap {
  height: calc(100vh - 100px);
  padding: 0 15px 15px;
  overflow-y: auto;
}

@media (width >= 480px) {
  .filters__wrap {
    padding: 0 30px 15px;
  }
}

@media (height <= 800px) {
  .filters__wrap {
    height: calc(100vh - 180px);
  }
}

.menu__wrap {
  padding: 15px;
}

.filters {
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.filters.init {
  display: block;
}

.filters.activeClass {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.filters--submenu {
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  height: 100%;
  transition: all .4s ease-in-out;
  display: block;
  top: 0;
  left: 0;
}

.filters--submenu.activeClass {
  opacity: 1;
  visibility: visible;
}

.filters-header {
  color: #797d86;
  cursor: pointer;
  border-bottom: 1px solid #e9e8e8;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.filters-header svg {
  fill: #797d86;
  width: 10px;
  height: 10px;
}

.menu-bottom__icon {
  background-color: #071e34;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.menu-bottom__icon svg {
  fill: #0a84ff;
  width: 17.5px;
  height: 17.5px;
}

.filters__title {
  color: #070707;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

@media (width >= 768px) {
  .filters__title {
    font-size: 20px;
  }
}

.filters__title svg {
  width: 15px;
  height: 15px;
}

.filters__title--lvl2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.filters__title--lvl3 {
  font-size: 18px;
  font-weight: 300;
}

.filters__title:hover {
  color: #fff;
  background-color: #071e34;
}

.filters__title:hover svg {
  fill: #fff;
}

.filter__prev-name {
  color: #070707;
  margin: 30px 0 30px 15px;
  font-size: 20px;
  font-weight: 500;
  display: block;
}

.menu-bottom {
  background-color: #f2f2f2;
  margin: 0 15px;
  padding: 15px;
}

@media (width >= 480px) {
  .menu-bottom {
    margin: 0 30px;
  }
}

.menu-bottom__single {
  color: #070707;
  cursor: pointer;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.menu-bottom__single:last-child {
  margin-bottom: 0;
}

.header-search {
  background-color: #031424;
  padding: 0 15px 15px;
  position: relative;
}

.header-search svg {
  fill: #fff;
  width: 22px;
  height: 22px;
}

@media (width >= 480px) {
  .header-search {
    padding: 0 30px 15px;
  }
}

@media (width >= 1200px) {
  .header-search {
    padding: 0;
  }

  .header-main__search-wrap {
    width: calc(100% - 670px);
  }
}

.header-search__input {
  color: #fff;
  background-color: #071e34;
  border: none;
  border-radius: 30px;
  outline: none;
  width: 100%;
  height: 35px;
  padding-left: 45px;
  font-size: 14px;
  font-weight: 300;
}

.header-search__input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

@media (width >= 1200px) {
  .header-search__input::placeholder {
    font-size: 15px;
  }

  .header-search__input {
    height: 45px;
  }
}

.header-search__icon-left {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-70%);
}

@media (width >= 480px) {
  .header-search__icon-left {
    left: 45px;
  }
}

@media (width >= 1200px) {
  .header-search__icon-left {
    left: 15px;
    transform: translateY(-50%);
  }
}

.header-search__icon-right {
  cursor: pointer;
  background-color: #0000;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-70%);
}

@media (width >= 480px) {
  .header-search__icon-right {
    right: 45px;
  }
}

@media (width >= 1200px) {
  .header-search__icon-right {
    right: 15px;
    transform: translateY(-50%);
  }
}

.search_loading_icon {
  display: none !important;
}

.nsearchinput-pl {
  scrollbar-color: #cecece #f2f2f2;
  scrollbar-width: thin;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  height: 410px;
  padding: 25px 15px;
  position: absolute;
  top: 100%;
  left: 0;
  overflow-y: auto;
  box-shadow: 0 4px 4px #00000040;
  margin: 0 !important;
}

.nsearchinput-pl.well {
  margin-top: 0 !important;
}

@media (width >= 480px) {
  .nsearchinput-pl {
    padding: 25px 30px;
  }
}

.nsearchinput-pl .nav-list {
  margin: 20px 0;
  padding: 0;
}

@media (width >= 1200px) {
  .nsearchinput-pl .nav-list {
    margin: 25px 0;
  }
}

.nsearchinput-pl li {
  border-bottom: 1px solid #e9e8e8;
  height: 70px;
  margin: 0 15px;
  padding: 0;
  list-style: none;
}

@media (width >= 480px) {
  .nsearchinput-pl li {
    margin: 0 30px;
  }
}

@media (width >= 1200px) {
  .nsearchinput-pl li {
    margin: 0 15px;
  }
}

.nsearchinput-pl a {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  transition: all .4s ease-in-out;
  display: flex;
}

.nsearchinput-pl a:hover {
  background-color: #071e34 !important;
}

.nsearchinput-pl a:hover .title {
  color: #fff;
}

.nsearchinput-pl .thumb {
  width: 40px;
  height: 40px;
}

.nsearchinput-pl img {
  width: auto;
  max-width: 40px;
  height: auto;
  max-height: 100%;
}

@media (width >= 480px) {
  .nsearchinput-pl img {
    width: 50px;
  }
}

.nsearchinput-pl .title {
  color: #070707;
  font-size: 13px;
  font-weight: 500;
}

@media (width >= 480px) {
  .nsearchinput-pl .title {
    font-size: 16px;
  }
}

@media (width >= 1200px) {
  .nsearchinput-pl .title {
    font-size: 14px;
  }
}

.desc-nav {
  background-color: #071e34;
  transition: all .4s ease-in-out;
}

.desc-nav.activeClass {
  margin-top: 0 !important;
}

.desc-nav__list {
  z-index: 5;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
}

.desc-nav__item {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.desc-nav__link {
  cursor: pointer;
  color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  height: 100%;
  padding-right: 40px;
  font-size: 17px;
  font-weight: 400;
  transition: all .4s ease-in-out;
  display: flex;
}

.desc-nav__link .desc-nav__icon {
  fill: #fff;
  width: 10px;
  height: 10px;
  transition: all .4s ease-in-out;
}

.desc-nav__link .desc-nav__icon--minus {
  display: none;
}

.desc-nav__link:hover {
  color: #0a84ff;
}

.desc-nav__link:hover svg {
  fill: #0a84ff;
}

.desc-nav__sublist {
  opacity: 0;
  visibility: hidden;
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: max-content;
  margin: 0;
  padding: 0;
  transition: all .4s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 4px #00000040;
}

.desc-nav__item--dropdown:hover .desc-nav__link {
  color: #0a84ff;
}

.desc-nav__item--dropdown:hover .desc-nav__link .desc-nav__icon {
  fill: #0a84ff;
}

.desc-nav__item--dropdown:hover .desc-nav__link .desc-nav__icon--minus {
  display: block;
}

.desc-nav__item--dropdown:hover .desc-nav__link .desc-nav__icon--plus {
  display: none;
}

.desc-nav__item--dropdown:hover .desc-nav__sublist {
  opacity: 1;
  visibility: visible;
}

.desc-nav__sublist-list {
  scrollbar-color: #cecece #f2f2f2;
  scrollbar-width: thin;
  height: 430px;
  margin: 70px auto 15px;
  padding: 0;
  list-style: none;
  overflow-y: auto;
}

.desc-nav__sublist-list--lvl2-only {
  grid-template-rows: repeat(8, min-content) !important;
  grid-auto-flow: column !important;
  gap: 10px 20px !important;
  padding: 0 !important;
  display: grid !important;
}

.desc-nav__sublist-list {
  gap: 50px;
  list-style: none;
  display: flex;
}

.desc-nav__sublist-list .desc-nav__column {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.desc-nav__subitem--lvl2 {
  padding-bottom: 20px !important;
}

.desc-nav__subitem--lvl2 > a {
  text-shadow: 0 0 #070707;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
}

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

.desc-nav__subitem .nav-link {
  color: #070707;
  margin: 0 0 15px;
  padding: 0;
  display: block;
}

.desc-nav__subitem .nav-link--lvl2 {
  font-size: 16px;
  font-weight: 400;
}

.menu-nav-links {
  margin: 0;
  padding: 0;
}

.menu-nav-links .nav-link {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  width: max-content;
  font-size: 14px;
  font-weight: 300;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.menu-nav-links .nav-link svg {
  fill: #0a84ff;
  opacity: 0;
  width: 8px;
  height: 8px;
  margin-left: -8px;
  transition: all .4s ease-in-out;
  position: absolute;
}

.menu-nav-links .nav-link span {
  transition: all .4s ease-in-out;
  position: relative;
}

.menu-nav-links .nav-link span:after {
  content: " ";
  background-color: #0a84ff;
  width: 0;
  height: 1px;
  transition: width .2s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.menu-nav-links .nav-link span:hover {
  color: #0a84ff;
}

.menu-nav-links .nav-link span:hover:after {
  width: 100%;
  left: 0;
}

.menu-nav-links .nav-link:hover span {
  margin-left: 10px;
}

.menu-nav-links .nav-link:hover svg {
  opacity: 1;
  margin-left: 0;
}

.desc-nav__brands {
  background-color: #f2f2f2;
}

.desc-nav__brands-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  padding: 0;
  display: flex;
}

.desc-nav__brands-title {
  font-size: 18px;
  font-weight: 500;
}

.desc-nav__brands-img {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.desc-nav__brands-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
}

.desc-nav__brands-list {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 50px;
  display: flex;
}

.desc-nav__brands-single {
  fill: #f2f2f2;
  filter: drop-shadow(0 1px 4px #00000040);
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .4s ease-in-out;
  display: flex;
  box-shadow: 0 1px 4px #00000040;
}

.desc-nav__brands-single img {
  width: auto;
  max-width: 60px;
  height: auto;
  max-height: 100%;
}

.desc-nav__brands-single:hover {
  background-color: #0a84ff;
}

.header-main {
  position: relative;
}

@media (width >= 1200px) {
  .header-main {
    z-index: 6;
  }
}

.gd-header {
  z-index: 3;
  width: 100%;
  transition: all .4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  transition-property: all !important;
}

@media (width >= 1200px) {
  .gd-header {
    z-index: 5;
  }
}

.gd-header.down {
  top: -30px;
}

@media (width >= 480px) {
  .gd-header.down {
    top: -45px;
  }
}

.gd-header.down .header-main__toggle-menu {
  opacity: 1;
  visibility: visible;
}

.gd-header.down .desc-nav {
  margin-top: -50px;
}

.gd-header.down .gd-cart__header {
  height: 50px;
}

@media (width >= 768px) {
  .gd-header.down .gd-cart__header {
    height: 80px;
  }
}

@media (width >= 1200px) {
  .gd-header.down .gd-cart__header {
    height: 85px;
  }
}

.gd-header.up {
  top: -30px;
}

@media (width >= 480px) {
  .gd-header.up {
    top: -45px;
  }
}

.gd-header.up .header-main__toggle-menu {
  opacity: 1;
  visibility: visible;
}

.gd-header.up .desc-nav {
  margin-top: -50px;
}

.gd-header.up .gd-cart__header {
  height: 50px;
}

@media (width >= 768px) {
  .gd-header.up .gd-cart__header {
    height: 80px;
  }
}

@media (width >= 1200px) {
  .gd-header.up .gd-cart__header {
    height: 85px;
  }
}

.main__wrap {
  will-change: margin-top;
  margin-top: 135px;
  transition: all .4s ease-in-out;
}

@media (width >= 768px) {
  .main__wrap {
    margin-top: 160px;
  }
}

@media (width >= 1200px) {
  .main__wrap {
    margin-top: 185px;
  }
}

.main__wrap.down, .main__wrap.up {
  margin-top: 0 !important;
}

.main__wrap--brands-page {
  max-width: 100% !important;
  margin-top: 135px !important;
  padding: 0 !important;
}

@media (width >= 768px) {
  .main__wrap--brands-page {
    margin-top: 160px !important;
  }
}

@media (width >= 1200px) {
  .main__wrap--brands-page {
    margin-top: 185px !important;
  }
}

.main__wrap--checkout {
  margin-top: 80px;
}

@media (width >= 768px) {
  .main__wrap--checkout {
    margin-top: 105px;
  }
}

@media (width >= 1200px) {
  .main__wrap--checkout {
    margin-top: 115px;
  }
}

.main__wrap--2830, .main__wrap--2840, .main__wrap--74, .main__wrap--2695, .main__wrap--2265 {
  max-width: 100% !important;
  margin-top: 135px !important;
  padding: 0 !important;
}

@media (width >= 480px) {
  .main__wrap--2830, .main__wrap--2840, .main__wrap--74, .main__wrap--2695, .main__wrap--2265 {
    margin-top: 160px !important;
  }
}

@media (width >= 1200px) {
  .main__wrap--2830, .main__wrap--2840, .main__wrap--74, .main__wrap--2695, .main__wrap--2265 {
    margin-top: 185px !important;
  }
}

.product-finder {
  width: 100%;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform: translateX(-50%);
}

@media (width >= 1200px) {
  .product-finder {
    bottom: 120px;
  }
}

.product-finder .loading_span {
  display: none;
  position: absolute;
}

@media (width >= 480px) {
  .product-finder {
    bottom: 100px;
  }
}

@media (width >= 1200px) {
  .product-finder {
    bottom: 110px;
  }
}

.product-finder__wrap {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (width >= 1200px) {
  .product-finder__wrap {
    flex-direction: row;
    gap: 15px;
  }
}

.product-finder__single {
  cursor: pointer;
  opacity: .5;
  border: none;
  border-radius: 30px;
  width: 240px;
  height: 40px;
  margin-bottom: 12px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
}

.product-finder__single:last-child {
  margin-bottom: 0;
}

.product-finder__single:disabled {
  color: #070707 !important;
}

@media (width >= 480px) {
  .product-finder__single {
    height: 45px;
  }
}

@media (width >= 1200px) {
  .product-finder__single {
    margin: 0;
  }
}

.compatibility_list {
  cursor: pointer;
  opacity: .5;
  border: none;
  border-radius: 30px;
  width: 240px;
  height: 40px;
  margin-bottom: 12px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
}

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

.compatibility_list:disabled {
  color: #070707 !important;
}

@media (width >= 480px) {
  .compatibility_list {
    height: 45px;
  }
}

@media (width >= 1200px) {
  .compatibility_list {
    margin: 0;
  }
}

.gd-footer__top {
  background-color: #071e34;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 75px;
  display: flex;
}

.gd-footer__top a {
  color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
}

.gd-footer__top a svg {
  fill: #fff;
  width: 10px;
  height: 10px;
  transform: rotate(-90deg);
}

.gd-footer--2830, .gd-footer--74, .gd-footer--2695 {
  margin-top: 0 !important;
}

.footer-menu {
  background-color: #010d18;
}

.footer-menu__wrap {
  padding: 0;
}

@media (width >= 1200px) {
  .footer-menu__wrap {
    flex-flow: row;
    justify-content: flex-start;
    align-items: start;
    gap: 75px;
    padding: 0 15px;
    display: flex;
  }
}

.footer-menu__wrap--checkout {
  padding: 60px 15px;
}

@media (width >= 1200px) {
  .footer-menu__wrap--checkout {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: start;
    padding-top: 120px;
    padding-bottom: 150px;
    display: flex;
  }
}

.footer-menu__text-wrap {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
}

@media (width >= 1200px) {
  .footer-menu__text-wrap {
    width: 600px;
  }
}

.footer-menu__nav-item--acc {
  max-height: 30px;
  margin-bottom: 15px;
  padding: 40px 15px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

@media (width >= 480px) {
  .footer-menu__nav-item--acc {
    padding: 40px 30px;
  }
}

@media (width >= 1200px) {
  .footer-menu__nav-item--acc {
    max-height: 100%;
    margin-bottom: 0;
    padding: 100px 0;
  }
}

.footer-menu__nav-item--acc:last-child {
  margin-bottom: 0;
}

.footer-menu__nav-item--social {
  padding: 40px 15px;
}

@media (width >= 480px) {
  .footer-menu__nav-item--social {
    padding: 40px 30px;
  }
}

@media (width >= 1200px) {
  .footer-menu__nav-item--social {
    padding: 100px 15px;
  }
}

.footer-menu__nav-item--newsletter {
  background-color: #031424;
  padding: 35px 15px;
}

@media (width >= 480px) {
  .footer-menu__nav-item--newsletter {
    padding: 35px 30px;
  }
}

@media (width >= 1200px) {
  .footer-menu__nav-item--newsletter {
    padding: 35px 60px;
  }
}

.footer-menu__nav-item--newsletter .newsletter-title {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

@media (width >= 480px) {
  .footer-menu__nav-item--newsletter .newsletter-title {
    font-size: 22px;
  }
}

@media (width >= 1200px) {
  .footer-menu__nav-item--newsletter .newsletter-title {
    font-size: 18px;
  }
}

.footer-menu__nav-item--newsletter p {
  color: #fff;
  text-align: center;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
}

@media (width >= 480px) {
  .footer-menu__nav-item--newsletter p {
    font-size: 18px;
  }
}

@media (width >= 1200px) {
  .footer-menu__nav-item--newsletter p {
    font-size: 16px;
  }
}

.footer-newsletter {
  margin-top: 40px;
  position: relative;
}

@media (width >= 1200px) {
  .footer-newsletter {
    width: 510px;
    margin: 40px auto 0;
  }
}

.newsletter__input {
  color: #0a84ff;
  background-color: #0d1c2d;
  border: none;
  border-radius: 30px;
  width: 100%;
  height: 45px;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: 300;
}

@media (width >= 1200px) {
  .newsletter__input {
    font-size: 15px;
  }
}

.newsletter__input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

@media (width >= 1200px) {
  .newsletter__input::placeholder {
    font-size: 15px;
  }
}

.newsletter__btn {
  background-color: #0000;
  border: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.newsletter__btn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.ft-bottom__icons {
  text-align: center;
}

.ft-bottom__icons-text {
  color: #fff;
  text-align: center;
  margin: 50px 0 20px;
  font-size: 20px;
  font-weight: 600;
}

@media (width >= 480px) {
  .ft-bottom__icons-text {
    font-size: 22px;
  }
}

@media (width >= 1200px) {
  .ft-bottom__icons-text {
    font-size: 18px;
  }
}

.ft-bottom__icons {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.ft-bottom__icon {
  background-color: #fff;
  border-radius: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 45px;
  max-width: 45px;
  height: 35px;
  padding: 5px;
  display: flex;
}

.ft-bottom__icon img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.footer-menu__title {
  color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 45px;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

@media (width >= 1200px) {
  .footer-menu__title {
    font-size: 18px;
  }
}

.footer-menu__title span {
  max-width: calc(100% - 30px);
}

@media (width >= 1200px) {
  .footer-menu__title span {
    white-space: nowrap;
    max-width: 100%;
  }
}

.footer-menu__title svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

@media (width >= 1200px) {
  .footer-menu__title svg {
    display: none;
  }
}

.footer-menu__title .footer-menu__title-icon--plus {
  display: block;
}

.footer-menu__title .footer-menu__title-icon--minus {
  display: none;
}

@media (width >= 1200px) {
  .footer-menu__title .footer-menu__title-icon {
    display: none;
  }
}

.footer-menu__title.activeClass .footer-menu__title-icon--plus {
  display: none;
}

.footer-menu__title.activeClass .footer-menu__title-icon--minus {
  display: block;
}

.footer-menu__link {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-menu__link:hover {
  color: #0a84ff;
  text-decoration: underline;
}

.footer-menu__link svg {
  fill: #0a84ff;
  width: 12px;
  height: 12px;
}

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

.footer-menu__nav-list-item:not(:last-child) {
  margin-bottom: 25px;
}

@media (width >= 1200px) {
  .footer-menu__nav-list-item:not(:last-child) {
    margin-bottom: 17px;
  }
}

.footer-menu__nav-item--capricorn {
  padding: 40px 15px;
}

@media (width >= 768px) {
  .footer-menu__nav-item--capricorn {
    padding: 40px 30px;
  }
}

@media (width >= 1200px) {
  .footer-menu__nav-item--capricorn {
    padding: 100px 0;
  }
}

.footer-menu__nav-item--capricorn img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

@media (width >= 1200px) {
  .footer-menu__nav-item--capricorn img {
    max-width: 200px !important;
  }
}

.footer-menu__nav-item--capricorn p {
  margin: 0;
  padding: 0;
}

.footer-bottom {
  background-color: #060e23;
  padding: 35px 0;
}

@media (width >= 1200px) {
  .footer-bottom {
    height: 75px;
    padding: 0;
  }
}

.footer-bottom__wrap {
  text-align: center;
  height: 100%;
}

@media (width >= 1200px) {
  .footer-bottom__wrap {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.footer-bottom__text {
  color: #fff;
  padding-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom__text:last-child {
  padding-bottom: 0;
}

@media (width >= 1200px) {
  .footer-bottom__text {
    padding-bottom: 0;
  }
}

.order-summary {
  padding: 15px;
}

@media (width >= 480px) {
  .order-summary {
    padding: 30px;
  }
}

.order-summary__empty-cart {
  margin: 30px 0 0;
  padding: 0;
}

.order-summary__item-count {
  font-size: 20px;
  font-weight: 500;
}

.order-summary__item-count--empty {
  margin-bottom: 30px;
}

.order-summary__scroll {
  scrollbar-color: #cecece #f2f2f2;
  scrollbar-width: thin;
  border-top: 1px solid #e9e8e8;
  border-bottom: 1px solid #e9e8e8;
  height: 385px;
  margin: 30px 0 0;
  padding: 0;
  overflow-y: auto;
}

.order-summary__single {
  border-bottom: 1px solid #e9e8e8;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  margin: 0;
  padding: 25px 0;
  list-style: none;
  display: flex;
}

.order-summary__single:last-child {
  border-bottom: none;
}

.order-summary__product-title {
  color: #070707;
  font-size: 14px;
  font-weight: 500;
}

.order-summary__product-cost {
  color: #0a84ff;
  margin-top: 7px;
  font-size: 15px;
  font-weight: 600;
}

.order-summary__remove svg {
  fill: #0000;
  stroke: #cecece;
  width: 22px;
  height: 22px;
}

.order-summary__remove svg:hover {
  stroke: #071e34;
}

.order-summary__img {
  margin-left: auto;
}

.order-summary__img img {
  width: auto;
  max-width: 70px;
  height: auto;
  max-height: 100%;
}

.order-summary__cost-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  display: flex;
}

.order-summary__cost {
  font-size: 15px;
  font-weight: 500;
}

.order-summary__btn-wrap {
  border-top: 1px solid #e9e8e8;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.hero__content-wrap {
  z-index: 2;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media (width >= 1200px) {
  .hero__inner {
    width: 1000px;
  }
}

.hero__title {
  color: #fff;
  margin: 20px 0 30px;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

@media (width >= 768px) {
  .hero__title {
    font-size: 18px;
  }
}

.hero__subtitle {
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  font-family: Audiowide, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

@media (width >= 768px) {
  .hero__subtitle {
    font-size: 50px;
  }
}

.hero {
  background: linear-gradient(#f2f2f2, #ccc);
  position: relative;
}

.hero .main-btn {
  width: 140px;
  height: 40px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
}

@media (width >= 480px) {
  .hero .main-btn {
    width: 160px;
    height: 45px;
  }
}

.hero .main-btn:hover {
  background-color: #e9e8e8;
}

.hero .hero__slide {
  border: 1px solid var(--grey-for-lines);
  color: #0a84ff;
  opacity: .8;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  position: absolute;
  top: 50%;
}

@media (width >= 1200px) {
  .hero .hero__slide {
    width: 50px;
    height: 50px;
    font-size: 30px;
    top: 50%;
  }
}

.hero .hero__slide--prev {
  left: 10px;
}

@media (width >= 768px) {
  .hero .hero__slide--prev {
    left: 30px;
  }
}

.hero .hero__slide--next {
  right: 10px;
}

@media (width >= 768px) {
  .hero .hero__slide--next {
    right: 30px;
  }
}

.hero__figure {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 155%;
  position: relative;
  overflow: hidden;
}

@media (width >= 1200px) {
  .hero__figure {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden;
  }
}

.hero__img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero__single {
  display: none;
}

.hero__single:first-child {
  display: block;
}

.categories--category .main-btn--show-more {
  color: #fff;
  background-color: #0a84ff;
  border: none;
  width: 130px;
  height: 40px;
  margin: 50px auto 0;
}

.categories__wrap {
  grid-gap: 15px;
  grid-template-columns: repeat(16, 1fr);
  display: grid;
}

@media (width >= 768px) {
  .categories__wrap {
    grid-gap: 25px;
    grid-template-columns: repeat(24, 1fr);
    display: grid;
  }
}

@media (width >= 1200px) {
  .categories__wrap {
    grid-gap: 15px;
    grid-template-columns: repeat(48, 1fr);
    display: grid;
  }
}

.categories__wrap--category {
  margin: 0 -1px 0 1px !important;
  display: block !important;
}

@media (width <= 1200px) {
  .categories__wrap--category .splide__list {
    grid-gap: 25px !important;
    grid-template-columns: repeat(24, 1fr) !important;
    display: grid !important;
  }
}

@media (width <= 768px) {
  .categories__wrap--category .splide__list {
    grid-gap: 15px !important;
    grid-template-columns: repeat(16, 1fr) !important;
    display: grid !important;
  }
}

.categories__wrap--brands {
  grid-gap: 15px;
  grid-template-columns: repeat(16, 1fr);
  display: grid;
}

@media (width >= 768px) {
  .categories__wrap--brands {
    grid-gap: 25px;
    grid-template-columns: repeat(24, 1fr);
    display: grid;
  }
}

@media (width >= 1200px) {
  .categories__wrap--brands {
    grid-gap: 15px;
    grid-template-columns: repeat(48, 1fr);
    display: grid;
  }
}

.categories__img {
  background-color: #f2f2f2;
  border-radius: 3px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 25px;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.categories__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width >= 768px) {
  .categories__img {
    width: 90px;
    height: 90px;
  }
}

@media (width >= 1200px) {
  .categories__img {
    width: 100px;
    height: 100px;
  }
}

.categories__img--homepage {
  background-color: #0000;
  transform: scale(1.2);
}

.categories__img--category img {
  max-width: 60px;
}

.categories__title {
  color: #070707;
  text-align: center;
  width: 150px;
  height: 90px;
  font-size: 18px;
  font-weight: 500;
  transition: all .4s ease-in-out;
  display: block;
}

@media (width >= 768px) {
  .categories__title {
    font-size: 20px;
  }
}

.categories__title--homepage {
  color: #fff;
  height: max-content;
}

.categories__single {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 3px;
  flex-flow: column wrap;
  grid-column: span 8;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  transition: all .4s ease-in-out;
  display: flex;
}

@media (width >= 768px) {
  .categories__single {
    padding: 35px 0;
  }
}

.categories__single:hover {
  border: 1px solid #0a84ff;
}

.categories__single:hover .categories__img {
  transform: scale(1.3);
}

.categories__single:hover .categories__title {
  color: #0a84ff;
  text-underline-offset: 5px;
  text-decoration: underline;
}

.categories__single:hover .main-btn {
  color: #070707;
  background-color: #fff;
}

.categories__single--homepage {
  background-color: #071e34;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (width >= 768px) {
  .categories__single--homepage {
    padding: 25px 0;
  }
}

.categories__single--category .main-btn {
  color: #070707;
  border: 1px solid #070707;
}

@media (width <= 1199px) {
  .categories__single--category:nth-child(n+7) {
    display: none;
  }

  .activeClass .categories__single--category:nth-child(n+7) {
    display: flex !important;
  }
}

.showcase-products {
  background-color: #fff;
  padding: 60px 0;
}

@media (width >= 1200px) {
  .showcase-products {
    padding: 80px 0;
  }
}

.showcase-products__wrap {
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "s1"
                       "s2"
                       "s3";
  gap: 20px;
  display: grid;
}

@media (width >= 1200px) {
  .showcase-products__wrap {
    grid-template: "s1 s1 s3" 1fr
                   "s2 s2 s3"
                   / 1fr 1fr 1fr;
    display: grid;
  }
}

.showcase-products__text-wrap .main-btn {
  margin: 20px 0 0;
}

@media (width >= 1200px) {
  .showcase-products__text-wrap .main-btn {
    margin: 50px 0 0;
  }
}

.showcase-products__subtext {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

@media (width >= 480px) {
  .showcase-products__subtext {
    font-size: 24px;
  }
}

@media (width >= 1200px) {
  .showcase-products__subtext {
    font-size: 22px;
  }
}

.showcase-products__title {
  color: #fff;
  text-transform: uppercase;
  font-family: Audiowide, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

@media (width >= 480px) {
  .showcase-products__title {
    font-size: 50px;
  }
}

.showcase-products__single {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  gap: 20px;
  padding: 25px 30px;
  display: grid;
}

@media (width >= 768px) {
  .showcase-products__single {
    grid-template-columns: 1fr 1fr;
    padding: 85px 55px;
  }
}

@media (width >= 1200px) {
  .showcase-products__single {
    grid-template-columns: 2fr 1fr;
    padding: 50px 30px;
  }
}

.showcase-products__single:first-child {
  grid-area: s1;
}

.showcase-products__single:nth-child(2) {
  grid-area: s2;
}

.showcase-products__single:nth-child(3) {
  grid-area: s3;
}

.single-showcase {
  flex-direction: column-reverse;
  display: flex;
}

@media (width >= 1200px) {
  .single-showcase {
    grid-gap: 0;
    grid-template-columns: 60% 40%;
    display: grid;
  }
}

.single-showcase .section-text {
  margin-top: 30px;
}

.single-showcase .section-text .readmore__btn-wrap {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.single-showcase .section-text__inner {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

@media (width >= 1200px) {
  .single-showcase .section-text__inner {
    font-size: 18px;
  }
}

.single-showcase__text {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 15px;
}

@media (width >= 480px) {
  .single-showcase__text {
    padding: 60px 30px;
  }
}

@media (width >= 1200px) {
  .single-showcase__text {
    padding: 90px 69px;
  }
}

.single-showcase__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
}

@media (width >= 480px) {
  .single-showcase__img {
    height: 290px;
  }
}

@media (width >= 1200px) {
  .single-showcase__img {
    height: 100%;
  }
}

.single-showcase__subtext {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

@media (width >= 480px) {
  .single-showcase__subtext {
    font-size: 24px;
  }
}

@media (width >= 1200px) {
  .single-showcase__subtext {
    font-size: 22px;
  }
}

.single-showcase__title {
  color: #fff;
  text-transform: uppercase;
  font-family: Audiowide, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

@media (width >= 480px) {
  .single-showcase__title {
    font-size: 50px;
  }
}

.text-slider__single {
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Audiowide, sans-serif;
  font-size: 34px;
  font-weight: 400;
  width: max-content !important;
}

.text-slider__single span {
  color: #0a84ff;
}

@media (width >= 480px) {
  .text-slider__single {
    font-size: 48px;
  }
}

@media (width >= 1200px) {
  .text-slider__single {
    font-size: 64px;
  }
}

.brands-list .main-btn {
  margin-top: 100px;
}

.brands-list__wrap {
  grid-gap: 0;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 50px;
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .brands-list__wrap {
    grid-gap: 0;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 60px;
    display: grid;
  }
}

@media (width >= 1200px) {
  .brands-list__wrap {
    grid-gap: 0;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 0;
    display: grid;
  }
}

.brands-list__wrap:before {
  content: "";
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 95%;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}

@media (width >= 768px) {
  .brands-list__wrap:before {
    height: 450px;
    bottom: -25px;
  }
}

@media (width >= 1200px) {
  .brands-list__wrap:before {
    height: 204px;
    bottom: -45px;
  }
}

.brands-list__single {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brands-list__single:hover .brands-list__img {
  background-color: #cfcfcf;
}

.brands-list__img {
  background-color: #f2f2f2;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  transition: background-color .4s ease-in-out;
  display: flex;
  box-shadow: 0 -1px 30px -9px #0003;
}

@media (width >= 768px) {
  .brands-list__img {
    width: 170px;
    height: 170px;
  }
}

@media (width >= 1200px) {
  .brands-list__img {
    width: 180px;
    height: 180px;
  }
}

.brands-list__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.brands-list__title {
  color: #070707;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

@media (width >= 768px) {
  .brands-list__title {
    font-size: 18px;
  }
}

.testimonials {
  background-color: #031424;
  padding: 30px 0 85px;
}

@media (width >= 768px) {
  .testimonials {
    padding: 30px 0 90px;
  }
}

@media (width >= 1200px) {
  .testimonials {
    padding: 85px 0;
  }
}

.testimonials__single {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (width >= 1200px) {
  .testimonials__single {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }
}

.testimonials__text-wrap {
  background-color: #fff;
  border-radius: 50px;
  margin-top: -80px;
  padding: 100px 15px 50px;
}

@media (width >= 768px) {
  .testimonials__text-wrap {
    padding: 115px 55px;
  }
}

@media (width >= 1200px) {
  .testimonials__text-wrap {
    width: calc(100% - 110px);
    margin-top: 0;
    padding: 100px 160px;
  }
}

.testimonials__single-top {
  font-size: 18px;
  font-weight: 300;
}

@media (width >= 1200px) {
  .testimonials__single-top {
    font-size: 20px;
  }
}

.testimonials__single-bottom {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.testimonials__title {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}

@media (width >= 768px) {
  .testimonials__title {
    font-size: 19px;
  }
}

.testimonial__single-abbr {
  background-color: #fff;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 15px;
  font-size: 60px;
  font-weight: 600;
  display: flex;
  position: relative;
  box-shadow: 0 -1px 30px -9px #0000004d;
}

@media (width >= 768px) {
  .testimonial__single-abbr {
    width: 160px;
    height: 160px;
    font-size: 70px;
  }
}

@media (width >= 1200px) {
  .testimonial__single-abbr {
    z-index: 1;
    width: 230px;
    height: 230px;
    margin-top: 0;
    font-size: 96px;
    position: absolute;
    left: 0;
    transform: translateX(0);
  }
}

.testimonials__single-icon {
  color: #fff;
  background-color: #0a84ff;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: -5px;
  right: 0;
}

@media (width >= 1200px) {
  .testimonials__single-icon {
    width: 80px;
    height: 80px;
    top: -15px;
  }
}

.testimonials__single-icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

@media (width >= 1200px) {
  .testimonials__single-icon svg {
    width: 45px;
    height: 45px;
  }

  .usp__wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: start;
    gap: 50px;
    display: flex;
  }
}

.usp__left-wrap {
  position: relative;
}

.usp__text-wrap {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Audiowide, sans-serif;
  font-size: 24px;
  font-weight: 400;
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}

@media (width >= 768px) {
  .usp__text-wrap {
    font-size: 27px;
  }
}

@media (width >= 1200px) {
  .usp__text-wrap {
    font-size: 32px;
    top: 50px;
  }
}

.usp__left-img {
  max-width: 100%;
}

@media (width >= 1200px) {
  .usp__left-img {
    max-width: 900px;
  }
}

.usp__left-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.usp__img {
  background-color: #fff;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 85px;
  height: 85px;
  display: flex;
  box-shadow: 0 -1px 30px -9px #0003;
}

.usp__img img {
  width: auto;
  max-width: 45px;
  height: auto;
  max-height: 100%;
}

.usp__single {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  display: flex;
}

@media (width >= 480px) {
  .usp__single {
    margin-top: 60px;
  }
}

@media (width >= 1200px) {
  .usp__single {
    margin-top: 50px;
  }
}

.usp__right-wrap {
  position: relative;
}

.usp__title {
  font-size: 25px;
  font-weight: 400;
}

.usp__line {
  z-index: -1;
  background-color: #e9e8e8;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 40px;
}

.blog__single {
  background-color: #fff;
}

.blog__single:nth-child(odd) {
  flex-direction: column-reverse;
  justify-content: start;
  align-items: start;
  display: flex;
}

.blog__content {
  width: 100%;
  padding: 50px 25px;
}

.blog__img {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 67%;
  position: relative;
  overflow: hidden;
}

.blog__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog__top-wrap {
  border-bottom: 1px solid #e9e8e8;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: flex;
}

.blog__date {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

@media (width >= 480px) {
  .blog__date {
    font-size: 16px;
  }
}

.blog__date svg {
  fill: #0a84ff;
  width: 20px;
  height: 20px;
}

.blog__share {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

@media (width >= 480px) {
  .blog__share {
    font-size: 16px;
  }
}

.blog__share svg {
  fill: #0a84ff;
  width: 10px;
  height: 10px;
}

.blog__share i {
  color: #0a84ff;
}

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

.blog__title {
  color: #0a84ff;
  font-size: 20px;
  font-weight: 500;
}

@media (width >= 480px) {
  .blog__title {
    font-size: 22px;
  }
}

.blog__description {
  color: #070707;
  margin-top: 25px;
}

.blog__description p {
  margin: 0;
}

.blog__readmore {
  color: #0a84ff;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

@media (width >= 480px) {
  .blog__readmore {
    font-size: 14px;
  }
}

.cat-top {
  padding: 32px 0;
}

.cat-top--bg-color {
  background-color: #010d18;
}

.cat-top--bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-title {
  color: #fff;
  text-transform: uppercase;
  margin: 15px 0 30px;
  font-family: Audiowide, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

@media (width >= 480px) {
  .category-title {
    font-size: 27px;
  }
}

@media (width >= 1200px) {
  .category-title {
    font-size: 32px;
  }
}

.cat-top__description {
  font-size: 16px;
  font-weight: 300;
  color: #fff !important;
}

@media (width >= 480px) {
  .cat-top__description {
    font-size: 18px;
  }
}

.cat-top__description font {
  color: #fff !important;
}

.cat-products__header {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin-bottom: 30px;
  padding: 0 15px;
  display: flex;
}

@media (width >= 480px) {
  .cat-products__header {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .cat-products__header {
    margin-bottom: 50px;
    padding: 0 15px;
  }
}

.cat-products__results {
  font-size: 18px;
  font-weight: 500;
}

.sort-op__container .form-control {
  border: none;
  font-size: 18px;
  font-weight: 500;
}

.cat-products__filters-btn {
  cursor: pointer;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.cat-products__filters-btn svg {
  width: 15px;
  height: 15px;
}

@media (width >= 1200px) {
  .cat-products__filters-btn {
    display: none;
  }

  .cat-products__wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    display: flex;
  }
}

.cat-products__left {
  background-color: #fff;
  border-radius: 2px;
  min-width: 340px;
  max-width: 650px;
  padding: 30px 0 30px 20px;
  position: sticky;
  top: 100px;
}

.cat-products__row {
  grid-gap: 0;
  grid-template-columns: repeat(24, 1fr);
  row-gap: 40px;
  display: grid;
}

@media (width >= 768px) {
  .cat-products__row {
    grid-gap: 0;
    grid-template-columns: repeat(36, 1fr);
    row-gap: 40px;
    display: grid;
  }
}

@media (width >= 1200px) {
  .cat-products__row {
    grid-gap: 0;
    grid-template-columns: repeat(48, 1fr);
    row-gap: 40px;
    display: grid;
  }
}

#n-category .product-box {
  grid-column: span 12;
}

.cat-products__empty {
  font-size: 18px;
  font-weight: 400;
}

.filter {
  background-color: #fff;
}

.filter__wrapper {
  scrollbar-width: thin;
  scrollbar-color: #cecece #fff;
  height: calc(100vh - 250px);
  overflow: auto;
}

@media (width >= 1200px) {
  .filter__wrapper {
    height: calc(100vh - 350px);
  }
}

.filter__heading {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

@media (width >= 1200px) {
  .filter__heading {
    margin-bottom: 50px;
  }
}

.filter__heading svg {
  width: 15px;
  height: 15px;
}

.new-filter {
  max-height: 50px;
  margin-bottom: 50px;
  margin-right: 15px;
  transition: max-height .4s ease-in-out;
  overflow: hidden;
}

@media (width >= 480px) {
  .new-filter {
    margin-right: 30px;
  }
}

@media (width >= 1200px) {
  .new-filter {
    margin-right: 20px;
  }
}

.filter-header {
  cursor: pointer;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.filter-header svg {
  width: 15px;
  height: 15px;
}

.filter-wrap.activeClass .filter-header__minus-icon {
  display: block;
}

.filter-wrap.activeClass .filter-header__plus-icon {
  display: none;
}

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

.filter-header__minus-icon {
  display: none;
}

.list-group-item {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.filter-name {
  color: #070707;
  border-bottom: 1px solid #e9e8e8;
  border-radius: 2px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 40px;
  margin: 0;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.filter-name svg {
  fill: #0a84ff;
  width: 16px;
  height: 16px;
}

.filter-name:hover {
  color: #fff;
  background-color: #071e34;
}

.filter-name:hover .filter-name__icon-default {
  opacity: 0;
}

.filter-name:hover .filter-name__icon-hover {
  opacity: 1;
}

.filter-name:hover .filter-name__brand-img {
  background-color: #0a84ff;
}

.filter-name__brand-img {
  background-color: #0000;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  margin-right: 15px;
  display: flex;
}

.filter-name__brand-img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.filter-name__icon-default {
  border: 1px solid #e9e8e8;
  border-radius: 30px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.filter-name__icon-hover {
  opacity: 0;
}

.filter-btns {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 90%;
  height: auto;
  margin-top: 20px;
  display: flex;
}

@media (width >= 1200px) {
  .filter-btns {
    height: 120px;
    margin-top: 0;
  }
}

.price__clear-btn {
  color: #070707;
  background-color: #0000;
  border: 1px solid #070707;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price__clear-btn:hover {
  color: #fff;
  background-color: #070707;
}

.price__filter-btn {
  color: #fff;
  background-color: #0a84ff;
  border: none;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.price__filter-btn:hover {
  color: #fff;
  background-color: #070707;
}

.ui-slider {
  text-align: left;
  border: none;
  width: 85%;
  height: 5px;
  margin: 10px 0 0;
  position: relative;
  background: #e9e8e8 !important;
}

.ui-slider-range {
  z-index: 1;
  background-position: 0 0;
  border: 0;
  height: 100%;
  margin: 0;
  font-size: .7em;
  display: block;
  position: absolute;
  top: 0;
  background: #e9e8e8 !important;
}

.ui-slider-handle {
  z-index: 2;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border: none;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  margin-left: -1px;
  position: absolute;
  top: -8px;
  box-shadow: 0 1px 4px #00000040;
  color: #0a84ff !important;
  background: #0a84ff !important;
}

.price_range {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.filter__clearall-btn {
  color: #070707;
  background-color: #fff;
  border-top: 1px solid #e9e8e8;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.filter__clearall-btn svg {
  width: 10px;
  height: 10px;
}

.filter__clearall-btn:hover {
  color: #0a84ff;
}

.filter__clearall-btn:hover svg {
  fill: #0a84ff;
}

.filter-remove .filter-name {
  color: #fff;
  background-color: #071e34;
}

.filter-remove .filter-name .filter-name__icon-default {
  opacity: 0 !important;
}

.filter-remove .filter-name .filter-name__icon-hover {
  opacity: 1 !important;
}

.filter-remove .filter-name .filter-name__brand-img {
  background-color: #0a84ff;
}

.cat-products__bottom {
  background-color: #fff;
}

.cat-products__bottom__wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 15px;
  display: flex;
}

@media (width >= 1200px) {
  .cat-products__bottom__wrap {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.pagination {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
  margin: 0;
  display: flex;
}

.page-item.active .page-link {
  color: #0a84ff !important;
  background-color: #0000 !important;
  text-decoration: underline !important;
}

.page-link {
  color: #070707 !important;
  background-color: #0000 !important;
  border: none !important;
  padding: 0 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
}

.page-link:hover {
  color: #0a84ff !important;
  background-color: #0000 !important;
  text-decoration: underline !important;
}

.page-link svg {
  width: 8px;
  height: 8px;
}

.prod-imgs {
  max-width: 100%;
  position: relative;
}

@media (width >= 1200px) {
  .prod-imgs {
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 35px;
    display: flex;
  }

  .prod-imgs__wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 40px;
    padding: 0;
  }

  .prod-imgs__thumbnails-slide {
    overflow: hidden;
  }

  .prod-imgs__thumbnails {
    width: 80px;
    padding: 0;
  }
}

.prod-imgs__thumbnails .prod-imgs__figure {
  border: 1px solid #0000;
  transform: scale(1);
}

.prod-imgs__thumbnails .splide__slide.is-active {
  border: none !important;
}

.prod-imgs__thumbnails .splide__slide.is-active .prod-imgs__figure {
  border: 1px solid #0a84ff;
  transform: scale(1);
}

@media (width >= 1200px) {
  .prod-imgs__wrap .splide__arrow {
    display: none;
  }
}

.prod-imgs__wrap .prod-imgs__figure {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 107%;
  position: relative;
  overflow: hidden;
}

.prod-imgs__figure {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.prod-imgs__figure .prod-imgs__img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-share {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding-top: 40px;
  display: flex;
}

.product-share svg {
  width: 25px;
  height: 25px;
}

.product-share .social__link {
  margin: 0;
  padding: 0;
}

.product-share__title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

@media (width >= 480px) {
  .product-share__title {
    font-size: 16px;
  }
}

@media (width >= 1200px) {
  .product-share__title {
    font-size: 14px;
  }
}

.item-info__single {
  background-color: #fff;
  border-radius: 3px;
  max-height: 100px;
  margin-bottom: 30px;
  transition: all .4s ease-in-out;
  overflow: hidden;
}

.item-info__title {
  cursor: pointer;
  background-color: #071e34;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  margin: 0;
  padding: 0 25px;
  display: flex;
}

@media (width >= 1200px) {
  .item-info__title {
    padding: 0 35px;
  }
}

.item-info__title span {
  color: #fff;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

@media (width >= 480px) {
  .item-info__title span {
    font-size: 27px;
  }
}

@media (width >= 1200px) {
  .item-info__title span {
    font-size: 32px;
  }
}

.item-info__title span svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

@media (width >= 1200px) {
  .item-info__title span svg {
    width: 40px;
    height: 40px;
  }
}

.item-info__title.activeClass .item-info__minus-icon {
  display: block;
}

.item-info__title.activeClass .item-info__plus-icon {
  display: none;
}

.item-info__plus-icon, .item-info__minus-icon {
  fill: #fff;
  width: 30px;
  height: 30px;
}

@media (width >= 1200px) {
  .item-info__plus-icon, .item-info__minus-icon {
    width: 40px;
    height: 40px;
  }
}

.item-info__minus-icon {
  display: none;
}

.item-info__text {
  padding: 30px 25px;
  font-size: 16px;
  font-weight: 300;
}

@media (width >= 1200px) {
  .item-info__text {
    padding: 30px 35px;
    font-size: 18px;
  }
}

.item-info__text .table {
  margin: 0;
}

.item-info__text .table td {
  border-top: none;
  border-bottom: 1px solid #070707;
  font-weight: 500;
}

.item-info__text .table td strong {
  font-weight: 300;
}

.item-info__text--reviews .main-btn {
  width: 180px;
  height: 45px;
  margin-top: 50px;
}

.item-info__text--reviews .main-btn svg {
  fill: #fff;
}

.item-info__review-title {
  font-size: 18px;
  font-weight: 400;
}

@media (width >= 480px) {
  .item-info__review-title {
    font-size: 20px;
  }
}

@media (width >= 1200px) {
  .item-info__review-title {
    font-size: 18px;
  }
}

.item-info__review-subtxt {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 300;
}

@media (width >= 480px) {
  .item-info__review-subtxt {
    font-size: 18px;
  }
}

@media (width >= 1200px) {
  .item-info__review-subtxt {
    font-size: 16px;
  }
}

.product {
  margin-top: 25px;
}

@media (width >= 1200px) {
  .product__wrap {
    grid-gap: 145px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

.product-images__wrap {
  background-color: #fff;
}

@media (width >= 1200px) {
  .product-images__wrap {
    position: sticky;
    top: 110px;
  }
}

.prod-header__manual-btn img {
  width: auto;
  max-width: 35px;
  height: auto;
  max-height: 100%;
}

.prod-header {
  margin-top: 80px;
}

@media (width >= 1200px) {
  .prod-header {
    margin-top: 0;
  }
}

.prod-header__sku {
  font-size: 15px;
  font-weight: 300;
}

@media (width >= 480px) {
  .prod-header__sku {
    font-size: 18px;
  }
}

.prod-header__title {
  margin-top: 7px;
  font-size: 24px;
  font-weight: 500;
}

@media (width >= 480px) {
  .prod-header__title {
    font-size: 27px;
  }
}

@media (width >= 1200px) {
  .prod-header__title {
    font-size: 30px;
  }
}

.prod-header__price-wrap {
  margin-top: 15px;
}

.prod-header__price-wrap small {
  color: #797d86;
  font-size: 16px;
  font-weight: 400;
}

.prod-header__price-inner {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  display: flex;
}

.prod-header__price {
  color: #070707;
  font-size: 21px;
  font-weight: 600;
}

@media (width >= 480px) {
  .prod-header__price {
    font-size: 24px;
  }
}

.prod-header__price--orange {
  color: #0a84ff;
}

.prod-header__price--was {
  color: #070707;
  font-size: 20px;
  font-weight: 500;
}

@media (width >= 480px) {
  .prod-header__price--was {
    font-size: 24px;
  }
}

@media (width >= 1200px) {
  .prod-header__price--was {
    font-size: 23px;
  }
}

.prod-header__price--now {
  color: #0a84ff;
  font-size: 23px;
  font-weight: 600;
}

@media (width >= 480px) {
  .prod-header__price--now {
    font-size: 27px;
  }
}

@media (width >= 1200px) {
  .prod-header__price--now {
    font-size: 26px;
  }
}

.prod-header__price-ending {
  color: #0a84ff;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

.prod-header__price-time {
  color: #0a84ff;
  font-size: 14px;
  font-weight: 400;
}

.prod-header__price-old {
  color: #797d86;
  font-size: 12px;
  font-weight: 300;
  text-decoration: line-through;
}

@media (width >= 480px) {
  .prod-header__price-old {
    font-size: 13px;
  }
}

@media (width >= 1200px) {
  .prod-header__price-old {
    font-size: 16px;
  }
}

.prod-header__shipping-results {
  background-color: #fff;
  padding: 0 15px 30px;
}

@media (width >= 1200px) {
  .prod-header__shipping-results {
    padding: 0 25px 30px;
  }
}

.prod-header__text {
  background-color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
  padding: 13px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.prod-header__text .zip-widget__wrapper {
  padding: 0;
}

.prod-header__text img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 90px !important;
}

.prod-header__text .zip-logo, .prod-header__text span {
  margin: 0 !important;
}

.prod-header__text p {
  flex-direction: column-reverse;
  align-items: center;
  margin: 0;
  display: flex;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.prod-header__text p .zip-learn-more, .prod-header__text p br {
  display: none !important;
}

.prod-header__text .zip-container, .prod-header__text .zip-container span, .prod-header__text .zip-container span strong {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.prod-header__text .zip-container {
  margin-top: -10px;
}

@media (width >= 1200px) {
  .prod-header__text--payment-methods {
    gap: 100px;
  }
}

.prod-header__section-wrap {
  background-color: #fff;
  margin-top: 40px;
  padding: 0 15px;
}

.prod-header__single-section {
  color: #070707;
  border-bottom: 1px solid #e9e8e8;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.prod-header__single-section:last-child {
  border-bottom: none;
}

.prod-header__single-section svg {
  fill: #0a84ff;
  width: 15px;
  height: 15px;
}

.prod-header__badge {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  display: flex;
}

.prod-header__badge i {
  display: none;
}

.buying-options {
  background-color: #fff;
  margin-top: 40px;
  padding: 30px 15px;
}

@media (width >= 1200px) {
  .buying-options {
    padding: 30px 20px;
  }
}

.buying-options__wrap {
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}

.buying-options__qty-wrap {
  position: relative;
}

.buying-options__qty-wrap .form-control {
  text-align: center;
  border: 1px solid #070707;
  border-radius: 30px;
  height: 50px;
  font-size: 18px;
  font-weight: 600;
}

@media (width >= 480px) {
  .buying-options__qty-wrap .form-control {
    height: 55px;
  }
}

@media (width >= 1200px) {
  .buying-options__qty-wrap .form-control {
    height: 50px;
  }
}

.buying-options__qty-wrap .inc-qty, .buying-options__qty-wrap .dec-qty {
  cursor: pointer;
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.buying-options__qty-wrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.buying-options__qty-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.buying-options__qty-wrap input[type="number"] {
  -moz-appearance: textfield;
}

.buying-options__qty-wrap .inc-qty {
  right: 15px;
}

.buying-options__qty-wrap .dec-qty {
  left: 15px;
}

.buying-options__wishlist-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.buying-options__wishlist-btn {
  color: #070707;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
}

.buying-options__wishlist-btn:hover {
  color: #0a84ff;
  text-decoration: underline;
}

.prod-header__variation-single {
  margin-top: 40px;
}

.prod-header__variation-input select {
  width: 100%;
  height: 45px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
  border: none !important;
}

@media (width >= 480px) {
  .prod-header__variation-input select {
    height: 50px;
    font-size: 16px;
  }
}

@media (width >= 1200px) {
  .prod-header__variation-input select {
    height: 45px;
    font-size: 14px;
  }
}

.variation-name {
  margin: 0 0 25px;
}

.variation-name label {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

@media (width >= 480px) {
  .variation-name label {
    font-size: 18px;
  }
}

@media (width >= 1200px) {
  .variation-name label {
    font-size: 16px;
  }
}

.prod-shipping {
  margin-top: 40px;
}

.prod-shipping__title, .prod-bottom__text {
  font-size: 16px;
  font-weight: 500;
}

@media (width >= 480px) {
  .prod-shipping__title, .prod-bottom__text {
    font-size: 16px;
  }
}

.prod-shipping__wrap {
  grid-gap: 15px;
  background-color: #fff;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 25px;
  padding: 35px 15px;
  display: grid;
}

@media (width >= 1200px) {
  .prod-shipping__wrap {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding: 35px 20px;
    display: grid;
  }
}

.prod-shipping__single input, .prod-shipping__single select {
  color: #070707;
  border: 1px solid #e9e8e8;
  border-radius: 30px;
  height: 40px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

@media (width >= 480px) {
  .prod-shipping__single input, .prod-shipping__single select {
    height: 45px;
    font-size: 16px;
  }
}

.prod-shipping__single input::placeholder, .prod-shipping__single select::placeholder {
  color: #070707;
}

.prod-shipping__single--calculate-shipping .calculate__shipping {
  color: #fff;
  background-color: #070707;
  border: none;
  border-radius: 30px;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

@media (width >= 480px) {
  .prod-shipping__single--calculate-shipping .calculate__shipping {
    height: 45px;
    font-size: 16px;
  }
}

.prod-shipping__single--calculate-shipping .calculate__shipping:hover {
  background-color: #0a84ff;
}

.prod-shipping__options {
  margin-bottom: 10px;
}

.prod-shipping__options:last-child {
  margin-bottom: 0;
}

.prod-bottom {
  margin-top: 40px;
}

.prod-bottom .ft-bottom__icons {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.prod-header__rent-wrap {
  border-top: 1px solid #e9e8e8;
  border-bottom: 1px solid #e9e8e8;
  margin-top: 40px;
  padding: 20px 0;
}

@media (width >= 768px) {
  .prod-header__rent-wrap {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.prod-header__rent-wrap .main-btn {
  color: #fff;
  background-color: #071e34;
  border: none;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.prod-header__rent-wrap .main-btn img {
  width: auto;
  max-width: 30px;
  height: auto;
  max-height: 100%;
}

.prod-header__rent-wrap .main-btn:hover {
  background-color: #031424;
}

.prod-header__rent-text {
  margin-bottom: 30px;
}

@media (width >= 768px) {
  .prod-header__rent-text {
    margin-bottom: 0;
  }
}

.prod-header__rent-text p {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.prod-header__rent-text p strong {
  font-weight: 500 !important;
}

.mthire-form {
  height: 100%;
  position: relative;
}

.mthire-form .enquire-form__wrap {
  scrollbar-color: #cecece #f2f2f2;
  scrollbar-width: thin;
  height: calc(100vh - 420px);
  padding: 0 15px 25px;
  overflow-y: scroll;
}

@media (width >= 1200px) {
  .mthire-form .enquire-form__wrap {
    height: calc(100vh - 70px);
    padding: 0 25px;
  }
}

@media (height <= 890px) {
  .mthire-form .enquire-form__wrap {
    height: calc(100vh - 400px);
  }
}

.mthire-form label {
  font-size: 15px;
  font-weight: 400;
}

.mthire-form .input-required {
  color: #0a84ff;
}

.mthire-form .form-group__wrap {
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0;
  display: grid;
}

@media (width >= 768px) {
  .mthire-form .form-group__wrap {
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    display: grid;
  }
}

.mthire-form .form-control {
  border: 1px solid #e9e8e8;
  height: 40px;
}

.mthire-form .form-control--message {
  height: 160px;
}

.mthire-form .form-group__btn-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
}

@media (width >= 1200px) {
  .mthire-form .form-group__btn-wrap {
    width: max-content;
  }
}

.mthire-form .form-group__btn-wrap p {
  margin: 0;
  padding: 0;
}

.mthire-form .form-group__btn-wrap input {
  color: #fff;
  background-color: #0a84ff;
  border: none;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  font-size: 26px;
  font-weight: 700;
  display: flex;
}

@media (width >= 768px) {
  .mthire-form .form-group__btn-wrap input {
    width: 500px;
  }
}

.mthire__text-wrap {
  margin-bottom: 50px;
  padding: 0 15px;
}

@media (width >= 1200px) {
  .mthire__text-wrap {
    padding: 0 25px;
  }
}

.mthire__text-wrap a {
  color: #070707;
}

.mthire__text-wrap .mthire-title {
  font-size: 18px;
  font-weight: 600;
}

.mthire__text-wrap .mthire-subtext {
  font-size: 14px;
  font-weight: 300;
}

.prod-header__video-wrap {
  margin-top: 50px;
}

#n-content .enquire-form__wrap {
  height: max-content;
  padding: 25px 15px;
  overflow: auto;
}

@media (width >= 768px) {
  #n-content .enquire-form__wrap {
    padding: 25px 25px 0;
  }
}

@media (width >= 1200px) {
  #n-content .enquire-form__wrap {
    max-width: 1024px;
    margin: 0 auto;
  }
}

#n-content .form-group__btn-wrap {
  width: 100%;
  position: relative;
}

#n-content .enquire-form__btn {
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 500;
  height: 45px !important;
}

.gd-cart__continue-shopping {
  background-color: #0000;
  border: none;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  margin: 25px 0 30px;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.gd-cart__continue-shopping svg {
  fill: #0a84ff;
  width: 20px;
  height: 20px;
}

.gd-cart__continue-shopping:hover {
  color: #0a84ff;
}

.gd-cart__create-quote {
  background-color: #cecece;
  border: none;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 100%;
  height: 45px;
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

@media (width >= 768px) {
  .gd-cart__create-quote {
    width: 280px;
  }
}

.gd-cart__create-quote svg {
  width: 20px;
  height: 20px;
}

.gd-cart__create-quote:hover {
  color: #fff;
  background-color: #070707;
}

.gd-cart__create-quote:hover svg {
  fill: #fff;
}

.gd-cart .calculate__title-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.gd-cart .card-title {
  text-transform: capitalize;
  background-color: #0000;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 600;
}

.gd-cart .calculate__text {
  text-transform: capitalize;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.gd-cart .calculate__text a {
  color: #0a84ff;
  font-weight: 500;
  text-decoration: underline;
}

.gd-cart .calculate__text a:hover {
  text-decoration: underline;
}

@media (width >= 1200px) {
  .gd-cart__wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .gd-cart__table-wrap {
    width: 820px;
  }

  .gd-cart__total-sidebar {
    width: 460px;
  }
}

.calculate {
  margin-top: 80px;
}

.calculate__card {
  background-color: #fff;
  margin-top: 25px;
  padding: 25px 20px;
}

@media (width >= 1200px) {
  .calculate__card {
    padding: 45px 35px;
  }
}

.calculate__form-text {
  text-transform: capitalize;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.calculate__truck {
  fill: #0a84ff;
  stroke: #0a84ff;
  width: 25px;
  height: 25px;
}

.calculate__info {
  width: 11px;
  height: 11px;
}

.calculate__form {
  grid-gap: 12px;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}

@media (width >= 1200px) {
  .calculate__form {
    grid-gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
  }
}

.calculate__input-wrap {
  width: 100%;
}

.calculate__input-wrap .calculate__input {
  color: #070707;
  text-transform: capitalize;
  border: 1px solid #e9e8e8;
  border-radius: 30px;
  width: 100%;
  height: 45px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 400;
}

.calculate__input-wrap .calculate__input::placeholder {
  color: #070707;
  font-size: 15px;
  font-weight: 400;
}

.calculate__input-wrap .calculate__input.activeClass {
  color: #e53935;
  border: 1px solid #e53935;
}

.calculate__input-wrap .calculate__input.activeClass::placeholder {
  color: #e53935;
}

.gd-cart__calculate-btn {
  color: #fff;
  text-transform: capitalize;
  background-color: #070707;
  border: none;
  border-radius: 30px;
  height: 45px;
  font-size: 16px;
  font-weight: 400;
}

.gd-cart__calculate-btn:hover {
  background-color: #0a84ff;
}

.calculate__card-text {
  border-top: 1px solid #e9e8e8;
  margin-top: 25px;
  padding-top: 25px;
}

.calculate__card-text .gd-cart__shipping-row {
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: start;
  gap: 15px;
  margin: 0 0 20px;
  display: flex;
}

.calculate__card-text .gd-cart__shipping-row:last-child {
  margin: 0;
}

.calculate__card-text .gd-cart__radio {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  accent-color: #070707 !important;
}

.calculate__card-text .gd-cart__row-value {
  color: #070707;
  margin: 0;
  padding: 0 0 10px;
  font-size: 15px;
  font-weight: 400;
}

.calculate__card-text .gd-cart__row-value b {
  font-weight: 400;
}

.calculate__card-text .gd-cart__row-text {
  color: #797d86;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
}

.gd-cart__table .gd-cart__top-wrap {
  margin-bottom: 25px;
}

.gd-cart__table .gd-cart__top-wrap .calculate__text {
  margin-top: 10px;
}

@media (width >= 1200px) {
  .gd-cart__table .gd-cart__top-wrap .calculate__text {
    margin-top: 0;
  }

  .gd-cart__table .gd-cart__top-wrap {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
}

.gd-cart__item-wrap {
  background-color: #fff;
  padding: 20px;
}

.gd-cart__item {
  border-bottom: 1px solid #e9e8e8;
  flex-flow: row;
  justify-content: flex-start;
  align-items: start;
  padding: 20px 0;
  display: flex;
}

.gd-cart__item:first-child {
  border-top: 1px solid #e9e8e8;
}

@media (width >= 1200px) {
  .gd-cart__item-info {
    flex-flow: row;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
    width: 100%;
    display: flex;
  }
}

.gd-cart__item-right {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  display: flex;
}

@media (width >= 1200px) {
  .gd-cart__item-right {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    display: flex;
  }

  .gd-cart__item-info-box {
    width: 400px;
  }
}

.gd-cart__item-img {
  margin-right: 20px;
}

.gd-cart__item-img img {
  width: auto;
  max-width: 50px;
  height: auto;
  max-height: 100%;
}

@media (width >= 1200px) {
  .gd-cart__item-img img {
    max-width: 60px;
  }
}

.gd-cart__item-title {
  color: #070707;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

@media (width >= 768px) {
  .gd-cart__item-title {
    font-size: 16px;
  }
}

.gd-cart__item-sku {
  color: #070707;
  margin: 20px 0 30px;
  font-size: 13px;
  font-weight: 300;
}

@media (width >= 1200px) {
  .gd-cart__item-sku {
    margin: 20px 0 0;
  }
}

.gd-cart__item-sku span {
  font-weight: 300;
}

.gd-cart__item-input {
  text-align: center;
  border: 1px solid #e9e8e8;
  width: 90px;
  height: 45px;
  font-size: 20px;
  font-weight: 500;
}

.gd-cart__item-price {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

@media (width >= 1200px) {
  .gd-cart__item-price {
    text-align: center;
    width: 120px;
    margin-top: 0;
  }
}

.gd-cart__item-remove {
  border: 1px solid #e9e8e8;
  border-radius: 50%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  height: 20px;
  display: flex;
}

@media (width >= 1200px) {
  .gd-cart__item-remove {
    margin-left: auto;
  }
}

.gd-cart__item-remove svg {
  stroke: #e9e8e8;
  stroke-width: 3px;
  width: 8px;
  height: 8px;
}

.gd-cart__item-remove:hover {
  border: 1px solid #0a84ff;
}

.gd-cart__item-remove:hover svg {
  stroke: #0a84ff;
}

.gd-cart__update-change {
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #070707;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 100%;
  height: 45px;
  margin-top: 40px;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.gd-cart__update-change:hover {
  color: #fff;
  background-color: #070707;
}

.gd-cart__update-change:hover svg {
  fill: #fff;
}

.calculate__input-error {
  color: #e53935;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
}

.gd-cart__checkout-btn {
  color: #fff;
  text-transform: capitalize;
  background-color: #0a84ff;
  border: none;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 100%;
  height: 55px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.gd-cart__checkout-btn svg {
  fill: #fff;
  width: 20px;
  height: 22px;
}

.gd-cart__checkout-btn:hover {
  background-color: #070707;
}

.gd-cart__total-wrap {
  background-color: #fff;
  padding: 22px 18px;
}

@media (width >= 1200px) {
  .gd-cart__total-wrap {
    padding: 30px;
  }
}

.gd-cart__total-wrap .card-title {
  margin-bottom: 25px;
}

.gd-cart__total-wrap .gd-cart__row {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.gd-cart__total-wrap .gd-cart__row:last-child {
  margin-bottom: 0;
}

.gd-cart__total-wrap .gd-cart__row .gd-cart__row-text {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 400;
}

.gd-cart__total-wrap .gd-cart__row .gd-cart__row-value {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
}

.gd-cart__total-wrap .gd-cart__row--discount {
  border-top: 1px solid var(--grey-for-lines);
  padding-top: 30px;
}

.gd-cart__total-wrap .gd-cart__row--discount .title {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
}

.gd-cart__total-wrap .gd-cart__row--discount .subtext {
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: 400;
}

.gd-cart__grand-total {
  background-color: #070707;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 12px;
  padding: 15px;
  display: flex;
}

@media (width >= 1200px) {
  .gd-cart__grand-total {
    padding: 15px 30px;
  }
}

.gd-cart__grand-total .gd-cart__total-title {
  color: #fff;
  text-transform: capitalize;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

@media (width >= 1200px) {
  .gd-cart__grand-total .gd-cart__total-title {
    font-size: 23px;
  }

  .gd-cart__total-sidebar-wrap {
    position: sticky;
    top: 120px;
  }
}

.gd-cart__payment-options {
  background-color: #fff;
  margin-top: 30px;
  padding: 20px 15px;
}

@media (width >= 1200px) {
  .gd-cart__payment-options {
    padding: 20px 30px;
  }
}

.gd-cart__payment-options img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 80px !important;
}

.gd-cart__payment-options .zip-widget__wrapper {
  padding: 0;
}

.gd-cart__payment-options .card {
  border: none;
  margin: 0;
}

.gd-cart__payment-options .card-body {
  margin: 0;
  padding: 0;
}

.gd-cart__payment-options .card-body p {
  display: none;
}

.gd-cart__header {
  border-bottom: 1px solid var(--grey-for-lines);
  z-index: 2;
  background-color: #031424;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.gd-cart__header-wrap {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  transition: height .1s ease-in-out;
  display: flex;
}

@media (width >= 768px) {
  .gd-cart__header-wrap {
    height: 80px;
  }
}

@media (width >= 1200px) {
  .gd-cart__header-wrap {
    height: 90px;
  }
}

.gd-cart__main-title {
  color: #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

@media (width >= 1200px) {
  .gd-cart__main-title {
    font-size: 32px;
  }
}

.gd-cart__main-title svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

@media (width >= 1200px) {
  .gd-cart__main-title svg {
    width: 25px;
    height: 25px;
  }
}

.gd-cart__logo img {
  width: auto;
  max-width: 158px;
  height: auto;
  max-height: 100%;
}

@media (width >= 1200px) {
  .gd-cart__logo img {
    max-width: 197px;
  }
}

.cart-line {
  z-index: 3;
  background-color: #fff;
  width: 100%;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 4px #00000040;
  transform: translateY(0) !important;
}

.cart-line.activeClass {
  transform: translateY(100%) !important;
}

.cart-line__wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  display: flex;
}

.section-info__title {
  color: #fff;
  font-family: Audiowide, sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center !important;
  margin: 0 !important;
}

@media (width >= 1200px) {
  .section-info__title {
    text-align: right !important;
    font-size: 60px !important;
  }
}

.section-info__subtext {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

@media (width >= 1200px) {
  .section-info__subtext {
    text-align: right;
    width: 230px;
    margin: 0 0 50px auto;
    font-size: 34px;
  }
}

.section-info {
  height: 100%;
}

@media (width >= 1200px) {
  .section-info {
    grid-template-columns: 30% 70%;
    display: grid;
  }
}

@media screen and (width >= 1920px) and (width <= 2560px) {
  .section-info {
    grid-template-columns: 25% 75%;
  }
}

.section-info__banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 100px 15px;
}

@media (width >= 768px) {
  .section-info__banner {
    padding: 100px 30px;
  }
}

@media (width >= 1200px) {
  .section-info__banner {
    padding: 80px 80px 0 0;
  }
}

.section-info__right {
  margin: 50px 15px;
}

@media (width >= 768px) {
  .section-info__right {
    margin: 50px 30px;
  }
}

@media (width >= 1200px) {
  .section-info__right {
    margin: 80px 15px 80px 80px;
  }
}

.section-info__right--mthire {
  margin: 0;
}

.section-info__logo {
  width: auto;
  max-width: 275px;
  height: auto;
  max-height: 100%;
  margin: 0 0 50px;
}

.section-info__box {
  max-width: 100%;
  margin: 0 0 50px;
}

@media (width >= 1200px) {
  .section-info__box {
    max-width: 650px;
    margin: 0 0 50px;
  }
}

.section-info__box h2 {
  margin: 0 0 25px;
  font-size: 28px;
  font-weight: 600;
}

.section-info__box h3 {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 600;
}

.section-info__box p {
  margin: 0 0 25px;
  font-size: 16px;
  font-weight: 300;
}

.section-info__box ul {
  margin: 0;
  padding: 0;
  list-style: disc;
}

.section-info__box ul li {
  margin-left: 20px;
  font-size: 16px;
  font-weight: 300;
}

.section-info__box--gray-box {
  background-color: #f2f2f2;
  padding: 15px;
}

@media (width >= 768px) {
  .section-info__box--gray-box {
    padding: 30px;
  }
}

@media (width >= 1200px) {
  .section-info__box--gray-box {
    padding: 50px;
  }
}

.section-info__box--contact-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 15px;
}

@media (width >= 768px) {
  .section-info__box--contact-box {
    padding: 30px;
  }
}

@media (width >= 1200px) {
  .section-info__box--contact-box {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    display: flex;
  }
}

.section-info__box--contact-box h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
}

@media (width >= 1200px) {
  .section-info__box--contact-box h2 {
    width: 370px;
    font-size: 34px;
  }
}

.section-info__box--contact-box .main-btn {
  color: #070707;
  width: 142px;
  height: 45px;
  padding: 0 15px;
}

.section-info__box--contact-box .main-btn:hover {
  color: #fff;
  background-color: #070707;
}

.terms {
  margin-top: 50px;
}

.terms-wrap {
  padding: 0 !important;
}

.terms-showcase {
  margin-bottom: 40px;
}

@media (width >= 1200px) {
  .terms-showcase {
    padding: 0 45px;
  }
}

.terms-showcase img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.terms-section {
  margin-bottom: 50px;
}

@media (width >= 1200px) {
  .terms-section {
    padding: 0 45px;
  }
}

.terms-section h2 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 600;
}

.terms-section p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

.terms-section--grey {
  background-color: #f2f2f2;
  padding: 15px;
}

@media (width >= 1200px) {
  .terms-section--grey {
    padding: 45px;
  }
}

.privacy {
  margin-top: 50px;
}

.privacy-wrap {
  padding: 0 !important;
}

.privacy-text p {
  padding: 0 0 20px;
  font-size: 16px;
  font-weight: 300;
}

.privacy-top {
  grid-gap: 25px;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}

@media (width >= 1200px) {
  .privacy-top {
    grid-gap: 100px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

.privacy-bottom {
  margin-top: 50px;
}

.privacy-showcase {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 599px;
}

@media (width >= 1200px) {
  .privacy-showcase {
    width: 492px;
  }
}

.privacy-section {
  margin-bottom: 50px;
}

@media (width >= 1200px) {
  .privacy-section {
    padding: 0 45px;
  }
}

.privacy-section h2 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 600;
}

.privacy-section p {
  font-size: 16px;
  font-weight: 300;
}

.privacy-section--grey {
  background-color: #f2f2f2;
  padding: 15px;
}

@media (width >= 1200px) {
  .privacy-section--grey {
    padding: 45px;
  }
}

.page-brands .breadcrumbs {
  padding: 40px 0 0 !important;
}

.page-brands .breadcrumbs__list {
  align-items: center;
  width: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: start !important;
  padding: 0 !important;
}

@media (width >= 480px) {
  .page-brands .breadcrumbs__list {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .page-brands .breadcrumbs__list {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.page-brands .breadcrumbs__list-item, .page-brands .breadcrumbs__link {
  color: #070707 !important;
}

.page-brands h1 {
  text-align: center;
  margin: 60px 0 30px;
  font-size: 24px;
  font-weight: 500;
}

@media (width >= 480px) {
  .page-brands h1 {
    font-size: 27px;
  }
}

@media (width >= 1200px) {
  .page-brands h1 {
    font-size: 32px;
  }
}

.manufacturers {
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1024px;
  margin: 50px auto 0;
  padding: 0;
  display: grid;
}

@media (width >= 768px) {
  .manufacturers {
    grid-gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 30px;
    display: grid;
  }
}

@media (width >= 1200px) {
  .manufacturers {
    padding: 0 15px;
  }
}

.manufacturers__single {
  color: #070707;
  background-color: #f2f2f2;
  border-radius: 7px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.manufacturers__single:hover .manufacturers__img {
  transform: scale(1.05);
}

.manufacturers__img {
  width: 100%;
  height: 0;
  margin: 0;
  padding-bottom: 41%;
  transition: transform .4s ease-in-out;
  position: relative;
  overflow: hidden;
}

.manufacturers__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.capricorn-banner__wrap, .capricorn-showcase__wrap, .capricorn-text__wrap, .capricorn-contact__wrap, .capricorn-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (width >= 480px) {
  .capricorn-banner__wrap, .capricorn-showcase__wrap, .capricorn-text__wrap, .capricorn-contact__wrap, .capricorn-bottom {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .capricorn-banner__wrap, .capricorn-showcase__wrap, .capricorn-text__wrap, .capricorn-contact__wrap, .capricorn-bottom {
    padding: 0 15px;
  }
}

.capricorn-banner {
  background-color: #381460;
  height: 300px;
}

@media (width >= 1200px) {
  .capricorn-banner {
    height: 360px;
  }
}

.capricorn-banner__wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

@media (width >= 1200px) {
  .capricorn-banner__wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: start;
    padding-top: 80px;
    display: flex;
  }
}

.capricorn-showcase {
  margin-top: 50px;
}

@media (width >= 1200px) {
  .capricorn-showcase {
    margin-top: -150px;
  }
}

.capricorn-showcase__wrap {
  grid-gap: 0;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}

@media (width >= 1200px) {
  .capricorn-showcase__wrap {
    grid-gap: 0;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
}

.capricorn-showcase__img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

@media (width >= 1200px) {
  .capricorn-showcase__img:first-child {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .capricorn-showcase__img:last-child {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}

.capricorn-text {
  margin: 50px 0 0;
}

@media (width >= 1200px) {
  .capricorn-text {
    margin: 80px 0 0;
  }
}

.capricorn-text__wrap {
  grid-gap: 15px;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}

@media (width >= 1200px) {
  .capricorn-text__wrap {
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

.capricorn-text__wrap p {
  color: #212121;
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.capricorn-contact {
  margin: 50px auto 0;
}

@media (width >= 1200px) {
  .capricorn-contact {
    max-width: 340px;
    margin: 80px auto 0;
  }
}

.capricorn-contact p {
  text-align: center;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 300;
}

.capricorn-contact p a {
  color: #070707;
  font-weight: bold;
}

.capricorn-contact p a:hover {
  color: #381460;
}

.capricorn-contact .main-btn {
  color: #fff;
  background-color: #381460;
  width: 170px;
  height: 45px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
}

.capricorn-contact .main-btn:hover {
  background-color: #5d00d0;
}

.capricorn-bottom {
  background-color: #f2f2f2;
  border-radius: 24px;
  margin-top: 50px;
  padding: 30px 15px;
}

@media (width >= 480px) {
  .capricorn-bottom {
    padding: 30px;
  }
}

@media (width >= 1200px) {
  .capricorn-bottom {
    margin-top: -22px;
    padding: 120px 60px;
  }
}

.capricorn-bottom__section-top {
  grid-gap: 15px;
  grid-template-columns: repeat(1, 1fr);
  display: grid;
}

@media (width >= 1200px) {
  .capricorn-bottom__section-top {
    grid-template-columns: 740px 234px;
    justify-content: space-between;
  }
}

.capricorn-bottom p {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 300;
}

.capricorn-bottom a {
  color: #070707;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
  display: block;
}

.capricorn-bottom a:hover {
  color: #381460;
  text-decoration: underline !important;
}

.capricorn-bottom__img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.capricorn-bottom__section-bottom {
  grid-gap: 15px;
  grid-template-columns: repeat(1, 1fr);
  margin: 50px 0 0;
  display: grid;
}

@media (width >= 1200px) {
  .capricorn-bottom__section-bottom {
    grid-template-columns: 420px 640px;
    justify-content: space-between;
    margin: 80px 0 0;
  }
}

.capricorn-bottom__text--bottom div {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.capricorn-bottom__text--bottom p {
  margin: 20px 0 0;
  font-size: 22px;
  font-weight: 300;
}

.capricorn-bottom__video iframe {
  border-radius: 16px;
  width: 100%;
  height: 310px;
}

.section-info__text-wrap {
  text-align: left;
  margin: 25px 0 0;
}

@media (width >= 1200px) {
  .section-info__text-wrap {
    text-align: right;
    width: 330px;
    margin-left: auto;
  }
}

.section-info__text-wrap ul {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.section-info__text-wrap ul:last-child {
  margin-bottom: 0;
}

.section-info__text-wrap ul li {
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.section-info__text-wrap ul li:last-child {
  margin-bottom: 0;
}

.section-info__text-wrap ul li b {
  font-weight: 600;
}

.section-info__text-wrap ul a {
  color: #fff;
}

.contactus__form {
  width: 100%;
}

@media (width >= 1200px) {
  .contactus__form {
    width: calc(100% - 240px);
  }
}

@media screen and (width >= 1920px) and (width <= 2560px) {
  .contactus__form {
    width: calc(100% - 650px);
  }
}

.contactus__form--mthire {
  padding: 50px 15px;
}

@media (width >= 768px) {
  .contactus__form--mthire {
    padding: 50px 30px;
  }
}

@media (width >= 1200px) {
  .contactus__form--mthire {
    padding: 80px 15px 80px 80px;
  }
}

.contactus__input-wrap {
  margin-bottom: 40px;
}

.contactus__input-wrap--is-btn {
  margin-bottom: 0;
}

@media (width >= 1200px) {
  .contact-form__wrap {
    grid-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    display: grid;
  }
}

.contactus__label {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.contactus__label div {
  color: #0a84ff;
}

.contactus__input {
  color: #070707;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
}

.contactus__input::placeholder {
  color: #c7c7c7;
  font-weight: 300;
}

.contactus__input--message {
  height: 240px;
  padding: 15px;
}

.contactus__input-btn {
  color: #fff;
  background-color: #0a84ff;
  border: none;
  border-radius: 100px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  margin-left: auto;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.contactus__input-btn:hover {
  background-color: #086acc;
}

.section-info__bottom {
  background-color: #f2f2f2;
  padding: 50px 15px;
}

@media (width >= 768px) {
  .section-info__bottom {
    padding: 50px 30px;
  }
}

@media (width >= 1200px) {
  .section-info__bottom {
    padding: 80px 0 80px 80px;
  }
}

.section-info__bottom h2 {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 600;
}

.section-info__bottom ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-info__bottom ul li {
  margin: 0 0 10px 15px;
  font-weight: 300;
  list-style: disc;
}

.section-info__bottom ul li:last-child {
  margin: 0 0 0 15px;
}

.account-summary__page {
  background-color: #fff;
}

.account-summary__page .main__wrap {
  max-width: 100% !important;
  margin-top: 135px !important;
  padding: 0 !important;
}

@media (width >= 480px) {
  .account-summary__page .main__wrap {
    margin-top: 160px !important;
  }
}

@media (width >= 1200px) {
  .account-summary__page .main__wrap {
    margin-top: 185px !important;
  }
}

.account-summary__page .main__wrap.down, .account-summary__page .main__wrap.up {
  margin-top: 0 !important;
}

.summary-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
}

.summary-banner__wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
}

@media (width >= 480px) {
  .summary-banner__wrap {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .summary-banner__wrap {
    padding: 0 15px;
  }
}

.summar-banner__title {
  color: #fff;
  font-family: Audiowide, sans-serif;
  margin: 0 !important;
  font-size: 50px !important;
}

@media (width >= 1200px) {
  .summar-banner__title {
    font-size: 70px !important;
  }
}

.summary-top {
  margin-top: 50px;
}

.summary-top__wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
}

@media (width >= 480px) {
  .summary-top__wrap {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .summary-top__wrap {
    padding: 0 15px;
  }
}

.summary-top__title {
  text-align: center;
  width: 100%;
  margin: 0 0 20px;
  font-size: 22px;
  font-weight: 300;
}

.summary-top__subtext {
  text-align: center;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 300;
}

.summary-top__logout-btn {
  color: #0a84ff;
  border: 2px solid #0a84ff;
  border-radius: 100px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 45px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.summary-top__logout-btn:hover {
  color: #fff;
  background-color: #0a84ff;
}

.summary-enquire .alert {
  width: 100%;
  margin: 50px 0 0;
}

.summary-enquire__wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1160px;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
}

@media (width >= 480px) {
  .summary-enquire__wrap {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .summary-enquire__wrap {
    padding: 0;
  }
}

.summary-cards {
  margin: 50px 0;
}

.summary-cards__wrap {
  grid-gap: 0;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
}

@media (width >= 480px) {
  .summary-cards__wrap {
    grid-gap: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 30px;
    display: grid;
  }
}

@media (width >= 1200px) {
  .summary-cards__wrap {
    grid-gap: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
    display: grid;
  }
}

.summary-cards__single-wrap {
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  padding: 15px;
}

@media (width >= 1200px) {
  .summary-cards__single-wrap {
    padding: 15px 30px;
  }
}

.summary-cards__single-wrap:hover {
  filter: brightness(95%);
}

.summary-cards__title {
  color: #070707;
  font-size: 20px;
  font-weight: 300;
}

.summary-cards__subtext {
  color: #070707;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
}

.summary-cards__single {
  flex-flow: row;
  justify-content: flex-start;
  align-items: start;
  gap: 20px;
  display: flex;
}

.summary-tabs__wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (width >= 480px) {
  .summary-tabs__wrap {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .summary-tabs__wrap {
    padding: 0;
  }
}

.summary-tabs__heading {
  scrollbar-color: #cecece #f2f2f2;
  scrollbar-width: thin;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow-x: auto;
}

.summary-tabs__title {
  cursor: pointer;
  background-blend-mode: multiply;
  white-space: nowrap;
  background: linear-gradient(#0000 14.42%, #00000014 88.94%);
  border: 1px solid #e7e7e7;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  min-width: 240px;
  height: 80px;
  font-size: 22px;
  font-weight: 300;
  display: flex;
}

.summary-tabs__title:first-child {
  border-top-left-radius: 16px;
}

.summary-tabs__title:last-child {
  border-top-right-radius: 16px;
}

.summary-tabs__title.activeClass {
  color: #fff;
  background-color: #0a84ff;
  border: 1px solid #0a84ff;
}

.section-summary__line-wrap {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  margin: 50px 0;
}

@media (width >= 1200px) {
  .section-summary__line-wrap {
    margin: 80px 0;
  }
}

.section-summary__line {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (width >= 480px) {
  .section-summary__line {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .section-summary__line {
    padding: 0;
  }
}

.summary-tabs__section {
  background-color: #f7f7f7;
  border: 1px solid #e7e7e7;
  border-radius: 0 16px 16px;
  padding: 15px;
  display: none;
}

@media (width >= 480px) {
  .summary-tabs__section {
    padding: 15px 30px;
  }
}

@media (width >= 1200px) {
  .summary-tabs__section {
    padding: 50px 45px;
  }
}

.summary-tabs__section.activeClass {
  display: block;
}

.summary-tabs__section .table-wishlist {
  width: 100%;
}

.summary-tabs__section .table-wishlist thead {
  border-bottom: 1px solid #e7e7e7;
}

.summary-tabs__section .table-wishlist thead th {
  padding: 0 0 15px;
  font-size: 16px;
  font-weight: 600;
}

.summary-tabs__section .table-wishlist tbody td {
  color: #070707;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 300;
}

.summary-tabs__section .table-wishlist tbody td a {
  color: #070707;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}

.summary-tabs__section .table-wishlist tbody tr {
  border-bottom: 1px solid #e7e7e7;
}

.summary-tabs__text-empty {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}

.summary-wishlist {
  margin-top: 50px;
}

.summary-wishlist__wrap {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (width >= 480px) {
  .summary-wishlist__wrap {
    padding: 0 30px;
  }
}

@media (width >= 1200px) {
  .summary-wishlist__wrap {
    padding: 0;
  }

  .summary-wishlist__form {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    display: flex;
  }
}

.summary-wishlist__input-wrap {
  position: relative;
}

.summary-wishlist__input-wrap svg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.summary-wishlist__input {
  color: #070707;
  border: 1px solid #e7e7e7;
  border-radius: 30px;
  width: 100%;
  height: 45px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 400;
}

@media (width >= 1200px) {
  .summary-wishlist__input {
    width: 540px;
  }
}

.summary-wishlist__input::placeholder {
  color: #74777a;
  font-size: 18px;
  font-weight: 400;
}

.summary-wishlist__btn {
  color: #0a84ff;
  background-color: #fff;
  border: 2px solid #0a84ff;
  border-radius: 30px;
  width: 100%;
  height: 45px;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
}

@media (width >= 1200px) {
  .summary-wishlist__btn {
    width: 190px;
    margin-top: 0;
  }
}

.summary-wishlist__btn:hover {
  color: #fff;
  background-color: #0a84ff;
}

.summary__wishlist-delete {
  color: #0a84ff;
  border: 2px solid #0a84ff;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 45px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.summary__wishlist-delete:hover {
  color: #fff;
  background-color: #0a84ff;
}

.summary__wishlist-edit {
  background-color: #0a84ff;
  border: 2px solid #0a84ff;
  border-radius: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 45px;
  padding: 0 15px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  color: #fff !important;
  text-decoration: none !important;
}

.summary__wishlist-edit:hover {
  color: #fff;
  background-color: #086acc;
  border: 2px solid #086acc;
}

.summary-tabs__btn-wrap {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  display: flex;
}

.table-wishlist__responsive {
  scrollbar-color: #cecece #f2f2f2;
  scrollbar-width: thin;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  pointer-events: none;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.splide__pagination li {
  pointer-events: auto;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  contain: strict;
  border: 2px solid #999;
  border-left-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
  animation: 1s linear infinite splide-loading;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  cursor: pointer;
  opacity: .7;
  z-index: 1;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 0;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: #000;
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__pagination {
  z-index: 1;
  padding: 0 1em;
  position: absolute;
  bottom: .5em;
  left: 0;
  right: 0;
}

.splide__pagination__page {
  opacity: .7;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  display: inline-block;
  position: relative;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible, .splide.is-focus-in .splide__pagination__page:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: #0000;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible, .splide.is-focus-in .splide__toggle:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid #0000;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  flex-direction: column;
  padding: 1em 0;
  display: flex;
  inset: 0 .5em 0 auto;
}

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