@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&display=swap");

.top-header.al_custom_head {
  --rr-mega-blue: #087bdc;
  --rr-mega-blue-pale: var(--gm-blue-pale, #f0f8ff);
  --rr-mega-border: var(--gm-border, #a7d6fc);
  --rr-mega-font: var(--urbanist-font, "Urbanist", sans-serif);
}

.top-header.al_custom_head.custom_header .navbar.rr-navbar {
  min-height: 85px;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  overflow: visible;
}

.rr-header-container {
  width: 100%;
  max-width: 1440px;
  padding-left: clamp(24px, 4.3vw, 62px);
  padding-right: clamp(24px, 4.3vw, 62px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.top-header.al_custom_head.custom_header a.navbar-brand.rr-logo {
  width: clamp(108px, 10.55vw, 152px);
  padding: 0;
  margin: 0 clamp(28px, 4.2vw, 60px) 0 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.top-header.al_custom_head.custom_header a.navbar-brand.rr-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}

.rr-navigation {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.top-header.al_custom_head .rr-location-search {
  margin-right: auto;
  margin-left: 0;
  flex-shrink: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  max-width: none;
  width: auto;
}

.rr-location-input {
  width: clamp(172px, 18vw, 257px);
  max-width: 257px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: visible;
  position: relative;
}

.rr-location-text {
  padding-left: 18px;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: #9e9e9e;
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
}

a.rr-location-text:hover,
a.rr-location-text:focus {
  color: #9e9e9e;
  text-decoration: none;
}

.rr-location-divider {
  width: 1px;
  height: 18px;
  margin: 0 12px;
  background: #d9d9d9;
  flex-shrink: 0;
}

.rr-search-field-wrap {
  flex: 1;
  min-width: 0;
  position: relative;
}

.top-header.al_custom_head .rr-search-field.form-control,
.top-header.al_custom_head .rr-search-field.form-control:focus {
  width: 100%;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 13px;
  font-weight: 500;
  color: #333333;
}

.rr-search-field::placeholder {
  color: #999999;
  font-weight: 500;
}

.rr-search-btn {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #087bdc;
  color: #ffffff;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  cursor: pointer;
}

.rr-search-btn:hover,
.rr-search-btn:focus {
  background: #056bbf;
  color: #ffffff;
  outline: 0;
  box-shadow: none;
}

.top-header.al_custom_head .rr-main-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.top-header.al_custom_head .rr-main-menu > .nav-item {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}

.top-header.al_custom_head .rr-main-menu > .nav-item > .nav-link {
  position: relative;
  padding: 10px clamp(8px, 0.88vw, 12px);
  white-space: nowrap;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #000000;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.25s ease;
}

.top-header.al_custom_head .rr-main-menu > .nav-item > .nav-link:hover,
.top-header.al_custom_head .rr-main-menu > .nav-item.active > .nav-link {
  color: #087bdc;
}

.top-header.al_custom_head .rr-main-menu > .nav-item > .nav-link::after {
  display: none;
  content: none;
  border: 0;
}

.rr-products-nav {
  position: relative;
}

.top-header.al_custom_head .rr-main-menu > .nav-item.rr-products-nav > .rr-products-trigger,
.top-header.al_custom_head .rr-main-menu > .nav-item.rr-products-nav > .rr-products-trigger:hover,
.top-header.al_custom_head .rr-main-menu > .nav-item.rr-products-nav.active > .rr-products-trigger,
.top-header.al_custom_head .rr-main-menu > .nav-item.rr-products-nav > .rr-products-trigger.rr-products-open {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #087bdc;
}

.rr-products-caret {
  display: block;
  width: 10px;
  height: 6px;
  flex-shrink: 0;
  color: #087bdc;
}

.rr-header-actions {
  display: flex;
  align-items: center;
  margin-left: clamp(16px, 2.54vw, 36px);
  flex-shrink: 0;
}

.top-header.al_custom_head.custom_header .rightHead li .account_btn,
.top-header.al_custom_head .rr-mobile-auth .account_btn {
  min-width: 106px;
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  margin: 0 0 0 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}

.top-header.al_custom_head.custom_header .rightHead li:first-child .account_btn,
.top-header.al_custom_head .rr-mobile-auth .account_btn.login_btn {
  margin-left: 0;
}

.top-header.al_custom_head.custom_header .rightHead li .account_btn.login_btn,
.top-header.al_custom_head .rr-mobile-auth .account_btn.login_btn {
  background: #087bdc;
  border: 1px solid #087bdc;
  color: #ffffff;
}

.top-header.al_custom_head.custom_header .rightHead li .account_btn.register_btn,
.top-header.al_custom_head .rr-mobile-auth .account_btn.register_btn {
  background: #ffd400;
  border: 1px solid #ffd400;
  color: #151515;
}

.top-header.al_custom_head.custom_header .rightHead li.alMenuIcon {
  margin: 0 0 0 12px;
}

.top-header.al_custom_head .rr-navbar-toggler,
.top-header.al_custom_head .rr-navbar-toggler:focus,
.top-header.al_custom_head .rr-navbar-toggler:hover {
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  outline: 0;
  box-shadow: none;
}

.top-header.al_custom_head .rr-toggler-mobile {
  display: none;
}

.top-header.al_custom_head .rr-toggler-desktop {
  display: flex;
}

.rr-menu-icon {
  width: 24px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rr-menu-icon span {
  width: 100%;
  height: 2px;
  display: block;
  background: #222222;
  border-radius: 2px;
}

.top-header.al_custom_head .rr-header-cart {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.rr-mobile-auth {
  display: none;
  width: 100%;
  padding-top: 16px;
  gap: 10px;
  flex-wrap: wrap;
}

.rr-mobile-more {
  display: inline-flex;
  align-items: center;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #087bdc;
  padding: 10px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.profile-new-box .riden-user-name .header-drawer {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.drawer-menu-inner ul li {
  width: 100%;
}

.rr-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1020;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-5px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.rr-mega-menu.rr-mega-menu--open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.rr-mega-container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 24px 36px;
}

.rr-mega-columns {
  margin-bottom: 28px;
}

.rr-mega-column {
  margin-bottom: 24px;
}

.rr-mega-title {
  display: flex;
  align-items: center;
  height: 52px;
  margin-bottom: 14px;
  padding: 0 16px;
  background: var(--rr-mega-blue-pale, #f0f8ff);
  border: 1px solid var(--rr-mega-border, #a7d6fc);
  border-radius: 8px;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--rr-mega-blue, #0074d9);
}

.rr-mega-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.rr-mega-list li {
  margin: 0;
  padding: 0;
}

.rr-mega-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 0;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rr-mega-link:hover,
.rr-mega-link:focus {
  color: var(--rr-mega-blue, #0074d9);
  text-decoration: none;
  outline: 0;
}

.rr-mega-link--arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.rr-mega-link.is-soon {
  opacity: 0.7;
  cursor: default;
}

.rr-mega-cta {
  display: block;
  width: 100%;
  margin: 12px 0 7px;
  padding: 10px 14px;
  border: 1px solid var(--rr-mega-border, #a7d6fc);
  border-radius: 8px;
  background: var(--rr-mega-blue-pale, #f0f8ff);
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--rr-mega-blue, #0074d9);
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
}

.rr-mega-cta:hover,
.rr-mega-cta:focus {
  background: #e3f2fd;
  border-color: var(--rr-mega-blue, #0074d9);
  color: var(--rr-mega-blue, #0074d9);
  text-decoration: none;
}

.rr-mega-note {
  margin: 10px 0 0;
  padding: 0;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  color: #888888;
}

.rr-feature-cards {
  margin-top: 4px;
}

.rr-feature-card {
  display: flex;
  align-items: flex-start;
  height: 100%;
  min-height: 130px;
  padding: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #ffffff;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rr-feature-card:hover,
.rr-feature-card:focus {
  border-color: #d0e8fc;
  box-shadow: 0 4px 16px rgba(0, 116, 217, 0.08);
  text-decoration: none;
  outline: 0;
}

.rr-feature-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.rr-feature-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.rr-feature-icon--blue {
  background: #087bdc !important;
}

.rr-feature-icon--yellow {
  background: #f5c400 !important;
}

.rr-feature-icon--purple {
  background: #7c3aed !important;
}

.rr-feature-icon--green {
  background: #16a34a !important;
}

.rr-feature-icon--navy {
  background: #0a1f44 !important;
}

.rr-feature-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rr-feature-title {
  margin: 0 0 6px;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
}

.rr-feature-desc {
  margin: 0 0 10px;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: #666666;
}

.rr-feature-cta {
  margin-top: auto;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 16px;
  font-weight: 600;
  color: var(--rr-mega-blue, #0074d9);
}

.rr-feature-arrow {
  display: inline-block;
  margin-left: 2px;
}

.rr-mega-mobile {
  display: none;
  width: 100%;
  padding: 8px 0 4px;
}

.rr-mega-mobile.rr-mega-mobile--open {
  display: block;
}

.rr-mega-mobile-accordion {
  border-top: 1px solid #eeeeee;
}

.rr-mega-mobile-group {
  border-bottom: 1px solid #f0f0f0;
}

.rr-mega-mobile-heading {
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  font-family: var(--rr-mega-font, "Urbanist", sans-serif);
  font-size: 14px;
  font-weight: 600;
  color: var(--rr-mega-blue, #0074d9);
  text-align: left;
  cursor: pointer;
}

.rr-mega-mobile-heading:focus {
  outline: 0;
}

.rr-mega-mobile-heading::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 8px;
  border-right: 2px solid var(--rr-mega-blue, #0074d9);
  border-bottom: 2px solid var(--rr-mega-blue, #0074d9);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.rr-mega-mobile-heading:not(.collapsed)::after {
  transform: rotate(-135deg);
}

.rr-mega-mobile-links {
  padding: 0 0 12px 12px;
}

.rr-mega-mobile-links .rr-mega-link {
  padding: 8px 0;
  font-size: 13px;
}

.rr-mega-mobile-links .rr-mega-cta {
  margin-top: 8px;
}

.rr-mega-mobile-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 16px;
}

.rr-mega-mobile-cards .rr-feature-card {
  min-height: auto;
}

.rr-search-field-wrap .list-box {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  z-index: 1050;
  min-width: 260px;
}

@media (min-width: 992px) {
  .rr-mega-menu {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
  }
}

@media (max-width: 1199px) {
  .rr-mega-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rr-mega-title {
    font-size: 15px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .top-header.al_custom_head.custom_header .navbar.rr-navbar {
    min-height: 65px;
  }

  .rr-header-container {
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
  }

  .top-header.al_custom_head.custom_header a.navbar-brand.rr-logo {
    width: 105px;
    margin-right: 0;
  }

  .rr-navigation {
    display: block;
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .rr-location-search,
  .top-header.al_custom_head .rr-location-search {
    margin: 8px 0 14px;
  }

  .rr-location-input {
    width: 100%;
    max-width: 300px;
  }

  .top-header.al_custom_head .rr-main-menu {
    display: block;
    width: 100%;
  }

  .top-header.al_custom_head .rr-main-menu > .nav-item {
    width: 100%;
  }

  .top-header.al_custom_head .rr-main-menu > .nav-item > .nav-link {
    padding: 10px 0;
  }

  .rr-mobile-auth {
    display: flex;
  }

  .rr-header-actions {
    margin-left: auto;
  }

  .top-header.al_custom_head .rr-toggler-mobile {
    display: flex;
  }

  .top-header.al_custom_head .rr-toggler-desktop {
    display: none;
  }
}