/* Header */
.fame-header-maincon {
  display: flex;
  width: 100%;
  background-color: #0063E3;
  position: relative;
  z-index: 999;
}
.fame-header-maincon.fame-dashbrd-hder {
  background-color: transparent;
}
.mw-header-sticky-nav {
  margin-bottom: -50px;
}
.fame-header-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
/* Dashboard header — full-width wrapper replacing .mw-layout-container.container */
.fame-dashbrd-hder-inner {
  width: 100%;
}
.fame-header-main {
  display: flex;
  width: 100%;
  padding: 0px 30px;
  background-color: #ffffff;
  border-radius: 20px;
}
.fame-ahs-drop-shadow {
  box-shadow: 0px 8px 0px 0px rgba(250, 252, 252, 0.50);
}
.fame-header-main .menu-header-skin-1 {
  display: inline-flex;
  padding: 15px 28px;
  background-color: #121F3E;
  line-height: 1;
  border-radius: 6px;
  gap: 1;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}
.fame-header-main .menu-header-skin-1 a {
  text-decoration: none;
  color: #fff;
}
a.fame-myaccount {
  display: inline-flex;
  text-decoration: none;
  color: #333333;
  gap: 6px;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
}

/* My Account dropdown — reveal on hover of the account trigger only */
.fame-myaccount-wrap {
  display: inline-flex;
}
.fame-myaccount-wrap .mw-big-dropdown.dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  margin-top: 3px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s linear 0.2s;
  z-index: 1050;
}
/* invisible bridge so the menu stays open while the cursor crosses the gap */
.fame-myaccount-wrap .mw-big-dropdown.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}
.menu-header-mnopt {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dropdown-menu li.nav-item + li.nav-item {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu li.nav-item a {
  color: #000000;
}
.menu-header-skin-1:hover .mw-big-dropdown.dropdown-menu,
.menu-header-skin-1:focus-within .mw-big-dropdown.dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0s;
}
.btn-shopping-cart {
  line-height: normal;
}
a.btn-shopping-cart-link {
  display: inline-flex;
  text-decoration: none;
  gap: 5px;
  position: relative;
  background-color: #0f213c;
  color: #fff;
  padding: 14px;
  border-radius: 6px;
}
a.btn-shopping-cart-link:hover {
    color: #fff;
}
span.js-shopping-cart-quantity {
  position: absolute;
  right: -10px;
  top: -5px;
  background-color: #0f213c;
  width: 20px;
  height: 20px;
  font-size: 11px;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
}

/* Footer */
span.fame-footer-mntlt {
  display: flex;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #E7E5D8;
}
span.fame-footer-mntlt:before {
  content: '';
  width: 50px;
  background-color: #E7E5D8;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* TopStrip */
.fame-header-uper-part {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 17px 0;
}
.fame-contact-infocon {
  display: flex;
  gap: 30px;
}
.fame-contact-ftinfo-wrp {
  display: flex;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
}
.fame-contact-ftinfo {
  display: inline-flex;
  width: 100%;
  align-items: center;
  gap: 15px;
}
.fame-header-socialcon .module-social-links a {
  color: #ffffff;
}
.fame-contact-ftinfo i {
  font-size: 22px;
  display: flex;
}
.fame-contact-ftinfo p,
.fame-contact-ftinfo p a {
  margin: 0;
  color: #ffffff;
}
.fame-contact-ftinfo p a {
  text-decoration: none;
}
.footer-background .fame-contact-ftinfo p {
  margin: 0px;
  color: #6D6E79;
  font-size: 16px;
}
.footer-background .fame-ftnewsletter-form p {
  color: #6D6E79;
  font-size: 16px;
}
.fame-ftnewsletter-form input.form-control {
  display: flex;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #f0eeee;
  border-radius: 6px;
  height: 50px;
  color: #92969D;
  font-size: 14px;
}
.fame-ftnewsletter-form .form-group button.btn {
  display: inline-flex;
  padding: 12px 30px;
  line-height: 1;
  color: #ffffff !important;
  height: 100%;
  background-color: var(--e-global-color-primary) !important;
  border-radius: 5px;
  border: 1px solid var(--e-global-color-primary) !important;
  font-weight: 500;
  font-size: 18px;
  align-items: center;
}
.fame-ftgogle-abt-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
.fame-footer-logo {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}
.fame-ftnavmenu .navbar-nav {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 12px 10px;
}
.fame-ftnavmenu .navbar-nav li a {
  display: flex;
  padding: 0px !important;
  gap: 7px;
  font-size: 14px;
}
.fame-ftnavmenu .navbar-nav li a span {
  color: #6D6E79;
}
.fame-ftnavmenu .navbar-nav li:hover a span {
  color: var(--e-global-color-primary);
}
.fame-ftnavmenu .navbar-nav li a:before {
  content: '';
  width: 10px;
  background-color: #ffffff;
  height: 2px;
  display: inline-flex;
  align-self: center;
  opacity: 0;
  margin-left: -10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.fame-ftnavmenu .navbar-nav li:hover a:before {
  opacity: 1;
  margin-left: 0px;
}
.fame-ftcopyright {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,0.20);
  padding: 15px 0px 5px 0px;
}
.footer-background .fame-ftcopyright small,
.footer-background .footer-desc-info {
  color: #6D6E79;
  font-size: 16px;
}

/* Dynamic footer colors — driven by the template's "Footer" style picker
   (Microweber --mw-footer-* variables, updated live from the design settings).
   Kept here in the dedicated footer stylesheet instead of the MW design-styles. */
.footer-background {
  background-color: var(--mw-footer-background-color);
}
.footer-background h1,
.footer-background h2,
.footer-background h3,
.footer-background h4,
.footer-background h5,
.footer-background h6,
.footer-background p,
.footer-background span,
.footer-background small,
.footer-background .fame-contact-ftinfo p,
.fame-contact-ftinfo p a,
.footer-background .fame-ftcopyright small,
.footer-background .footer-desc-info,
.fame-contact-ftinfo i {
  color: var(--mw-footer-text-color);
}
/* Footer nav-menu links — dynamic footer link color from the picker.
   Target the <a> and its inner <span> (text lives in the span); the
   :hover primary color keeps its higher specificity and still wins. */
.fame-ftnavmenu .navbar-nav li a,
.fame-ftnavmenu .navbar-nav li a span,
.footer-background a {
  color: var(--mw-footer-link-color);
}


/* SubHeader */
.fame-subheader { width: 100%; padding: 24px 0; background-size: cover; background-position: center; background-repeat: no-repeat; }
.fame-subheader .fame-subheader-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.fame-subheader-title {
  margin: 0;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 48px;
  color: #121F3E;
  width: 100%;
}
.fame-subheader-crumbs {
  display: inline-flex;
  border-radius: 100px;
  background-color: var(--fame-blue, #0566E3);
  padding: 5px 15px;
}
.fame-subheader-crumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; font-size: 14px; }
.fame-subheader-crumbs li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}
.fame-subheader-crumbs li:not(:last-child)::after { content: "/"; }
.fame-subheader-crumbs a {
  text-decoration: none;
  color: #ffffff;
}
.fame-subheader-crumbs span[aria-current] { font-weight: 600; }
/* SubHeader End */


@media (max-width: 991px) {
  .fame-header-main {padding: 10px;}
  .fame-header-main .menu-header-skin-1 a.fame-myaccount { text-indent: -99999px; gap: 0; }
  .fame-header-main .menu-header-skin-1 { padding: 8px 10px; }
  a.btn-shopping-cart-link { padding: 6px 10px; }
  a.btn-shopping-cart-link svg { width: 24px; }
  .mw-big-header-logo {width: 50%;}

  /* Dashboard pages only: fame-dashboard-sidebar.js tags this block with
     .is-fame-side-trigger, and tapping it opens the dashboard sidebar drawer.
     Its own account dropdown must stay down so the two don't both appear. */
  .fame-header-main .menu-header-skin-1.is-fame-side-trigger { cursor: pointer; }
  .fame-header-main .menu-header-skin-1.is-fame-side-trigger:hover .mw-big-dropdown.dropdown-menu,
  .fame-header-main .menu-header-skin-1.is-fame-side-trigger:focus-within .mw-big-dropdown.dropdown-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
  }
  .fame-footer-main-row {gap: 35px 20px;}
  .fame-header-uper-part,.fame-contact-infocon {flex-wrap: wrap;}
  .fame-contact-infocon,.fame-header-uper-part {justify-content: center;}
  .fame-contact-infocon {gap: 10px;}
  .fame-contact-ftinfo {width: auto;}
  .fame-subheader-crumbs {text-align: left; border-radius: 10px; padding: 13px 15px;}
}