﻿@charset "UTF-8";
header {
  position: relative;
  height: 55px;
}
header:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: fixed;
  top: 55px;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
  z-index: 103;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
header.active:before {
  opacity: 1;
}
.pane-header .block-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  padding: 0 10px 0 15px;
  display: table;
  width: 100%;
  height: 55px;
  z-index: 102;
}
h1 + div.wrapper .pane-header .block-header-menu {
  display: none;
  padding-top: 70px;
}
.pane-header .block-header-menu {
  display: none;
  padding-top: 55px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 101;
}
#header-news p {
  color: #ffffff;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  padding: 7px 10px;
}
main.pane-main {
  position: relative;
  top: 0;
  min-height: 400px;
}
.page-goods main.pane-main {
  padding-bottom: 0;
}
.pane-globalnav {
  background-color: #444;
  color: #fff;
}
.pane-order-header {
  height: 50px;
  border-bottom: 2px solid #666;
}