.shop-tire-banner-wrapper {
  background-color: #EFEFEF;
}

.shop-tire-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.shop-tire-banner .shop-tire-banner__content h3 {
  font-size: 14px;
  font-weight: 700;
  padding-top: .75rem;
  font-family: Inter;
  color: #5c5b5b;
  margin-bottom: 0;
  text-align: center;
}

.shop-tire-banner .shop-tire-banner__content hr {
  margin-bottom: 0px;
}

.shop-tire-banner .shop-tire-banner__content .shop-tire-banner__content__heading h3.selected {
  font-weight: 700;
  color: #1D4288;
  text-decoration: underline;
}

.shop-tire-banner .shop-tire-banner__content .shop-tire-banner__content__form .shop-tire-item {
  color: #1A1A1A;
  align-items: center;
  cursor: pointer;
  height: 100%;
  border: none;
}

.shop-tire-banner .shop-tire-banner__content .shop-tire-banner__content__form .shop-tire-service-item {
  padding: 12px 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.shop-tire-banner .shop-tire-banner__content .shop-tire-banner__content__form .shop-tire-service-item img {
  margin-right: 12px;
}

.shop-tire-banner .shop-tire-banner__content .shop-tire-banner__content__form .shop-tire-item.selected {
  border: 2px solid #1D4288;
  z-index: 99;
  position: relative;
  border-radius: 5px 5px 0 0;
  color: #FFF !important;
  background-color: #1D4288;
}

.selected span {
  color: #FFF !important;
}

.shop-tire-banner .shop-tire-banner__content .shop-tire-banner__content__form .shop-tire-item iconify-icon {
  font-size: 24px;
  margin-right: 5px;
  color: #1D4288;
}

.iconify-icon {
  font-size: 24px;
  margin-right: 5px;
  color: #1D4288;
}

.selected iconify-icon {
  color: #FFF !important;
}

.shop-tire-banner .shop-tire-banner__content .shop-tire-banner__content__form .shop-tire-item .shop-tire-item__content {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #1A1A1A;
  font-family: Inter;
  align-self: flex-start;
}

.shop-tire-banner .shop-tire-banner__content .shop-tire-banner__content__form .shop-tire-item .shop-tire-item__content h3 {
  color: #1D4288;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.shop-tire-banner .shop-tire-banner__content .shop-tire-banner__content__form .shop-tire-item .shop-tire-item__content span {
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  color: #1D4288;
}

.shop-tire-finder-banner {
  padding: 24px;
  background-color: #1D4288;
  color: white;
  width: 100%;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 16px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__heading h2 {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0px;
  text-align: center;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__heading .shop-tire-finder-banner__back {
  display: flex;
  align-items: center;
  cursor: pointer;
}


.shop-tire-finder-banner__next {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 10px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__heading .shop-tire-finder-banner__back span,
.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__heading .shop-tire-finder-banner__next span {
  font-family: Inter;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__heading .shop-tire-finder-banner__back img {
  margin-right: 7.5px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__heading .shop-tire-finder-banner__next img {
  margin-left: 7.5px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__step {
  display: flex;
  justify-content: center;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__step div {
  width: 9px;
  height: 9px;
  background-color: white;
  margin-right: 8px;
  border-radius: 50%;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__step div:last-child {
  margin-right: 0px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__step div.active {
  background-color: #3EB049;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step1-wrapper {
  padding: 25px;
  width: 100%;

}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step1-wrapper .step1-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin: auto;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step1-inner .list-makes {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 14px 8px;
  margin-bottom: 42px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step1-inner .list-makes .make-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step1-inner .list-makes .make-wrapper .make-img {
  width: 82px;
  height: 82px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .see-more-makes {
  max-width: 424px;
  margin: auto;
  background-color: transparent;
  position: relative;
  width: 100%;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .see-more-makes {
  border: 1px solid #FFFFFF;
  color: white;
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  width: 100%;
  height: 100%;
  background-color: #1D4288;
  border-radius: 0px;
  display: flex;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: #1D4288;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .see-more-makes select option {
  background-image: url('./../../../assets/main-banner.png');
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .see-more-makes select::-ms-expand {
  display: none;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step2-inner .list-years {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 8px;
  width: fit-content;
  margin: 16px auto 26px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step2-inner .list-years .year-item {
  background: white;
  color: #1D4288;
  width: 102px;
  height: 55px;
  border: none;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step3-inner .list-models {
  display: grid;
  grid-template-columns: 100%;
  gap: 8px 24px;
  width: 100%;
  margin: 16px auto 26px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step3-inner .list-models .model-wrapper {
  width: 100%;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step3-inner .list-models .model-wrapper:nth-child(2n+1) {
  width: 100%;
  margin-left: auto;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step3-inner .list-models .model-item {
  width: 100%;
  height: 48px;
  background: white;
  color: #1D4288;
  border: none;
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner {
  padding: 25px 0px;
  max-width: 648px;
  margin: auto;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-heading {
  margin-bottom: 12px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .make-wrapper {
  width: 82px;
  height: 82px;
  background-color: white;
  border-radius: 50%;
  margin: auto;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-content {
  font-weight: 400;
  font-family: Inter;
  color: white;
  text-align: center;
  margin-bottom: 16px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-content h3 {
  font-size: 24px;
  line-height: 32px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-content p {
  font-size: 16px;
  line-height: 24px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-controllers {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-controllers button {
  height: 44px;
  width: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-controllers button:first-child {
  border: 1px solid white;
  background-color: #1D4288;
  order: 2;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-controllers button:last-child {
  background-color: #3EB049;
  border: transparent;
  margin-bottom: 8px;
  order: 1;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size .input-picker label {
  font-size: 18px;
  font-family: Inter;
  color: white;
  line-height: 28px;
  margin-bottom: 6px;
  font-weight: 500;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size .input-picker input {
  border: transparent;
  background-color: #efefef;
  color: #1d4288;
  height: 48px;
  width: 100%;
  border-radius: 0px;
  padding: 16px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size .input-picker .input-icon-prefix {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size .input-picker .input-dropdown {
  position: absolute;
  margin-top: 3px;
  width: 100%;
  background-color: white;
  border: 1px solid #efefef;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-height: 231px;
  overflow: auto;
  color: #1D4288;
  z-index: 99;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size .input-picker .input-dropdown .list-items .item {
  padding: 8px 16px;
  cursor: pointer;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size .input-picker .input-dropdown .list-items .item:hover {
  background-color: #1d4288;
  color: white;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size .input-picker .input-icon-prefix img {
  display: block;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .shop-tire-finder-banner__content {
  padding: 24px 0px 40px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size {
  max-width: 920px;
  margin: auto;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size h3 {
  font-family: BebasNeue;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0px;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size .tire-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.tire-form-size p span {
  color: white!important;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size .tire-title span {
  font-family: Inter;
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.shop-tire-finder-banner .shop-tire-finder-banner__inner .tire-form-size hr {
  background-color: #FFFFFF;
  margin: 32px 0px;
}

.tire-form-size .button-disable {
  cursor: initial !important;
  opacity: 0.5 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (min-width: 576px) {
  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step1-inner .list-makes {
    width: fit-content;
    margin: auto;
    gap: 14px 15px;
    margin-bottom: 42px;
  }

  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step1-inner .list-makes .make-wrapper .make-img {
    width: 110px;
    height: 110px;
  }

  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step3-inner .list-models .model-wrapper {
    max-width: 424px;
  }

  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step3-inner .list-models {
    grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  }

  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-controllers button {
    width: 280px;
  }

  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-controllers button:first-child {
    margin-right: 8px;
    order: 2;
  }

  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-controllers button:first-child {
    order: 1;
  }


  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step4-inner .step4-controllers {
    flex-direction: row;
  }
}

@media (min-width: 768px) {

  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step1-inner .list-makes {
    grid-template-columns: auto auto auto;
    gap: 24px 75px;
  }

  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step2-inner .list-years {
    grid-template-columns: auto auto auto auto auto;
  }

  .shop-tire-banner-wrapper {
    background-color: #FFF;
  }
}

@media (min-width: 992px) {
  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step1-inner .list-makes {
    grid-template-columns: auto auto auto auto auto;
  }

  .shop-tire-finder-banner .shop-tire-finder-banner__inner .step2-inner .list-years {
    grid-template-columns: auto auto auto auto auto auto auto auto;
  }

  .shop-tire-banner .shop-tire-banner__content h3 {
    font-size: 18px;
  }
}