.custom-cx-header.header-fixed {
	display: block;
	margin: 0px;
	padding: 0px;
}


.header-height-wraper + 
 .cx.cx_shortcode.elementor_template {
    top: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 998;
    background-color: var(--white-50);
}

body.admin-bar  .header-height-wraper + 
 .cx.cx_shortcode.elementor_template {
    top: 32px;
    
}

body .custom-cx-header.header-fixed .header-height-wraper {
  height: var(--header-height , 145px) !important;
}

body.admin-bar .custom-cx-header.header-fixed .header-height-wraper {
  height: calc(var(--header-height , 145px) + 32px ) !important;
}

body:has(.cx-page-controller) .header-height-wraper + 
 .cx.cx_shortcode.elementor_template {
   border-bottom: 1px solid var(--grey-48);
}

body:has(.position-header-top) .custom-cx-header.header-fixed .header-height-wraper {
   height: 0 !important;
}

body:has(.position-header-top) .header-height-wraper + 
 .cx.cx_shortcode.elementor_template {

   background-color: transparent;
}

body.not-at-top:has(.position-header-top) .header-height-wraper + 
 .cx.cx_shortcode.elementor_template {

   background-color: var(--white-50);
}