html {
      scroll-behavior: smooth;
}
.site-header {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 24px;
}

#primary {
  width: 100%;
  overflow-x: hidden;
}

/* Slider */
.home-slider{position:relative;}
.slider-title{
	width: 100%;
	height: 100%;
	position:absolute;
	z-index:99;
	margin: 0 auto;
	top: 35%;
}
.wheels-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wheels-form h3 {
  font-size: 28px;
  line-height: 40px;
  color: #062b31;
  font-weight: semi-bold;
  margin: 0px;
}
.superblockslider__slide_inner {
  padding: 0 !important;
}

.button-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link {
  color: #062b31 !important;
  /* text-shadow: 0 0 0.05em #062b31 !important; */
  font-weight: 600 !important;
  background: transparent !important;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link:hover {
  /* visually strong without bold flicker */
  /* text-shadow: 0 0 0.05em #062b31 !important; */
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link:visited,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link:active,
#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}

#mega-menu-wrap-main-menu
  #mega-menu-main-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  height: auto !important;
  line-height: 28px !important;
  font-size: 19px !important;
}
.header-address ul.kt-svg-icon-list {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}
.custom-logo-link {
  position: relative;
  top: 20px;
  z-index: 10;
}
.custom-logo {
  width: 317px;
  height: auto;
}
.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.main-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#mega-menu-wrap-main-menu {
  background: transparent !important;
}
.main-navigation ul#mega-menu-main-menu {
  display: flex !important;
  list-style: none !important;
  gap: 2em !important;
  margin: 0 !important;
  padding: 0 !important;
}

.main-navigation ul#mega-menu-main-menu li {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  padding: 0px 12px !important;
}

.main-navigation ul#mega-menu-main-menu a {
  text-decoration: none !important;
  text-align: center !important;
  color: #062b31 !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  text-transform: capitalize !important;
}

.main-navigation ul#mega-menu-main-menu a:hover {
  color: #000000;
  background: transparent !important;
}

.customer-slider .alcb__logo-item {
  width: auto !important;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.customer-slider .alcb__logo-image img {
  height: 500px;
  width: auto;
  display: block;
}

.customer-slider .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  height: 70px;
  max-width: 1600px;
  margin: 0 auto;
}

.customer-slider .alcb__pag-label {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 500;
}

.customer-slider .alcb__prev,
.customer-slider .alcb__next {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  background-color: #062b31;
}

.customer-slider .alcb__prev {
  left: 90%;
}

.customer-slider .swiper-pagination {
  bottom: 10%;
  display: flex;
  padding-left: 30px;
}

/* Form */
.statement-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.statement-form .row,
.statement-form .row-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.statement-form .col {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.statement-form .col p {
  margin-bottom: 0px;
}

.statement-form .col input,
.statement-form .col textarea {
  font-size: 14px;
  height: 40px;
  padding: 6px 0px;
  color: #062b32;
  width: 100%;
  background: transparent;
  border-radius: 0px;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;
  border-bottom: 1px solid #062b32;
}

.statement-form .col input:focus,
.statement-form .col textarea:focus {
  outline: none;
}

.statement-form .col input::placeholder,
.statement-form .col textarea::placeholder {
  color: #062b32;
}

.submit-button p {
  display: flex;
  flex-direction: column;
  margin: 10px 0px 0px;
  gap: 5px;
}

.submit-button .wpcf7-submit {
  background-color: #062b31;
  color: #ffffff;
  font-size: 16px;
  padding: 20px 30px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  padding: 4px 0px;
  font-weight: 400;
}

.wpcf7-response-output {
  margin: 0px;
}

.contact-page-form .wpcf7 {
  width: 100%;
}

/* Filter */
/* .custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  width: 100%;
  cursor: pointer;

  background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
} */

.custom-select:disabled {
  background-color: #f9f9f9;
  color: #aaa;
  cursor: not-allowed;
}

#wheel-filter {
  max-width: 100%;
  margin: auto;
  font-family: "Arial", sans-serif;
  text-align: center;
}

.filter-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}

#wheel-filter h3 {
  text-align: left;
  font-size: 24px;
  margin-bottom: 10px;
  color: #022e36;
  font-weight: bold;
  letter-spacing: 2px;
}

#wheel-filter select {
  width: 100%;
  padding: 10px;
  margin: 10px 10px;
  border: none;
  border-bottom: 2px solid #022e36;
  font-size: 16px;
  background: transparent;
  appearance: none;
  text-align: center;
  color: #022e36;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down-icon lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

#wheel-filter select:focus {
  outline: none;
  border-bottom: 2px solid #022e36;
}

#wheel-filter button {
  background: none;
  border: none;
  color: #022e36;
  font-weight: bold;
  cursor: pointer;
  margin-left: 15px;
  font-size: 16px;
}

#wheel-filter .filter-dropdowns {
  display: flex;
  flex: 1;
  gap: 10px;
}

#wheel-filter iframe {
  width: 100%;
  height: 900px;
  border: none;
  margin-top: 20px;
  display: none;
}

#empty-state {
  display: block;
}

.content-message {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  color: #062b31;
  background-color: #f3f0e7;
}
#iframe-loader {
  display: none;
}

/* Footer */
.wheels-menu,
.footer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  padding-left: 0px;
  gap: 20px;
}

.wheels-menu li a,
.footer-menu li a {
  text-decoration: none;
  color: #062b31;
}

.wheels-menu li a:hover,
.footer-menu li a:hover {
  text-decoration: underline;
}

.shop-type figure img{
	width: 100%;
	height: 320px;
}

/* Mobile */
@media (max-width: 780px) {
  #mega-menu-main-menu {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #mega-menu-main-menu li a.mega-menu-link {
    color: #ffffff !important;
  }
  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    line-height: 1.5em;
  }
  #mega-menu-wrap-main-menu
    #mega-menu-main-menu
    > li.mega-menu-item.mega-current-menu-item
    > a.mega-menu-link {
    color: #ffffff !important;
  }
  #mega-menu-wrap-main-menu:has(.mega-menu-open)
    #mega-menu-main-menu[data-effect-mobile^="slide_"]
    + button.mega-close:before {
    font-size: 28px !important;
  }
  /* Carousel Slider */
  .customer-slider .alcb__prev {
    left: 60%;
  }
  .customer-slider .alcb__logo-item {
    width: 100% !important;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .customer-slider .alcb__logo-image img {
    height: 300px;
    width: auto;
    display: block;
  }
  .race-car-wrapper .kt-inside-inner-col .heading {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    top: 0;
  }
  .wp-block-superblockslider-slider {
    max-width: 100% !important;
    width: 100% !important;
    min-height: 500px !important;
  }
  .home-slider {
    height: 400px;
  }
  .review-content {
    max-height: 200px;
  }
  .wheels-form {
    flex-direction: column;
  }
  .statement-form .row,
  .statement-form .row-inner {
    flex-direction: column;
    gap: 0px;
  }

  .web-form .wpcf7,
  .web-form .wpcf7 .row-inner div,
  .wheels-form .row-inner div {
    width: 100%;
  }

  .wheels-form .statement-form {
    width: 100%;
  }
  .submit-button {
    width: 100%;
  }
  .filter-header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  #wheel-filter .filter-dropdowns {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
	.header-address ul.kt-svg-icon-list {
		flex-direction:column;
		align-items: flex-start;
	}
}
