/*

Theme Name: Bossenberg

Version: 1.0

Description: Vehicle Accessories

Author: Pulling Power Media

 */

/* Reset **/

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
a {
  text-decoration: none;
}

p {
  font-weight: 300;
  line-height: 1.4em;
}

/* End Reset */

.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.navigation {
  background: #1d1b16;
  padding: 1em 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.navigation .nav-inner {
  display: flex;
  justify-content: space-between;
}

.navigation .nav-inner a {
  color: #fff;
  font-size: 0.9em;
  text-transform: uppercase;
  transition: ease all 0.5s;
}

.navigation .nav-inner .nav-logo {
  width: 200px;
}

.navigation .nav-inner .nav-logo img {
  display: block;
  width: 160px;
}

.navigation .nav-inner .mobile-menu-button {
  display: none;
}

.navigation .nav-inner .nav-menu {
  display: flex;
  align-items: center;
}

.navigation .nav-inner .nav-menu ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navigation .nav-inner .nav-menu ul li {
  margin: 0 1.5em;
}

.navigation .nav-inner .nav-menu ul li a {
  transition: ease all 0.5s;
}

.navigation .nav-inner .nav-menu .nav-actions-mobile {
  display: none;
}

.navigation .nav-inner .nav-actions a:hover {
  color: #a79c69;
}

.navigation .nav-inner .nav-menu ul li a:hover {
  color: #a79c69;
}

.navigation .nav-inner .nav-actions {
  width: 200px;
  display: flex;
  align-items: center;
}

.navigation .nav-inner .nav-actions ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.navigation .nav-inner .nav-actions ul li {
  margin-left: 0.6em;
}

.navigation .nav-inner .nav-actions ul li a {
  display: block;
}

.large-banner {
  position: relative;
  background-size: contain;
  background-position: right center;
  display: flex;
  align-items: center;
  padding: 6em 0;
}

.large-banner:before {
  display: block;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d1b16;
  width: 100%;
  height: 100%;
}

.large-banner .caption {
  width: 50%;
}

.large-banner .caption h1 {
  font-size: 45px;
  font-weight: 300;
  color: #a79c69;
}

.large-banner .caption h1 strong {
  font-weight: 600;
  color: #fff;
}

.large-banner .caption p {
  color: #fff;
  font-size: 1em;
}

.large-banner .caption a,
.cta {
  background: #a79c69;
  color: #1d1b16;
  padding: 1em 1.3em;
  border-radius: 11px;
  margin-top: 2em;
  display: flex;
  width: max-content;
  transition: ease all 0.5s;
}

.large-banner .caption a:hover {
  background: #fff;
}

.small-banner {
  padding: 10em 0;
}

.small-banner .caption h1 {
  color: #fff;
  font-weight: 500;
}

.small-banner .caption p {
  color: #a79c69;
}

.cta {
  margin: 4em auto 0;
  text-transform: uppercase;
  background: #669966;
  color: #fff;
}

.cta:hover {
  background: #a79c69;
}

.process {
  text-align: center;
  padding: 4em 0;
  background: #f1f1f1;
}

.process h2 {
  margin: 0 0 2em;
  font-size: 2em;
}

.process-cards {
  display: flex;
  justify-content: space-between;
  max-width: 930px;
  margin: auto;
}

.process-cards .card {
  width: calc(33% - 2em);
  border: 1px solid #a79c69;
  border-radius: 20px;
  padding: 2em;
  position: relative;
}

.process-cards .card .number {
  width: 25px;
  height: 25px;
  background: #a79c69;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-12px, -50%);
}

.process-cards .card .icon {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background: #c5dfc5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 1.5em;
}

.relation-products {
  padding: 4em 0;
}

.relation-products h2 {
  margin-top: 0;
  font-size: 2em;
  text-align: center;
}

.relation-products .product-list {
  display: flex;
  justify-content: space-between;
}

.relation-products .product-list a {
  text-align: center;
  width: 22%;
  color: #000;
  transition: ease all 0.5s;
}

.relation-products .product-list a .thumbnail {
  padding: 0 1em;
}

.relation-products .product-list a img {
  width: 100%;
  transition: ease all 0.5s;
  border-radius: 15px;
}

.relation-products .product-list h3 {
  font-weight: 400;
  font-size: 1em;
  transition: ease all 0.5s;
}

.relation-products .product-list a:hover img {
  opacity: 0.8;
}

.relation-products .product-list a:hover h3 {
  color: #a79c69;
}

.fitment-centers {
  position: relative;
  padding: 4em 0;
}

.fitment-centers::before {
  display: block;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d1b16;
  width: 100%;
  height: 100%;
}

.fitment-centers .map-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.fitment-centers .map-inner h2 {
  font-size: 2em;
  margin-bottom: 1em;
}

.fitment-centers .map-inner .map,
.fitment-centers .map-inner .areas {
  width: 50%;
}

.fitment-centers .map-inner .map {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fitment-centers .map-inner .map img {
  width: 100%;
  max-width: 550px;
  margin: auto;
}

.fitment-centers .map-inner .areas .plot {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5em;
}

.fitment-centers .map-inner .areas .plot .text h3 {
  margin-top: 4px;
  font-weight: 400;
}

.fitment-centers .map-inner .areas .plot .text {
  padding-left: 1em;
}

.trust {
  padding: 4em 0;
}

.trust .trust-inner {
  max-width: 930px;
  margin: auto;
}

.trust .trust-inner h2 {
  margin-top: 0;
  font-size: 2em;
  text-align: center;
}

.trust p {
  text-align: center;
}

footer {
  background: #131313;
  color: #fff;
  padding: 4em 0;
}

footer .footer-inner {
  display: flex;
}

footer .footer-inner .nav-actions {
  display: flex;
}

footer .footer-inner .nav-actions ul {
  display: flex;
  list-style-type: none;
  margin: 0;
}

footer .footer-inner ul {
  list-style-type: none;
}

footer .footer-inner ul li {
  margin-bottom: 1em;
}

footer .footer-inner ul li a {
  color: #fff;
  transition: ease all 0.5s;
}

footer .footer-inner ul li:hover a {
  color: #a79c69;
}

footer .footer-inner .footer-ogo img {
  width: 100%;
}

footer .footer-inner .contacts p {
  font-size: 0.8em;
}

footer .footer-inner .footer-logo,
footer .footer-inner .page-menu {
  width: 15%;
}

footer .footer-inner .contacts {
  width: 30%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

footer .footer-inner .contacts a {
  color: #fff;
}

footer .footer-inner .contacts ul {
  padding-left: 0;
}

footer .footer-inner .contacts ul li {
  margin-left: 1em;
}

.product-filter .mobile-filter-nav {
  display: none;
}

.product-filter .container {
  display: flex;
}

.product-filter .left-column {
  width: 25%;
}

.product-filter .left-column .module {
  border: 1px solid #a79c69;
  border-radius: 20px;
  padding: 2em;
  position: relative;
  margin-bottom: 2em;
}

.product-filter .left-column .module .selected-products .selected {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6em;
}

.product-filter .left-column .module .selected-products .selected span {
  width: calc(100% - 20px);
  height: 20px;
  overflow: hidden;
  font-size: 0.95em;
}

.product-filter .left-column .module .selected-products .selected button {
  width: 20px;
  height: 20px;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  color: #a79c69;
  cursor: pointer;
}

.product-filter .left-column .module h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.product-btn,
div.wpforms-container-full button[type="submit"] {
  font-family: "Inter", sans-serif;
  width: 100%;
  border: 0;
  outline: 0;
  text-align: center;
  cursor: pointer;
  margin-top: 1em;
  background: #a79c69 !important;
  padding: 1em 1.3em;
  border-radius: 11px;
  transition: ease all 0.5s;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
}

div.wpforms-container-full button[type="submit"] {
  margin-top: 0px;
}

.product-btn:hover,
div.wpforms-container-full button[type="submit"]:hover {
  background: #669966 !important;
  color: #fff;
}

.filter-group .product-categories .category {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.6em;
}

.filter-group {
  margin-bottom: 1.5em;

  border-bottom: 1px solid #a79c69;
}

.filter-group.open {
  padding-bottom: 1.5em;
}

.filter-group .dropdown-title {
  display: flex;
  justify-content: space-between;
}

.filter-group .dropdown-title img {
  transform: rotate(180deg);
  transition: ease all 0.5s;
}

.filter-group.open .dropdown-title img {
  transform: rotate(0deg);
}

.product-filter {
  padding: 4em 0;
}

.product-filter .products {
  width: 75%;
  padding-left: 2em;
}

.product-filter .products .product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
}

.product-filter .products .product-list .product {
  border: 1px solid #e1dfdf;
  border-radius: 20px;
  padding: 1.5em;
  transition: ease all 0.5s;
}

.product-filter .products .product-list .product:hover,
.product-filter .products .product-list .selected-product-item {
  border: 1px solid #a79c69;
}

.product-filter .products .product-list .product .thumbnail {
  width: 100%;
}

.product-filter .products .product-list .product .thumbnail img {
  width: 90%;
  display: block;
  margin: auto;
  transition: ease all 0.5s;
}

.product-filter .products .product-list .product h4 {
  margin: 0;
  color: #000;
  transition: ease all 0.5s;
}

.product-filter .products .product-list .product .title a {
  transition: ease all 0.5s;
}

.product-filter .products .product-list .product .quick-select {
  display: flex;
  justify-content: flex-end;
  font-size: 0.8em;
  align-items: center;
  color: #669966;
}

.product-filter .products .product-list .product .quick-select .select-text {
  color: #000;
}

.product-filter .products .product-list .product .quick-select .selected-text {
  display: none;
}

.product-filter
  .products
  .product-list
  .selected-product-item
  .quick-select
  .select-text {
  display: none;
}

.product-filter
  .products
  .product-list
  .selected-product-item
  .quick-select
  .selected-text {
  display: block;
}

.product-filter .products .product-list .product .thumbnail a:hover img {
  opacity: 0.7;
}

.product-filter .products .product-list .product .title a:hover h4 {
  color: #a79c69;
}

.categories-block {
  border-bottom: 0;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 1rem;
  padding: 0.1rem;
  border: 1px solid #669966;
  border-radius: 2px;
  height: 16px;
}

input[type="checkbox"]::before {
  content: "";
  width: 11px;
  height: 12px;
  clip-path: polygon(0% 40%, 10% 30%, 35% 60%, 75% 0%, 90% 10%, 35% 90%);

  transform: scale(0);
  background-color: green;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:hover {
  color: black;
}

.quote-form {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000d4;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.quote-form .form-inner {
  background: #fff;
  width: 100%;
  max-width: 400px;
  padding: 1em 2em;
  border-radius: 20px;
}

body.quote-active {
  overflow: hidden;
}

body.quote-active .quote-form {
  display: flex;
}

.wpforms-container .wpforms-field {
  padding: 5px 0 !important;
}

.wpforms-container input.wpforms-field-medium,
.wpforms-container select.wpforms-field-medium,
.wpforms-container .wpforms-field-row.wpforms-field-medium,
.wp-core-ui div.wpforms-container input.wpforms-field-medium,
.wp-core-ui div.wpforms-container select.wpforms-field-medium,
.wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium,
div.wpforms-container-full input,
div.wpforms-container-full label,
div.wpforms-container-full select,
div.wpforms-container-full button,
div.wpforms-container-full textarea {
  max-width: 100% !important;
  border-radius: 6px !important;
  outline: none !important;
  border: 1px solid #a79c69 !important;
  box-shadow: none !important;
}

#wpforms-98-field_9 {
  padding: 0px !important;
  border: 0px !important;
  font-size: 0.8em;
  line-height: 1.6em;
}

#wpforms-98-field_9-container {
  position: relative;
  overflow: hidden;
  border: 1px solid #a79c69;
  padding: 0 11px !important;
  border-radius: 6px;
}

#wpforms-98-field_9-container::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff9f975;
  z-index: 1;
  position: absolute;
  border-radius: 6px;
}

#wpforms-98-field_9-container label {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
  border: 0px !important;
}

