@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter-SemiBold.ttf");
  font-weight: 600;
}

@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter-Bold.ttf");
  font-weight: 700;
}

* {
  box-sizing: border-box;
}
h2 {
  text-transform: capitalize;
}
/* ::-webkit-scrollbar {
  display: none;
} */

.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-tires-models {
    align-items: end !important;
}
.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.flex-start-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-stretch-between {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-col-center-between {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.flex-col-start-center {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.flex-start-center {
  display: flex;
  align-items: start;
  justify-content: center;
}
.flex-start-start {
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.flex-end-center {
  display: flex;
  align-items: end;
  justify-content: center;
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
h1,
h2,
a,
p,
li,
span,
input,
select,
option,
button {
  font-family: Inter;
  color: #000;
}

p,
h2 {
  margin: 0;
}

a:hover {
  color: #0d6efd !important;
}

.btn {
  border-radius: 4px;
  background-color: #ff690f;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.section {
  max-width: 1280px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  color: #333;
}

.view-all {
  display: block;
  font-size: 16px;
  color: #ff690f;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  cursor: pointer;
}

.sm-card-view {
    display: none;
}

/* top-nav */
.top-nav {
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 1px;
}

.top-nav > div {
  max-width: 1220px;
  margin: 0 auto;
  padding: 8px 10px;
}

.top-nav img,
.top-nav > div > div {
  width: 217px;
}

.top-nav .nav {
  gap: 32px;
}

.top-nav a {
  color: #111c2e;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.top-nav .menu {
  display: none;
}

/* menu */
.menu-mobile {
  display: none;
}

/* big deal */
.big-deal {
  background-color: #ff690f;
  padding: 12px 0px;
}

.big-deal img {
  width: 24px;
  margin-right: 10px;
}

.big-deal p {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.big-deal span {
  font-weight: 700;
  color: inherit;
}

.big-deal a {
  text-decoration: underline;
  color: inherit;
}

/* hero section */
.hero-section {
  max-width: 1300px;
  margin: 0 auto;
  padding: 48px 40px;
}

.hero-section li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(69, 69, 69, 0.8);
}

.hero-section .breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}

.hero-section .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 4px;
}

.hero-section .header {
  margin: 48px auto;
  text-align: center;
}

.hero-section .header > h1:nth-child(1) {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin-bottom: 22px;
  color: #212a30;
}

.hero-section .header > p:nth-child(2) {
  max-width: 608px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #212a30;
}
/* popular cities */
.popular-cities {
  padding: 40px 20px;
}

.popular-cities > div {
  padding: 32px;
  border-radius: 4px;
  background: #f8f8f8;
  gap: 10px;
  margin-top: 34px;
}

.popular-cities span {
  color: #ff690f;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
}

/* popular shops */
.state-desktop .popular-shops {
  padding: 64px 20px 40px;
}

.state-desktop.popular-shops-list {
  margin-top: 34px;
  flex-wrap: wrap;
  gap: 10px 32px;
}

.state-desktop.popular-shops-item {
  padding: 32px;
  border-radius: 4px;
  background-color: #f8f8f8;
  width: calc(25% - 24px);
}

.state-desktop.popular-shops-item > p:nth-child(1) {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  color: #333;
}

.state-desktop.popular-shops-item > div:nth-child(2) {
  gap: 10px;
}

.state-desktop.popular-shops-item span {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
  color: #ff690f;
}
/* hero-section-container */
.hero-section-container {
  background: #f6f6f6;
  margin-bottom: 1px;
}
.hero-section-container .hero-section {
  padding: 0px;
  max-width: 1280px;
  margin: 0 auto;
}
.hero-section-container .hero-section li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(69, 69, 69, 0.8);
}
.hero-section-container .hero-section-content {
  padding: 24px 20px;
  margin-bottom: 1px;
}
.hero-section-container .hero-section .header {
  margin: 0px;
}
.hero-section-container .hero-section-content {
  display: flex;
  justify-content: space-between;
}
.hero-section-container .hero-section .breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}
.hero-section-container
  .hero-section
  .breadcrumb-item
  + .breadcrumb-item::before {
  padding-right: 4px;
}
.hero-section-container .hero-section-content .breadcrumb {
  padding: 24px 0px 16px 0px;
  margin-bottom: 0px;
}
.hero-section-container .hero-section .header > h1:nth-child(1) {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.8px;
  margin-bottom: 22px;
  color: #212a30;
  text-align: left;
}
.hero-section-container
  .hero-section
  .hero-section-content
  .header
  > p:nth-child(1) {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
  margin-top: 8px;
}
.hero-section-container
  .hero-section
  .hero-section-content
  .header
  > p:nth-child(2) {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  align-content: center;
  margin: 8px 0px 0px 0px;
}
.hero-section-container
  .hero-section
  .breadcrumb-item
  + .breadcrumb-item::before {
  padding-right: 0px;
}
.hero-section-container .img-brand {
  position: relative;
}
.hero-section-container .img-brand img {
  margin-right: 19px;
  width: 190px;
  position: absolute;
  top: -10%;
  right: 18%;
}
/* search */
.search-header-mobile {
  gap: 4px;
}
.search-header {
  gap: 4px;
}

.search-header-item {
  padding: 9px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #262626;
  cursor: pointer;
}

.search-header-item.selected {
  border-radius: 4px 4px 0px 0px;
  background: #ccdbe9;
}

.search-body-mobile {
  display: none;
  gap: 12px;
  margin-top: 8px;
}
.search-body {
  gap: 12px;
  margin-top: 8px;
}

.search-body-item {
  width: 196px;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid #d2d2d2;
}

.search-body-item p {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #212a30;
}

.search-body-item select,
.search-body-item input {
  border: none;
  padding: 0px;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.search-body-item option {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

select:has(option:checked:disabled) {
  color: #868686;
}

.search-body-mobile button {
  width: 196px;
  height: 44px;
}
.search-body button {
  width: 196px;
  height: 44px;
}

/* find-tires-from */
.find-tires-from {
  padding: 40px 0px 0px;
  gap: 16px;
  margin-bottom: 1px;
}
.find-tires-from-title {
  padding: 0px 20px;
}
.find-tires-from-title p {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.find-tires-from-title h2 {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.find-tires-from-body {
  flex-wrap: wrap;
  padding: 0px 20px;
}
.find-tires-from-item {
  min-width: 229px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ececec;
  background: #fff;
}
.find-tires-from-item img {
  width: 68px;
  flex-shrink: 0;
  align-self: stretch;
}
.find-tires-from-item p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.find-tires-from-item a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}
/* steps */
.steps {
  background-color: #212121;
}

.steps-content {
  max-width: 1280px;
  padding: 30px 20px;
  margin: 0 auto;
}

.steps-content > div:nth-child(2) {
  flex-grow: 1;
  gap: 24px;
}

.steps-left {
  min-width: 213px;
}

.steps-left img {
  width: 144px;
}

.steps-left p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: white;
  margin-top: 10px;
}

.steps-content {
  gap: 24px;
}

.steps-item {
  background-color: white;
  padding: 16px;
  border-radius: 4px;
  border: 0.5px solid #d2d2d2;
  gap: 10px;
  min-width: calc(955px / 3);
  align-self: stretch;
  align-items: center;
}

.steps-item img {
  width: 69px;
}

.steps-item-content {
  padding-left: 24px;
}

.steps-item-content p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.04px;
  margin-bottom: 10px;
  color: #212a30;
}

.steps-item-content p:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  color: #212a30;
}

/* popular cars */
.popular-cars {
  padding: 40px 20px 16px;
}

.popular-cars h2:nth-child(1) {
  max-width: 645px;
}

.popular-cars-list {
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.popular-cars-item {
  padding: 8px;
  gap: 16px;
  border: 1px solid #ececec;
  border-radius: 8px;
  width: calc(20% - 19.2px);
}

.popular-cars-item img {
  width: 68px;
}

.popular-cars-item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.popular-cars-item a {
  text-decoration: none;
}
.popular-cars-item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.popular-cars .view-all {
  margin-top: 48px;
}

/* top car makes */
.top-car-makes {
  padding: 0px 20px 40px;
}

.top-car-makes-list {
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 16px;
}

.top-car-makes-list > div {
  width: calc(20% - 19.2px);
  padding-bottom: 8px;
  border-bottom: 1px solid #ececec;
}

.top-car-makes-list img {
  width: 110px;
  margin-bottom: 16px;
}

.top-car-makes-list a {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  text-decoration: none;
}
.top-car-makes-list p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

.top-car-makes .view-all {
  margin-top: 48px;
}

/* popular brands */
.popular-brands {
  padding: 24px 20px 32px;
}

.popular-brands-list {
  margin-top: 34px;
  gap: 24px;
}

.popular-brands-item {
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  width: calc(20% - 19.2px);
}

.popular-brands-item img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.popular-brands-item > div {
  gap: 16px;
  padding: 16px 12px;
}

.popular-brands-item > div > a {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  text-decoration: none;
}
.popular-brands-item > div > p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

.popular-brands-item button {
  padding: 0px;
  height: 40px;
}

.popular-brands .view-all {
  margin-top: 42px;
}

/* popular models */
.popular-models {
  padding: 24px 20px 32px;
}

.popular-models-list {
  margin-top: 34px;
  gap: 10px 24px;
  flex-wrap: wrap;
}

.popular-models-item {
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  width: calc((100% - 144px) / 7);
}

.popular-models-item img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.popular-models-item > div {
  gap: 16px;
  padding: 16px 12px;
  flex-grow: 1;
}

.popular-models-item > div > p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.popular-models-item > div > a {
  text-decoration: none;
}
.popular-models-item > div > a > h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}

.popular-models-item button {
  padding: 0px;
  height: 40px;
  width: 100%;
}

.popular-models .view-all {
  margin-top: 42px;
}

/* popular sizes */
.popular-sizes {
  padding: 24px 20px;
}

.popular-sizes-list {
  margin-top: 36px;
  gap: 16px 0;
  flex-wrap: wrap;
  padding: 32px;
  border-radius: 4px;
  background: #f8f8f8;
}

.popular-sizes-list > span {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
  color: #ff690f;
  width: calc(100% / 6);
  display: inline-block;
}

/* diameters */
.diameters {
  padding: 24px 20px;
}

.diameters-list {
  flex-wrap: wrap;
  margin-top: 34px;
  gap: 16px 8px;
}

.diameters-item {
  padding: 16px 24px;
  border-radius: 32px;
  border: 1px solid #d2d2d2;
  color: #ff690f;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  cursor: pointer;
}

.diameters a {
  text-decoration: none;
}

/* email capture */
.email-capture {
  max-width: 1280px;
  padding: 40px 0;
  height: 366px;
}
.email-capture form {
  display: flex;
  flex-grow: 1;
}
.email-capture img {
  height: 286px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.email-capture-form {
  height: 286px;
  flex-grow: 1;
  width: 0;
  background-color: #232323;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  gap: 16px;
  padding-left: 60px;
  padding-right: 20px;
}

.email-capture-form p:nth-child(1) {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  color: white;
}

.email-capture-form p:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: white;
}

.email-capture-form p:nth-child(4) {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  color: white;
}

.email-capture-form input {
  width: 275px;
  height: 44px;
  padding: 8px;
  font-family: Inter;
  font-size: 16;
  font-weight: 400;
}

.email-capture-form button {
  margin-left: 20px;
  height: 40px;
}

/* popular shops */
.popular-shops {
  padding: 40px 0;
}

.popular-shops-list {
  gap: 24px;
  margin-top: 10px;
}

.popular-shops-item {
  width: calc(25% - 18px);
  border-radius: 8px;
  border: 1px solid #6a6a6a;
}

.popular-shops-item img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.popular-shops-item > p {
  padding: 16px 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #333;
}
.popular-shops-item > a {
  padding: 16px 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #333;
  text-decoration: none;
  display: block;
}

.view-all {
  margin-top: 34px;
}

/* banners */
.banners {
  gap: 48px;
}

.banners img {
  width: 222px;
  position: absolute;
  max-width: 39%;
  top: 20px;
  right: 20px;
}

.banners-item {
  position: relative;
  padding: 20px 40px;
  border-radius: 8px;
  min-height: 296px;
}

.banners-item:nth-child(1) {
  background-color: #ededed;
  color: #212a30;
}

.banners-item:nth-child(2) {
  background-color: #232323;
  color: white;
}

.banners-item > div > p:nth-child(1) {
  width: 60%;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  color: inherit;
}

.banners-item > div > p:nth-child(2) {
  margin: 16px 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: 55%;
  color: inherit;
}

.banners-item button {
  height: 44px;
}

.banners-item:nth-child(1) img {
  top: 7px;
  right: 13px;
}

/* deals */
.deals {
  padding: 24px 20px;
}

.deals > div:nth-child(2) {
  overflow: auto;
}

.deals-list {
  gap: 32px;
  margin-top: 8px;
}

.deals-item {
  padding: 10px;
  border-radius: 8px;
  background-color: #f8f8f8;
  width: 270px;
  min-width: calc(25% - 24px);
}

.deals-item img:nth-child(1) {
  width: 117px;
  margin-bottom: 12px;
}

.deals-item img:nth-child(2) {
  width: 201px;
  margin: 0 auto;
  display: block;
}

.deals-item > p:nth-child(3) {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 65px;
  margin-bottom: 24px;
}
.deals-item > a:nth-child(3) {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 65px;
  margin-bottom: 24px;
  text-decoration: none;
}

.deals-item button {
  height: 40px;
  width: 90%;
  margin-left: 5%;
}

.deals .view-all {
  margin-top: 32px;
}

.hero-section .header {
  margin-top: 0px;
}

.popular-sizes {
  padding: 24px 20px 32px;
}

.popular-sizes-list {
  gap: 10px 0px;
}

.popular-sizes-list .item {
  width: calc(25% - 18px);
}

.popular-sizes-list .item > a {
  color: #ff690f;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
}

.popular-sizes-list .item > div {
  gap: 8px;
}

.popular-sizes-list .item > div span {
  color: #333;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}

.popular-sizes-list .item > div span.active {
  color: #1eb348;
}

.popular-sizes-list .item > div span.inactive {
  color: #ee1e1e;
}

.popular-sizes-list .item > div img:nth-child(2) {
  width: 8px;
}

.popular-sizes-list .item > div img:nth-child(4) {
  width: 15.5px;
}

.popular-sizes .view-all {
  margin-top: 42px;
}
.email-capture form {
  display: flex;
  flex-grow: 1;
}
.us-map {
  padding: 24px 20px 0px;
}

.us-map .section-title {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
}

.us-map img {
  width: 1400px;
  max-width: 100%;
  margin: 26px auto 0px;
  display: block;
}

#exampleModal .modal-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 40px 80px;
  position: relative;
  max-width: 698px;
  margin: 0 auto;
}

#exampleModal h2 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  max-width: 100%;
}

