html,
body {
  height: 100%;
}
html.no-scroll {
  width: 100%;
  overflow-y: scroll;
  position: fixed;
}
#jm-allpage {
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.off-canvas-right.off-canvas #jm-allpage {
  margin-left: -300px;
  margin-right: 300px;
}
.off-canvas-left.off-canvas #jm-allpage {
  margin-right: -300px;
  margin-left: 300px;
}
#jm-offcanvas {
  width: 300px;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background: #26b0cd;
  top: 0;
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.off-canvas-right #jm-offcanvas {
  right: -300px;
}
.off-canvas-right.off-canvas #jm-offcanvas {
  right: 0;
  overflow-y: auto;
}
.off-canvas-left #jm-offcanvas {
  left: -300px;
}
.off-canvas-left.off-canvas #jm-offcanvas {
  left: 0;
  overflow-y: auto;
}
#jm-offcanvas-toolbar {
  background: #1e8da4;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
}
#jm-offcanvas-content {
  padding: 15px;
  color: #ffffff;
}
#jm-offcanvas-content .jm-title {
  color: #ffffff;
}
.toggle-nav {
  cursor: pointer;
}
.toggle-nav [class^="icon-"],
.toggle-nav [class*=" icon-"] {
  font-size: 20px;
}
.toggle-nav.menu {
  display: inline-block;
  color: #2a2a2a;
  text-align: center;
  vertical-align: top;
}
.toggle-nav.close-menu {
  color: #ffffff;
}
.off-canvas-left #jm-offcanvas-toolbar {
  text-align: right;
}
html[dir='rtl'] .off-canvas-right #jm-offcanvas-toolbar {
  text-align: left;
}
#jm-top-menu-nav .toggle-nav.menu {
  color: #ffffff;
  padding: 10px 0 0;
}
#jm-top-menu-nav .toggle-nav.menu [class^="icon-"],
#jm-top-menu-nav .toggle-nav.menu [class*=" icon-"] {
  top: -1px;
}
#jm-offcanvas div.jm-module:not(.dark-ms) a {
  color: #cbe9fa;
}
#jm-offcanvas div.jm-module:not(.dark-ms) .btn,
#jm-offcanvas div.jm-module:not(.dark-ms) a.button,
#jm-offcanvas div.jm-module:not(.dark-ms) input.button,
#jm-offcanvas div.jm-module:not(.dark-ms) button.button {
  background-color: #ffffff;
  color: #26b0cd;
}
#jm-offcanvas div.jm-module:not(.dark-ms) .btn:hover,
#jm-offcanvas div.jm-module:not(.dark-ms) a.button:hover,
#jm-offcanvas div.jm-module:not(.dark-ms) input.button:hover,
#jm-offcanvas div.jm-module:not(.dark-ms) button.button:hover {
  background-color: #ffeee5;
}
/*# sourceMappingURL=/templates/jm-exclusive-furniture-ef4/css/offcanvas.10.map */