/** Shopify CDN: Minification failed

Line 100:26 Expected ":"

**/
/* header-bottom */

.meganav__scroller--has-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

.header-2.color-transparent {
  padding-top: 0;
}

.show-vertical-menu {
  cursor: pointer;
}

.head-logo {
  align-self: center;
  text-align: center;
}

.header-bottom {
  padding: 0;
}

.meganav__scroller--has-list {
  width: 300px;
  background-color: #fff;
}

.header-sign {
  position: relative;
  display: flex;
  align-items: center;
}

.header-login {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-bottom > .container-fluid > .row {
  min-height: 93px;
}

.header-login p {
  margin-bottom: 0;
}

.header-cart,
.header-wishlist,
.header-sign button {
  margin-left: 20px;
}

.icon-vertical-menu svg path,
.search-media svg path,
.header-sign svg path,
.btn-wishlist svg path,
.header__icon svg path {
  fill: var(--color-header);
}

body:not(.index) .icon-vertical-menu svg path,
body:not(.index) .search-media svg path,
body:not(.index) .header-sign svg path,
body:not(.index) .btn-wishlist svg path,
body:not(.index) .header__icon svg path {
  fill: var(--accent-3);
}

.header-2 .num-wishlisted {
  color: var(--color-header);
}

.header-login p a {
  color: var(--color-header) !important;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
	font-weight: 700;
  margin-right: 15px;
}

body:not(.index) .header-2 .num-wishlisted {
  color: var(--accent-3);p
}

body:not(.index) .header-login p a {
  color: var(--accent-3) !important;
}

.header-login p:last-child a {
  margin-right: 0;
}

.header-login p a:after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
}

.header-login p:last-child a::after {
  display: none;
}

.header-bottom > .container-fluid {
  border-bottom: 1px solid var(--border);
}

body:not(.index) .header-bottom > .container-fluid {
  border-bottom: 1px solid #0000000f;
}

ul.site-nav {
  justify-content: center;
}
.header-icon .icon-search svg {
  margin-right: 0;
}
.header-icon .icon-search {
  margin-left: 20px;
}
.header-2 .site-nav .site-nav__item > a > span {
  position: relative;
}
.header-2 .site-nav .site-nav__item > a > span:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: auto;
  right: 0;
  bottom: -2px;
  background-color: var(--primary);
  transition: all 0.4s ease;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-left,
  .header-icon {
    /* width: 50%;
    order: 1; */
  }
  .head-logo {
    /* width: 100%; */
    order: 0;
    padding: 15px 0 0;
  }
}
@media (min-width: 992px) {
  .header-2 .site-nav .site-nav__item:hover > a > span:before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .header-2 .site-nav .site-nav__item.site-nav--active > a > span:before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  .header-bottom > .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 1300px) {
  .header-login p a {
    font-size: 10px;
  }
}

@media (max-width: 1199px) {
  .head-logo {
    order: 0;
    padding: 15px 0 5px;
  }
  /* .header-left {
    order: 1;
  }
  .header-icon {
    order: 2;
  } */
}

@media (max-width: 767px) {
  .header__heading-logo {
    max-width: 55%;
}
  .header-announcement-bar-right {
    display: none;
  }
  .header-announcement-bar-left {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .icon-menu-mobile {
    text-align: center;
    align-self: center;
  }
  .icon-menu-mobile svg path {
    fill: var(--color-header);
  }

  body:not(.index) .icon-menu-mobile svg path {
    fill: #000;
  }
  .slide-image.media {
    padding-bottom: 83% !important;
  }
  .header-menubar,
  .head-logo {
    align-self: center;
    text-align: center;
  }
  .icon-menu-mobile {
    margin-right: 10px;
  }
}
