/*==============================
=            Header            =
==============================*/
/* line 540, app/assets/stylesheets/app.css */
.navbar-brand-std {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 1.5rem 1rem;
}

.navbar-brand-std .row {
    display: flex !important; 
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* line 551, app/assets/stylesheets/app.css */
.navbar-brand-std.navbar-animated {
  background-color: #fff;
  padding: .5rem 1rem;
}

/* line 554, app/assets/stylesheets/app.css */
.navbar-brand-std.navbar-animated .navbar-brand img {
  max-width: 120px;
}

/* line 556, app/assets/stylesheets/app.css */
.navbar-brand-std .navbar-menu-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 562, app/assets/stylesheets/app.css */
.navbar-brand-std .navbar-nav {
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
}

/* line 567, app/assets/stylesheets/app.css */
.navbar-brand-std .navbar-collapse {
  flex-grow: 0;
}

/* line 569, app/assets/stylesheets/app.css */
.navbar-brand-std .navbar-nocollapse .nav-item {
  padding: 0 .75rem;
}

/* line 571, app/assets/stylesheets/app.css */
.navbar-brand-std .navbar-nocollapse .navbar-nav {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
}

/* line 576, app/assets/stylesheets/app.css */
.navbar-brand-std .navbar-brand img {
  max-width: 180px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* line 583, app/assets/stylesheets/app.css */
.navbar-brand-std .nav-item.active {
  position: relative;
}

/* line 585, app/assets/stylesheets/app.css */
.navbar-brand-std .nav-item.active .nav-link:before {
  display: none;
}

/* line 587, app/assets/stylesheets/app.css */
.navbar-brand-std .nav-item.active .nav-link:after {
  content: '';
  width: calc(100% - 2rem);
  height: 2px;
  background-color: #3c136f;
  position: absolute;
  bottom: 1rem;
}

/* line 594, app/assets/stylesheets/app.css */
.navbar-brand-std .nav-link {
  text-transform: uppercase;
  font-size: 1rem;
  color: #3c136f;
  padding: 0 !important;
}

/* line 599, app/assets/stylesheets/app.css */
.navbar-brand-std .nav-link:hover {
  color: #ff8c01;
}

/* line 601, app/assets/stylesheets/app.css */
.navbar-brand-std .store-locator {
  border-right: 2px solid #3c136f;
  margin-left: 1.5rem;
}

/* line 604, app/assets/stylesheets/app.css */
.navbar-brand-std .store-locator span {
  font-size: 70%;
}

/* line 606, app/assets/stylesheets/app.css */
.navbar-brand-std .search {
  position: static;
}

/* line 608, app/assets/stylesheets/app.css */
.navbar-brand-std .search form {
  display: flex;
}

/* line 610, app/assets/stylesheets/app.css */
.navbar-brand-std .search .nav-link:before {
  display: none;
}

/* line 612, app/assets/stylesheets/app.css */
.navbar-brand-std .search .nav-link:after {
  display: none;
}

/* line 614, app/assets/stylesheets/app.css */
.navbar-brand-std .search .dropdown-menu {
  right: 0;
  left: auto;
  top: -3px;
  width: 100%;
  border-radius: 0;
  padding: 0;
  border-right: none;
}

/* line 622, app/assets/stylesheets/app.css */
.navbar-brand-std .search .form-control {
  border-color: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 85px;
  font-size: 1.75rem;
  border-right: 1px solid #3e3e3e;
  padding-left: 2rem;
  padding-right: 2rem;
}

/* line 631, app/assets/stylesheets/app.css */
.navbar-brand-std .search .close {
  padding: 20px 30px;
}

/* line 633, app/assets/stylesheets/app.css */
.navbar-brand-std .search .icon {
  width: 20px;
  height: 30px;
}

/* line 636, app/assets/stylesheets/app.css */
.navbar-brand-std.shown.navbar-animated .mega-menu {
  top: 80px;
  opacity: 1;
}

@media (min-width: 1024px) {
  /* line 640, app/assets/stylesheets/app.css */
  .navbar-brand-std .nav-item {
    padding: 1.25rem 1rem;
  }
  .navbar-brand-std .nav-item:first-child {
    position: relative;
    bottom: 5px;
  }
  /* line 642, app/assets/stylesheets/app.css */
  .navbar-brand-std .store-locator,
  .navbar-brand-std .search {
    margin: 1.25rem 0;
  }
}

@media (max-width: 800px) {
  /* line 646, app/assets/stylesheets/app.css */
  .navbar-brand-std {
    background-color: #fff;
  }
  /* line 648, app/assets/stylesheets/app.css */
  .navbar-brand-std .navbar-menu-container {
    display: block;
    width: 100%;
  }
  /* line 651, app/assets/stylesheets/app.css */
  .navbar-brand-std .nav-item {
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding: 0 5px;
  }
  /* line 655, app/assets/stylesheets/app.css */
  .navbar-brand-std .navbar-nav {
    margin-top: 1rem;
  }
  /* line 657, app/assets/stylesheets/app.css */
  .navbar-brand-std .navbar-brand {
    padding: 0;
  }
  /* line 659, app/assets/stylesheets/app.css */
  .navbar-brand-std .navbar-brand img {
    max-width: 150px;
  }
  /* line 661, app/assets/stylesheets/app.css */
  .navbar-brand-std .hamburger {
    padding: .25rem;
  }
  /* line 663, app/assets/stylesheets/app.css */
  .navbar-brand-std .hamburger-box {
    width: 30px;
    height: 30px;
  }
  /* line 666, app/assets/stylesheets/app.css */
  .navbar-brand-std .hamburger-inner,
  .navbar-brand-std .hamburger-inner::before,
  .navbar-brand-std .hamburger-inner::after {
    width: 30px;
  }
}

/* line 671, app/assets/stylesheets/app.css */
.navbar-brand-std .dropdown-megamenu .dropdown-menu div[class*="col"] {
  margin-bottom: 1rem;
}

/* line 674, app/assets/stylesheets/app.css */
.navbar-brand-std .dropdown-megamenu .dropdown-menu {
  border: none;
  background-color: #fff !important;
}

/* line 678, app/assets/stylesheets/app.css */
.dropdown-megamenu .dropdown-menu {
  font-size: .85rem;
}

/* line 680, app/assets/stylesheets/app.css */
.dropdown-megamenu .dropdown-menu .nav-item {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

/* line 683, app/assets/stylesheets/app.css */
.dropdown-megamenu .dropdown-menu .nav-link {
  font-size: .85rem;
}

/* line 685, app/assets/stylesheets/app.css */
.dropdown-megamenu .dropdown-menu .nav-link-shortcut {
  color: #3c136f;
  padding-bottom: .5rem;
  border-bottom: 2px solid #de4277;
}

@media (max-width: 800px) {
  /* line 691, app/assets/stylesheets/app.css */
  .dropdown-megamenu .dropdown-menu.show {
    height: 70vh;
    overflow-y: auto;
  }
  /* line 694, app/assets/stylesheets/app.css */
  .dropdown-megamenu .nav-link-shortcut {
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1024px) {
  /* line 698, app/assets/stylesheets/app.css */
  .navbar-brand-std .dropdown-megamenu {
    position: static;
  }
  /* line 700, app/assets/stylesheets/app.css */
  .navbar-brand-std .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 90px;
  }
  /* line 705, app/assets/stylesheets/app.css */
  .navbar-brand-std .dropdown-menu::before {
    content: '';
    height: 30px;
    width: 100%;
    display: block;
    background-color: transparent;
    z-index: 9;
  }
  /* line 712, app/assets/stylesheets/app.css */
  .navbar-brand-std.navbar-animated .dropdown-menu {
    top: 60px;
  }
  /* line 714, app/assets/stylesheets/app.css */
  .navbar-brand-std .dropdown-megamenu:hover .dropdown-menu,
  .navbar-brand-std .dropdown-megamenu .dropdown-menu:hover {
    display: block !important;
  }
  /* line 717, app/assets/stylesheets/app.css */
  .navbar-brand-std .dropdown-menu {
    background-color: #fff;
  }
}