header#header [data-row="bottom"] {
  display: none;
}
header#header [data-row="bottom"].show {
  display: flex;
}
header .announcement-bar .slide {
  display: none;
	transform: translateX(-100%);
}
header .announcement-bar .slide.active {
  display: block;
	transform: translateX(0);
}
header.ct-header [data-row="top"] div.ct-container {
  display: grid;
  grid-template-columns: 15% 70%;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
header.ct-header div.ct-container [data-column="start"] {
  grid-area: 1 / 1 / 2 / 2;
}
header.ct-header div.ct-container [data-column="middle"] {
  grid-area: 1 / 2 / 2 / 3;
  justify-content: center;
}
#header div.ct-container-fluid {
    width: 100%;
}
#header div.ct-header-text{
    margin: 0 !important;
}
#header .elementor.elementor-1373 {
    margin: 0;
}
.wishlist-header-icon {
    position: relative;
}
.wishlist-header-icon .wishlist-counter {
    position: absolute;
    top: -7px;
    right: -8px;
    background: var(--theme-cart-badge-background, var(--theme-palette-color-1));
    color: white;
    border-radius: 50%;
    padding: 0px 4px;
    font-size: 11px;
}
.has-mega-menu-one .sub-menu{
	display:none;
}
.yith-wcwl-icon{
	font-size: 17px;
    margin-top: 7px;
	color:var(--theme-text-color);
}
[data-column="middle"] .slide{
	display: none;
}