/* #####################################################################################################
   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 {
    display: block !important;
  }
  .mobileMenu:before {
    content: "";
    display: block;
    background: #142632;
    width: 100%;
    height: 40px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
    border-bottom: 3px solid #142632;
  }
  .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: 16px;
    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: 13px;
    color: #142632;
    text-align: center;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobileMenu .mobileSlidePanel {
    display: none;
    font-size: 18px;
    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 #accountLinks {
    display: block !important;
    margin-bottom: 15px;
  }
  .mobileMenu .mobileSlidePanel #accountLinks ul {
    overflow: hidden;
  }
  .mobileMenu .mobileSlidePanel #accountLinks ul li {
    float: left;
    width: 33.33%;
  }
  .mobileMenu .mobileSlidePanel #accountLinks ul li.favorites {
    margin: 0;
  }
  .mobileMenu .mobileSlidePanel #accountLinks ul li.favorites img {
    margin-right: -8px;
  }
  .mobileMenu .mobileSlidePanel #accountLinks ul li.favorites a:before {
    display: none;
  }
  .mobileMenu .mobileSlidePanel #accountLinks ul li img {
    margin-right: 8px;
    vertical-align: middle;
  }
  .mobileMenu .mobileSlidePanel #accountLinks ul li .amountWrapper {
    position: relative;
    display: inline-block;
    left: -5px;
  }
  .mobileMenu .mobileSlidePanel #accountLinks ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 10px;
    border: 1px solid white;
    text-transform: uppercase;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-footer {
    display: block !important;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-usps {
    margin: 30px 0;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-usps li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    margin: 7.5px 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-usps li:first-child {
    background: #f25922;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-usps li:first-child:before {
    content: '';
    background: url(https://www.vanuffelenmode.nl//images/svg/pointer-white.svg) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 25px;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-usps li:nth-child(2) {
    background: white;
    color: #142632;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-usps li:nth-child(2):before {
    content: '';
    background: url(https://www.vanuffelenmode.nl//images/svg/phone.svg) no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-usps li:nth-child(2) a {
    color: #142632;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-usps li a {
    display: inline-block;
    font-size: 16px;
    padding: 0;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-legal-links {
    text-align: center;
  }
  .mobileMenu .mobileSlidePanel .mobile-menu-legal-links a {
    font-size: 12px;
    margin: 7.5px 0;
    padding: 0;
  }
  .mobileMenu .mobileSlidePanel .panelBack {
    font-size: 15px;
    color: #142632;
    display: block;
    background: white;
    height: 40px;
    line-height: 40px;
    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 .menuClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 40px;
    padding: 0;
  }
  .mobileMenu .mobileSlidePanel .menuClose:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    background: url(https://www.vanuffelenmode.nl//images/svg/close.svg) no-repeat center center;
    background-size: 100%;
  }
  .mobileMenu .mobileSlidePanel .pageCol > ul > li.first > a {
    padding: 15px 20px !important;
  }
  .mobileMenu .mobileSlidePanel .pageCol > ul > li.first > a,
  .mobileMenu .mobileSlidePanel .panelTitle {
    position: relative;
    color: white;
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 15px 20px;
    margin-top: 15px;
  }
  .mobileMenu .mobileSlidePanel .pageCol > ul > li.first > a.noMargin,
  .mobileMenu .mobileSlidePanel .panelTitle.noMargin {
    margin: 0;
    border-left: 0;
  }
  .showAllActive.mobileMenu .mobileSlidePanel .pageCol > ul > li.first > a,
  .showAllActive.mobileMenu .mobileSlidePanel .panelTitle {
    padding-right: 115px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobileMenu .mobileSlidePanel .pageCol > ul > li.first > a > span,
  .mobileMenu .mobileSlidePanel .panelTitle > span {
    margin-left: 5px;
  }
  .mobileMenu .mobileSlidePanel .pageCol > ul > li.first > a span,
  .mobileMenu .mobileSlidePanel .panelTitle span {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 14px;
  }
  .mobileMenu .mobileSlidePanel .pageCol > ul > li.first > a span span,
  .mobileMenu .mobileSlidePanel .panelTitle span span {
    text-decoration: underline;
  }
  .mobileMenu .mobileSlidePanel a.panelTitle:before {
    content: attr(data-showAll);
    display: block;
    font-size: 16px;
    position: absolute;
    background: white;
    color: #142632;
    padding: 3px 18px;
    right: 30px;
    top: 50%;
    font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    text-decoration: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .mobileMenu .mobileSlidePanel .title {
    display: block;
    font-size: 18px;
    padding: 15px 20px 10px 20px;
    border-bottom: 1px solid black;
  }
  .mobileMenu .mobileSlidePanel .column {
    margin-bottom: 25px;
  }
  .mobileMenu .mobileSlidePanel a {
    padding: 15px 30px;
    display: block;
    font-size: 20px;
  }
  .mobileMenu .mobileSlidePanel ul li {
    position: relative;
  }
  .mobileMenu .mobileSlidePanel ul li.more > a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 30px;
    width: 5px;
    height: 100%;
    background: url(https://www.vanuffelenmode.nl//images/svg/angle-right-white.svg) no-repeat center center;
    background-size: contain;
  }
  .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;
  }
}
