/* search bar */
.themeTopNavigation .links-list-module .links-list {
	display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.themeTopNavigation .links-list-module .links-list a {
	color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.loading_container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
}

.share-tech-regular {
  font-family: sharetect;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.loader_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loader {
  overflow: hidden;
  position: relative;
}

.loader::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 3px solid #dedbdb;
  /* Light grey */
  border-top: 3px solid #253646;
  /* Redish */
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spinloader 2s linear infinite;
}

.loader img {
  height: 100px;
  width: 100px;
    object-fit: contain;
}

.searching {
  font-family: sharetect;
  display: flex;
  align-items: center;
  margin-top: 20px;
  /* Add some space between loader and text */
}

.dot {
  animation: blink 1s infinite steps(1, end) both;
}

.dot:nth-child(2) {
  animation-delay: 0.2s;
}

.dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes spinloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinlogo {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.search-container {
  width: 80%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  width: 175px;
  color: #333;
  border-radius: 5px 0 0 5px;
}

.search-box-container {
  position: relative;
  flex: 1;
}

.search-box {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-left: none;
  background-color: #fff;
  padding-left: 40px;
  width: 100%;
  border-radius: 0 5px 5px 0;
}

.error-message-container {
  width: 30%;
  text-align: center;
  margin-top: 10px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.error-message {
  color: red;
  background-color: #000307;
  padding: 10px;
  border-radius: 5px;
  display: none;
}

.search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #808080;
}

.search-button {
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  cursor: pointer;
  border-radius: 5px;
  color: #333;
  margin-left: 10px;
}

.search-button:hover {
  background-color: #e6e6e6;
}

@media (max-width: 800px) {
  .search-container {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }

  .dropdown {
    max-width: none;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    width: 85%;
    font-size: 16px;
    padding: 10px;
  }

  .search-box-container {
    width: 85%;
    position: relative;
    margin-top: 5px;
    display: flex;
    justify-content: center;
  }

  .search-box {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    padding: 10px 10px 10px 40px;
  }

  .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    fill: #808080;
  }

  .search-button {
    width: 20%;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px;
  }

  .error-message-container {
    width: 87%;
  }

  .error-message {
    font-size: 14px;
  }
}

.product-page-layout.page-builder-page-layout .page-builder-layout-section .container-wrap {
    padding-bottom: 10px;
    padding-top: 10px;
    display: none;
}

.d-none {
	display: none !important;
}

.page-template-wrapper {
display: none !important;
}

.themeHeaderSection {
	background-image: url(https://cdn.revolutionparts.io/44be9521d91c965b970c063f61d80d01/design/Splash-header1.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 30px 0;
}

.themeHeaderSection .store-logo-module .store-logo-link {
	display: inline-block;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .themeHeaderSection .store-logo-module .store-logo-link {
    	margin-bottom: 80px;
    }
}

.themeHeaderSection .store-logo-module .store-logo-link img {
	width: auto;
    height: 98px;
    object-fit: contain;
    max-height: 456px;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .themeHeaderSection .store-logo-module .store-logo-link img {
    	height: 37px;
    }
}

.themeHeaderSection .links-list-module.links-display-block .links-list {
	display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
}

.themeHeaderSection .links-list-module.links-display-block .links-list li {
	color: #fff;
    font-weight: 700;
    font-size: calc(24px + (22 - 14) * ((100vw - 767px) / (1900 - 767)));
}

@media screen and (max-width: 767px) {
    .themeHeaderSection .links-list-module.links-display-block .links-list li {
    	font-size: 20px;
    }
}

.themeHeaderSection .links-list-module.links-display-block .links-list li a {
	color: #ffc144;
    font-weight: 700;
    font-size: calc(37px + (90 - 37) * ((100vw - 767px) / (1900 - 767)));
}

@media screen and (max-width: 767px) {
    .themeHeaderSection .links-list-module.links-display-block .links-list li a {
    	font-size: 55px;
    }
}

.themeHeaderSection .links-list-module.links-display-block .links-list li a:hover {
	text-decoration: none;
}

.themeLogoSection {
	background-color: #253646;
    padding: 20px 0;
    overflow: hidden;
}

.themeLogoList {
	list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

@media screen and (max-width: 1000px) {
    .themeLogoList {
    	grid-template-columns: repeat(2, 1fr);
    }
}

.themeLogoList a {
	color: #fff;
    text-align: center;
}

.themeLogoList a:hover {
	text-decoration: none;
}

.themeLogoList a:hover img {
	transform: scale(1.1);
}

.themeLogoList h3 {
	margin-bottom: 0;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .themeLogoList a h3 {
    	font-size: 20px;
    }
}

.themeLogoList img {
	border-radius: 15px;
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
    width: 100%;
}

.themeTrustWrapper h3 {
	color: #ffc144;
    font-family: Helvetica, Sans-Serif;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.themeTrustWrapper p {
    font-family: Helvetica, Sans-Serif;
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
    max-width: 1070px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
}

@media screen and (max-width: 767px) {
    .themeTrustWrapper p {
    	font-size: 14px;
        line-height: 28px;
    }
}

.themeGenuineSection {
	padding: 30px 0;
}

.themeGenuineList {
	list-style: none;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media screen and (max-width: 767px) {
    .themeGenuineList {
    	grid-template-columns: repeat(1, 1fr);
    }
}

.themeGenuineImg {
	text-align: center;
    margin-bottom: 20px;
}

.themeGenuineImg img {
	width: 175px;
    height: 175px;
    object-fit: contain;
}

.themeGenuineCard h3 {
	color: #05B3EC;
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
}

.themeGenuineCard p {
	margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}

.themeFooterSection {
	padding: 50px 0;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 767px) {
    .themeFooterSection {
    	padding: 25px 0;
    }
} 

.themeFooterSection:after {
	content: "";
    background-image: url(https://142a91.p3cdn1.secureserver.net/wp-content/uploads/2015/12/arrow-8.png?time=1706852572);
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 600px;
    height: 180px;
    background-position: bottom right;
    -webkit-animation: right_shape 5s infinite;
    animation: right_shape 5s infinite;
}

@media screen and (max-width: 1024px) {
    .themeFooterSection:after {
    	width: 280px;
    	height: 80px;
    }
} 

@media screen and (max-width: 767px) {
    .themeFooterSection:after {
    	height: 50px;
    }
} 

.themeFooterSection:before {
	content: "";
    background-image: url(https://cdn.revolutionparts.io/44be9521d91c965b970c063f61d80d01/design/admin-ajax-1.png);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    width: 160px;
    height: 500px;
    background-position: top left;
    -webkit-animation: top_shape 5s infinite;
    animation: top_shape 5s infinite;
}

@media screen and (max-width: 1024px) {
    .themeFooterSection:before {
    	width: 80px;
    	height: 250px;
    }
} 

@media screen and (max-width: 767px) {
    .themeFooterSection:before {
    	width: 50px;
    }
} 

.themeFooterWrapper p {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgb(255 255 255 / 20%);
	margin-bottom: 0;
    color: #fff;
    font-size: 16px;
    position: relative;
    z-index: 2;
}

@keyframes right_shape {
    0% {
    	right: 100px;
    }
    50% {
    	right: 0;
    }
    100% {
    	right: 100px;
    }
}

@keyframes top_shape {
    0% {
    	top: 100px;
    }
    50% {
    	top: 0;
    }
    100% {
    	top: 100px;
    }
}

.scrollTop {
    opacity:1;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    z-index: 9;
}

.scrollTop svg {
    width:40px;
    height:40px;
}