/* Shared inner-page navigation; the approved homepage uses its own header. */
@media (min-width: 992px) {
  body header.fixed-header .navbar { display: grid; grid-template-columns: 1fr auto auto; align-items: center; column-gap: 24px; row-gap: 8px; padding-top: 16px; padding-bottom: 12px; }
  body header.fixed-header .navbar > div:first-child { grid-column: 1; grid-row: 1; white-space: nowrap; font-size: 14px; line-height: 1.4; color: #67616d; }
  body header.fixed-header .navbar > p { grid-column: 2; grid-row: 1; margin: 0; white-space: nowrap; font-size: 14px !important; line-height: 1.4; color: #67616d; }
  body header.fixed-header .navbar > .phone { grid-column: 3; grid-row: 1; margin: 0; white-space: nowrap; font-size: 14px !important; line-height: 1.4; }
  body header.fixed-header .navbar .navbar__container { grid-column: 1 / -1; grid-row: 2; width: 100%; min-width: 0; margin: 0; padding: 8px 0 0; border-top: 1px solid #eee9f1; }
  body header.fixed-header .navbar .nav--tabs { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 4px 12px; width: 100%; margin: 0; padding: 0; list-style: none; }
  body header.fixed-header .navbar .nav--tabs > .nav__item { flex: 0 0 auto; width: auto; margin: 0; padding: 0; }
  body header.fixed-header .navbar .nav--tabs > .nav__item > .nav__link { display: flex; align-items: center; min-height: 44px; box-sizing: border-box; white-space: nowrap; font-size: 15px; line-height: 1.3; padding: 8px 4px; margin: 0; border-bottom: 2px solid transparent; }
  body header.fixed-header .navbar .nav--tabs > .nav__item.active > .nav__link { color: #74428c; border-bottom-color: #74428c; }
}
header.fixed-header button.humburger { border: 0; padding: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; }
header.fixed-header a:focus-visible, header.fixed-header button:focus-visible { outline: 2px solid #74428c; outline-offset: 3px; }
header.fixed-header .dropdown:focus-within > .dropdown__menu { display: block; visibility: visible; opacity: 1; }
#msCart .btn { min-height: 40px; padding: 7px 10px; cursor: pointer; }
#msCart .form-group { gap: 6px; }
body.et-contacts-nav .blog-content iframe { max-width: 100%; }
@media (max-width: 767px) {
  #msCart .table-responsive { overflow: visible; border: 0; }
  #msCart table, #msCart tbody { display: block; width: 100%; }
  #msCart tr.header { display: none; }
  #msCart tr.cart_item { display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 12px; padding: 16px 0; border-bottom: 1px solid #e5e0e9; }
  #msCart tr.cart_item > td { display: block; width: auto; min-width: 0; padding: 0; border: 0; text-align: left; }
  #msCart tr.cart_item > td.title { align-self: center; overflow-wrap: anywhere; }
  #msCart tr.cart_item > td.image img { max-width: 80px; height: auto; }
  #msCart tr.cart_item > td.coun, #msCart tr.cart_item > td.remove { grid-column: 1 / -1; }
  #msCart tr.cart_item > td.price { grid-column: 1; }
  #msCart tr.cart_item > td.cart_total { grid-column: 2; }
  #msCart td[data-label]::before { content: attr(data-label); display: block; margin-bottom: 5px; font-size: 13px; color: #67616d; }
  #msCart .form-group { display: flex; flex-wrap: wrap; }
  #msCart input[name="count"] { width: 80px; max-width: 100%; }
}

#msCart button[value="cart/change"] { display: inline-block !important; }
