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

/*--- standard variables ---*/
/*--- Switch Themes ---*/
/*.importTheme(@season) when (@season = 'lente') {
    @import "../themes/lente/css/variables_theme.less";
}*/

/*.importTheme(@season) when (@season = 'zomer') {
    @import "../themes/zomer/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'herst') {
    @import "../themes/herfst/css/variables_theme.less";
}

.importTheme(@season) when (@season = 'winter') {
    @import "../themes/winter/css/variables_theme.less";
}*/

/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Buttons -----*/
/*----- Responsive functions -----*/
.showAllText {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #globalNavWrapper {
    display: block !important;
  }
}
@media only screen and (max-width: 1023px) {
  #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: #c1b39a;
    width: 100%;
    height: 30px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 4;
  }
  .mobileMenu .menuContainer ul + ul {
    display: none;
  }
  .mobileMenu a:not(.bttn) {
    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 .mobileSlidePanel {
    display: none;
    font-size: 18px;
    line-height: 24px;
    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: 15px;
    color: white;
    display: block;
    background: none;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 22px;
    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 white;
    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: #454545;
    display: block;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 30px;
    margin-top: 15px;
  }
  .mobileMenu .mobileSlidePanel .panelTitle.noMargin {
    margin: 0;
    border-left: 0;
    color: white;
  }
  .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 #f0f0f0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  .mobileMenu .mobileSlidePanel h3,
  .mobileMenu .mobileSlidePanel .title {
    display: block;
    font-size: 18px;
    color: #454545;
    text-transform: uppercase;
    padding: 15px 20px 10px 20px;
    margin: 0;
  }
  .mobileMenu .mobileSlidePanel .column {
    margin-bottom: 25px;
  }
  .mobileMenu .mobileSlidePanel .column.bannercolumn {
    padding: 0 20px;
  }
  .mobileMenu .mobileSlidePanel .column.bannercolumn h3 {
    padding: 15px 0px;
  }
  .mobileMenu .mobileSlidePanel .column.bannercolumn .banner a {
    padding: 0 !important;
  }
  .mobileMenu .mobileSlidePanel .column.bannercolumn .row .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }
  .mobileMenu .mobileSlidePanel .column.bannercolumn .row .list .banner {
    margin: 0;
  }
  .mobileMenu .mobileSlidePanel .column.bannercolumn .row .list .banner a {
    padding: 0;
  }
  .mobileMenu .mobileSlidePanel a:not(.bttn):not(.panelBack):not(.panelTitle) {
    padding: 10px 20px 10px 40px;
    display: block;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 500;
  }
  .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: #454545;
    background: #fafafa;
    padding: 30px 20px;
    text-align: center;
    margin-top: 0px;
  }
  .mobileMenu .mobileCustomerService h2 {
    font-weight: 400;
    font-size: 24px;
  }
  .mobileMenu .mobileCustomerService p {
    margin-bottom: 30px;
  }
  .mobileMenu .mobileCustomerService .bttn {
    color: white;
  }
}