#exampleModal span {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

#exampleModal input {
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  background: #f0f3f5;
  padding: 12px 16px;
  color: #212a30;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-right: 20px;
  height: 44px;
}

#exampleModal div > button.submit {
  border-radius: 4px;
  border: 1px solid #ff690f;
  background: #ff690f;
  height: 44px;
  text-align: center;
  width: 187px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

#exampleModal .btn-close {
  position: absolute;
  top: 17px;
  right: 21px;
}

/* car home page */
.car-home-page .find-tires-for {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 1px;
}
.car-home-page .find-tires-for-container {
  padding: 40px 20px 16px 20px;
  gap: 16px;
}
.car-home-page .find-tires-for-container h2 {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.car-home-page .popular-cars-list {
  flex-wrap: wrap;
  gap: 16px 24px;
}
.car-home-page .popular-cars-item {
  padding: 8px;
  gap: 16px;
  border: 1px solid #ececec;
  border-radius: 8px;
  width: calc(20% - 19.2px);
}
.car-home-page .popular-cars-item img {
  width: 68px;
  height: 68px;
}
.car-home-page .popular-cars-item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.car-home-page .popular-cars-item a {
  text-decoration: none;
}
.car-home-page .popular-cars-item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
/* top car makes */
.car-home-page .top-car-makes {
  padding: 40px 20px;
  margin-bottom: 1px;
}
.car-home-page .top-car-makes h2 {
  padding-top: 32px;
}
.car-home-page .top-car-makes-list {
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 16px;
}
.car-home-page .top-car-makes-list > div {
  width: calc(20% - 19.2px);
  padding-bottom: 8px;
  border-bottom: 1px solid #ececec;
}
.car-home-page .top-car-makes-list img {
  width: 110px;
  margin-bottom: 16px;
}
.car-home-page .top-car-makes-list a {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  text-decoration: none;
}
.car-home-page .top-car-makes-list p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
.car-home-page .top-car-makes .view-all {
  margin-top: 48px;
}
/* top-tire-retailers */
.car-home-page .top-tire-retailers {
  max-width: 1280px;
  margin: 0 auto;
}
.car-home-page .top-tire-retailers-title {
  padding: 16px 20px;
  margin-bottom: 10px;
}
.car-home-page .top-tire-retailers-title h2 {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.car-home-page .retailers-container {
  gap: 10px;
}
.car-home-page .row-retailers-item {
  display: flex;
  flex-wrap: wrap;
  gap: 42px 0px;
  justify-content: space-between;
  padding: 16px 20px;
  margin-bottom: 10px;
}
.car-home-page .retailers-item {
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #6a6a6a;
}
.car-home-page .retailers-item p {
  padding: 16px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.car-home-page .retailers-item a {
  padding: 16px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}
.car-home-page .retailers-item img {
  border-radius: 8px 8px 0px 0px;
  border-bottom: 1px solid #6a6a6a;
}
/* tire-deals-from */
.car-home-page .tire-deals-from {
  margin: 0 auto;
  background: #f8f8f8;
  padding: 40px 0px;
  margin-bottom: 10px;
}
.car-home-page .tire-deals-from-container {
  max-width: 1280px;
  margin: 0 auto;
}
.car-home-page .tire-deals-from-title {
  padding: 24px 20px;
  margin-bottom: 10px;
}
.car-home-page .tire-deals-from-title p:nth-child(1) {
  color: #212a30;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.car-home-page .tire-deals-from-title h2:nth-child(1) {
  color: #212a30;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.car-home-page .tire-deals-from-title p:nth-child(3) {
  color: #212a30;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.car-home-page .row-tire-deals-card {
  display: flex;
  flex-wrap: wrap;
  gap: 34px 24px;
  padding: 0px 20px 24px;
}
.car-home-page .tire-deals-card {
  position: relative;
}
.car-home-page .tire-deals-card img {
  width: 186px;
  border-radius: 8px;
}
.car-home-page .tire-deals-card p {
  position: absolute;
  bottom: 40px;
  padding: 0 16px;
  color: var(--Text-Secondary, var(--default-text-updated-light, #fff));
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  align-self: stretch;
}
/* news */
.news {
  padding: 24px 20px 40px;
}
.view-more {
  margin-top: 10px;
}
.view-more a {
  color: #ff690f;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-decoration-line: underline;
}
.news-title {
  color: #212a30;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.news-list {
  margin-top: 58px;
  gap: 24px;
}
.news-item {
  border-radius: 8px;
}
.news-item img:nth-child(1) {
  width: 100%;
}
.news-item > p:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 18px;
  margin-bottom: 10px;
}
.news-item > a:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-top: 18px;
  margin-bottom: 10px;
  text-decoration: none;
}
.news-item .profile img {
  width: 64px;
  margin-right: 10px;
}
.news-item .profile div:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.news-item .profile div:nth-child(2) > p:nth-child(1) {
  margin-bottom: 10px;
}
.news-item .btn-category {
  margin-top: 10px;
}
.news-item .btn-category a {
  padding: 8px 16px;
  border-radius: 32px;
  background-color: #f1f1f1;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 150%;
  color: #000;
  text-decoration: none;
}
/* footer */
.footer {
  background-color: #232323;
}
.footer-content {
  max-width: 1220px;
  margin: 0 auto;
  padding: 80px 0 141px;
  color: white;
}
.footer-content form {
  display: flex;
  flex-grow: 1;
  justify-content: end;
}
.footer-content > div > div:nth-child(1) {
  flex-grow: 1;
  padding-right: unset;
}
.footer-content > div:nth-child(1) {
  gap: 24px;
}
.footer-left-col {
  gap: 24px;
}
.footer-col-tire {
    gap: 24px !important;
}
.footer-item {
  gap: 16px;
}
.footer-item > div {
  gap: 16px;
}
.footer-item > div > p {
  width: 245px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}
.footer-item > div > h3 {
  width: 245px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}
.footer li a {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
}
.footer img {
  width: 14px;
  cursor: pointer;
}
.footer ul {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 0px;
}
.footer li {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
}
.footer img[aria-expanded="true"] {
  transform: rotate(180deg);
}
.footer-center-col {
  gap: 12px;
}
.footer-center-col a {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
}
.footer-center-col p {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.footer-right-col form {
  padding: 10px;
  flex-grow: 1;
  flex-direction: column;
  max-width: 335px;
}
.footer-right-col form > p:nth-child(1) {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 32px;
  color: #fff;
}
.footer-right-col form input {
  padding: 12px 10px;
  border-radius: 4px;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent !important;
  box-shadow: none !important;
  color: white !important;
  height: 44px;
}
.footer-right-col form button {
  padding: 8px 32px;
  height: 40px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  align-content: center;
  border-radius: 10px;
}
.footer-socials {
  padding: 10px;
  gap: 32px;
}
.footer-socials img {
  height: 22px;
  width: auto;
}
.footer-description {
  max-width: 781px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 32px 0;
  width: 70%;
}
.footer-links {
  padding: 10px;
  gap: 32px;
}
.footer-links a {
  color: white;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.footer-content-left {
  gap: 24px;
}
.footer-content-right {
  width: 370px;
  padding: 10px 0px 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 0px;
}
.footer-container-top {
  padding: 10px;
}
/* popular-tires-for */
.popular-tires-for {
  max-width: 1280px;
  margin: 0 auto;
}
.popular-tires-for-title {
  padding: 24px 20px;
}
.popular-tires-for-title h2 {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.popular-tires-for-container-mobile {
  display: none;
  padding: 10px 20px;
  gap: 10px;
}
.popular-tires-for-container {
  padding: 10px 20px;
  gap: 10px;
}
.quick-filters {
  padding: 16px 0px;
}
.quick-filters-left {
  gap: 16px;
}
.quick-filters-left-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.special-offers {
  gap: 8px;
  padding: 4px 16px;
  border-radius: 4px;
  background: #c5ffcb;
}
.special-offers p {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.quick-filters-right {
  padding: 0px 8px;
}
.filter-to-refine {
  padding: 18px 0px 0px 0px;
  gap: 10px;
}
.filter-to-refine h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.filter-to-refine-container {
  padding: 8px 4px 26px 4px;
  gap: 10px;
}
.filter-select-item .form-select {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 54px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 4px;
  border: 1px solid #ff690f;
  background-image: url("../assets/images/icon-arrow-down-orange.svg");
}
.color-orange {
  color: #ff690f !important;
}
.result {
  padding: 8px 16px;
}
.result h3 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.result .sort-by .filter-select-item .form-select {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 54px;
  color: #000 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  border-radius: 4px;
  border: none;
  background-image: url("../assets/images/icon-arrow-down-black.svg");
}
.quick-filters-container {
  gap: 10px;
  align-items: center;
}
.quick-filters-two-item {
  gap: 24px;
}
.quick-filters-item {
  display: flex;
  align-items: start;
  border-radius: 4px;
  border: 0.5px solid #d2d2d2;
}
.quick-filters-item-img {
  width: 125px;
  padding-top: 16px;
}
.quick-filters-item-img img {
  width: 125px;
}
.warranty-tag {
  width: fit-content;
  padding: 4px 8px;
  gap: 10px;
  border-radius: 4px;
  background: #084b94;
  margin-bottom: 4px;
}
.warranty-tag img {
  width: 12px !important;
}
.warranty-tag p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.tire-name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 8px;
}
.sub-name {
  color: rgba(69, 69, 69, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}
.star {
  gap: 4px;
}
.star p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.star span {
  color: #ff690f;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.quick-filters-item-right {
  max-width: 363.5px;
  gap: 16px;
}
.buy-get-free {
  gap: 16px;
  padding: 8px;
  border-radius: 4px;
  background: #c5ffcb;
}
.buy-get-free-label p:nth-child(1) {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.buy-get-free-label p:nth-child(2) {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.buy-get-free .icon-info {
  width: 16px;
}
.save-and-price {
  gap: 8px;
}
.price-save {
  padding: 16px 8px;
  border-radius: 4px;
  background: #f6f6f6;
}
.price-save span {
  color: #1eb348;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.price-save p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.price-save img {
  width: 16px;
}
.view-specs {
  padding: 8px 16px;
}
.view-specs a {
  color: #ff690f;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 166.667% */
  text-decoration-line: underline;
}
.btn-view-shops {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid var(--Primary, #ff690f);
  background: var(--Primary, #ff690f);
  color: var(--Tertiary, var(--default-text-updated-light, #fff));
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.pagination {
  width: 100%;
  padding: 24px 0px 40px 0px;
  display: flex;
  justify-content: end;
}
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
.pagination-container p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.pagination-container .filter-select-item .form-select {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 40px;
  color: #000 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  border-radius: 4px;
  background: #f0f0f0;
  background-repeat: no-repeat;
  border: none;
  background-position: 70%;
  background-image: url("../assets/images/icon-arrow-down-black.svg");
}
.btn-pagination {
  padding: 8px;
  background: none;
  border: none;
  color: var(--Secondary, #212a30);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.btn-pagination-dot {
  padding: 8px;
  background: none;
  border: none;
  color: var(--Dark-Grey, #868686);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.btn-pagination-active {
  padding: 8px;
  border-radius: 4px;
  background: #f0f0f0;
  border: none;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.btn-pagination-next {
  padding: 8px;
  border-radius: 4px;
  background: #f0f0f0;
  border: none;
}
.adsense-banner-item {
  padding: 35px 243.5px;
  background: #d5d5d5;
}
.adsense-banner-item p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* car page */
.car-page .find-tires-for {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 1px;
}
.car-page .find-tires-for-container {
  padding: 40px 20px;
  gap: 16px;
}
.car-page .find-tires-for-container h2 {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.car-page .popular-cars-list {
  flex-wrap: wrap;
  gap: 16px 24px;
}
.car-page .popular-cars-item {
  padding: 8px;
  gap: 16px;
  border: 1px solid #ececec;
  border-radius: 8px;
  width: calc(20% - 19.2px);
}
.car-page .popular-cars-item img {
  width: 68px;
  height: 68px;
}

.car-page .popular-cars-item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.car-page .popular-cars-item a {
  text-decoration: none;
}
.car-page .popular-cars-item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
.tire-brand-result .hero-section-container {
  background: #f6f6f6;
  margin-bottom: 1px;
}
.tire-brand-result .hero-section {
  padding: 0px;
  max-width: 1280px;
  margin: 0 auto;
}
.tire-brand-result .hero-section li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(69, 69, 69, 0.8);
}
.tire-brand-result .hero-section-content {
  padding: 24px 20px;
  margin-bottom: 1px;
}
.tire-brand-result .hero-section .header {
  margin: 0px;
}
.tire-brand-result .hero-section-content {
  display: flex;
  justify-content: space-between;
}
.tire-brand-result .hero-section .breadcrumb-item + .breadcrumb-item {
  padding-left: 4px;
}

.tire-brand-result .hero-section .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 4px;
}
.tire-brand-result .hero-section-content .breadcrumb {
  padding: 24px 0px 16px 0px;
  margin-bottom: 0px;
}
.tire-brand-result
  .hero-section
  .hero-section-content
  .header
  > p:nth-child(1) {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
  margin-top: 8px;
}

.tire-brand-result
  .hero-section
  .hero-section-content
  .header
  > p:nth-child(2) {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  align-content: center;
  margin: 16px 0px 0px 0px;
  height: 29px;
}
.tire-brand-result .hero-section .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0px;
}
.tire-brand-result .img-brand img {
  margin-right: 19px;
  width: 273px;
  height: 197px;
}
/* search-container */
.search-container {
  background: #f6f6f6;
  padding-top: 0px;
  padding-bottom: 16px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.search-container .search {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
}
.search-container .search-body-mobile {
  gap: 12px;
  margin-top: 7px;
}
.search-container .search-body {
  gap: 12px;
  margin-top: 7px;
}
.search-container .search-header {
  gap: 4px;
}

.search-container .search-header-item {
  padding: 9px 22px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  color: #262626;
  cursor: pointer;
  background: #fff;
  border-radius: 4px 4px 0px 0px;
}

.search-container .search-header-item.selected {
  border-radius: 4px 4px 0px 0px;
  background: #ccdbe9;
}
.search-container .search-body-item {
  width: 196px;
  padding: 4px 8px;
  border-radius: 2px;
  border: 1px solid #d2d2d2;
  background: #fff;
  flex: 1;
}
.search-container .search-body-item p {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #212a30;
}

.search-container .search-body-item select,
.search-container .search-body-item input {
  border: none;
  padding: 0px;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.search-container .search-body-item option {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.search-container select:has(option:checked:disabled) {
  color: #868686;
}

.search-container .search-body-mobile button {
  width: 245px;
  height: 44px;
}
.search-container .search-body button {
  width: 245px;
  height: 44px;
}
/* tire-retail-location */
.tire-retail-location {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 33px;
}
.tire-retail-location-title {
  padding: 16px 20px;
  margin-bottom: 10px;
}
.tire-retail-location-title p {
  width: fit-content;
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.tire-retail-location-title h2 {
  width: fit-content;
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}
.view-map {
  width: 238px;
  height: 62px;
  background-image: url("/assets/images/bg-view-map.png");
  border-radius: 8px;
}
.view-map-btn {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #000;
  background: #fff;
}
.view-map-btn p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-left: 10px;
}
.tire-retail {
  padding: 32px;
  border-radius: 4px;
  background: #f8f8f8;
  margin-bottom: 1px;
}
.tire-retail h3 {
  color: #333;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 32px;
}
.tire-retail-container-mobile {
  display: none;
  background: #f8f8f8;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.tire-retail-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f8f8f8;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.tire-retail-container div {
  width: 24%;
}
.tire-retail-container p {
  min-width: 30%;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.tire-retail-container a {
  min-width: 30%;
  color: #ff690f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-decoration-line: underline;
}
/* map */
#map {
  height: 100%;
}
#mapModal .modal-dialog {
  max-width: 1900px;
}
.line-between-map {
  width: 100%;
  height: 16px;
  background: #fc6262;
}
.map-item-container {
  padding: 0px 24px;
}
.map-item-container p {
  margin-bottom: 2px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.row-map-item {
  padding: 8px 0px 24px;
  margin-bottom: 2px;
}
.store-details-cards {
    width: 100%;
    overflow-x: auto;
}
.map-items-cards{
    margin:0px 6px;
}
.map-item {
    padding: 16px;
    gap: 16px;
    border-radius: 8px;
    border: 0.5px solid #6a6a6a;
    background: #fff;
    min-width: 244px;
}
.map-item-address p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.btn-map-view-details {
  margin-bottom: 8px;
  border: none;
  padding: 8px 16px;
  width: 100%;
  border-radius: 4px;
  background: #ff690f;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.btn-map-container a {
  color: #ff690f;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 16.8px */
  text-decoration-line: underline;
}
.iframe-map {
  height: 631px;
}
.state-map {
  padding-top: 26px;
}
.retailers-page .state-map {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 41px;
  padding: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
}
.state-map .section-title {
  padding: 16px 20px;
  margin-bottom: 10px;
}
.state-map-list a {
  color: #ff690f;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: underline;
  width: 25%;
  text-align: left;
}
.state-map-list {
  margin-top: 0px;
  padding: 24px 20px 0px;
  flex-wrap: wrap;
  gap: 10px 0px;
}
.retailers-page .tire-retail-location {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 33px;
}
.retailers-page .tire-retail-location-title {
  padding: 16px 20px;
  margin-bottom: 10px;
}
.retailers-page .tire-retail-location-title p {
  width: fit-content;
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.retailers-page .tire-retail-location-title h2 {
  width: fit-content;
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.retailers-page .view-map {
  width: 238px;
  height: 62px;
  background-image: url("/assets/images/bg-view-map.png");
  border-radius: 8px;
}
.retailers-page .view-map-btn {
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #000;
  background: #fff;
}
.retailers-page .view-map-btn p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-left: 10px;
}
.retailers-page .tire-retail-container {
  padding: 32px;
  border-radius: 4px;
  background: #f8f8f8;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.retailers-page .tire-retail-container p {
  min-width: 24%;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.retailers-page .tire-retail-container a {
  min-width: 24%;
  color: #ff690f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-decoration-line: underline;
}
/* tire brand page */
.tire-brand-page .popular-models-container {
  padding: 0px 20px 24px 20px;
  margin-bottom: 1px;
}
.tire-brand-page .popular-models {
  max-width: 1400px;
  margin: 0 auto;
  padding: 35px 101px;
}
.tire-brand-page .section-title {
  margin: 24px 0px 10px 0px;
  height: 45px;
}
.tire-brand-page .popular-models-list {
  margin-top: 0px;
  gap: 10px 10px;
  flex-wrap: wrap;
}
.tire-brand-page .popular-models-item {
  width: 231px;
  padding: 16px;
  border-radius: 4px;
  border: 0.5px solid #6a6a6a;
  gap: 10px;
}
.tire-brand-page .popular-models-item img {
  width: 116px;
  height: 27px;
}
.tire-brand-page .popular-models-item p {
  height: 44px;
  align-content: start;
  color: #ff690f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.tire-brand-page .popular-models-item button {
  height: 44px;
  border-radius: 2px;
  border: 1px solid #ff690f;
  background: #ff690f;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.tire-brand-page .popular-models-item .popular-models-item-img {
  width: 100%;
  height: 139px;
}
.tire-brand-page .popular-models-item .popular-models-item-img img {
  width: 96px;
  height: 139px;
}
.tire-brand-page .popular-models-item > div {
  gap: 0px;
  padding: 0px;
  flex-grow: unset;
}
.tire-brand-page .popular-sizes {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px;
  margin-bottom: 1px;
}
.tire-brand-page .popular-sizes-list .item > a {
  color: #ff690f;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
}
.tire-brand-page .popular-sizes-title {
  padding: 24px 20px 0px 20px;
  align-content: center;
  color: #212a30;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.tire-brand-page .popular-sizes-list-container {
  padding: 24px 20px 0px 20px;
  margin-top: 10px;
}
.tire-brand-page .popular-sizes-list {
  margin-top: 0px;
  gap: 10px 0;
  flex-wrap: wrap;
  padding: 32px;
  border-radius: 4px;
  background: #f8f8f8;
}
.tire-brand-page .popular-sizes-list .item {
  width: calc(25% - 18px);
  gap: 24px;
}
.tire-brand-page .popular-sizes-list .item > div span {
  color: #333;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  white-space: nowrap;
}
.tire-brand-page .popular-sizes-list .item > div {
  gap: 8px;
}
.tire-brand-page .popular-sizes-list .item > div span.active {
  color: #1eb348;
}

.tire-brand-page .popular-sizes-list .item > div span.inactive {
  color: #ee1e1e;
}

.tire-brand-page .popular-sizes-list .item > div img:nth-child(2) {
  width: 8px;
}

.tire-brand-page .popular-sizes-list .item > div img:nth-child(4) {
  width: 15.5px;
}
/* best-tire */
.best-tire {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 0px 40px 0px;
  margin-bottom: 1px;
}
.best-tire-title {
  padding: 24px 20px;
  height: 93px;
  align-content: center;
  color: #212a30;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.best-tire-list-container {
  margin-top: 10px;
}
.best-tire-list {
  margin-top: 0px;
  gap: 10px 0;
  flex-wrap: wrap;
  padding: 32px;
  border-radius: 4px;
  background: #f8f8f8;
}
.best-tire-list .item {
  width: calc(25% - 18px);
  height: 22px;
  gap: 24px;
}
.best-tire-list .item > div span {
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.best-tire-list .item > a {
  color: #ff690f;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration-line: underline;
}
.tire-brand-page .state-map {
  margin-bottom: 41px;
}
/* filter to refine */
.filter-to-refine {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 1px;
  padding: 24px 0px;
}
.filter-search-container {
  padding: 18px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.filter-search-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.filter-select-container {
  padding: 8px 4px;
  display: flex;
  gap: 10px;
}

.filter-select-item .form-select {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 54px;
  color: #ff690f;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 4px;
  border: 1px solid #ff690f;
  background-image: url("../assets/images/icon-arrow-down-orange.svg");
}
.form-select-fill {
  background-image: url("../assets/images/icon-arrow-down-white.svg") !important;
  color: #fff !important;
  border-radius: 4px;
  border: 1px solid #fff !important;
  background: #ff690f;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center;
}
.filter-list-container {
  padding: 20px 8px;
}
.filter-list-item-active {
  /* padding: 6px 24px 16px 24px; */
  border-radius: 4px;
  border: 2px solid #ff690f;
  background: #f8f8f8;
}
.filter-list-item-active .best-price {
  width: fit-content;
  padding: 4px 16px;
  background: #ff690f;
  display: flex;
  gap: 8px;
  height: 26px;
}
.filter-list-item-active .best-price p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.filter-list-item-active .best-price p span {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.filter-list-item {
  margin-top: 6px;
  padding: 16px 24px 16px 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.filter-list-item p {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
.filter-list-item .phone {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.filter-list-item .phone img {
  padding: 12px;
}
.filter-list-item .phone a {
  color: #ff690f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-decoration-line: underline;
}
.filter-list-item .index {
  display: flex;
  align-items: center;
}
.filter-list-item .index a {
  color: #ff690f;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  text-decoration-line: underline;
  margin-right: 24px;
}
.filter-list-item .index .active {
  color: #1eb348;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 8px;
}
.filter-list-item .index .inactive {
  color: #ee1e1e;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 8px;
}
.filter-list-item .index img {
  width: 8px;
  height: 8px;
  margin-right: 8px;
}
.filter-list-item .index span {
  color: #333;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 8px;
}
.filter-list-item .index .info {
  width: 15.5px;
  height: 15.5px;
}
.btn-view-shop {
  padding: 13px 32px;
  border-radius: 2px;
  border: 1px solid #ff690f;
  background: #ff690f;
  display: flex;
  align-items: center;
  gap: 8px;
}
.btn-view-shop p {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
/* find tire by wheel */
.find-tires-by-wheel {
  padding: 24px 0px;
}
.find-tires-by-wheel h2 {
  padding: 24px 20px 0px;
  color: #212a30;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
  margin-bottom: 10px;
}
.wheel-container {
  padding: 24px 20px 0px;
  flex-wrap: wrap;
  gap: 16px 8px;
}
.wheel-item {
  padding: 16px 24px;
  border-radius: 32px;
  border: 1px solid #d2d2d2;
}
.wheel-item p {
  color: var(--Text-Link, #ff690f);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.search-header-mobile {
  display: none;
}
/* searchtire */
.shop a {
  cursor: pointer;
  background: transparent;
}
.shop {
  padding: 16px 0 48px;
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 0 21px;
}
.shop h1 {
  color: #212a30;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 8px;
  grid-column-start: 2 span;
}
.shop p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  grid-column-start: 2 span;
}
.shop .filters {
  margin-bottom: 10px;
  padding: 16px 0px;
  display: flex;
  justify-content: space-between;
  grid-column-start: 2 span;
}
.shop .filters ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.shop .filters ul li {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.shop .filters ul li:not(:last-child) {
  margin-right: 10px;
}
.shop .filters ul li select {
  appearance: none;
  cursor: pointer;
  background-image: url(../assets/images/down-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  padding: 4px 32px 4px 16px;
  border-radius: 100px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  max-width: 168px;
}
.shop .location-results {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  max-height: 1100px;
  overflow: auto;
  padding-right: 21px;
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}
.shop .location-results .location {
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d2d2;
}
.shop .location-results .location .title {
  padding: 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
  position: sticky;
  top: 0;
  z-index: 2;
  font-family: "Inter", sans-serif;
}
.shop .location-results .location .title ~ div {
  padding: 8px 24px;
}
.shop .location-results .location .sec-line {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}
.shop .location-results .location .third-line {
  display: flex;
  align-items: center;
}
.shop .location-results .location .third-line .per-tire {
  color: #454545;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}
.shop .location-results .location .third-line .drive-out {
  color: #454545;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}
.shop .location-results .location .third-line .per-tire span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 6px;
}
.shop .location-results .location .third-line .drive-out {
  margin-left: 16px;
}
.shop .location-results .location .third-line .drive-out span {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 6px;
}
.shop .location-results .location .third-line a {
  color: #ff690f;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
  margin-left: auto;
}
.shop .location-results .location .third-line a:hover {
  color: #ff690f !important;
}
.shop .location-results .location .links {
  display: flex;
  align-items: center;
}
.shop .location-results .location .links a:not(:last-child) {
  margin-right: 16px;
}
.shop .location-results .location .links a {
  color: #ff690f;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  padding: 8px 10px;
}
.shop .location-results .location .links a:hover {
  color: #ff690f !important;
}
.shop .location-results .location .links a.website::before {
  width: 19px;
  height: 19px;
  background-image: url(../assets/images/website.svg);
  content: "";
  display: block;
  margin-right: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.shop .location-results .location .links a.direction::before {
  width: 20px;
  height: 20px;
  background-image: url(../assets/images/direction.svg);
  content: "";
  display: block;
  margin-right: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.shop .location-results .location .links a.call {
  text-decoration: none;
  border-radius: 4px;
  padding: 4px 24px;
  background-color: #ff690f;
  color: #fff;
  margin-left: auto;
  letter-spacing: -0.28px;
  font-size: 14px;
  margin-right: 0 !important;
}
.shop .location-results .location .links a.call:hover {
  color: #fff !important;
}
.shop .location-results .location .links a.call::before {
  width: 17px;
  height: 17px;
  background-image: url(../assets/images/call.svg);
  content: "";
  display: block;
  margin-right: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.shop .location-results .location .collapse-store h3 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 166.667%;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-image: url(../assets/images/down-arrow-black.svg);
  background-repeat: no-repeat;
  background-position: right center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.shop .location-results .location .collapse-store.show h3 {
  background-image: url(../assets/images/up-arrow-black.svg);
}
.shop .location-results .location .collapse-store .stores {
  padding: 10px 0 0;
  max-height: 50rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  display: grid;
  gap: 10px;
  max-height: 0;
  overflow: hidden;
}
.shop .location-results .location .collapse-store.show .stores {
  padding: 10px 0 0;
  max-height: 50rem;
}
.shop .location-results .location .collapse-store .stores .store {
  padding: 12px 8px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
}

.shop .location-results .location .collapse-store .top {
  display: grid;
  grid-template-columns: auto max-content max-content;
  gap: 16px;
  align-items: center;
}
.shop .location-results .location .collapse-store .top h4 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
  font-family: "Inter", sans-serif;
}
.shop .location-results .location .collapse-store .top h4 a {
  color: #ff690f;
  text-decoration: none;
  outline: none;
}
.shop .location-results .location .collapse-store .top h4 a:hover {
  color: #ff690f !important;
}
small {
  font-size: 0.875em;
}
.shop .location-results .location .collapse-store .top .mile {
  font-size: 12px;
  font-weight: 700;
  color: #454545;
  font-family: "Inter", sans-serif;
}
.shop .location-results .location .collapse-store .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 16px 8px;
}
.shop .location-results .location .collapse-store .bottom a {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 4px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.shop .location-results .location .collapse-store .bottom a:hover {
  color: #454545 !important;
}
.shop .location-results .location .collapse-store .bottom a:first-child {
  border: 1px solid #000;
  color: #454545;
}
.shop .location-results .location .collapse-store .bottom a.direction::before {
  width: 20px;
  height: 20px;
  background-image: url(../assets/images/direction.svg);
  content: "";
  display: block;
  margin-right: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.shop .location-results .location .collapse-store .bottom a.call {
  background-color: #ff690f;
  color: #fff;
  letter-spacing: -0.24px;
}
.shop .location-results .location .collapse-store .bottom a.call:hover {
  color: #fff !important;
}
.shop .location-results .location .collapse-store .bottom a.call::before {
  width: 17px;
  height: 17px;
  background-image: url(../assets/images/call.svg);
  content: "";
  display: block;
  margin-right: 16px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.my-map {
  display: block;
}
.shop .my-map #map {
  position: relative;
  overflow: hidden;
  min-height: 800px !important;
  max-height: 800px;
  height: 100%;
  width: 100%;
}
.gmnoprint a,
.gmnoprint span {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
.gm-style-cc {
  display: none;
}
img[src="http://maps.gstatic.com/mapfiles/api-3/images/google_white2.png"], a[href^="http://maps.google.com/maps"]
{
  display: none !important;
}
.shop .location-results .location .notes {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 24px;
  max-width: 553px;
}
.classic-btn {
  border: 2px solid #ff690f;
  font-weight: 600;
  font-size: 20px;
  line-height: 19px;
  padding: 10px 50px;
  background: #ff690f;
  border-radius: 8px;
}
.double-border-top {
  border-top: 3px double #000;
}
.location-results::-webkit-scrollbar-thumb {
  background: #ff690f;
  border-radius: 60px;
}
.location-results::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.location-results::-webkit-scrollbar-track {
  background: #f7f7f7;
}
@media only screen and (max-width: 767.98px) {
  .pd-bottom-80 {
    padding-bottom: 0px !important;
  }
  .mobile {
    display: block;
  }
  /* common */
  .section-title {
    font-size: 28px;
  }

  /* top-nav */
  .top-nav > div {
    padding: 12px 24px;
  }

  .top-nav img {
    width: 113px;
  }

  .top-nav .nav {
    display: none;
  }

  .top-nav .menu {
    width: 22px;
    display: block;
  }

  /* menu */
  .menu-mobile {
    display: block;
  }

  .menu-mobile {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s;
  }

  .menu-mobile.active {
    max-height: 500px;
  }

  .menu-mobile .nav {
    display: flex;
    flex-direction: column;
    padding: 12px 24px;
    gap: 12px;
  }

  .menu-mobile a {
    font-size: 20px;
    text-decoration: none;
    color: #ff690f;
    font-weight: 600;
  }

  /* big deal */
  .big-deal {
    padding: 8px;
  }

  .big-deal p {
    font-weight: 400;
    line-height: 150%;
  }

  /* hero section */
  .hero-section {
    padding: 24px 10px 0;
  }

  .hero-section nav,
  .hero-section .header {
    padding: 0 10px;
  }

  .hero-section .header {
    margin: 24px 0px;
  }

  .hero-section .header > h1:nth-child(1) {
    font-size: 32px;
    line-height: 140%;
    text-align: left;
  }

  .hero-section .header > p:nth-child(2) {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #000;
    text-align: left;
  }
  .popular-sizes-list {
    flex-direction: column;
    margin-top: 34px;
  }

  .popular-sizes-list .item {
    width: 100%;
  }

  .popular-sizes-list .item > a {
    font-size: 12px;
  }

  .popular-sizes-list {
    padding: 32px 16px;
  }
  /* search */
  .search {
    border-radius: 4px;
    border: 0.5px solid #d2d2d2;
  }

  .search-body {
    flex-direction: column;
    padding: 32px 16px;
  }

  .search-body-item,
  .search-body button {
    width: 100%;
  }

  .search-body button {
    font-size: 12px;
  }
  /* find-tires */
  .find-tires-from {
    padding-bottom: 40px;
  }
  .find-tires-from-title p {
    font-size: 28px !important;
  }
  .find-tires-from-title h2 {
    font-size: 28px !important;
  }
  .find-tires-from-item {
    min-width: 280px;
  }
  .find-tires-from-body {
    gap: 24px;
  }
  .find-tires-from .view-more {
    display: flex;
    margin-top: 16px;
  }
  .find-tires-from .view-more a {
    color: #ff690f;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
  }
  /* steps */
  .steps-content,
  .steps-content > div:nth-child(2) {
    flex-direction: column;
  }

  .steps-left {
    text-align: center;
  }

  .steps-left p {
    font-size: 28px;
  }

  .steps-item-content p:nth-child(1) {
    font-size: 14px;
  }

  /* popular cars list */
  .popular-cars-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .popular-cars-item {
    width: 75%;
  }

  /* top car makes list */
  .top-car-makes-list {
    flex-direction: row;
  }

  .top-car-makes-list > div {
    width: 75%;
  }

  /* popular brands list */
  .popular-brands-list {
    flex-direction: column;
  }

  .popular-brands-item {
    width: 100%;
  }

  /* popular models list */
  .popular-models-list {
    flex-direction: column;
  }

  .popular-models-item {
    width: 100%;
  }

  /* popular sizes */
  .popular-sizes-list span {
    width: 50%;
    font-size: 12px;
    font-weight: 600;
  }

  /* diameters */
  .diameters-list {
    justify-content: flex-start;
  }

  .diameters-item {
    padding: 8px 10px;
    font-size: 16px;
  }

  /* email capture */
  .email-capture {
    flex-direction: column;
    height: auto;
    padding: 0 20px;
    border-radius: 8px;
  }

  .email-capture img {
    width: 100%;
    height: auto;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }

  .email-capture-form {
    width: 100%;
    height: auto;
    padding: 24px 16px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
  }

  .email-capture-form > div:nth-child(3) {
    flex-direction: column;
    width: 100%;
  }

  .email-capture-form input {
    width: 100%;
  }

  .email-capture-form button {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .email-capture-form p:nth-child(1) {
    font-size: 20px;
  }

  /* popular shops */
  .popular-shops {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popular-shops-list {
    flex-direction: column;
  }

  .popular-shops-item {
    width: 100%;
  }

  .popular-shops-item > p {
    font-size: 16px;
  }

  /* banners  */
  .banners {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 16px;
  }

  .banners-item {
    display: flex;
    padding: 24px;
    flex-direction: column-reverse;
  }

  .banners img {
    position: initial;
    margin-bottom: 16px;
  }

  .banners-item p {
    width: 100% !important;
  }

  .banners-item:nth-child(1) img {
    width: 150px;
  }

  .banners-item:nth-child(2) img {
    width: 100%;
    max-width: 100%;
  }

  .banners-item > div > p:nth-child(1) {
    font-size: 20px;
  }

  .banners-item > div > p:nth-child(2) {
    font-size: 14px;
  }

  /* deals item */
  .deals-item {
    width: 270px;
    min-width: 270px;
  }

  /* state map */
  .state-map {
    padding: 0px 0px 32px 0px !important;
  }
  .state-map-list {
    margin-top: 10px;
  }
  .state-map .section-title {
    height: unset;
  }
  .state-map-title {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 20px;
    margin-bottom: 10px;
  }
  .state-map-title .section-title {
    font-size: 28px;
    padding: 0px;
  }
  .state-map-list {
    padding: 0px 20px;
    gap: 8px 8px;
  }
  .state-map-list a {
    font-size: 12px;
    width: 48%;
  }
  .state-map p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    height: unset;
  }
  /* news list */
  .news-list {
    margin-top: 34px;
    flex-direction: column;
  }
  /* news */
  .news {
    padding: 0px 20px 24px 20px;
    margin-bottom: 10px;
  }

  .news .section-title {
    font-size: 28px;
    padding: 24px 0px;
    margin: 0px;
    height: unset;
  }
  .news-list {
    gap: 10px;
    margin-top: 10px;
    flex-direction: column;
  }
  .news-list .news-item a {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: none !important;
  }
  .news-list .view-more a {
    color: #ff690f !important;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline !important;
  }
  .news-item button {
    padding: 8px 16px;
    border-radius: 32px;
    background-color: #f1f1f1;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 10px;
    color: #000;
  }
  .news-item .profile div:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
  }
  .news-item img:nth-child(1) {
    width: 100%;
  }
  .news-item > p:nth-child(2) {
    font-size: 16px;
  }
  .news-item .profile img {
    width: 64px;
    margin-right: 10px;
  }
  .news-item-content .news-item-content-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .news-item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
    padding: 10px;
  }
  .news-item-content .btn {
    width: 85px;
  }
  .news-item > a:nth-child(2) {
    font-size: 16px;
  }
  /* footer */
  .footer {
    padding: 10px 20px;
  }
  .footer-container-top {
    padding: 0px;
  }
  .footer-content {
    padding: 0px;
  }
  .footer-content-left {
    order: 2;
    flex-direction: column;
  }
  .footer-content-right {
    width: 100%;
    flex-direction: column;
    gap: 24px;
    padding: 0px;
  }
  .footer-content > div:nth-child(1) {
    flex-direction: column-reverse;
  }
  .footer-right-col {
    width: 100%;
  }
  .footer-right-col form,
  .footer-right-col form input,
  .footer-right-col form button {
    width: 100%;
    max-width: 100%;
  }

  .footer-content > div > div:nth-child(1) {
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
  }

  .footer-description {
    width: 100%;
  }

  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  /* hero section */
  .hero-section-container .hero-section {
    padding: 24px 20px;
  }
  .hero-section-container .hero-section-content {
    padding: 0px;
  }
  .hero-section-container .hero-section-content .breadcrumb {
    display: flex !important;
    padding: 0px 0px 16px 0px !important;
  }
  .hero-section-container .img-brand {
    display: none;
  }
  .hero-section-container .hero-section nav,
  .hero-section .header {
    padding: 0px;
  }
  .hero-section-container .hero-section .header {
    margin: 0px;
  }
  .hero-section-container
    .hero-section
    .hero-section-content
    .header
    > p:nth-child(1) {
    margin: 8px 0px;
    font-size: 32px !important;
  }
  .hero-section-container .hero-section .hero-section-content .header > p > br {
    display: none;
  }
  .hero-section-container
    .hero-section
    .hero-section-content
    .header
    > p:nth-child(2) {
    font-size: 14px;
    margin: 0px;
    height: unset;
  }
  .hero-section-container
    .hero-section
    .hero-section-content
    .header
    > p:nth-child(3) {
    font-size: 14px;
    margin: 0px;
    height: unset;
    text-align: left;
  }
  .hero-section-container .hero-section .header > h1:nth-child(1) {
    font-size: 32px;
    line-height: 140%;
    text-align: left;
  }
  .hero-section-container .hero-section .header > p:nth-child(2) {
    width: 100%;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 150%;
    color: #000;
    text-align: left;
  }
  .find-tires-for-container h2 {
    font-size: 28px !important;
  }
  .find-tires-for-container .view-more a {
    color: #ff690f;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-decoration-line: underline;
  }
  .find-tires-for-container .view-more {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }
  .popular-cars-list {
    gap: 24px;
  }
  .popular-cars-item {
    width: 100% !important;
  }

  /* top-tire-retailers */
  .top-tire-retailers {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 16px;
  }
  .top-tire-retailers-title {
    padding: 16px 0px;
  }
  .top-tire-retailers-title h2 {
    font-size: 28px;
  }
  .row-retailers-item {
    flex-wrap: wrap;
    gap: 16px 10px;
    padding: 0px;
    margin-bottom: 0px;
  }
  .retailers-item {
    width: 48%;
    gap: 0px;
  }
  .retailers-item p {
    max-width: 112px;
    padding: 8px 12px;
    font-size: 16px;
  }
  .retailers-item a {
    max-width: 112px;
    padding: 8px 12px;
    font-size: 16px;
  }
  /* .retailers-item img{
  width: 135px;
  height: 104px;
} */
  .tire-deals-from-title h2:nth-child(2) {
    color: #212a30;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  .car-home-page .row-tire-deals-card {
    gap: 24px;
  }
  .car-home-page .tire-deals-card img {
    width: 100%;
  }
  /* top car makes list */
  .top-car-makes {
    padding: 0px 20px 40px;
  }
  .top-car-makes-list {
    gap: 24px 24px;
    padding: 0px 20px;
  }
  .top-car-makes-list > div {
    width: 45% !important;
  }
  /* popular-tires-for */
  .popular-tires-for-container-mobile {
    display: flex;
    padding: 10px 20px;
    gap: 10px;
  }
  .popular-tires-for-title h2 {
    font-size: 28px;
  }
  .result {
    padding: 0px;
    margin-bottom: 16px;
  }
  .result h3 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .filter-sort {
    gap: 8px;
    padding: 16px;
    border-radius: 4px;
    background: #141414;
    margin-bottom: 34px;
  }
  .filter-sort p {
    color: var(--default-text-updated-light, #fff);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }
  .quick-filters-item-top {
    padding-top: 16px;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .quick-filters-item-top img {
    width: 110px;
  }
  .quick-filters-item-bottom {
    padding: 24px 12px;
  }
  .tire-name {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
  }
  .sub-name {
    color: rgba(69, 69, 69, 0.8) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin-bottom: 0px;
  }
  .star {
    margin-bottom: 8px;
  }
  .buy-get-free {
    margin-bottom: 16px;
  }
  .price-save span {
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .price-save {
    margin-bottom: 16px;
  }
  .btn-item {
    margin-bottom: 16px;
  }
  .view-more-at-this {
    padding: 16px 8px;
    border-radius: 4px;
    background: #f6f6f6;
  }
  .view-more-at-this a {
    color: #ff690f;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 16.8px */
    text-decoration-line: underline;
  }
  .quick-filters-item {
    border-radius: 4px;
    border-top: 0.5px solid #d2d2d2;
    border-bottom: 0.5px solid #d2d2d2;
    margin-bottom: 10px;
  }
  .adsense-banner-pagination {
    gap: 10px;
    padding: 24px 0px 40px 0px;
  }
  .adsense-banner {
    padding: 14.603px 29.5px 16.397px 30.5px;
    background: #d5d5d5;
  }
  .pagination {
    padding: 0px;
  }
  .car-page .find-tires-for-container h2 {
    font-size: 28px;
  }
  .car-page .popular-cars-list {
    gap: 24px;
    width: 100% !important;
  }
  .car-page .popular-cars-item {
    width: 100% !important;
  }
  /* search-container */
  .search-container {
    background: none;
    padding: 0px;
  }
  .search-container .search {
    border-radius: 4px;
    border: none;
    padding: 0px 10px;
  }
  .search-container .search-header-mobile {
    display: flex;
    gap: 4px;
    justify-content: center;
    border: 1px solid #d2d2d2;
    border-radius: 4px 4px 0px 0px;
  }
  .search-container .search-header-mobile .search-header-item {
    padding: 7px 19px;
    width: 33.33%;
    height: 48px;
  }
  .search-container .search-header-mobile .search-header-item {
    text-align: center;
    align-content: center;
  }
  .search-container .search-body-mobile {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 32px 16px;
    margin: 0px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
  }
  .search-container .search-body-mobile .btn-container {
    width: 100%;
    padding: 4px;
  }
  .search-container .search-body-mobile .btn-container button {
    width: 100%;
  }
  .search-container .search-body-item,
  .search-body-mobile button {
    width: 100%;
  }

  .search-container .search-body-mobile button {
    font-size: 12px;
  }
  /* tire-retail */

  .tire-retail-location-title h2 {
    font-size: 28px;
  }
  .tire-retail-location-title {
    flex-direction: column;
    align-items: center;
    padding: 16px 20px;
    gap: 16px;
  }
  .view-map-btn p {
    font-size: 14px;
  }
  .tire-retail-container-mobile {
    display: flex;
    padding: 32px;
    gap: 24px;
  }
  .map-item {
    width: 100%;
  }
  /* map */
  .close-map-btn {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #000;
    background: #fff;
    position: absolute;
    top: 12px;
    right: 17px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  .map-modal-item {
    position: absolute;
    left: 9px;
    bottom: 0px;
    padding: 16px 12px 0px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.25);
    max-width: 294px;
    max-height: 458px;
    overflow: scroll;
  }
  .map-modal-item-rectangle {
    position: absolute;
    width: 55px;
    height: 4px;
    border-radius: 12px;
    background: #d9d9d9;
  }
  .map-modal-item-rectangle-title {
    display: flex;
    gap: 7px;
  }
  .map-modal-item-in {
    padding: 16px 12px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid #efefef;
  }
  .map-modal-item-rectangle-title p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 18px */
  }
  .map-modal-item-rectangle-title img {
    width: 30px;
    height: 26px;
  }
  .map-modal-item-rectangle-desc p {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .map-modal-item-rectangle-desc p span {
    font-weight: 700;
  }
  .map-modal-item-rectangle-btn {
    display: flex;
    justify-content: end;
    gap: 12px;
  }
  .map-modal-item-rectangle-btn a {
    color: #333;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    text-decoration-line: underline;
    align-content: center;
  }
  .map-modal-item-rectangle-btn button {
    border: none;
    padding: 4px 12px;
    border-radius: 4px;
    background: #ff690f;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
  .hide-when-scroll {
    display: none;
  }
  /* retailers page */
  .retailers-page .top-tire-retailers {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px 16px;
  }
  .retailers-page .top-tire-retailers-title {
    padding: 16px 0px;
  }
  .retailers-page .top-tire-retailers-title h2 {
    font-size: 28px !important;
  }
  .retailers-page .row-retailers-item {
    flex-wrap: wrap;
    gap: 16px 10px;
    padding: 0px;
    margin-bottom: 10px;
    align-items: unset;
  }
  .retailers-page .retailers-item {
    gap: 0px;
  }
  .retailers-page .retailers-item p {
    max-width: 112px;
    padding: 8px 12px;
    font-size: 16px;
  }
  .retailers-page .retailers-item a {
    max-width: 112px;
    padding: 8px 12px;
    font-size: 16px;
  }
  /* .retailers-page  .retailers-item img{
  width: 135px;
  height: 104px;
} */
  .retailers-page .tire-deals-from-title h2:nth-child(2) {
    color: #212a30;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }
  .retailers-page .state-map {
    margin-bottom: 10px;
  }
  /* top-cities */
  .top-cities {
    padding-bottom: 40px;
    margin-bottom: 10px;
  }
  .top-cities-title {
    padding: 24px 20px;
    margin-bottom: 12px;
  }
  .top-cities-title p {
    color: #212a30;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
  }
  .top-cities-container {
    padding: 0px 20px;
    gap: 32px;
  }
  .top-cities-item {
    padding: 32px;
    border-radius: 4px;
    background: #f8f8f8;
  }
  .top-cities-item p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .top-cities-item > div {
    gap: 10px;
  }
  .top-cities-item > div > a {
    color: #ff690f;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 16.8px */
    text-decoration-line: underline;
  }
  /* tire brand page */
  .tire-brand-page .popular-models-container {
    padding: 24px 10px;
    margin-bottom: 10px;
  }
  .tire-brand-page .popular-models {
    padding: 24px 0px 0px 0px;
  }
  .tire-brand-page .popular-models .section-title {
    font-size: 28px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    height: unset;
  }
  /* popular models list */
  .tire-brand-page .popular-models-list {
    flex-direction: row;
  }

  .tire-brand-page .popular-models-item {
    width: 48%;
  }
  .tire-brand-page .popular-models-item img {
    width: unset;
    height: unset;
  }
  .tire-brand-page .popular-models-item p {
    font-size: 14px;
    height: 44px;
  }
  .tire-brand-page .popular-models-item-img {
    height: unset !important;
  }
  .tire-brand-page .popular-models-item-img img {
    width: 60px !important;
    height: 87px !important;
  }

  /* popular sizes */
  .tire-brand-page .popular-sizes {
    margin-bottom: 10px;
  }
  .tire-brand-page .popular-sizes-list {
    flex-direction: column;
    margin-top: 34px;
  }

  .tire-brand-page .popular-sizes-list .item {
    width: 100%;
  }

  .tire-brand-page .popular-sizes-list .item > a {
    font-size: 12px;
  }

  .tire-brand-page .popular-sizes-list {
    margin: 0px;
    padding: 32px 16px;
  }
  .tire-brand-page .popular-sizes-title {
    font-size: 28px;
  }
  .tire-brand-page .popular-sizes-list > .item > div > span {
    font-size: 12px;
  }
  .tire-brand-page .deals-list {
    flex-direction: column;
  }

  .tire-brand-page .deals-item {
    width: 100%;
    gap: 16px 0px;
  }

  .tire-brand-page .modal-content {
    padding: 40px 20px !important;
  }
  .tire-brand-page .best-tire {
    display: none;
  }
  .tire-brand-page .state-map {
    margin-bottom: 10px;
  }
  .tire-brand-page .popular-sizes-list {
    display: flex;
  }
  .tire-brand-result .hero-section {
    padding: 16px 20px;
    margin: 10px 0px;
  }
  .tire-brand-result .hero-section-content {
    padding: 0px;
  }
  .tire-brand-result .hero-section-content .breadcrumb {
    padding: 16px 0px;
  }
  .tire-brand-result .img-brand {
    display: none;
  }

  .tire-brand-result .hero-section nav,
  .hero-section .header {
    padding: 0px;
  }

  .tire-brand-result .hero-section .header {
    margin: 0px;
  }
  .tire-brand-result
    .hero-section
    .hero-section-content
    .header
    > p:nth-child(1) {
    margin: 8px 0px;
    font-size: 32px;
  }
  .tire-brand-result .hero-section .hero-section-content .header > p > br {
    display: none;
  }
  .tire-brand-result
    .hero-section
    .hero-section-content
    .header
    > p:nth-child(2) {
    margin: 0px;
    height: unset;
  }
  .tire-brand-result .hero-section .header > h1:nth-child(1) {
    font-size: 32px;
    line-height: 140%;
    text-align: left;
  }

  .tire-brand-result .hero-section .header > p:nth-child(2) {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #000;
    text-align: left;
  }
  .find-tires-by-wheel h2 {
    font-size: 28px;
  }
  .wheel-item {
    padding: 8px 10px;
  }
  .wheel-item p {
    font-size: 16px;
  }
  .wheel-container {
    gap: 16px 4px;
  }
  .car-home-page .tire-deals-from-title h2:nth-child(1) > br {
    display: none;
  }
  .car-home-page .tire-deals-from-title h2:nth-child(1) {
    font-size: 28px;
  }
  .news-title {
    font-size: 28px;
  }
  /* searchtire */
  .shop {
    overflow-x: hidden;
    grid-template-columns: 1fr 1fr;
    gap: 0 8px;
  }
  .shop h1 {
    font-size: 18px;
    line-height: 26px;
  }
  .shop P {
    font-size: 14px;
    line-height: 20px;
  }
  .shop .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 2px;
  }
  .shop .filters ul:first-child {
    max-width: 350px;
  }
  .shop .filters ul:first-child li:nth-child(1) {
    /*display: none;*/
  }
  .shop .location-results {
    grid-column-start: 2 span;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0;
  }
  .shop .location-results .location .sec-line {
    font-size: 12px;
    line-height: 20px;
  }
  .shop .location-results .location .third-line .per-tire span {
    font-size: 12px;
    line-height: 20px;
  }
  .shop .location-results .location .third-line .drive-out span {
    font-size: 12px;
    line-height: 20px;
  }
  .shop .location-results .location .third-line a {
    font-size: 12px;
    line-height: 20px;
  }
  .shop .location-results .location .links {
    flex-wrap: wrap;
  }
  .shop .location-results .location .links a {
    font-size: 12px;
    line-height: 20px;
  }
  .shop .location-results .location .links a.call {
    font-size: 12px;
    line-height: 20px;
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    justify-content: center;
    margin-top: 10px;
  }
  .shop .location-results .location .notes {
    font-size: 12px;
    line-height: 20px;
  }
  .shop .my-map {
    grid-column-start: 2 span;
    height: 224px;
    margin-bottom: 24px;
  }
  .shop .my-map #map {
    max-width: 100%;
    max-height: 414px;
    min-height: fit-content !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  /* top nav */
  .top-nav > div {
    padding: 8px 20px;
  }

  /* big deal */
  .big-deal {
    padding: 12px 20px;
  }

  /* hero section */
  .hero-section {
    padding: 20px;
  }

  .search-header {
    justify-content: center;
  }

  .search-body {
    flex-wrap: wrap;
    justify-content: center;
  }

  /* steps */
  .steps-content > div:nth-child(2) {
    flex-wrap: wrap;
  }

  .steps-content {
    justify-content: space-evenly;
  }

  .steps-content > div:nth-child(2) {
    flex-direction: column;
    flex-grow: unset;
  }

  /* popular cars */
  .popular-cars-item {
    width: calc((100% - 48px) / 3);
  }

  /* top car makes */
  .top-car-makes-list > div {
    width: calc((100% - 48px) / 3);
  }

  /* popular brands */
  .popular-brands-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .popular-brands-item {
    width: calc((100% - 48px) / 3);
  }

  /* popular models item */
  .popular-models-list {
    justify-content: flex-start;
  }

  .popular-models-item {
    width: calc((100% - 4 * 24px) / 5);
  }

  /* diameters list */
  .diameters-list {
    justify-content: flex-start;
  }

  /* email capture */
  .email-capture {
    height: auto;
    flex-direction: column;
  }

  .email-capture img {
    width: 80%;
    height: auto;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
  }

  .email-capture-form {
    width: 80%;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
  }

  /* popular shops list */
  .popular-shops {
    padding-left: 20px;
    padding-right: 20px;
  }

  .popular-shops-list {
    flex-wrap: wrap;
  }

  .popular-shops-item {
    width: calc((100% - 24px) / 2);
  }

  /* banners */
  .banners {
    flex-direction: column;
    gap: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banners-item {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  /* deals */
  .deals-item {
    width: calc((100% - 64px) / 3);
    min-width: calc((100% - 64px) / 3);
  }

  /* footer */
  .footer {
    padding: 20px;
  }
  .footer-content {
    padding: 0px;
  }
  .footer-content > div:nth-child(1) {
    flex-direction: column;
  }
  .footer-right-col {
    width: 600px;
    max-width: 600px;
  }
  .footer-right-col form {
    width: 600px;
    max-width: 600px;
  }
  .footer-content > div > div:nth-child(1) {
    margin-top: 24px;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    padding-right: 0px;
    width: 100%;
  }
  .footer-description {
    width: 100%;
  }
  .footer-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  /* searchtire */
  .shop .location-results {
    padding-right: 0;
  }
  .shop .location-results .location .sec-line {
    font-size: 12px;
    line-height: 20px;
  }
  .shop .location-results .location .third-line a {
    font-size: 12px;
    line-height: 20px;
  }
  .shop .location-results .location .links {
    flex-wrap: wrap;
  }
  .shop .location-results .location .links a {
    font-size: 12px;
    line-height: 20px;
  }
  .shop .location-results .location .links a.call {
    font-size: 12px;
    line-height: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 10px;
  }
  .shop .my-map #map {
    max-width: 343px;
    max-height: 414px;
    min-height: fit-content !important;
  }
  .tire-retail-container div {
    width: 23%;
  }
  .retailers-item {
    width: 49%;
  }
}

@media (min-width: 767px) {
    .item-info.quick-fliter-cards {
        width: 350px;
    }
}
@media (min-width: 767px) {
    .mobile-view-issue {
        display: none;
    }
}
@media only screen and (max-width: 767.98px) {
    .mobile-view-issue {
        display: none;
    }
}

/* Spinner Animation: Rotates logo continuously on page load */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

.stlogo {
    animation: spin 3s linear infinite;
}