.block-sticky-yes.elementor-section,
.block-sticky-editor {
  z-index: 99;
}

.beb-site .elementor-inner .block-sticky-yes.elementor-section {
  transition: background 0.3s linear, border 0.3s, box-shadow 0.3s linear, top 0s linear;
}

.elementor-edit-mode .block-sticky-yes.elementor-section {
  z-index: 1;
}

#elementor-preview-iframe .block-sticky-yes.elementor-section {
  top: 0 !important;
}

.block-site-logo-header .custom-logo {
  transition: 0.3s all;
}

.block-sticky--active {
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  transition: top 0.1s linear;
}

.block-header-tranparent-yes {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}

#elementor-preview #be-bl-primary .block-header-tranparent-yes {
  position: relative;
}
