.awb-off-canvas-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
  transition: 0.25s;
}
.awb-off-canvas-wrap.awb-show {
  z-index: 99990;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.awb-off-canvas-wrap.overlay-disabled {
  background-color: transparent !important;
  pointer-events: none;
}
.awb-off-canvas-wrap .awb-off-canvas {
  position: relative;
  pointer-events: auto;
  width: 800px;
  max-width: 100vw;
  max-height: 100vh;
}
.awb-off-canvas-wrap .awb-off-canvas.oc-waiting-for-close {
  opacity: 0 !important;
}
.awb-off-canvas-wrap .awb-off-canvas .off-canvas-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  transition: 0.3s;
}
.awb-off-canvas-wrap .awb-off-canvas .off-canvas-close:hover {
  color: #d30404;
}
.awb-off-canvas-wrap .awb-off-canvas.is-empty {
  height: 300px;
}
.awb-off-canvas-wrap .awb-off-canvas-inner {
  background: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100vw;
  display: flex;
  align-items: flex-start;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
  z-index: 10;
}
.awb-off-canvas-wrap .awb-off-canvas-inner .off-canvas-content {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.awb-off-canvas-wrap .awb-off-canvas-inner.hidden-scrollbar .off-canvas-content {
  scrollbar-width: none;
}
.awb-off-canvas-wrap .awb-off-canvas-inner.hidden-scrollbar .off-canvas-content::-webkit-scrollbar {
  display: none;
}
.awb-off-canvas-wrap.type-sliding-bar .awb-off-canvas {
  width: 400px;
}
.awb-off-canvas-wrap .fusion-container-margin-bottom .fusion-spacing-tooltip {
  bottom: 100% !important;
  top: auto !important;
  transform: none !important;
  margin-left: 40px !important;
}
.awb-off-canvas-wrap .fusion-element-spacing.fusion-column-padding-top .fusion-spacing-tooltip,
.awb-off-canvas-wrap .fusion-element-spacing.fusion-column-margin-bottom .fusion-spacing-tooltip {
  bottom: 0;
  transform: none !important;
}
a[href^="#awb-oc__"] .awb-oc-close-icon {
  opacity: 0;
  font-size: 0 !important;
  font-family: "awb-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a[href^="#awb-oc__"] .awb-oc-close-icon:before {
  content: "\e904";
}
a[href^="#awb-oc__"].awb-oc-active .fusion-megamenu-icon:not(.awb-oc-close-icon) {
  opacity: 0;
  font-size: 0 !important;
}
a[href^="#awb-oc__"].awb-oc-active .awb-oc-close-icon {
  opacity: 1;
  font-size: inherit !important;
}