.wpforms-container input[type="text"]:focus::placeholder {
  color: transparent;
}

.wpforms-container textarea:focus::placeholder {
  color: transparent;
}

div.wpforms-container-full input[type="email"]:focus::placeholder {
  color: transparent;
}

.quote-form .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1em;
}

.quote-form .form-header h3 {
  width: max-content;
  display: block;
  margin: 0;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.main-slider {
  border: 1px solid #a79c69;
  border-radius: 10px;
  overflow: hidden;
}

.slick-track a {
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: -25px;
}

.slick-prev::before {
  content: ">";
  display: block;
  color: #000;
  font-size: 50px;
  background: 30px;
  transform: rotate(180deg);
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.slick-next {
  right: -25px;
}

.slick-next::before {
  content: ">";
  display: block;
  color: #000;
  font-size: 50px;
  background: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.thumbnail-slider .slick-next,
.thumbnail-slider .slick-prev {
  display: none !important;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0071b6;
}

.product-details-wrap {
  padding: 4em 0;
}

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

.product-gallery {
  width: 48%;
}

.main-slider img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.thumbnail-slider {
  margin-top: 10px;
}

.thumbnail-slider .slick-slide {
  cursor: pointer;
}

.thumbnail-slider img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  opacity: 0.5;
  border-radius: 10px;
}

.thumbnail-slider .slick-current img {
  opacity: 1;
  border: 1px solid #a79c69;
  border-radius: 10px;
}

.product-details-wrap {
  position: relative;
}

.product-details-wrap .details-inner .product-information {
  width: 45%;
}

.product-details-wrap .details-inner .product-information .sticky {
  position: sticky;
  top: 0;
}

.product-details-wrap .details-inner .product-information li {
  font-weight: 300;
  line-height: 1.4em;
}

.hidden {
  display: none !important;
}

.add-ons {
  margin-top: 2em;
}

.add-ons .product-list {
  display: flex;
  justify-content: space-between;
}

.add-ons .product-list .product {
  border: 1px solid #fff;
  border-radius: 10px;
  width: calc(50% - 1em);
  padding: 1em;
  position: relative;
  transition: ease all 0.5s;
}

.add-ons .product-list .product.selected-product-item {
  border: 1px solid #a79c69;
  color: #a79c69;
}

.add-ons .product-list .product img {
  width: 100%;
}

.add-ons .product-list .product .quick-select {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  justify-content: flex-end;
}

.add-ons .product-list .product h4 {
  transition: ease all 0.5s;
}

.add-ons .product-list .product input[type="checkbox"] {
  position: absolute;
  top: -3px;
  left: -4px;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  opacity: 0;
  z-index: 8;
  cursor: pointer;
}

.add-ons .product-list .product:hover {
  border: 1px solid #a79c69;
}

.add-ons .product-list .product:hover h4 {
  color: #a79c69;
}

.add-ons .get-a-quote {
  font-family: "Inter", sans-serif;
  width: 100%;
  border: 0;
  outline: 0;
  text-align: center;
  cursor: pointer;
  margin-top: 1em;
  background: #a79c69 !important;
  padding: 1em 1.3em;
  border-radius: 11px;
  transition: ease all 0.5s;
  color: #fff;
  font-weight: 400;
  font-size: 1em;
}

.add-ons .get-a-quote:hover {
  background: #669966 !important;
  color: #fff;
}

.single-product-list .relation-products {
  border-top: 1px solid #a79c69;
}

.close-form {
  background: #000;
  color: #fff;
  border: 0;
  padding: 10px 15px;
  border-radius: 8px;
  transition: ease all 0.5s;
  cursor: pointer;
}

.close-form:hover {
  background: #4f4f4f;
}

.alternating-content {
  padding: 4em 0;
}

.inner-alt-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3em;
}

.inner-alt-content .image {
  width: 48%;
  height: 24em;
  border-radius: 20px;
}

.inner-alt-content .text {
  width: 48%;
}

.inner-alt-content:nth-child(2n) {
  flex-direction: row-reverse;
}

.page-template-about-php .relation-products {
  border-top: 1px solid #a79c69;
}

.gallery {
  padding: 4em 0;
}

.gallery-layout {
  column-count: 3;
  column-gap: 1em;
}

.gal-image {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 1em;
}

.gal-image img {
  width: 100%;
  border-radius: 10px;
  transition: ease all 0.5s;
}

.gal-image:hover img {
  opacity: 0.8;
  cursor: pointer;
}

.gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffffffc7;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.enlarged-image {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  text-align: center;
}
.enlarged-image img {
  max-width: 100%;
  max-height: 80dvh;

  border-radius: 10px;
}
.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.contact {
  padding: 4em 0;
}

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

.contact-inner .form-container,
.contact-inner .contact-details {
  width: 48%;
}

.contact-inner .contact-details .areas {
  margin-bottom: 2em;
}

.contact-inner .contact-details .locations .plot {
  display: flex;
}

.contact-inner .contact-details .locations .plot h3 {
  margin-top: 2px;
  font-weight: 600;
}

.contact-inner .contact-details .locations .plot .text {
  padding-left: 10px;
}

.page-template-contact iframe {
  width: 100%;
}

.info-tab .tab-names button {
  cursor: pointer;
  padding: 10px 20px;
  border: none;
  background-color: #f0f0f0;
  margin-right: 5px;
  transition: background-color 0.3s;
  width: 32%;
  border-radius: 5px;
  outline: none;
  font-family: "Inter", sans-serif;
}

.info-tab .tab-names button.active {
  background-color: #a79c69;
  color: #fff;
}

.info-tab .tab-content > div {
  display: none;
  padding: 2em;
  border: 1px solid #ddd;
  margin-top: 10px;
  border-radius: 10px;
}

.info-tab .tab-content > div > h2:first-child {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.features-tab ul {
  padding-left: 10px;
}

.info-tab .tab-content > div.active {
  display: block;
}

.models-tab .models-list .children {
  margin-bottom: 1em;
}

.models-tab .models-list .children .category {
  margin: 12px;
}

.hidden-select {
  display: none !important;
}

.customise h2 {
  margin-top: 2em;
}

.customise .custom-feature {
  padding: 2em;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.inner-title-group {
  display: flex;
  align-items: center;
}

.custom-select-title {
  display: flex;
  justify-content: space-between;
}

.custom-select-title h4 {
  margin: 0;
}

.customise .custom-feature {
  margin-bottom: 1em;
}

.customise .custom-feature input {
  margin-right: 5px;
}

.customise .custom-feature img {
  width: 20%;
  border-radius: 6px;
  margin-top: 1em;
  cursor: pointer;
}

.customise .custom-feature .custom-select-title {
  display: flex;
  align-items: center;
}

.customise .custom-feature .custom-select-title span {
  cursor: pointer;
}

.customise .custom-feature .custom-select-title img {
  width: 15px;
  transform: rotate(180deg);
}

.customise .toggle-gal {
  border: 0px;
  background: none;
  transition: ease all 0.5s;
  width: 27px;
  height: 27px;
  margin: 0;
  cursor: pointer;
}

.customise .toggle-gal img {
  margin: 0;
}

#preview-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  max-height: 75vh;
  overflow: hidden;
  border: 5px solid #fff;
}

#preview-popup img {
  height: 75dvh;
  display: block;
  margin: auto;
}

#preview-popup .close-preview {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/******************************** 945px *********************************************/

@media (max-width: 945px) {
  .navigation .nav-inner .mobile-menu-button {
    display: flex;
    margin-right: 10px;
    margin-top: 5px;
  }
  .navigation .nav-inner .mobile-menu-button button {
    border: 0px;
    background: none;
    width: 30px;
    height: 30px;
    transition: ease all 0.5s;
    outline: none;
  }
  .navigation .nav-inner .mobile-menu-button button span {
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    margin: 10px 0;
    border-radius: 5px;
    transition: ease all 0.5s;
  }
  .navigation .nav-inner .nav-menu,
  .navigation .nav-inner .nav-actions {
    display: none;
  }
  .navigation .nav-inner .nav-menu .nav-actions-mobile {
    display: flex;
    flex-direction: column;
  }

  .nav-active {
    overflow: hidden;
  }

  .nav-active .navigation .nav-inner .mobile-menu-button button {
    margin-top: 4px;
  }

  .nav-active
    .navigation
    .nav-inner
    .mobile-menu-button
    button
    span:nth-child(1) {
    transform: rotate(45deg);
  }

  .nav-active
    .navigation
    .nav-inner
    .mobile-menu-button
    button
    span:nth-child(2) {
    transform: rotate(-45deg);
    margin-top: -14px;
  }

  .nav-active .navigation .nav-inner .nav-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    height: calc(100dvh - 70px);
    width: 100%;
    background: #1d1b16;
    align-items: center;
    justify-content: center;
    top: 70px;
    left: 0;
  }
  .navigation .nav-inner .nav-menu ul {
    flex-direction: column;
  }
  .navigation .nav-inner .nav-menu ul li {
    margin-bottom: 2em;
  }
  .navigation .nav-inner .nav-menu ul li a {
    font-size: 2em;
  }
  .navigation .nav-inner .nav-menu .nav-actions-mobile a {
    font-size: 2em;
  }
  .navigation .nav-inner .nav-menu .nav-actions-mobile ul {
    flex-direction: row;
    margin-top: 3em;
  }
  .navigation .nav-inner .nav-menu .nav-actions-mobile ul li {
    margin: 1em;
  }
  .product-filter .products .product-list {
    grid-template-columns: 2fr 2fr;
  }
  .large-banner {
    background-size: 100% !important;
    background-position: 26em 0px !important;
  }
}

