@media (min-width: 1200px) {
	header.site-header,
	#ast-desktop-header,
	.ast-main-header-wrap.main-header-bar-wrap {
		position: fixed !important;
		top: 0 !important;
		padding: 0 !important;
		height: 100px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		transition: 0.25s;
		z-index: 999 !important;
	}

	#ast-desktop-header,
	.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item,
	.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container,
	.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-grid-center-col-layout {
		top: 0 !important;
		width: 1200px !important;
		justify-content: space-between !important;
	}

	.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
		margin: 0;
	}

	.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-grid-center-col-layout {
		margin-left: -20px !important;
	}

	header.scrolled {
		top: 0 !important;
		background-color: #FCEEF5 !important;
		box-shadow: 0 0 7px rgb(0, 0, 0, 0.35);
		height: 100px !important;
		transition: 0.25s;
	}
}

@media (max-width: 768px) {
	.ast-icon.icon-cart svg {
		width: 2rem;
		height: 2rem;
	}

	.ast-mobile-popup-content .ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-search {
		display: none;
	}

	#ast-mobile-header, 
	.ast-main-header-wrap.main-header-bar-wrap,
	.ast-primary-header-bar.ast-primary-header.main-header-bar,
	.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
		height: 100px !important;
		max-height: 100px !important;
	}
}

@media (min-width: 769px) and (max-width: 920px) {
	#ast-mobile-header, 
	.ast-main-header-wrap.main-header-bar-wrap,
	.ast-primary-header-bar.ast-primary-header.main-header-bar,
	.ast-builder-grid-row.ast-builder-grid-row-has-sides.ast-builder-grid-row-no-center {
		height: 100px !important;
		max-height: 100px !important;
	}

	.ast-icon.icon-cart svg {
		width: 2rem;
		height: 2rem;
	}
}

@media (min-width: 921px) and (max-width: 1199px) {
	header.site-header,
	#ast-desktop-header,
	.ast-main-header-wrap.main-header-bar-wrap,
	.ast-primary-header-bar.ast-primary-header.main-header-bar.site-header-focus-item {
		padding: 0 !important;
		height: 100px !important;
	}
}