.ast-primary-header-bar {
    background-color: rgba(245, 244, 242, 0.8);
    backdrop-filter: blur(30px)!important;
     -webkit-backdrop-filter: blur(30px)!important;
    position: sticky!important;
    top: 0;
    padding: 0px 36px;
    z-index: 99999 !important;
}

.ast-container {
    max-width:100vw!important;
    padding:0px!important;
}




@media(min-width:769px){

	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children ul.sub-menu:before {
		content: "";
		background-color: rgba(245, 244, 242, 0.8)!important;
        position: absolute;
        backdrop-filter: blur(30px) !important;
        -webkit-backdrop-filter: blur(30px)!important;
		height: 115%;
		top: 88px;
		width: 3000%;
		left: -1000%;
		overflow: hidden;
	}

}

/* Headr buttons */


.sub-menu {
    line-height: 10px !important;
    background: none !important;
	margin-top: 2px !important;

}

.sub-menu .menu-item {

    background-color: #fff !important;
    padding: 0px 16px 0px 16px;
    border-radius: 50px;
    margin-bottom: 4px;
    font-size: 14px;
}

.site-header-primary-section-right {
    gap: 12px;
}



.ast-builder-html-element p {
    line-height: 0;
    margin-bottom: 0;
}

span.menu-text {
	font-family:'roobert';
	font-weight:600;
	font-size:14px;
	letter-spacing: 0.02em;
}


.btn.btn-primary,
a.btn.btn-secondary {
    color: #000;
    font-weight: 600!important;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Roobert', sans-serif;
	letter-spacing: 0.02em;
     padding: 8px 20px !important;
    min-height: 32px;
    border-radius: 30px;
    white-space: nowrap;



}

.site-header-section>* {
    padding: 0;
}

.site-header-primary-section-left.site-header-section.ast-flex.site-header-section-left {
    gap: 60px;
}







/* Header menu */
#ast-hf-menu-1 .menu-link span {
    font-family: 'Roobert' !important;
    font-weight: 600 !important;
    color: #000 !important
}

.ast-header-html-1:hover {
    background: #fff !important;
}


/* Media 768px */

@media (max-width: 768px) {

    .site-header-section>* {
    padding: 0;
}
  .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar
    {
        padding: 16px 24px 16px 24px!important;
    }
    
  /*  header button "Shop Now" */
    .ast-header-break-point .ast-header-html-1 {
        display: block !important;
    }

    .ast-header-html-1 {
        width:106px;
        max-height:32px;
    }

    .ast-header-html-1 .btn-primary {
        padding: 8px 2px !important;
        font-size: 11px;
        margin-left: 0 !important;
    }
}