.theme-header-topbar .zpcontainer div:first-child
  {
	margin:0 auto;
}

.theme-burger-icon:after {
background-color:#6485a8 !important ;
}

.theme-burger-icon:before {
background-color:#6485a8 !important ;
}

.theme-burger-icon{
background-color:#6485a8 !important ;  
}

@media all and (min-width: 992px) {

.theme-header .zpcontainer {
padding:10px 15px !important;
}
.theme-header-topbar {
padding:8px 0px !important;
}
.zphero {
min-height: 40vh !important;
}
}

.main {min-height: 725px!important;}

.theme-quote-icon svg path{
  fill: #226887;
}

theme-navigation-and-icons .theme-search-and-mini-cart-group .theme-search .theme-wishlist-icon svg {
width: 40px;
height: 40px;
	fill: #226887;
}

/* Resizing icons */
.theme-search-icon svg,
.theme-minicart-icon svg,
.theme-quote-icon svg,
.theme-wishlist-icon svg,
.theme-portal-icon {
  width: 25px !important;
  height: auto !important;
}

.theme-wishlist-icon svg{
  width: 45px !important;
}

/* Resize logo */
[data-zs-logo-container] {
  margin-right: 10% !important;
}

/* Same color on mobile view */
@media (max-width: 992px) {
  .theme-mobile-header-nav-wrapper svg path{
    fill: #1a6a7a !important;
  }
  .theme-mobile-header-search-icon-wrapper svg,
  .theme-mobile-header-icon svg,
  .theme-quote-icon svg{
    width: 15px !important;
  }
  .theme-wishlist-icon svg {
    width: 30px !important;
  }
  /* Highlight active menu item in mobile view */
   .theme-menu-selected a{
     color: red !important;
   }
}

/* Remove underline when hover menu items */
[data-zs-menu-container] li:hover:after {
  display: none;
}