/* ----------------------------------------
// Table of Contents:
// - Components
//   - .breadcrumb
// - Header
//   - .account-menu
//   - .departments
//   - .dropcart
//   - .header
//   - .indicator
//   - .logo
//   - .main-menu
//   - .megamenu
//   - .megamenu-links
//   - .menu
//   - .phone
//   - .search
//   - .suggestions
//   - .topbar
//   - .vehicle-picker
// - Pages
//   - .about
// - Blocks
//   - .block-header
//   - .block-space
// - Blog
//   - .post-header
// ---------------------------------------- */
/* ----------------------------------------
// Components
// ---------------------------------------- */
/*
// .breadcrumb
*/
/* ----------------------------------------
// Header
// ---------------------------------------- */
/*
// .account-menu
*/


/*
// .header
*/
.header {
  display: grid;
  grid-template-columns: calc(100% / 2 - 1350px / 2) 1fr auto 1fr calc(100% / 2 - 1350px / 2);
  grid-template-rows: 30px auto;
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .header {
    grid-template-columns: calc(100% / 2 - 1110px / 2) 1fr auto 1fr calc(100% / 2 - 1110px / 2);
  }
}

.header__megamenu-area {
  grid-column: 2 / 5;
  grid-row: 1;
}

.header__topbar-start-bg {
  grid-column: 1 / 3;
  grid-row: 1;
}

.header__topbar-end-bg {
  grid-column: 4 / 6;
  grid-row: 1;
}

.header__topbar-start {
  grid-column: 2;
  grid-row: 1;
}

.header__topbar-end {
  grid-column: 4;
  grid-row: 1;
}

.header__topbar-start-bg,
.header__topbar-end-bg {
  height: 100%;
  overflow: hidden;
}

.header__topbar-start-bg:before,
.header__topbar-end-bg:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
}

.header__topbar-start,
.header__topbar-end {
  z-index: 1;
}

[dir=ltr] .header__topbar-start {
  padding-right: 20px;
}

[dir=rtl] .header__topbar-start {
  padding-left: 20px;
}

[dir=ltr] .header__topbar-end {
  padding-left: 20px;
}

[dir=rtl] .header__topbar-end {
  padding-right: 20px;
}



