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

/*--- standard variables ---*/
/*--- switch themes ---*/
/* #####################################################################################################
   This stylesheet is used for theme specific variables

   1 Munnichs

   ##################################################################################################### */
/*--- 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 {
    flex-direction: column;
  }
  .panelOpen .mobileMenu.show {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .panelClosing .mobileMenu.show {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .mobileMenu:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
  }
  .mobileMenu a {
    color: black;
  }
  .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: 16px;
    line-height: 30px;
    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: 13px;
    color: black;
    text-align: center;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobileMenu .panelTitle {
    position: relative;
    color: white;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-weight: 300;
  }
  .mobileMenu .panelTitle.noMargin {
    margin: 0;
    border-left: 0;
  }
  .showAllActive.mobileMenu .panelTitle {
    padding-right: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobileMenu .panelTitle > span {
    margin-left: 5px;
  }
  .mobileMenu .panelTitle span {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 14px;
  }
  .mobileMenu .panelTitle span span {
    text-decoration: underline;
  }
  .mobileMenu .panelTitle a.menuToggle {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    padding: 0 10px 0 0;
    font-size: 15px;
  }
  .panelOpen.mobileNavPanel .mobileMenu .panelTitle a.menuToggle:before {
    content: "\f00d ";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
    height: auto;
    line-height: auto;
    line-height: 40px;
  }
  .mobileMenu #menuToggleClose {
    width: 15%;
    height: 70px;
    background: #333333;
    overflow: hidden;
    color: black;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    padding: 12px 10px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
    text-transform: uppercase;
    font-weight: 600;
  }
  .mobileMenu #menuToggleClose:before {
    display: block;
    content: "";
    background: url(../images/menuIconClose.png) no-repeat center center;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30%;
  }
  .mobileMenu div.menuWrapper {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .mobileMenu #mobileSearchBlock {
    width: 100%;
    padding: 30px 8%;
    position: relative;
    border-radius: 0;
    background: #fafafa;
  }
  .mobileMenu #mobileSearchBlock section {
    border-radius: 0 !important;
  }
  .mobileMenu #mobileSearchBlock input[type="Search"] {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 10px 13px 10px;
    border: 0;
    border-bottom: 1px solid black;
    background: #fafafa;
    font-size: 18px;
    border-radius: 0 !important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
  }
  .mobileMenu #mobileSearchBlock input[type="Search"]::-webkit-input-placeholder {
    font-style: normal;
    -webkit-appearance: none!important;
  }
  .mobileMenu #mobileSearchBlock input[type="Search"]::-moz-placeholder {
    font-style: normal;
  }
  .mobileMenu #mobileSearchBlock input[type="Search"]:-moz-placeholder {
    font-style: normal;
  }
  .mobileMenu #mobileSearchBlock input[type="Search"]:-ms-input-placeholder {
    font-style: normal;
  }
  .mobileMenu #mobileSearchBlock input:focus {
    box-shadow: none;
    border-bottom: 1px solid #bc9f75;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /*-moz-backface-visibility: hidden;*/
  
  }
  .mobileMenu #mobileSearchBlock input[type="Submit"] {
    width: 25px;
    height: 30px;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 8%;
    left: auto;
    text-indent: -9999999em;
    background: white;
    border: 0;
    background: url('../images/searchIcon.svg') no-repeat center center;
    background-size: 90%;
  }
  .mobileMenu .mobileMenuHeader {
    height: 70px;
  }
  .mobileMenu .mobileMenuFooter {
    width: 100%;
    padding: 30px 8%;
    background: #fafafa;
    margin-top: 30px;
  }
  .mobileMenu .mobileMenuFooter .storeBttn {
    background: #f8f8f8;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
  }
  .mobileMenu .mobileMenuFooter .storeBttn:before {
    content: "";
    background: url(../images/locationIcon.png) no-repeat center center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 15%;
    top: 15px;
  }
  .mobileMenu div.accountLinks {
    display: inline-block;
    width: 85%;
    margin: 0 0 15px 0;
  }
  .mobileMenu div.accountLinks > div {
    display: inline-block;
    width: 100%;
  }
  .mobileMenu div.accountLinks > div > div {
    float: left;
    width: 48%;
  }
  .mobileMenu div.accountLinks > div > div:first-child {
    margin-right: 2%;
  }
  .mobileMenu div.accountLinks > div > div a {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    background-color: #bc9f75;
    color: white;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    height: 70px;
    line-height: 70px;
    position: relative;
  }
  .mobileMenu div.accountLinks > div > div a:before {
    height: 31px;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 15px;
    content: "";
  }
  .mobileMenu .aboutUsLinks {
    color: black;
    text-align: center;
    padding-bottom: 15px;
  }
  .mobileMenu .aboutUsLinks a,
  .mobileMenu .aboutUsLinks span {
    display: block;
    color: black;
    font-size: 16px;
    line-height: 35px;
  }
  .mobileMenu .legalLinks {
    border-top: 1px solid black;
    padding-top: 15px;
    text-align: center;
  }
  .mobileMenu .legalLinks:last-child {
    margin-bottom: 0;
  }
  .mobileMenu .legalLinks a,
  .mobileMenu .legalLinks span {
    display: block;
    color: black;
    font-size: 16px;
    line-height: 35px;
  }
  .mobileMenu .mobileSlidePanel {
    display: none;
    font-size: 18px;
    line-height: 32px;
    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 .panelTitle {
    background-color: white;
    height: auto;
    line-height: inherit;
  }
  .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;
    text-align: left;
    font-size: 16px;
    color: black;
    display: block;
    background: white;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 35px;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin: 0 10%;
  }
  .mobileMenu .mobileSlidePanel .panelBack:after {
    content: '';
    height: 0;
    width: 0;
    background: url(../images/arrowLeft.png) no-repeat center center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 21px;
    height: 15px;
  }
  .mobileMenu .mobileSlidePanel .panelTitle {
    position: relative;
    background: white;
    color: black;
    display: block;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
    padding: 15px 0;
    margin: 0 10% 15px 10%;
    border-bottom: 3px solid #f8f8f8;
  }
  .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: 14px;
    position: absolute;
    right: 34px;
    top: 50%;
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
  }
  .mobileMenu .mobileSlidePanel a.panelTitle:after {
    content: '';
    height: 0;
    width: 0;
    background: url(../images/arrowRight.png) no-repeat center center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 21px;
    height: 15px;
  }
  .mobileMenu .mobileSlidePanel .title {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0 10%;
    border: 0;
    color: black;
    text-align: center;
  }
  .mobileMenu .mobileSlidePanel .column {
    margin-bottom: 25px;
  }
  .mobileMenu .mobileSlidePanel a {
    padding: 15px 8%;
    display: block;
    position: relative;
    font-size: 24px;
    font-weight: 400;
    color: black;
    text-align: center;
  }
  .mobileMenu .mobileSlidePanel ul li {
    position: relative;
  }
  .mobileMenu .mobileSlidePanel ul li.more > a:after {
    content: '';
    height: 0;
    width: 0;
    background: url(../images/arrowRight.png) no-repeat center center;
    right: 10%;
    margin-top: -3px;
    width: 21px;
    height: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .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;
  }
}
