/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)"; 

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Responsive functions -----*/
#globalNavWrapper {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 70%;
  left: -70%;
  background: #222222;
  z-index: 101;
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
#globalNavWrapper #globalNav #navContainer #accountLinks ul {
  overflow: hidden;
}
#globalNavWrapper #globalNav #navContainer #accountLinks ul li {
  float: left;
  width: 50%;
}
#globalNavWrapper #globalNav #navContainer #accountLinks ul li a {
  display: block;
  line-height: 20px;
  padding: 12px 0;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #080808;
}
#globalNavWrapper #globalNav #navContainer ul li a {
  display: block;
  color: white;
  font-family: Century Gothic, sans-serif;
}
#globalNavWrapper #globalNav #navContainer .ul-1 .li-1 > a {
  line-height: 20px;
  padding: 10px 5%;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #080808;
}
#headerWrapper {
  -webkit-transition: left 0.2s ease-out;
  -moz-transition: left 0.2s ease-out;
  -o-transition: left 0.2s ease-out;
  transition: left 0.2s ease-out;
}
