.navigation {
  color: #ffffff;
  background-color: #1d4288;
  height: 60px;
}

.navigation a {
  text-decoration: none;
  color: white;
}

.navigation .nav-menu-toggle .dropdown-menu {
  top: 0px;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.navigation .nav-menu-toggle .menu-item {
  color: #1d4288;
  padding: 8px 0px;
  justify-content: space-between;
  line-height: 24px;
}

.navigation .nav-menu-toggle .menu-item:first-child {
  padding: 0px;
  padding-bottom: 8px;
}

.navigation .nav-menu-toggle .menu-item:last-child {
  padding: 0px;
  padding-top: 8px;
}

.navigation .nav-menu-toggle a {
  color: #1d4288;
}

.navigation .menu-item {
  cursor: pointer;
  text-transform: uppercase;
  font-family: BebasNeue;
  font-size: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 37px;
}

.navigation .menu-item.active {
  background-color: white;
  color: #1d4288;
}

.navigation .menu-item .menu-item-dropdown {
  top: 60px;
}

.navigation .left-section .menu-item img {
  margin: 12px 0px 12px 8px;
}

.navigation .left-section .icon-wrapper {
  margin-right: 40px;
  cursor: pointer;
  align-self: center;
}

.navigation .menu-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.navigation .menu-wrapper .menu-item {
  padding: 0px 24px 0px 44px;
}

.navigation .menu-wrapper .menu-item svg {
  margin-left: 4px;
}

.navigation .menu-wrapper .menu-item a {
  text-decoration: none;
  color: white;
}

.navigation .menu-wrapper .menu-item.active a {
  text-decoration: none;
  color: #1D4288;
}

.navigation .menu-wrapper .menu-item:last-child {
  padding: 0px 24px;
}

.navigation .controller-wrapper .menu-item svg {
  margin-right: 8px;
}

.navigation .controller-wrapper .menu-item:last-child {
  margin-right: 0px;
}

.navigation .dropdown-menu {
  left: 0;
  border-top: 0px;
  border: none;
  top: 80px;
  width: calc(100vw - 292px);
  background: #ffffff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25),
    -4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px;
  padding: 0px;
  cursor: initial;
  z-index: 991;
}

.navigation .left-section .dropdown-menu img {
  margin: 0px;
}

.navigation .navbar-toggler img {
  margin-right: 14px;
}

.navigation .nav-menu-toggle .dropdown-menu__left-section {
  padding: 16px 20px;
}

.dropdown-menu__left-section {
  flex: 1 1 auto;
  color: #1d4288;
  max-height: unset;
  height: unset;
  overflow: auto;
  padding: 1rem;
}

.dropdown-menu__left-section h3 {
  font-family: BebasNeue;
  font-size: 22px;
  line-height: 40px;
  border-bottom: 1px solid #1d4288;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu__left-section ul {
  list-style-image: url("../../../assets/tire-icon-list.svg");
  padding: 0px;
  list-style-position: outside;
  list-style: none;
}

.dropdown-menu__left-section ul li {
  margin-bottom: 17px;
  font-family: Inter;
  text-transform: capitalize;
  font-weight: 400;
  text-underline-offset: 2px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  align-items: center;
  gap: 6px;
}

.navigation .menu-wrapper .dropdown-menu__left-section ul li a {
  color: #1d4288;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dropdown-menu__left-section ul li:hover {
  text-decoration: underline;
}

.dropdown-menu__left-section ul li:not(.services)::before {
  content: url(../../../assets/tire-icon-list.svg);
  vertical-align: sub;
  margin-right: 6px;
  margin-top: 2px;
}

.navigation .dropdown-menu__left-section ul li.services img {
  height: 21px;
}

.dropdown-menu__left-section .service-category {
  font-family: BebasNeue;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
}

.dropdown-menu__left-section .service-content .service-content-item>div span,
.dropdown-menu__left-section .service-category>div span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
  margin-left: 4px;
}

.dropdown-menu__left-section .service-content .service-content-item>div a {
  color: #1d4288;
  font-family: Inter;
  line-height: 1.5rem;
}

.dropdown-menu__left-section .service-category>div,
.dropdown-menu__left-section .service-content .service-content-item>div {
  padding: 8px 0px;
  margin: 0px;
  cursor: pointer;
}

.navigation .left-section .dropdown-menu .dropdown-menu__left-section .service-category .tire-icon,
.navigation .left-section .dropdown-menu .dropdown-menu__left-section .service-content .tire-icon {
  margin-right: 8px;
}

.dropdown-menu__left-section .service-content {
  font-family: Inter;
  text-transform: capitalize;
  flex: 1 1 70px;
}

.dropdown-menu__left-section .service-description>div {
  font-size: 12px;
  font-family: Inter;
  text-transform: capitalize;
  font-weight: 400;
  text-underline-offset: 2px;
  padding: 8px 15px;
  margin: 0px;
  line-height: 24px;
  cursor: pointer;
}

.navigation .dropdown-menu__left-section .my-account-item {
  padding: 8px 0px;
}

.navigation .dropdown-menu__left-section .my-account-item img {
  margin-left: 8px;
}


.service-category-item a {
  color: #1d4288 !important;
  margin-left: 4px;
  margin-top: 5px;
}

.service-category-item.active {
  background-color: #1d4288;
  color: white;
}

.service-category-item.active a {
  background-color: #1d4288;
  color: white !important;
}

.dropdown-menu__left-section .service-description .service-category-item>div:hover,
.dropdown-menu__left-section .service-content .service-content-item>div:hover,
.dropdown-menu__left-section .service-description .service-description-item>div:hover {
  text-decoration: underline;
  font-weight: 700;
}

.dropdown-menu__right-section {
  position: relative;
}

.dropdown-menu__right-section .content {
  position: absolute;
  left: 27px;
  color: white;
  font-family: BebasNeue;
  right: 55px;
  bottom: 27px;
}

.dropdown-menu__right-section .content h3 {
  font-size: 36px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown-menu__right-section .content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dropdown-menu__right-section .content span {
  text-decoration-line: underline;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}

.dropdown-menu__right-section img {
  width: 373px;
  height: 100%;
}

.nav-menu-toggle {
  background: white;
  z-index: 9999;
  position: relative;
  height: 100vh;
  width: 100%;
  filter: drop-shadow(0 4px 4px black);
}

.navigation .dropdown-menu-section {
  height: 48px;
  padding: 12px 25px;
  background-color: #EFEFEF;
  cursor: pointer;
}

.navigation .dropdown-menu-section img {
  margin-right: 9px;
}

.navigation .dropdown-menu-section span {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-family: BebasNeue;
  color: #1D4288;
}


@media (min-width: 576px) {
  .navigation {
    height: 80px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu__left-section {
    border-bottom: 2px solid #3eb049;
  }

  .navigation .nav-menu-toggle .dropdown-menu {
    flex-direction: row;
  }


  .dropdown-menu__left-section .service-category>div,
  .dropdown-menu__left-section .service-content .service-content-item>div {
    padding: 8px 15px;
  }
}

@media (min-width: 1400px) {
  .navigation .dropdown-menu {
    width: 720px;
  }
}

@media (max-width: 768px) {
  .shop-tires {
    display: flex;
    flex-wrap: wrap;
  }

  .shop-tires li:nth-child(odd) {
    width: 45%;
  }

  .shop-tires li:nth-child(even) {
    width: 55%;
  }
}