/* #####################################################################################################
   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;
  }
  .mobileNavHeader {
    background: #08212e;
    min-height: 95px;
    position: relative;
    border-bottom: 1px solid #e7e4df;
  }
  .mobileNavHeader > * {
    float: left;
    line-height: 45px;
    padding-top: 0;
    padding-bottom: 0;
    color: #262626;
  }
  .mobileNavHeader #logo {
    padding: 0 20px;
  }
  .mobileNavHeader #logo > img {
    height: 50px;
    width: auto;
    position: relative;
    top: 11px;
  }
  .mobileMenu:before {
    content: "";
    display: block;
    background: white;
    width: 100%;
    height: 95px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
  }
  .mobileMenu a {
    color: #262626;
    text-align: center;
  }
  .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 #mobileSearchBlock {
    margin: 30px;
    position: relative;
  }
  .mobileMenu #mobileSearchBlock:after {
    content: '';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
    height: auto;
    line-height: auto;
    content: '\f002';
    position: absolute;
    right: 15px;
    font-size: 25px;
    line-height: 52px;
    top: 0;
    color: #262626;
  }
  .mobileMenu #mobileSearchBlock input[type="Search"] {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 60px 13px 10px;
    border-color: #e7e4df;
  }
  .mobileMenu #mobileSearchBlock input[type="Search"]::-webkit-input-placeholder {
    font-style: normal;
  }
  .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[type="Submit"] {
    width: 20px;
    height: 34px;
    position: absolute;
    top: -14px;
    right: 10px;
    text-indent: -9999999em;
    background: white;
    border-left: 0 !important;
    border-radius: 0 3px 3px 0;
  }
  .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: #262626;
    text-align: center;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobileMenu .menuContainer .li-1.more a:before {
    content: '';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
    height: auto;
    line-height: auto;
    content: '\f054';
    color: #0087cd;
    position: absolute;
    right: 35px;
    font-size: 12px;
    line-height: 65px;
    top: 0;
  }
  .mobileMenu .mobileSlidePanel {
    display: none;
    font-size: 18px;
    line-height: 32px;
    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;
    text-align: left;
    font-size: 15px;
    color: #262626;
    display: block;
    background: white;
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
    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 #00a7e7;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -4px;
  }
  .mobileMenu .mobileSlidePanel .panelTitle {
    position: relative;
    color: white;
    background: #08212e;
    display: block;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
  }
  .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 .showAllText {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 34px;
    top: 50%;
    font-family: 'montserrat', sans-serif;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
  }
  .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:after {
    content: '';
    height: 0;
    width: 0;
    border-top: 6px solid white;
    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: 18px;
    text-transform: uppercase;
    padding: 15px 20px 10px 20px;
  }
  .mobileMenu .mobileSlidePanel .column {
    margin-bottom: 25px;
  }
  .mobileMenu .mobileSlidePanel a {
    padding: 20px 30px 20px 20px;
    display: block;
    position: relative;
    font-size: 18px;
  }
  .mobileMenu .mobileSlidePanel ul li {
    position: relative;
  }
  .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;
  }
  .mobileMenu .mobileCustomerService {
    color: #262626;
    padding: 30px;
    text-align: center;
    float: left;
    width: 100%;
    bottom: 0;
    position: relative;
    flex-shrink: 0;
  }
  .mobileMenu .mobileCustomerService .bttn.serviceBttn {
    text-transform: uppercase;
    color: white;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    margin-left: 0;
    border-radius: 0 0 0 15px;
    margin-bottom: 30px;
    font-weight: 400;
  }
  .mobileMenu .mobileCustomerService .bttn.block {
    text-transform: uppercase;
    width: 46%;
    background: #f6f6f6;
    padding: 0 20px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    float: left;
    margin-top: 0;
    font-weight: 400;
  }
  .mobileMenu .mobileCustomerService .bttn.block:first-child {
    margin-right: 8%;
  }
  .mobileMenu .mobileCustomerService .bttn.block:last-child {
    position: relative;
    padding-left: 30px;
  }
  .mobileMenu .mobileCustomerService .bttn.block:last-child:before {
    content: "";
    background: url(../images/loginIcon.png) no-repeat center center;
    width: 19px;
    height: 19px;
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .mobileMenu .mobileCustomerService .bttn.block:first-child {
    margin-right: 6%;
  }
}
