/* #####################################################################################################
   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 -----*/
#Form1 {
  width: 100%;
  background-color: white;
}
.mobilePanel {
  position: fixed;
  opacity: 0;
  display: none;
  z-index: 99;
  color: white;
  background-color: #505050;
  top: 0;
  left: auto;
  right: auto;
  height: 100%;
  width: 270px;
  overflow-x: hidden;
  -webkit-transition: transform, opacity 400ms ease-in-out;
  -moz-transition: transform, opacity 400ms ease-in-out;
  -ms-transition: transform, opacity 400ms ease-in-out;
  -o-transition: transform, opacity 400ms ease-in-out;
  transition: transform, opacity 400ms ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-overflow-scrolling: touch;
}
.mobilePanel .mobileSlidePanel a {
  color: white;
}
.panelOpen .mobilePanel.show {
  opacity: 1;
  overflow-y: auto;
  display: block;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.panelClosing .mobilePanel.show {
  display: block;
  -webkit-animation: panelClosing 400ms forwards;
  -moz-animation: panelClosing 400ms forwards;
  -ms-animation: panelClosing 400ms forwards;
  -o-animation: panelClosing 400ms forwards;
  animation: panelClosing 400ms forwards;
}
.mobilePanel[data-mobile-panel-position="left"] {
  left: 0;
}
.mobilePanel[data-mobile-panel-position="right"] {
  right: 0;
}
.mobilePanel.lightScheme {
  background-color: white;
  color: black;
}
.mobilePanel.lightScheme a.not(.bttn) {
  color: black;
}
.mobilePanel[data-mobile-panel-position="right"] > .panel__container {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mobilePanel[data-mobile-panel-position="right"] > .panel__container > div {
  width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
}
.mobilePanel[data-mobile-panel-position="right"] > .panel__container .panel__header {
  height: 45px;
  line-height: 45px;
  position: relative;
  color: black;
  background: white;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.mobilePanel[data-mobile-panel-position="right"] > .panel__container .panel__header > a.close {
  display: block;
  height: 45px;
  width: 45px;
  color: inherit;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
.mobilePanel[data-mobile-panel-position="right"] > .panel__container .panel__header > a.close:after {
  content: "\f00d ";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 24px;
  height: 24px;
  line-height: 24px;
  line-height: inherit;
}
.lightScheme .mobilePanel[data-mobile-panel-position="right"] > .panel__container .panel__header {
  border-bottom: 1px solid #afafaf;
}
.mobilePanel[data-mobile-panel-position="right"] > .panel__container .panel__header--border {
  border-bottom: 1px solid #f0f0f0;
}
.mobilePanel[data-mobile-panel-position="right"] > .panel__container .panel__content {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.mobilePanel[data-mobile-panel-position="right"] > .panel__container .panel__footer {
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.mobilePanel[data-mobile-panel-position="right"] > .panel__container .panel__footer .bttn.close {
  height: 40px;
  line-height: 40px;
  display: block;
  width: auto;
  padding: 0;
  margin: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  background: #f69a0b;
}
.mobilePanel[data-mobile-panel-position="right"] > .panel__container .panel__footer .bttn.close .count {
  font-weight: bold;
}
#header,
#pageContainer,
#globalNavWrapper {
  -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;
}
[data-mobile-panel-container] {
  width: 100%;
  z-index: 2;
}
.panelOpen[data-mobile-panel-position="left"] #header,
.panelOpen[data-mobile-panel-position="left"] #pageContainer,
.panelOpen[data-mobile-panel-position="left"] #globalNavWrapper {
  border-left: 1px solid #f0f0f0;
  -webkit-transform: translate3d(270px, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(270px, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(270px, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(270px, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(270px, 0, 0) scale3d(1, 1, 1);
}
.panelOpen[data-mobile-panel-position="right"] #header,
.panelOpen[data-mobile-panel-position="right"] #pageContainer,
.panelOpen[data-mobile-panel-position="right"] #globalNavWrapper {
  border-right: 1px solid #f0f0f0;
  -webkit-transform: translate3d(-270px, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(-270px, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(-270px, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(-270px, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(-270px, 0, 0) scale3d(1, 1, 1);
}
.panelClosing #pageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 210;
}
@media only screen and (max-width: 1023px) {
  .no-csstransforms3d.panelOpen[data-mobile-panel-position="left"] #pageContainer,
  .no-csstransforms3d.panelOpen[data-mobile-panel-position="left"] #header {
    margin-left: 270px;
  }
  .no-csstransforms3d.panelOpen[data-mobile-panel-position="right"] #pageContainer,
  .no-csstransforms3d.panelOpen[data-mobile-panel-position="right"] #header {
    margin-right: 270px;
  }
}
@media only screen and (min-width: 1024px) {
  .panelClosing body {
    overflow: hidden;
    /* prevent double scrolling */
  
  }
  .mobilePanel {
    width: 400px;
  }
  .panelOpen[data-mobile-panel-position="left"] #header,
  .panelOpen[data-mobile-panel-position="left"] #pageContainer,
  .panelOpen[data-mobile-panel-position="left"] #globalNavWrapper {
    -webkit-transform: translate3d(400px, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(400px, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(400px, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(400px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(400px, 0, 0) scale3d(1, 1, 1);
  }
  .panelOpen[data-mobile-panel-position="right"] #header,
  .panelOpen[data-mobile-panel-position="right"] #pageContainer,
  .panelOpen[data-mobile-panel-position="right"] #globalNavWrapper {
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(-400px, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(-400px, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(-400px, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-400px, 0, 0) scale3d(1, 1, 1);
  }
  .no-csstransforms3d.panelOpen[data-mobile-panel-position="left"] #pageContainer,
  .no-csstransforms3d.panelOpen[data-mobile-panel-position="left"] #header,
  .no-csstransforms3d.panelOpen[data-mobile-panel-position="left"] #globalNavWrapper {
    margin-left: 400px;
  }
  .no-csstransforms3d.panelOpen[data-mobile-panel-position="right"] #pageContainer,
  .no-csstransforms3d.panelOpen[data-mobile-panel-position="right"] #header,
  .no-csstransforms3d.panelOpen[data-mobile-panel-position="right"] #globalNavWrapper {
    margin-right: 400px;
  }
}
