.menu-button {
  position: absolute;
  width: 32px;
  height: 22px;
  display: none;
  left: 0;
  top: 28px;
  z-index: 994; }
  @media only screen and (max-width: 992px) {
    .menu-button {
      display: block;
      left: 2%; } }
  @media only screen and (max-width: 767px) {
    .menu-button {
      top: 13px; } }

.menu-button:before,
.menu-button:after,
.menu-button span {
  background: #ff3366;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 4px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.menu-button:before,
.menu-button:after {
  content: '';
  top: 0; }

.menu-button:after {
  top: 16px; }

.menu-button.active span {
  opacity: 0; }

.menu-button:hover {
  opacity: .9; }

.menu-button.active:after,
.menu-button.active:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px;
  left: 0;
  right: 0; }

.menu-button.active:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.logo {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media only screen and (max-width: 992px) {
    .logo {
      top: 0 !important; } }
  @media only screen and (max-width: 767px) {
    .logo {
      top: -12px !important; } }
  .logo span {
    font-size: 16px;
    margin-top: 5px; }
    @media only screen and (min-width: 993px) {
      .logo span {
        display: block !important; } }
    @media only screen and (max-width: 992px) {
      .logo span {
        display: none !important; } }
    .logo span.hide-text {
      display: none !important; }
  .logo img {
    max-width: 130px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    @media only screen and (max-width: 992px) {
      .logo img {
        max-width: 90px !important; } }
    @media only screen and (max-width: 767px) {
      .logo img {
        max-width: 75px !important; } }
  .logo:hover {
    opacity: .8; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 98;
  padding: 10px 0 90px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media only screen and (max-width: 992px) {
    .header {
      padding: 10px 0 90px !important;
      background: #fff !important; } }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 15px 0 60px !important; } }
  @media only screen and (max-width: 992px) {
    .header .container {
      position: inherit;
      width: 100%; } }
  @media only screen and (max-width: 992px) {
    .header .header-right-top {
      padding-top: 8px; } }
  @media only screen and (max-width: 767px) {
    .header .header-right-top {
      padding-top: 2px; } }
  @media only screen and (max-width: 992px) {
    .header .header-right {
      margin-right: 2%; } }

.top-space {
  margin-top: 180px; }
  @media only screen and (max-width: 1200px) {
    .top-space {
      margin-top: 185px; } }
  @media only screen and (max-width: 992px) {
    .top-space {
      margin-top: 102px; } }
  @media only screen and (max-width: 767px) {
    .top-space {
      margin-top: 0; } }

.sticky-header {
  top: 0;
  background: #fff;
  -webkit-animation: fadeInDown .7s both;
  animation: fadeInDown .7s both;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  padding: 15px 0 10px; }
  @media only screen and (max-width: 992px) {
    .sticky-header {
      -webkit-animation: none;
      animation: none;
      -webkit-transition: none;
      transition: none; } }
  .sticky-header .logo {
    top: 12px; }
    .sticky-header .logo img {
      max-width: 90px; }
  @media only screen and (max-width: 992px) {
    .sticky-header .menu-button {
      display: block; } }
  @media only screen and (min-width: 993px) {
    .sticky-header .search-form {
      display: block !important; } }

.hide-header {
  top: -100%;
  -webkit-animation: fadeInDown .7s both;
  animation: fadeInDown .7s both;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media only screen and (max-width: 992px) {
    .hide-header {
      top: 0;
      -webkit-animation: none;
      animation: none;
      -webkit-transition: none;
      transition: none; } }

.search-form {
  width: 237px;
  position: relative;
  margin: 7px 20px 22px 15px; }
  @media only screen and (max-width: 1200px) {
    .search-form {
      margin: 7px 15px 22px 15px; } }
  @media only screen and (max-width: 992px) {
    .search-form {
      background: #fff;
      display: none;
      position: absolute;
      top: calc(100% + 46px);
      left: 0;
      right: 0;
      width: 100%;
      margin: 0 auto;
      z-index: 95; } }
  @media only screen and (max-width: 767px) {
    .search-form {
      top: calc(100% + 20px); } }
  .search-form input[type=search] {
    padding: 5px 62px 5px 10px;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    font-size: 14px; }
  .search-form button[type=submit] {
    position: absolute;
    right: 1px;
    top: 1px;
    padding: 5px 9px 4px 10px;
    background: #ff3366; }
    .search-form button[type=submit] span {
      width: 22px;
      height: 21px;
      display: block;
      background: url(/images/ico_search.png) no-repeat center;
      background-size: 22px 21px; }
    .search-form button[type=submit]:hover {
      opacity: .8; }

@media only screen and (min-width: 993px) {
  .nav-menu {
    display: block !important; } }
@media only screen and (max-width: 992px) {
  .nav-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(100% + 46px);
    width: 100%;
    z-index: 96;
    display: none; } }
@media only screen and (max-width: 767px) {
  .nav-menu {
    top: calc(100% + 22px); } }
.nav-menu li {
  margin-right: 30px; }
  @media only screen and (max-width: 992px) {
    .nav-menu li {
      width: 100%;
      display: block;
      border-bottom: 1px solid rgba(255, 51, 102, 0.2);
      text-align: center;
      padding: 0;
      background: #fff; } }
  .nav-menu li:last-child {
    margin-right: 0; }
.nav-menu li a {
  font-size: 14px;
  line-height: 1.1em;
  display: block; }
  @media only screen and (max-width: 992px) {
    .nav-menu li a {
      padding: 10px 0; } }
  .nav-menu li a:hover {
    text-decoration: underline; }

.nav-user {
  position: relative;
  z-index: 2;
  display: block;
  top: 5px; }
  @media only screen and (max-width: 992px) {
    .nav-user {
      top: 13px; } }
  @media only screen and (max-width: 767px) {
    .nav-user {
      top: 3px; } }
  .nav-user li {
    font-size: 16px;
    line-height: 21px;
    margin-right: 10px; }
    .nav-user li img {
      vertical-align: middle;
      display: inline-block; }
    .nav-user li span.cart-num {
      padding-left: 5px;
      position: relative;
      top: 2px;
      display: none;
      /* Change this to inline-block to show cart number */ }
    .nav-user li:last-child {
      padding-top: 7px;
      margin-right: 0; }

.nav-social {
  position: relative;
  z-index: 2;
  margin-right: 20px; }
  @media only screen and (max-width: 992px) {
    .nav-social {
      display: none; } }
  .nav-social li {
    margin-right: 6px; }
    @media only screen and (max-width: 480px) {
      .nav-social li {
        margin-right: 2px; } }
    .nav-social li:last-child {
      margin-right: 0; }
  .nav-social li a {
    display: block;
    padding: 5px 0 15px; }
    .nav-social li a:hover {
      opacity: .8; }

.search-btn {
  position: absolute;
  left: calc(45px + 2%);
  top: 27px;
  display: none;
  width: 24px;
  height: 24px;
  background: url(/images/ico_search_sprite.png) no-repeat;
  background-position: -10px -10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .search-btn.active {
    width: 28px;
    height: 28px;
    background-position: -10px -54px; }
  @media only screen and (max-width: 992px) {
    .search-btn {
      display: block !important; } }
  @media only screen and (max-width: 767px) {
    .search-btn {
      top: 10px; } }

/*# sourceMappingURL=header.css.map */