/******************************** 780px *********************************************/

@media (max-width: 780px) {
  .large-banner .caption {
    width: 100%;
  }
  .large-banner {
    background-position: 22em 92px !important;
  }
  .process-cards .card {
    width: calc(33% - 1em);
  }
  .fitment-centers .map-inner,
  footer .footer-inner,
  .product-details-wrap .details-inner {
    flex-direction: column;
  }
  .fitment-centers .map-inner .areas,
  footer .footer-inner .footer-logo,
  footer .footer-inner .page-menu,
  .product-details-wrap .details-inner .product-information,
  .product-gallery {
    width: 100%;
  }
  .relation-products .product-list {
    flex-wrap: wrap;
  }
  .relation-products .product-list a {
    width: 45%;
  }
  .product-filter .products .product-list {
    grid-template-columns: 1fr;
  }
  .product-filter .products,
  .product-filter .left-column {
    width: 50%;
  }
  .product-details-wrap .details-inner .product-information {
    margin-top: 2em;
  }
}

/******************************** 480px *********************************************/

@media (max-width: 480px) {
  .large-banner {
    background: none !important;
  }
  .process-cards {
    flex-wrap: wrap;
  }
  .process-cards .card,
  .fitment-centers .map-inner .map {
    width: 100%;
    margin-bottom: 2em;
  }
  footer .footer-inner ul {
    padding-left: 0;
  }
  footer .footer-inner .contacts {
    width: 100%;
    align-items: flex-start;
  }
  footer .footer-inner .nav-actions {
    flex-direction: column;
  }
  footer .footer-inner ul li {
    margin-left: 0 !important;
    margin-right: 1em !important;
  }
  footer .footer-inner .nav-actions ul {
    margin-top: 1em;
  }
  .product-filter .mobile-filter-nav {
    display: flex;
    flex-direction: column;
  }
  .product-filter .mobile-filter-nav .module {
    border: 1px solid #a79c69;
    border-radius: 20px;
    padding: 2em;
    position: relative;
    width: calc(100% - 2em);
    margin: 0 auto 2em;
  }
  .product-filter .mobile-filter-nav .module h4 {
    margin-top: 0;
    text-transform: uppercase;
  }
  .product-filter .mobile-filter-nav .filter-mobile {
    width: calc(100% - 30px);
    margin: 0 auto 2em;
    border: 0px;
    background: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.5em;
    color: #1d1b16;
  }
  .hide-me-mobile {
    display: none;
  }
  .product-filter .mobile-filter-nav .filter-mobile span {
    font-size: 1.2em;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    transition: ease all 0.5s;
    color: #1d1b16;
  }
  .product-filter .mobile-filter-nav .filter-mobile img {
    transform: rotate(180deg);
    margin-left: 4px;
    transition: ease all 0.5s;
  }
  .product-filter .left-column {
    display: none;
  }
  .product-filter .products .product-list {
    grid-template-columns: 2fr 2fr;
    gap: 1em;
  }
  .product-filter .products {
    width: 100%;
    padding-left: 0;
  }
  .product-filter .products .product-list .product {
    padding: 1em;
  }
  .filter-nav-active .product-filter .mobile-filter-nav .filter-mobile img {
    transform: rotate(0deg);
  }

  .filter-nav-active .product-filter .mobile-filter-nav .filter-mobile span {
    color: #a79c69;
  }

  .product-filter .container {
    flex-direction: column;
  }

  .product-filter .left-column {
    display: block;
    background: #fff;
    width: 100%;
    border-radius: 20px;
  }

  .product-filter .left-column .product-filter-wrap {
    margin-bottom: 0px;
    display: none;
  }

  .filter-nav-active .product-filter .left-column .product-filter-wrap {
    display: block;
    margin-bottom: 1.5em;
  }

  .info-tab .tab-names button {
    width: 32%;
    margin: 0;
  }

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

  .info-tab .tab-content > div {
    padding: 1em;
  }

  .small-banner {
    padding: 3em 0;
  }

  .gallery-layout {
    column-count: 2;
    column-gap: 1em;
  }

  .inner-alt-content,
  .contact-inner {
    flex-direction: column !important;
  }

  .inner-alt-content:nth-child(2n) {
    flex-direction: row;
  }

  .inner-alt-content .image,
  .inner-alt-content .text,
  .contact-inner .form-container,
  .contact-inner .contact-details {
    width: 100% !important;
  }

  #preview-popup {
    width: 90%;
    max-height: 70vh;
  }
}