[dir=ltr] .header__topbar-start-bg:before {
  border-bottom-right-radius: 2.5px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

[dir=rtl] .header__topbar-start-bg:before {
  border-bottom-left-radius: 2.5px;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

[dir=ltr] .header__topbar-end-bg:before {
  border-bottom-left-radius: 2.5px;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

[dir=rtl] .header__topbar-end-bg:before {
  border-bottom-right-radius: 2.5px;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}



.header__topbar-start-bg:before {
  background: #1a79ff;
}

.header__topbar-end-bg:before {
  background: #333;
}

.header__logo {
  padding-bottom: 22px;
}

/*
// .topbar
*/
.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 14px;
  line-height: 1;
}

.topbar__item-spring {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.topbar__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.topbar__link {
  -webkit-transition: color .12s;
  transition: color .12s;
}

.topbar__link-label {
  -webkit-transition: inherit;
  transition: inherit;
}

.topbar__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: transparent;
  font-family: inherit;
  border: none;
  padding: 0 10px;
  -webkit-transition: background .12s;
  transition: background .12s;
  height: 100%;
}

.topbar__button:focus {
  outline: none;
}

.topbar__button-title,
.topbar__button-label {
  -webkit-transition: color .12s;
  transition: color .12s;
  padding-left: 5px;
}

[dir=ltr] .topbar__button-label {
  margin-right: 3px;
}

[dir=rtl] .topbar__button-label {
  margin-left: 3px;
}

[dir=ltr] .topbar__button--has-arrow {
  padding-right: 18px;
  padding-right: 22px;
}

[dir=rtl] .topbar__button--has-arrow {
  padding-left: 18px;
  padding-left: 22px;
}

.topbar__button-arrow {
  position: absolute;
  fill: currentColor;
  top: calc(50% - 3px);
}

[dir=ltr] .topbar__button-arrow {
  right: 8px;
  right: 10px;
}

[dir=rtl] .topbar__button-arrow {
  left: 8px;
  left: 10px;
}

.topbar__button-arrow svg {
  display: block;
}

.topbar__menu {
  position: relative;
  background-color: #017d03;
}

.topbar__menu-body {
  visibility: hidden;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: rotateX(60deg);
          transform: rotateX(60deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
}

.topbar__menu-body {
  color: #262626;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 150px;
  padding: .5rem 0;
  font-size: 14px;
  line-height: 26px;
  z-index: 99999;
  font-weight: 500;
}

[dir=ltr] .topbar__menu-body {
  right: 0;
}

[dir=rtl] .topbar__menu-body {
  left: 0;
}

.topbar__menu-item {
  display: block;
  padding: 3px 1rem;
  color: #262626;
}

.topbar__menu-item:hover {
  color: #262626;
  background: #f2f2f2;
}

[dir=ltr] .topbar__menu-item img {
  margin-right: 8px;
}

[dir=rtl] .topbar__menu-item img {
  margin-left: 8px;
}

.topbar__menu-item span {
  position: relative;
  top: 1px;
  color: #262626;
  padding-left: 15px;
}

.topbar__menu--open .topbar__menu-body {
  visibility: visible;
  -webkit-transition-delay: 0s, 0s, 0s;
          transition-delay: 0s, 0s, 0s;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}

.topbar--spaceship-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topbar--spaceship-start {
  background: #1a79ff;
}

.topbar--spaceship-start .topbar__item-text {
  color: #fff;
  font-weight: 500;
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
  .topbar--spaceship-start .topbar__item-text {
    font-weight: 400;
  }
}

.topbar--spaceship-start .topbar__link {
  color: #cce3ff;
  font-weight: 400;
}

.topbar--spaceship-start .topbar__link:hover {
  color: #fff;
}

.topbar--spaceship-start .topbar__button-label {
  color: #cce3ff;
  font-weight: 400;
}

.topbar--spaceship-start .topbar__button-title {
  color: #fff;
  font-weight: 500;
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
  .topbar--spaceship-start .topbar__button-title {
    font-weight: 400;
  }
}

.topbar--spaceship-start .topbar__button-arrow {
  color: rgba(0, 0, 0, 0.25);
}

.topbar--spaceship-start .topbar__menu--open .topbar__menu-button,
.topbar--spaceship-start .topbar__button:hover {
  background: rgba(0, 0, 0, 0.15);
}

.topbar--spaceship-start .topbar__menu--open .topbar__menu-button .topbar__button-label,
.topbar--spaceship-start .topbar__button:hover .topbar__button-label {
  color: #fff;
}

.topbar--spaceship-end {
  background: #333;
}

.topbar--spaceship-end .topbar__item-text {
  color: #fff;
  font-weight: 500;
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
  .topbar--spaceship-end .topbar__item-text {
    font-weight: 400;
  }
}

.topbar--spaceship-end .topbar__link {
  color: #9e9e9e;
  font-weight: 400;
}

.topbar--spaceship-end .topbar__link:hover {
  color: #fff;
}

.topbar--spaceship-end .topbar__button-label {
  color: #9e9e9e;
  font-weight: 400;
}

.topbar--spaceship-end .topbar__button-title {
  color: #fff;
  font-weight: 500;
}

@media (-webkit-max-device-pixel-ratio: 1), (max-resolution: 1dppx) {
  .topbar--spaceship-end .topbar__button-title {
    font-weight: 400;
  }
}

.topbar--spaceship-end .topbar__button-arrow {
  color: #808080;
}

.topbar--spaceship-end .topbar__menu--open .topbar__menu-button .topbar__button-label,
.topbar--spaceship-end .topbar__button:hover .topbar__button-label {
  color: #fff;
}


