/* #####################################################################################################
   MOBILEMENU
   ##################################################################################################### */

/*--- 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 -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.showAllText {
  display: none;
}
@media only screen and (max-width: 1023px) {
  #globalNavWrapper {
    display: none;
  }
  #header {
    -webkit-transition: transform 400ms ease;
    -moz-transition: transform 400ms ease;
    -o-transition: transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mobileMenu:before {
    content: "";
    display: block;
    background: white;
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
  }
  .mobileMenu a {
    color: white;
  }
  .panelOpen .mobileMenu .mobileSlidePanel,
  .panelOpen .mobileMenu .mobileSlidePanel.active {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .mobileMenu.parentClick li.more > a {
    padding-right: 30%;
  }
  .mobileMenu #LoggedOutOptions,
  .mobileMenu #LoggedInOptions {
    font-size: 14px;
    line-height: 22px;
    background: white;
  }
  .mobileMenu #LoggedOutOptions:after,
  .mobileMenu #LoggedInOptions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    *zoom: 1;
  }
  .mobileMenu #LoggedOutOptions li,
  .mobileMenu #LoggedInOptions li {
    width: 50%;
    float: left;
    border-bottom: none;
  }
  .mobileMenu #LoggedOutOptions li.account,
  .mobileMenu #LoggedInOptions li.account {
    float: none;
    width: auto;
    padding: 10px 30px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: none;
  }
  .mobileMenu #LoggedOutOptions li a,
  .mobileMenu #LoggedInOptions li a {
    font-size: 11px;
    color: black;
    text-align: center;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobileMenu .mobileSlidePanel {
    display: none;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
    position: relative;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .mobileMenu .mobileSlidePanel.active {
    display: block;
    -webkit-animation: fadeIn 300ms;
    -moz-animation: fadeIn 300ms;
    -ms-animation: fadeIn 300ms;
    -o-animation: fadeIn 300ms;
    animation: fadeIn 300ms;
    -webkit-transform: translate(-30px);
    -moz-transform: translate(-30px);
    -o-transform: translate(-30px);
    -ms-transform: translate(-30px);
    transform: translate(-30px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .mobileMenu .mobileSlidePanel.slideIn {
    opacity: 0;
  }
  .panelOpen .mobileMenu .mobileSlidePanel.slideIn {
    -webkit-transform: translate3d(-170px, 0px, 0px);
    -moz-transform: translate3d(-170px, 0px, 0px);
    -o-transform: translate3d(-170px, 0px, 0px);
    -ms-transform: translate3d(-170px, 0px, 0px);
    transform: translate3d(-170px, 0px, 0px);
  }
  .mobileMenu .mobileSlidePanel.slideOut {
    opacity: 0;
  }
  .panelOpen .mobileMenu .mobileSlidePanel.slideOut {
    -webkit-transform: translate3d(170px, 0px, 0px);
    -moz-transform: translate3d(170px, 0px, 0px);
    -o-transform: translate3d(170px, 0px, 0px);
    -ms-transform: translate3d(170px, 0px, 0px);
    transform: translate3d(170px, 0px, 0px);
  }
  .mobileMenu .mobileSlidePanel .panelBack {
    text-transform: uppercase;
    font-size: 13px;
    color: black;
    display: block;
    background: white;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 35px;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .mobileMenu .mobileSlidePanel .panelBack:after {
    content: '';
    height: 0;
    width: 0;
    border-right: 7px solid black;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -5px;
  }
  .mobileMenu .mobileSlidePanel .panelTitle {
    position: relative;
    color: white;
    display: block;
    padding: 15px 20px;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 1px solid #484848;
  }
  .mobileMenu .mobileSlidePanel .panelTitle .span {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    width: 60%;
    display: inline-block;
  }
  .mobileMenu .mobileSlidePanel .panelTitle.noMargin {
    margin: 0;
    border-left: 0;
  }
  .showAllActive.mobileMenu .mobileSlidePanel .panelTitle {
    padding-right: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobileMenu .mobileSlidePanel .panelTitle > span {
    margin-left: 5px;
  }
  .mobileMenu .mobileSlidePanel .panelTitle span {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 14px;
  }
  .mobileMenu .mobileSlidePanel .panelTitle span span {
    text-decoration: underline;
  }
  .mobileMenu .mobileSlidePanel a.panelTitle:before {
    content: attr(data-showAll);
    display: block;
    font-size: 12px;
    position: absolute;
    right: 34px;
    top: 50%;
    font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
  }
  .mobileMenu .mobileSlidePanel a.panelTitle:after {
    content: '';
    height: 0;
    width: 0;
    border-top: 6px solid #f0f0f0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  .mobileMenu .mobileSlidePanel .title {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px 20px;
    border-bottom: 1px solid #484848;
  }
  .mobileMenu .mobileSlidePanel .column {
    margin-bottom: 25px;
  }
  .mobileMenu .mobileSlidePanel a {
    padding: 15px 30px 15px 20px;
    display: block;
    position: relative;
    font-size: 16px;
  }
  .mobileMenu .mobileSlidePanel ul li {
    position: relative;
    border-bottom: 1px solid #484848;
  }
  .mobileMenu .mobileSlidePanel ul li.more > a:after {
    content: '';
    height: 0;
    width: 0;
    border-left: 4px solid white;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  .mobileMenu .mobileSlidePanel ul li .nextPanel {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    z-index: 10;
    cursor: pointer;
  }
  .mobileMenu .mobileSlidePanel ul li .nextPanel:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background: #f0f0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mobileMenu .mobileSlidePanel ul li .nextPanel:after {
    content: '';
    height: 0;
    width: 0;
    border-left: 4px solid white;
    border-bottom: 3px solid transparent;
    border-top: 3px solid transparent;
    position: absolute;
    top: 50%;
    right: 19px;
    margin: -3px 0 0 -2px;
  }
  .mobileMenu .mobileSlidePanel ul li ul {
    padding: 0;
  }
}
